﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");

/**----- Fonts ----**/
@font-face {
  font-family: 'ralewaylight';
  src: url('../fonts/raleway-light-webfont.eot');
  src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-light-webfont.woff2') format('woff2'),
    url('../fonts/raleway-light-webfont.woff') format('woff'),
    url('../fonts/raleway-light-webfont.ttf') format('truetype'),
    url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "Inter", sans-serif;
  ;
  src: url('../fonts/raleway-semibold-webfont.eot');
  src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
    url('../fonts/raleway-semibold-webfont.woff') format('woff'),
    url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
    url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "Inter", sans-serif;
  src: url('../fonts/raleway-bold-webfont.eot');
  src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
    url('../fonts/raleway-bold-webfont.woff') format('woff'),
    url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
    url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "Inter", sans-serif;
  src: url('../fonts/raleway-regular-webfont.eot');
  src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('../fonts/raleway-regular-webfont.woff') format('woff'),
    url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
    url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "Inter", sans-serif;
  ;
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bold-webfont.woff') format('woff'),
    url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff'),
    url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;

}

/*General Styling*/

body {
  padding: 0;
  margin: 0;
  color: #111111;
  position: relative;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
}

/*
body,html {  height: 100%;  width: 100%;}
*/
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:focus {
  color: inherit;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

input {
  background: inherit;
  border: none;
  height: inherit;
  width: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 54px;
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

/*Placeholders*/
::-webkit-input-placeholder {
  color: #606060 !important;
  font-family: "Inter", sans-serif;
  ;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #606060;
  font-family: "Inter", sans-serif;
  ;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #606060;
  font-family: "Inter", sans-serif;
  ;
}

:-ms-input-placeholder {
  color: #606060;
  font-family: "Inter", sans-serif;
  ;
}

textarea::-webkit-input-placeholder {
  color: #606060;
  font-family: "Inter", sans-serif;
  ;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #606060;
  font-family: "Inter", sans-serif;
  ;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #606060;
  font-family: "Inter", sans-serif;
  ;
}

textarea:-ms-input-placeholder {
  color: #606060;
  font-family: "Inter", sans-serif;
  ;
}

/***   share common font family   ***/
.tp-banner h1>span,
#rev_slider_34_1 h1>span,
#rev_slider h1>span,
#rev_slider_35_1 h1>span {
  font-family: 'ralewaylight';
}

h3,
.tp-banner h1>span.color,
#blog .blog_item h3,
#rev_slider_34_1 h1>span.color,
.blog_item .blog-reply h4,
#faq .accordion-heading a,
.faq_wrapper .items>li>a,
.service_wrapper .sub-items .accordion-text h4,
.accordion-image .image_caption h4,
.btn-readmore,
.price .price_header,
#news-slider .news_content .date_comment span,
.paralax h1,
.tp-tab .tp-tab-title,
#rev_slider h1>span.color,
.btn-slide,
#rev_slider_35_1 h1>span.color {
  font-family: "Inter", sans-serif;
}

ul.hours_wigdet li,
ul.widget_links li a,
#specialist-slider .item .specialist_info h2,
#page_header .page_title .page_link,
ul.tags li a,
.blog_item ul.digits li,
.navbar-nav>li>.dropdown-menu li a {
  font-family: "Inter", sans-serif;
  ;
}

.footer_column h4,
.newsletter .btn-submit,
.btn-common,
.widget h3,
.red-btn,
.procedure .procedure_content ul.research li {
  font-family: "Inter", sans-serif;
  ;
}

@media (min-width: 1366px) {
  .container {
    width: 1326px;
    max-width: 1326px;
  }
}

@media (min-width: 1450px) {
  .container {
    width: 1420px;
    max-width: 1420px;
  }
}

#page_header .page_title h2.title {
  font-family: "Inter", sans-serif;
}

#welcome ul.welcome_list li,
.service_wrapper .items>li>a,
.procedure_content .items>li>a,
.form-container form button {}

.work-filter li a,
.tab_content .single_comments p {
  font-family: "Inter", sans-serif;
}

.padding {
  padding-bottom: 100px;
  padding-top: 100px;
}

.padding-top {
  padding-top: 100px;
}

.padding-top-half {
  padding-top: 50px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.padding-25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.padding-half {
  padding-bottom: 50px;
  padding-top: 50px;
}

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

.heading_space {
  margin-bottom: 50px;
}

.half_space {
  margin-bottom: 25px;
}

.heading_top {
  margin-top: 25px;
}

.bg_grey {
  background-color: #EEEEEE;
}

.color {
  color: #ff3332;
}

.heading {
  padding-bottom: 5px;
  display: inline-block;
}

.footercls .heading {
  margin-bottom: 15px;
}

hr {
  border-color: #b2b2b2;
  margin: -1px 0 0;
}

.dark {
  background: #191919;
}

.bg_blue .heading {
  border-bottom: 2px solid #fff;
}

.bg_blue hr {
  border-color: #fff;
}

.bg_blue .copyright {
  border-color: #fff;
}

.btn-common,
.red-btn {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
}

.btn-common {
  background: #1c1c1c;
}

.red-btn {
  background: #ff3332;

}

.custom-select {
  height: 30px;
  width: 160px;
  border-radius: 5px;
  background-color: #f4f4f4;
  border-color: #B2AFAF;
  padding-left: 5px;
}

.red-btn:hover,
.red-btn:focus {
  color: #fff;
}

.btn-readmore {
  color: #121212;
  font-size: 16px;
  display: inline-block;
}

/*for hover button*/
.button3 {
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.button3:hover,
.button3:focus {
  background: #0798bc !important;
}

.bg_blue .button3:hover,
.bg_blue .button3:focus {
  background: #111111 !important;
}

/* wigdet */
ul.hours_wigdet {
  margin-bottom: 15px;
}

ul.hours_wigdet li {
  font-size: 16px;
  border-bottom: 2px dotted #979797;
  color: #0d0d0d;
  padding: 10px 0;
}

ul.hours_wigdet li:first-child {
  padding-top: 0;
}

ul.hours_wigdet li>span {
  float: right;
}

ul.tags {}

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

ul.tags li a {
  display: block;
  padding: 12px 20px;
  color: #111111;
  border: 1px solid #c0c0c0;
  -moz-transition: all .4s ease-in-out .1s;
  -webkit-transition: all .4s ease-in-out .1s;
  -o-transition: all .4s ease-in-out .1s;
  -ms-transition: all .4s ease-in-out .1s;
  transition: all .4s ease-in-out .1s;
}

ul.tags li a:hover,
ul.tags li a:focus {
  background: #ff3332;
  border: 1px solid #ff3332;
  color: #fff;
}

ul.social_icon {
  margin-left: 15px;
}

ul.social_icon li {
  display: inline-block;
}

ul.social_icon li a {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  z-index: 1;
  position: relative;
  text-decoration: none;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

ul.social_icon li a:after,
ul.social_icon li.black a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -1px;
  left: -1px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;

  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

ul.social_icon li.black a.facebook:after,
ul.social_icon li a.facebook:after {
  background: #3b5998;
  border: 1px solid #3b5998;
}

ul.social_icon li.black a.twitter:after,
ul.social_icon li a.twitter:after {
  background: #55acee;
  border: 1px solid #55acee;
}

ul.social_icon li.black a.google:after,
ul.social_icon li a.google:after {
  background: #dd4b39;
  border: 1px solid #dd4b39;
}

ul.social_icon li.black a:hover,
ul.social_icon li.black a:focus,
ul.social_icon li a:hover,
ul.social_icon li a:focus {
  color: #fff;
}

ul.social_icon li a:hover::after,
ul.social_icon li a:focus::after,
ul.social_icon li.active a:after,
ul.social_icon li.black a:hover::after,
ul.social_icon li.black a:focus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

ul.social_icon li.black a {
  border-color: #111111;
  color: #111111;
}

ul.widget_links {}

ul.widget_links li {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}

ul.widget_links li a {
  font-size: 14px;
  display: flex;
  align-items: center;
}

ul.widget_links li a:before {
  content: "\f111";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 8px;
  color: #B2AFAF;
}

ul.widget_links li a:hover,
ul.widget_links li a:focus,
ul.widget_links li.active a {
  color: #d2833e;
}

.bg_blue ul.widget_links li a:hover,
.bg_blue ul.widget_links li a:focus,
.bg_blue ul.widget_links li.active a {
  color: #ff3332;
}

.datetimepicker-days .table-condensed thead>tr:first-child {
  background: #0798bc;
  color: #fff;
}

.datetimepicker thead tr:first-child th:hover {
  background: #0798bc;
}

/*Go to top button*/
#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 800;
  color: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  opacity: 0;
}

#back-top.show {
  opacity: 1;
}

.topstrip-right-space {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}



/* =================================== Top Most bar =================================== */
.topbar {
  background-color: #F4F4F4;
  padding: 0 30px;
  position: relative;
  z-index: 9;
  height: 40px;
  border-bottom: #D1D1D1 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar p {
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

.topbar p>i {
  margin-right: 5px;
}

.topbar p:last-child {
  text-align: right;
  display: flex;
  align-items: center;
}

/* =================================== Header =================================== */
/*#main-navigation {  position: relative;}*/

#navigation.affix {
  position: fixed;
  -webkit-box-shadow: 0 1px 2px -1px #576164;
  -moz-box-shadow: 0 1px 2px -1px #576164;
  box-shadow: 0 1px 2px -1px #576164;
}

#main-navigation,
#navigation.affix {
  background-color: #fff;
  /* background-image: linear-gradient(to right, #EBFFE1, #fff, #EBFFE1); */
  top: 0;
  width: 100%;
  z-index: 9999;
  /* -webkit-transition:all 0.4s linear .1s; */
  /* -moz-transition:all 0.4s linear .1s; */
  /* -ms-transition:all 0.4s linear .1s; */
  /* -o-transition:all 0.4s linear .1s; */
  /* transition: all 0.4s linear .1s; */
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar,
.navbar-default {
  border: none;
}

.navbar {
  margin-bottom: 0;
  min-height: auto;
}

.navbar-collapse {
  overflow-x: visible !important;
}

.navbar-collapse.in {
  overflow-y: auto !important;
  height: auto !important;
  max-height: 520px;
}

.navbar-brand {
  height: auto;
}

#main-navigation .navbar-brand {
  padding: 8px 0;
  /* width: 800px; */
  display: flex;
  align-items: center;
}

#navigation.affix .navbar-brand {
  padding: 14px 0;
}


.navbar-default .navbar-nav>li>a {
  color: #1a1a1a;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: inherit !important;

  -moz-transition: all 0.4s linear 0.1s;
  -webkit-transition: all 0.4s linear 0.1s;
  -ms-transition: all 0.4s linear 0.1s;
  -o-transition: all 0.4s linear 0.1s;
  transition: all 0.4s linear 0.1s;
}

.navbar-default .navbar-nav>.dropdown>a {
  padding-right: 30px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
}

.navbar-default .navbar-nav>li.active>a {
  background-color: #0798bc;
}


.open>.dropdown-menu {
  display: block;
}

#main-navigation .navbar-default .navbar-nav>li a {
  margin-bottom: 24px;
  margin-top: 24px;
}

#navigation.affix .navbar-default .navbar-nav>li a {
  margin-bottom: 14px;
  margin-top: 14px;
}

