* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
del {
    text-decoration: line-through;
}
header,
section,
article,
aside,
nav,
footer,
address {
    display: block;
}
body {
    font-family: "museo_sans500", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}
input,
textarea,
select {
    font-family: "museo_sans500", Arial, Helvetica, sans-serif;
}
br.clear {
    clear: both;
}
.thumb {
    display: block;
}
.thumb img {
    display: block;
    width: 100%;
}
p {
    line-height: 1.7em;
    font-family: "roboto_slabregular";
}
b {
    font-family: "roboto_slabregular";
}
h6 {
    font-family: "roboto_slablight";   
}
a:hover,
[type="submit"]:hover {
    filter: alpha(opacity = 85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
html {
    scroll-behavior: smooth;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}
#logo {
    height: 7px;
    background-color: #ed1b24;
    position: relative;
}
#logo a {
    position: fixed;
    left: 20%;
    z-index: 2;
    width: 90px;
}
#logo a img {
    
}
#spotlight {
    background: linear-gradient(rgba(21, 21, 21, 0.4), rgba(21, 21, 21, 0.8)),
        url("../../images/kimsat/spotlight.jpg") no-repeat;
    padding: 10% 0;
    background-size: cover;
}

#spotlight header {
    padding: 30px 16% 30px 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    transition: all 1s;
    justify-content: flex-end;
}
.whiteheader {
    color: #000;
    background: #fff;
}
.blackheader {
    color: #fff;
}

#spotlight header nav {
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#spotlight header nav ul {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#spotlight header nav ul li {
    font-weight: bold;
    font-size: 17px;
}
#spotlight header nav ul li.active{
    border-bottom: 2px solid #f00;
}
#spotlight header a {
    color: #fff;
}
#spotlight header ul li a {
    font-weight: 700;
    font-family: "roboto_slabbold";
}
#spotlight header div.phone {
    margin-left: 20px;
    font-family: "roboto_slabbold"; 
}
#spotlight header div.phone h2 {
}
#spotlight header div.phone h2 svg {
    margin-right: 10px;
    font-size: 19px;
}
#spotlight header div.phone h2 i {
    margin-right: 7px;
}
#spotlight div.innerspotlight {
}
#spotlight div.innerspotlight .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#spotlight div.innerspotlight div.contentwraper {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    align-items: center;
}
#spotlight div.innerspotlight div.content {
    color: #fff;
}
#spotlight div.innerspotlight div.content h2 {
    font-size: 53px;
    font-weight: bold;
    font-family: "roboto_slabregular";
}
#spotlight div.innerspotlight div.content p {
    color: #f1f1f1;
    font-size: 14px;
    margin: 10px 0;
}
#spotlight div.innerspotlight div.content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
#spotlight div.innerspotlight div.content ul li {
    text-align: right;
    width: 23%;
    font-family: "roboto_slablight";
}
#spotlight div.innerspotlight div.content ul li small {
    width: 90px;
    height: 90px;
    background-color: #fff;
    display: block;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#spotlight div.innerspotlight div.content ul li small svg {
    color: #ed1b24;
    font-size: 40px;
    font-weight: lighter;
}
#spotlight div.innerspotlight div.content ul li h5 {
    text-align: left;
    margin-top: 10px;
    font-size: 17px;
}
#spotlight div.innerspotlight div.form {
    width: 45%;
}
#spotlight div.innerspotlight div.form form {
    width: 70%;
    border-radius: 10px;
    padding: 4%;
    background-color: #fff;
}
#spotlight div.innerspotlight div.form form p.heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "roboto_slabregular", sans-serif;
    font-size: 25px;
    color: #000;
}
#spotlight div.innerspotlight div.form form p {
}
#spotlight div.innerspotlight div.form form p input {
    display: block;
    padding: 0 4%;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 48px;
    color: #222;
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 70px;
    margin-bottom: 18px;
}
#spotlight div.innerspotlight div.form form .submit {
    background-color: #ed1b24;
    margin-bottom: 0;
    color: #fff;
    font-weight: bolder;
    font-family: roboto_slabregular;
}
#spotlight div.innerspotlight div.form form .submit:hover {
    background-color: #fff;
    color: #ed1b24;
    border: 1px dashed #353535;
    transition: all 0.5s;
    cursor: pointer;
}
#spotlight div.innerspotlight div.form form p.submit input {
}

#counter {
    background: #ed1b24;
    padding: 70px 0;
}
#counter div.content-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
#counter div.content-box div.counter-box {
    color: #fff;
}
#counter div.content-box div.counter-box svg {
    font-size: 40px;
}
#counter div.content-box div.counter-box span.icon {
}
#counter div.content-box div.counter-box h5 {
    margin: 10px 0;
    font-size: 60px;
    font-family: "roboto_slabbold";
}
#counter div.content-box div.counter-box h6 {
    font-size: 16px;
    font-weight: bold;
}

