@charset "utf-8";
/*
  VictorThemes Styling
  ----------------------
  1. Common Classes
  2. Elements
    -- Social
    -- Logo
    -- Toggle
    -- Navigation
    -- Custom Grids
    -- Buttons
    -- Back Top
    -- Preloader
    -- Form Fields
    -- Table
    -- Swiper Slider
    -- Counter
    -- Accordion
    -- Custom Scroll
    -- Masonry
    -- Owl Carousel Slider
      -- Default Carousel Slider
      -- Fixed Carousel Slider
    -- Magnific Popup
    -- Parallax
    -- Breadcrumb
    -- Pagination
    -- Modal, Fade
    -- Nice Select
    -- Animation
    -- Hover
  3. Reset Classes
  4. Topbar
  5. Header
    -- Default Header
    -- Sticky Header
  6. Home V1 Page
    -- Swiper
    -- Swiper Container, Swiper Style Two
    -- Emergency
    -- Facilities
    -- Services
    -- About
    -- Stats
    -- Consultation
    -- Testimonials
    -- Doctors
    -- News
    -- Clints
    -- Twitter Feed
    -- Contact Details
  7. Home V2 Page
    -- Swiper Container, Swiper Style Three
    -- Services, Services Style Two
    -- Choose
    -- Departments
    -- Doctors, Doctors Style Two
    -- Quote
    -- Stats, Stats Style Two
    -- Testimonials, Testimonials Style Two
    -- News, News Style Two
  8. Home V3 Page
    -- Swiper Container, Swiper Style Four
    -- Story
    -- Doctors, Doctors Style Three
    -- Customers Trust
    -- Departments, Departments Style Two
    -- Questions
    -- Map
  9. Home V4 Page
    -- Swiper Style Five
    -- Facilities, Facilities Style Two
    -- Departments, Departments Spacer Two
  10. Mid Wrap
  11. Department Page
  12. Department Single Page
    -- Page Title
  13. About Us Page
    -- Banner
    -- Story, Story Style Two
    -- Facilities, Facilities Style Two, Facilities Style Three
    -- Services, Services Style Two, Services Style Three
  14. Appointment Form Page
    -- Banner, Banner Style Two
    -- Consultation, Consultation Style Two
    -- Facilities, Facilities Style Four
    -- Questions, Questions Style Two
  15. Time Table Page
    -- Page Title
  16. Our Doctors Page
    -- Page Title
    -- Career Wrap
  17. Doctor Single Page
  18. Services Page
  19. Testimonials Page
    -- Testimonials, Testimonials Style Two, Testimonials Style Three
  20. Pricing Page
  21. Gallery With Caption Page
  22. Gallery Grid Page
  23. Faq Page
  24. Contact 1 Page
  25. Contact 2 Page
  26. News List Page
  27. News Masonry Page
  28. News Masonry With Sidebar Page
  29. News Single Post Page
  30. Sidebar Widgets
    -- Widget Search
    -- Widget Categories
    -- Widget Recent Posts
    -- Widget Tags
    -- Widget Archives
  31. Shop Page
  32. Product Details Page
  33. Cart Page
  34. Checkout Page
  35. 404 Page
  36. Content Cross Check Page
  37. Footer
*/
/* 1. Common Classes */
html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  height: 100%;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  color: #333333;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::selection {
  background: #D98918;
  color: #ffffff;
}
::-webkit-selection {
  background: #D98918;
  color: #ffffff;
}
::-moz-selection {
  background: #D98918;
  color: #ffffff;
}
::-o-selection {
  background: #D98918;
  color: #ffffff;
}
::-ms-selection {
  background: #D98918;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
a {
  color: #333333;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #D98918;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 600;
  line-height: 1.42857;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #777777;
   font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 24px;
}
p a {
  color: #D98918;
}
p a:hover {
  color: #333333;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
abbr[title] {
  text-decoration: none;
}
.padding-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-md {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padding-lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.padding-xl {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.padding-cnt-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
nav.breadcrumbs {
  text-align: right;
}

/* 2. Elements */
/* Social */
.csgve-social a {
  display: inline-block;
  margin-left: 7px;
  color: #c5c5c5;
  font-size: 22px;
  letter-spacing: 1.8px;
}
.csgve-social a:first-child {
  margin-left: 0;
}
.csgve-social a i {
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
/* Logo */
.csgve-logo {
  float: left!important;
  padding: 8px 0 0px;
  width: 18%!important;
}
.csgve-logo .text-logo {
  font-size: 25px;
  font-weight: 600;
}
.brand-2x, .brand-3x {
  display: none;
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .brand-1x {
    display: none;
  }
  .brand-2x {
    display: inline-block;
  }
}
@media only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .brand-2x {
    display: none;
  }
  .brand-3x {
    display: inline-block;
  }
}
.csgve-logo a img.default-logo {
  display: inline-block;
}
.csgve-logo a img.retina-logo {
  display: none;
}

/* Retina Logo - Active */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
 .csgve-logo a img.default-logo {
    display: none;
  }
 .csgve-logo a img.retina-logo {
    display: inline-block;
  }
}
/* Admin Bar */
.admin-bar .is-sticky .csgve-header {
  top: 32px !important;
  position: relative;
}
@media screen and (max-width: 782px) {
  .admin-bar .is-sticky .csgve-header {
    top: 46px !important;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .is-sticky .csgve-header {
    top: 0 !important;
    position: relative;
  }
}
/* Toggle */
/* Navigation */
.csgve-navigation {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
nav.csgve-navigation .caret {
  display: none;
}
.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation > li {
  float: left;
}
.navigation > li > a {
  display: inline-block;
  padding: 35px 12px 39px;
  color: #555555;
  font-family: "Asap", Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.navigation > li > a:hover{
  color: #D98918!important;
  text-decoration: none;
}


.navigation .dropdown-list {
  position: relative;
}
.dropdown-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: -6px;
  min-width: 220px;
  padding: 10px 0 12px;
  margin: 0;
  background: #ffffff;
  font-size: 15px;
  line-height: 26px;
  list-style: none;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 3;
}
.dropdown-nav li {padding: 0;}
.dropdown-nav li a {
  position: relative;
  display: block;
  padding: 6px 10px 8px 20px;
  color: #666666;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.dropdown-nav li:hover > a, .dropdown-nav li.active > a {
  background: rgba(67, 91, 161, 0.1);
  color: #D98918;
}
li.current-menu-ancestor > a, li.current-menu-item > a {
  color: #D98918;
}
.navigation .dropdown-list ul.dropdown-nav li.dropdown-list:hover > a:after,
.dropdown-nav li.dropdown-list.sub:hover > a:after {
  color: #D98918;
}
.navigation .dropdown-list ul.dropdown-nav li.dropdown-list ul.dropdown-nav,
.navigation .dropdown-list.sub .dropdown-nav {
  top: -10px;
  left: 100%;
}
.navigation .dropdown-list ul.dropdown-nav li.dropdown-list > a:after,
.navigation .dropdown-list.sub > a:after {
  position: absolute;
  top: 48%;
  right: 19px;
  color: #a59797;
  font: normal normal normal 16px/0 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
  z-index: 1;
}
.csgve-toggle {
  display: none;
  width: 26px;
  height: 14px;
}
.csgve-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: #222222;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.csgve-toggle .toggle-separator:before, .csgve-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222222;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.csgve-toggle .toggle-separator:after {top: 6px;}
/* Custom Grids */
.csgve-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.csgve-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* Buttons */
.csgve-btn {
      display: inline-block;
    vertical-align: middle;
    min-width: 171px;
    padding: 14px 15px;
    margin-top: 23px;
    background: #D98918;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;


}
.csgve-btn:hover, .csgve-btn:focus {
  background: #bc6700;
  color: #ffffff;
  text-decoration: none
}
.csgve-white-border-btn {
  background: transparent;
  border-color: #ffffff;
}
.csgve-white-border-btn:hover, .csgve-white-border-btn:focus {
  border-color: transparent;
}
.csgve-blue-btn {
  background: #D98918;
}
.csgve-small-btn {
  padding: 7px 18px 6px 19px;
  min-width: 122px;
}
.csgve-blue-border-btn {
  background: transparent;
  border-color: rgba(225, 225, 225, 0.5);
}
.csgve-btn.csgve-blue-border-btn:hover, .csgve-btn.csgve-blue-border-btn:focus {
  background: transparent;
  color: #ffffff;
  border-color: #D98918;
}
.csgve-consultation .csgve-btn.csgve-blue-border-btn:hover, 
.csgve-consultation .csgve-btn.csgve-blue-border-btn:focus {
  background: transparent;
  color: #ffffff;
  border-color: #fff;
}
.csgve-medium-btn {
  min-width: 160px;
  padding: 10px 15px 9px;
}
.csgve-green-btn, .csgve-btn-group .csgve-green-btn {
  background: #51cdb4;
}
.csgve-btn-group .csgve-green-btn:hover, .csgve-btn-group .csgve-green-btn:focus {
  background: #5fd3bc;
}
.csgve-large-btn {
  min-width: 194px;
}
.csgve-rounded-btn {
  border-radius: 30px;
}
.csgve-gray-border-btn {
  background: transparent;
  border-color: #e5e5e5;
}
.csgve-btn-group .csgve-gray-border-btn {
  background: transparent;
  border-color: #e5e5e5;
}
.csgve-gray-border-btn:hover, .csgve-gray-border-btn:focus {
  background: transparent;
  color: #D98918;
  border-color: #D98918;
}
.csgve-btn-group {
  padding-top: 23px;
}
.csgve-btn i {
  padding: 0 6px;
  font-size: 16px;
}
/* Back Top */
.csgve-back-top {
  position: fixed;
  bottom: 15px;
  right: -50px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 2;
}
.csgve-back-top.active {
  right: 15px;
}
.csgve-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 1px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background: #D98918;
  color: #ffffff;
}
.csgve-back-top a:hover {
  background: #435ba1;
  color: #fff;
}
/* Preloader */
.csgve-preloader {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D98918;
  color: #ffffff;
  text-align: center;
  z-index: 4;
}
.loader-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.preloader-percentage-text, .percentage {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 70px;
}
.preloader-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #ffffff;
  z-index: 1;
}
/* 3. Reset Classes */
/* Form Fields */
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"],
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"],
input[type="number"], textarea, select, .form-control {
  width: 100%;
  padding: 10px 15px;
  background-color: #fcfcfc;
  color: #888888;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #ececec;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, select:focus, .form-control:focus {
  border-color: #d5d5d5;
}
input[type="file"] {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
input[type=number] {
  padding-right: 30px;
  margin-bottom: 0;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.csgve-datepicker {
  padding: 10px 40px 10px 15px;
  background-image: url(../images/icons/icon10@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.datepicker {
  display: block !important;
}
.calendar {
  width: auto !important;
  min-width: 250px !important;
  font-family: 'Asap', sans-serif;
  z-index: 2;
}
.calendar #today {
  display: none;
}
.calendar td {
  padding: 0;
}
.calendar th {
  line-height: 1.42857143;
}
.calendar tr:first-child th {
  padding: 8px;
}
.calendar .date.selected, .calendar .date:active, .calendar .month:active, .calendar .nMDate:active, .calendar .pMDate:active {
  background: #435ba1;
}
input.clockpicker {
  padding: 10px 35 10px 15px;
  background-image: url(../images/icons/icon11@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 29px auto;
}
.popover.clockpicker-popover {
  z-index: 9999;
}
.quantity {
  display: inline-block;
  position: relative;
}
.quantity input:focus {
  outline: 0;
}
.quantity-up, .quantity-down {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 15px;
  height: 50%;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.quantity-down {
  top: auto;
  bottom: 1px;
  border-bottom: none;
}
.quantity-up .fa, .quantity-down .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
input[type="checkbox"], input[type="radio"] {
  margin: 0 5px 0 0;
}
textarea, textarea.form-control {
  height: 175px;
  padding: 12px 15px;
  resize: vertical;
}
/*input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  min-width: 185px;
  padding: 12px 20px;
  background-color: #D98918;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #435ba1;
}
.csgve-contact-form input.wpcf7-form-control.wpcf7-submit {
  margin-top: 12px;
}*/
.csgve-contact-form div.wpcf7-mail-sent-ng, .appointment-form div.wpcf7-mail-sent-ng {
  border: 1px solid red;
  font-size: 13px;
}
.csgve-contact-form div.wpcf7-response-output, .appointment-form div.wpcf7-response-output {
  margin: 10px 0;
  padding: 0.2em 1em;
}
.csgve-contact-form input[type="text"].wpcf7-not-valid, .csgve-contact-form input[type="email"].wpcf7-not-valid {
  border-color: red;
}
.csgve-contact-form .wpcf7-not-valid-tip {
  display: none;
}
select {
  padding: 10px 40px 10px 11px;
  background-image: url(../images/icons/icon9@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 23px auto;
  color: #888888;
}
select option {
  padding: 5px 10px;
}
select[multiple] {
  height: 175px;
  padding: 0;
  background-image: none;
}
label {
  font-weight: 400;
  cursor: pointer;
}
sup {
  font-size: 80%;
}
sub {
  font-size: 80%;
}
form p {
  padding-bottom: 0;
  line-height: normal;
}
form label {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 1.42857;
  position: relative;
}
form input, form textarea, form select {
  margin-bottom: 19px;
}
blockquote {
  padding: 0 15px;
  margin: 10px 0 33px;
  border-color: #D98918;
  border-width: 3px;
}
blockquote p {
  font-family: 'Asap', sans-serif;
  font-style: italic;
  font-size: 17px;
}
blockquote cite {
  display: block;
  font-size: 13px;
  font-style: normal;
}
blockquote cite:before {
  content: "-";
}
kbd {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 7px;
  vertical-align: middle;
  background-color: #00c1cf;
  font-family: 'Asap', sans-serif;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
kbd a {
  color: #ffffff;
  font-weight: 500;
}
kbd a:hover, kbd a:focus {
  color: #333333;
}
.required {
  color: #eb4f4f;
}
.checkbox-icon-wrap .checkbox-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
}
.checkbox-icon-wrap input[type="checkbox"] {
  display: none;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  color: #f05f60;
  font: normal normal normal 9px/1 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.radio-icon-wrap .radio-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.radio-icon-wrap input[type="radio"] {
  display: none;
}
.radio-icon-wrap input[type="radio"]:checked + .radio-icon:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #222222;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  font-weight: 300;
  font-size: 14px;
}
/* Table */
table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: center;
  border: 1px solid #ececec;
}
table th {
  padding: 8px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  padding: 8px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
table.table-condensed {
  border: none;
}
table tr #today {
  background: #111111;
  color: #ffffff;
}
address {
  font-style: italic;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-caption {
  margin-bottom: 30px;
}
.wp-caption .wp-caption-text {
  font-size: 15px;
  font-style: italic;
  padding-top: 10px;
}
.post-password-form label {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0;
}
.post-password-form label input {
  margin-top: 5px;
}
.page-links {
  font-size: 12px;
  line-height: 24px;
}
.page-links a, .page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.page-links a span {
  font-size: 12px;
}
.page-links > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.csgve-responsive-table {
  overflow-x: auto;
  white-space: nowrap;
}
.container {
  position: relative;
}
/* Swiper Slider */
.swiper-container {
  clear: both;
  height: 600px;
}
.swiper-button-prev, .swiper-button-next {
  display: inline-block;
  right: 0;
  height: 40px;
  width: 40px;
  margin: 0;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 20px;
      padding-top: 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 20px;
      padding-top: 10px;
}
.swiper-button-prev:before, .swiper-button-next:before {
  font: normal normal normal 24px/38px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.swiper-button-next:before {

}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
      padding-top: 10px;
}
.swiper-pagination {
  position: static;
  padding: 6px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.swiper-pagination-progress {
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  margin: 10px 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-container-vertical > .swiper-pagination-bullets {
  bottom: auto;
  right: 40px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
}
.swiper-container.hide-arrows .swiper-button-prev,
.swiper-container.hide-arrows .swiper-button-next {
  display: none;
}
/* Counter */
.status-item {
  padding-bottom: 50px;
  text-align: center;
}
.status-item h2 {
  font-size: 55px;
  line-height: 48px;
  display: inline-block;
  padding-bottom: 0;
}
.status-item h2.csgve-counter {
  line-height: 35px;
}
.status-title {
  font-weight: 400;
}
.csgve-counter, .csgve-vlaue-in {
  font-weight: 400;
  padding-bottom: 6px;
  float: left;
}
.status-item h5 {
  font-size: 18px;
  line-height: 30px;
}
/* Accordion */
.accordion {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.panel-default {
  border-color: #e8e8e8;
  border-left: none;
  border-right: none;
  border-top: none;
}
.panel-default:last-child {
  border-bottom: none;
}
.panel-heading a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 16px 55px 18px 29px;
}
.panel-heading a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/icon34@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 17px auto;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.panel-heading a.collapsed:after {
  background-image: url(../images/icons/icon33@3x.png);
}
.panel-default > .panel-heading {
  padding: 0;
  background: none;
  border: none;
}
.panel-default > .panel-heading a.collapsed {
  color: #333333;
}
.panel-default > .panel-heading a {
  color: #D98918;
}
.panel, .panel-group, .panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.panel-title {
  padding: 0;
  font-weight: 400;
}
.panel-content {
  border-top: 1px solid #e8e8e8;
  padding: 26px 25px 29px 30px;
}
.panel-content p {
  font-size: 15px;
  font-family: 'Asap', sans-serif;
  line-height: 22px;
}

/* Parallax */
.csgve-parallax {
  position: relative;
  overflow: hidden;
  clear: both;
}
.csgve-parallax > * {
  position: relative;
  z-index: 1;
}
.csgve-overlay-pattern {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  z-index: 0;
}
/* Breadcrumb */
ul.trail-items {
  float: right;
  padding: 7px 0 0;
  margin: 0;
  background: none;
  list-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
ul.trail-items > li {
  vertical-align: top;
  font-size: 16px;
  display: inline-block;
}
ul.trail-items > li > a, ul.trail-items > .trail-end {
  color: #ffffff;
}
ul.trail-items > li > a:hover {
  opacity: 0.8;
}
ul.trail-items > li + li:before {
  padding: 0 4px;
  color: #ffffff;
  content: "/\00a0";
}
/* Pagination */
.csgve-pagination {
  padding-top: 24px;
  text-align: center;
}
.pagination,
.page-numbers {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.3px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.page-numbers,
.page-numbers li {
  padding: 0;
  list-style: none;
  display: inline-block;
}
.csgve-pagination.custom-pagi nav ul.page-numbers {
  padding-top: 49px;
}
.csgve-pagination.custom-pagi {
  padding: 0;
}
.page-numbers > li > a,
.page-numbers > li > span {
  border: 1px solid;
}
.wp-pagenavi > a,
.wp-pagenavi > span.current,
.page-numbers > li > span,
.pagination > li,
.page-numbers > li > a {
  display: inline-block;
  margin: 0 2.5px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.wp-pagenavi > a,
.wp-pagenavi > span,
.page-numbers > li > a,
.page-numbers > li > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background: #D98918;
  border-color: #D98918;
}
.pagination > li > a:focus,
.wp-pagenavi > a:focus,
.page-numbers > li > a:focus,
.page-numbers > li > a:hover,
.wp-pagenavi > a:hover,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #ffffff;
  background: #D98918;
  border-color: #D98918;
}
.wp-pagenavi > a,
.wp-pagenavi > span,
.page-numbers > li > a,
.page-numbers > li > span,
.pagination > li > a,
.pagination > li > span {
  padding: 7px 12px;
  color: #222222;
  border-color: #ececec;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.pagination > .active > a, .wp-pagenavi > span.current, .page-numbers > li > span {
  background: #D98918;
  border-color: #D98918;
  color: #fff;
}
.page-numbers > li > a > i,
.page-numbers > li > a > i,
.wp-pagenavi > a > i,
.pagination > li > a > i {
  font-size: 16px;
}
.page-numbers > li > a.prev,
.page-numbers > li > a.next,
.pagination > li .prev,
.wp-pagenavi > a.nextpostslink,
.wp-pagenavi > a.prevpostslink,
.pagination > li .next {
  padding: 7px 14px;
}

/* Nice Select */
.nice-select {
  float: none;
  height: 50px;
  width: 100%;
  padding: 10px 40px 10px 15px;
  margin-bottom: 19px;
  background: #fcfcfc;
  line-height: 26px;
  border-color: #ececec;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #ececec;
}
.nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}
.csgve-main-wrap .nice-select .option {
  padding-bottom: 0;
}
.csgve-footer .nice-select .option {
  padding-left: 17px;
}
.nice-select .option.selected {
  font-weight: 400;
}
.nice-select:after {
  right: 16px;
  height: 6px;
  width: 6px;
  border-color: #888888;
  border-width: 1px;
}
/* Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Hover */
.csgve-topbar ul li a:hover, .csgve-social a:hover, .navigation li a:hover, .search-link a:hover, .cart-link a:hover,
.doctor-contact-info a:hover, .news-meta a:hover, .csgve-footer .footer-item .contact-details ul li a:hover, .csgve-footer .footer-item .news-title a:hover,
.csgve-footer .footer-item ul li a:hover, .csgve-copyright a:hover, .header-right .contact-info a:hover, .contact-info a:hover,
.location-info ul li a:hover, .csgve-widget ul li a:hover, .widget-archives ul li a:hover, .product_meta a:hover,
.author-content .csgve-social a:hover, .csgve-footer a:hover {
  color: #D98918;
}
.doctor-contact-info a.csgve-gray-border-btn:hover, .location-info .csgve-btn:hover {
  background-color: transparent;
}
.plan-item .csgve-blue-border-btn, .csgve-btn-group .csgve-white-border-btn,
.csgve-btn.csgve-blue-border-btn, .csgve-white-border-btn:hover,
.csgve-blue-border-btn:hover {
  background-color: transparent;
  color: #fff;
}
a.csgve-btn.csgve-small-btn.csgve-gray-border-btn.csgve-rounded-btn:hover {
  color: #D98918;
}
.service-item.csgve-hover .view-details a:after,
.service-item.csgve-hover .view-details span:after {
  padding-left: 10px;
}
.plan-item.csgve-hover .csgve-blue-border-btn {
  background: #D98918;
  color: #ffffff;
}
.gallery-item.csgve-hover .gallery-overlay {
  opacity: 1;
}
.gallery-item.csgve-hover .csgve-video-btn {
  background: #d51f1f;
  color: #ffffff;
}
.news-item.csgve-hover .read-more a i {
  padding-left: 8px;
}
.news-item.csgve-hover .csgve-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce-page ul.products li.product.csgve-hover .button {
  background-color: #D98918;
  color: #ffffff;
  border-color: transparent;
}
/* 4. Topbar */
.csgve-topbar {
  padding: 6px 0 7px;
  background: #fcfcfc;
  color: #999999;
  font-size: 13px;
  border-bottom: 1px solid #eeeeee;
}
.csgve-topbar .pull-left {
  padding: 7px 0 0;
}
.csgve-topbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.csgve-topbar ul li {
  display: inline-block;
  padding-right: 27px;
}
.csgve-topbar ul li a, .csgve-topbar ul li span {
  color: #999999;
  font-size: 13px;
  vertical-align: super;
}
.csgve-topbar ul li a:hover, .csgve-topbar ul li span:hover {
  text-decoration: none
}

.csgve-topbar .csgve-icon {
  display: inline-block;
  padding-right: 6px;
}
.topbar-style-two {
  background: #f8f8f8;
}
/* 5. Header */
/* Default Header */
.header-right {
  float: right;
}
.cart-link {
  display: inline-block;
  padding-left: 13px;
  vertical-align: middle;
}
.cart-link a {
  color: #777777;
  font-size: 15px;
}
.search-link {
  display: inline-block;
  padding-left: 13px;
  position: relative;
  vertical-align: middle;
}
.search-link a {
  display: inline-block;
  color: #777777;
  font-size: 15px;
}
.search-link a.close-icon {
  display: none;
  font-size: 15px;
  padding-left: 2px;
}
.header-btn {
  display: inline-block;
  vertical-align: middle;
}
.header-btn .csgve-btn {
  margin-left: 27px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
        font-family: 'Asap', sans-serif;
}
.csgve-search-box {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  width: 400px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.csgve-search-box p {
  padding: 0;
}
.csgve-search-box input[type="text"] {
  float: left;
  width: 85%;
  height: 45px;
  margin-bottom: 0;
  border: 1px solid #e8e8e8;
  border-right: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.csgve-search-box input[type="submit"] {
  float: left;
  width: 15%;
  min-width: 10px;
  height: 45px;
  padding: 10px;
  margin: 0;
  background-color: #518ff5;
  background-image: url(../images/icons/icon17@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-color: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.csgve-search-box input[type="submit"]:hover, .csgve-search-box input[type="submit"]:focus {
  background-color: #333333;
}
.header-right .contact-details {
  padding: 25px 0 24px;
}
.header-right .contact-item {
  display: inline-block;
  padding-left: 40px;
}
.header-right .contact-item:nth-child(3) {
  padding-left: 46px;
}
.header-right .contact-info {
  padding-left: 11px;
}
.header-right .contact-item .csgve-icon {
  padding-top: 8px;
}
.header-right .contact-item .csgve-icon i {
  color: #aaa;
  font-size: 34px;
}
.header-right .contact-info h5 {
  padding-bottom: 0;
  color: #555555;
  font-weight: 400;
  font-size: 16px;
}
.header-right .contact-info a {
  color: #555555;
}
.header-right .contact-info p {
  padding-bottom: 0;
  color: #999999;
  font-size: 14px;
}
/* Navigation Wrap */
.csgve-navigation-wrap {
  border-top: 1px solid #eeeeee;
}
.csgve-navigation-wrap .navigation > li:first-child > a {
  padding-left: 0;
}
.csgve-navigation-wrap .navigation > li > a {
  padding: 14px 12px 19px;
}
.csgve-navigation-wrap .search-link, .header-right .search-link {
  padding: 39px 7px 39px 13px;
}
.header-style-two .csgve-navigation-wrap .search-link {
  padding: 18px 7px 19px 13px;
}
.csgve-navigation-wrap .header-btn {
  float: right;
}
.csgve-navigation-wrap .csgve-btn {
  padding: 18px 15px;
  margin: 0;
  min-width: 170px;
  line-height: 19px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* Sticky Header */
.is-sticky .csgve-header {


  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* 6. Home V1 Page */
/* Swiper */
.swiper-slide {
  background-color: #d0d0d0;
  background-image: url("../images/slides/slide1.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.csgve-slide-cpation {
  height: 100%;
  background-color: rgba(1, 24, 45, 0.25);
  color: #ffffff;
}
.cpation-wrap {
  width: 500px;
  padding: 0 0 86px;
}
.cpation-wrap h2 {
  font-size: 55px;
  line-height: 55px;
}
.cpation-wrap .cpation-title {
  padding-bottom: 8px;
  animation-delay: 1s;
}
.cpation-wrap p {
  color: #ffffff;
  font-family: 'Asap', sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
  animation-delay: 2s;
}
.cpation-wrap .csgve-btn {
  padding: 14px 15px 15px;
  font-weight: 500;
  min-width: 154px;
  margin-right: 12px;
  animation-delay: 3s;
}
.cpation-wrap .csgve-blue-btn:hover, .cpation-wrap .csgve-blue-btn:focus {
  background: #2581be;
}
.cpation-wrap .csgve-white-border-btn:hover, .cpation-wrap .csgve-white-border-btn:focus {
  background: #435ba1;
}
/* Swiper Container, Swiper Style Two */
.swiper-style-two .cpation-wrap h2 {
  font-size: 50px;
  line-height: 50px;
}
.swiper-style-two .cpation-wrap p {
  font-family: "Asap", Arial, sans-serif;
  font-size: 18px;
}
.swiper-style-two .cpation-wrap .csgve-blue-btn {
  min-width: 165px;
}
.swiper-style-two .cpation-wrap .cpation-title {
  padding-bottom: 14px;
}
/* Emergency */
.csgve-emergency {
  padding: 225px 0 35px;
  text-align: center;
  font-size: 20px;
}
.csgve-emergency-kbd {
  padding: 40px 0;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
}
.csgve-emergency-kbd kbd a {
  font-size: 24px;
}
/* Services */
.csgve-services .section-title-wrap {
  display: inline-block;
}
.csgve-service-single .csgve-image.csgve-popup {
  margin-bottom: 30px;
}
.section-title-wrap {
  padding-bottom: 36px;
}
.section-title-wrap h2 {
  font-size: 32px;
  line-height: 30px;
}
.owl-carousel .service-item {
  padding-bottom: 0;
}
.services-style-three .row {
  margin: 0;
}
.service-item {
  padding-bottom: 30px;
}
.service-item .csgve-image img {
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.service-info {
  padding: 24px 23px 35px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.service-info h4 {
  font-size: 20px;
  line-height: 30px;
}
.service-info .service-title {
  padding-bottom: 6px;
  font-weight: 400;
}
.view-details {
  padding-top: 6px;
}
.view-details a, .view-details span {
  font-size: 16px;
  color: #D98918;
}
.view-details a:after, .view-details span:after {
  padding-left: 4px;
  font: normal normal normal 15px/0 FontAwesome;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.view-details a:hover, .view-details span:hover {
  color: #333333;
}
.csgve-services .departments-wrap {
  margin-top: 2px;
}
/* About */
.csgve-about {
  padding: 101px 0 92px;
}
.csgve-about .section-title-wrap {
  padding-bottom: 27px;
}
.about-item {
  display: block;
  padding-bottom: 8px;
  overflow: hidden;
  clear: both;
}
.about-item .csgve-image {
  float: left;
  padding-right: 24px;
}
.about-item .csgve-image img {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.about-info {
  display: block;
  overflow: hidden;
}
.about-info p:last-child {
  padding-bottom: 0;
}
.about-info .bullet-list {
  padding-top: 10px;
}
.bullet-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bullet-list li {
  position: relative;
  padding: 5px 0 5px 0px;
  color: #777777;
  letter-spacing: 0.2px;
}
.bullet-list li i {
  padding: 0 5px 0 0;
}

.bullet-list ul {
  margin: 0;
  list-style: none;
}
.csgve-footer .bullet-list li {
  color: #b4b4b4;
}
.csgve-footer .bullet-list li i {
  color: #D98918;
}

/* Stats */
.csgve-stats {
  padding: 115px 0 61px;
  background-image: url(../images/backgrounds/background1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
/* Consultation */
.csgve-consultation {
  padding: 39px 0;
  background: #D98918;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}
.csgve-consultation p {
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  font-family: 'Asap', sans-serif;
  padding: 0;
}
.consultation-wrap {
  display: inline-block;
  vertical-align: middle;
}
.consultation-wrap a {
  color: #ffffff;
}
.consultation-wrap a:hover {
  color: #333333;
}
.csgve-consultation .csgve-btn {
  margin: 0 33px;
}
/* Testimonials */
@media screen and (min-width:1200px) {
  .csgve-testimonials .container {
    width: 1020px;
  }
}
.csgve-testimonials .csgve-image {
  float: left;
}
.csgve-testimonials .csgve-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-wrap .author-info {
  display: block;
  padding: 13px 0 0 61px;
  overflow: hidden;
}
.testimonials-wrap .author-info p {
  font-family: 'Asap', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.testimonials-wrap h4, .testimonials-wrap h5 {
  line-height: 23px;
}
.testimonials-wrap .testimonial-author {
  padding: 16px 0 0;
  font-weight: 400;
}
.testimonials-wrap .author-designation {
  color: #D98918;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.csgve-testimonials .owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 20px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.csgve-testimonials.testimonials-style-two .owl-carousel .owl-dots {
  top: -60px;
  right: 0;
  width: auto;
}
/* Clints */
.csgve-clients {
  padding: 70px 0 68px;
  text-align: center;
}
.csgve-clients .csgve-image img {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.csgve-clients .csgve-image img:hover {
  opacity: 0.5;
}
/* Twitter Feed */
.csgve-twitter-feed, .aptf-single-tweet-slide,
.aptf-slider-template-2 .aptf-single-tweet-slide,
.aptf-slider-template-3 .aptf-single-tweet-wrapper {
  padding: 26px 0 0;
  font-family: "Asap", Arial, sans-serif;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}
.aptf-tweets-slider-wrapper .aptf-timestamp {
  padding-bottom: 2px;
}
.aptf-slider-template-3 .aptf-tweet-content:hover .aptf-tweet-actions {
  display: none;
}
.aptf-timestamp a {
  color: #fff;
}
.aptf-tweet-content a, .aptf-slider-template-3 .aptf-single-tweet-wrapper a {
  color: #ffffff !important;
}
.csgve-twitter-feed .owl-carousel.carousel-style-two .owl-nav {
  top: 0;
}
.csgve-twitter-feed .owl-drag .owl-prev:before, .csgve-twitter-feed .owl-drag .owl-next:before {
  height: 30px;
  width: 30px;
  background: #435ba1;
  color: #ffffff;
  font: normal normal normal 18px/27px FontAwesome;
  border-color: rgba(225, 225, 225, 0.3);
}
.csgve-twitter-feed .owl-drag .owl-prev:hover:before, .csgve-twitter-feed .owl-drag .owl-next:hover:before {
  background: #3ba2e7;
  border-color: transparent;
}
.twitter-feed-item {
  padding-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.twitter-feed-item i {
  padding-right: 13px;
  font-size: 30px;
  vertical-align: middle;
}
.twitter-feed-item .feed-time {
  padding-right: 45px;
  font-family: 'Asap', sans-serif;
}
.twitter-feed-item a {
  color: #ffffff;
}
.twitter-feed-item a:hover, .aptf-tweet-content a:hover,
.aptf-slider-template-3 .aptf-single-tweet-wrapper a:hover,
.aptf-slider-template-3 .aptf-single-tweet-wrapper a:focus {
  opacity: 0.7;
}
.aptf-tweet-actions {
  display: none;
}
.csgve-widget.widget_aptf_slider_widget {
  padding-bottom: 0;
}
.bx-wrapper {
  margin-bottom: 0;
}
a.bx-prev:before, a.bx-next:before {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  line-height: 28px;
  left: auto;
  width: 30px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(225, 225, 225, 0.3);
  font: normal normal normal 18px/32px FontAwesome;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 0.2px;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999999999999;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  top: 65px;
  color: transparent;
  background: none;
  height: 28px;
  z-index: 2;
}
a.bx-prev:before {
  content: "\f104";
  left: -23px;
}
a.bx-prev:hover:before, a.bx-next:hover:before{
  background: transparent;
}
.aptf-tweet-box {
  color: #fff;
}
.aptf-slider-template-3 .aptf-tweet-content {
  background-color: transparent;
}
.bx-wrapper .bx-controls-direction a:hover {
  color: transparent;
}

/* Contact Details */
.csgve-contact-details {
  padding: 44px 0 36px;
  background: #313946;
}
.csgve-contact-details .contact-item {
  display: inline-block;
  padding-right: 40px;
}
.csgve-contact-details .contact-item .csgve-icon i {
  font-size: 44px;
  color: #989ca3;
}
.csgve-contact-details .contact-item p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 0;
}
.csgve-contact-details .contact-item .contact-info {
  padding-left: 17px;
}
.csgve-contact-details .contact-info p {
  padding-bottom: 2px;
}
.csgve-contact-details .contact-info h5 {
  line-height: 24px;
}
.csgve-contact-details .contact-item h5 {
  color: #858c99;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.contact-item .csgve-icon {
  padding-top: 4px;
  float: left;
}
.contact-info {
  padding-left: 17px;
  overflow: hidden;
}
.contact-info h4 {
  line-height: 24px;
}
.contact-info .contact-title {
  padding-bottom: 2px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.contact-info a {
  color: #ffffff;
}
.contact-info p {
  color: #858c99;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
}
/* 7. Home V2 Page */
/* Swiper Container, Swiper Style Three */
.swiper-style-three .cpation-wrap {
  width: 560px;
}
.swiper-style-three .cpation-wrap .csgve-btn {
  padding: 14px 23px 14px 24px;
}
/* Our Valuable Status */
.valuable-style-two div:nth-child(2n) .valuable-status-item {
  padding: 35px 25px 44px 38px;
}
.our-valuable-status .appointment-form {
  padding: 0;
  background: transparent;
  border: none;
}
.appointment-form.valuable-form {
  width: 100%;
}
.our-valuable-status .appointment-form h3 {
  line-height: 30px;
}
.our-valuable-status .appointment-title {
  padding-bottom: 23px;
}
.our-valuable-status input[type="text"], .our-valuable-status .nice-select {
  background-color: rgba(225, 225, 225, 0.07);
  color: #fcfcfc;
  border-color: rgba(225, 225, 225, 0.25);
}
.valuable-status-item .nice-select ul li {
  padding: 0 29px 0 18px;
  background: #ffffff;
  color: #777777;
}
.valuable-status-item .nice-select:after {
  border-color: #ffffff;
}
.our-valuable-status .csgve-datepicker {
  background-image: url("../images/icons/icon22@3x.png");
}
.our-valuable-status [data-provide="clockpicker"] {
  background-image: url("../images/icons/icon23@3x.png");
}
.our-valuable-status ::-webkit-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.our-valuable-status ::-moz-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.our-valuable-status :-ms-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.our-valuable-status :-moz-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.our-valuable-status input[type="submit"] {
  padding: 14px 10px;
  margin: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
}
.our-valuable-status input[type="submit"]:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
/* Stats, Stats Style Two */
.stats-style-two {
  padding: 65px 0 30px;
  background-color: #D98918;
  background-image: none;
}
.stats-style-two .status-item {
  padding-bottom: 25px;
}
.stats-style-two .status-item h2 {
  font-size: 35px;
  line-height: 32px;
}
.stats-style-two .csgve-counter {
  padding-bottom: 7px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
/* Swiper Container, Swiper Style Four */
.swiper-container.swiper-style-four {
  height: 570px;
}
.swiper-style-four .cpation-wrap {
  padding: 0 0 48px;
  width: 560px;
}
.swiper-style-four .cpation-wrap .cpation-title {
  padding-bottom: 12px;
}
.swiper-style-four .csgve-slide-cpation {
  background: rgba(1, 24, 45, 0.3);
}
.swiper-style-four .cpation-wrap .csgve-btn {
  padding: 14px 23px 14px 24px;
}
/* Story */
.csgve-story {
  padding: 100px 0 205px;
}
.csgve-story .csgve-image img {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.story-info {
  padding: 5px 0 0 6px;
}
.story-info h2 {
  font-size: 32px;
  line-height: 35px;
}
.story-info .story-subtitle {
  display: block;
  padding-bottom: 18px;
  color: #D98918;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.story-info p {
  font-size: 15px;
}
.story-info .story-author {
  display: block;
  padding: 14px 0 13px;
  color: #888888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.story-info .csgve-image img {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* Doctors, Doctors Style Three */
.short-services-wrap {
  padding: 44px 50px 49px;
  position: absolute;
  background: rgb(52,97,219); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(53,77,146,1) 0%, rgba(67,91,161,1) 48%, rgba(67,91,165,1) 62%, rgba(64,65,163,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(53,77,146,1) 0%,rgba(67,91,161,1) 48%,rgba(67,91,165,1) 62%,rgba(64,65,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(53,77,146,1) 0%,rgba(67,91,161,1) 48%,rgba(67,91,165,1) 62%,rgba(64,65,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354d92', endColorstr='#3497db',GradientType=1 ); /* IE6-9 */
  color: #ffffff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
}
.short-services-wrap h2 {
  font-size: 28px;
  line-height: 32px;
}
.short-services-wrap .csgve-btn-group {
  padding-top: 12px;
}
.short-services-wrap .csgve-btn {
  padding: 12px 15px 11px;
}
.short-services-wrap p {
  color: #c1d5ff;
}
.short-services-wrap .rounded-list li {
  float: left;
  width: 50%;
}
.rounded-list {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
}
.rounded-list li {
  padding: 0 0 13px 14px;
  position: relative;
  font-size: 15px;
}
.rounded-list li a {
  color: #ffffff;
}
.rounded-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: 4px;
  background: rgba(225, 225, 225, 0.5);
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.rounded-list li a:hover {
  opacity: 0.6;
}
.csgve-doctors .owl-carousel.carousel-style-two .owl-nav {
  top: -78px;
}
/* Customers Trust */
.csgve-customers-trust {
  padding: 139px 0 140px;
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/background3.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.csgve-customers-trust .csgve-overlay-pattern {
  background: rgba(0, 15, 29, 0.2);
}
.customers-wrap {
  float: right;
  width: 440px;
  padding: 34px 38px 40px;
  background: #ffffff;
  border-left: 1px solid #ebeced;
}
.customers-wrap h2 {
  font-size: 32px;
  line-height: 35px;
}
.customers-wrap .customers-title {
  padding-bottom: 6px;
  font-weight: 400;
}
.customers-wrap h5 {
  font-size: 13px;
  line-height: 24px;
}
.customers-wrap .customers-subtitle {
  padding-bottom: 0;
  color: #888888;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.customers-wrap .csgve-btn-group {
  padding-top: 23px;
}
.customers-wrap .csgve-btn {
  min-width: 141px;
  padding: 8px 15px;
}
/* Departments, Departments Style Two */
.departments-style-two {
  padding: 75px 0 93px;
}
/* Questions */
.csgve-questions {
  padding: 99px 0 80px;
  background: #fcfcfc;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.csgve-questions .row {
  margin: 0 -30px;
}
.csgve-questions [class*="col-"] {
  padding: 0 30px;
}
/* Map */
.csgve-map {
  height: 450px;
}
/* 9. Home V4 Page */
/* Swiper Style Five */
.swiper-container.swiper-style-five {
  height: 755px;
}
.swiper-style-five .cpation-wrap {
  width: 520px;
  padding: 0 0 232px;
}
.swiper-style-five .cpation-wrap .csgve-btn {
  padding: 14px 15px;
  line-height: 23px;
}
/* Facilities, Facilities Style Two */
.csgve-facilities .our-valuable-status {
  top: -327px;
}
.csgve-facilities .valuable-status-item {
  background: #D98918;
}
.csgve-facilities .valuable-status-item {
  padding: 22px 31px 21px;
}
.csgve-facilities .valuable-status-item h3 {
  font-size: 24px;
}
.csgve-facilities .our-valuable-status .appointment-title {
  padding-bottom: 18px;
}
.services-short-info .section-title-wrap {
  padding-bottom: 7px;
}
.services-short-info .section-title-wrap h2 {
  line-height: 35px;
}
.services-short-info p {
  font-size: 15px;
}
.services-short-info .csgve-btn-group {
  padding-top: 19px;
}
.services-short-info .csgve-btn {
  min-width: 174px;
  color: #333333;
}
.services-short-info .csgve-gray-border-btn {
  border-color: #e8e8e8;
}
.services-short-info .csgve-gray-border-btn:hover, .services-short-info .csgve-gray-border-btn:focus {
  background: #D98918;
  color: #ffffff;
  border-color: transparent;
}
.facilities-style-two .csgve-icon {
  float: left;
  padding: 5px 30px 0 0;
}
.facilities-style-two .facilities-item .facilities-title {
  padding-bottom: 11px;
}
.facilities-info {
  overflow: hidden;
}
/* Departments, Departments Spacer Two */
.departments-spacer-two {
  padding-bottom: 70px;
}
.csgve-departments .departments-wrap .csgve-btn-group {
  padding-top: 21px;
}
/* 10. Mid Wrap */
.csgve-mid-wrap {
  padding: 80px 0 100px;
}
.csgve-mid-wrap.csgrve-dept-sngl {
  display: inline-block;
  width: 100%;
}
.mid-spacer-two {
  padding: 77px 0 70px;
}
.mid-spacer-three {
  padding-bottom: 46px;
}
.mid-spacer-four {
  padding-bottom: 70px;
}
.mid-spacer-five {
  padding-bottom: 45px;
}
.mid-spacer-six {
  padding: 75px 0 96px;
}
.mid-spacer-seven {
  padding-top: 77px;
}
.mid-spacer-eight {
  padding-bottom: 80px;
}
.mid-spacer-nine {
  padding-bottom: 96px;
}
.mid-spacer-ten {
  padding: 64px 0 95px;
}
.mid-spacer-eleven {
  padding-bottom: 26px;
}
.mid-spacer-twelve {
  padding-bottom: 97px;
}
.mid-spacer-thirteen {
  padding: 79px 0 78px;
}
.left-sidebar .csgve-primary {
  float: right;
  padding-left: 35px;
  padding-right: 15px;
}
.csgve-primary {
  width: 73.1%;
  padding-right: 35px;
}
.col-md-12.csgve-primary {
  width: 100%;
}
.csgve-full-width .csgve-primary.csgve-page-wrap {
  padding-right: 15px;
}
.csgve-secondary {
  width: 26.9%;
}
/* 11. Department Page */
/* Page Title */
.csgve-page-title {
  padding: 40px 0 60px;
  background-color: #D98918;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  border:none!important;
}
.csgve-page-title .csgve-overlay-pattern {
  background: rgba(67, 91, 161, 0.5);
}
.csgve-page-title h2 {
  font-size: 35px;
  line-height: 38px;
      font-family: "Asap", Arial, sans-serif;
          font-weight: 600;
}
.page-title {
  padding-bottom: 0;
}
.csgve-recent-blog h5.news-title {
  font-weight: 500;
  font-size: 16px;
}
.csgve-recent-blog span {
  color: #888888;
}
.widget-opening-hours .valuable-status-item ul, .widget-working-hours .valuable-status-item ul {
  padding-left: 0;
}
.csgve-widget img {
  height: auto;
}
.widget-departments .departments-wrap {
  padding: 0;
  background: transparent;
  border: 1px solid #eaeaea;
}
.widget-departments .department-wrap-title {
  padding: 15px 30px;
  background-color: #D98918;
  border-radius: 5px 5px 0px 0px
}
.widget-departments .departments-wrap ul {
  padding-left: 0;
  font-size: 15px;
}
.departments-wrap ul li a:hover,
.departments-wrap ul li a:hover, .csgve-widget .departments-wrap ul li a:hover {
  background-color: #eaf2fb;
  color: #D98918 ;
}
.widget-departments .departments-wrap ul li {
  padding: 0px;
  border-bottom: 1px solid #eaeaea;
}
.widget-departments .departments-wrap ul li a {
  padding: 16px 25px;
  color: #333333;
}
.departments-wrap ul li.current-menu-item a {
  color: #D98918;
  background : #eaf2fb;
}
.departments-wrap ul li a:after {
  color: #D98918;
}
.widget-opening-hours .valuable-status-item {
  padding: 0px 30px 20px;
  background: transparent;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
  url(../images/depart-bg.jpg)
  repeat : no-repeat;
  background-size: cover;
}
.csgve-widget .widget-opening-hours .valuable-status-item .status-title {
  padding-bottom: 17px;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.widget-opening-hours .valuable-status-item ul {
  padding-left: 0;
  position: relative;
  z-index: 1;
  text-align: justify;
}
.widget-opening-hours .valuable-status-item h3 {
  font-size: 20px;
  z-index: 1;
  position: relative;
  color:#d98918d9;
  font-family: "Asap", Arial, sans-serif;
}
.widget-opening-hors .valuable-status-item ul li {
  padding: 11px 0 14px;
  font-size: 15px;
}
.widget-opening-hours .valuable-status-item ul li:last-child {
  border-bottom: none;
}
.csgve-widget.widget-emergency {
  padding: 14px 10px 16px 20px;
  background: #fc858d;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.csgve-widget.widget-emergency .csgve-icon {
  float: left;
  padding: 3px 18px 0 0;
}
.csgve-widget.widget-emergency .csgve-icon i {
  font-size: 50px;
}
.csgve-widget.widget-emergency .emergency-title {
  overflow: hidden;
  font-size: 16px;
}
.csgve-widget.widget-emergency a {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.csgve-widget.widget-emergency a:hover {
  color: #333333;
}
.appointment-quote {
  position: relative;
}
.appointment-quote .csgve-image img {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.appointment-cpation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 25px 60px;
  color: #ffffff;
  z-index: 1;
}
.appointment-cpation h2 {
  font-size: 32px;
  line-height: 37px;
}
.appointment-quote-title {
  letter-spacing: -0.2px;
}
.appointment-cpation .csgve-btn-group {
  padding-top: 14px;
}
.appointment-cpation .csgve-btn {
  padding: 10px 15px;
}
.info-title {
  font-family: "Asap", Arial, sans-serif;
  padding-bottom: 17px;
  margin-bottom: 29px;
  position: relative;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
}
.info-title-uline {
  border-bottom: 1px solid #ececec;
}
.info-title-uline:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #D98918;
  content: "";
  z-index: 1;
}
.info-small-title {
  padding-bottom: 12px;
  margin-bottom: 25px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #ececec;
}
.info-small-title:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #D98918;
  content: "";
  z-index: 1;
}
.hospital-departments {
  padding: 0px 0 25px;
}
.hospital-departments .info-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: none;
}
.hospital-departments .info-title:after {
  display: none;
}
.hospital-departments p {
  padding-bottom: 35px;
}
.hospital-departments .department-item p {
  padding-bottom: 10px;
}
.book-appointment .appointment-form {
  padding: 0;
  border: none;
}
.book-appointment .appointment-form input[type="submit"] {
  min-width: 230px;
}
/* 12. Department Single Page */
.info-title.service-title {
  margin-bottom: 0;
}
.dental-care-wrap .info-title {
  padding-bottom: 15px;
}
.dental-care-wrap .info-title.dental-single {
  margin-bottom: 0;
}
.dental-care .info-title:after {
  display: none;
}
.info-title.info-title-uline:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #D98918;
  content: "";
  z-index: 1;
}
.dental-care p {
  padding-bottom: 24px;
}
.our-services {
  padding: 13px 0 55px;
}
.our-services ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-services ul li {
  padding: 13px 0 10px;
  overflow: hidden;
  color: #777777;
  font-size: 15px;
  border-bottom: 1px solid #ececec;
}
.our-services ul a {
  color: #777777;
}
.our-services ul a:hover {
  color: #D98918;
}
.our-services .csgve-btn {
  min-width: 131px;
  padding: 10px 15px 11px;
  font-size: 14px;
}
.our-services .pull-right:before {
  content: "-";
  padding-right: 3px;
}
.our-services .csgve-gray-border-btn {
  color: #555555;
}
.our-services .csgve-gray-border-btn:hover, .our-services .csgve-gray-border-btn:focus {
  background: #354d92;
  color: #ffffff;
  border-color: transparent;
}
.health-tips .info-title {
  margin-bottom: 35px;
}
.health-tips h4 {
  line-height: 30px;
}
.health-tips .health-title {
  padding: 16px 0 11px;
  font-weight: 400;
}
.our-doctors {
  padding: 40px 0 25px;
}
.our-doctors .doctors-item {
  vertical-align: top;
  display: inline-block;
}
.dental-care-wrap .our-services {
  border: 1px solid #eaeaea;
  padding: 30px 35px;
  margin-bottom: 10% !important;
}
/* 13. About Us Page */
/* Banner */
.csgve-banner {
  padding: 137px 0 167px;
  background-color: #3484db;
  background-image: url(../images/backgrounds/background5.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.csgve-banner .csgve-overlay-pattern {
  background: rgba(0, 0, 0, 0.25);
}
.banner-caption {
  width: 570px;
}
.banner-caption h2 {
  font-size: 45px;
  line-height: 46px;
}
.banner-caption .banner-title {
  padding-bottom: 17px;
  letter-spacing: -0.2px;
}
.banner-caption p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}
.banner-caption .csgve-btn-group {
  padding-top: 16px;
}
.banner-caption .csgve-btn {
  min-width: 173px;
}
/* Story, Story Style Two */
.story-style-two {
  padding-bottom: 100px;
}
/* Facilities, Facilities Style Two, Facilities Style Three */
.facilities-style-three {
  background: #fcfcfc;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.facilities-style-three {
  padding: 74px 0 28px;
}
/* Services, Services Style Two, Services Style Three */
/* 14. Appointment Form Page */
/* Banner, Banner Style Two */
.banner-style-two {
  padding: 100px 0;
  background-image: url(../images/backgrounds/background6.png);
}
.banner-style-two .csgve-overlay-pattern {
  background: rgba(52, 132, 219, 0.2);
}
.appointment-form {
  width: 827px;
  padding: 22px 30px 40px;
  margin: 0 auto;
  border: none;
}
.appointment-form h3 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 28px;
}
.csgve-banner .appointment-title {
  padding-bottom: 28px;
  color: #333333;
  text-align: center;
}
.appointment-form input[type="submit"] {
  min-width: 230px;
  padding: 15px 20px;
  font-family: 'Asap', sans-serif;
}
/* Consultation, Consultation Style Two */
.consultation-style-two {
  padding: 44px 0 34px;
}
.csgve-consultation .csgve-white-border-btn:hover, .csgve-consultation .csgve-white-border-btn:focus {
  background: transparent;
  border-color: rgba(225, 225, 225, 0.5);
}
/* Facilities, Facilities Style Four */
.facilities-style-four {
  padding: 79px 0 26px;
  background: #fcfcfc;
  border-top: 1px solid #ececec;
}
/* Questions, Questions Style Two */
.questions-style-two {
  padding: 75px 0 100px;
  background: #ffffff;
  border-bottom: none;
}
.questions-style-two .row {
  margin: 0 -25px;
}
.questions-style-two [class*="col-"] {
  padding: 0 25px;
}
/* 15. Time Table Page */
.csgve-content-area .ui-widget.ui-widget-content {
  background: transparent;
}
.wpv-main {
  padding: 0 15px;
}
.tt_tabs_navigation li a:hover, .tt_tabs_navigation li a.selected, .tt_tabs_navigation li.ui-tabs-active a {
  border :none;
}
.tt_tooltip .tt_tooltip_text {
  z-index: 1 !important;
}
.tt_tabs_navigation li a {
  font-size: 16px !important;
}
.tt_timetable .event_container {
  padding: 11px 10px;
}
.tt_timetable .event .hours_container {
  margin: 13px 0;
}
table.tt_timetable {
  margin-top: 24px;
}
.tt_tabs_navigation li a, table.tt_timetable {
  font-family: 'Asap', sans-serif;
}
.tt_timetable th {
  padding: 10px 15px 22px;
  font-size: 15px;
}
.tt_timetable td.tt_hours_column {
  height: 100px;
  font-size: 14px;
}
.tt_timetable .event a, .tt_timetable .event .event_header, .tt_timetable .hours, .tt_timetable .event .before_hour_text, .tt_timetable .event .after_hour_text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.tt_timetable .event .before_hour_text strong, .tt_timetable .event .after_hour_text strong {
  font-weight: 400;
}
.tt_tooltip .tt_tooltip_content {
  padding: 15px 15px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.tt_tabs_navigation.events_filter {
  display: none;
}
.timetable_clearfix select {
  padding: 10px 40px 10px 15px;
  width: 292px;
  background-color: transparent;
  background-image: url(../images/icons/icon39@3x.png);
  background-position: 100% 50%;
  background-size: 29px auto;
  background-repeat: no-repeat;
  color: #222222;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
/* 16. Our Doctors Page */
.doctors-style-four .doctor-info {
  border-top: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.doctors-style-four  .doctor-info .appointment {
  padding: 27px 24px 50px;
}
.doctors-style-four  .doctor-info .csgve-social {
 padding-left: 24px;
 padding-top: 1px;
}
/* Career Wrap */
.csgve-career-wrap {
  padding: 54px 0 60px;
  background: #fcfcfc;
  text-align: center;
  border-top: 1px solid #ececec;
}
.csgve-career-wrap h2 {
  font-size: 32px;
  line-height: 36px;
}
.csgve-career-wrap .csgve-btn-group {
  padding-top: 14px;
}
.csgve-career-wrap .csgve-btn {
  min-width: 126px;
  padding: 9px 15px;
}
/* 17. Doctor Single Page */
.widget-doctor .doctor-info {
  border-top: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.doctor-info .csgve-social {
  padding-top: 16px;
}
.csgve-social .social-label {
  margin: 0;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
}
.doctor-info .csgve-social a {
  font-size: 18px;
}
.doctor-info .appointment {
  padding-top: 27px;
}
.doctor-info .appointment .csgve-btn {
  min-width: 100%;
}
.widget-working-hours .valuable-status-item {
  padding: 25px 30px 30px;
  background: #435ba1;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.widget-working-hours .valuable-status-item h3 {
  font-size: 20px;
}
.widget-working-hours .valuable-status-item ul li {
  padding: 11px 0 14px;
}
.doctor-detail p {
  padding-bottom: 24px;
}
.doctor-detail .csgve-image {
  padding-top: 6px;
}
.doctor-detail .csgve-image img {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.doctor-detail .csgve-responsive-table {
  padding-top: 9px;
}
.csgve-responsive-table table {
  font-size: 15px;
  border: none;
}
.csgve-responsive-table table tr {
  background: #f8f8f8;
}
.csgve-responsive-table table tr:nth-child(2n) {
  background: #ffffff;
}
.csgve-responsive-table table td {
  padding: 15px 15px 16px;
  font-weight: 400;
  text-align: left;
  border-right: none;
}
.csgve-responsive-table table td:nth-child(2) {
  color: #777777;
}
.csgve-responsive-table .bullet-list li {
  font-family: 'Asap', sans-serif;
}
.csgve-responsive-table .bullet-list li:before {
  color: #435ba1;
}
.work-experiences {
  padding: 20px 0 0;
}
.work-experiences .info-title {
  margin-bottom: 30px;
}
.experiences-item {
  padding-bottom: 17px;
}
.experiences-item:last-child {
  padding-bottom: 0;
}
.experiences-item h4 {
  line-height: 30px;
}
.experiences-item .experiences-title {
  padding-bottom: 11px;
  font-weight: 400;
}
/* 18. Services Page */
/* 19. Testimonials Page */
/* Testimonials, Testimonials Style Two, Testimonials Style Three */
.testimonials-style-three {
  padding-bottom: 80px;
  background: #ffffff;
  border-bottom: none;
}
.testimonials-style-three .section-title-wrap {
  text-align: center;
}
.csgve-testimonials .csgve-btn-group {
  padding-top: 50px;
  text-align: center;
}
.csgve-testimonials .csgve-medium-btn {
  padding: 11px 15px 12px;
}
/* 20. Pricing Page */
.csgve-plans {
  padding-bottom: 80px;
}
.csgve-plans .row {
  margin: 0;
}
.csgve-plans [class*="col-"] {
  padding: 0;
}
.plan-feature {
  margin-top: 84px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
.plan-feature h4 {
  font-size: 20px;
}
.plan-feature .plan-feature-title {
  padding: 49px 40px 46px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.plan-feature ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan-feature ul li {
  padding: 10px 40px 14px;
  background: #fcfcfc;
  color: #777777;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #f0f0f0;
}
.plan-feature ul li:nth-child(2n) {
  background: #ffffff;
}
.plan-item {
  margin-top: 25px;
  text-align: center;
}
.plan-info {
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
.plan-info.box-right-border {
  border-right: 1px solid #f0f0f0;
}
.plan-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan-info ul li {
  padding: 10px 25px 14px;
  background: #fcfcfc;
  color: #777777;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #f0f0f0;
}
.plan-info ul li .fa-check {
  color: #1295e0;
}
.plan-info ul li:nth-child(2n) {
  background: #ffffff;
}
.plan-item h4 {
  font-size: 20px;
}
.plan-item .plan-title-wrap {
  padding: 15px 10px;
  background: #354d92;
  color: #ffffff;
}
.plan-item .plan-title {
  padding: 0;
  font-weight: 400;
}
.plan-price-wrap {
  padding: 29px 15px;
}
.plan-price-wrap h2 {
  font-size: 45px;
  line-height: 44px;
}
.plan-price-wrap .plan-price {
  padding-bottom: 2px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.plan-price-wrap h5 {
  font-size: 15px;
}
.plan-price-wrap .plan-limit {
  padding: 0;
  color: #777777;
  font-weight: 400;
}
.plan-item .csgve-btn {
  min-width: 120px;
  padding: 9px 15px 10px;
}
.plan-item .csgve-blue-border-btn {
  color: #D98918;
  border-color: #D98918;
}
.plan-item .plan-subscribe {
  padding: 34px 15px 35px;
  padding-top: 34px;
  border-top: 1px solid #f0f0f0;
}
.plan-item .plan-label {
  display: inline-block;
  padding: 1px 11px;
  margin-bottom: 4px;
  background: #51cdb4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 2px;
}
.plan-item.standard {
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.standard .plan-info {
  border-color: #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.standard .plan-title-wrap {
  background: #D98918;
}
.standard .plan-subscribe {
  padding-bottom: 55px;
}
.premium .plan-title-wrap {
  background: #435ba1;
}
.premium .plan-info {
  border-left: none;
  border-right: 1px solid #f0f0f0;
}
/* 21. Gallery With Caption Page */
.gallery-item .csgve-image {
  overflow: hidden;
  clear: both;
  position: relative;
}
.gallery-info {
  padding: 18px 0 14px;
  text-align: center;
}
.gallery-info h4 {
  font-size: 16px;
  line-height: 24px;
}
.gallery-info .gallery-title {
  font-weight: 400;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.gallery-overlay a {
  color: #ffffff;
  font-size: 22px;
}
.csgve-video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 52px;
  height: 32px;
  padding: 7px;
  margin: 0 auto;
  background: rgba(239, 46, 46, 0.9);
  color: #ffffff;
  font-size: 14.4px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.gallery-item .owl-drag .owl-prev:before, .gallery-item .owl-drag .owl-next:before {
  height: 28px;
  width: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  line-height: 24px;
  border-color: transparent;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.gallery-item .owl-drag .owl-next:before {
  right: 15px;
}
.gallery-item .owl-drag .owl-prev:before {
  left: 15px;
}
/* 22. Gallery Grid Page */
.pagination-spacer-two {
  padding-top: 50px;
}
/* 23. Faq Page */
.find-everything {
  padding-bottom: 56px;
}
.find-everything .accordion {
  margin-top: 35px;
}
.find-everything .info-title {
  margin-bottom: 25px;
}
.ask-us input[type="submit"] {
  min-width: 179px;
  margin: 2px 0 0;
}
.ask-us .row {
  margin: 0 -10px;
}
.ask-us [class*="col-"] {
  padding: 0 10px;
}
/* 24. Contact 1 Page */
.contact-details-wrap .row {
  margin: 0;
}
.contact-details-wrap [class*="col-"] {
  padding: 0;
}
.contact-details-wrap .contact-info {
  padding: 40px 40px 42px;
  background: #D98918;
  color: #ffffff;
}
.contact-details-wrap .contact-title {
  padding-bottom: 21px;
  font-weight: 500;
  letter-spacing: normal;
}
.contact-details-wrap .contact-info p {
  color: #ffffff;
}
.contact-info a {
  padding-left: 4px;
}
.csgve-contact-details .contact-info a {
  padding-left: 0;
}
.contact-details-wrap ul {
  margin: 0;
  list-style: none;
}
.contact-details-wrap ul li {
  padding-bottom: 9px;
  color: #777777;
    font-size: 13px;
        font-family: "Asap", Arial, sans-serif;
    font-style: normal;
}
.csgve-topbar .contact-details-wrap ul li {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}
.contact-details-wrap ul li a:hover {
  color: #333333;
}
.contact-details-wrap ul li svg {
  padding-right: 7px;
  font-size: 19.5px
}
.csgve-topbar .contact-details-wrap ul li svg {
  padding-right: 3px;
}
.contact-details-wrap .csgve-social {
  padding-top: 20px;
  margin-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-details-wrap .social-label {
  display: block;
  padding-bottom: 5px;
  color: #ffffff;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
}
.contact-details-wrap .csgve-social a {
  padding-left: 0;
  font-size: 28px;
  margin: 0 9px 0 0;
}
.contact-details-wrap .csgve-social a:hover {
  color: #ffffff;
}
.contact-details-wrap .csgve-map {
  height: 395px;
}
.our-timing-schedule .valuable-status-item {
  padding: 24px 29px 12px;
  background: #435ba1;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.valuable-status-item.hav-border {
  border: 1px solid #eeeeee;
}
.our-timing-schedule .valuable-status-item h4 {
  font-size: 20px;
}
.our-timing-schedule .valuable-status-item .status-title {
  padding-bottom: 16px;
  font-weight: 700;
}
.our-timing-schedule .valuable-status-item ul li {
  padding: 9px 0 12px;
}
.our-timing-schedule .valuable-status-item ul li:last-child {
  border-bottom: none;
}
.our-timing-schedule .valuable-style-three {
  margin-top: 3px;
  background: #fcfcfc;
  color: #333333;
  border: 1px solid #e8e8e8;
}
.valuable-style-three ul li {
  color: #777777;
  border-color: #eeeeee;
}
.contact-form {
  padding-left: 21px;
}
.contact-form .row {
  margin: 0 -10px;
}
.contact-form [class*="col-"] {
  padding: 0 10px;
}
/*.contact-form input[type="submit"] {
  padding: 15px 20px;
  margin: 2px 0 0;
  font-family: 'Asap', sans-serif;
}*/
.csgve-contact-form textarea {
  height: 117px;
}
.contact-map .csgve-map {
  height: 500px;
}
.gm-style-iw h1, .gm-style-iw h2, .gm-style-iw h3, .gm-style-iw h4, .gm-style-iw h5, .gm-style-iw h6 {
  padding-bottom: 0;
}
.gm-style-iw p {
  padding-bottom: 4px;
}
/* 25. Contact 2 Page */
.csgve-locations {
  padding-bottom: 48px;
}
.location-item {
  padding: 27px 30px 35px;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.location-item h4 {
  font-size: 20px;
  line-height: 30px;
}
.location-item .location-title {
  font-weight: 400;
}
.location-info {
  padding-top: 15px;
  margin-top: 2px;
  border-top: 1px solid #eeeeee;
}
.location-info p {
  font-family: 'Asap', sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.location-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.location-info ul li {
  padding-bottom: 9px;
  color: #555555;
  font-size: 15px;
}
.location-info ul li a {
  color: #777777;
}
.location-info ul li i {
  padding-right: 6px;
  color: #D98918;
  font-size: 18px;
}
.location-info .csgve-btn-group {
  padding-top: 18px;
}
.location-info .csgve-btn {
  padding: 5px 15px 6px;
  font-size: 14px;
}
.location-info .csgve-btn:hover {
  color: #347bdb;
}
.location-info .csgve-gray-border-btn {
  color: #6e7582;
  border-width: 1px;
}
.location-info .csgve-rounded-btn {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.location-info .csgve-btn:after {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 0 1px 6px;
  vertical-align: middle;
  background-image: url(../images/icons/icon15@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  content: "";
}
.location-info .csgve-btn:hover:after {
  background-image: url(../images/icons/icon16@3x.png);
}
/* 26. News List Page */
.news-style-three .csgve-blog-post .news-item {
  margin-bottom: 60px;
}
.csgve-news.news-style-three {
  padding-top: 0;
}
.news-style-three .post-wrap, .news-style-one .post-wrap {
  border: none;
}
.csgve-masonry .news-info {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.news-info h2 {
  line-height: 28px;
}
.csgve-news.csgve-masonry {
  padding: 0;
}
.news-style-three .news-info .news-title {
  padding-bottom: 16px;
  font-weight: 600;
}
.news-style-three .news-info p {
  line-height: 24px;
}
.news-style-three .news-item .news-date {
  bottom: 25px;
  left: 35px;
}
.news-style-three .news-item .news-info-wrap .news-date {
  bottom: 0;
  left: 0;
}
.news-style-three .news-info-wrap {
  padding: 38px 70px 25px 35px;
}
.read-more {
  padding-top: 7px;
  font-size: 16px;
}
.read-more a {
  display: inline-block;
  color: #D98918;
}
.read-more a:hover {
  color: #333333;
}
.read-more a i {
  padding-left: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.news-style-three .news-meta {
  padding: 15px 35px;
  border-top: 1px solid #e8e8e8;
}
.news-style-three .news-meta .pull-left {
  padding-top: 2px;
}
.pagination-spacer-three {
  padding-top: 49px;
}

input.error,
textarea.error {
  border-color: red;
}
label.error {
  display: none !important;
}
p.logged-in-as {
  padding-bottom: 20px;
}
/*.form-submit input[type="submit"] {
  padding: 15px 20px;
  margin: 2px 0 0;
  min-width: 195px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.csgve-comments-area .comments li .children p.form-submit {
  margin: 0 0 40px;
}*/
.csgve-comments-area .comment-respond {
  margin-bottom: 40px;
}
#cancel-comment-reply-link {
  float: right;
  font-size: 20px;
  padding: 4px 0 0;
}
/* 30. Sidebar Widgets */
.csgve-unit-fix {
  overflow-wrap: break-word;
}
.csgve-widget.vt-text-widget.footer-item {
  color: #c8c8c8;
  font-size: 15px;
  line-height: 22px;
}
.csgve-widget {
  padding-bottom: 30px;
}
.csgve-widget .widget-title {
  padding-bottom: 13px;
  margin-bottom: 29px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #ececec;
}
.csgve-widget .widget-title:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #D98918;
  content: "";
  z-index: 1;
}
.csgve-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.csgve-widget ul ul {
  padding: 10px 0 0 10px;
}
.csgve-widget ul ul ul {padding: 10px 0 0 0;}
.csgve-widget ul ul li:last-child {
  padding-bottom: 0;
}
.csgve-widget ul li {
  padding-bottom: 14px;
  font-size: 15px;
}
.csgve-widget ul li a {
  color: #777777;
}
/* 37. Footer */
.csgve-footer {
  padding: 65px 0 25px;
  background: #2a303b;
  color: #c7c7c7;
}
.csgve-footer p {
  color: #c8c8c8;
  font-size: 15px;
  line-height: 22px;
}
.csgve-footer .footer-item .column-title {
  padding-bottom: 24px;
  font-weight: 400;
  color: #fff;
  font-family: "Asap", Arial, sans-serif;
}
.csgve-footer .footer-item .csgve-btn-group {
  padding-top: 25px;
}
.csgve-footer .footer-item .csgve-medium-btn {
  min-width: 154px;
}
.csgve-footer .footer-item .csgve-blue-border-btn {
  color: #c8c8c8;
  border-color: #c8c8c8;
}
.csgve-footer .footer-item .csgve-blue-border-btn:hover, .csgve-footer .csgve-blue-border-btn:focus {
  background: #D98918;
  color: #ffffff;
  border-color: transparent;
}
.csgve-footer .footer-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.csgve-footer .footer-item ul ul {
  padding: 10px 0 0 10px;
}
.csgve-footer .footer-item ul li:first-child {
  padding-top: 0;
}
.csgve-footer .footer-item ul li {
  padding: 0 0 12px;
  font-size: 15px;
}
ul.half-width li {
  width: 50%;
  float: left;
}
.csgve-footer .footer-item ul li:last-child {
  padding-bottom: 0;
}
.csgve-footer .footer-item ul li a {
  color: #c8c8c8;
}
.csgve-footer .footer-item .news-item {
  margin-bottom: 21px;
}
.csgve-footer .footer-item .news-item h5 {
  font-size: 15px;
  line-height: 24px;
}
.csgve-footer .footer-item .news-title a {
  color: #c8c8c8;
}
.csgve-footer .footer-item .news-title {
  padding-bottom: 0;
  font-weight: 400;
}
.csgve-footer .footer-item .news-item span {
  color: #b4b4b4;
}
.csgve-footer .footer-item .contact-details p {
  font-family: 'Asap', sans-serif;
  line-height: 24px;
}
.csgve-footer .footer-item .contact-details ul {
  padding-top: 3px;
}
.csgve-footer .footer-item .contact-details ul li {
  color: #c8c8c8;
}
.csgve-footer .footer-item .contact-details ul li i {
  color: #D98918;
  padding-right: 6px;
}
.csgve-footer .footer-item .contact-details .csgve-btn-group {
  padding-top: 17px;
}
.csgve-footer .footer-item .contact-details .csgve-btn {
  padding: 5px 10px 6px;
  font-size: 14px;
}
.csgve-footer .footer-item .contact-details .csgve-btn:hover {
  color: #D98918;
  border-color: #D98918;
}
.csgve-footer .footer-item .contact-details .csgve-btn:after {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 0 1px 6px;
  vertical-align: middle;
  background-image: url(../images/icons/icon15@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  content: "";
}
.csgve-footer .footer-item .contact-details .csgve-btn:hover:after {
  background-image: url(../images/icons/icon16@3x.png);
}
.csgve-footer .footer-item .contact-details .csgve-gray-border-btn {
  color: #c8c8c8;
  border-color: #3f4550;
  border-width: 1px;
}
.csgve-footer .footer-item .contact-details .csgve-rounded-btn {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.csgve-footer .widget_archive .nice-select, .csgve-footer .widget_categories .nice-select {
  color: #111;
}
.csgve-footer table th {
  color: #fff;
}
.csgve-footer a {
  color: #c8c8c8;
}
.csgve-copyright {
  padding: 27px 0 24px;
  color: #b4b4b4;
  font-size: 15px;
  background-color: #2a303b;
  border-top: 1px solid #313946;
}
.csgve-copyright .pull-left {
  padding-top: 5px;
}
.csgve-copyright a {
  color: #c8c8c8;
}
.csgve-copyright .csgve-social a {
  font-size: 26px;
}

/* Mean Menu */
.mean-container .mean-nav .current-menu-parent>a {
  color: #eeb313;
}
.mean-container li.current-menu-item.active a {
  color: #eeb313;
}
.mean-expand::before {
  content: none;
}
.mean-expand::after {
  content: none;
}
.mean-expand.mean-clicked::after {
  content: none;
}
.mean-container .mean-nav ul li {
  height: auto;
}
.mean-container .mean-nav ul li a.mean-expand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: 0;
}
.mean-container .mean-nav ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #555555 !important;
  text-transform: none;
  padding: 10px 0 !important;
}
.mean-container .mean-nav ul li a:hover {
  color: #D98918 !important;
}
.mean-container .mean-nav .dropdown-list ul li a:hover {
  color: #D98918 !important;
  background-color: transparent;
}
.mean-container .mean-bar {
  min-height: 70px;
  padding: 0;
  background: transparent;
  max-height: 90vh;
  top: 0;
  left: 0;
  z-index: 9999;
  position: absolute;
}
.csgve-navigation-wrap .mean-container .mean-bar {
  min-height: 50px;
  padding: 0;
  max-height: 58px;
  top: 0;
}
.csgve-navigation-wrap .mean-container a.meanmenu-reveal {
  padding: 18px 24px;
}
.csgve-navigation-wrap .mean-container .mean-nav {
  margin-top: 58px;
}
.admin-bar .is-sticky .csgve-navigation-wrap {
  top: 32px !important;
  position: relative;
}
.is-sticky .csgve-navigation-wrap {
  background-color: #ffffff;
  border-top: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.mean-container .mean-nav {
  margin-top: 80px;
  background: #ffffff;
  overflow-y: scroll;
  max-height: 60vh;
}
.mean-container .mean-nav ul li a {
  border-top-color: rgba(255,255,255,0.1);
  padding: 1em 3%;
  width: auto;
  float: none;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li li a,
.mean-container .mean-nav ul li li li li a,
.mean-container .mean-nav ul li li li li li a {
  border-top-color: rgba(255,255,255,.5)
  width: auto;
  float: none;
}
.mean-container .mean-nav ul li li a {padding: 10px 0 10px 10px !important; border-bottom: none}
.mean-container .mean-nav ul li li li a { padding: 10px 0 10px 10px !important; width: 100%;}
.mean-container .mean-nav ul li li li li a {padding: 10px 0 10px 10px !important; width: 100%;}
.mean-container .mean-nav ul li li li li li a {padding: 10px 0 10px 10px !important;}
.mean-container .mean-nav ul li a.mean-expand {
  border-bottom: none !important;
  padding: 8px 11px 9px !important;
  height: 29px;
  right: 0;
  background-color: #f9f9f9;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a.mean-expand:focus {
  background-color: #f9f9f9;
  border-left: none !important;
}
.mean-container .mean-nav ul li a.mean-expand span:first-child {
  width: 16px;
  height: 2px;
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked span:first-child {left: 0;}
.mean-container .mean-nav ul li a.mean-expand span:last-child {
  width: 2px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  left: -8px;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked span:last-child {display: none;}
.mean-container a.meanmenu-reveal {
  padding: 24px;
  width: 25px;
  background-color:transparent;
  top: 17px;
}
.header-style-two .mean-container a.meanmenu-reveal {
  top: 0;
}
.mean-container a.meanmenu-reveal span {
  height: 2px;
  width: 100%;
  margin: 5px auto 0;

  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  transition: width .3s ease;
}
.mean-container a.meanmenu-reveal span:first-child {margin-top: 3px;}
.mean-container a.meanmenu-reveal.meanclose span:first-child {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  top: 50%;left: 0;right: 0;
  position: absolute;
  width: 25px;height: 3px;
  margin: 0 auto;
}
.mean-container a.meanmenu-reveal span {
  background: #111;
}
.mean-container a.meanmenu-reveal.meanclose span:last-child {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  top: 50%;left: 0;right: 0;
  position: absolute;
  width: 25px;height: 3px;
  margin: 0 auto;
}
.mean-bar .dropdown-menu {
  position: relative;
  background: #292e34;
}
.mean-bar .dropdown-menu li{
  padding-left: 0;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: transparent;
  color: #eeb313;
}
.mean-container .dropdown-menu > li {
  padding: 0;
}
.mean-nav .container {
  padding: 0;
}
.mean-container .mean-nav ul li li a {
  width: 100%
}
.mean-nav .dropdown-menu {
  border-top: none;
}
.mean-container .mean-nav ul {
  overflow: hidden;
  padding: 0 25px 25px;
  width: auto;
  position: relative;
  left: 0 !important;
  top: 0 !important;
}
.mean-container .mean-nav .dropdown-list ul {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 20px;
}
.mean-container .csgve-logo, .mean-container.csgve-logo {
  position: relative;
  z-index: 999999;
}
.navigation .dropdown-list ul.dropdown-nav li.dropdown-list ul.dropdown-nav li {
  width: 100%;
  padding-right: 0px;
}
.navigation .dropdown-list ul.dropdown-nav li.dropdown-list ul.dropdown-nav {
  width: 100%;
}
.mean-container .header-right {
  margin-right: 42px;
  position: relative;
  z-index: 9999;
  width: auto;
  padding-right: 0;
}
.mean-container .header-btn {
      display: inline-block;
    margin-right: 15px;
    margin-top: 7px;
}
.mean-container .dropdown-nav {
  box-shadow: none;
}
.mean-container .caret {
  display: none;
}
.mean-container .dropdown-list ul.dropdown-nav li.dropdown-list > a:after,
.mean-container .dropdown-list.sub > a:after {
  content: none;
}
.mean-container .dropdown-nav li:hover > a {
  background: none;
  color: #D98918;
}
.is-sticky .mean-container .csgve-navigation-wrap {
  display: none;
}
a.csgve-btn {
  color: #fff;
}
/*Event Single */
.tt_event_theme_page p {
      font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    margin-bottom: 10px;
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.csgve-main-wrap .tt_event_theme_page {
  width: 1170px;
  padding: 30px 15px;
}
.csgve-main-wrap .tt_event_page_left {
  float: left;
  width: 70%;
}

/* Layout Change Styles*/

/* Facilities Section*/
.facilities-item .csgve-icon  {
  border: 2px solid #e6e7e8;
  border-radius: 5%;
  padding: 15px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 18px;
  display: inline-block;

  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;

}
.facilities-item:hover .csgve-icon  {border-color: #D98918;}
.facilities-item .view-details a:after, 
.facilities-item .view-details span:after {
  position: relative;
  left:0;
}
.facilities-item:hover .view-details a:after, 
.facilities-item:hover .view-details span:after {
  left:5px;
}


.icon-trigger {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #D98918;
  border-radius: 100%;
  top: -35px;
  right: 15px;
  cursor: pointer;

   -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;

}
.icon-trigger:before, .icon-trigger:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  display: inline-block;
  background: #fff;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;

   -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;

}
.icon-trigger:after {
  transform: rotate(90deg);
}
.csgve-hover .icon-trigger {
  top: 15px;
  z-index: 1;
}
.class-trigger .icon-trigger:before {
  transform: rotate(-45deg);
}
.class-trigger .icon-trigger:after {
  transform: rotate(45deg);
}


#review_form .comment-form-rating .nice-select {
  display: none;
}
/*Black Unit Fix*/
hr.wp-block-separator {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
blockquote.wp-block-pullquote {
  padding: 0 0 0 20px;
}
ul.wp-block-latest-posts li {
  margin-bottom: 10px;
}
.wp-block-categories ul li {
  margin-bottom: 10px;
}
ul.wp-block-gallery {
  padding-bottom: 50px;
}
pre.wp-block-verse {
  margin-bottom: 30px;
}
.gm-style-iw h1 {
  font-size: 25px;
  padding-bottom: 5px;
}
#ship-to-different-address input[type="checkbox"] {
  margin-top: 4px;
}

.color-black{
  color:#0a0a0a!important;
}

.container{
  padding:0px!important;
}

.sticky-wrapper{
  padding:0px!important;
}

.text-centerr {
    margin-bottom: -30px;
    text-align: center
}

@media screen and (max-width: 764px) {
.container{
  padding: 0 25px!important;
}

}

@media screen and (max-width: 667px) {
  .text-centerr {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 640px) {
.wizard ul, .tabcontrol ul {
    display: inline!important;
}
.wizard > .actions > ul {
    display: inline-flex!important;
}
}


@media screen and (max-width: 1199px) {
.csgve-logo {
    padding: 32px 0 31px!important;
}
.header-btn .csgve-btn {
    font-size: 11px;
    padding: 10px;
}
}
