@font-face {
    font-family:'Proxima Nova';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaBold.woff2') format('woff2'),
        url('../fonts/ProximaNovaBold.woff') format('woff'),
        url('../fonts/ProximaNovaBold.ttf') format('truetype'),
        url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaRegular.woff') format('woff'),
        url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
        url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaSemiboldRegular.eot');
    src: url('../fonts/ProximaNovaSemiboldRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaSemiboldRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaSemiboldRegular.woff') format('woff'),
        url('../fonts/ProximaNovaSemiboldRegular.ttf') format('truetype'),
        url('../fonts/ProximaNovaSemiboldRegular.svg#ProximaNovaSemiboldRegular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rossanova Trial';
    src: url('../fonts/RossanovaTrial-Bold.eot');
    src: url('../fonts/RossanovaTrial-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RossanovaTrial-Bold.woff2') format('woff2'),
        url('../fonts/RossanovaTrial-Bold.woff') format('woff'),
        url('../fonts/RossanovaTrial-Bold.ttf') format('truetype'),
        url('../fonts/RossanovaTrial-Bold.svg#RossanovaTrial-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rossanova Trial';
    src: url('../fonts/RossanovaTrial-Light.eot');
    src: url('../fonts/RossanovaTrial-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RossanovaTrial-Light.woff2') format('woff2'),
        url('../fonts/RossanovaTrial-Light.woff') format('woff'),
        url('../fonts/RossanovaTrial-Light.ttf') format('truetype'),
        url('../fonts/RossanovaTrial-Light.svg#RossanovaTrial-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rossanova Trial';
    src: url('../fonts/RossanovaTrial-Black.eot');
    src: url('../fonts/RossanovaTrial-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RossanovaTrial-Black.woff2') format('woff2'),
        url('../fonts/RossanovaTrial-Black.woff') format('woff'),
        url('../fonts/RossanovaTrial-Black.ttf') format('truetype'),
        url('../fonts/RossanovaTrial-Black.svg#RossanovaTrial-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rossanova Trial';
    src: url('../fonts/RossanovaTrial-Regular.eot');
    src: url('../fonts/RossanovaTrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RossanovaTrial-Regular.woff2') format('woff2'),
        url('../fonts/RossanovaTrial-Regular.woff') format('woff'),
        url('../fonts/RossanovaTrial-Regular.ttf') format('truetype'),
        url('../fonts/RossanovaTrial-Regular.svg#RossanovaTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  top: 0;
  overflow-x: hidden;
  margin: 0;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1194px;
}
a,
a:hover {
  text-decoration: none;
  outline: none;
  color: #A2A2A2;
}
b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}
/*align*/
.alignright {
  float: right;
  margin-left: 35px !important;
  margin-bottom: 38px;
  margin-top: 6px;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 35px !important;
  margin-bottom: 18px;
  margin-top: 6px;
  max-width: 100%;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 18px;
  margin-top: 10px;
}
.alignnone {
  float: none;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  max-width: 100%;
}
/*align*/

ol,
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h1 {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 52px;
  line-height: 65px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
h2 {
  font-family: 'Rossanova Trial';
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Rossanova Trial';
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}
h4 {
  font-family: 'Rossanova Trial';
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
h5 {
  font-family: 'Rossanova Trial';
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #B6B6B6;
  margin-bottom: 15px;
}
h6 {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
p {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
/* header */
.th-header-wrap {
  position: relative;
  padding: 7px 167px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #000000;
}
.th-header-right .th-common-btn {
    padding: 8px 24px;
}
.th-outer-menu .navbar {
  padding: 0;
}
.th-header {
  display: inline-flex;
  padding: 0;
}
.th-logo {
  max-width: 182px;
  display: block;
}
.th-header-right {
  text-align: right;
}
.th-outer-menu {
  padding: 30px 30px 30px 20px;
  margin: auto;
  display: flex;
 justify-content: center;
}
.th-outer-menu .menu-toggle {
  width: 30px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  margin-top: -46px;
}
.th-outer-menu .menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
/*Hamburger Active (X effect)*/
.th-outer-menu .menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 5px);
}
.th-outer-menu .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.th-outer-menu .menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -3px);
}
/* Nav Menu */
.th-outer-menu .nav {
  transition: all 0.4s ease;
}
.th-outer-menu .nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}
.th-outer-menu ul li {
  position: relative;
  margin-right: 0;
}
.th-outer-menu ul li:last-child {
  margin-right: 0px;
}
.th-outer-menu ul li a {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding: 10px 4px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.th-outer-menu ul li a:hover {
  color:#CCCCCC; 
}
/* header */
.th-home-banner {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  background: transparent;
  border: none;
}
.th-home-inner {
  min-height: 600px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  padding: 133px 0;
}
.th-home-inner .th-bg-overlay {
  opacity: 0.4;
}
.th-banner-content {
  max-width: 530px;
  text-align: left;
  position: relative;
}
.th-banner-content h4 strong {
  font-weight: 700;
}
.th-home-banner ul li:nth-child(4) .th-home-inner .th-banner-content,
.th-home-banner ul li:nth-child(6) .th-home-inner .th-banner-content {
  float: right;
}
.th-home-banner .flex-direction-nav {
  /* position: absolute; */
  left: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.th-home-banner .flex-direction-nav a {
  color: transparent;
  text-shadow: none;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/right-arrow.png);
  background-size: auto;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
}
.th-home-banner .flex-direction-nav a:hover {
  opacity: 1;
  background-color: #000;
}
.th-home-banner .flex-direction-nav a::before {
  content: "";
  color: transparent;
  text-shadow: none;
}
.th-home-banner .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
}
.th-home-banner .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  transform: rotate(180deg);
}

.th-home-banner .flex-direction-nav .flex-prev,
.th-home-banner .flexslider:hover .flex-direction-nav .flex-prev {
  left: 20px;
}
.th-home-banner .flex-direction-nav .flex-next,
.th-home-banner .flexslider:hover .flex-direction-nav .flex-next {
  right: 20px;
}
.th-common-btn {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #292929;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  border:1px solid #fff;
  text-align: center;
  padding: 22px 52px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 22px;
  z-index: 1;
  box-shadow: inset 0 0 0 0 #383838;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.th-common-btn:hover {
  background-color: #fff;
  color: #fff;
  box-shadow: inset 300px 0 0 0 #383838;
}
/*th-section-1*/
.th-section-1 {
  position: relative;
  background-color: #000000;
  padding: 60px 0px;
  text-align: center;
}
.th-section-1 h6 {
  max-width: 660px;
  margin: auto;
}
/*th-section-1*/
/*th-section-2*/
.th-section-2 {
  position: relative;
  background-attachment: fixed;
  min-height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.th-services {
  max-width: 680px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}
/*th-section-2*/
/*th-section-3*/
.th-section-3 {
  position: relative;
  background-color: #383838;
}
.th-section-3 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.th-section-3 li:nth-child(2) {
  flex-direction: row-reverse;
  background-color: #000;
}
.th-section-3 li:nth-child(2) .th-section-img-wrap {
  background-attachment: fixed;
  background-size: 50%;
  background-position: right;
}
.th-section-3 .container-fluid {
  padding: 0;
}
.th-section-3 .th-bg-overlay {
  opacity: 0.5;
}
.th-section-3 .th-bg-overlay:hover {
  opacity: 0.5;
}
.th-section-img-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}
.th-section-img-wrap:hover {
  filter: grayscale(0);
}
.th-section-content-wrap {
  flex: 1;
  text-align: center;
}
.th-section-content-wrap h2 {
  max-width: 555px;
  margin: auto;
  margin-bottom: 14px;
}
.th-section-content-wrap p {
  max-width: 700px;
  margin: auto;
  margin-bottom: 20px;
}
.th-section-content-wrap h5 {
  font-style: italic;
  color: #E7E7E7;
}
/*th-section-3*/
/*th-section-4*/
.th-section-4 {
  min-height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
  background-attachment: fixed;
  position: relative;
}
.th-section-4-outer {
  position: relative;
  top: 50%;
  left: 0;
  max-width: 530px;
}
.th-section-4-outer h2 {
  margin-bottom: 25px;
}
/*th-section-4*/
/*th-section-5*/
.th-section-5 {
  position: relative;
  padding: 50px 0;
  background-color: #1D1D1D;
}
.th-section-5 ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.th-section-5 ul li:first-child {
  border-left: none;
}
.th-section-5 ul li:last-child {
  border-right: none;
}
.th-section-5 ul li h2 {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 5px;
}
.th-section-5 ul li h6 {
  font-family: 'Rossanova Trial';
  font-size: 18px;
  text-transform: uppercase;
}
.th-section-5 ul li img {
  filter: grayscale(1);
  margin-bottom: 20px;
}
/*th-section-5*/
.th-section-6 {
  position: relative;
  min-height: 684px;
  background-color: #000000;
  background-position: top center;
}
.th-section-6-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  max-width: 530px;
  margin-right: 360px;
  text-align: center;
}
.th-section-6-content h3 {
  color: #B6B6B6;
  font-family: "Proxima Nova", Sans-serif;
}
.th-section-6-content ul {
  margin-top: 50px;
}
.th-section-6-content ul li {
  width: 32.7%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e7e7e9;
  border-bottom: 1px solid #e7e7e9;
  padding: 40px 0 30px 0;
  margin-left: -5px;
}
.th-section-6-content ul li:last-child {
  margin-right: 0
}
.th-section-6-content ul li:nth-child(-n+3) {
  padding-top: 0;
}
.th-section-6-content ul li:nth-child(n+4) {
  border-bottom: none;
  padding-bottom: 0;
}
.th-section-6-content ul li:nth-child(3n+3) {
  border-right: none;
}
.th-section-6-content ul li img {
  filter: grayscale(1);
  width: 40%;
  margin-bottom: 10px;
}
.th-section-6-content ul li h6 {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
/*th-make-appointment-wrap*/
.th-bg-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.6;
}
.th-make-appointment-wrap {
  position: relative;
  min-height: 663px;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
}
.th-make-appointment-wrap ul li {
  display: inline-block;
}
.th-appointment-content {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.th-appointment-content h2 {
  text-transform: capitalize;
}
.th-appointment-content p{
  margin-bottom: 5px;
}
.th-appointment-img {
  background-color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.th-appointment-img .svg-inline--fa {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: auto;
  display: block;
  height: 28px;
  padding-top: 15px;
  position: relative;
}
.th-appointment {
  max-width: 874px;
  margin: 0 auto;
}
.th-appointment-form {
  background-color: #000000;
  padding: 50px;
  max-width: 874px;
  margin: auto;
  margin-top: 35px;
  opacity: 0.4;
}
.th-appointment-form ul li {
  margin-bottom: 23px;
  list-style: none;
  display: inline-block;
  padding: 0;
  width: 31.8%;
  margin-right: 13px;
  position: relative;
}
.th-appointment-form input[type="text"],
.th-appointment-form input[type="email"],
.th-appointment-form input[type="tel"],
.th-appointment-form input[type="date"],
.th-appointment-form input[type="time"],
.th-appointment-form select {
  display: block;
  width: 100%;
  height: 60px;
  outline: none;
  border: 1px solid #1F576E;
  padding: 10px 47px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  transition: all 500ms ease;
  font-family: "Rossanova-Regular", Sans-serif;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0!important;
}
.th-appointment-form input[type="date"],
.th-appointment-form input[type="time"] {
  height: 60px;               /* MUST be fixed */
  padding: 10px 47px 10px 20px;
  font-size: 15px;             /* iOS requires ≥16px */
  line-height: 500;
  background-color: #fff;
  border: 1px solid #1F576E;
  display: flex;
  align-items: center;         /* Vertical centering */
  -webkit-appearance: none;
}
.th-appointment-form input[type="date"]::-webkit-date-and-time-value,
.th-appointment-form input[type="time"]::-webkit-date-and-time-value {
  text-align: left;
  height: 56px;
  display: flex;
  align-items: center;
}
.th-appointment-form input[type="date"]::-webkit-calendar-picker-indicator,
.th-appointment-form input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
}
.th-appointment-form input[type="date"] {
  padding: 10px 20px 10px 20px;
}
.th-appointment-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/black-arrow.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 11px;
}
.th-appointment-form ul li:nth-child(3n) {
  margin-right: 0px;
}
.th-appointment-form ul li:last-child {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 0;
}
.th-appointment-form .svg-inline--fa {
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 22px;
  margin: auto;
  color: #ad8858;
  bottom: 0;
}
.th-appointment-form .th-common-btn {
  border-radius: 0;
  border: none;
  margin: auto;
  text-align: center;
  display: block;
  width: 270px;
  padding: 21px 22px 22px 0px;
  color: #000;
  text-transform: capitalize;
  font-family: "Proxima Nova", Sans-serif;
  box-shadow: inset 0 0 0 0 #383838;
  vertical-align: middle;
}
.th-appointment-form .th-common-btn:hover {
  color: #fff !important;
  box-shadow: inset 300px 0 0 0 #383838;
}
.th-appointment-form .th-common-btn .svg-inline--fa {
  right: 52px;
  color: #000;
}
.th-appointment-form .th-common-btn:hover .svg-inline--fa {
  color: #fff !important;
}
::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #666;
}
/*th-make-appointment-wrap*/
.th-footer-top {
  background-color: #000000;
  padding: 60px 0 80px;
}
.th-footer-top p {
  color: #666;
}
.th-footer-top .th-common-btn {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 24px;
  text-transform: inherit;
}
.th-footer-top h4 {
  text-transform: uppercase;
}
.th-footer-top h6 {
  max-width: 310px;
}
.th-footer-menu ul li a {
  color: #fff;
  font-family: "Proxima Nova", Sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.th-footer-menu ul li a:hover {
  color:#A2A2A2;
}
.th-footer-menu ul li {
  margin-bottom: 5px;
}
.th-footer-menu ul li .svg-inline--fa {
  padding-right: 10px;
}
.th-footer-bottom {
  background-color: #222222;
  padding: 4px 0;
}
.th-footer-bottom p {
  font-family: "BlissPro-ExtraLight", Sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 4px;
}
.th-footer-bottom p a {
  color: #fff;
}
.th-footer-bottom p a:hover {
  color: #A2A2A2;
}
.th-contact-details p {
  color: #fff;
}
.th-social-icons {
  text-align: right;
}
.th-social-icons li {
  display: inline-block;
  margin-right: 7px;
}
.th-social-icons li:last-child {
  margin-right: 0;
}
.th-social-icons li a {
  background-color: #0000006B;
  font-family: "Proxima Nova", Sans-serif;
  border-radius: 50%;
  font-size: 12px;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.th-social-icons li a:hover {
  color: #A2A2A2;
}
.th-contact-details .svg-inline--fa {
  font-size: 20px;
  margin-right: 13px;
  vertical-align: middle;
}
.th-contact-details ul li {
  color: #fff;
  margin-bottom: 15px;
}
.th-contact-details ul li:first-child {
  display: flex;
  align-items: baseline;
}
.th-contact-details ul li:hover .svg-inline--fa {
  color:#A2A2A2;
}
.th-contact-details li a {
   color:#fff;
}
.th-contact-details li a:hover {
   color:#A2A2A2;
}
#scrolltopbtn {
  position: fixed;
  bottom: 50px;
  right: 56px;
  background-color: #ad8858;
  border: 5px solid #fff;
  display: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  width: 56px;
  height: 56px;
}
#scrolltopbtn:hover {
  background-color: #222;
}
/*th-inner-banner*/
.th-inner-banner {
  min-height: 390px;
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 155px 0;
}
.th-inner-banner h1 {
  position: relative;
}
.th-section-7-left {
  background-color: #000;
  max-width: 575px;
  margin-left: auto;
  padding: 120px 106px 120px 0;
}
.th-section-7-right {
  background-color: #fff;
}
.th-section-7 .container-fluid {
  padding: 0;
}
.th-section-7 .col-md-6 {
  padding: 0;
}
.th-section-7 ul {
  margin-top: 30px;
}
.th-section-7 ul li {
  padding: 30px 40px 20px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}