#about {
    padding: 70px 0;
    background: #dedcd93b;
}
#about section.content-container {
}
#about section.content-container div.top-container {
    text-align: center;
    margin-bottom: 17px;
}
#about section.content-container div.top-container h6 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #777;
}
#about section.content-container div.top-container h3 {
    font-size: 29px;
    font-weight: 700;
    font-family: "roboto_slablight";
}
#about section.content-container div.bottom-container {
    width: 72%;
    margin: 0 auto;
}
#about section.content-container div.bottom-container p {
    color: #777;
}

#gallery { 
    padding: 70px 0;
}
#gallery section.gallery-container { 

}
#gallery section.gallery-container div.top { 
    text-align: center;
    margin-bottom: 50px;
}
#gallery section.gallery-container div.top h6 { 
    font-size: 19px;
    margin-bottom: 10px;
    color: #777;
}
#gallery section.gallery-container div.top h3 { 
    font-size: 36px;
    font-family: "roboto_slablight";
    font-weight: 700;
}
#gallery section.gallery-container div.middle { 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#gallery section.gallery-container div.middle div.card{
    width: 32%;
}
#gallery section.gallery-container div.middle div.top-image { 
    margin-bottom: 20px;
}
#gallery section.gallery-container div.middle div.top-image a { 
    display: block;
}
#gallery section.gallery-container div.middle div.top-image a img { 
    width: 100%;
    height: 100%;
}
#gallery section.gallery-container div.bottom-gallery { 
    margin-top: 15px;
    text-align: center;
}
#gallery section.gallery-container div.bottom-gallery a.button { 
    border: 2px solid #ED1B23;
    padding: 16px 48px;
    color: #ED1B23;
    border-radius: 14px;
    font-weight: bold;
    display: inline-block;
    transition: transform 0.4s;
    font-family: "roboto_slabbold"; 
}
#gallery section.gallery-container div.bottom-gallery a.button:hover{
    border: 2px solid #fff;
    color: #fff;
    background: #ED1B23;
    transform: scale(1.1);
}
#gallery section.gallery-container div.bottom-gallery a.button span.icon { 

}
#gallery section.gallery-container div.bottom-gallery a.button svg{
    margin-left: 16px;
}

#policy {
    padding: 60px 0;
    background: #ed1b24;
}
#policy div.content-box {
    color: #fff;
    text-align: center;
}
#policy div.content-box h3 {
    font-size: 36px;
    font-family: "roboto_slablight";
    font-weight: 700;
}
#policy div.content-box p {
    margin-top: 15px;
}

#service {
    padding: 70px 0;
    background-color: #fafafa;
}
#service section.service-content {
}
#service section.service-content div.top-container {
    text-align: center;
    margin-bottom: 40px;
}
#service section.service-content div.top-container h6 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #777;
}
#service section.service-content div.top-container h3 {
    font-size: 36px;
    font-family: "roboto_slablight";
    font-weight: 700;
    margin-bottom: 15px;
}
#service section.service-content div.top-container p {
    color: #777;
}
#service section.service-content div.bottom-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#service section.service-content div.bottom-content div.cards {
    width: 23.5%;
    text-align: center;
}
#service section.service-content div.bottom-content div.cards:nth-child(n + 5) {
    margin-top: 50px;
}
#service section.service-content div.bottom-content div.cards span.icon {
    border: 2px solid #ed1b24;
    border-radius: 50%;
    padding: 25px;
    display: inline-block;
    color: #ed1b24;
    transition: transform 0.5s;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#service section.service-content div.bottom-content div.cards span.icon svg {
    font-size: 40px;
}
#service section.service-content div.bottom-content div.cards span.icon:hover {
    background: #ed1b24;
    border: 0px solid #888;
    color: #fff;
    transform: scale(1.4);
}
#service section.service-content div.bottom-content div.cards h5 {
    margin: 12px 0;
    font-size: 22px;
    font-weight: bold;
    font-family: "roboto_slabbold";
}
#service section.service-content div.bottom-content div.cards p {
    color: #777;
}

#team {
    background: #ed1b24;
    padding: 70px 0;
}
#team section.team-container {
}
#team .team-container.less {
    display: none;
}
#team section.team-container div.top-content {
    text-align: center;
    color: #fff;
    margin-bottom: 55px;
}
#team section.team-container div.top-content h6 {
    font-size: 19px;
    margin-bottom: 10px;
}
#team section.team-container div.top-content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "roboto_slablight";
}
#team section.team-container div.top-content p {
}
#team section.team-container div.middle-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#team section.team-container div.middle-content div.team-card {
    width: 21%;
}
#team section.team-container div.middle-content div.team-card:nth-child(n + 5) {
    margin-top: 50px;
}
#team section.team-container div.middle-content div.team-card div.top {
    height: 290px;
}
#team section.team-container div.middle-content div.team-card div.top img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#team section.team-container div.middle-content div.team-card div.bottom {
    text-align: center;
    color: #fff;
    margin-top: 13px;
}
#team section.team-container div.middle-content div.team-card div.bottom h6 {
    font-weight: bold;
    font-size: 30px;
    font-family: "roboto_slabbold";
}
#team section.team-container div.middle-content div.team-card div.bottom p {
    font-size: 17px;
}
#team section.team-container div.middle-content div.team-card div.bottom b {
    font-size: 15px;
}
#team section.team-container div.bottom-content {
    text-align: center;
    margin-top: 35px;
}
#team section.team-container div.bottom-content a.button {
    border: 2px solid #fff;
    padding: 14px 42px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    transition: transform 0.4s;
}
#team section.team-container div.bottom-content a.button:hover {
    background: #fff;
    transform: scale(1.2);
    border: 2px solid #ed1b24;
    color: #ed1b24;
}

