@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('fonts/Proxima Nova Bold.eot');
  src: local('☺'), url('../fonts/Proxima Nova Bold.woff') format('woff'), url('../fonts/Proxima Nova Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}@font-face {

    font-family: 'Proxima Nova Regular It';
    src: url('../fonts/RegularIt.eot');
    src: url('../fonts/RegularIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RegularIt.woff2') format('woff2'),
    url('../fonts/RegularIt.woff') format('woff'),
    url('../fonts/RegularIt.svg#a RegularIt') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/Regular.eot');
    src: url('../fonts/Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Regular.woff2') format('woff2'),
    url('../fonts/Regular.woff') format('woff'),
    url('../fonts/Regular.svg#a Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/LightIt.eot');
    src: url('../fonts/LightIt.eot?#iefix') format('embedded-opentype'),
    url('a LightIt.woff2') format('woff2'),
    url('a LightIt.woff') format('woff'),
    url('a LightIt.svg#a LightIt') format('svg');
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova light italic';
    src: url('../fonts/Light.eot');
    src: url('../fonts/Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Light.woff2') format('woff2'),
    url('../fonts/Light.woff') format('woff'),
    url('../fonts/Light.svg#a Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
     font-family: 'Proxima Nova Semibold italic';
    src: url('../fonts/SemiboldIt.eot');
    src: url('../fonts/SemiboldIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SemiboldIt.woff2') format('woff2'),
    url('../fonts/SemiboldIt.woff') format('woff'),
    url('../fonts/SemiboldIt.svg#a SemiboldIt') format('svg');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/Semibold.eot');
    src: url('../fonts/Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Semibold.woff2') format('woff2'),
    url('../fonts/Semibold.woff') format('woff'),
    url('../fonts/Semibold.svg#a Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


body{
  font-size: 16px;
  font-family: 'Proxima Nova Regular';
  padding: 0;
  margin: 0;
  color: #333333;
}

.container{
  max-width: 1420px;
}



h1{
  font-size: 43px;
  font-family: 'Proxima Nova Bold';
  color: #333333;
}
h1 span{
  font-family: 'Proxima Nova light italic';
}
h2{
  font-family: 'Proxima Nova Bold';
  color: #333333;
  font-size: 32px;
}
h4{
  color: #333333;
  font-family: 'Proxima Nova Bold';
  font-size: 20px;
}
h5{
  color: #333333;
  font-family: 'Proxima Nova Bold';
  font-size: 16px;
  margin: 0;
}
p{
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  font-family: 'Proxima Nova Regular';
}

img{
  max-width: 100%;
}



.pl_0{
  padding-left: 0;
}
.pr_0{
  padding-right: 0;
}
.pt_0{
  padding-top: 0px;
}
.pb_0{
  padding-bottom: 0px;
}
.pt_60{
  padding-top: 60px;
}
.pb_60{
  padding-bottom: 60px;
}
.pt_100{
  padding-top: 100px;
}
.pb_100{
  padding-bottom: 100px;
}
.pt_115{
  padding-top: 115px;
}
.pb_115{
  padding-bottom: 115px;
}

.pt_140{
  padding-top: 140px;
}
.pb_140{
  padding-bottom: 140px;
}

p:last-child {
    margin-bottom: 0rem;
}

.common_button{
  width: 156px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: 'Proxima Nova Semibold';
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  display: block;
  background: #0076d6;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.common_button_green{
  width: 156px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: 'Proxima Nova Semibold';
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  display: block;
  background: #9edaa9;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.common_button:hover, .common_button_green:hover{
  background: #333;
  color: #fff;
}

.appointment-btn img{
  margin-right: 10px;
}
.appointment-btn {
  margin-left: 20px;
  background: #0076d6;
  color: #fff;
  border-radius: 12px;
  padding: 0;
  width: 210px;
  height: 47px;
  line-height: 47px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
	font-weight:bold;
  display: inline-block;
  text-align: center;
}
.appointment-btn img{
  filter: brightness(20000%);
}
.appointment-btn:hover {
  background: #333;
  color: #fff;
}
.transparent_button{
  background: transparent;
  border: 1px solid #c2c9cc;
  color: #4a4a4a;
}
.transparent_button img{
  filter: brightness(000%);
}
.transparent_button:hover{
  background: #0076d6;
  color: #fff;
  border-color: #0076d6;
}
.transparent_button:hover img{
  filter: brightness(2000%);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0f3955;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 0px;
  /*box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
  height: 80px;
  border-bottom: 5px solid #9ec2da;
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 60px;
}

/**
* Appointment Button *
*/


@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  width: 63%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Proxima Nova Semibold';
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 12px;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #1977cc;
  border-color: #1977cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1977cc;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
/*  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }*/
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;

  background: url("../img/hero-bg.jpg") top center;
  background-size: cover !important;
  background-position: bottom -80px center !important;
  margin-bottom: -120px;
  /*margin-top: 80px;*/
  padding: 0;
  padding: 200px 0;
}

#hero .container {
  position: relative;
}
#hero p{
  margin: 20px 0 30px 0;
}

.right-wrap{
  border: 7px solid #3e576c;
  padding: 10px;
  max-width: 590px;
  float: right;
}

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

.form-container{
  width: 80%;
}

.form-title{
  border-bottom: 1px solid #828282;
  font-weight: bold;
  padding: 10px 0;
  font-family: "Arial", sans-serif;
}

.img-container{
  vertical-align: top;
  width: 18%;
  text-align: center;
}

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

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .right-wrap{
    float: none;
    margin: auto;
    margin-top: 50px;
  }
}