.th-section-7 ul li:last-child {
  margin-bottom: 0;
}
.th-section-7 ul li .svg-inline--fa {
  color: #ad8858;
  margin-right: 15px;
}
.th-section-7 .col-md-6:first-child {
  background-color: #000;
}
.th-section-7-left h2 {
  text-transform: capitalize;
  font-size: 42px;
  margin-bottom: 20px;
}
.th-section-7 ul li h3 {
  font-size: 30px;
  font-weight: 600;
}
.th-section-7-left ul li p {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: baseline;
}
/*th-inner-banner*/
.th-section-8 {
  min-height: 916px;
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
  text-align: center;
}
.th-section-8 h2,
.th-section-8 h5 {
  position: relative;
  color: #fff;
}
.th-section-8 h5 {
  max-width: 650px;
  margin: auto;
  margin-bottom: 40px;
}
.th-section-8 form {
  position: relative;
  background-color: #000;
  padding: 50px 40px;
  max-width: 623px;
  margin: auto;
}
.th-section-8 ul li {
  margin-bottom: 20px;
}
.th-section-8 ul li:last-child{
  margin-bottom: 0;
  text-align: left;
}
.th-section-8 input[type="text"],
.th-section-8 input[type="email"],
.th-section-8 input[type="tel"],
.th-section-8 select,
.th-section-8 textarea {
  display: block;
  width: 100%;
  height: 70px;
  outline: none;
  border: 1px solid #1F576E;
  padding: 10px 47px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  transition: all 500ms ease;
  font-family: "Rossanova-Regular", Sans-serif;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: none;
}
.th-section-8 textarea {
  padding-top: 25px;
  min-height: 83px;
}
.th-section-8 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/black-arrow.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 11px;
}