.navbar-nav>li>.dropdown-menu {
  left: 0;
  background: #fff;
  padding: 0;
  border: none;
  min-width: 220px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar-nav>li>.dropdown-menu>li>a {
  color: #0d0d0d;
  font-size: 13px;
  padding: 13px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 !important;

  -moz-transition: all 0.6s ease 0.1s;
  -webkit-transition: all 0.6s ease 0.1s;
  -ms-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}

.navbar-nav>li>.dropdown-menu>li:last-child a {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  background: #0e0e0e;
  color: #fff;
}

/* Toggle Nav transition*/
#main-navigation .navbar-toggle {
  top: 10px;
}

#navigation.affix .navbar-toggle {
  top: 5px;
}

.navbar-toggle {
  background: transparent !important;
  border: medium none;
  margin-right: 0;
  margin-top: 0;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #111 !important;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}


/*TOGGLER to open Form*/
.toggler {
  position: relative;
  z-index: 800;
  margin-bottom: -1px;
}

.clientsDropDown {
  position: absolute;
  bottom: 0;
  z-index: 800;
  left: 15px;
  right: 15px;
}

.toggle-button {
  width: 210px;
  display: inline-block;
  text-align: center;
}

.clientsDropDown .btn-slide {
  background: #ff3332;
  color: #fff;
  padding: 12px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3 sease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.clientsDropDown .btn-slide>i {
  display: inline-block;
  padding: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 50%;
  right: 50%;
  width: 30px;
  margin-left: -15px;
  height: 30px;
  line-height: 20px;
}

.clientsDropDown .btn-slide:hover>i,
.clientsDropDown .btn-slide:focus>i,
.clientsDropDown .btn-slide.active>i {
  color: #fff !important;
}

.clientsDropDown .btn-slide:hover,
.clientsDropDown .btn-slide:focus,
.clientsDropDown .btn-slide.active {
  background: #fff;
  color: #ff3332;
}

.form-container {
  background: rgba(255, 255, 255, .9);
  padding: 26px;
  position: static;
  bottom: 0;
  z-index: 800;
}

.form-container form .form-control,
.form-container form textarea {
  height: 40px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #606060;
  border-radius: 30px;
  padding: 8px 12px;
  box-shadow: none;
}

.form-container form textarea {
  resize: none;
  width: 100%;

}

.form-container form textarea,
.form-container form button {
  display: inline-block;
}

.form-container form button {
  background: #111;
  border: none;
  border-radius: 30px;
  color: #fff;
  vertical-align: top;
  width: 100%;
}

.form-container form .col-md-3,
.form-container form .col-md-10,
.form-container form .col-md-2,
.form-container form .col-sm-6,
.form-container form .col-sm-12,
.form-container form .col-sm-10,
.form-container form .col-sm-2,
.form-container form .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}






/* =================================== Banner =================================== */
#rev_slider_34_1 p,
#rev_slider p,
#rev_slider_35_1 p {
  font-size: 18px;
}

/*arrows Slider*/
#rev_slider_34_1 .tparrows,
#rev_slider_35_1 .tparrows {
  display: none;
}

.tparrows {
  background: rgba(255, 255, 255, 0.9) !important;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  transform: none;
  position: absolute;
  right: 0;

  -moz-transition: background .3s ease-in-out .1s;
  -ms-transition: background .3s ease-in-out .1s;
  -o-transition: background .3s ease-in-out .1s;
  -webkit-transition: background .3s ease-in-out .1s;
}

.tparrows::before {
  color: #111;
  display: block;
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}

.tparrows.tp-leftarrow:before {
  content: "\f104";
}

.tparrows.tp-rightarrow:before {
  content: "\f105";
}

.tp-leftarrow,
.tp-rightarrow {
  margin: 5px;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus,
.tparrows.tp-rightarrow:focus {
  background: #ff3332 !important;
}

.tparrows:hover::before,
.tparrows:focus::before {
  color: #fff;
}

/*Tabs Slider*/
.tp-tabs {
  left: 50% !important;
  margin: -110px auto 0;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  z-index: 111;
  border-top: 1px solid #111;
  cursor: pointer;
}

.hesperiden .tp-tab {
  position: absolute;
  padding: 0 10px;
  border-bottom: none;
}

.hesperiden .tp-tab:first-child {
  padding-left: 0;
}

.tp-tab .tp-tab-title {
  font-size: 24px;
  margin: 10px 0 0;
  color: #111111;
  line-height: normal;
  position: relative;
  display: inline-block
}

.tp-tab .tp-tab-title:before {
  content: '';
  height: 3px;
  position: absolute;
  display: inline-block;
  top: -10px;
  background: #111111;
  left: 0;
  right: 0;
  width: 100%;

  -moz-transition: background .3s ease-in-out .1s;
  -ms-transition: background .3s ease-in-out .1s;
  -o-transition: background .3s ease-in-out .1s;
  -webkit-transition: background .3s ease-in-out .1s;
}

.tp-tab:hover .tp-tab-title,
.tp-tab.selected .tp-tab-title {
  color: #ff3332;
}

.tp-tab:hover .tp-tab-title::before,
.tp-tab.selected .tp-tab-title:before {
  background: #ff3332;
}

.tp-tab:hover,
.tp-tab.selected {
  background: transparent !important;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  position: relative;
  z-index: 999 !important;
}

/* =================================== blue backgroud Section =================================== */
.bg_blue .white_content {
  margin: 25px 0;
  width: 33.3%;
  float: left;
  padding: 0 15px;
}

.bg_blue .custom_white_content {
  margin: 25px 0;
  width: 25%;
  float: left;
  padding: 0 15px;
  color: #fff;
}

.custom_white_content i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .7s ease .1s;
  -o-transition: all .7s ease .1s;
  transition: all .7s ease .1s;
}


.bg_blue .white_content h4 {
  margin-bottom: 6px;
  font-size: 18px;
}

.bg_blue .white_content h5 {
  font-weight: 400;
  line-height: normal;
  color: #fffb8e;
}

.white_content {
  color: #fff;
}

.white_content i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .7s ease .1s;
  -o-transition: all .7s ease .1s;
  transition: all .7s ease .1s;
}

.white_content:hover i,
.white_content:focus i {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.white_content h3 {
  margin-bottom: 15px;
}

.default-cardbox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #ffffff;
  padding: 15px;
}




/* =================================== Our Services Section =================================== */
#services {}

#services ul.hours_wigdet {
  margin-bottom: 15px;
}

#services h3 {
  margin-bottom: 15px;
  margin-top: 28px;
}

.slider_wrap {
  margin: 0 -15px;
}

#service-slider .item {
  padding: 0 15px;
}

#service-slider .item .item_inner img,
#service-slider .item .item_inner .image {
  width: 100%;
  position: relative;
}

#service-slider .item .item_inner .overlay {
  background: rgba(7, 152, 188, .8);
  cursor: pointer;
}

#service-slider .item .item_inner:hover .overlay {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#service-slider .item .item_inner:hover h3>a {
  color: #ff3332;
}

#service-slider .owl-prev,
#service-slider .owl-next {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  top: 30%;
  line-height: 39px;
  padding: 0;
}

#service-slider .owl-prev,
#service-slider .owl-next,
#specialist-slider .owl-prev,
#specialist-slider .owl-next,
#our-specialist .owl-prev,
#our-specialist .owl-next,
#news-slider .owl-prev,
#news-slider .owl-next {
  position: absolute;
  height: 42px;
  width: 42px;
  color: #111;
  font-size: 30px;
  text-align: center;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#service-slider .owl-prev {
  left: 10px;
}

#service-slider .owl-next {
  right: 10px;
}

#service-slider .owl-prev:hover,
#service-slider .owl-prev:focus,
#service-slider .owl-next:hover,
#service-slider .owl-next:hover {
  background: #0798bc;
  color: #fff;
}


/*=================================== Specialists =================================== */
#specialists {}

.specialists_wrap_slider {
  margin: 0 -20px;
}

#specialist-slider .item {
  padding: 0 20px;

}

#specialist-slider .item .specialist_photo,
#specialist-slider .item .specialist_info {
  display: table-cell;
}

#specialist-slider .item .specialist_photo {
  /*min-height:350px;*/
  position: relative;
}

#specialist-slider .item .specialist_photo>img {
  height: 100%;
}

#specialist-slider .item .specialist_info {
  padding-right: 15px;
  vertical-align: middle;
}

#specialist-slider .item .specialist_info h2 {
  font-size: 60px;
  font-weight: bold;
  position: relative;
  z-index: 11;
  overflow: hidden;
}

#specialist-slider .item .specialist_info h2:after {
  background: #111111;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 5;
  bottom: 9px;
  left: 70px;
}

#specialist-slider .item .specialist_info h3,
.specialist_wrap h3 {
  color: #ff3332;
  margin-top: 10px;
  font-size: 20px;
}

#specialist-slider .item .specialist_info p {
  color: #000;
  font-size: 14px;
}

#specialist-slider .item .specialist_info small,
.specialist_wrap small {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

#specialist-slider ul.social_icon {
  margin-top: 25px;
}

#specialist-slider ul.social_icon li a {
  background: #fff;
}

#specialist-slider .owl-prev,
#specialist-slider .owl-next,
#our-specialist .owl-prev,
#our-specialist .owl-next,
#news-slider .owl-prev,
#news-slider .owl-next {
  top: 50%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #d9dddf;
  line-height: 33px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#specialist-slider .owl-prev,
#our-specialist .owl-prev,
#news-slider .owl-prev {
  left: auto;
  right: 65px;
  top: -30px;
}

#specialist-slider .owl-next,
#our-specialist .owl-next,
#news-slider .owl-next {
  right: 15px;
  top: -30px;
}

#specialist-slider .owl-prev:hover,
#specialist-slider .owl-next:hover,
#our-specialist .owl-prev:hover,
#our-specialist .owl-next:hover,
#news-slider .owl-prev:hover,
#news-slider .owl-next:hover {
  color: #fff;
  background: #0798bc;
  border-color: #0798bc;
}

.padding_left {
  padding-left: 15px;
}



/* =================================== Image With content =================================== */
.info_section {
  background: url(../../assets/images/paralax-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-color: #0798bc;
}

.right_box {
  background: rgba(7, 152, 188, .75);
  padding: 0 35px;
}

.right_box .right_box_inner .white_content {
  margin: 20px 0 0 0;
}

.right_box ul.widget_links {
  margin-left: -15px;
}

.right_box ul.widget_links li {
  display: block;
  margin-bottom: 15px;
}

.right_box ul.widget_links li a {
  font-size: 16px;
  font-weight: 500;
}

.right_box ul.widget_links li a:hover,
.right_box ul.widget_links li a:focus,
.right_box ul.widget_links li.active a {
  color: #00323e;
}



/* =================================== Latest News =================================== */
.news_main {
  background: #fff;
}

.news_main h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.news_thumb h4 {
  line-height: 50px;
}

.news_main h3:hover {
  color: #ff3332;
}

.news_main ul.news-social {
  margin: 47px 0;
}

.news_main ul.news-social li {
  display: inline-block;
}

.news_main ul.news-social li a {
  display: block;
  font-size: 14px;
  color: #868686;
  margin-left: 25px;
}

.news_main ul.news-social li:first-child a {
  margin-left: 0;
}

.news_main ul.news-social li a>i {
  margin-right: 5px;
}

.news_thumb .image,
.news_thumb .image>img {
  position: relative;
}

.news_thumb .image>img {
  width: 100%;
}

.news_thumb .image .overlay {
  color: #fff;
  cursor: pointer;
}

.news_thumb .image .overlay:before {
  bottom: 5px;
  content: "";
  left: 5px;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #fff;
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -moz-transition: all .3s ease-in-out .1s;
  -transition: all .3s ease-in-out .1s;
  -webkit-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s;
}

.news_thumb .image:hover .overlay::before {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news_main .col-md-6.news_thumb,
.news_main .col-sm-6.news_thumb {
  padding-top: 23px;
}

.news_main .col-md-6.news_thumb img,
.news_main .col-sm-6.news_thumb img {
  margin-bottom: 0;
}


/* =================================== Testinimials =================================== */
#testinomial-slider {
  position: relative;
  border-radius: 35px 0;
  background: transparent;
  padding: 0 10%;
  cursor: pointer;
  box-shadow: unset;
  display: inline-block;
}

#testinomial-slider p {
  color: #605F5F;
  font-weight: 500;
}