@media (max-height: 600px) {
  .right-wrap{
    max-width: 455px;
  }
  .form-container{
    width: 100%;
  }
  .img-container{
    display: none;
  }
}




/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us{
  padding: 10px 0;
}
.icon-boxes .row{
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
}
.icon-boxes a{
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  padding: 80px 30px;
  width: 100%;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  cursor: unset;
}
/*.icon-boxes a h4, .icon-boxes a p, .icon-boxes a img{
  transition: all .2s ease;
  -webkit-transition: all .2s ease
} */
/*.icon-boxes a:hover{
  background: #0076d6;
}*/
.icon-boxes a h4{
  margin: 10px 0;
}
/*.icon-boxes a:hover img{
  filter: brightness(20000%);
}
.icon-boxes a:hover h4, .icon-boxes a:hover p{
  color: #fff;
}
*/






/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin-bottom: 20px;
  margin-top: 0;
}



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0px 0 0px;
}

.counts .count-box {
  padding: 40px 30px 40px 30px;
  width: 100%;
  position: relative;
  text-align: center;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.count_wrap {
    display: flex;
    justify-content: center;
}
.count_wrap p{
  color: #0076d6;
  font-size: 22px !important;
  font-family: 'Proxima Nova Regular';
}
.counts .count-box span {
    font-size: 60px;
    display: block;
    font-family: 'Proxima Nova Bold';
    color: #333333;
}

.counts_box:nth-of-type(4), .counts_box:nth-of-type(1) {
  background: #f6f9fa;
}
.counts ul{
  padding: 0;
  margin: 0px 0 30px;
}
.counts h2{
  margin-bottom: 20px
}
.counts ul li{
  font-size: 16px;
  color: #333333;
  font-family: 'Proxima Nova Bold';
  list-style: none;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.counts ul li img{
  margin-right: 15px;
}
.post-box h4{
  margin: 20px 0;
}
.post-box p{
  padding: 0 12%;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  background: #f6f9fa;
}
.testimonials .testimonial-wrap {
  padding-left: 0px;
}

.testimonials .testimonial-item .testimonials_content {
  box-sizing: content-box;
  padding: 44px 10% 44px 10%;
  margin: 30px 15px;
 /* min-height: 200px;*/
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.testimonials .testimonial-item .testimonials_content:after {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 34px solid #fff;
}
.testimonials .testimonial-item .testimonials_content:before {
    position: absolute;
    left: 0;
    top: 94%;
    right: 0;
    content: "";
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: transparent;
    transform: rotate(45deg);
    box-shadow: 0px 2px 12px rgb(44 73 100 / 8%);
    z-index: -1;
}

.author{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 114px;
  border-radius: 50%;
  border: 4px solid #0076d6;
  margin-bottom: 15px;
}


.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  color: #656565;
  text-align: center;
}
.testimonials .testimonial-item .author p{
  font-size: 14px;
  margin: 0;

}
.testimonials_content img{
  display: block;
  margin: 0 auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1977cc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}















/*our Services*/
.service_wrap{
  align-items: stretch;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.pointer{
  font-size: 50px;
  color: #e0e0e0;
  font-family: 'Proxima Nova Bold';
}
.icon-box{
  position: relative;
}
.shape_1 {
    position: absolute;
    width: 512px;
    left: 0;
    top: -95px;
    max-width: unset;
}
.shape_2 {
    position: absolute;
    width: 512px;
    right: 75%;
    top: -138px;
    max-width: unset;
    transform: rotate(4deg);
}
/*.shape_3{
  position: absolute;
  width: 512px;
  right: 75%;
  top: -138px;
  max-width: unset;
  transform: rotate(180deg);
}*/
.shape_3 {
    position: absolute;
    width: 497px;
    left: 0;
    bottom: -121px;
    max-width: unset;
    transform: rotate(180deg);
    z-index: -1;
}

.shape_4 {
    position: absolute;
    width: 425px;
    right: 33%;
    bottom: -117px;
    max-width: unset;
    transform: rotate(172deg);
    z-index: -1;
}






.newsletter_section{
  background: #0076d6;
}
.newsletter_section h4, .newsletter_section p{
  color: #fff;
}










/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #8b8b8b;
  font-size: 14px;
  background: #333333;
}

#footer .footer-top {
  padding: 115px 0 30px 0;
  background: #333333;
  border-bottom: 1px solid #525252
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #c4c4c4;
}
.footer-contact img{
  margin-bottom: 20px;
}
.social-links{
  margin-top: 20px;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #c5c5c5;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  color: #c5c5c5;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #c5c5c5;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter form{
  margin-top: 24px;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 15px 8px;
    width: 100%;
    border: 1px solid #525252;
    background: transparent;
    border-radius: 12px;
    color: #9d9d9d;
}

#footer .footer-newsletter form input[type="submit"] {
    border: 0;
    background: #0076d6;
    color: #fff;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    padding: 12px 0;
    border-radius: 12px;
    transition: 0.3s;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}