#treatment {
    padding: 70px 0;
    text-align: center;
}
#treatment div.content-container {
}
#treatment div.content-container h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "roboto_slablight";
}
#treatment div.content-container h3 {
}
#treatment div.content-container p {
    margin: 20px 0;
    color: #777;
}
#treatment div.content-container a.button {
    display: inline-block;
    border: 1px solid #ed1b24;
    padding: 15px ;
    border-radius: 10px;
    background: #ed1b24;
    color: #fff;
    font-weight: bold;
}
#treatment div.content-container a.button:hover {
    border: 1px dashed #ed1b24;
    background: #fff;
    color: #ed1b24;
}

#contact {
}
#contact div.map {
    height: 80%;
}
#contact div.map iframe {
}
#contact div.card-box {
    padding: 30px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    background: #fafafa;
    flex-wrap: wrap;
}
#contact div.card-box div.contact-card {
}
#contact div.card-box div.contact-card h5 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    font-family: "roboto_slabbold";
}
#contact div.card-box div.contact-card b {
    color: #777;
}

footer {
    padding-top: 70px;
    background: #333;
}
footer section.top-cards {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer section.top-cards div.first {
    width: 29%;
    color: #fff;
}

footer section.top-cards div.middle{
    width: 25%;
    
}
footer section.top-cards div.second{
    width: 40%;
    
}
footer section.top-cards div.card div.top a.thumb {
    width: 55px;
}
footer section.top-cards div.card a.thumb img {
    height: 100%;
}
footer section.top-cards div.card div.top {

}
footer section.top-cards div.card div.top span {
    width: 75px;
    height: 3px;
    background: #ed1b24;
    display: inline-block;
}
footer section.top-cards div.card div.top h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "roboto_slabbold";
    color: #fff;
}
footer section.top-cards div.card div.bottom {
    margin-top: 25px;
    width: 100%;
}
footer section.top-cards div.card div.link-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 60px;
}
footer section.top-cards div.card div.link-box a {
    color: #fff;
    border: 1px solid;
    padding: 8px 25px;
    margin-left: 15px;
    transition: transform 0.5s;
}
footer section.top-cards div.card div.link-box a:hover {
    background: #ed1b24;
    border: 1px solid;
    transform: scale(1.2);
}
footer section.top-cards div.card div.link-box a:first-child {
    margin-left: 0;
}
footer section.top-cards div.card div.bottom a {
    display: block;
    color: #999;
    margin-top: 13px;
}
footer section.top-cards div.card div.bottom a b {
    color: #999;
}
footer section.top-cards div.card div.bottom a b:hover {
    color: #ed1b24;
}
footer section.top-cards div.card div.bottom p {
    margin-bottom: 25px;
    color: #999;
}
footer section.top-cards div.card div.middle b {
    display: block;
    display: flex;
    justify-content: space-between;
    color: #999;
    align-items: center;
}
footer section.top-cards div.card div.middle b span{
    width: 38%;
}
footer section.top-cards div.card div.middle b span:nth-child(2){
    width: 20%;
}
footer section.top-cards div.card div.middle b.size {
    margin: 18px 0;
}
footer section.top-cards div.card span.icon {
    display: block;
}
footer section.top-cards div.card span.size {
    margin: 8px 0;
}
footer section.top-cards div.card span.icon b {
    margin-left: 11px;
    color: #999;
}
footer section.bottom-card { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
    padding-bottom: 8px;
    border-top: 1px solid #999;
}
footer section.bottom-card p {
    color: #777;
}
footer section.bottom-card p a {
    color: #999;
    font-weight: bold;
}

#top{
    position: fixed;
    bottom: 30px;
    right:30px;
    background: #ed1b24;
    border-radius: 50%;
    width: 53px;
    height: 56px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
#top svg{
    color: #fff;
    font-size: 25px;
}
#spotlight header nav.menu{
    display: none;
}
#spotlight header span.menu-icon{
    display: none;
}
#spotlight header span.close{
    display: none;
}
/* Loader form */
.popup-bg{
    background: rgba(0,0,0,0.8);
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index: 999;
}

.popup-box{
    width:100px;
    height:100px;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 1000;
}
.preloader .plc-path {
  stroke: #009688;
}

svg:not(:root) {
  overflow: hidden;
}
.plc-path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}

.preloader.pls-teal .plc-path {
  stroke: #009688;
}

.preloader.pls-gray .plc-path {
  stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
  stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
  stroke: #9c27b0;
}

.preloader.pls-white .plc-path {
  stroke: #fff;
}
.preloader {
  position: relative;
  margin: 0px auto;
  display: inline-block;
}

.preloader:not([class*="pl-"]) {
  width: 40px;
}

.preloader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.preloader.pl-xs {
  width: 20px;
}