#testinomial-slider h3 p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

#testinomial-slider:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-bottom: 10px;
  font-size: 30px;
}

#testinomial-slider .item {
  display: block;
  width: 100%;
}

#testinomial-slider .item h3 {
  margin-bottom: 25px;
}

#testinomial-slider .item p>span {
  color: #7b7b7b;
}

#testinomial-slider .owl-controls .owl-page span,
#testinomial-slider .owl-controls .owl-page.active span {
  background: #bbbbbb;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: relative;
  overflow: hidden;
  margin: 5px 3px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#testinomial-slider .owl-controls .owl-page span:after {
  height: 0;
}

#testinomial-slider .owl-controls .owl-page span:after,
#testinomial-slider .owl-controls .owl-page.active span:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -moz-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  -transition: height 0.3s ease 0s;
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
  border-radius: 50%;
}

#testinomial-slider .owl-controls .owl-page span:hover::after,
#testinomial-slider .owl-controls .owl-page.active span:after {
  height: 100%;
}


/* ================================================= Inner Pages ================================================== */
/* =================================== ABout Us =================================== */
#page_header {
  /*background:url(../../assets/images/inner.png) no-repeat;*/
  background: url(../../assets/images/inner-banner/hospital.jpg) no-repeat;
  width: 100%;
  position: relative;
  min-height: 270px;
  background-size: cover;
  background-position: center center !important;
}

#page_header .page_title {
  background: rgba(255, 255, 255, 0.7);
  padding: 22px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#page_header .page_title h2.title {
  font-size: 36px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

#page_header .page_title .page_link {
  background: #eaeeed;
  padding: 13px 20px;
  border-radius: 25px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

#page_header .page_title .page_link i {
  margin: 0 10px;
  display: inline-block;
}

#page_header .page_title .page_link a {
  color: #111111;
}

#page_header .page_title .page_link a:hover,
#page_header .page_title .page_link a:focus,
#page_header .page_title .page_link {
  color: #ff3332;
}

#welcome {}

#welcome ul.welcome_list {
  margin-top: 10px;
}

#welcome ul.welcome_list li {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-weight: 500;
}

#welcome ul.welcome_list li:before {
  content: '';
  background: #ff3332;
  height: 7px;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
  margin-left: -15px;
}

#welcome ul.welcome_list li .numberlists li {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: 500;
  margin-top: 10px;
}

#welcome ul.welcome_list li .numberlists li:before {
  content: '';
  background: #999;
  height: 7px;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 2px;
  margin-left: -15px;
}

#our-specialist .item {
  padding: 0 15px;
}

.specialist_wrap img {
  width: 100%;
}

.specialist_wrap p {
  margin: 0;
}

.grid_layout .wrap-col {
  padding: 0 15px;
}

.grid_layout .wrap-col.first {
  padding-bottom: 30px;
}

.grid_layout .item-container img,
.services_wrap img {
  -moz-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  transform: scale(1.15);

}

.grid_layout .item-container {
  overflow: hidden;
}

.overlay {
  background-color: rgb(63 91 50 / 86%);
  bottom: 0;
  height: 100%;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  cursor: crosshair;

  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.overlay .overlay-inner {
  margin: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.overlay,
.overlay .social_icon,
.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon,
.services_wrap .overlay a {
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.overlay .social_icon,
.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon,
.services_wrap .overlay a {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin: auto;
  -moz-transform: translateY(1000%);
  -ms-transform: translateY(1000%);
  -o-transform: translateY(1000%);
  -webkit-transform: translateY(1000%);
  transform: translateY(1000%);
  z-index: 9;
}

.item-container:hover .social_icon,
.grid_layout .item-container:hover .overlay a,
#gallery .item-container:hover .overlay a.icon,
.services_wrap:hover .overlay a {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.grid_layout .item-container:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon,
.services_wrap .overlay a {
  color: #fff;
  font-size: 30px;
}

.item-container:hover .overlay,
.services_wrap:hover .overlay,
.news_thumb .image:hover .overlay {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

}



/* =================================== Gallery =================================== */
.work-filter {
  background: #eaeeed;
  border-radius: 25px;
  margin-bottom: 40px;
}

.work-filter li {
  display: inline-block;
  margin: 0 20px;
}

.work-filter li a {
  font-size: 18px;
  border-bottom: 2px solid transparent;
  text-shadow: none;
  position: relative;
  padding: 10px 0;
  display: block;
}

.work-filter li a:before {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.work-filter li a:before,
.work-filter li a.active:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  overflow: hidden;
  width: 0;
  border-bottom: 2px solid #ff3332;
  color: #ff3332;
  content: attr(data-hover);
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  padding: 10px 0;
}

.work-filter li a.active:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 100%;
}

.work-filter li a:hover::before,
.work-filter li.active a,
.work-filter li a.active:hover::before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 100%;
}

.work-filter li a:hover,
.work-filter li a.active {
  color: #ff3332;
}

#gallery .work-item {
  position: relative;
  padding: 0 15px;
}

.mix {
  display: none;
}

#gallery .work-item img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .work-item:hover img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#gallery .gallery_content {
  position: relative;
  overflow: hidden;
}

#gallery .gallery_content h3 {
  font-size: 20px;
  color: #ff3332;
  margin-top: 20px;
}

#gallery .gallery_content small {
  font-size: 14px;
  color: #796e6e;
  margin-bottom: 20px;
  display: inline-block;
}

.gallery_content a.btn-readmore {
  position: relative;
  text-shadow: none;
  text-transform: capitalize;
}

.gallery_content a.btn-readmore:before {
  color: #ff3332;
  content: attr(data-hover);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: 0.5px;
  position: absolute;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-transform: scale(1.1) translateX(10px) translateY(10px);
  -ms-transform: scale(1.1) translateX(10px) translateY(10px);
  -webkit-transform: scale(1.1) translateX(10px) translateY(10px);
  transform: scale(1.1) translateX(10px) translateY(10px);

  -moz-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
  transition: transform 0.3s ease 0s, all 0.3s ease 0s;
}

.gallery_content a.btn-readmore:hover::before,
.gallery_content a.btn-readmore:focus::before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -transform: scale(1) translateX(0px) translateY(0px);
  -webkit-transform: scale(1) translateX(0px) translateY(0px);
  -ms-transform: scale(1) translateX(0px) translateY(0px);
  transform: scale(1) translateX(0px) translateY(0px);
}

#gallery .image {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#gallery .work-item:hover .overlay {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}



/* =================================== Blog =================================== */
#blog {}

#blog .blog_item {}

#blog .blog_item ul.comments,
#blog .blog_item ul.social_icon {
  margin: 20px 0;
}

#blog .blog_item ul.comments li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}

#blog .blog_item ul.comments li a {
  display: block;
  color: #797979;
  font-size: 12px;
}

#blog .blog_item ul.comments li a>i {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  vertical-align: middle;
}

#blog .blog_item ul.comments li a:hover,
#blog .blog_item ul.comments li a:focus {
  color: #0798bc;
}

/*#blog .blog_item .image_container > img{
	min-height:390px;
}*/
#blog .blog_item p {
  margin-top: 30px;
}

#blog .blog_item h3 {
  margin-top: 50px;
}

#blog .blog_item .btn-common {
  margin-top: 30px;
  color: #fff;
}

#blog-slider .owl-prev,
#blog-slider .owl-next {
  position: absolute;
  top: 50%;
  height: 58px;
  width: 58px;
  background: #fff;
  margin: 0;
  text-align: center;
  color: #c0c0c0;
  font-size: 40px;
  line-height: 50px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 0;
  margin-top: -29px;
}

#blog-slider .owl-prev:hover,
#blog-slider .owl-prev:focus,
#blog-slider .owl-next:hover,
#blog-slider .owl-next:focus {
  background: #0798bc;
  color: #fff;
}

#blog-slider .owl-prev {
  left: 0;
}

#blog-slider .owl-next {
  right: 0;
}

.blog_item ul.digits li {
  margin-top: 30px;
  list-style: digits;
}

.blog_item blockquote {
  border-left: 5px solid #ff3332;
  font-size: 18px;
  margin: 35px 0 20px;
  font-style: italic;
  padding: 25px 20px;
}

.blog_item .blog-reply {
  background: #f0f5f7;
  margin: 20px 0;
  padding: 12px;
  position: relative;
}

.col-md-offset-2 {
  margin-left: 16.6667% !important;
}

.blog_item .blog-reply span {
  color: #9e9e9e;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog_item .blog-reply p {
  margin: 0 !important;
}

.blog_item .blog-reply a,
.blog_item .blog-reply a.reply {
  display: inline-block;
}

.blog_item .blog-reply a.reply {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f5babc;
  color: #fff;
  padding: 6px 12px;
}

.blog_item .blog-reply a.reply:hover,
.blog_item .blog-reply a.reply:focus {
  background: #ff3332;
}