.footer-links{
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle_content{
  padding: 0 22%;
  border-left: 1px solid #525252;
  border-right: 1px solid #525252;
}


.innnerBanner {
    text-align: center;
    padding-top: 140px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.testBanner {
    padding: 140px 0 60px;
}
.team_section {
    background-color: #eef2fe;
}
.serviceDark h2, .serviceDark p {
    color: #fff;
}
.team_section .section-title, .contactUs .section-title {
    margin-bottom: 25px;
}
.post-box {
    width: 100%;
}
.form-group {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-group-left, .form-group-right {
    width: 48.5%;
}
.form-group input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c2c9cc;
    border-radius: 12px;
    text-indent: 15px;
}
.form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #c2c9cc;
    border-radius: 12px;
    text-indent: 15px;
}
.iconBox a {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 5%);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
    box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 5%);
    width: 92%;
    height: 100%;
    text-align: center;
    background: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
padding: 70px 20px;
}
.iconRow .row {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 0%);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
    box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 0%);
}
.iconBox h4 {
    margin: 20px 0 10px;
}
.iconBox img {
    width: 40px;
}
/*.icon-boxes .row {
    z-index: 9;
}
.home-slider .swiper-slide {
    display: flex;
    background-size: cover !important;
    background-position: bottom -80px center !important;
    align-items: center;
    flex-flow: wrap;
}
.home-slider .swiper-pagination {
    bottom: 50px;
}*/
.benefitSlider .swiper-wrapper {
    align-items: center;
}
.benefitSlider{
    background: #f6f9fa;
    margin-bottom: 60px;
    position: relative;
}
.benefitSlider .swiper-pagination {
    transform: rotate(
90deg
 );
    bottom: 48%;
    left: -47.5%;
}

.benefitSlider .swiper-button-next, .benefitSlider .swiper-button-prev {
    width: auto !important;
    left: 2% !important;
    right: unset !important;
}

.benefitSlider .swiper-pagination-bullet {
    margin: 0 15px !important;
}
.benefitSlider .swiper-button-prev {
    transform: rotate(
90deg
 );
    top: 33.33%;
}
.benefitSlider .swiper-button-next {
    top: 66.66%;
    transform: rotate(
90deg
 );
}
.imgWrap {
    text-align: center;
}
.sideBar {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 5%);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
    box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 5%);
    padding: 20px;
}



.page-template-test #hero {
    margin-bottom: 0px;
}

