@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&display=swap');
body {
  font-family: 'Nunito', sans-serif;
}
@media (max-width: 1300px) {
  body {
    line-height: 1;
  }
}
body, html {
  overflow-x: hidden;
}
h1, .featured_image_area .header-title .inner-sub-heading, .contact-row-main .contact-inner-row .contact-head-text h3 {
  font-size: 60px;
  line-height: 82px;
}
a {
  cursor: pointer !important;
}
a:hover {
  outline: none !important;
}
a:focus {
  outline: none !important;
}
p {
  color: #003c58;
  font-size: 16px;
  line-height: 24px;
 /* font-weight: 300; */
}
@media (max-width: 1400px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer_title {
  /*font-size: 20px;*/
  /*line-height: 25px;*/
  /*font-weight: 600;*/
  /*color: #003c58;*/
  /*margin-bottom: 28px;*/
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 192.59%;
    color: #003C58;

}
@media (max-width: 1400px) {
  .footer_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.btn, .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input {
  background-color: #00a8b0;
  color: #fff;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
  padding: 9px 45px 9px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
}
.btn:hover, .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input:hover {
  background-color: #fff;
  color: #003c58;
  transition: all 0.4s ease-in-out;
}
.btn:hover, .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input:hover {
  border: 2px solid #00a8b0 !important;
}
.btn:hover::before, .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input:hover::before {
  background-color: #2d2d2d;
  transition: all 0.4s ease-in-out;
}
.btn::before, .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input::before {
  content: "";
  position: absolute;
  -webkit-mask-size: 12px;
  mask-size: 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url(../images/arrow.svg);
  -webkit-mask-image: url(../images/arrow.svg);
  width: 18px;
  height: 8px;
  background-color: #fff;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
}
.featured_image_area {
  height: 400px;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 0px;
  position: relative;
}
@media (max-width: 1200px) {
  .featured_image_area {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .featured_image_area {
    height: 250px;
  }
}
.featured_image_area::before {
  position: absolute;
  content: '';
  background: #7bc4d5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0.75;
}
.featured_image_area .header-title {
  position: relative;
}
.featured_image_area .header-title .inner-sub-heading {
  color: #fff;
  margin-bottom: 31px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .featured_image_area .header-title .inner-sub-heading {
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 75px;
  }
}
@media (max-width: 1300px) {
  .featured_image_area .header-title .inner-sub-heading {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .featured_image_area .header-title .inner-sub-heading {
    font-size: 33px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.featured_image_area .header-title .inner-text {
  font-size: 20px;
  color: #fff;
  line-height: 23px;
}
@media (max-width: 1400px) {
  .featured_image_area .header-title .inner-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1300px) {
  .featured_image_area .header-title .inner-text {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 900px) {
  .featured_image_area .header-title .inner-text br {
    display: none;
  }
}
@media (max-width: 567px) {
  .featured_image_area .header-title .inner-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.time-table .day {
  font-size: 16px;
  line-height: 27px;
  color: #003c58;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .time-table .day {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.time-table .time {
  font-size: 16px;
  line-height: 27px;
  color: #003c58;
  font-weight: 400;
  padding-bottom: 0px;
}
@media (max-width: 1400px) {
  .time-table .time {
    font-size: 14px;
    line-height: 22px;
  }
}
.closed-on {
  margin-top: 23px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 25px;
  color: #003c58;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .closed-on {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.footer_first {
  background: #fbfbfb;
  border-top: 1px solid #e7e8eb;
  padding-top: 90px;
  padding-bottom: 27px;
  float: left;
  width: 100%;
}


@media (max-width: 1400px) {
  .footer_first {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .footer_first .wrap .footer_in_first .footer-logo img{margin: 0 2px;}
}
@media (max-width: 1200px) {
  .footer_first {
    padding-top: 50px;
  }

  /* .right-home-map .wpb_wrapper:after{bottom: -161px;width: 246px;} */
  .footer_first .wrap .footer_in_first .footer-logo img{width: 96px;margin: 0 0;}
  .footer_first .wrap .footer_in_first .footer-logo a:nth-child(2) img{width: 124px;}
  .footer_first .wrap .footer_in_first .footer-logo a:nth-child(3) img{width: 61px;}
  
}
@media (max-width: 900px) {
  .footer_first {
    padding-top: 40px;
  }

  
}
@media (max-width: 767px) {
  .footer_first {
    padding-top: 35px;
  }
}
@media (max-width: 567px) {
  .footer_first .wrap {
    display: flex;
    flex-direction: column;
  }
}
.footer_first .wrap .footer_in_first {
  width: 36%;
  float: left;
}
@media (max-width: 1400px) {
  .footer_first .wrap .footer_in_first {
    width: 45%;
  }
  .footer_first .wrap .footer_in_scond {
    width: 30%;
  }
}
@media (max-width: 900px) {
  .footer_first .wrap .footer_in_first {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer_first .wrap .footer_in_first {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .footer_first .wrap .footer_in_first {
    order: 3;
    padding-top: 30px;
  }
}
.footer_first .wrap .footer_in_first .footer_text_content .footer_p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #003c58;
  width: 65%;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .footer_first .wrap .footer_in_first .footer_text_content .footer_p {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .footer_first .wrap .footer_in_first .footer_text_content .footer_p {
    width: 100%;
  }
}
.footer-logo {
  margin: 23px 56px 45px 0;
}
.footer_first .wrap .footer_in_first .footer-logo img {
  width: 109px;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.footer_first .wrap .footer_in_first .footer-logo a:nth-child(3) img {
    width: 110px;
    margin: 0px;

}
.footer_first .wrap .footer_in_first .footer-logo a:nth-child(2) img {
  width: 86px;
}
.footer_first .wrap .footer_in_first .footer-logo a:nth-child(4) img {
  margin-top: 20px;
  width: 108px;
}
.footer_first .wrap .footer_in_first .footer-logo a:nth-child(5) img {
  margin-top: 6px;
  width: 150px;
}

@media (max-width: 900px) {
  .footer_first .wrap .footer_in_first .footer-logo img {
    width: 33%;
    margin: 0 3px;
  }

  .footer_first .wrap .footer_in_first .footer-logo a:nth-child(2) img{width: 33%;}
  .footer_first .wrap .footer_in_first .footer-logo a:nth-child(3) img{width: 53px;}
  .right-home-map .wpb_wrapper:after{left: -60px;width: 186px;}
  
}
@media (max-width: 767px) {
  .footer_first .wrap .footer_in_first .footer-logo img {
    width: 20%;
  }

  .right-home-map .wpb_wrapper:after{    bottom: -166px;    width: 100%;    height: 155px;left: 0;}
  .footer_first .wrap .footer_in_first .footer-logo a:nth-child(2) img{width: 131px;}
  .footer_social_details {
    margin: 0 0 30px;
}
}
@media (max-width: 567px) {
  .footer_first .wrap .footer_in_first .footer-logo img {
    margin-left: 0;
    width: 35%;
  }
}
.footer_first .wrap .footer_in_scond {
  width: 18%;
  float: left;
}
@media (max-width: 900px) {
  .footer_first .wrap .footer_in_scond {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .footer_first .wrap .footer_in_scond {
    width: 50%;
    padding-top: 30px;
  }
}
@media (max-width: 567px) {
  .footer_first .wrap .footer_in_scond {
    width: 100%;
    padding-top: 0px;
  }

}

.meet_our_team_image .vc_box_border_grey{
    position:relative;
}
.meet_our_team_image .vc_box_border_grey:after{
    position:absolute;
    content:'';
    background-color: rgba(123, 196, 213, 0.53);
    height: 100%;
    width: 100%;
    /*opacity: 0.6;*/
    left: 0;
    top:0;
    display:none;
}

.meet_our_team_main_info_div{
   position: relative;
    
}
.meet_our_team_main_info_div .team-model-button {
    position: absolute;
    top: 50%;
   left: 50%;
    transform: translate(-50%, -50%);
   display: none;
}

.meet_our_team_main_info_div:hover .ult-modal-input-wrapper > .team-model-button , .meet_our_team_main_info_div:hover .meet_our_team_image .vc_box_border_grey:after{
    display: block;
}

button.btn-modal {
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 30px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}


/*.meet_our_team_main_info_div{*/
/*    position: relative;*/
    
/*}*/
/*.ult-adjust-bottom-margin {*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    left: 32%;*/
/*    visibility:hidden;*/
/*}*/

/*.meet_our_team_main_info_div:hover .ult-adjust-bottom-margin{*/
/*    visibility:visible!important;*/
/*}*/



.footer_email {
    margin-bottom: 5px;
}
/*.footer_first .wrap .footer_in_scond .footer_frt_menu .nav {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  grid-template-rows: auto;*/
/*  grid-row-gap: 9px;*/
/*}*/
.footer_first .wrap .footer_in_scond .footer_frt_menu .nav {
  display: block;
  
}
.nav li {
    margin-bottom: 10px;
}
p.footer_title.info-title {
    margin-bottom: 7px;
}
p.location-add , .footer_phone a ,.footer_email a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 153.59%!important;
    color: #003C58!important;
} 
p.location-title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 153.59%;
/* or 25px */
    color: #003C58;
}
.footer_contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
     grid-template-rows: auto;
     grid-row-gap: 9px;
     grid-column-gap: 39px;
}
@media screen and (max-width:1400px){
    .footer_contact {
    display: block;
    }
}
.footer_first .wrap .footer_in_scond .footer_frt_menu .nav li a {
  font-size: 16px;
  line-height: 25px;
  color: #003c58;
  font-weight: 400;
}
.footer_first .wrap .footer_in_scond .footer_frt_menu .nav li a:hover {
  color: #00a8b0;
  transition: 0.6s all ease;
}
.footer_first .wrap .footer_in_scond .footer_frt_menu .nav li a:focus {
  color: #00a8b0;
}
.footer_first .wrap .footer_in_third {
  float: left;
  width: 45%;
  /*padding-left: 85px;*/
}






/* model-box-css */

.team-model-box {
    display: flex;
    flex-wrap: wrap;
}

.team-img-div {
    flex: 40%;
}

.member-details-div {
    flex: 50%;
}

.member-details-div p.member-name {
    font-weight: 600!important;
    font-size: 20px!important;
    line-height: 25px!important;
    color: #003C58!important;
    margin-bottom: 0px;
}

.member-details-div p.member-role {
    font-weight: 300!important;
    font-size: 20px!important;
    line-height: 25px!important;
    color: #7BC4D5!important;
}

p.member-detail {
    margin-bottom: 0px;  
}
.team-model .ult_modal.ult-fade.ult-small {
    width: 55%;
}
p.member-detail {
    margin-bottom: 0px!important;
}
.team-img-div img {
    margin-bottom: 0px;
}
.team-model .ult_modal-body {
    padding: 50px ;
}
.ult_modal-body>p {
    display: none;
}
.team-model {
    overflow: scroll;
}
@media only screen and (max-width:700px){
    .team-model .ult_modal-body {
    padding: 20px;
}

.team-model-box {
    display: block;
}

.member-details-div {
    margin-top: 20px;
}
.team-model .ult_modal.ult-fade.ult-small {
    width: 90%;
}
}
@media (min-width:701px) and (max-width:1000px){
    .team-model .ult_modal-body {
    padding: 15px;
}
.team-model .ult_modal.ult-fade.ult-small {
    width: 90%;
}
}
@media (min-width:1001px) and (max-width:1700px){
    .team-model .ult_modal-body {
    padding: 30px;
}
.team-model .ult_modal.ult-fade.ult-small {
    width: 70%;
}
}






@media (max-width: 1400px) {
  .footer_first .wrap .footer_in_third {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .footer_first .wrap .footer_in_third {
    padding-left: 0px;
  }
}
@media (max-width: 900px) {
  .footer_first .wrap .footer_in_third {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .footer_first .wrap .footer_in_third {
    width: 50%;
    padding-top: 30px;
  }
}
@media (max-width: 567px) {
  .footer_first .wrap .footer_in_third {
    width: 100%;
  }
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_address {
  font-size: 15px;
  line-height: 23px;
  color: #003c58;
  font-weight: 300;
  margin-bottom: 9px;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_phone {
  margin-bottom: 9px;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_phone a {
  font-size: 15px;
  line-height: 23px;
  color: #003c58;
  font-weight: 300;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_phone a:hover {
  color: #00a8b0;
  transition: 0.6s all ease;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_phone a:focus {
  color: #00a8b0;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_email a {
  font-size: 15px;
  line-height: 23px;
  color: #003c58;
  font-weight: 300;
  margin-bottom: 9px;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_email a:hover {
  color: #00a8b0;
  transition: 0.6s all ease;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_details .footer_email a:focus {
  color: #00a8b0;
}
/*.footer_first .wrap .footer_in_third .footer_contact .footer_social {*/
/*  margin-top: 22px;*/
/*}*/
.footer_first .wrap .footer_in_third .footer_contact .footer_social .footer_social_details a {
  display: inline-block;
  margin: 0px 9px;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_social .footer_social_details a svg {
  width: 14px;
  height: 14px;
  fill: #333554;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_social .footer_social_details a svg:hover {
  fill: #00a8b0;
  transition: 0.6s all ease;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_social .footer_social_details a svg:focus {
  fill: #00a8b0;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_social .footer_social_details a:first-child {
  margin-left: 0px;
}
.footer_first .wrap .footer_in_third .footer_contact .footer_social .footer_social_details a:last-child {
  margin-right: 0px;
}
.footer_seconf {
  background: #fbfbfb;
  float: left;
  width: 100%;
}
.footer_seconf .footer_copyright {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #333554;
  padding: 30px 0px;
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 1400px) {
  .footer_seconf .footer_copyright {
    padding: 20px 0px;
  }
}
.footer_seconf .footer_copyright::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-row-main {
  padding-top: 83px;
}
@media (max-width: 1400px) {
  .contact-row-main {
    padding-top: 45px;
  }
}
@media (max-width: 1300px) {
  .contact-row-main {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .contact-row-main {
    padding-top: 20px;
  }
}
.contact-row-main .contact-inner-row .contact-head-text {
  margin-bottom: 0px !important;
}
@media (max-width: 1400px) {
  .contact-row-main .contact-inner-row .contact-head-text h3 {
    font-size: 45px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 1300px) {
  .contact-row-main .contact-inner-row .contact-head-text h3 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 1200px) {
  .contact-row-main .contact-inner-row .contact-head-text h3 {
    font-size: 35px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 767px) {
  .contact-row-main .contact-inner-row .contact-head-text h3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
.contact-row-main .contact-inner-row .contact-head-text h3::before {
  bottom: 0px;
}
.contact-details-main-row {
  padding-bottom: 63px;
}
@media (max-width: 1400px) {
  .contact-details-main-row {
    padding-bottom: 45px;
  }
}
@media (max-width: 1300px) {
  .contact-details-main-row {
    padding-bottom: 40px;
  }
}
@media (max-width: 567px) {
  .contact-details-main-row {
    padding-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .contact-details-main-row .contact-detail-inner-row {
    display: flex;
    flex-direction: column;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col {
    width: 100%;
    padding: 40px 0 0;
}
@media (max-width: 900px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .above-text {
  margin-top: 27px;
  margin-bottom: 0px;
}
@media (max-width: 1300px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .above-text {
    margin-top: 20px;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .above-text p {
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .above-text p {
    line-height: 19px;
  }
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 1300px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield {
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 14px !important;
}
@media (max-width: 900px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield {
    margin-top: 20px !important;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield:first-child {
  width: 50%;
  float: left;
  padding-right: 12px !important;
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield:first-child {
    width: 100%;
    padding-right: 0px !important;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(2) {
  width: 50%;
  display: inline-block;
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(2) {
    width: 100%;
    padding-right: 0px !important;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none !important;
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    margin-top: 0;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 20px 16px;
  color: #585858;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 7px;
  margin-bottom: 0px !important;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    font-size: 14px;
    padding: 12px 20px 12px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    height: 40px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  color: #585858 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
    line-height: 1.2;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  font-size: 16px;
  font-weight: 400;
  padding: 17px 20px 16px;
  color: #585858;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 7px;
  height: 121px;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #585858 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    font-size: 14px;
    padding: 12px 20px 12px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1px;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer {
  margin-top: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer {
    width: 30%;
    margin: auto;
    margin-top: 18px;
    text-align: center;
  }
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer {
    width: 40%;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input {
  background: #00a8b0 url(../images/arrow.svg) no-repeat center right 22px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  border-radius: 74px;
  padding: 8px 50px 8px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 0px;
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
  background-size: 18px;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input:hover {
  background: #fff url(../images/arrow-blue.svg) no-repeat center right 22px;
  background-size: 18px;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input {
    background-position: center right 15px;
    padding: 8px 40px 8px 20px;
    font-size: 14px;
    line-height: 18px;
    background-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input {
    margin-right: 0;
  }
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input {
    margin-bottom: auto;
  }
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error {
  margin-top: 38px !important;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .validation_error {
  display: none;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .gform_body .gform_fields .gfield {
  margin-top: 0px !important;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .gform_body .gform_fields .gfield_error {
  border: none !important;
  background: transparent !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .gform_body .gform_fields .gfield_error .ginput_container {
  margin-top: 0px !important;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .gform_body .gform_fields .gfield_error .validation_message {
  padding-right: 0px;
  padding-top: 0px;
  background: #003c58;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  line-height: normal;
  border-radius: 3px;
  position: relative;
  font-weight: 600;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .gform_body .gform_fields .gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #003c58;
  top: -10px;
  margin: auto;
  display: inline-block;
}
.contact-details-main-row .contact-detail-inner-row .left-side-col .gform_validation_error form .gform_body .gform_fields .gfield_error .instruction.validation_message {
  display: none !important;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col {
      width: 100%;
    padding: 40px 0 0;
}
@media (max-width: 1400px) {
 /* .contact-details-main-row .contact-detail-inner-row .right-side-col {
    padding-left: 60px;
  }*/
}
@media (max-width: 1300px) {
  /*.contact-details-main-row .contact-detail-inner-row .right-side-col {
    padding-left: 55px;
  }*/
}
@media (max-width: 1200px) {
 /* .contact-details-main-row .contact-detail-inner-row .right-side-col {
    padding-left: 35px;
  }*/
}
@media (max-width: 900px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col {
    width: 100%;
    padding-left: 0px;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-details-text {
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-details-text {
    margin-bottom: 5px;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-details-text h3 {
  letter-spacing: 0.025em;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-details-text h3::before {
  display: none;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html {
  margin-bottom: 46px;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html {
    margin-bottom: 25px;
  }
}
@media (max-width: 1300px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html {
    width: 50%;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html {
    width: 100%;
    float: none;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html h3 {
  margin-bottom: auto;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html h3:before {
  display: none;
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html h3 {
    margin-bottom: 10px;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_phone a {
  font-size: 16px;
  color: #003c58;
  line-height: 44px;
  background: url(../images/phone.png) no-repeat;
  background-size: 16px;
  background-position: left center;
  padding-left: 25px;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_phone a {
    font-size: 14px;
    line-height: 35px;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_phone a:hover {
  color: #00a8b0;
  transition: 0.6s all ease;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_email a {
  font-size: 16px;
  color: #003c58;
  line-height: 44px;
  background: url(../images/mail.png) no-repeat;
  background-size: 16px;
  background-position: left center;
  padding-left: 25px;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_email a {
    font-size: 14px;
    line-height: 35px;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_email a:hover {
  color: #00a8b0;
  transition: 0.6s all ease;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_address {
  font-size: 16px;
  color: #003c58;
  /*line-height: 44px;*/
  /*margin-bottom: 6px;*/
  /*background: url(../images/pin.png) no-repeat;*/
  /*background-size: 16px;*/
  /*background-position: left center;*/
  /*padding-left: 25px;*/
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_address {
    font-size: 14px;
    line-height: 35px;
  }
}
@media (max-width: 1300px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_address {
    margin-bottom: 8px;
  }
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_details .footer_address {
    background-position: left center;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_social .footer_social_details a {
  display: inline-block;
  margin: 0px 10px;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_social .footer_social_details a:first-child {
  margin-left: 0px;
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_social .footer_social_details a:first-child {
    margin-right: 0;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_social .footer_social_details a:last-child {
  margin-right: 0px;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_social .footer_social_details a svg {
  width: 14px;
  height: 14px;
  fill: #333554;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .contact-detail-html .footer_contact .footer_social .footer_social_details a svg:hover {
  fill: #00a8b0;
  transition: 0.6s all ease;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text {
  margin-bottom: 0px !important;
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text h3 {
  margin-bottom: 11px;
  letter-spacing: 0.025em;
}
@media (max-width: 1400px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1366px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text h3 {
    margin-bottom: 10px;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text h3::before {
  display: none;
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 900px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text {
    display: inline-block;
    width: 50%;
    padding-left: 60px;
    border-left: 1px solid #003c58;
  }
}
@media (max-width: 767px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text {
    padding-left: 20px;
  }
}
@media (max-width: 567px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text {
    padding-left: 0px;
    border-left: none;
    width: 100%;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text .time-table .day {
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
}
@media (max-width: 1366px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text .time-table .day {
    font-size: 16px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 1200px) {
  .contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text .time-table .day {
    font-size: 14px !important;
  }
}
.contact-details-main-row .contact-detail-inner-row .right-side-col .opening-hour-text .time-table .closed-on {
  font-weight: 800;
}
.map-main-row .text-block-map {
  margin-bottom: 0px !important;
}
@media (max-width: 567px) {
  .map-main-row .text-block-map iframe {
    height: 250px;
  }
}
.map-main-row .text-block-map img {
  width: 100%;
}
.your-first-visit-main {
  padding: 70px 0px 80px;
}
@media (max-width: 1200px) {
  .your-first-visit-main {
    padding: 54px 0px 30px;
  }
}
@media (max-width: 767px) {
  .your-first-visit-main {
    padding: 30px 0px 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 567px) {
  .your-first-visit-main {
    padding: 30px 0px 25px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .your-first-visit-main .left-col-first-visit {
    padding-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .your-first-visit-main .left-col-first-visit {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.your-first-visit-main .left-col-first-visit .visit-img {
  margin-bottom: 0px !important;
}
.your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure {
  float: right;
  margin-right: 30px !important;
  position: relative;
}
@media (max-width: 1200px) {
  .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure {
    margin-right: 0px !important;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure {
    float: left;
    margin-left: 0px;
    padding-top: 20px;
  }
}
.your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure::before {
  content: "";
  position: absolute;
  border: 10px solid #f5f5f5;
  width: 196px;
  height: 314px;
  left: -75px;
  top: -30px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure::before {
    width: 187px;
    height: 294px;
    left: -50px;
  }
}
@media (max-width: 900px) {
  .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure::before {
    width: 167px;
    height: 214px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure::before {
    display: none;
  }
}
.your-first-visit-main .right-visit-text {
  margin-bottom: 0px !important;
}
.your-first-visit-main .right-visit-text h3 {
  margin-bottom: 39px;
}
@media (max-width: 1400px) {
  .your-first-visit-main .right-visit-text h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .your-first-visit-main .right-visit-text h3 {
    margin-bottom: 25px;
  }
}
.your-first-visit-main .right-visit-text p br {
  display: none;
}
@media (max-width: 1200px) {
  .your-first-visit-main .right-visit-text .btn, .your-first-visit-main .right-visit-text .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer input, .contact-details-main-row .contact-detail-inner-row .left-side-col .gform_wrapper form .gform_footer .your-first-visit-main .right-visit-text input {
    margin-top: 0px !important;
  }
}
.visit-appoint-last {
  margin-top: 63px;
  margin-bottom: 0px;
  background-size: cover;
}
@media (max-width: 1200px) {
  .visit-appoint-last {
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  .visit-appoint-last {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .visit-appoint-last {
    margin-top: 30px;
  }
}
.visit-appoint-last .requestAppointmentText .appointmentText h4 {
  margin-bottom: 0px;
  line-height: 48px;
}
@media (max-width: 1400px) {
  .visit-appoint-last .requestAppointmentText .appointmentText h4 {
    margin-bottom: 10px;
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  .visit-appoint-last .requestAppointmentText .appointmentText h4 {
    line-height: 1.3;
  }
}
.pain-free-tech-main {
  padding: 56px 0px 0px;
}
@media (max-width: 1400px) {
  .pain-free-tech-main {
    padding: 0px 0px 0px;
  }
}
@media (max-width: 1200px) {
  .pain-free-tech-main {
    padding: 36px 0px 0px;
  }
}
@media (max-width: 800px) {
  .pain-free-tech-main {
    padding: 0px 0px 0px;
  }
}
.pain-free-tech-main #the_wind {
  margin-bottom: 40px;
  position: relative !important;
}
@media (max-width: 800px) {
  .pain-free-tech-main #the_wind {
    margin-bottom: 20px;
  }
}
.pain-free-tech-main #digital_scan {
  margin-bottom: 80px;
  position: relative !important;
}
@media (max-width: 800px) {
  .pain-free-tech-main #digital_scan {
    margin-bottom: 40px;
  }
}
.pain-free-tech-main #happy_gas {
  position: relative !important;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .pain-free-tech-main #happy_gas {
    margin-bottom: 40px;
  }
}
.pain-free-tech-main #x_rays {
  position: relative !important;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .pain-free-tech-main #x_rays {
    margin-bottom: 40px;
  }
}
.pain-free-tech-main #intra_camera {
  position: relative !important;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .pain-free-tech-main #intra_camera {
    margin-bottom: 40px;
  }
}
.pain-free-tech-main #opg {
  position: relative !important;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .pain-free-tech-main #opg {
    margin-bottom: 40px;
  }
}
.pain-free-tech-main .your-first-visit-main {
  padding: 0px 0px 29px;
}
@media (max-width: 900px) {
  .pain-free-tech-main .your-first-visit-main {
    padding: 0px 0px 55px;
  }
}
@media (max-width: 767px) {
  .pain-free-tech-main .your-first-visit-main {
    padding: 0px 0px 35px;
  }
}
@media (max-width: 567px) {
  .pain-free-tech-main .your-first-visit-main {
    padding: 0px 0px 30px;
  }
}
@media (max-width: 567px) {
  .pain-free-tech-main .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure {
    margin-right: 0px !important;
  }
}
.pain-free-tech-main .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure::before {
  height: 307px;
  top: -40px;
}
@media (max-width: 900px) {
  .pain-free-tech-main .your-first-visit-main .left-col-first-visit .visit-img figure.vc_figure::before {
    height: 237px;
    top: -30px;
    left: -35px;
  }
}
.pain-free-tech-main .your-first-visit-main .left-col-first-visit .pain-free-right-img .vc_figure {
  margin-left: 43px !important;
  margin-right: 0px !important;
}
@media (max-width: 1200px) {
  .pain-free-tech-main .your-first-visit-main .left-col-first-visit .pain-free-right-img .vc_figure {
    margin-left: 0px !important;
    margin-right: 30px !important;
  }
}
.pain-free-tech-main .your-first-visit-main .left-col-first-visit .pain-free-right-img .vc_figure::before {
  height: 307px !important;
  right: -75px !important;
  left: auto !important;
}
@media (max-width: 1200px) {
  .pain-free-tech-main .your-first-visit-main .left-col-first-visit .pain-free-right-img .vc_figure::before {
    right: -50px !important;
  }
}
@media (max-width: 900px) {
  .pain-free-tech-main .your-first-visit-main .left-col-first-visit .pain-free-right-img .vc_figure::before {
    height: 237px !important;
    top: -30px !important;
    right: -35px !important;
  }
}
.pain-free-tech-main .your-first-visit-main .left-col-first-visit .image-before .vc_figure::before {
  display: none;
}
@media (max-width: 767px) {
  .pain-free-tech-main .pain-free-rev {
    padding: 30px 0px 30px;
    display: flex;
    flex-direction: column;
  }
}
.pain-free-tech-main .pain-free-rev .img-sec {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .pain-free-tech-main .pain-free-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 567px) {
  .pain-free-tech-main .pain-free-inner {
    display: flex;
    flex-direction: column;
  }
}
.pain-free-techno-last {
  margin-top: 0px;
}
.first-row-services {
  padding-top: 103px;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .first-row-services {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1200px) {
  .first-row-services {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 900px) {
  .first-row-services {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .first-row-services {
    padding-top: 30px;
  }
}
.first-row-services .first-inner-row-services {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .first-row-services .first-inner-row-services {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .first-row-services .first-inner-row-services .left-content-service {
    width: 100%;
  }
}
.first-row-services .first-inner-row-services .left-content-service .text-block-left-service {
  margin-bottom: 0px !important;
}
.first-row-services .first-inner-row-services .left-content-service .text-block-left-service h3 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .first-row-services .first-inner-row-services .left-content-service .text-block-left-service h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .first-row-services .first-inner-row-services .left-content-service .text-block-left-service h3 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
}
.first-row-services .first-inner-row-services .left-content-service .text-block-left-service h3::before {
  bottom: -10px;
}
@media (max-width: 767px) {
  .first-row-services .first-inner-row-services .left-content-service .text-block-left-service h3::before {
    bottom: -8px;
  }
}
.first-row-services .first-inner-row-services .left-content-service .text-block-left-service p {
  font-weight: 500;
}
.first-row-services .first-inner-row-services .left-content-service .text-block-left-service ul li {
  font-size: 14px;
  line-height: 22px;
  color: #003c58;
  position: relative;
  padding-left: 20px;
  margin-left: 0px !important;
}
@media (max-width: 567px) {
  .first-row-services .first-inner-row-services .left-content-service .text-block-left-service ul li {
    text-align: left;
  }
}
.first-row-services .first-inner-row-services .left-content-service .text-block-left-service ul li::before {
  content: "";
  position: absolute;
  -webkit-mask-size: 9px;
  mask-size: 7px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url(../images/right-arrow.svg);
  -webkit-mask-image: url(../images/right-arrow.svg);
  width: 9px;
  height: 9px;
  left: 0px;
  top: 7px;
  bottom: auto;
  margin: auto;
  transition: all 0.4s ease-in-out;
  background-color: #000;
}
@media (max-width: 767px) {
  .first-row-services .first-inner-row-services .right-side-img-service {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .first-row-services .first-inner-row-services .right-side-img-service .service-right-img {
    margin-bottom: auto;
  }
}
.first-row-services .first-inner-row-services .right-section .text-block-left-service ul li {
  font-size: 14px;
  line-height: 22px;
  color: #003c58;
  position: relative;
  padding-left: 20px;
  margin-left: 0px !important;
}
@media (max-width: 567px) {
  .first-row-services .first-inner-row-services .right-section .text-block-left-service ul li {
    text-align: left;
  }
}
.first-row-services .first-inner-row-services .right-section .text-block-left-service ul li::before {
  content: "";
  position: absolute;
  -webkit-mask-size: 9px;
  mask-size: 7px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url(../images/right-arrow.svg);
  -webkit-mask-image: url(../images/right-arrow.svg);
  width: 9px;
  height: 9px;
  left: 0px;
  top: 7px;
  bottom: auto;
  margin: auto;
  transition: all 0.4s ease-in-out;
  background-color: #000;
}
.first-row-services .first-inner-row-services .right-side-img-service .service-right-img figure.vc_figure {
  float: left;
  margin-left: 72px !important;
  position: relative;
}
@media (max-width: 1200px) {
  .first-row-services .first-inner-row-services .right-side-img-service .service-right-img figure.vc_figure {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .first-row-services .first-inner-row-services .right-side-img-service .service-right-img figure.vc_figure {
    margin-left: 0px !important;
    padding-top: 20px;
  }
}
.first-row-services .first-inner-row-services .right-side-img-service .service-right-img figure.vc_figure::before {
  position: absolute;
  content: '';
  background: #f5f5f5;
  height: 307px;
  width: 196px;
  right: -74px;
  bottom: -53px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .first-row-services .first-inner-row-services .right-side-img-service .service-right-img figure.vc_figure::before {
    right: -31px;
    bottom: -35px;
  }
}
@media (max-width: 900px) {
  .first-row-services .first-inner-row-services .right-side-img-service .service-right-img figure.vc_figure::before {
    right: -17px;
    height: 200px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .first-row-services .first-inner-row-services .right-side-img-service .service-right-img figure.vc_figure::before {
    display: none;
  }
}
.first-row-services .first-inner-row-services .left-section .service-right-img figure.vc_figure {
  margin-left: 0px !important;
  margin-right: 72px !important;
}
@media (max-width: 1200px) {
  .first-row-services .first-inner-row-services .left-section .service-right-img figure.vc_figure {
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .first-row-services .first-inner-row-services .left-section .service-right-img figure.vc_figure {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.first-row-services .first-inner-row-services .left-section .service-right-img figure.vc_figure::before {
  left: -74px;
}
@media (max-width: 1200px) {
  .first-row-services .first-inner-row-services .left-section .service-right-img figure.vc_figure::before {
    left: -34px;
    height: 280px;
    bottom: -40px;
  }
}
@media (max-width: 900px) {
  .first-row-services .first-inner-row-services .left-section .service-right-img figure.vc_figure::before {
    left: -20px;
    height: 210px;
    bottom: -25px;
  }
}
.first-row-services .first-inner-pad {
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  .first-row-services .first-inner-pad {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .first-row-services .first-inner-pad {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .first-row-services .service-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .first-row-services .service-col-reverse .service-right-img .vc_figure {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .first-row-services .service-col-reverse .service-right-img .vc_figure img {
    padding-top: 20px;
  }
}
.second-row-service {
  padding-bottom: 110px;
}
@media (max-width: 1400px) {
  .second-row-service {
    padding-bottom: 45px;
  }
}
@media (max-width: 900px) {
  .second-row-service {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .second-row-service {
    padding-bottom: 30px;
  }
}
.second-row-service .second-inner-row .text-block-full {
  margin-bottom: 0px !important;
  padding-top: 70px;
}
@media (max-width: 1400px) {
  .second-row-service .second-inner-row .text-block-full {
    padding-top: 50px;
  }
}
@media (max-width: 900px) {
  .second-row-service .second-inner-row .text-block-full {
    padding-top: 30px;
  }
}
@media (max-width: 567px) {
  .second-row-service .second-inner-row .text-block-full {
    padding-top: 25px;
  }
}
.second-row-service .second-inner-row .text-block-full h3 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .second-row-service .second-inner-row .text-block-full h3 {
    margin-bottom: 20px;
  }
}
.second-row-service .second-inner-row .text-block-full h3::before {
  bottom: -10px;
}
.second-row-service .second-inner-row .text-block-full p {
  font-weight: 500;
}
.services-menu-main .services-menu-inner .services-menu {
  padding-bottom: 80px;
  margin-bottom: 0 !important;
}
@media (max-width: 1400px) {
  .services-menu-main .services-menu-inner .services-menu {
    padding-bottom: 40px;
  }
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul {
  align-items: baseline;
}
@media (max-width: 567px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul {
    display: block;
  }
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: inline-block;
  margin-right: 17px;
  padding: 10px 15px;
  margin: 9px 6px;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li {
    padding-right: 42px;
  }
}
@media (max-width: 567px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li {
    width: 100%;
    padding-right: 12px;
  }
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li:hover {
  background-color: #003c58;
  transition: all 0.4s ease-in-out;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li:hover .sub-ser-text {
  color: #fff;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li:hover .sub-ser-text::before {
  background-image: url(../images/Arrow-18-white.png);
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li:hover .sub-ser-child-ul .ser-txt-child-li a {
  color: #fff !important;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li:hover .sub-ser-child-ul .ser-txt-child-li a::before {
  background-image: url(../images/Arrow-18-white.png);
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-text {
  font-size: 20px;
  line-height: 25px;
  color: #003c58;
  position: relative;
}
@media (max-width: 1400px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-text {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-text {
    font-size: 16px;
    padding-right: 40px;
    display: block;
  }
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-text::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/Arrow-18.png);
  background-size: 17px;
  width: 22px;
  height: auto;
  right: -36px;
  top: 7px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1400px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-text::before {
    background-size: 15px;
    top: 6px;
    right: -35px;
  }
}
@media (max-width: 567px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-text::before {
    background-size: 12px;
    top: 5px;
    right: 0px;
  }
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-child-ul {
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-child-ul .ser-txt-child-li {
  margin-left: 0 !important;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-child-ul .ser-txt-child-li:hover {
  transition: all 0.4s ease-in-out;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-child-ul .ser-txt-child-li:hover a {
  text-decoration: underline;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-child-ul .ser-txt-child-li a {
  color: #003c58;
  position: relative;
  padding-left: 30px;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li .sub-ser-child-ul .ser-txt-child-li a::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/Arrow-18.png);
  background-size: 10px;
  width: 13px;
  height: auto;
  right: auto;
  left: 12px;
  top: 5px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
}
.services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-child {
  display: block !important;
  width: fit-content;
}
@media (max-width: 567px) {
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-child {
    width: 100%;
  }
}
.main-map-section {
  padding-top: 55px;
  padding-bottom: 113px;
}
@media (max-width: 1400px) {
  .main-map-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .main-map-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .main-map-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 567px) {
  .main-map-section {
    padding-bottom: 25px;
  }
}
.main-map-section .inner-map-section {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main-map-section .inner-map-section {
    flex-direction: column;
  }
}
.main-map-section .inner-map-section .left-col-map {
  padding-left: 0px;
}
@media (max-width: 1400px) {
  .main-map-section .inner-map-section .left-col-map {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .main-map-section .inner-map-section .left-col-map {
    width: 100%;
    padding-left: 0px;
  }
}
.main-map-section .inner-map-section .left-col-map .text-block-home-map {
  margin-bottom: 0px !important;
  /*.closed-on{
   font-size:$font-16px;
   color:$navy-blue;
   line-height: 25px;
   font-weight: 400;
   margin-top: 20px;
   margin-bottom: 29px;
   @include max-mq(1400){
   margin-top:15px;
   margin-bottom:20px;
   }
   }*/
}
@media (max-width: 767px) {
  .main-map-section .inner-map-section .left-col-map .text-block-home-map {
    margin-bottom: 30px !important;
  }
}
.main-map-section .inner-map-section .left-col-map .text-block-home-map h3 {
  margin-bottom: 30px;
}
.main-map-section .inner-map-section .left-col-map .text-block-home-map h3::before {
  bottom: -8px;
}
@media (max-width: 767px) {
  .main-map-section .inner-map-section .left-col-map .text-block-home-map .time-table {
    display: grid;
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 567px) {
  .main-map-section .inner-map-section .left-col-map .text-block-home-map .time-table {
    grid-template-columns: 100%;
  }

  /*preventative-dentistry page 07-12-2020*/
  .services-menu-main .services-menu-inner .services-menu .sub-services .sub-service-ul .sub-ser-text-li{margin: 9px 0;}

}
.main-map-section .inner-map-section .left-col-map .text-block-home-map .time-table .day {
  color: #333554;
}
.main-map-section .inner-map-section .left-col-map .text-block-home-map .time-table .time {
  color: #333554;
}
.main-map-section .inner-map-section .left-col-map .text-block-home-map p {
  margin-bottom: 0px;
}
.main-map-section .inner-map-section .left-col-map .text-block-home-map p a {
  margin-top: 31px;
}
@media (max-width: 1400px) {
  .main-map-section .inner-map-section .left-col-map .text-block-home-map p a {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .main-map-section .inner-map-section .right-col-map {
    width: 100%;
  }
}
.main-map-section .inner-map-section .right-col-map .right-home-map {
  margin-bottom: 108px !important;
}
@media (max-width: 767px) {
  .main-map-section .inner-map-section .right-col-map .right-home-map iframe {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .main-map-section .inner-map-section .right-col-map .right-home-map iframe {
    height: 250px;
  }
}
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (max-width:1700px) {
  .requestAppointmentSec{padding: 70px 0px;}

}

@media screen and (max-width:1700px) {
  .requestAppointmentSec{padding: 70px 0px;}

}

/*****Media Queries Responsive Hardik*********/

@media only screen and (max-width:1023px) {
  .footer_first .wrap .footer_in_first .footer-logo a:nth-child(3) img{
            width: 96px;
        margin-top: -10px;}
  .footer_first .wrap .footer_in_first .footer-logo a:nth-child(2) img{width: 76px;}
  .footer_first .wrap .footer_in_first .footer-logo img{width: 99px;}
}

@media only screen and (max-width:959px){
    ul.ubermenu-submenu.ubermenu-submenu-id-10.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    display: block!important;
}
}
@media (min-width:960px) and (max-width:1200px){
    .site-header .wrap .header-navmenu-area .header-rightmenu .top_sec_menu .nav-primary .wrap .ubermenu .ubermenu-nav .ubermenu-column-auto .ubermenu-submenu {
    left: -140px;
}
}
@media (min-width: 1024px){
.footer_first .wrap .footer_in_first .footer-logo a:nth-child(3) img {
    margin-top: -20px;
}
}