.blog_item .blog-reply a.reply:hover,
.blog_item .blog-reply a.reply:focus,
#blog-slider .owl-prev,
#blog-slider .owl-next,
.widget ul.tabs li {
  -moz-transition: all ease-in .3s;
  -ms-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

/* =================================== SideBar =================================== */
.widget ul.tabs {
  display: table;
  text-align: center;
  width: 100%;
}

.widget ul.tabs li {
  display: table-cell;
  background: #111111;
  color: #fff;
  font-size: 16px;
  padding: 12px 16px;
  cursor: pointer;
  position: relative;
}

.widget ul.tabs li.active,
.widget ul.tabs li:hover,
.widget ul.tabs li:focus {
  background: #ff3332;
}

.widget .tab_container {
  padding: 15px;
}

/* if accordion mode */
.widget .tab_drawer_heading.d_active {
  position: relative;
}

.widget .tab_drawer_heading {
  background-color: #dcdcdc;
  font-size: 17px;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  cursor: pointer;
}

.widget .tab_drawer_heading {
  display: none;
}

.tab_content .single_comments {
  margin-bottom: 15px;
  overflow: hidden;
}

.tab_content .single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.tab_content .single_comments p {
  margin-bottom: 0;
  font-size: 18px;
}

.tab_content .single_comments p:hover>a {
  color: #ff3332;
  text-decoration: underline;
}

.tab_content .single_comments span {
  display: inline-block;
  margin-right: 10px;
  color: #9e9e9e;
  font-size: 14px;
}

.widget {
  margin-bottom: 40px;
}

.widget .widget_links li {
  margin-bottom: 0;
}

.widget h3 {
  margin-bottom: 20px;
}

.widget ul.widget_links li {
  display: block;
}

.widget ul.widget_links li:first-child a {
  padding-top: 0;
}

.widget ul.widget_links li a {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  padding: 15px 0;
  font-size: 16px;
}

.widget ul.widget_links li a:hover,
.widget ul.widget_links li a:focus {
  color: #ff3332;
}




/* =================================== Appointment =================================== */
.appointment_wrap {
  background: url(../images/appointment.jpg) no-repeat;
  background-size: 100% 100%;
  padding-left: 3%;
  padding-right: 3%;
}

form.callus {
  margin-top: 25px;
}

form.callus input.form-control {
  color: #111;
  height: 40px;
}

form.callus textarea {
  width: 100%;
  min-height: 160px;
  resize: none;
  padding: 8px 12px;
}

form.callus textarea,
form.callus input.form-control {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
}

form.callus .btn-submit {
  border: transparent;
  border-radius: 25px;
  background: #ff3332;
  color: #fff;
  cursor: pointer;
}

/*for Date Field*/
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled.active:hover {
  background-color: #0798bc;
  background-image: none;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 3px 10px;
}


/* =================================== FAQ =================================== */
#faq {}

.faq_wrapper {
  position: relative;
  background-color: #fff;
}

.faq_wrapper .items {}

.faq_wrapper .items>li>a {
  display: block;
  font-size: 20px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin-left: 3px;
  border-left: 1px solid #a1a1a1;
  position: relative;
}

.faq_wrapper .items>li:last-child>a {
  padding-bottom: 0;
}

.faq_wrapper .items>li>a::before {
  background: #a1a1a1;
  border: 1px solid #a1a1a1;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff inset;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  position: absolute;
  left: -5px;
}

.itemHover {
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.faq_wrapper .items>li>a:hover {
  color: #ff3332;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.faq_wrapper .items>li>a.expanded {
  color: #ff3332;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.faq_wrapper .items>li>a.expanded::before,
.faq_wrapper .items>li>a:hover::before {
  content: "";
  background: #ff3332;
  border-color: #ff3332;
}

.faq_wrapper .sub-items p {
  position: relative;
}

.faq_wrapper .sub-items {
  display: none;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-left: 3px;
  border-left: 1px solid #a1a1a1;
}

.faq_wrapper .items>li:last-child .sub-items {
  padding-bottom: 0;
}



/* =================================== Services =================================== */
.service_wrapper {
  position: relative;
  background-color: #fff;
}

.service_wrapper .items {}

.service_wrapper .items>li>a {
  background: #fff;
  color: #404040;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  font-weight: 500;
  position: relative;
}

.service_wrapper .items>li>a::after {
  right: 20px;
}

.service_wrapper .items>li>a::after,
.procedure_content .items>li>a:after,
.procedure .tab_drawer_heading:after {
  content: "\f107";
  display: inline-block;
  right: 20px;
  position: absolute;
  font-family: 'FontAwesome';
  top: 15px;
}

.service_wrapper .items>li>a:hover,
.procedure_content .items>li>a:hover,
.service_wrapper .items>li>a.expanded,
.procedure_content .items>li>a.expanded,
.procedure ul.tabs li {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.service_wrapper .items>li>a.expanded,
.procedure_content .items>li>a.expanded {
  margin-bottom: 0;
  color: #ff3332;
  font-weight: 600;
}

.service_wrapper .items>li>a.expanded::after,
.procedure_content .items>li>a.expanded::after,
.procedure .tab_drawer_heading.d_active:after {
  content: "\f106";
}

.service_wrapper .sub-items {
  display: none;
  padding: 15px 20px;
  border-top: #B2AFAF 1px solid;
  background: #fff;
}

.service_wrapper .sub-items .accordion-text h4 {
  color: #ff3332;
  margin-bottom: 15px;
}

.service_wrapper .sub-items .accordion-image {}

.sub-items .accordion-image .image_caption {
  background: #0798bc;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.sub-items .accordion-image .image_caption h4 {
  color: #fff;
}



/* =================================== Departments =================================== */
.price .price_header {
  background: #ff3332;
  padding: 15px;
  color: #fff;
  font-size: 20px;
}

.price .price_body {}

.pricing_feature li {
  font-size: 16px;
  padding: 20px 15px;
}

.pricing_feature li>em {
  float: right;
}

.pricing_feature li:nth-of-type(2n+1) {
  background: #fafafa;
}



/* =================================== Procedures =================================== */
.procedure {}

.procedure ul.tabs {}

.procedure ul.tabs li {
  display: block;
  background: #f0f5f7;
  color: #111;
  font-size: 14px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  border-bottom: #d1d1d1 solid 1px;
}

.procedure ul.tabs li:last-child {
  border-bottom: none;
}

.procedure ul.tabs li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-table;
  vertical-align: middle;
  margin-right: 8px;
}

.procedure ul.tabs li.active,
.procedure ul.tabs li:hover,
.procedure ul.tabs li:focus {
  background: #fff;
  color: #0798bc;
}

.procedure ul.tabs,
.procedure .tab_container {
  display: block;
}

.procedure .procedure_content {}

.procedure .procedure_content h3 {
  color: #ff3332;
  margin-bottom: 15px;
}

.procedure .procedure_content ul.research {
  margin: 50px 0;
}

.procedure .procedure_content ul.research li {
  display: inline-table;
  font-size: 16px;
  min-width: 33%;
  max-width: 100%;
  margin-bottom: 30px;
}

.procedure .procedure_content ul.research li:before {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #0798bc;
  display: inline-block;
  margin-right: 7px;
}

.procedure_content .items>li>a {
  background: #111;
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 15px 10px;
  position: relative;
}

.procedure_content .items>li>a:after {
  right: 15px;
}

.procedure_content .items>li>a:hover,
.procedure_content .items>li>a.expanded {
  background: #0798bc;
}

.procedure_content .sub-items {
  display: none;
  padding: 20px 0;
  margin-bottom: 10px;
}

.procedure_content .sub-items p {
  margin: 0;
}

.procedure .tab_container {
  padding: 0;
}

/* if accordion mode */
.procedure .tab_drawer_heading.d_active {
  position: relative;
}

.procedure .tab_drawer_heading {
  background-color: #dcdcdc;
  padding: 20px 15px;
  margin-bottom: 10px;
  display: none;
  position: relative;
  cursor: pointer;
}





/* =================================== Contact =================================== */
#map,
#map2 {
  width: 100%;
  height: 460px;
}

.search_location {
  margin: 40px auto auto;
  max-width: 100%;
  width: 500px;
}

.search_location form {
  width: 100%;
}

.search_location #address3,
.search_location #address2 {
  border: 1px solid #d0d0d0;
  height: 40px;
  max-width: 70%;
  width: 400px;
}

.search_location #address3,
.search_location button,
.search_location #address2 {
  border-radius: 5px;
  padding: 10px 15px;
}

.search_location button {
  background: #ff3332;
  border: medium none;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 20px;
  vertical-align: top;
}

.medix .social_icon {
  margin-top: 30px;
}

/* ========================================= Inner Pages End ========================================= */





/* =================================== Index2 =================================== */
.feature {
  margin: 25px 0;
}

.feature i {
  background: #0798bc;
  border: 3px solid #0798bc;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #ffffff inset;
  color: #fff;
  display: inline-block;
  font-size: 50px;
  height: 110px;
  line-height: 95px;
  text-align: center;
  cursor: pointer;
  width: 110px;
  -moz-transition: background linear .3s;
  -webkit-transition: background linear .3s;
  -ms-transition: background linear .3s;
  transition: background linear .3s;
}

.feature:hover i {
  background: #979797;
  border: 3px solid #979797;
  box-shadow: 0 0 0 3px #979797 inset;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: swing;
  animation-timing-function: ease;

}

.feature h3 {
  margin-bottom: 15px;
  margin-top: 25px;
}

.index2_grid .wrap-col {
  padding: 5px;
}

#news-slider {}

#news-slider .item {
  padding: 0 15px;
}

#news-slider .item:hover {
  cursor: pointer;
}

#news-slider .news_content {}

#news-slider .news_content img {
  width: 100%;
  min-height: 300px;
}

#news-slider .news_content .date_comment {
  background: #ffffff;
  border: 1px solid #0798bc;
  float: left;
  height: 110px;
  margin: 24px 15px 0 0;
  text-align: center;
  width: 65px;
}

#news-slider .news_content .date_comment span {
  color: #fff;
  background: #0798bc;
  padding: 15px;
  display: block;
  font-size: 28px;
  line-height: 20px;
}

#news-slider .news_content .date_comment span>small {
  display: block;
  font-size: 50%;
  text-transform: uppercase;
}

#news-slider .news_content .date_comment a {
  color: #797979;
  margin: 9px 0 0;
  display: inline-block;
}

#news-slider .news_content .date_comment a:hover,
#news-slider .news_content .date_comment a:focus {
  color: #0798bc;
}

#news-slider .news_content .comment_text {
  padding-top: 25px;
}

#news-slider .news_content .comment_text:hover h3 {
  color: #ff3332;
}



/* =================================== Index3 =================================== */
.index3_appointment {
  position: relative;
  background: url(../images/doctor.jpg) no-repeat;
  background-position: bottom right;
}

.appointment_form {}

.paralax {
  background: url(../images/paralax.jpg) no-repeat fixed;
  padding: 0 0;
  background-size: cover;
  background-position: center center !important;
}

.paralax::after {
  content: "";
  position: absolute;
  background: rgb(24 12 0 / 65%);
  width: 100%;
  height: 100vh;
}

.paralax h1 {
  font-size: 34px;
  color: #fff;
}

.paralax .detail {
  font-size: 20px;
  color: #0798BC;
}




/* =================================== Footer =================================== */
footer {
  color: #fff;
}

.footer_column {
  padding-bottom: 40px;
}

footer p {
  font-size: 14px;
}

.footer_column ul.widget_links li {
  width: 100%;
}

.footer_column p.icon,
.footer_column p.address {
  margin-left: 0;
}