.testBanner h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.breadcrumb {
    padding: 0 0 40px;
    margin: 0;
}
.testWrap img {
    height: auto;
}

#crumbs a {
    color: #000;
    font-weight: bold;
}
#crumbs {
    width: 100%;
    background-color: #eff2f4;
    padding: 10px;
    color: #000;
    border: 1px solid #e0e0e0;
}
span.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7 .ajax-loader {
    margin: 0 auto !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px !important;
    text-align: center;
}

div#wpcf7-f498-o2 br {
    display: none;
}



.form{
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
}

span.blue{
color: #0076D6;

}

.col-12.mine {
    margin-bottom: 20px;
}

.col-6.mine {
    margin-bottom: 25px;
	width: 60%;
}

.sideBar{
padding: 40px;
background: #fff;
background-image: url('../images/Mask-Group-1.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.sideBar img{
margin-bottom: 40px;
width: 40%;
}

.sidebar-p{
	line-height: 1.8em;
	font-size: 18px;
}

.table-res table {
	width: 100%;
	border-collapse: collapse;
	margin:50px auto;
  border-spacing: 3pt;
  border-radius: 15px;
}


.table-res th, td {
  border-bottom: 2px solid #EFF2F4;
}

.table-res th {
	background: #3498db;
	color: white;
	font-weight: bold;
}

.table-res td, th {
	padding: 25px 35px ;
	border: 1px solid #EFF2F4;
	font-size: 17px;
}

a.appointment-btn.mine {
    margin: 0;
	width: 100%;
}

p.cta-p {
    padding-top: 25px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
.sideBar{
 padding: 20px;
}

.col-lg-7.col-md-7 {
  width: 100%;
}

.col-12.mine1{
 width: 70%;
}

.col-lg-5.col-md-5{
  width: 100%;
}

.col-6.mine {
    width: 70%;
 }
.signup-div.col-6 {
    width: 70%;
}

.col-6.mine {
   margin-bottom: 20px;
}

    a.appointment-btn.mine {
    padding: 30px;
	display: flex;
    font-size: 15px;
    text-align: center;
    margin: auto;
    justify-content: center;
   }

   .sideBar img{
   margin-bottom: 20px;
   width: 40%;
  }

	.table-res img{
    width: 40%;
	margin: 0 !important;

	}
	.table-res table {
	  	width: 100%;
	}


	.table-res table, tbody, th, td, tr {
		display: block;
	}

	.table-res thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-res tr { border: 1px solid #ccc; }

	.table-res td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30px;
	}

	.table-res td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}

@media (min-width: 320px) and (max-width: 600px) {
  p.cta-p {
    width: 75%;
    line-height: 1.5rem;
}
}




.eapps-pricing-table{
                    position: relative;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    line-height: 1.2308;
    font-weight: 400;
    min-width: 320px;
    margin: 0 auto;
              }

                   .eapps-pricing-table{
                    box-sizing: border-box;
                   }
.eapps-pricing-table-toggle-container{
      margin: 0 auto 48px;
    display: flex;
    justify-content: center;
}
.eapps-pricing-table-columns-container{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.eapps-pricing-table-column{
  flex-grow: 1;
    flex-basis: 320px;
    background: #fff;
    min-width: 160px;
    max-width: 320px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    z-index: 1;
}
.eapps-pricing-table-column-head-mobile-inner{
      display: none;
    box-sizing: content-box;
}

.eapps-pricing-table-column-featured{
  margin-top: -20px !important;
    margin-bottom: -20px !important;
    z-index: 3;
    box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
}
.eapps-pricing-table-layout-grid .eapps-pricing-table-column{
      margin-left: 0;
    margin-right: 0;
}
.eapps-pricing-table-layout-grid .eapps-pricing-table-column.eapps-pricing-table-column-border-radius-16.eapps-pricing-table-column-featured{
      border-radius: 16px;
}
#eapps-pricing-table-1 .eapps-pricing-table-column-2{
  box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 6px 20px rgb(0 0 0 / 15%);
}

#eapps-pricing-table-1 .eapps-pricing-table-column-1{
  box-shadow: 0 0 0 1px rgb(0 0 0 / 5%);
}
.eapps-pricing-table-column-title-container{
  display: flex;
    justify-content: center;
}