.th-page-wrap{
  position: relative;
  padding: 100px 0;
}
.th-page-wrap img {
  margin: 15px 0 20px;
  width: 100%;
}
.th-page-wrap p {
  color:#000;
}
.th-page-wrap ul, .th-page-wrap ol{
  margin-bottom: 30px;
}
.th-page-wrap ul li, .th-page-wrap ol li{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #404756;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.th-page-wrap ul li::before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50px;
  left: 0;
  top: 8px;
}
.th-page-wrap ol li{
  padding-left: 0;
}
.th-page-wrap ol{
  margin-left: 19px;
}
.th-page-wrap ul li a,
.th-page-wrap ol li a,
.th-page-wrap p a {
 color: #666;
}
.th-page-wrap ul li a:hover,
.th-page-wrap ol li a:hover,
.th-page-wrap p a:hover {
  color: #000;
}
.th-page-wrap h1,
.th-page-wrap h2,
.th-page-wrap h3,
.th-page-wrap h4,
.th-page-wrap h5,
.th-page-wrap h6 {
  color: #000;
}
.th-page-wrap p strong,
.th-page-wrap ul li strong,
.th-page-wrap ol li strong {
  font-weight: 700;
}
blockquote {
  padding-left: 15px;
  border-left: 2px solid #000;
  margin-bottom: 15px;
}
/* pagination */
.th-pagination{
    text-align: center;
    padding-bottom: 0;
    padding-top: 30px;
}
.th-pagination li{
    width: auto;
    margin: 0 8px;
    display: inline-block;
    padding: 0 !important;
}
.th-pagination li a,
.th-pagination li .current {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    display: block;
    color: #000;
    border-radius: 3px;
}
.th-pagination li .current,
.th-pagination li a:hover{
    color: #fff!important;
    background-color: #000;
}
.th-pagination li::before {
  display: none;
}
.th-pagination img {
  width: auto;
  margin: 0;
}
.th-pagination .prev,
.th-pagination .next {
  background-color: transparent;
  box-shadow: none;
}
.th-pagination .prev:hover,
.th-pagination .next:hover {
  background-color: transparent;
}
/* pagination */
/*FAQ*/
.th-faq-wrap {
  position: relative;
  text-align: center;
  padding: 62px 0;
  background-color: #202020;
}
.th-faq-wrap h2 {
  text-align: center;
}
.th-faq-wrap h5 {
  max-width: 870px;
  margin: auto;
  font-family: "Proxima Nova", Sans-serif;
}
.th-search-faq {
  margin-bottom: 40px;
}
.th-search-faq input {
  width: 84%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #666666;
  display: inline-block;
  border: 1px solid #b3b3b3;
  height: 48px;
  padding: 10px 16px;
  border-radius: 2px;
  margin-right: 14px;
  outline: none;
}
.th-search-faq ::placeholder {
  color: #666666;
  opacity: 1; /* Firefox */
}
.th-search-faq ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #666666;
}
.th-search-faq .th-common-btn {
  display: inline-block;
  width: 170px;
  height: 48px;
  border: none;
}
.th-faq-wrap .accordion {
  border-radius: 0;
  border: none;
  background-color: #242424;
  padding: 15px 20px;
  margin-top: 40px !important;
  max-width: 950px;
  margin: auto;
    margin-top: auto;
}
.th-faq-wrap .accordion-button {
  font-family: 'Rossanova Trial';
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  box-shadow: none;
  position: relative;
  background-color: #242424;
  padding: 10px 0 10px 24px;
  border-radius: 0 !important;
}
.th-faq-wrap .accordion-header {
  margin: 0;
}
.th-faq-wrap .accordion-item {
  border-radius: 0;
  border: 1px solid #222;
}
.th-faq-wrap .accordion-item:last-of-type {
  border-bottom: none !important;
}
.th-faq-wrap .accordion-body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  padding: 40px 15px;
}
.th-read-more {
  color: #0050aa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.th-read-more:hover {
  color: #003066;
}
.th-faq-wrap .accordion-button::after {
  background-image: url(../images/minus-icon.png);
  background-size: 100%;
  background-position: left;
  margin-left: inherit;
  left: 0px;
  top: 15px;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
}
.th-faq-wrap .accordion-button.collapsed::after {
  background-image: url(../images/plus-icon.png);
  background-size: 100%;
  background-position: left;
  margin-left: inherit;
  left: 0px;
  top: 15px;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
}
table {
  width: 100%;
  text-align: left;
}
table td,
table th {
  border: 1px solid #222;
}
table td, table th {
  padding: 12px 15px;
}
.th-slider-wrap {
  background-color: #363636;
  padding: 70px 0;
}
.th-slider-image {
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  border-radius: 10px;
}
.th-slider-wrap .flexslider {
  margin: 0;
  background: transparent;
  border: none;
}
.th-slider-wrap .flex-direction-nav a {
  background-color: #fff;
  color: transparent;
  text-shadow: none;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  opacity: 1!important;
  border-radius: 50%;
  background-image: url(../images/slider-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.th-slider-wrap .flex-direction-nav a:before {
  content: "";
  color: transparent;
  text-shadow: none;
}
.th-slider-wrap .flex-direction-nav li {
  overflow: inherit;
  position: static;
  width: auto;
}
.th-slider-wrap .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  transform: rotate(180deg);
}
.th-slider-wrap .flex-direction-nav .flex-prev,
.th-slider-wrap .flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
  right: auto;
  opacity: 1;
}
.th-slider-wrap .flex-direction-nav .flex-next,
.th-slider-wrap .flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
  left:auto;
  opacity: 1;
}
.th-slider-wrap .flex-control-nav {
  display: none;
}
@media only screen and (max-width: 1700px) {
  .th-section-6-content {
    margin-right: 268px;
  }
}
@media only screen and (max-width: 1600px) {
  .th-section-4-outer {
    top: 39%;
  }
  .th-section-4 {
    min-height: 650px;
  }
  .th-section-6-content {
    margin-right: 186px;
  }
  .th-page-wrap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1500px) {
  h1 {
    font-size: 46px;
    line-height: 57px;
  }
  .th-header-wrap {
    padding: 7px 100px;
  }
  .th-section-7-left {
   padding: 90px 106px 90px 0;
  }
  .th-section-7-right iframe {
   border: 0;
   height: 1778px;
  }
  .th-section-content-wrap p {
   max-width: 596px;
  }
}
@media only screen and (max-width: 1400px) {
  .th-section-img-wrap {
    min-height: 500px;
  }
  .th-section-4 {
    min-height: 600px;
  }
  .th-section-4-outer {
    top: 31%;
  }
   .th-home-inner {
    min-height: 525px;
    padding: 100px 70px;
  }
  .th-section-6 {
    min-height: 585px;
  }
  .th-section-2 {
    min-height: 676px;
  }
  .th-section-content-wrap p {
  max-width: 530px;
}
.th-section-6 {
  background-position: inherit;
}
}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 23px;
    line-height: 28px;
  }
  h4 {
    font-size: 21px;
    line-height: 25px;
  }
  .th-header-wrap {
    padding: 7px 20px;
  }
  .th-section-6-content {
    margin-right: 134px;
  }
  .th-inner-banner {
   min-height: 340px;
   padding: 140px 0;
  }
  .th-page-wrap {
    padding: 65px 0;
  }
  .th-faq-wrap .accordion-button.collapsed::after,
  .th-faq-wrap .accordion-button::after {
    top: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .th-section-content-wrap h2 {
    max-width: 417px;
    margin-bottom: 7px;
  }
  .th-section-4 {
    min-height: 485px;
  }
  .th-section-4-outer {
    top: 23%;
  }
  .th-header-wrap {
    padding: 7px 10px;
  }
   .th-home-inner {
    min-height: 400px;
    padding: 66px 72px;
  }
  .th-section-6-content {
    margin-right: 100px;
  }
  .th-common-btn {
    padding: 17px 38px;
  }
  .th-section-7 .container-fluid {
    padding: 0 12px;
  }
  .th-section-7-left {
    padding: 120px 38px 120px 38px;
  }
 .th-section-7-left {
    padding: 65px 20px 65px 20px;
  }
  .th-section-7-right iframe {
    height: 1657px;
  }
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .th-outer-menu {
    padding: 31px 10px 19px 10px;
    justify-content: center;
  }
  .th-section-img-wrap {
    min-height: 400px;
  }
  .th-outer-menu ul li a {
    padding: 10px 0px;
  }
  .th-make-appointment-wrap {
    min-height: 615px;
    padding: 80px 0;
  }
  .th-section-5 ul li h2 {
    font-size: 46px;
    line-height: 55px;
  }
    .th-section-content-wrap p {
    max-width: 365px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 21px;
    line-height: 26px;
  }
  h4 {
    font-size: 19px;
    line-height: 23px;
  }
  .th-home-inner {
    min-height: 333px;
    padding: 38px 72px;
    background-position: center;
  }
  .th-home-banner ul li .th-home-inner {
    background-size: cover;
    background-position: top;
  }
  .th-home-banner ul li:nth-child(4) .th-home-inner .th-banner-content,
  .th-home-banner ul li:nth-child(6) .th-home-inner .th-banner-content {
    float: none;
  }
  .th-section-content-wrap h2 {
    max-width: 350px;
  }
  .th-header-wrap {
    top: 0;
    position: static;
    padding: 0px 12px;
  }
  .th-header-wrap .col-md-2,
  .th-header-wrap .col-md-8 {
    width: 100%;
  }
  .th-outer-menu .menu-toggle span {
    height: 3px;
    background: #fff;
  }
  .th-outer-menu {
    justify-content: right;
    padding: 0;
  }
  .th-outer-menu .nav ul {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
  .th-outer-menu .navbar-nav {
    text-align: left;
    padding: 0;
  }
  .th-outer-menu .nav {
    position: absolute;
    opacity: 0;
    top: -100%;
    left: 0;
    width: 100%;
    background: #000;
    display: flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    transition: top 0.4s ease;
    padding-left: 25px;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    pointer-events: none;
    transition:
    top 0.4s ease,
    opacity 0.4s ease;
    z-index: -1;
  }
  .th-outer-menu ul li a {
    border: none;
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 7px 0px;
  }
  .th-outer-menu ul li a:hover {
    color: #CCCCCC;
  }
  .th-outer-menu .menu-toggle {
    display: flex;
    position: relative;
    z-index: 4;
    margin-top: -52px;
    right: 12px;
  }
  .th-outer-menu .nav.active {
    top: 88px;
    opacity: 1;
    z-index: 3;
    pointer-events: auto;
  }
  .th-header-right .th-common-btn {
    position: absolute;
    right: 80px;
    top: 0px;
  }
  .th-header {
    display: inline-block;
  }
  .th-section-3 li:nth-child(2) .th-section-img-wrap {
    background-attachment: inherit;
    background-size: 100%;
  }
  .th-section-2 {
    background-attachment: inherit;
  }
  .th-section-4 {
    background-attachment: inherit;
  }
 .th-section-6-content {
    margin-right: 67px;
  }
  .th-section-6 {
    min-height: 527px;
  }
  .th-appointment-form {
    padding: 35px;
    margin-top: 22px;
  }
  .th-appointment-form ul li {
    width: 31.6%;
  }
  .th-footer-top .col-md-5 {
    width: 100%;
    margin-bottom: 30px;
  }
  .th-footer-top .col-md-3 {
    width: 49%;
  }
  .th-footer-top .col-md-4 {
    width: 51%;
  }
  .th-footer-top {
    padding: 45px 0;
  }
  .th-footer-top h6 {
   max-width: 100%;
  }
  .th-section-2 {
    min-height: 538px;
  }
  .th-section-5 ul {
    text-align: center;
  }
  .th-section-5 ul li {
    width: 44%;
    margin-bottom: 25px;
  }
  .th-section-5 ul li:nth-child(2n) {
    border-right: none;
  }
  .th-section-5 ul li:nth-child(3) {
    border-left: none;
  }
  .th-section-5 ul li h6 {
    font-size: 16px;
  }
  .th-section-5 {
    padding: 50px 0 35px;
  }
  #scrolltopbtn {
    display: none !important;
  }
  .th-inner-banner {
    min-height: 290px;
    padding: 120px 0;
  }
  .th-section-7 .col-md-6 {
    width: 100%;
  }
   .th-section-7-left {
    padding: 65px 20px 0 20px;
    max-width: 100%;
    margin-left: inherit;
    margin-bottom: 40px;
  }
  .th-section-7-left .th-common-btn {
    margin-top: 10px;
  }
  .th-section-7 ul li {
    padding: 30px 30px 20px;
  }
   .th-section-7-right iframe {
    height: 900px;
  }
  .th-section-7-left ul li p br {
    display: none;
  }
  .th-section-8 {
   min-height: 885px;
   padding: 70px 0;
  }
  .th-section-6 .th-bg-overlay {
  opacity: 0.7;
}
 .th-make-appointment-wrap {
    background-attachment: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 39px;
  }
  .th-section-3 ul li {
    display: block;
  }
  .th-section-content-wrap {
    padding: 30px 12px;
  }
  .th-section-3 ul li {
    display: block;
  }
  .th-section-4 {
    background-position: right top;
  }
  .th-make-appointment-wrap {
    min-height: 633px;
    padding: 67px 0;
  }
  .th-section-4-outer {
    top: 53%;
    max-width: 100%;
    left: 0;
    position: absolute;
    background-color: #000;
    padding: 0 15px;
  }
  .th-section-6-content {
    margin: auto;
    transform: inherit;
    position: relative;
    top: 0;
  } 
  .th-section-6 {
    padding: 60px 0;
  }
  .th-appointment-form ul li:nth-child(3n) {
    margin-right: 13px;
  }
  .th-appointment-form ul li {
    width: 48.2%;
  }
  .th-appointment-form ul li:nth-child(2n) {
   margin-right: 0;
  }
  .th-footer-top .col-md-4 {
    width: 54%;
  }
  .th-footer-top .col-md-3 {
    width: 46%;
  }
  .th-footer-bottom .th-copy-right {
    text-align: center;
  }
  .th-footer-bottom {
    padding: 4px 0 8px;
  }
  .th-social-icons {
    text-align: center;
    margin-top: 10px;
  }
  .th-services {
    max-width: 413px;
    left: 40%;
  }
  .th-section-2 {
    min-height: auto;
    padding: 168px 0 0;
    background-position: left top;
    background-image: url(../images/services-img-mob.jpg) !important;
  }
  .th-section-4 {
    background-position: top;
    background-size: auto;
    min-height: auto;
    padding: 123px 0 0;
    background-image: url(../images/location-search-mob.jpg) !important;
  }
  .th-services,
  .th-section-4-outer {
    max-width: 100%;
    transform: inherit;
    background-color: #000;
    margin-top: 195px;
    padding: 50px 12px;
    width: 100%;
    position: inherit;
    text-align: center;
  }
  .th-section-4-outer h2,
  .th-section-4-outer h5,
  .th-services h2,
  .th-services h5 {
    color: #fff;
    position: relative;
  }
  .th-section-4 .container {
    padding: 0;
  }

  .th-home-inner {
    padding: 27px 0;
  }
  .th-section-2 .container {
    padding: 0;
  }
 .th-home-banner .flex-direction-nav {
    display: none;
  }
  .th-section-7-right iframe {
    height: 700px;
  }
  .th-section-8 input[type="text"],
  .th-section-8 input[type="email"],
  .th-section-8 input[type="tel"],
  .th-section-8 select,
  .th-section-8 textarea {
    height: 60px;
  }
  .th-section-8 textarea {
    padding-top: 21px;
    min-height: 70px;
  }
  .th-section-8 h5 {
    margin-bottom: 25px;
  }
  .th-section-8 {
    min-height: 828px;
  }
   .th-page-wrap {
    padding: 50px 0;
  }
  .th-faq-wrap .accordion-body {
    font-size: 16px;
  }
  .th-faq-wrap .accordion {
    padding: 15px 12px;
  }
  .th-faq-wrap .accordion-button {
   font-size: 18px;
  }
  .th-section-content-wrap p {
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .th-section-6-content ul li {
    width: 48.7%;
  }
 .th-section-6-content ul li:nth-child(3n+3) {
    border-right: 1px solid #e7e7e9;
    padding: 30px 0;
  }
  .th-section-6-content ul li:nth-child(2n+2) {
    border-right: none;
    padding-top: 0;
  }
  .th-section-6-content ul li:nth-child(n+4) {
    border-bottom: 1px solid #e7e7e9;
    padding-bottom: 30px;
  }
  .th-section-6-content ul li:nth-child(n+5) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .th-section-6-content ul li img {
    width: 34%;
  }
  .th-appointment-form ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .th-appointment-form input[type="text"],
  .th-appointment-form input[type="email"],
  .th-appointment-form input[type="tel"],
  .th-appointment-form input[type="date"],
  .th-appointment-form input[type="time"],
  .th-appointment-form select {
    max-width: 100%;
  }
  .th-footer-top .col-md-4 {
    width: 100%;
  }
  .th-footer-top .col-md-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .th-contact-details li br {
    display: none;
  }
  .th-home-inner {
    min-height: 320px;
  }
  .th-section-img-wrap {
    min-height: 350px;
  }
  .th-common-btn {
    padding: 14px 33px;
  }
  .th-inner-banner {
    min-height: 270px;
    padding: 110px 0;
  }
  .th-section-7-left {
    padding: 65px 12px 0 12px;
  }
  .th-section-7-right iframe {
    height: 600px;
  }
  .th-section-7-left h2 {
    font-size: 38px;
  }
  .th-section-8 form {
    padding: 40px 30px;
  }
  .th-section-8 {
    min-height: 803px;
  }
   .th-faq-wrap .accordion {
    padding: 15px 0;
  }
  .th-slider-wrap {
    padding: 55px 0;
  }
   .th-section-2 {
    padding: 116px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  h6 {
   font-size: 18px;
   line-height: 21px;
  }
  .th-appointment-form {
    padding: 30px 25px;
  }
  .th-appointment-form ul li {
    margin-bottom: 15px;
  }
  .th-appointment-form input[type="text"],
  .th-appointment-form input[type="email"],
  .th-appointment-form input[type="tel"],
  .th-appointment-form select {
    height: 53px;
  }
  .th-appointment-form input[type="date"],
  .th-appointment-form input[type="time"] {
   height: 53px;
  }
  .th-appointment-form .th-common-btn {
   width: 100%;
   padding: 21px 32px 22px 0px;
  }
  .th-section-5 ul li h6 {
    font-size: 14px;
  }
  .th-section-5 ul li {
    width: 49.4%;
  }
  .th-section-5 ul li h2 {
    font-size: 39px;
    line-height: 44px;
  }
  .th-header-wrap .th-logo img {
    max-width: 137px;
  }
  .th-header-right .th-common-btn {
    top: 5px;
    padding: 7px 22px;
    right: 65px;
  }
   .th-outer-menu .menu-toggle {
    margin-top: -52px;
    right: 8px;
  }
  .th-home-inner {
    padding: 27px 0;
  }
  .th-appointment-form .th-common-btn .svg-inline--fa {
    right: 85px;
  }
  .th-inner-banner {
    min-height: 247px;
    padding: 100px 0;
    background-position: right -89px top;
  }
  .th-section-7 ul li h3 {
    font-size: 27px;
  }
  .th-section-8 ul li {
    margin-bottom: 15px;
  }
   .th-section-8 {
    min-height: 762px;
    padding: 60px 0;
  }
  .th-faq-wrap .accordion-body {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 12px;
  }
}
@media only screen and (max-width: 400px) {
  .th-section-6-content ul li h6 {
    font-size: 13px;
    line-height: 20px;
  }
  .th-section-5 ul li h6 {
    font-size: 11px;
  }
  .th-section-5 ul li {
    width: 49.2%;
  }
  .th-section-5 ul li img {
    margin-bottom: 15px;
    width: 45%;
  }
  .th-section-5 ul li h2 {
    font-size: 35px;
    line-height: 37px;
  }
  .th-header-right .th-common-btn {
    display: none;
  }
    .th-home-inner {
    padding: 15px 0;
  }
  .th-appointment-img {
    margin-right: 10px;
  }
  .th-appointment-form .th-common-btn .svg-inline--fa {
    right: 50px;
  }
  .th-section-7-left h2 {
    font-size: 34px;
  }
  .th-section-7 ul li h3 {
   font-size: 25px;
   line-height: 28px;
  }
   .th-section-7 ul li {
    padding: 26px 22px 20px;
  }
  .th-section-8 form {
    padding: 30px 20px;
  }
   .th-pagination li {
    margin: 0 4px;
  }
  table td, table th {
    padding: 12px 10px;
  } 
  .th-section-img-wrap {
    min-height: 300px;
  }
}