.preloader.pl-sm {
  width: 30px;
}

.preloader.pl-lg {
  width: 50px;
}

.preloader.pl-xl {
  width: 80px;
}

.preloader.pl-xxl {
  width: 100px;
}

.preloader:not([class*="pls-"]) .plc-path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.preloader[class*="pls-"] .plc-path {
  animation: dash 1.5s ease-in-out infinite;
}

.preloader.pls-red .plc-path {
  stroke: #f44336;
}

.preloader.pls-blue .plc-path {
  stroke: #2196f3;
}

.preloader.pls-green .plc-path {
  stroke: #4caf50;
}

.preloader.pls-yellow .plc-path {
  stroke: #ffeb3b;
}

.preloader.pls-bluegray .plc-path {
  stroke: #607d8b;
}

.preloader.pls-amber .plc-path {
  stroke: #ffc107;
}
html:not(.ismobile) .page-loader .preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pl-circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #f44336;
  }

  40% {
    stroke: #2196f3;
  }

  66% {
    stroke: #4caf50;
  }

  80%, 90% {
    stroke: #ffc107;
  }
}

/* End loader style */

/* responsive started*/
@media all and (max-width:1350PX){
    #team section.team-container div.middle-content div.team-card div.top {
        height: 262px;
    }
    #spotlight header nav ul li {
        font-size: 16px;
    }
}
@media all and (max-width:1250PX){
    #team section.team-container div.middle-content div.team-card div.top {
        height: 262px;
    }
}
@media all and (max-width:1280PX){
    #spotlight div.innerspotlight div.content ul li {
        width: 46%;
        margin-bottom: 10px;
    }
    #spotlight header nav.main {
        display: none;
    }
    #spotlight header div.phone {
        display: none;
    }
    #spotlight header span.icon{

    }
    #spotlight header svg {
        font-size: 30px;
    }
    #spotlight header nav.menu {
        background-color: rgb(0,0,0,0.6 );
        width: 26%;
        height: 100vh;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        display: none;
        line-height: 50px;
        padding-top: 36px;
    }
    #spotlight header span.menu-icon{
        display: block;
    }
    #spotlight header span.close{
        display: block;
    }
    #spotlight header span.close{
        display: none;
    }
    #spotlight header svg{
        position: absolute;
        right: 61px;
        top: 15px;
        color: #ED1B24;
        z-index: 3;
        cursor: pointer;
    }
    #spotlight header nav.menu ul{
        display: block;
        width: 100%;
    }
    #spotlight header nav.menu ul li {
        margin: 0 auto;
        width: 60%;
    }
    #spotlight header nav.menu ul li a{
        color: #fff  !important;
    }
    #spotlight header span.icon small{
        background: url ('../images/menu.png')
    }
    #team section.team-container div.middle-content div.team-card div.top {
        height: 230px;
    }
    #gallery section.gallery-container div.middle div.card {
        width: 34%;
    }
    #gallery section.gallery-container div.bottom-gallery a.button {
        padding: 16px 20px;
    }
    footer section.top-cards div.card div.link-box {
        margin-top: 20px;
    }