.footer_column p.icon>i,
.footer_column p.address>i {
  width: 25px;
  margin-left: -25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.footer_column p.icon>i {
  margin-bottom: -5px;
}

.enquiry-no {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 7px;
}

.newsletter {
  margin-top: 20px;
}

.newsletter .form-control {
  height: 40px;
  border: none;
  border-radius: 30px;
}

.newsletter .btn-submit {
  background: #ff3332;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 15px;
}

footer .copyright {
  padding: 0 0;
  text-align: center;
}


footer .copyright ul.social_icon {
  float: right;
  margin-top: -5px;
  margin-bottom: 15px;
  margin-right: 60px;
}








/* @media screen and (max-width: 1299px) { */
/* .navbar-default .navbar-nav>li>a { */
/* margin: 20px 0 !important; */
/* padding: 5px 13px; */
/* } */
/* } */

@media screen and (max-width: 1000px) {
  .padding {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .padding-top {
    padding-top: 60px;
  }

  .padding-bottom {
    padding-bottom: 60px;
  }

  .padding-half {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .heading_space {
    margin-bottom: 40px;
  }

  .half_space {
    margin-bottom: 20px;
  }

  .heading_top {
    margin-top: 20px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .topbar p {
    font-size: 12px;
  }

  .navbar-brand {
    padding: 0;
    max-width: 320px;
  }

  .navbar-brand>img {
    width: 75%;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 12px;
  }

  .rev_slider_wrapper h1.tp-caption,
  .rev_slider_wrapper p.tp-caption {}

  #rev_slider_34_1 .tparrows,
  #rev_slider_35_1 .tparrows {
    display: block;
  }

  .tp-tabs {
    display: none;
  }

  /*Service Slider*/
  #service-slider {
    margin-bottom: 50px;
  }

  /*Specialist*/
  #specialist-slider .item .specialist_photo,
  #specialist-slider .item .specialist_info {
    display: block;
  }

  #specialist-slider .item .specialist_info {
    margin-bottom: 20px;
  }

  #specialist-slider .item .specialist_photo>img {
    display: block;
    width: 100%;
  }

  #specialist-slider .owl-prev,
  #our-specialist .owl-prev,
  #news-slider .owl-prev {
    left: 0;
  }

  #specialist-slider .owl-next,
  #our-specialist .owl-next,
  #news-slider .owl-next {
    right: 0;
  }

  .work-filter li a {
    font-size: 14px;
  }

  /*About US*/
  #page_header .page_title h2.title {
    font-size: 26px;
  }

  #welcome ul.welcome_list li {
    font-size: 12px;
  }

  /*Gallery*/
  /*Blog*/
  .tab_content .single_comments p {
    font-size: 14px;
  }

  .tab_content .single_comments p>a:hover {
    text-decoration: underline;
    color: #ff3332;
  }

  .widget ul.widget_links li a {
    font-size: 14px;
    padding: 15px 0;
  }

  /*Appointment*/
  /*faq*/
  .faq_wrapper .items>li>a {
    font-size: 16px;
  }

  /*Services*/
  .service_wrapper .items>li>a {
    font-size: 20px;
  }

  /*Departments*/
  /*Contact*/
  #map,
  #map2 {
    height: 290px;
  }

  footer p,
  .footer_column ul.widget_links li a {
    font-size: 13px;
  }



}

@media screen and (max-width: 767px) {
  .bg_blue .custom_white_content {
    width: 50%;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  .topbar p {
    font-size: 10px;
  }

  .topbar p.pull-left {
    display: none;
  }

  .topbar p {
    float: none !important;
  }

  .topbar p:last-child {
    text-align: center;
    display: block;
  }

  .navbar-default .navbar-nav>li>a {
    margin: 5px 0 !important;
    padding: 10px 15px;
    line-height: 40px;
  }

  #rev_slider .tparrows {
    height: 24px;
    width: 24px;
  }

  #rev_slider .tparrows:before {
    font-size: 20px;
    line-height: 24px;
  }

  #rev_slider .tp-rightarrow.tparrows,
  #rev_slider .tp-leftarrow.tparrows {
    bottom: 20px !important;
    top: auto !important;
  }

  #rev_slider .tp-rightarrow.tparrows {
    right: 0 !important;
  }

  #rev_slider .tp-leftarrow.tparrows {
    left: auto !important;
    right: 65px !important;
  }

  .toggler {
    margin-bottom: 0;
  }

  .clientsDropDown {
    margin: -47px 0 0 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .clientsDropDown .btn-slide {
    font-size: 12px;
  }

  .toggle-button {
    width: 170px;
    margin-top: 6px;
  }

  .white_content {
    text-align: left;
  }

  .form-container form button {
    margin-top: 15px;
  }

  .news_thumb .image,
  .news_thumb .image {
    margin-bottom: 20px;
  }

  #specialist-slider .item .specialist_info {
    display: none;
    top: 0;
    left: 20px;
    position: absolute;
    background: rgba(255, 255, 255, .9);
    z-index: 1;
    height: 100%;
    width: auto;
    padding: 15px;
    right: 20px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;

  }

  #specialist-slider .item:hover .specialist_info,
  #specialist-slider .item:focus .specialist_info {
    display: block;
    bottom: 0;
  }

  #specialist-slider .item .specialist_info h2::after {
    display: none;
  }

  .news_main {
    margin-left: -15px;
    margin-right: -15px;
  }

  .news_main .col-md-6.news_thumb,
  .news_main .col-sm-6.news_thumb {
    padding-top: 0;
  }

  /*About*/
  #page_header {
    min-height: 150px;
  }

  #page_header .page_title h2.title {
    font-size: 26px;
    display: block;
    margin-bottom: 15px;
  }

  .grid_layout .wrap-col.first {
    display: none;
  }

  .grid_layout .wrap-col {
    padding: 0 15px 15px;
  }

  .work-filter li {
    margin: 0 10px;
  }

  /*Blog*/

  /*procedures*/
  .procedure ul.tabs {
    display: none;
  }

  .procedure .tab_drawer_heading {
    display: block;
  }

  .info_section,
  .paralax {
    background-position: center center !important;
    display: grid;

  }


  .paralax h1 {
    font-size: 20px;
  }

  .appointment_wrap {
    background: #fff;
    padding: 0 3% !important;
  }

  #map,
  #map2 {
    height: 250px;
  }

}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.btn-danger {
  color: #fff;
  background-color: #ff3332;
  border-color: #ff3332;
  padding: 10px 30px !important;
  border-radius: 25px;
  cursor: pointer;
}

.rev_slider {
  color: #fff;
}

.rev_slider .color {
  color: #f4ed31;
}

#main-navigation .affix .navbar-brand {
  /* width: 140px; */
  padding: 5px 0;
}

.calender-blue {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.calender-blue .fa-calendar {
  margin: 0 15px 0 0;
}

.calender-blue h4 {
  margin-bottom: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.find-more {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

.find-more:hover {
  color: #025063;
}

.banner-position-img {
  width: 135px;
  border: #73c7dc 3px solid;
  border-radius: 50%;
  margin-bottom: 10px;

}

.application-box {
  display: inline-block;
  position: relative;
  border-radius: 15px 0;
  background: rgb(255 255 255);
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.application-box:hover {
  border-radius: 0;
}

.application-box h3 {
  font-size: 16px;
  margin: 10px 0 0 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .application-box::before,
.application-box::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
} */

.application-box::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.application-box span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.application-box::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.application-box span::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.marquee {
  top: 6em;
  position: relative;
  box-sizing: border-box;
  animation: marquee 15s linear infinite;
}

.marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    top: 8em
  }

  100% {
    top: -11em
  }
}

.hours_wigdet h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #ea5920;
}

.hours_wigdet p {
  color: #111;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;

}

.btn-primary {
  /* color: #fff;
  background-color: #0798BC;
  border-color: #0798BC; */
  padding: 10px 30px !important;
  border-radius: 25px;
  cursor: pointer;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #000;
  cursor: default;
  background-color: transparent;
  border-bottom: 2px solid #0798bc !important;
  border: 0;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #605F5F;
  font-size: 16px;
  font-weight: 600;
}

.nav-tabs {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 15px;
}

.navbar-nav>li {
  border-right: rgb(157 157 157 / 52%) 2px solid;
  height: 42px;
}

.navbar-nav>li:last-child {
  border-right: 0;
}

.dropdown:after {
  content: "\f107";
  bottom: 0;
  right: 13px;
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  top: 13px;
  color: #fff;
  font-size: 18px;
}

#specialist-slider .item .specialist_photo>img {
  height: auto;
  width: 100%;
  border-radius: 8px;
}

.text-white {
  color: #fff;
}

.p-text {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #2D2E2F;
}

.p-text a {
  color: #337ab7;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.about-blue-box {
  text-align: center;
  padding: 25px 15px 15px 15px;
  border: #fff 1px solid;
  border-radius: 8px;
  background: rgb(255 255 255 / 10%);
}

.about-blue-box p {
  font-size: 14px;
  font-weight: 500;
}

.table .thead-dark th {
  color: #fff;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 1px solid #ddd;
  font-size: 14px;
}

.table>thead {
  font-size: 14px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px;
  font-size: 13px;

}

.org-btn-1 {
  background: #0798BC;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 25px;
  width: 225px;
  white-space: normal;
}

.org-btn-1:hover,
.org-btn-1:focus,
.org-btn-1:active {
  outline: none;
  color: #fff;
}

.org-btn-2 {
  background: #077BBC;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 25px;
  width: 225px;
  white-space: normal;
}

.org-btn-2:hover,
.org-btn-2:focus,
.org-btn-2:active {
  outline: none;
  color: #fff;
}

.org-btn-3 {
  background: #02B5C1;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 25px;
  width: 100%;
  white-space: normal;
}

.org-btn-3:hover,
.org-btn-3:focus,
.org-btn-3:active {
  outline: none;
  color: #fff;
}

.sub-items img {
  height: 36px;
  margin-right: 10px;
}

.sub-items li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.service_wrapper .items .acc-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.video-bg {
  width: 100%;
  margin-top: -138px;
}

.tp-fullwidth-forcer {
  background: rgb(0 0 0 / 50%);
  z-index: 9;
  position: relative;
}

.tp-caption {
  color: #fff !important;
}

.name-text {
  color: #F03232;
  margin: 15px 0 5px 0;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.position-text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.text-left {
  text-align: left !important;
}

.application-box span {
  display: block;
}

.application-box::before,
.application-box::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
}

.application-box span::before,
span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #3f5b32;
}

.application-box:hover::before,
.application-box:hover::after {
  width: 100%;
}

.application-box:hover span::before,
.application-box:hover span::after {
  height: 100%;
}

/*----- button 6 -----*/
.btn-6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.btn-6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-6 span::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.btn-6 span::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.btn-6:hover::before,
.btn-6:hover::after {
  left: 0;
}

.btn-6:hover span::before,
.btn-6:hover span::after {
  top: 0;
}

.black_sub_heading {
  font-size: 16px;
  margin: 0 0 15px 0;
  font-weight: 600;
}


/*----- Gallery 6 -----*/

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

  0%,
  100% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }
}

@keyframes bounceFromRight {

  0%,
  100% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }
}

@-webkit-keyframes bounceFromLeft {

  0%,
  100% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }
}

@keyframes bounceFromLeft {

  0%,
  100% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 0 15px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 5px;
}

.tz-gallery .lightbox img {
  width: 100%;
  position: relative;
  height: 180px;
  padding: 10px;
  border: #754d2a 2px solid;
  /*border-radius: 8px;*/
  border-radius: 8px 8px 0 0;
}


.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.partner-box {
  display: inline-block;
  position: relative;
  border-radius: 15px 0;
  background: rgb(255 255 255);
  width: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.p-15 {
  padding: 15px !important;
}

.w-100 {
  width: 100%;
}

.inner-list-content ul.welcome_list {
  margin-top: 0;
}

.inner-list-content ul.welcome_list li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-weight: 500;
  text-align: justify;
  width: 100%;

}

.inner-list-content ul.welcome_list li:before {
  content: '';
  background: #ff3332;
  height: 7px;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
  margin-left: -15px;
}