.eapps-pricing-table-column-item{
      position: relative;
    margin: 32px 0;
    box-sizing: content-box;
}
.eapps-pricing-table-layout-grid .eapps-pricing-table-column.eapps-pricing-table-column-border-radius-16:first-child .eapps-pricing-table-column-item:first-child{
      border-radius: 16px 0 0 0;
}
.eapps-pricing-table-column-item{
      display: block;
    position: relative;
    margin: 32px 0;
    box-sizing: content-box;
}
.eapps-pricing-table-column-features-item{
 color: #17191a;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
}
#eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-features-item{
  font-size: 13px;
}
.eapps-pricing-table-column-features-item-inner{
      display: flex;
    padding: 8px 32px;
    align-items: flex-start;
}
.eapps-pricing-table-column-features-left .eapps-pricing-table-column-features-item-inner{
  text-align: left;
    justify-content: left;
}
.eapps-pricing-table-column-features-item-icon-container{
      width: 16px;
    height: 16px;
}
.eapps-pricing-table-column-features-item-icon-container + .eapps-pricing-table-column-features-item-text{
      margin-left: 8px;
}
.eapps-pricing-table-column-item{
      display: block;
    position: relative;
    margin: 32px 0;
    box-sizing: content-box;
}
.eapps-pricing-table-column-price-wrapper{
      font-weight: 400;
    color: #17191a;
}
.eapps-pricing-table-column-price-text{
      display: inline-block;
    line-height: 1.2;
}
#eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-price-text{
      font-size: 30px;
    font-weight: 400;
}
.eapps-pricing-table-column-price-currency{
      opacity: 0.7;
    font-weight: 400;
}
#eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-price-currency{
      font-size: 15px;
}
#eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-price-text{
      font-size: 30px;
    font-weight: 400
}
.eapps-pricing-table-column-price-fix-postfix{
      font-size: 15px;
}
.eapps-pricing-table-column-price-fix{
  opacity: 0.7;
}
.eapps-pricing-table-column-item{
  display: block;
    position: relative;
    margin: 32px 0;
    box-sizing: content-box;
}
.eapps-pricing-table-column-button-container{
      text-align: center;
}
.eapps-pricing-table-column-button{
      box-sizing: border-box;
    display: inline-block;
    align-items: center;
    justify-content: center;
    outline: none;
    color: #fff;
    background: #f0542e;
    min-width: 100px;
    max-width: 100%;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    transition: all 0.2s ease;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 4px;
    opacity: 1;
}
.eapps-pricing-table-column-button-type-outline{
  color: #1c91ff;
    border: 1px solid #1c91ff;
    background: transparent;
}
.eapps-pricing-table-column-button-size-large{
      height: 40px;
    line-height: 38px;
    padding: 0 40px;
    font-size: 17px;
}
#eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-button-type-outline{
      border-color: rgb(48, 117, 207);
    color: rgb(48, 117, 207);
}
.eapps-pricing-table-column-button-caption{
  color: #7f8588;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}
.eapps-pricing-table-column-button + .eapps-pricing-table-column-button-caption{
      margin-top: 12px;
}
.eapps-pricing-table-column-ribbon{
      background: #fff;
    color: #f0542e;
    position: absolute;
    display: block;
    top: 18px;
    right: -30px;
    width: 128px;
    padding: 9px 20px 8px;
    margin: 0;
    transform: rotate(
45deg
);
    height: 32px;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
#eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-ribbon{
  background-color: rgb(48, 117, 207);
    color: rgb(255, 255, 255);
}
.eapps-pricing-table-layout-grid .eapps-pricing-table-column.eapps-pricing-table-column-border-radius-16:first-child{
  border-radius: 16px 0 0 16px;
}
.eapps-pricing-table-layout-grid .eapps-pricing-table-column.eapps-pricing-table-column-border-radius-16:last-child{
  border-radius: 0 16px 16px 0;
}
.eapps-pricing-table-column-ribbon-container{
      position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
/*.eapps-pricing-table-columns-container{
  flex-direction: column;
    align-items: center;
}*/
.eapps-pricing-table-one-column.eapps-pricing-table-layout-grid .eapps-pricing-table-column.eapps-pricing-table-column-border-radius-16{
  border-radius: 16px !important;
}
.eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child{
  padding-top: 20px;
}
.list-row-price{
  display: flex;
  flex-flow: row wrap;
}
.price-icon svg{
  width: 16px;
  height: 16px;
}
.price-text-list{
  text-align: left;
  width: 90%;
  padding-left: 10px;
}

.price-custom-list{
  box-sizing: border-box;
  padding: 0 32px;
}
.list-row-price{
  padding: 8px 0;
}
.price-text-list{
  color: #17191a;
}



#eapps-pricing-table-1 .eapps-pricing-table-column-1 {









                        box-shadow: 0 0 0 1px rgba(0,0,0,.05);



        }









                #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-inner .eapps-pricing-table-column-title-text {



                        font-size: 24px;



                        font-weight: 400;

                }

















                #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-features-item {
                    font-size: 13px;
                }









                #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-price-wrapper {

                }

                #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-price-text {

                        font-size: 30px;



                        font-weight: 400;

                }

                #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-price-currency {

                        font-size: 15px;

                }






                    #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-button-type-outline {

                            border-color: rgb(48, 117, 207);
                            color: rgb(48, 117, 207);

                    }

                    #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-button-type-filled {

                            background: rgb(48, 117, 207);



                            color: rgb(255, 255, 255);

                    }










        #eapps-pricing-table-1 .eapps-pricing-table-column-2 {







                        box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 6px 20px rgba(0,0,0,.15);





        }









                #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-inner .eapps-pricing-table-column-title-text {



                        font-size: 24px;



                        font-weight: 400;

                }

















                #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-features-item {
                    font-size: 13px;
                }









                #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-price-wrapper {

                }

                #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-price-text {

                        font-size: 30px;



                        font-weight: 400;

                }

                #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-price-currency {

                        font-size: 15px;

                }






                    #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-button-type-outline {

                            border-color: rgb(48, 117, 207);
                            color: rgb(48, 117, 207);

                    }

                    #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-button-type-filled {

                            background: rgb(48, 117, 207);



                            color: rgb(255, 255, 255);

                    }









            #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-ribbon {

                    background-color: rgb(48, 117, 207);



                    color: rgb(255, 255, 255);

            }


        #eapps-pricing-table-1 .eapps-pricing-table-column-3 {









                        box-shadow: 0 0 0 1px rgba(0,0,0,.05);



        }









                #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-inner .eapps-pricing-table-column-title-text {



                        font-size: 24px;



                        font-weight: 400;

                }

















                #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-features-item {
                    font-size: 13px;
                }









                #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-price-wrapper {

                }

                #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-price-text {

                        font-size: 30px;



                        font-weight: 400;

                }

                #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-price-currency {

                        font-size: 15px;

                }






                    #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-button-type-outline {

                            border-color: rgb(48, 117, 207);
                            color: rgb(48, 117, 207);

                    }

                    #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-button-type-filled {

                            background: rgb(48, 117, 207);



                            color: rgb(255, 255, 255);

                    }
                    button[type="submit"].btn-get-started.common_button{
                      width: 100%;
                    }