@media all and (max-width:980PX){
    #spotlight div.innerspotlight div.content p {
        margin: 20px 0;
    }
    #spotlight div.innerspotlight div.content ul li h5 {
        font-size: 15px;
    }
    #spotlight header svg {
        right: 36px;
    }
    #gallery {
        padding: 60px 0;
    }
    #about {
        padding: 60px 0;
    }
    #treatment {
        padding: 60px 0;
    }
    #service {
        padding: 60px 0;
    }
    #team {
        padding: 60px 0;
    }
    #team section.team-container div.middle-content div.team-card div.top img {
        width: 100%;
    }
    #team section.team-container div.middle-content div.team-card {
        width: 28%;
    }
    #team section.team-container div.middle-content div.team-card:nth-child(n + 4) {
        margin-top: 30px;
    }
    #team section.team-container div.top-content {
        margin-bottom: 50px;
    }
    #contact div.map iframe {
        height: 322px;
    }
    #service section.service-content div.bottom-content div.cards {
        width: 32%;
    }
    #service section.service-content div.bottom-content div.cards:nth-child(n + 4) {
        margin-top: 30px;
    }
    #about section.content-container div.bottom-container {
        width: 100%;
    }
    #spotlight div.innerspotlight div.content h2 {
        font-size: 48px;
    }
    #spotlight div.innerspotlight div.form form {
        width: 90%;
        padding: 3%;
    }
    #spotlight div.innerspotlight div.content ul li {
        width: 17%;
    }
    #spotlight div.innerspotlight div.content ul li small {
        width: 80px;
        height: 80px;
    }
    #spotlight {
        padding: 12% 0 6%;
    }
    #logo a {
        width: 90px;
    }
    footer section.top-cards div.card div.bottom {
        margin-top: 16px;
        width: 100%;
    }
    footer section.top-cards div.first {
        width: 30%;
    }
    footer section.top-cards div.middle {
        width: 30%;
    }
    footer section.top-cards div.second {
        width: 37%;
    }
    #top {
        width: 50px;
        height: 50px;
    }
    footer section.top-cards div.card div.bottom a {
        margin-top: 10px;
    }
    footer section.top-cards div.card div.bottom p {
        margin-bottom: 11px;
    }
    footer section.top-cards div.card div.link-box {
        margin-top: 40px;
    }
    footer {
        padding-top: 50px;
    }
    footer section.top-cards div.second {

        width: 50%;
    
    }
    footer section.top-cards div.middle {

        width: 15%;
    
    }
}
@media all and (max-width:840PX){
    #spotlight div.innerspotlight div.content ul li {
        width: 46%;
    }
    #spotlight div.innerspotlight div.content ul li {
        margin-bottom: 5px; 
    }
    #spotlight header svg {
        right: 25px;
    }
    #spotlight header nav.menu {
        width: 34%;
    }
    #spotlight div.innerspotlight div.form form p.heading {
        margin-bottom: 5px;
        font-size: 24px;
    }
    #spotlight div.innerspotlight div.content h2 {
        font-size: 45px;
    }
    #counter {
        padding: 60px 0;
    }
    #counter div.content-box div.counter-box h5 {
        margin: 8px 0;
        font-size: 50px;
    }
    #counter div.content-box div.counter-box svg {
        font-size: 35px;
    }
    #spotlight div.innerspotlight div.contentwraper {
        width: 100%;
    }
    #spotlight div.innerspotlight div.content {
        padding-top: 50px;
    }
    #spotlight div.innerspotlight div.form {
        width: 100%;
    }
    #spotlight div.innerspotlight div.form form {
        width: 99%;
        padding: 9%;
    }
    #spotlight div.innerspotlight div.form {
        margin-top: 40px;
    }
    #gallery section.gallery-container div.middle div.card {
        width: 49%;
    }
    #gallery section.gallery-container div.middle div.top-image a img {
        width: 100%;
    }
    #gallery section.gallery-container div.top {
        margin-bottom: 30px;
    }
    #gallery section.gallery-container div.top h6 {
        margin-bottom: 0; 
    }
    #gallery section.gallery-container div.bottom-gallery a.button {
        padding: 12px 15px;
    }
    #gallery section.gallery-container div.bottom-gallery {
        margin-top: 30px;
    }
    #service section.service-content div.bottom-content div.cards {
        width: 48%;
    }
    #service section.service-content div.bottom-content div.cards:nth-child(n + 3) {
        margin-top: 30px;
    }
    #service section.service-content div.top-container {
        margin-bottom: 30px;
    }
    #team section.team-container div.middle-content div.team-card {
        width: 40%;
    }
    #team section.team-container div.middle-content div.team-card:nth-child(n + 3) {
        margin-top: 30px;
    }
    #team section.team-container div.middle-content div.team-card div.top {
        height: 300px;
    }
    #team section.team-container div.top-content {
        margin-bottom: 40px;
    }
    #team section.team-container div.middle-content div.team-card div.bottom h6 {
        font-size: 25px;
    }
    #treatment div.content-container a.button {
        padding: 10px;
    }
    #counter,#about,#gallery,#policy,#service,#team,#treatment {
        padding: 50px 0;
    }
    footer section.top-cards div.first {
        width: 54%;
    }
    footer section.top-cards div.middle {
        width: 34%;
    }
    footer section.top-cards div.second {
        width: 25%;
    }
    footer section.top-cards div.card div.link-box {
        margin-top: 10px;
    }
    footer section.top-cards div.card div.link-box a {
        padding: 6px 12px;
    }
    footer section.top-cards div.card div.bottom a {
        margin-top: 13px;
    }
    footer section.top-cards div.card div.middle b.size {
        margin: 12px 0;
    }
    footer section.top-cards div.first {
        width: 84%;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 90%;
    }
    footer section.top-cards div.card div.top {
        margin-right: 20px;
    }
    footer section.top-cards div.second {

        width: 60%;
    
    }
}
@media all and (max-width:768PX){
    #spotlight header nav.menu {
        width: 32%;
    }
    #spotlight div.innerspotlight div.form form p.heading {
        margin-bottom: 20px;
        font-size: 26px;
    }
    #spotlight div.innerspotlight div.form form {
        padding: 6% 9%;
    }
    #spotlight header svg {
        position: absolute;
        right: 20px;
    }
    #team section.team-container div.middle-content div.team-card div.top {
        height: 275px;
    }
    #about section.content-container div.top-container {
        margin-bottom: 20px;
    }
    #logo a {
        width: 90px;
    }
    #counter {
        padding: 50px 0;
    }
    #counter div.content-box div.counter-box h5 {
        font-size: 42px;
    }
    #counter div.content-box div.counter-box svg {
        font-size: 30px;
    }
    #counter div.content-box div.counter-box h6 {
        font-size: 16px;
    }
    #about section.content-container div.top-container h3 {
        font-size: 31px;
    }
    #gallery section.gallery-container div.top h3 {
        font-size: 31px;
    }
    #gallery section.gallery-container div.bottom-gallery a.button {
        padding: 9px 11px;
    }
    #policy div.content-box h3 {
        font-size: 31px;
    }
    #service section.service-content div.top-container h3 {
        font-size: 31px;
    }
    #service section.service-content div.bottom-content div.cards h5 {
        font-size: 20px;
    }
    #team section.team-container div.top-content h3 {
        font-size: 31px;
    }
    #team section.team-container div.middle-content div.team-card div.bottom h6 {
        font-size: 21px;
    }
    #team section.team-container div.middle-content div.team-card div.bottom p {
        font-size: 15px;
    }
    #team section.team-container div.bottom-content a.button {
        padding: 12px 35px
    }
    #treatment div.content-container h3 {
        font-size: 31px;
    }
    #contact div.card-box div.contact-card {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    #contact div.card-box div.contact-card:nth-child(-n+3) {
        border-bottom: 1px solid #aa9292;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    footer {
        padding-top: 40px;
    }
    footer section.top-cards div.card div.link-box a {
        padding: 4px 7px;
    }
    footer section.top-cards div.card div.bottom p {
        margin-bottom: 10px;
    }
    footer section.top-cards div.card div.top h6 {
        font-size: 19px;
    }
    footer section.bottom-card {
        margin-top: 15px;
    }
}
@media all and (max-width:720PX){
    #spotlight header nav.menu {
        width: 35%;
    }
    #spotlight header svg {
        position: absolute;
        right: 22px;    
    }
    #logo a {
        width: 90px;
    }
    #spotlight div.innerspotlight div.content h2 {
        font-size: 42px;
    }
    #team section.team-container div.middle-content div.team-card div.top {
        height: 260px;
    }
    #team section.team-container div.bottom-content {
        margin-top: 20px;
    }
    #spotlight div.innerspotlight div.content ul li small {
        width: 70px;
        height: 70px;
    }
    #spotlight div.innerspotlight div.content {
        padding-top: 35px;
    }
    #spotlight div.innerspotlight div.content p {
        margin: 12px 0;
    }
    #counter,#about,#gallery,#policy,#service,#team,#treatment {
        padding: 40px 0;
    }
    footer section.top-cards div.card div.bottom p {
        margin-bottom: 8px;
        font-size: 15px;
    }
    footer section.top-cards div.card span.icon svg {
        font-size: 14px;
    }
    footer section.top-cards div.card div.bottom a {
        margin-top: 10px;
        font-size: 15px;
    }
    footer section.top-cards div.card div.middle b {
        font-size: 15px;
    }
    footer section.top-cards div.card div.top h6 {
        font-size: 17px;
    }   
    #top {
        width: 40px;
        height: 40px;
        line-height: 47px;
    }  
    footer section.top-cards div.card div.link-box a {
        padding: 2px 2px;
    }
}
@media all and (max-width:640PX){
    #spotlight header nav.menu {
        width: 40%;
    }
    #spotlight header svg {
        position: absolute;
        right: 25px;
    }
    #logo a {
        width: 80px;
    }
    #spotlight div.innerspotlight div.content h2 {
        font-size: 37px;
    }
    #counter div.content-box div.counter-box h5 {
        font-size: 28px;
    }
    #counter div.content-box div.counter-box h6 {
        font-size: 15px;
        font-weight: 300;
    }
    #about section.content-container div.top-container h3 {
        font-size: 26px;
    }
    #gallery section.gallery-container div.top h3 {
        font-size: 26px;
    }
    #policy div.content-box h3 {
        font-size: 26px;
    }
    #service section.service-content div.top-container h3 {
        font-size: 26px;
    }
    #team section.team-container div.top-content h3 {
        font-size: 26px;
    }
    #team section.team-container div.middle-content div.team-card div.top {
       height: 220px;
    }
    #treatment div.content-container h3 {
        font-size: 26px;
    } 
    #contact div.card-box div.contact-card b {
        font-size: 15px;
    } 
    footer section.top-cards {
        flex-wrap: wrap;
    }
    footer section.top-cards div.card:nth-child( n + 2 ){
        margin-top: 30px;
    }
    footer section.top-cards div.middle {
        width: 20%;
    }
    footer section.top-cards div.first {
        width: 84%;
        margin: 0 -8px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    footer section.top-cards div.first div.bottom{
        margin-top: 0;
        margin-left: 30px; 
    }
    footer section.top-cards div.second {
        width: 65%;
    }
    footer section.top-cards div.card div.top a.thumb {
        width: 70px;
    }
    footer section.top-cards div.card div.bottom a {
        margin-top: 1px;
    }
    footer section.top-cards div.card div.middle b.size {
        margin: 4px 0;
    }
    footer section.top-cards div.middle {
        width: 20%;
        margin: 0 auto;
    }
    footer section.top-cards div.card div.link-box {
        margin-top: 30px;
    }
    footer section.top-cards div.card div.bottom {
        margin-top: 3px;
    }
}
@media all and (max-width:480PX){
    footer section.bottom-card p {
        font-size: 14px;
    }
    #spotlight header svg {
        position: absolute;
        right: 25px;
    }
    #spotlight header nav.menu {
        width: 47%;
    }
    #spotlight div.innerspotlight div.form form p input {
        line-height: 35px;
        margin-bottom: 9px;
    }
    #logo a {
        width: 75px;
    }
    #spotlight div.innerspotlight div.content {
        padding-top: 40px;
    }
    #spotlight div.innerspotlight div.content h2 {
        font-size: 28px;
    }
    #spotlight div.innerspotlight div.content ul li small {
        width: 60px;
        height: 60px;
    }
    #spotlight div.innerspotlight div.form {
        margin-top: 22px;
    }
    #spotlight div.innerspotlight div.form form p.heading {
        font-size: 20px;
    }
    #counter,#about,#gallery,#policy,#service,#team,#treatment {
        padding: 30px 0;
    }
    #team section.team-container div.middle-content div.team-card {
        width: 73%;
    }
    #team section.team-container div.middle-content div.team-card div.top {
        height: 290px;
        margin-top: 10px;
    }
    #team section.team-container div.middle-content div.team-card:nth-child(n + 3) {
        margin-top: 15px;
    }
    #team section.team-container div.middle-content div.team-card {
        border-bottom: 1px solid #fff;
    }
    #team section.team-container div.middle-content div.team-card:last-child{
        border-bottom: 0;
    }
    #about section.content-container div.top-container h6 {
        margin-bottom: 3px;
    }
    #about section.content-container div.top-container h3 {
        font-size: 21px;
    }
    #gallery section.gallery-container div.top h3 {
        font-size: 21px;
    }
    #policy div.content-box h3 {
        font-size: 21px;
    }
    #service section.service-content div.top-container h3 {
        font-size: 21px;
    }
    #team section.team-container div.top-content h3 {
        font-size: 21px;
    }
    #team section.team-container div.top-content {
        margin-bottom: 10px;
    }
    #team section.team-container div.bottom-content a.button {
        padding: 7px 19px;
    }
    #treatment div.content-container h3 {
        font-size: 21px;
    }
    #treatment div.content-container a.button {
        padding: 5px;
        font-weight: 300;
    }
    #contact div.map iframe {
        height: 233px;
    }
    #contact div.card-box {
        padding: 15px;
        width: 100%;
        text-align: center;
        display: block;
    }
    #contact div.card-box div.contact-card {
        border-bottom: 1px solid #aa9292;
        margin-bottom: 11px;
    }
    #contact div.card-box div.contact-card:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
    #gallery section.gallery-container div.middle div.card {
        width: 100%;
    }
    #gallery section.gallery-container div.middle div.card:nth-child(n + 2) {
        margin-top: 0;
    }
    #gallery section.gallery-container div.top h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #gallery section.gallery-container div.top {
        margin-bottom: 21px;
    }
    #gallery section.gallery-container div.middle div.top-image {
        margin-bottom: 10px;
    }
    #gallery section.gallery-container div.bottom-gallery a.button {
        padding: 6px 4px;
    }
    #about section.content-container div.top-container h6 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    #service section.service-content div.top-container h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #team section.team-container div.top-content h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #service section.service-content div.bottom-content div.cards h5 {
        font-size: 17px;
    }
    #team section.team-container div.middle-content div.team-card div.bottom h6 {
        font-size: 17px;
    }
    #treatment div.content-container p {
        margin: 11px 0;
    }
    #top {
        line-height: 43px;
        width: 40px;
        height: 40px;       
    }
    #spotlight div.innerspotlight div.content ul li h5 {
        font-size: 14px;
    }
    footer section.top-cards div.card div.link-box {
        margin-top: 7px;
    }
    footer section.top-cards div.card:nth-child( n + 2 ){
        margin-top: 30px;
    }
    footer section.top-cards div.card div.top h6 {
        font-size: 15px;
    }
    footer section.top-cards div.card div.bottom a {
        margin-top: 10px;
    }   
    footer section.top-cards div.card div.top a.thumb {   
        display: none;
    } 
}
@media all and (max-width:420PX){
    footer section.top-cards div.middle {
        width: 31%;
    }
    footer section.top-cards div.second {
        width: 48%;
    }
    footer section.bottom-card p {
        text-align: center;
    }
    #counter div.content-box {
        flex-wrap: wrap;
    }
    #counter div.content-box div.counter-box {
        width: 50%;
    }
    #counter div.content-box div.counter-box:nth-child(n + 3){
        margin-top: 25px;
    }
    #counter div.content-box div.counter-box h5 {
        margin: 10px 0 4px;
    }
    #service section.service-content div.bottom-content div.cards {
        width: 100%;
    }
    #service section.service-content div.bottom-content div.cards:nth-child(n + 2){
        margin-top: 20px;
    }
    #team section.team-container div.middle-content div.team-card div.top {
        height: 260px;
    }
    #contact div.card-box div.contact-card h5 {
        margin-bottom: 6px;
        font-size: 16px;
        font-weight: 600;
    }
    #spotlight div.innerspotlight div.form form p.heading {
        font-size: 18px;
    }
    #spotlight div.innerspotlight div.form form p input {
        line-height: 35px;
        margin-bottom: 9px;
    }
    #gallery section.gallery-container div.bottom-gallery a.button svg {
        margin-left: 8px;
    }
    #spotlight div.innerspotlight div.content ul li:nth-child(n+3){
        margin-top: 20px;
    }
    #spotlight div.innerspotlight div.content ul {
        margin-top: 9px; 
        width: 100%;       
    }
    #spotlight div.innerspotlight div.content ul li small {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    #spotlight div.innerspotlight div.content ul li h5 {
        font-size: 14px;
        text-align: center;
    }
    #spotlight div.innerspotlight div.content ul {
        width: 100%;       
    }
    #spotlight div.innerspotlight div.content ul li {
        width: 49%;
    }
    footer section.top-cards div.card div.top a.thumb {
        width: 40px;
    }
    footer section.top-cards div.middle {
        width: 30%;
    }
    footer section.top-cards div.card div.link-box a {
        padding: 0;
    }
    footer section.bottom-card {
        display: block;
    }
    #service section.service-content div.bottom-content div.cards:nth-child(n + 2){
        padding-bottom: 20px;
    }
    footer section.top-cards {
        padding-bottom: 15px;
    }    
}
@media all and (max-width:360PX){
    footer section.top-cards div.card div.top {
        margin-right: 0px;
    }
    footer section.top-cards div.card div.bottom a {
        font-size: 14px;
    }
    footer section.top-cards div.card div.middle b {
        font-size: 14px;
    }
    #logo a {
        width: 60px;
    }
    #spotlight div.innerspotlight div.content h2 {
        font-size: 23px;
    }
    #spotlight div.innerspotlight div.content p {
        margin: 7px 0;
        font-size: 14px;
    }
    #spotlight div.innerspotlight div.content ul li small {
        width: 50px;
        height: 50px;
    }
    #spotlight div.innerspotlight div.content ul li small svg {
        font-size: 26px;
    }
    #policy div.content-box p {
        margin-top: 10px;
        font-size: 15px;
    }
    #service section.service-content div.top-container h3 {
        margin-bottom: 8px;
    }
    #team section.team-container div.middle-content div.team-card div.top {
        height: 224px;
    }
    #about section.content-container div.bottom-container p {
        text-align: center;
        font-size: 15px;
    }
    #about section.content-container div.top-container {
        margin-bottom: 20px;
    }
    #counter,#about,#gallery,#policy,#service,#team,#treatment {
        padding: 25px 0;
    }
    #spotlight div.innerspotlight div.content ul li {
        width: 49%;
    }
    #spotlight div.innerspotlight div.content ul {
        margin-top: 9px;       
    }
    #spotlight div.innerspotlight div.content ul li small {
        width: 50px;
        height: 50px;
    }
    #spotlight div.innerspotlight div.content ul li h5 {
        font-size: 14px;
    }
    #counter div.content-box div.counter-box h5 {
        font-size: 23px;
    }
    #counter div.content-box div.counter-box svg {
        font-size: 24px;
    }
    #counter div.content-box div.counter-box h5 {
        margin: 4px 0;
    }
    #gallery section.gallery-container div.middle div.card:nth-child(n + 2) {
        margin-top: 0;
    }
    #gallery section.gallery-container div.bottom-gallery {
        margin-top: 8px;
    }
    #service section.service-content div.top-container {
        margin-bottom: 15px;
    }
    #team section.team-container div.top-content h3 {
        margin-bottom: 8px;
    }
    #top {
        line-height: 32px;
        width: 30px;
        height: 30px;
    }
    #top svg {
        font-size: 18px;
    }
    #contact div.map iframe {
        height: 160px;
    }
    footer section.top-cards div.first {
        width: 100%;
    }   
    footer section.top-cards div.second {
        width: 54%;
    }
    footer {
        padding-top: 22px;
    }
    footer section.top-cards div.middle {
        width: 25%;
    }
    #service section.service-content div.bottom-content div.cards:nth-child(n+2) {
        padding-bottom: 0px;
    }
    #spotlight header nav.menu {
        width: 55%;
    }
    #spotlight header svg{
        position: absolute;
        right: 30px;
    }
    footer section.top-cards div.first div.bottom {
        margin-left: 20px;
    }
    footer section.top-cards div.card div.top {
        margin-right: 0px;
    }
@media all and (max-width:320PX){
    footer section.top-cards div.first div.bottom {
        margin-left: 12px;
    }
   #team section.team-container div.middle-content div.team-card div.top {
        height: 200px;
    }
    #team section.team-container div.top-content p {
        font-size: 15px;
    } 
    #contact div.card-box div.contact-card h5 {
        margin-bottom: 2px;
        font-size: 15px;
        font-weight: 500;
    }
    #contact div.card-box div.contact-card b {
        font-size: 14px;
    }
    #top {
        line-height: 32px;
        width: 30px;
        height: 30px;
    }
    #top svg {
        font-size: 18px;
    }
    #contact div.map iframe {
        height: 130px;
    }
    #service section.service-content div.bottom-content div.cards h5 {
        font-size: 16px;
    }
    footer section.top-cards div.middle {
        width: 27%;
    }
    footer section.top-cards div.second {
        width: 59%;
    }
    footer section.top-cards div.card div.top h6 {
        font-size: 14px;
    }
}
 /*responsive end*/