.dept-slider h3 {
  color: #3f5b32;
  margin-top: 10px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  text-align: center;
}

.dept-slider small {
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.b-blue {
  font-weight: 600;
  color: #000;
}

.table p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.table a,
.table a:hover {
  color: #337ab7;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.faculty-img {
  height: 270px !important;
  margin: 0 !important;
  border: #0798bc 1px dashed;
}







.v-tabs .nav-tabs {
  border-bottom: 0;
}

.v-tabs {
  display: -ms-flexbox !important;
  display: flex !important;
}

.v-tabs .nav-tabs>li {
  display: block;
  float: none;
  border-radius: 0;
  width: 100%;
  position: relative;
}

.v-tabs .nav-tabs>li>a,
.v-tabs .nav-tabs>li>a:hover,
.v-tabs .nav-tabs>li>a:focus,
.v-tabs .nav-tabs>li.active>a,
.v-tabs .nav-tabs>li.active>a:hover,
.v-tabs .nav-tabs>li.active>a:focus {
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  margin-bottom: 10px;
  padding: 15px;
  font-weight: 500;
  color: #404040;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.v-tabs .nav-tabs>li.active>a,
.v-tabs .nav-tabs>li>a:focus,
.v-tabs .nav-tabs>li>a:hover {
  z-index: 1;
  position: relative;
  color: #fff;
}

.v-tabs .nav-tabs>li.active a,
.v-tabs .nav-tabs>li.active a:focus,
.v-tabs .nav-tabs>li.active a:hover {
  color: #fff;
  border-bottom: 0 !important;
}

.v-tabs .nav-tabs>li.active:before {
  content: '';
  display: block;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 25px;
  right: -8px;
  transform: translateY(-50%);
  z-index: 9;
}

.v-tabs .tab-content {
  /*background-color: lightblue;*/
  flex: 1;
}

.date-box {
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
}

.date-box:before {
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}

.mb-1 {
  margin-bottom: 5px;
}

.tender-corrigendum-list-box {
  background: #eaf5f8 !important;
  border: #c9dde3 2px dashed !important;
}

.tender-list-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  border-radius: 4px;
  padding: 15px 20px 20px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.tender-list-box p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #2D2E2F;
  width: calc(100% - 85px);
  margin-bottom: 0;
}

.date-calendar {
  width: 75px;
  height: 70px;
  background: #f1f1f1;
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 5px 0px;
}

.date-calendar .year {
  background: #1970b7;
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  padding: 4px 0 3px 0;
  color: #fff;
  border-radius: 8px 8px 0 0;
  border-bottom: #005aa4 3px solid;
}

.date-calendar .day {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  text-transform: uppercase;
  color: #4c5866;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

.modal-content {
  border: 0;
}

.modal-header {
  border-bottom: 0;
  background: #3a2615;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 30px);
}

.close {
  opacity: .9;
  color: #fff;
  font-size: 24px;
}

.modal .tender-list {
  background: #e9e9e9;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.corrigendum-heaing {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}

.modal .p-text {
  text-align: left;
}

.prebid-date {
  color: #754d2a;
  font-weight: bold;
}

.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}

.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 10px solid #F8463F;
  background: transparent;
}

.ribbon1 p {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px 2px;
  border-top-right-radius: 8px;
  width: 60px;
  color: #fff;
  font-weight: 600;
}

.ribbon1 p span {
  animation: blink 1.2s linear infinite;
}

.ribbon1 p:before,
.ribbon1 p:after {
  position: absolute;
  content: "";
}

.ribbon1 p:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #F8463F;
}

.ribbon1 p:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.recruitments-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .navbar-nav > li:last-child > .dropdown-menu { */
/* left: auto; */
/* right: 0; */
/* } */






@media screen and (max-width: 479px) {
  footer .copyright ul.social_icon {
    float: left;
    margin-top: 20px;
  }

  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }

}


.navbar-header {
  float: initial;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar {
  min-height: auto !important;
  padding: 0 !important;
}

.navbar-collapse.collapse {
  display: flex !important;
  height: 42px !important;
  padding-bottom: 0;
  overflow: visible !important;
  align-items: center;
  justify-content: center;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-nav {
  float: left;
  margin: 0;
  flex-direction: row;
}

.dropdown-toggle::after {
  display: none;
}

#main-navigation .navbar-default .navbar-nav>li a {
  margin: 0;
  position: relative;
  display: block;
}

.navbar-default .navbar-nav>li>a {
  border-radius: 0;
  color: #fff;
}



#navigation.affix .navbar-default .navbar-nav>li a {
  margin: 0;
}

.tp-fullwidth-forcer {
  height: 640px;
}

.affix .navbar-brand>img {
  max-width: 640px;
}

.top-btn-group {
  margin-top: 4px;
}

.top-btn {
  color: #fff;
  /* background-color: #0798BC; */
  /* border-color: #0798BC; */
  padding: 8px 20px !important;
  border-radius: 4px;
  cursor: pointer;
  width: 185px;
  margin: 6px 0 5px 5px;
}

.top-btn:hover,
.top-btn:focus {
  color: #fff;
}

.e-office {
  background-color: #3f5b32;
  border-color: #3f5b32;
}

.patient-dashboard {
  background: #06b;
  border-color: #0066bb;
}

.auditorium-avl {
  background: #754d2a;
  border-color: #754d2a;
}

.e-Paramarsh {
  background: #8c8705;
  border-color: #8c8705;
}

.hmis {
  background: #218c05;
  border-color: #218c05;
}

.downloads {
  background: #e31717;
  border-color: #e31717;
}

.affix .top-btn-group {
  margin-top: 0px;
}

.dt-length label,
.dt-search label {
  font-weight: normal;
  margin-left: 5px;
}

.tz-gallery .lightbox p {
  background-color: #754d2a;
  width: 100%;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 8px 8px;
  margin-bottom: 0;
}

/*
.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  content: "\f06e";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
  border-radius: 8px;
}
*/
.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.navbar-nav>li>.mega-menu {
  min-width: 350px;
}

.navbar-nav>li>.mega-menu li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.navbar-nav>li>.mega-menu li .mega-submenu-box {
  width: 50%;
}

.navbar-nav>li>.mega-menu li .mega-submenu-box:first-child {
  border-right: #dbdbdb 1px solid;
}

.mega-submenu-box li a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #0d0d0d;
  font-size: 13px;
  padding: 13px;
  border-bottom: 1px solid #dbdbdb !important;
  margin: 0 !important;
  -moz-transition: all 0.6s ease 0.1s;
  -webkit-transition: all 0.6s ease 0.1s;
  -ms-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
  width: 100%;
  border-radius: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mega-submenu-box li:last-child a {
  border-bottom: 0 !important;
}

.mega-submenu-box li a:hover {
  background: #0e0e0e;
  color: #fff;
  border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
  .navbar-brand>img {
    width: 100%;
  }

  #main-navigation .navbar-brand {
    padding: 8px 0;
    width: calc(100% - 50px);
  }

  #main-navigation .affix .navbar-brand {
    width: calc(100% - 50px);
    padding: 5px 0;
  }

  .top-btn {
    width: 100%;
    margin: 0;
    font-size: 12px;
    float: left;
    padding: 8px 0 !important;

  }

  .top-btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  .rev_slider_wrapper p.tp-caption {
    font-size: 12px !important;
    line-height: normal !important;
  }

  .rev_slider_wrapper .btn-danger {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }

  .rev_slider_wrapper h1.tp-caption,
  .rev_slider_wrapper p.tp-caption {
    padding: 0 15px !important;
  }

  .rev_slider_wrapper .btn-danger .fa {
    font-size: 14px !important;
  }

  .white_content {
    text-align: center !important;
  }

  .banner-position-img {
    width: 120px;
  }

  .calender-blue {
    justify-content: center;
  }

  .white_content .find-more {
    justify-content: center;
  }

  .white_content:last-child {
    margin-top: 15px !important;
  }

  #specialist-slider .item .specialist_info {
    display: block !important;
    position: static !important;
    border-radius: 0 0 8px 8px;
  }

  #specialist-slider .item .specialist_photo>img {
    border-radius: 8px 8px 0 0px;
  }

  #specialists {
    padding-bottom: 0 !important;
  }

  .right_box ul.widget_links li {
    text-align: left;
  }

  .footer_column {
    padding-bottom: 0;
  }

  footer .copyright ul.social_icon {
    margin-bottom: 20px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .heading {
    font-size: 20px;
  }

  .bg_blue .white_content {
    margin: 15px 0;
  }

  .service_wrapper .items>li>a {
    font-size: 16px;
  }

  .v-tabs {
    display: block !important;
  }

  .nav-tabs>li>a {
    font-size: 14px;
    padding: 10px 10px;
  }

  .navbar-brand>img {
    width: 100%;
  }

  #main-navigation .navbar-brand {
    padding: 8px 0;
    width: 100%;
  }

  #main-navigation .affix .navbar-brand {
    width: 100%;
    padding: 5px 0;
  }


  .rev_slider_wrapper p.tp-caption {
    font-size: 12px !important;
    line-height: normal !important;
  }

  .rev_slider_wrapper .btn-danger {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }

  .rev_slider_wrapper h1.tp-caption,
  .rev_slider_wrapper p.tp-caption {
    padding: 0 15px !important;
  }

  .rev_slider_wrapper .btn-danger .fa {
    font-size: 14px !important;
  }

  .white_content {
    text-align: center !important;
  }

  .banner-position-img {
    width: 120px;
  }

  .calender-blue {
    justify-content: center;
  }

  .white_content .find-more {
    justify-content: center;
  }

  .white_content:last-child {
    margin-top: 15px !important;
  }

  .application-box {
    padding: 15px 15px;
    /* width: 150px; */
  }

  #specialist-slider .item .specialist_info {
    display: block !important;
    position: static !important;
    border-radius: 0 0 8px 8px;
  }

  #specialist-slider .item .specialist_photo>img {
    border-radius: 8px 8px 0 0px;
  }

  #specialists {
    padding-bottom: 0 !important;
  }

  .right_box ul.widget_links li {
    text-align: left;
  }

  .footer_column {
    padding-bottom: 0;
  }

  footer .copyright ul.social_icon {
    margin-bottom: 20px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .heading {
    font-size: 20px;
    margin-top: 20px;
  }

  .bg_blue .white_content {
    margin: 15px 0;
  }

  .service_wrapper .items>li>a {
    font-size: 16px;
  }

  .v-tabs {
    display: block !important;
  }

  .affix .top-btn-group {
    margin-top: 0px;
    display: none;
  }

  .application-box h3 {
    font-size: 14px;
  }

  .top-spacing {
    margin-top: 15px;
  }

  .org-btn-1,
  .org-btn-2,
  .org-btn-3 {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #welcome ul.welcome_list {
    margin-top: 0;
  }

  .dropdown:after {
    right: 15px;
  }

  .mega-submenu-box li a {
    color: #fff;
  }

  .bg_blue .white_content {
    margin: 15px 0;
    width: 100%;
    float: left;
    padding: 0 15px;
  }
}

.activities .item-container {
  cursor: pointer;
}

.activities .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.activities .overlay>div {
  padding: 25px;
  text-align: center;
}