#hero h3{
  font-size: 1.4rem;
}

.hero-btn{
  text-align: left;
}
.hero-btn a{
  display: inline-block;
  margin-right: 15px;
}
.hero-list ul li{
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.hero-list ul{
  padding-left: 0;
  margin-left: 0;
}
.hero-list ul li img{
  width: 85px;
}
.hero-list{
  margin-top: 30px;
}
.hero-list ul li:last-child img{
  width: 75px;
}
.hero-footer-text h6{
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}
#hero .hero-footer-text p{
  padding-top: 5px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.appointment-btn.white_button {
  background: #fff;
  color: #000;
}
.appointment-btn.white_button img{
  filter: inherit;
}
.footer-contact img{
  width: 240px;
}



//*accordian*//

.content

  border-radius: 3px
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375)
  padding: 30px

.panel-group
  margin-bottom: 0

  .panel
    border-radius: 0
    box-shadow: none

    .panel-heading
      padding: 0

      h4 a
        background: #f8f8f8
        display: block
        font-size: 12px
        font-weight: bold
        padding: 15px
        text-decoration: none
        transition: 0.15s all ease-in-out

        &:hover, &:not(.collapsed)
          background: #fff
          transition: 0.15s all ease-in-out

        &:not(.collapsed) i:before
          content: "\f068"

        i
          color: #999

    .panel-body
      padding-top: 0

    .panel-heading+.panel-collapse>.list-group,
    .panel-heading+.panel-collapse>.panel-body
      border-top: none

    + .panel
      border-top: none
      margin-top: 0