.activities .overlay>div p {
  color: #fff;
  margin-bottom: 15px;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.activities ul.social_icon li a {
  display: block;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 48px;
  width: auto;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  z-index: 1;
  position: relative;
  text-decoration: none;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.w100 {
  width: 100% !important;
}

.dropdown ul .dropdown:after {
  content: "\f105";
  bottom: 0;
  right: 6px;
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  top: 15px;
  color: #000;
}

.dropdown ul .open:after {
  color: #fff;
}

.dropdown ul .open ul {
  right: unset;
  left: 100%;
  top: 0;
  background: #fff;
  padding: 0;
  border: none;
  min-width: 220px;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown ul .open ul li a {
  color: #0d0d0d;
  font-size: 13px;
  padding: 13px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 !important;
  -moz-transition: all 0.6s ease 0.1s;
  -webkit-transition: all 0.6s ease 0.1s;
  -ms-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}


.menu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  /* font-family: "Century Gothic"; */
  /* box-shadow: 0px 0px 25px #00000070; */
  clear: both;
  display: table;
  margin-bottom: 100px;
}

.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #916e4f;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  vertical-align: sub;
  background: transparent;
  clear: both;
}

.menu .list:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}

.defult-menu:after {
  display: none !important;
}

.menu .list a {
  text-decoration: none;
  color: #fff;
  padding: 12px 0px 15px 15px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
}

.menu .list a:hover {
  background-color: #583c22;
  transition: 300ms all;
  color: #f6ee31;
  font-weight: 500;
}

.menu .list .items-menu {
  height: 0px;
  overflow: hidden;
}

.menu .list .items-menu a {
  padding: 17px;
}

.menu .list .items-menu a:hover {
  background-color: #160d06;
  color: #fff;
  transition: 300ms all;
}

.menu .list:last-child {
  border-bottom: none;
}

.menu .active:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}

.menu .active>.items-menu {
  display: block;
  background: #3e2a18;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}

.menu .active>.items-menu li {
  padding: 0px;
  border-bottom: 1px solid #916e4f;
  list-style: none;
}

.menu .active>.items-menu li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}

.menu .active>.items-menu .active>.items-menu {
  background-color: #444342;
}

.menu .active>a {
  color: #f6ee31;
  text-transform: none;
  font-weight: 500;
}

.menu .active .list {
  background: #3e2a18;
}

.menu .active .list a {
  padding: 15px 0px 15px 15px;
}


.mob-menu {
  display: none;
}

.last-ul {
  right: 0 !important;
  left: unset !important;
}

/* Language Converter */
.gtranslate_wrapper select {
  height: 30px;
  color: #754d2a;
  border-radius: 5px;
  background-color: #f4f4f4;
  border-color: #B2AFAF;
  padding-left: 5px;
}

.row-language {
  height: 25px;
  line-height: 25px;
}

.logo-text-1 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #754d2a;
}

.logo-text-2 {
  color: #3f5b32;
  text-align: center;
  font-weight: 600;
  margin: 5px 0 0 0;
}

.navbar-brand .img-responsive {
  height: 90px;
  margin-right: 10px;
}

.img-responsive {
  max-width: inherit;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.subitems ul {
  display: block !important;
}

.appointment-dropdown:after {
  top: 19px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-10 {
  margin-right: 10px;
}

.marquee-align {
  display: flex;
  align-items: center;
}

.headertext {
  width: auto;
  color: #fff;
  padding: 8px 15px;
  display: flex;
  position: relative;
  font-weight: 500;
  font-size: 14px !important;
}

.headertext img {
  height: 24px;
  margin-right: 10px;
}

.marquee-caret {
  position: absolute;
  right: -9px;
  bottom: 6px;
  z-index: 9;
}

.marquee-text {
  width: calc(100% - 30px);
  color: #fcfcfc;
  line-height: 18px;
  font-size: 14px !important;
}

.slider-bot-card-sec {
  background: #fff;
  padding: 20px;
}

/* .slider-bot-card-sec > div {
  width: 13%;
} */
section {
  display: grid;
}

.minister-director-sec {
  padding: 7px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee;
  height: 100%;
}

.minister-director-sec .minister-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 6px;
  background: rgb(255 255 255);
  text-align: left;
  margin: 0;
  height: 94%;
  padding: 12px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.minister-director-sec .minister-box img {
  width: 75px;
  margin-right: 10px;
  border: #D9D9D9 1px solid;
  border-radius: 4px;
}

.minister-director-sec .minister-box h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.minister-director-sec .minister-box p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #544130;
}

.director-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 6px;
  text-align: left;
  margin: 0;
}

.director-box img {
  width: 85px;
  margin-right: 10px;
  border: #D9D9D9 1px solid;
  border-radius: 4px;
}

.director-box h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.director-box p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #544130;
}

.message-text {
  color: #111;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  outline: 0;
  box-shadow: unset;
}

.gallery-box {
  background: #fff;
  padding: 0;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.gallery-contenet {
  padding: 12px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  color: #fff;
  border-radius: 0 0 8px 8px;
  min-height: 45px;
  font-size: 12px;
}

.gallery-contenet span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-box .gallery-contenet:after,
.gallery-box .gallery-contenet:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

.gallery-box .gallery-contenet:before {
  left: -100%;
  top: 0;
}

.gallery-box .gallery-contenet:after {
  right: -100%;
  bottom: 0;
}

.gallery-box:hover .gallery-contenet:before {
  left: 0;
}

.gallery-box:hover .gallery-contenet:after {
  right: 0;
}

.bg-pattern-sec {
  /* background: url(../../assets/images/section-bg.png) no-repeat; */
  background: #eee;
  padding: 30px 20px;
}

.whats-new-sec {
  position: relative;
  width: 100%;
}

.box-heading::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  left: 0;
  top: 11px;
}

.box-heading::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  left: 0;
  bottom: 11px;
}

.box-heading {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.box-heading span {
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  z-index: 9;
}


.white-box-heading::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #AFACAC;
  left: 0;
  top: 11px;
}

.white-box-heading::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #AFACAC;
  left: 0;
  bottom: 12px;
}

.white-box-heading {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.white-box-heading span {
  color: #754d2a;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  position: relative;
  z-index: 9;
}

.whats-new-content {
  width: 100%;
  position: relative;
  border-radius: 35px 0;
  background: transparent;
  padding: 20px 15px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  display: inline-block;
}

.Calendar-box {
  position: relative;
  border-radius: 35px 0;
  background: transparent;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  display: inline-block;
  border: #754d2a 1px solid;
  width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  font-weight: 500;
  font-size: 16px;
}

.nav-tabs .nav-link {
  border-color: transparent;
  isolation: isolate;
  color: #605F5F;
  font-weight: 500;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
  font-weight: 500;
}

.fc .fc-toolbar-title {
  font-size: 16px;
  margin: 0px;
  font-weight: 600;
}

.fc .fc-button-primary {
  background-color: #efefef;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
}

.fc .fc-button-primary:hover {
  color: #fff;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #e1d8d0;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #9e9e9e;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #9e9e9e;
}

.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section>td {
  /*height: 1px;*/
  margin-bottom: 0;
}


.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;

}

.status {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 30px 0 50px 0;
}

.status img {
  height: 60px;
}

.counting {
  color: #FFD700;
  font-family: math;
  font-size: 30px;
  font-weight: 700;
  margin: 5px 0;
}

.calendar-sec {
  position: relative;
}

.our-services-sec {
  padding: 30px 20px;
  position: relative;
}

.our-services-content {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.services-box {
  width: 13%;
  display: inline-block;
  position: relative;
  border-radius: 15px 0;
  background: rgb(255 255 255);
  background-image: linear-gradient(to bottom, rgb(117 77 42 / 5%), rgb(63 91 50 / 5%));
  text-align: center;
  padding: 15px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.services-box img {
  width: 48px;
  margin-top: -55px;
}

.services-box h4 {
  color: #754D2A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.count {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 2px;
  letter-spacing: 2px;
}

.notification-scroller {
  padding: 0;
  display: flex;
  align-items: center;
}

.common-left ul li {
  float: left;
  line-height: 132%;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  /* height: 26px; */
  padding-right: 8px;
}

.search-icon {
  font-size: 18px;
  padding: 0 10px;
  border-left: #B2AFAF 1px solid;
  height: 40px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  border-right: #B2AFAF 1px solid;
}

.enq_no {
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
}

.enq_no h5 {
  font-size: 12px;
  color: #605F5F;
  margin: 0;
}

.enq_no h3 {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: 600;
}

.common-left ul li span {
  display: block;
}

p:empty {
  display: none;
}

.common-left {
  float: left;
  position: relative;
  padding: 5px 0;
}

.common-left ul li.gov-india {
  text-align: right;
}

.common-left ul li.ministry {
  padding-left: 8px;
  border-left: 1px solid #ababab;
}

.org-white-box {
  border: #ccc 1px solid;
}

.org-white-box img {
  width: 100%;
}

.org-white-box h2 {
  background: #078abc;
  color: #fff;
  padding: 10px 15px;
  font-size: 22px;
}

.org-white-box h4 {
  background: #078abc;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
}

table {
  margin-bottom: 2px
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 5px !important;
}

.fc-direction-ltr {}

.fc-scroller-liquid-absolute {
  overflow: hidden !important;
}

.ptb-50 {
  padding: 50px 0;
}

.slider-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-img {
  width: 100%;
  height: 320px !important;
}

.carousel-caption {
  right: 12%;
  left: 12%;
  padding: 15px;
  background: #3f5b32ba;
  bottom: 0;
  font-size: 16px;
  border-radius: 20px 20px 0 0;
}

.fa-1x {
  font-size: 28px;
  position: absolute;
  bottom: 30px;
}


@media screen and (max-width: 767px) {
  .mob-menu {
    /* display: block; */
  }

  .status {
    padding: 30px 0 25px 0;
  }

  .appointment-dropdown {
    display: block !important;
    width: calc(50% - 10px);
    margin: 0 5px 9px 5px;
    float: left;

  }

  .appointment-dropdown:after {
    top: 12px !important;
  }

  .footer_column .white_content {
    text-align: left !important;
  }

  .footer_column .white_content:last-child {
    margin-top: 0px !important;
  }

  .web-menu {
    display: none;
  }

  .navbar-default .navbar-collapse {
    background: #754d2a;
    padding: 0 15px;
    display: block !important;
  }

  .navbar-collapse.in {
    max-height: 100% !important;
  }

  .logo-text-1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #754d2a;
  }

  .navbar-brand .img-responsive {
    height: 50px;
    margin-right: 5px;
  }

  .ml-10 {
    margin-left: 5px;
  }

  ul.hours_wigdet {
    float: left;
    width: 100%;
  }

  #specialist-slider .owl-prev,
  #our-specialist .owl-prev,
  #news-slider .owl-prev {
    left: unset;
  }

  #specialist-slider .owl-next,
  #our-specialist .owl-next,
  #news-slider .owl-next {
    right: 15px;
  }

  .navbar-header {
    padding: 0 15px;
  }

  /* .topbar {
    display: none;
  } */
  .font-inc-dec {
    display: none;
  }

  .topbar {
    padding: 0 10px;
    display: block;
    height: auto;
  }

  .topstrip-right-space {
    justify-content: flex-start;
  }

  .gtranslate_wrapper select {
    width: 100px;
  }

  .enq_no h3 {
    font-size: 14px;
  }

  .enq_no h5 {
    font-size: 10px;
  }

  
.top-bar-menu {
        display: block;
        height: 60px;
    }
	
	.top-bar-menu a{
    font-size:13px;
  }
  
  .top-bar-menu div{
    height: 30px;
	line-height:30px;
  }

  ul.social_icon {
    margin-left: 0;
	width:100%;
	text-align:right;
  }

  .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff !important;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  #main-navigation .navbar-toggle {
    top: 5px;
  }

  .menu-text {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0 0;
    display: block !important;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #754D2A;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    display: block !important;
  }

  .sidenav a {
    padding: 0;
    text-decoration: none;
    font-size: 25px;
    color: #583c22;
    display: block;
    transition: 0.3s;
  }


  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .bg-pattern-sec {
    padding: 15px 0;
  }

  .box-heading {
    margin-top: 20px;
  }

  section {
    display: block;
  }

}

.sidenav {
  display: none;
}

.font-inc-dec {
  font-weight: 600;
  /* background: rgb(0 0 0 / 32%); */
  padding: 0 15px 0 0;
  margin-right: 0;
  border-radius: 4px;
  font-size: 14px;
}

.font-inc-dec span {
  margin: 0;
  cursor: pointer;
  border-right: #B2AFAF 1px solid;
  border-left: #B2AFAF 1px solid;
  padding: 0 10px;
  height: 40px;
  display: inline-flex;
  align-items: center;
}

.count-div {
  background: #d2d2d2b8;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/*Loader Css*/
.heart-rate {
  width: 150px;
  height: 73px;
  position: relative;
  margin: 20px auto;
}

.fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  right: 0;
  animation: heartRateIn 2.5s linear infinite !important;
}

.fade-out {
  position: absolute;
  width: 120%;
  height: 100%;
  background-color: rgb(0 0 0 / 87%);
  top: 0;
  right: -120%;
  animation: heartRateOut 2.5s linear infinite !important;
  background: rgba(0, 0, 0, 1);
  background: linear-gradient(to right, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 1)80%, rgba(0, 0, 0, 0)100%);
}

@keyframes heartRateIn {
  0% {
    width: 100%;
  }

  50% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.page-loader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgb(0 0 0 / 87%);
}


.no-dropdown:after {
  display: none;
}

.footercls:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgb(0 0 0 / 77%);
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-bot {
  background: rgb(96 95 95 / 55%);
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 15px 0;
}

.footer-bot a:hover {
  color: #d2833e;
}

.h3department {

  padding: 15px 20px !important;
  margin-bottom: 0;
  color: #ff3332;
  font-weight: 600;
  font-size: 16px;
  /* margin-bottom: 10px; */
  padding: 0px 10px 16px 20px;

}

.activefont {
  color: #000000;
  background: rgb(117 77 42 / 50%);
}


@keyframes heartRateOut {
  0% {
    left: -120%;
  }

  30% {
    left: -120%;
  }

  100% {
    left: 0;
  }

}



.content-quicklinks {
  text-align: center;
  width: 250px;
  height: 225px;
  background: #583c22;
  padding: 10px 10px;
  border-radius: 8px 0px 0 8px;
  color: #fff;
}

#wrap {
  position: fixed;
  right: 0px;
  top: 200px;
  display: none;
  z-index: 9999;
}

.open-call {
  padding: 0;
  font-size: 18px;
  cursor: pointer;
  margin-top: 100px;
  position: fixed;
  z-index: 9999;
  top: 200px;
  right: 0;
  margin: 0;
  width: 35px;
}

.close-call {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #000000;
  border: none;
  cursor: pointer;
  z-index: 9999;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}

.marquee-whatsnew {
  height: 362px;
}

/* Slick Slider */

.slick-prev,
.slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}


.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 5px;
  padding: 20px 0;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-scroll {
  transition: filter .4s;
  margin: 0px 40px;
}

.fas {
  color: #96bd0b;
}

.slick-prev {
  left: -30px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 35%;
  font-size: 28px;
  right: -30px;
  color: rgb(117 77 42 / 50%);
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }

  .slick-slider {
    padding: 0 20px;
  }

  .custom-select {
    width: 100px;
  }
}

.nav-pills .nav-link {
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  margin-bottom: 10px;
  padding: 15px;
  font-weight: 500;
  color: #404040;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  text-align: left;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
}

.nav-pills .nav-link.active {
  position: relative;
  display: block;
  border-radius: 4px 0 0 4px;
}

.nav-pills .nav-link.active::before {
  content: '';
  display: block;
  border-top: 27px solid transparent;
  border-left: 9px solid #754d2a;
  border-bottom: 27px solid transparent;
  position: absolute;
  top: 27px;
  right: -9px;
  transform: translateY(-50%);
  z-index: 9;
}

/*FOR LANGUAGE CONVERSION*/
.eng {
  display: block;
}

.hi {
  display: none !important;
}

.tel {
  display: none !important;
}

/*------Holiday Color Code------*/

.fc-event-main {
  height: 5px;
}

.mr-10 {
  margin-right: 10px;
}

/*Site Map*/
.sitemap {
  margin-top: 10px;
}

.sitemap li {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-weight: 500;
  color: #477fd5;
}

.sitemap li:before {
  content: '';
  height: 7px;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
  margin-left: -15px;
  margin-top: -2px;
}

.sitemap-leble-2 {
  margin-top: 10px;
  margin-left: 15px;
}

.sitemap-leble-2 li {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-weight: 500;
  color: #477fd5;
}

.sitemap-leble-2 li:before {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
  width: 0;
  height: 0;
  margin-top: -15px;
  font-weight: 600;
}

.sitemap-leble-3 {
  margin-top: 10px;
  margin-left: 15px;
}

.sitemap-leble-3 li {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-weight: 500;
  color: #477fd5;
}

.sitemap-leble-3 li:before {
  content: "\f101";
  font: normal normal normal 14px / 1 FontAwesome;
  width: 0;
  height: 0;
  margin-top: -15px;
  font-weight: 600;
  margin-right: 15px;
}

.sitemap li a {
  display: inline-block;
}

.menu-active {
  color: #fff !important;
}

.dropdown-menu .menu-active a {
  color: #fff !important;
}

.v-tabs .nav-tabs>li.active {
  background: transparent;
}

/*data table font size adjust*/
.dt-layout-row,
.dt-length,
.dt-search {
  font-size: 14px;
}

.dt-length label,
.dt-search label {
  font-size: 14px;
}

.min-500 {
  min-height: 500px;
}

.cp {
  font-size: 16px;
}

.fc-event-title {
  background-color: #078abc;
  color: white;
  padding: 2px 4px;
  border-radius: 3px;
}

.btn-small {
  padding: 4px 9px !important;
  color: #fff !important;
  font-size: 11px;
}

.report-h3 {
  text-align: center;
  margin-bottom: 15px;
}

.report-content {

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.report-right-image {
  width: 100%;
}

.report-child-div {
  display: flex;
  align-items: center;
  justify-content: center
}

.other-aiims {
  background: #eeeeee;
  padding: 10px !important;
  border-radius: 4px;
}

.other-aiims img {
  width: 60px !important;
  margin-right: 10px;
}

.other-aiims a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  height: 60px;
  cursor: pointer;

}

.video-box {
  width: 100%;
  position: relative;
  height: 180px;
  padding: 10px;
  /* border-radius: 8px; */
  border-radius: 8px 8px 0 0;
}



#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 800px;
  /*max-height: 360px;*/
  transform: translate(-50%, -50%);

  border: 2px solid #FFF;
  background: #FFF;
  z-index: 99999;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover~#boxclose {
  display: none;
}

.test:hover~.test2 {
  display: none;
}

.calender-close {
  background: #3a2615;
  opacity: .9;
  color: #f6f2f2;
  font-size: 24px;
  border: none;
}

.read-more {
  font-size: 16px;
  font-weight: 500;
}

.upcoming_event .holiday {
  display: none;
}

.quick-links-tab {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.quick-links-tab span {
  color: white;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 16px;
}

.color-box-bar {
  height: 40px;
  border-right: #B2AFAF 1px solid;
  line-height: 48px;
  padding-right: 5px;
}

.color-box {
  font-size: 24px;
  margin: 0 2px;
  cursor: pointer;
}

.text-black {
  color: #000;
}

.event-det-link {
  color: #754d2a;
  font-size: 16px;
  font-weight: 600;
}

.fc .fc-popover-body .fc-daygrid-event-harness {
  display: inline-block !important;
  width: 100%;
}

.fc .fc-popover-body .fc-daygrid-event-harness .fc-h-event {
  background: transparent !important;
  border: 0 !important;
}

table.dataTable td.dt-type-numeric {
  text-align: left !important;
}

#modalBody {
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .color-box-bar {
    display: none;
  }

  .form-select-media {
    margin-bottom: 15px;
  }
}

.display-block {
  display: block !important;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.gallery-calendar {
  font-size: 20px !important;
  font-weight: bold;
}

.totle_h3 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ribbon3 {
  width: 95px;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
  position: absolute;
  left: 5px;
  top: 20px;

  color: #fff;
}

.ribbon3:before,
.ribbon3:after {
  content: "";
  position: absolute;
}

.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 15px solid #754d2a;
  background: transparent;
}

.gallery-calender-2 {
  position: absolute;
  top: 6px;
  right: 10px;
  height: 110px;
}

.text-wraping-10 {
  /*display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 1500ch;*/
  height: 245px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}

.person-details h5 {
  font-size: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

table.dataTable th.dt-type-numeric {
  text-align: left !important;
}

.carousel-item video {
  height: 436px;
  object-fit: cover;
  margin: 0 auto;

}

.home-banner .carousel-item {
  background: #000;
}

@media (max-width: 767px) {
  .carousel-item video {
    height: 192px;
  }
}


/*==========Search Page============*/
.search-results {
  margin: 20px;
}

.search-results h1 {
  font-size: 24px;
  margin-bottom: 15px;
}

.search-results ul {
  list-style: none;
  padding: 0;
}

.search-results li {
  margin-bottom: 15px;
}

.search-results a {
  font-size: 18px;
  color: #0073aa;
  text-decoration: none;
}

.search-results a:hover {
  text-decoration: underline;
}

.btn-search {
  padding: 4px 9px !important;
  color: #fff !important;
  font-size: 13px !important;
}

.btn-primary-search {
  padding: 6px 15px !important;
  border-radius: 4px !important;
}

.service_wrapper .sub-sub-items {
  border-top: none;
}

.default-modal {
  border: 10px solid #754D2A;
  border-radius: 5px;
  background-color: #f7f5f3;
}

.modal-inner p strong {
  color: #754D2A
}

.fc .fc-scrollgrid-liquid {
    height: 103%;
}
.director-img img{ max-width: 100%;
    height: fit-content;
}


/****************Child*****************/
.dropdown-menu .menu-active:after {
	color:#fff !important;
}
.dropdown-menu .menu-active a {
  color: #fff;
}

.dropdown-menu .menu-active.child a {
  color: #fff !important;
}
.dropdown-menu .menu-active.child .menu-active.child-child a {
  color: #fff !important;
}
.dropdown-menu .menu-active.child .child-child a {
  color: #000 !important;
}
.dropdown-menu .menu-active.child .child-child a:hover {
  color: #fff !important;
}
/****************Child*****************/