/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%202022/Fonts/fontawesome-webfont.eot');
  src: url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%202022/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%202022/Fonts/FontAwesome.woff2') format('woff2'), 
    url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%202022/Fonts/FontAwesome.woff') format('woff'),
    url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%202022/Fonts/fontawesome-webfont.ttf') format('truetype'),
    url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%202022/Fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*********************************************** odometer **********************************************/

.odometer.odometer-auto-theme,.odometer.odometer-theme-minimal{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-minimal .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}

/*********************************************** Slick Style **********************************************/



/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}



/*********************************************** selectize.min.css **********************************************/

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0 none!important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-control .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0!important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 6px;border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:6px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:0 0}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;font-smoothing:inherit}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0)}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0 none!important;background:0 0!important;line-height:inherit!important;user-select:auto!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:0!important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 4px!important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .create,.selectize-dropdown .no-results,.selectize-dropdown .optgroup-header,.selectize-dropdown .option{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent gray transparent}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}

/*********************************************** magnific-popup **********************************************/

/* .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}} */

/***********************************************  **********************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Brittany Signature';
  src: url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%20New%20Web%20Site%20Julye%202021/Fonts/BrittanySignatureRegular.woff2') format('woff2'),
    url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%20New%20Web%20Site%20Julye%202021/Fonts/BrittanySignatureRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */


/* moust of use color for this site */
  
 
 
 


 
 
 


/* fontt-weight */









/* Intial declartaion of css */

* { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 85% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.55em }
:focus { outline: 0; }
*:before, *:after {box-sizing: border-box;}
embed,img, object, svg { max-width: 100%;height: auto; }
iframe{max-width: 100%; }
/* hubspot */


table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* For modern browsers */ 

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
::selection { background: ; color:#FFFFFF; }
::-moz-selection {background:  ;color: #FFFFFF;}

/*********************************************** intial declartaion of css **********************************************/
body { font-size: 20px; line-height: 24px;font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -moz-osx-font-smoothing: grayscale;  -webkit-tap-highlight-color: transparent;  font-family: 'Roboto', sans-serif; font-weight:normal;}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; box-sizing: border-box; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.55em }
nav ul, nav ol { list-style: none; list-style-image: none; }
p{color: #646464;}
/*********************************************** remember to define focus styles! **********************************************/

:focus { outline: 0; }

/********************************** tables still need 'cellspacing="0"' in the markup ****************************************/

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; vertical-align:middle;height:auto}
a { outline: none; cursor: pointer;transition:all 0.5s ease;}

/**************************************** End hide from IE Mac ***************************************************************/ 

*:before, *:after {box-sizing: border-box;}	

/************************************************** End Clearfix *************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }

/************************************************** For modern browsers ******************************************/ 

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
li { list-style: none; }
::selection { background: #227f7f; color: #fff; }
::-moz-selection {background: #227f7f;color: #fff;}

/*************************************** display table and table cell ***************************************************/

.tbl {display:table;width:100%;height:100%;}
.tbl-cell {display:table-cell;vertical-align:middle}
.dis-flex {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}

/*********************************************************body  ********************************************************/

/* body */

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after { display: none !important; }
img { border: 0 none; max-width: 100%; vertical-align:middle;height:auto}
a { outline: none; cursor: pointer;transition:color 0.5s ease;text-decoration:none;color: inherit;}
svg path{transition:fill 0.5s ease,stroke 0.5s ease; }
svg{vertical-align:middle; }
a:focus { outline: none; text-decoration: none; }
p { font-size: 20px; line-height: 24px;margin-bottom: 30px; }
/* .hs-embed-wrapper{ margin-bottom: 35px!important;} */
h1,h2,h3,h4,h5,h6{font-weight:700;}

.tbl {display:table;width:100%;height:100%;}
.tbl-cell {display:table-cell;vertical-align:middle}
.vmiddle{align-items:center;}
.vbottom{align-items:flex-end;}
.hcenter{justify-content:center;}
.hright{justify-content:right;}
.tc{text-align:center;}
.tr{text-align:right;}
.tl{text-align:left;}
.container{ max-width: 1340px; width:100% !important; margin-left: auto !important; margin-right: auto !important; float: none !important; padding-left: 20px; padding-right: 20px; }
/* .page_center{max-width:1920px;width:100%; margin-left: auto !important; margin-right: auto !important; float: none;} */
/* .dis-flex>.row-fluid-wrapper>.row-fluid:before, .dis-flex>.row-fluid-wrapper>.row-fluid:after{display:none;} */
.clear { clear: both; }

.body-container.container-fluid {  padding: 0;}

.bg, .overlay { background-size:cover; background-position:center; position:relative; background-repeat: no-repeat; }
.overlay{ position: relative;  }
.overlay:before { content:'';  top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; background: rgba(30, 44, 63, 0.4);}
.overlay > * { position:relative; z-index:2; }
.overlay.overlayOne:before { background: rgba(30, 44, 63, 0.05); }
.overlay.blueOverlay:before { background: rgba(25, 150, 205, 0.8); }

/* Form CSS Start here */

input::-webkit-input-placeholder { color: ; opacity:1; } /* WebKit browsers */
input:-moz-placeholder { color: ; opacity:1; } /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: ; opacity:1; } /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: ; opacity:1; } /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color:; opacity:1; } /* WebKit browsers */
textarea:-moz-placeholder { color: ; opacity:1; } /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: ; opacity:1; } /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: ; opacity:1; } /* Internet Explorer 10+ */

select::-ms-expand {display: none;}
input::-ms-clear { display:none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {-webkit-box-shadow: 0 0 0 100px #ffffff inset;-moz-box-shadow: 0 0 0 100px #ffffff inset; box-shadow: 0 0 0 100px #ffffff inset;	color:rgba(100, 100, 100, 0.7); -webkit-text-fill-color: rgba(100, 100, 100, 0.7);}

input,textarea,select {border-radius: 0; }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: color 0.5s ease ; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; font-family:font-family: 'Roboto', sans-serif;;}
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:color 0.5s ease;}
textarea { overflow: auto; vertical-align: top; resize:none; 
  /*   height:450px; */
}



/* Fieldset */
form ul{list-style:none;padding: 0; margin: 0;}
/* form div.hs-form-field .input > ul > li > label{cursor:pointer;} */
form ul.hs-error-msgs { color: red; }
form .legal-consent-container .hs-error-msgs { position: relative; top: -20px; }
form .hs-form-required { display:inline; }
form .hs_error_rollup {display: none;}
.submitted-message { text-align: center; font-size:30px; }
.legal-consent-container .hs-error-msgs label{color:red !important}
form fieldset{max-width:100%;}
/* form div.hs-form-field{float:none !important;display: inline-block;vertical-align: top;width: 100%!important;margin-bottom: 25px;} */
form fieldset.form-columns-2 > div.hs-form-field{margin-right:2.9%; width: 48.5%!important;}
form fieldset.form-columns-2 > div.hs-form-field:last-child{margin-right:0;}
form fieldset.form-columns-3 > div.hs-form-field{margin-right:2.9%;width:31.4%!important;}
form fieldset.form-columns-3 > div.hs-form-field:last-child{margin-right:0;}

/* input */
form .input{margin-right:0 !important;}
form .hs-form-field > label{ width: 100%; pointer-events: none; display:block;margin-bottom:14px;font-size: 30px; line-height: 1.23;}



/* Select */
form select { -moz-appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url('https://discover.porziolifesciences.com/hubfs/PLS/images/Icon%20ionic-ios-arrow-back.png'); background-position: right 15px center; background-repeat: no-repeat; background-size: 24px auto; padding-right: 50px; }

/* Radio Button */
form .input ul.inputs-list li label input[type="radio"]:checked+span:before {box-shadow:0 0 0 8px  inset; border: 2px solid ;}
form .input ul.inputs-list li label input[type="radio"] { opacity: 0; display:none !important;}
form .input ul.inputs-list li label input[type="radio"]+span:before { position: absolute; content: ''; left: 0; top: 0; width: 38px; height: 38px; text-align: center; border: 2px solid ; border-radius:50%;}
form .input ul.inputs-list li label input[type="radio"]+span { position: relative; display: flex; padding-left: 64px; min-height: 38px; align-items: center; }

/* Check Box */
form .input ul.inputs-list li label input[type="checkbox"]:checked+span:before { background-image: url('https://discover.porziolifesciences.com/hubfs/PLS/images/Tick.png'); background-size:75%; background-position: center center; background-repeat: no-repeat; }
form .input ul.inputs-list li label input[type="checkbox"] { opacity: 0; display:none !important;}
form .input ul.inputs-list li label input[type="checkbox"]+span:before { position: absolute; content: ''; left: 0; top:-5px; width: 38px; height: 42px; text-align: center; border: 2px solid ; }
form .input ul.inputs-list li label input[type="checkbox"]+span { position: relative;  padding-left: 64px; min-height: 42px; align-items: center; }

/* Button */
form .actions{text-align:right;}
form .hs-submit { margin-top: 33px; }
form .hs_submit input { background:;border: 3px solid ; font-size: 30px; text-align: center; font-weight: 500; padding: 11px 25px; display: inline-block; color: #FFFFFF; transition: color .5s ease,background .5s ease,border .5s ease,opacity .5s ease; min-width: 212px; text-transform: uppercase;}
form .hs_submit input:hover{ background-color:transparent;color:;}

/* Check Box & Radio Button in One Col */
form div.hs-form-field .input > ul > li{margin:0 0 28px;}
form .legal-consent-container .hs-form-booleancheckbox-display>span { margin-left: 0; }
form .legal-consent-container .field.hs-form-field { margin-bottom: 0; }
form .legal-consent-container a { font-weight:  700; }
form .legal-consent-container a:hover { color:; }


/* mailchimp Form styling */



form fieldset {display: -webkit-box; display: -webkit-flex;display: -ms-flexbox; display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
form fieldset.form_columns_1 .field { width:100% !important; margin-right: 0;}
form fieldset.form_columns_2 .field { width:49% !important; }
form fieldset.form_columns_3 .field { width:32% !important; }
form fieldset.form_columns_2 .field:nth-child(2n+2){margin-right:0;}
form fieldset.form_columns_3 .field:nth-child(3n+3){margin-right:0;}
form .field { padding:0 0 15px;margin-right: 2%; }
form fieldset.form_columns_2.inner_fileds .field { padding-bottom: 0;}
form fieldset.form_columns_2.inner_fileds .field_1 {width: 48%;margin-right: 3%;}
form fieldset.form_columns_2.inner_fileds .field_2 { width: 49%;}

form fieldset .field label {display: block;color: #9B9B9B;font-size: 18px;line-height: 26px;font-family: 'Roboto', sans-serif;;font-weight: bold;margin-bottom: 8px;}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select{padding: 8px 8px 8px 0; width: 100% !important; margin: 0 0 3px; background-color: transparent; font-family: 'Roboto',sans-serif; border: 0; border-bottom: 1px solid #E5E9EA !important; font-size: 20px;
  line-height: 24px; color: rgba(100, 100, 100, 0.7) !important; font-weight: 400;}


form fieldset.form_columns_2 .field.file_upload_text {width: calc(100% - 175px) !important;}
form fieldset.form_columns_2 .field.file_upload_btn {width: 154px !important;margin-top: 20px;}
form fieldset.form_columns_2.file_upload_text {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;}

form fieldset.form_columns_1 > .field > .mc-field-group .select{width:100%; max-width:100%;margin: 0 !important;}
form fieldset.form_columns_1 > .field > .mc-field-group .select .select-styled {background: #fff; padding: 8px 8px 8px 0; width: 100% !important; margin: 0 0 3px;background-color: transparent;font-family: 'Roboto',sans-serif;border: 0;border-bottom: 1px solid #e5e9ea !important;font-size: 20px;line-height: 24px;color: rgba(100,100,100,0.7) !important;font-weight: 400;}
form fieldset.form_columns_1 > .field > .mc-field-group textarea { min-height: 56px;padding: 8px 8px 8px 0;width: 100% !important; margin: 0 0 3px;background-color: transparent; font-family: 'Roboto',sans-serif;border: 0;border-bottom: 1px solid #E5E9EA;font-size: 20px;line-height: 24px;color: rgba(100, 100, 100, 0.7);font-weight: 400;}
form fieldset.form_columns_1 > .field > .mc-field-group .select ul.select-options li:hover { background: #ebbe47;}

span.select2-selection.select2-selection--single {padding: 8px 8px 8px 0; width: 100% !important; margin: 0 0 3px;background-color: transparent; font-family: 'Roboto',sans-serif;border: 0; border-bottom: 1px solid #e5e9ea !important; font-size: 20px;line-height: 24px;color: rgba(100,100,100,0.7) !important; font-weight: 400; display: inline-table;}
.select2-container--default .select2-selection--single .select2-selection__rendered {padding-left: 0;color: rgba(100,100,100,0.7) !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 50%; transform: translateY(-50%);}
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-width: 7px 5px 0 5px;}
.select2-container--default .select2-results__option[aria-selected=true] {background-color: #123356; color: #fff;}
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #ebbe47;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-width: 0 5px 7px 5px;}
.select2-container { width: 100% !important;}

div#mce-error-response, div#mce-success-response {display: flex; flex-wrap: wrap;align-items: center;justify-content: center;height: 200px;flex-direction: column;text-align: center;}

/* div#mce-responses {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: 464px;
} */

.selectize-input>input ,.selectize-input>*{    
  width: 100% !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: rgba(100,100,100,0.7) !important;}
.selectize-input { border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #e5e9ea !important;
  margin: 0 0 3px !important;
  padding: 8px 30px 8px 0 !important;}   
form fieldset.form_columns_1.selectize .field { padding-bottom: 8px;}
.selectize-dropdown .active { background: #396cf0 !important; color: #ffff !important;}
.selectize-input>.item { font-size: 20px !important; line-height: 24px !important; color: rgba(100,100,100,0.7) !important;}





form fieldset.check_box_list ul li {color: #ffffff;font-size: 18px;line-height: 26px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 18px;}
form fieldset input[type=checkbox] {height: 30px;width: 30px; margin-right: 10px;}
form fieldset input[type=checkbox]:checked{background: #EF5126 !important;}
form fieldset.check_box_list {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox; display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap; width: 100%;}
.check_list_left ul li label {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox; display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.check_list_right ul li label {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.field.radio_list  ul li label {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.field.radio_list ul {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.field.radio_list ul li {margin-right: 20px;}

.check_list_left {width: 50%;}
.check_list_right {width: 50%;}

.form_p3_flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}

form fieldset .field input[type="submit"]{width: 100%;background: #275DB2;padding: 14px 32px;border: 1px solid #275DB2;color: #ffffff;font-size: 20px; line-height: 18px !important;font-weight: 700; font-family: 'Roboto',sans-serif;}
form fieldset .field input[type="submit"]:hover {background: transparent;color:#275DB2}
form fieldset.form_columns_1.submit_btn .field {padding-bottom: 0;  padding-top: 30px;}

/* .field.radio_list { width: 220px !important;margin-right: 1.5% !important;}
.field.if_yes_drop { width: 324px; margin-right: 1.5% !important;}
.field.if.no_drop { width: 400px;margin-right: 0 !important;}
.field.if_yes_drop sekect {width: 100%;}
form fieldset .field select {width: 100%; background: #fff; padding: 11px 10px;-webkit-appearance: none;appearance: none;
-moz-appearance: none; -webkit-appearance: none;background: #fff url(https://4275153.fs1.hubspotusercontent-na1.net/hubfs/4275153/Techdata%202021/Images/arrows-up-and-down-filled-triangles.svg);
background-position: 97% center !important;background-repeat: no-repeat !important;background-size: 16px auto; cursor: pointer;line-height: 22px;}
*/

form fieldset input[type="radio"]{height: 30px;width: 30px; margin-right: 10px;}
form fieldset textarea { min-height: 86px; width: 100%;padding: 11px 10px;}


/* .posi input:checked ~ .checkmark_r { background-color: #cfcfcf;}
.checkmark_r { position: absolute; top: 0; left: 0; height: 30px; width: 30px;background-color: #fff; border-radius: 0;}
.field.radio_list  ul li label.posi { position: relative;padding-left: 40px;margin-bottom: 0;line-height: 30px;cursor: pointer;}
.field.radio_list  ul li label.posi  input[type="radio"] {position: absolute;opacity: 0;cursor: pointer;} */
/* .posi:hover input ~ .checkmark_r { background-color: #ccc;} */
/* .posi input:checked ~ .checkmark_r {background-color: #ffffff;}
.checkmark_r:after {content: "";  position: absolute; display: none;}
.posi input:checked ~ .checkmark_r:after { display: block;}
.posi .checkmark_r:after {top: 50%;left: 50%;width: 15px; height: 15px;border-radius: 5px; background: #ef5126;line-height: 15px;transform: translate(-50%, -50%);}
*/


/* Hide the browser's default checkbox */
.form_part6_fields ul li label.relative{ position: relative; padding-left: 45px;line-height: 30px;cursor: pointer;}
.check_list_left  ul li label.relative{ position: relative; padding-left: 40px;line-height: 30px;cursor: pointer;}
.check_list_right  ul li label.relative{ position: relative; padding-left: 40px;line-height: 30px;cursor: pointer;}
.relative input {position: absolute;opacity: 0; cursor: pointer; height: 0;  width: 0;}
.checkmark_c {position: absolute;top: 0;left: 0; height: 30px;width: 30px; background-color: #eee;}
/* .relative:hover input ~ .checkmark_c {background-color: #fff;} */
.relative input:checked ~ .checkmark_c {background-color: #fff;}
.checkmark_c:after {content: "";  position: absolute;  display: none;}
.relative input:checked ~ .checkmark_c:after { display: block;}
.relative .checkmark_c:after {left: 10px; top: 5px;width: 9px; height: 16px;border: solid #ef5126;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);}


.form_part6_fields ul li label.rel{ position: relative; padding-left: 45px;line-height: 30px;cursor: pointer;}
.check_list_left  ul li label.rel{ position: relative; padding-left: 40px;line-height: 30px;cursor: pointer;}
.check_list_right  ul li label.rel{ position: relative; padding-left: 40px;line-height: 30px;cursor: pointer;}
.rel input {position: absolute;opacity: 0; cursor: pointer; height: 0;  width: 0;}
.checkmark_c {position: absolute;top: 0;left: 0; height: 30px;width: 30px; background-color: #eee;}
/* .relative:hover input ~ .checkmark_c {background-color: #fff;} */
.rel input:checked ~ .checkmark_c {background-color: #fff;}
.checkmark_c:after {content: "";  position: absolute;  display: none;}
.rel input:checked ~ .checkmark_c:after { display: block;}
.rel .checkmark_c:after {left: 10px; top: 5px;width: 9px; height: 16px;border: solid #ef5126;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);}

label.error{ color: red !important;font-weight: 400 !important; font-size: 16px !important;line-height: 22px !important;}
label.msg-error {color: red !important;font-weight: 400 !important;font-size: 16px !important;line-height: 22px !important;}


.rectangle_img_1{position:relative;}
.rectangle_img_1::before{background-image: url(https://4275153.fs1.hubspotusercontent-na1.net/hubfs/4275153/Techdata%202021/Images/Group%2058.svg);
  background-repeat: no-repeat;background-size: 100% auto;position: absolute;left: 0;top: 0;height: 100%;width: 100%;content: '';bottom: 0;right: 0;}

/*Placeholder opacity cross browsers*/
form input::-webkit-input-placeholder { color:  rgba(100, 100, 100, 0.7); opacity:1;} /* WebKit browsers */
form input:-moz-placeholder { color:  rgba(100, 100, 100, 0.7); opacity:1;} /* Mozilla Firefox 4 to 18 */
form input::-moz-placeholder { color:  rgba(100, 100, 100, 0.7); opacity:1;} /* Mozilla Firefox 19+ */
form input:-ms-input-placeholder { color: rgba(100, 100, 100, 0.7); opacity:1;} /* Internet Explorer 10+ */
form textarea::-webkit-input-placeholder { color:  rgba(100, 100, 100, 0.7); opacity:1;} /* WebKit browsers */
form textarea:-moz-placeholder { color:  rgba(100, 100, 100, 0.7); opacity:1;} /* Mozilla Firefox 4 to 18 */
form textarea::-moz-placeholder { color:  rgba(100, 100, 100, 0.7); opacity:1;} /* Mozilla Firefox 19+ */
form textarea:-ms-input-placeholder { color:  rgba(100, 100, 100, 0.7); opacity:1;} /* Internet Explorer 10+ */
textarea { min-height:110px; }

::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown { color: rgba(100, 100, 100, 0.7); opacity: 1;}

input,textarea,select {border-radius: 0;}
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
/* button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; font-family: 'Helvetica-Regular';} */
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:all 0.5s ease;}
textarea { overflow: auto; vertical-align: top;resize:none; }



/* @media screen and (-webkit-min-device-pixel-ratio: 0) { _::-webkit-full-page-media, _:future, :root ,


} */

/* @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) { @media {
form fieldset .field input[type="submit"] { line-height: 32px;}
form fieldset .field select { line-height: 32px;}
}} */

.safari form fieldset .field select{ line-height: 32px;}
.safari form fieldset .field input[type="submit"] { line-height: 32px;}

.safari .form_part6_fields ul li label.rel{vertical-align: middle;align-items: center;}
.safari .form_part6_fields ul li:first-child label.rel{padding-top:0;}
.safari .form_part6_fields ul li:last-child label.rel{padding-top:5px;}
.safari .form_part6_fields ul li label.rel a{padding-bottom:10px;}
.safari .check_list_left ul li label.relative{padding-top:5px;}
.safari .check_list_right ul li label.relative{padding-top:4px;}

.chrome.mac .check_list_left ul li label.relative{padding-top:5px;}
.chrome.mac .check_list_right ul li label.relative{padding-top:5px;}

.chrome.mac .form_part6_fields ul li label.rel{vertical-align: middle;align-items: center;}
.chrome.mac .form_part6_fields ul li:first-child label.rel{padding-top:0;}
.chrome.mac .form_part6_fields ul li:last-child label.rel{padding-top:5px;}
.chrome.mac  .form_part6_fields ul li label.rel a{padding-bottom:10px;}

@media (max-width:1920px ) {

}
@media (max-width:1600px ) {

}

@media (max-width:1400px ) {

}
@media (max-width:1200px ) {
  .form_part_1 {padding: 80px 0;}
  .form_part_2 {padding: 80px 0;}
  .form_part_3 {padding: 80px 0;}
  .form_part_4 {padding: 80px 0;}
  .form_part_5 {padding: 80px 0;}   
  .form_part_6 {padding: 80px 0;}

}
@media (max-width:1024px ) {
  .form_part_1 {padding: 60px 0;}
  .form_part_2 {padding: 60px 0;}
  .form_part_3 {padding: 60px 0;}
  .form_part_4 {padding: 60px 0;}
  .form_part_5 {padding: 60px 0;}
  .form_part_6 {padding: 60px 0;}

  .field.if_yes_drop { width: 48%; margin-right: 2% !important;}
  .field.radio_list {width: 100% !important; margin-right: 0 !important;}
  .field.if.no_drop { width: 50%;}

}
@media (max-width:991px ) {
  form fieldset.form_columns_2.inner_fileds .field_2 {  width: 48%; margin-right: 0;}
  form fieldset.form_columns_2.inner_fileds .field_1 {  width: 49%;margin-right: 3%;}
  form fieldset .field label {font-size: 16px;line-height: 22px;}
  form fieldset.check_box_list ul li { font-size: 16px;line-height: 22px;}
  .form_part6_fields ul li label{ font-size: 16px;line-height: 22px;}
  /*   .field.if.no_drop {width: 360px;margin-right: 0 !important;} */

  .form_p2_left_title h2 {padding-bottom: 20px;}
  .form_p2_left_title {width: 100%;}
  .form_p2_right_lists {width: 100%;padding: 20px 0;}

  .form_p3_left_title h2 {padding-bottom: 20px;}
  .form_p3_left_title {width: 100%;}
  .form_p3_right_lists {width: 100%;padding: 20px 0;}

}
@media (max-width:767px ) {
  .form_part_1 {padding: 40px 0;}
  .form_part_2 {padding: 40px 0;}
  .form_part_3 {padding: 40px 0;}
  .form_part_4 {padding: 40px 0;}
  .form_part_5 {padding: 40px 0;}
  .form_part_6 {padding: 40px 0;}

  form fieldset.form_columns_2 .field {width: 100% !important;margin-right: 0;}
  form fieldset.form_columns_2.inner_fileds .field_1 {width: 100%;padding: 0 0 20px;margin-right: 0;}
  form fieldset.form_columns_2.inner_fileds .field_2 {width: 100%;margin-right: 0;}
  form fieldset.form_columns_3 .field {width: 100% !important;margin-right: 0;}
  .field.radio_list {width: 100% !important;margin-right: 0 !important;}
  .field.if_yes_drop {width: 100% !important;margin-right: 0 !important;}
  .field.if.no_drop {width: 100% !important;margin-right: 0 !important;}


  .check_list_left {width: 100%;}
  .check_list_right {width: 100%;}
  .form_p2_right_lists {padding: 20px 0 0 0;}
  .form_p3_right_lists {padding: 20px 0 0 0;}

  .checkmark_c { width: 20px; height: 20px;}
  .check_list_left ul li label.relative { line-height: 20px;padding-left: 30px;}
  .check_list_right ul li label.relative {line-height: 20px;padding-left: 30px;}
  .checkmark_r {height: 20px;width: 20px;}
  .field.radio_list ul li label.posi { line-height: 20px;padding-left: 30px;}
  .form_part6_fields ul li label.relative { line-height: 20px;padding-left: 30px;}
  .form_part6_border_parent {padding: 30px 0 40px;}
  .relative .checkmark_c:after { left: 7px; top: 4px;width: 6px;height: 12px;}
  form fieldset textarea { min-height: 60px;}
  .posi .checkmark_r:after {width: 10px;height: 10px;border-radius: 3px;line-height: 10px;}

  .form_p2_left_title h2{padding-bottom: 15px;}
  .form_p3_left_title h2{padding-bottom: 15px;}
  .form_p4_left_title h2{padding-bottom: 15px;}
  .form_p5_left_title h2{padding-bottom: 15px;}
  .form_p6_left_title h2{padding-bottom: 15px;}

  .form_part6_fields ul li:first-child {margin-bottom: 22px;}
  .terms_conditions-error {left: 30px;    bottom: -20px;}

}
@media (max-width:640px ) {

}
@media (max-width:480px ) {

}
@media (max-width:375px ) {

}





/* header and fonts style */

h1 {font-size:48px; line-height:50px;padding:0;}
h2 {font-size:42px; line-height:44px;padding:0;}
h3 {font-size:38px; line-height:44px;padding:0;}
h4 {font-size:30px; line-height:34px;padding:0;}
h5 {font-size:26px; line-height:38px;padding:0;}
h6 {font-size:24px; line-height:26px;padding:0;}

.font46 {font-size:46px; line-height:60px;}
.font40 {font-size:40px; line-height:48px;}
.font36 {font-size:36px; line-height:38px;}
.font22 {font-size:22px; line-height:32px;}
.font20 {font-size:20px; line-height:24px;}
.font18 {font-size:18px; line-height:24px;}
.font16 {font-size:16px; line-height:24px;}
.font14 {font-size:14px; line-height:24px;}
.font13 {font-size:13px; line-height:18px;}


/* CTA styles */
button.btn_white ,.btn_white a , a.btn_white { font-family: 'Roboto', sans-serif;;display: inline-block; background: #FFFFFF; border: 1px solid #FFFFFF;box-sizing: border-box;border-radius: 6px;font-style: normal;font-weight: normal;font-size: 18px;line-height: 18px;text-align: center;color: #275DB2; font-family: 'Roboto', sans-serif;padding: 14px 72px;    text-transform: uppercase;cursor: pointer;}
button.btn_whit:hover,.btn_white a:hover,a.btn_white:hover {background: #275DB2;color: #fff;border-color: #275DB2;text-decoration: none;}

button.btn_white_v2 ,.btn_white_v2 a, a.btn_white_v2 { display: inline-block; background: #fff;border: 1px solid #275db2;font-weight: 700;font-size: 18px;line-height: 18px;text-align: center;color: #275db2;font-family: 'Roboto',sans-serif;padding: 16px 49px;text-transform: uppercase;cursor: pointer;}
button.btn_white_v2:hover,.btn_white_v2 a:hover,a.btn_white_v2:hover {background: #275DB2;color: #fff;border-color: #275DB2;text-decoration: none;}

button.btn_white_v3, .btn_white_v3 a, a.btn_white_v3 {color: #396CF0; display: inline-block; background: #fff;border: 1px solid #396CF0; border-radius: 6px;min-width: 270px;padding: 14px 20px;font-weight: 700;font-size: 21px;line-height: 18px;text-transform: uppercase;cursor: pointer;font-family: 'Roboto',sans-serif;text-align: center;}
button.btn_white_v3:hover, .btn_white_v3 a:hover, a.btn_white_v3:hover {color: #fff; border-color: #396CF0;text-decoration: none;background: #396CF0;}

button.btn_w_bookapp,.btn_w_bookapp a , a.btn_w_bookapp { font-family: 'Roboto', sans-serif;;display: inline-block; min-width:200px;font-style: normal; font-weight: 700;font-size: 20px;line-height: 18px; color: #275DB2 !important; background:#FFFFFF;padding: 12px 10px; border: 1px solid #FFFFFF;text-transform: uppercase;cursor: pointer;border-radius: 0;}
button.btn_w_bookapp:hover,.btn_w_bookapp a:hover , a.btn_w_bookapp:hover {background: transparent;color: #fff;text-decoration: none;}

button.btn_w_signup ,.btn_w_signup a, a.btn_w_signup { font-family: 'Roboto', sans-serif;; display: inline-block;font-weight: 700;font-family: 'Roboto', sans-serif;font-size: 20px;line-height: 18px; color: #275DB2;background: #FFFFFF;padding: 14px 46px;border: 1px solid #FFFFFF;text-transform: uppercase;cursor: pointer;}
button.btn_w_signup:hover ,.btn_w_signup a:hover , a.btn_w_signup:hover {background: transparent !important;color: #fff;text-decoration: none;}

button.btn_yellow,.btn_yellow a , a.btn_yellow { font-family: 'Roboto', sans-serif;; text-transform: uppercase;font-weight: Bold;Font-size: 20px;Line-height: 18px;color:#FFFFFF !important; background:#EBBE47 ;display: inline-block;padding: 14px;border: 1px solid #EBBE47 !important;min-width: 174px;text-align: center;cursor: pointer;}
button.btn_yellow:hover , .btn_yellow a:hover ,a.btn_yellow:hover {background:#FFFFFF ;color: #EBBE47!important;border-color:#FFFFFF ; text-decoration: none;} 

button.btn_yellow_v2,.btn_yellow_v2 a , a.btn_yellow_v2 { font-family: 'Roboto', sans-serif;; text-transform: uppercase;font-weight: Bold;Font-size: 20px;Line-height: 18px;color:#FFFFFF !important; background:#EBBE47 ;display: inline-block;padding: 14px;border: 1px solid #EBBE47 !important;min-width: 174px;text-align: center;cursor: pointer;;border-radius: 15px;}
button.btn_yellow_v2:hover , .btn_yellow_v2 a:hover ,a.btn_yellow_v2:hover {background:#FFFFFF ;color: #EBBE47!important;border-color:#FFFFFF ; text-decoration: none;} 

button.btn_yellow_v3,.btn_yellow_v3 a , a.btn_yellow_v3 { font-family: 'Roboto', sans-serif;; text-transform: uppercase;font-weight: Bold;Font-size: 20px;Line-height: 18px;color:#FFFFFF !important; background:#EBBE47 ;display: inline-block;padding: 14px;border: 1px solid #EBBE47 !important;min-width: 174px;text-align: center;cursor: pointer;    border-radius: 0;}
button.btn_yellow_v3:hover , .btn_yellow_v3 a:hover ,a.btn_yellow_v3:hover {background:#FFFFFF ;color: #EBBE47!important;border-color:#FFFFFF ; text-decoration: none;} 

button.btn_blue  , .btn_blue a , a.btn_blue { font-family: 'Roboto', sans-serif;; text-transform: uppercase;font-weight: Bold;Font-size: 18px;Line-height: 18px;color:#FFFFFF !important; background-color: #275DB2;display: inline-block;padding: 14px;border: 1px solid #275DB2 !important;min-width: 181px;text-align: center;border-radius: 0;cursor: pointer;}
button.btn_blue:hover , .btn_blue a:hover ,a.btn_blue:hover,button.btn_blue:active, .btn_blue a:active, a.btn_blue:active{background-color: transparent !important;color: #275DB2 !important; text-decoration: none !important;}

button.btn_blue_big  , .btn_blue_big a , a.btn_blue_big { font-family: 'Roboto', sans-serif;; text-transform: uppercase;font-weight: Bold;Font-size: 20px;Line-height: 18px;color:#FFFFFF !important; background-color: #275DB2;display: inline-block;padding: 14px;border: 1px solid #275DB2 !important;min-width: 233px;text-align: center;border-radius: 0;cursor: pointer;}
button.btn_blue_big:hover , .btn_blue_big a:hover ,a.btn_blue_big:hover{background-color: transparent !important;color: #275DB2 !important; text-decoration: none !important;}

.banner_v1_cta_btn [data-hotdoc-button]:active,.banner_v1_cta_btn [data-hotdoc-button]:focus,.banner_v1_cta_btn [data-hotdoc-button]:hover { background-color: transparent !important;  color: #275db2 !important; text-decoration: none;}

button.btn_blue_v2  , .btn_blue_v2 a , a.btn_blue_v2{ font-family: 'Roboto', sans-serif;; text-transform: uppercase;font-weight: Bold;Font-size: 20px;Line-height: 18px;color:#FFFFFF !important; background: #275DB2 ;display: inline-block;padding: 14px;border: 1px solid  #275DB2 !important;min-width: 181px;text-align: center;cursor: pointer;}
button.btn_blue_v2:hover , .btn_blue_v2 a:hover ,a.btn_blue_v2:hover {background-color:#FFFFFF !important;color: #275DB2!important;border-color:#FFFFFF ; text-decoration: none;}

button.btn_blue_big a , .btn_blue_big a ,a.btn_blue_big { font-family: 'Roboto', sans-serif;;font-weight: Bold;Font-size: 20px;Line-height: 18px;color:#FFFFFF !important; background: #1C58EF;display: inline-block;padding: 14px 22px;border: 1px solid #1C58EF !important;border-radius: 3px;}
button.btn_blue_big a:hover ,.btn_blue_big a:hover ,a.btn_blue_big:hover {background-color: transparent !important;color: #1C58EF !important; text-decoration: none;}

button.btn_blue_v3, .btn_blue_v3 a, a.btn_blue_v3 {color: #275DB2; display: inline-block; background: #fff;border: 1px solid #275DB2; border-radius: 6px;min-width: 270px;padding: 14px 20px;font-weight: 700;font-size: 20px;line-height: 18px;text-transform: uppercase;cursor: pointer;font-family: 'Roboto',sans-serif;text-align: center;}
button.btn_blue_v3:hover, .btn_blue_v3 a:hover, a.btn_blue_v3:hover {color: #fff; border-color: #275DB2;text-decoration: none;background: #275DB2;}


/* rich text list style */
.comrichtext ul,.comrichtext ol{margin-bottom: 20px;}
.comrichtext ul li {color: #646464;padding: 0 0 10px 18px;position: relative;font-size: 20px;line-height: 24px}
.comrichtext ul li:before {content: '';	position: absolute;	height: 6px;	width: 6px;	background: #646464;	border-radius: 50%;	left: 0;top: 10px}
.comrichtext a {display: inline-block;	font-size: 20px;	line-height: 24px;	font-weight:  700;	color: #172c3a}
.comrichtext a:hover {cursor: pointer;	text-decoration: underline}
.comrichtext ol li {color: #172c3a;	padding: 0 0 10px 20px;	position: relative;	font-size: 20px;	line-height: 24px;	counter-increment: my-awesome-counter;}
.comrichtext ol li:before {content: counter(my-awesome-counter) ". ";	position: absolute;	height: 8px;	width: 8px;	left: 0}

.comrichtext_white ul li {color: #FFFFFF;	padding: 0 0 10px 20px;position: relative;font-size: 20px;line-height: 24px}
.comrichtext_white ul li:before {content: '';position: absolute;height: 8px;width: 8px;	background: #FFFFFF;border-radius: 50%;left: 0;top: 6px}
.comrichtext_white a {display: inline-block;font-size: 20px;line-height: 24px;font-weight:  700;color: #FFFFFF;}
.comrichtext_white a:hover {cursor: pointer;text-decoration: underline}
.comrichtext_white ol li {color: #FFFFFF;	padding: 0 0 10px 20px;position: relative;font-size: 20px;line-height: 24px;counter-increment: my-awesome-counter;}
.comrichtext_white ol li:before {content: counter(my-awesome-counter)  ". ";position: absolute;	height: 8px;width: 8px;left: 0}

.theamrichtext ul li {color: #00000080;	padding: 0 0 10px 20px;position: relative;font-size: 20px;line-height: 24px}
.theamrichtext ul li:before {content: '';position: absolute;height: 8px;width: 8px;	background: #00000080;border-radius: 50%;left: 0;top: 6px}
.theamrichtext a {display: inline-block;font-size: 20px;line-height: 24px;font-weight:  700;color: #00000080}
.theamrichtext a:hover {cursor: pointer;text-decoration: underline}
.theamrichtext ol li {color: #00000080;	padding: 0 0 10px 20px;position: relative;font-size: 20px;line-height: 24px;counter-increment: my-awesome-counter;}
.theamrichtext ol li:before {content: counter(my-awesome-counter)  ". ";position: absolute;	height: 8px;width: 8px;left: 0}



/******************************************************************************************************************************************************************************
Menu Css
*******************************************************************************************************************************************************************************/
.wrapper-header{background: #ffffff;position:relative;}
.wrapper-header .container {max-width: 1800px;margin-left: auto !important;margin-right: auto !important;float: none; padding-left: 20px;padding-right: 20px;}
.wrapper-header .container > div {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;align-items: center;}
.wrapper-header .logo {width: 439px;height: 130px;margin: 0 !important; }
.wrapper-header .menu {width: calc(100% - 440px)!important;margin: 0 !important;padding: 20px 0 20px 20px;}

.wrapper-header .logo > a > svg {height: 130px;}

/*************************************Depth 1****************************************************/
.wrapper-header .menu .hs-menu-wrapper > ul{display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;justify-content: flex-end;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > a{color: #1E2023;font-weight: normal; font-size: 24px;line-height: 27px; padding: 30px 26px;display: inline-block;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > a{color: #1E2023; font-weight: normal; font-size: 24px; line-height: 27px; padding: 30px 26px; display: inline-block; position: relative;}
/* .wrapper-header .menu ul > li.hs-menu-depth-1 > a:after {content: '';position: absolute;height: 2px;width: 96%;background: rgba(245,180,24,0);top: 70%;left: 7%;-webkit-transition: background .2s ease,top .2s ease;transition: background .2s ease,top .2s ease;} */
.wrapper-header .menu ul > li.hs-menu-depth-1:hover a:after {top: 77%; background: #EBBE47;}


/* .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > a:before,
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before,
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before */

/* .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before, */
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before,
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before
{content: "\f0d7"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;color: #000000; font-size: 16px;position: absolute;  top: 43px; right: 10px; transition: all 0.5s ease; -moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;transform: translateY(-50%);}
.wrapper-header .menu ul > li.hs-menu-depth-1:hover > a, .wrapper-header .menu ul > li.hs-menu-depth-1:active > a{color: #1C58EF;}
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a ,li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:active > a{color: #1C58EF;}


/*************************************Depth 2****************************************************/
.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children{position:relative;}
.wrapper-header .menu ul > li.hs-menu-depth-1:hover{background:transparent;}
.wrapper-header .menu ul > li.hs-menu-depth-2 > a{color:#fff;padding:10px 15px;display: inline-block;font-size:inherit;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper{position: absolute; background: #123356; width: 100%; min-width: 200px;visibility: hidden;z-index:2;left:5%;top:85%;box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}
.wrapper-header .menu ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper{visibility:visible;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger{position: absolute; top:21px;right:19px;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i{position: relative;}
/*.wrapper-header .menu ul > li.hs-menu-depth-1:hover > .child-trigger i:before{color:transparent;}*/
.wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before{content: "\f0d7";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #000;font-size: 16px;position: absolute;top: 10px;left: 0;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ;}



/* .wrapper-header .menu ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper{left:-14%;} */



/*************************************Depth 3****************************************************/
.wrapper-header .menu ul > li.hs-menu-depth-2.hs-item-has-children{position: relative;}
.wrapper-header .menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{position: absolute; background: #f1c319; width: 100%; min-width:150px;visibility: visible;left:100%;top:0px;border-left:1px solid #fff;}
/* .wrapper-header .menu ul > li.hs-menu-depth-2:hover > ul.hs-menu-children-wrapper{visibility:visible;} */    
.wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger{ position: absolute; top: 0px; right: 20px; }
.wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger i{position: relative;}
.wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger i:before{content: "\f0d7";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #fff;font-size: 16px;position: absolute;top: 10px;left: 0;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ;left:-15px; }
/*.wrapper-header .menu ul > li.hs-menu-depth-2:hover > .child-trigger i:before{color:transparent;}*/
.wrapper-header .menu ul > li.hs-menu-depth-3 > a{color:#000;padding:10px 15px;display: inline-block;font-size:inherit;}



/* updated menu */

.wrapper-header .menu ul > li.hs-menu-depth-2 {
  /*   border-bottom: 1px solid #fff; */
  border: 1px solid #fff;
}
.wrapper-header .menu ul > li.hs-menu-depth-2:hover { background: #EBBE47;}
/* .wrapper-header .menu ul > li.hs-menu-depth-2:last-child {border-bottom: none;} */




/* .wrapper-header .menu ul > li.hs-menu-depth-1:hover > .new{visibility:visible;opacity:1;} */
/* .wrapper-header .menu ul > li.hs-menu-depth-1:hover > .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:first-child > ul{visibility: visible;} */

/* .wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {width: 100%;border-color: #fff; border-right: 1px solid #fff;} */

.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children,
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new1 > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children
{width: 100%;border-color: #fff;background: #123356;border-right: 1px solid #fff;border: 1px solid #fff;box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}

.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper,
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new1 > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper 
{display: flex;flex-wrap: wrap;flex-direction: row; width: 100%;  background: transparent; width: 500px; border: none;}

.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper { width: 200px;padding: 0;}
/* .wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper > li:nth-child(2n+2) { margin-right: 0;} */

.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper,
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new1 > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper
{display: flex;flex-wrap: wrap;flex-direction: row;width: 500px;border: 0;background-color: rgba(270,270,270,0.92);border: 1px solid #fff;box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}

/* .wrapper-header .menu ul > li.hs-menu-depth-1 > .new {position: absolute; width: 1000px;visibility: hidden; max-width: 100%; left: 29.5%;overflow: hidden;opacity: 0;  min-height: 400px;top: 75%;
background-color: rgba(270,270,270,0.92);z-index: 2;  border: 1px solid #fff;transition: all .5s ease-in-out 0s;-moz-transition: all .5s ease-in-out 0s;  -ms-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;-webkit-transition: all .5s ease-in-out 0s; box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);} */

/* .wrapper-header .menu ul > li.hs-menu-depth-1 > .new { position: absolute; width: 750px;max-width: 100%;left: 29.5%;overflow: hidden; min-height: 380px;top: 75%; background-color: rgba(270,270,270,0.92); z-index: 2; border: 1px solid #fff; box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);display:none;} */

.wrapper-header .menu ul > li.hs-menu-depth-1 > .new {position: absolute; width: 100%;min-width: 500px;height: 100%;min-height: 700px;max-width: 200px;overflow: hidden;z-index: 2;top: 84%;display:none;}
/* .wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper { display: flex !important;flex-wrap: wrap;margin: 0 auto 0 0 !important;flex-direction: column;background: rgba(18, 51, 86,0.96); width: 200px;position: relative; opacity: 1;min-height:380px;} */

.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper {display: flex !important;flex-wrap: wrap;margin: 0 auto 0 0 !important;flex-direction: column;width: 200px;position: relative;opacity: 1;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:last-child {  border-bottom: 1px solid #fff;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover { background: #EBBE47;}
/* .wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper:before {content: '';position: absolute;background: #fff;height: 400px;width: 1px;right: 0;} */
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper:before,
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new1 > ul.hs-menu-children-wrapper:before
{content: '';position: absolute;background: #fff;width: 1px;right: 0;}


.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1:nth-child(1) ul > li.hs-menu-item.hs-menu-depth-2:nth-child(3) > ul,
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1:nth-child(1) ul > li.hs-menu-item.hs-menu-depth-2:nth-child(4) > ul{flex-direction: column;}
.wrapper-header .menu ul > li.hs-menu-depth-1:last-child > ul.hs-menu-children-wrapper { right: 0; left: 0;}

.group_title {  width: 100%;}
.group_title li a { font-size: 20px; line-height: 31px; font-weight: bold !important; color: #1E2023!important;}
.group_title li { border-bottom: 3px solid #ccc !important;padding: 6px 8px;}
/* .group1,.group2, .group3, .group4 , .group5, .group6 { width: 50%;} */

.group1, .group2, .group3, .group4, .group5, .group6 {width: 100%;}

.group1 li a ,.group2 li a,.group3 li a,.group4 li a,.group5 li a,.group6 li a { display: inline-block; margin: 8px 12px; color: #1E2023; border-bottom: 1px solid transparent;}
.group1 li a:hover ,.group2 li a:hover ,.group3 li a:hover ,.group4 li a:hover ,.group5 li a:hover ,.group6 li a:hover  { border-bottom: 1px solid #1E2023;}

.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > .child-trigger { display: none;}
/* .wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul >  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {position: inherit !important;} */
.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {  position: initial !important;}
.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a {display:block;position: relative;}
.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:before
{content: "\f054 ";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit; color: #fff; font-size: 13px; position: absolute;
  top: 10px; right: 15px; transition: all .5s ease; -moz-transition: all .5s ease;-ms-transition: all .5s ease;  -o-transition: all .5s ease; -webkit-transition: all .5s ease;}

.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:not(:first-child) > ul{display:none;} 

/* .wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:not(:nth-child(-n+3)) > ul{display:none;}  */

/* .wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:not(:nth-child(2)) > ul{display:none;} 
.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:not(:nth-child(3)) > ul{display:none;}  */

.gecko .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger{top: 37px;}



/* UPdated jan 17-1-2022 */

/* .wrapper-header .menu ul > li.hs-menu-depth-1 > a {padding: 30px 21px;} */

.wrapper-header .menu ul > li.hs-menu-depth-1 > a { margin: 0 20px;padding: 30px 0;}

/* .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before,  */
/* .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before, 
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before {right: 5px;} */
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before,
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before {right: -15px;}

.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3):hover > a:before, 
.wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4):hover > a:before { color: #1c58ef;}

.wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before {left: 5px;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new { top: 84%;}
.wrapper-header .menu ul > li.hs-menu-depth-1 > .new { top: 73%;}
.mob_menu_search_box.search-doctors { display: none;}


.open-search .menu_search_box {display: block;}
.header_main {position: relative;}
.menu_search_box {position: absolute; right: 0;display:none;}
.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children .new > ul > li.hs-menu-item.hs-menu-depth-2 > a { padding: 10px 30px 10px 15px;}

/*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .new { left: 66%;  } */

/*   .wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
position: absolute;
background: #123356;
width: 100%;
min-width: 200px;
visibility: hidden;
z-index: 2;
left: 23%;
background:red;
} */


.wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper:before {content: '';position: absolute;background: transparent;width: 130%;height: 130%;left: -30px;z-index: -1;cursor: pointer;top: -20px;}



/******************************************************************************************************************************************************************************
Footer Css
*******************************************************************************************************************************************************************************/

.nscc-counter-number:last-child {border-right:none;}
.nscc-counter { background: #f3f6ff;box-shadow: 0px 0px 5px 0px #929caa4d;border-radius: 4px; padding: 29px 47px; margin: 0 auto;max-width: 380px;    text-align: center;}
.nscc-counter-text { font-size: 16px; line-height: 24px; text-align: center; color: #1d4647; max-width: 285px; margin: 0 auto; padding-bottom: 30px;}
.nscc-counter-numbers { color: #fff; background-color: #275db2; border-radius: 2px; width: 100%;max-width: 244px;margin: 0 auto;font-size: 34px; line-height: 36px;padding: 6px 10px;}

a.social_icon svg { width: 20px;height: 16px; min-width:16px;}
.footer_conatiner {max-width: 1600px;width: 100%;margin-left: auto !important;margin-right: auto !important;float: none; padding-left: 20px;padding-right: 20px;}

.footer_form_parent {width: 27%;padding-right:120px;}
.footer_menu_parent {width: 42%; 
  /*   border-right: 1px solid #B1AFAF;  border-left: 1px solid #B1AFAF; */
}
.footer_views_parent {width: 31%; padding-left: 116px;}

/* updated */
.footer_top {background: #fff; padding: 100px 0;}
.footer_menu span > div { width: 100%; max-width: 480px;margin: 0 auto;padding:0 20px;}
.footer_social_links {  width: 100%; max-width: 480px; margin: 0 auto;padding:0 20px;padding-top: 15px;}
.footer_menu ul { display: flex;flex-wrap: wrap;justify-content: space-between;}
/* .footer_menu ul li { width: 46%;margin-bottom: 8px;display: inline-block;}
.footer_menu ul li.hs-menu-item.hs-menu-depth-1:nth-child(2n+2) { width: 42%;} */

.footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a { font-size: 22px;line-height: 32px; color: #1E2023;display: inline-block;border-bottom: 2px solid transparent;}
.footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a:hover { border-bottom: 2px solid #1E2023;}

.footer_social_links ul {display: flex;flex-wrap: wrap;}


.footer_social_links ul li a { cursor: pointer!important;  display: flex;flex-wrap: wrap;align-items: center;justify-content: center;color: #fff;border-radius: 50%;font-size: 0px;height: 40px; width: 40px;background: #396cf0;border: 1px solid #396cf0;text-align: center;line-height: 36px;}
.fa-instagram:before {font-size: 20px;}
.fa-facebook-f:before, .fa-facebook:before {font-size: 20px;}
.fa-youtube:before {font-size: 20px;}
.footer_social_links ul li a:hover {background: #fff;color: #396cf0;}
.footer_social_links ul li { margin-left: 20px;}
.footer_social_links ul li:first-child {margin-left: 0;}

.view_all_center_btn a {background: #EBBE47;box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);font-weight: 500;font-size: 16px;line-height: 24px;display: inline-block;color: #FFFFFF;min-width: 300px;padding: 11px 20px;text-align: center;border: 1px solid #EBBE47;}
.view_all_center_btn a:hover { background: #ffffff;color: #EBBE47;}
.view_all_center_btn {text-align: center;margin-bottom: 30px;}

/* footer bottom */
.footer_bottom_bg {background: #F3F3F3;text-align: center; padding: 24px 0;}
.footer_cp_cont p {margin-bottom: 0;font-size: 20px;line-height: 26px;color: #1E2023;}



.footer_menu ul>li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 { width: 100%;margin-bottom: 5px;}
.footer_menu ul>li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a {font-size: 18px;line-height: 28px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;}
.footer_menu ul>li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a:hover { border-bottom: 2px solid #1e2023;}




body.iframed.suburb  #widgetHeader>div { background: #fdb600;}
body.iframed.suburb  .button, body.iframed.suburb  button { background: #fdb600; border-color: #fdb600;  color: #fff;}



/* Footer updated Jan 2022 */
.footer_bottom_bg { padding: 10px 0;}
.footer_menu span > div{max-width: 100%;}
.footer_social_links {max-width: 100%;padding-top: 25px;}
.footer_social_links ul {justify-content: center;}
.footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a { margin-bottom: 20px;}

.footer_menu.footer_center_menu ul { display: flex; flex-wrap: wrap;}
.fgroup1 {width: 52%;padding-right: 92px;}
.fgroup2 {width: 48%;padding-right: 22px;}

.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {font-size: 20px;line-height: 26px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;text-transform: capitalize;}
.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover {border-bottom: 2px solid #1e2023;}
.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {padding-bottom: 35px;}
.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child {padding-bottom: 0;}
.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 > a {font-size: 17px;line-height: 24px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;text-transform: capitalize;}
.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 > a:hover {border-bottom: 2px solid #1e2023;}
.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul{display: block !important;}

.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {font-size: 20px;line-height: 26px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;text-transform: capitalize;}
.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover {border-bottom: 2px solid #1e2023;}
.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {padding-bottom: 30px;}
.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child {padding-bottom: 0;}
.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 > a {font-size: 17px;line-height: 24px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;text-transform: capitalize;}
.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 > a:hover {border-bottom: 2px solid #1e2023;}
.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul {display: block !important;;}

.footer_views_parent {padding-left: 20px;}
.view_all_center_btn { display: none;}
.footer_counter {display: none;}
.footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul {display: block !important;}
.footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {font-size: 20px;line-height: 26px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;margin-bottom: 15px;text-transform: capitalize;}
.footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover{border-bottom: 2px solid #1e2023;}
.footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children { padding-bottom: 30px;}
.footer_right_menu ul > li.hs-menu-item.hs-menu-depth-1 > a { font-size: 20px;line-height: 26px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;margin-bottom: 15px; text-transform: capitalize;}
.footer_right_menu ul > li.hs-menu-item.hs-menu-depth-1 > a:hover{border-bottom: 2px solid #1e2023;}
.footer_right_menu ul > li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a { font-size: 17px;line-height: 24px;color: #1e2023;display: inline-block;border-bottom: 2px solid transparent;}
.footer_right_menu ul > li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a:hover{border-bottom: 2px solid #1e2023;}

.footer_cp_cont p span {  display: block;}
.footer_cp_cont { max-width: 1110px; margin: 0 auto;}


.footer_top { padding: 30px 0 10px;}
.footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {padding-bottom: 20px;}
.footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {padding-bottom: 15px;}
.footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children { padding-bottom: 10px;}
.footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {margin-bottom: 0;}
.footer_social_links {padding-top: 15px;}
/* .footer_form form fieldset.form_columns_1 .field {padding: 0 0 8px;} */
.footer_menu_parent:after {position: absolute;height: 94%;width: 1px;background: #b1afaf;left: 0;content: ''; top: 0;}
.footer_menu_parent:before {content: '';position: absolute;right: 0;height: 94%;width: 1px;background: #b1afaf;}
.footer_menu_parent {position: relative;}
/* fieldset.form_columns_1.select_footer .field {padding: 0 !important;} */
/* .captcha.footer {margin-bottom: 8px;} */


/* li.hs-menu-item.hs-menu-depth-2.hs-item-has-children { display: none;}
.wrapper-header .menu ul>li.hs-menu-depth-2 { display: none;} */



.fb_iframe_widget.fb_invisible_flow > span > iframe { z-index: 1 !important;}

/* 29-6-2022 */
/* .fb_dialog { z-index: 1 !important;} */


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/



@media (min-width:3000px ) {

}

@media(min-width:1201px){
  .wrapper-header .hs-menu-wrapper{display:block !important;}
  .wrapper-header .mobile-trigger{display: none!important;}

  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .child-trigger i:before{color: #1C58EF;}
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child:hover > a:before{color: #1C58EF;}

  /*     .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2), 
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) */

  /*   .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2), */
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3), 
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4)
  {  position: inherit !important;}

  /*     .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .child-trigger,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .child-trigger,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .child-trigger */

  /*   .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .child-trigger, */
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .child-trigger,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .child-trigger
  { display: none;}

  .wrapper-header .menu .hs-menu-depth-2.hs-item-has-children > ul { display: none !important;}
  .wrapper-header .menu .hs-menu-depth-2.hs-item-has-children.active > ul {display: flex !important;}


  /*   Menu basket icon */
  /*   .wrapper-header .menu ul>li.hs-menu-depth-1:last-child>a {transition: all 450ms cubic-bezier(.4,.25,.3,1.3);height:87px; width: 215px; top: 0;left: 50%; transform: translateX(-50%); display: flex; justify-content: center;align-items: center; cursor: pointer; overflow: hidden;}
  .wrapper-header .menu ul>li.hs-menu-depth-1:last-child>a>span { transition: all 400ms cubic-bezier(.4,.25,.3,1.3) 100ms;position: absolute; left: 50%;vertical-align: middle; width: 100%;text-align: center;}
  .wrapper-header .menu ul>li.hs-menu-depth-1:last-child>a>span:first-child { transform: translate(-50%,-50%);top: 50%;}
  .wrapper-header .menu ul>li.hs-menu-depth-1:last-child>a>span:last-child {transform: translate(-50%,100%); text-transform: uppercase;top: 50%;opacity: 0;}
  .wrapper-header .menu ul>li.hs-menu-depth-1:last-child {position: relative;}
  .wrapper-header .menu ul>li.hs-menu-depth-1:last-child>a:hover span:first-of-type { opacity:0; }
  .wrapper-header .menu ul>li.hs-menu-depth-1:last-child>a:hover span:last-of-type {transform: translate(-50%,-50%); opacity:1;} */

  /*     .wrapper-header .menu ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > a,
  .wrapper-header .menu ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a,
  .wrapper-header .menu ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a */


  /*   .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a, */
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a, 
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a 
  { position: relative;}

  /* <span><i class="fa fa-shopping-basket" aria-hidden="true"></i></span> <span>shop</span> */

/*   .wrapper-header .menu ul>li.hs-menu-depth-1 { margin: 0 10px;} */



}

@media(max-width:1800px){
  .wrapper-header .logo {width: 250px;display: flex; flex-wrap: wrap;align-items: center; height: 100px;}
  .wrapper-header .menu {width: calc(100% - 250px)!important;}
  .header_main {align-items: center;}
  .wrapper-header .menu ul > li.hs-menu-depth-1 > a { font-size: 20px; line-height: 24px;}
  .wrapper-header .logo > a > svg { height: auto;}

  .gecko .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before{top:7px;}
  .gecko .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before, 
  .gecko .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before{top: 42px;}

}

@media (max-width:1700px ) {
  /*   .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a{font-size: 20px; line-height: 30px;} */
  .footer_form form .captcha { overflow: scroll;}
}


/* @media (max-width:1600px ) {


h1 {font-size:44px; line-height:48px;padding:0;}
h2 {font-size:40px; line-height:42px;padding:0;}
h3 {font-size:36px; line-height:40px;padding:0;}
h4 {font-size:28px; line-height:30px;padding:0;}
h5 {font-size:26px; line-height:38px;padding:0;}
h6 {font-size:24px; line-height:18px;padding:0;}

.font36 {font-size:28px; line-height:34px;}
.font22 {font-size:22px; line-height:32px;}
.font20 {font-size:20px; line-height:24px;}
.font18 {font-size:18px; line-height:24px;}
.font16 {font-size:16px; line-height:24px;}


} */


@media (max-width:1600px ) {
  .wrapper-header .container { max-width: 1250px;}
  .container {max-width: 1170px;}
  .footer_conatiner { max-width: 1170px;}

  h1 {font-size:36px; line-height:40px;}
  h2 {font-size:34px; line-height:38px;}
  h3 {font-size:32px; line-height:34px;}
  h4 {font-size:26px; line-height:30px;}
  h5 {font-size:24px; line-height:30px;}
  h6 {font-size:22px; line-height:24px;}

  .font36 {font-size:26px; line-height:30px;}
  .font22 {font-size:20px; line-height:30px;}
  .font20 {font-size:18px; line-height:24px;}
  .font18 {font-size:16px; line-height:20px;}
  .font16 {font-size:14px; line-height:20px;}

  p { font-size: 16px; line-height: 20px;margin-bottom: 20px; }

  .comrichtext ul li { font-size: 18px; line-height: 20px;}
  .comrichtext ul li:before { top: 6px;}
  .comrichtext a{ font-size: 18px; line-height: 20px;}
  .comrichtext ol li { font-size: 18px; line-height: 20px;}
  .comrichtext ol li:before { top: 6px;}

  .comrichtext_white ul li { font-size: 18px; line-height: 20px;}
  .comrichtext_white ul li:before { top: 6px;}
  .comrichtext_white a{ font-size: 18px; line-height: 20px;}
  .comrichtext_white ol li { font-size: 18px; line-height: 20px;}
  .comrichtext_white ol li:before { top: 6px;}

  .theamrichtext ul li { font-size: 18px; line-height: 20px;}
  .theamrichtext ul li:before { top: 6px;}
  .theamrichtext a{ font-size: 18px; line-height: 20px;}
  .theamrichtext ol li { font-size: 18px; line-height: 20px;}
  .theamrichtext ol li:before { top: 6px;}

  button.btn_blue ,.btn_blue a , a.btn_blue {Font-size: 16px; Line-height: 16px;}

  /*  menu   */
  .wrapper-header .menu ul > li.hs-menu-depth-1 > a {padding: 30px 22px; font-size: 16px; line-height: 20px;}
  .wrapper-header .menu ul > li.hs-menu-depth-1 > a {padding: 30px 18px; }
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .new {width: 800px;} */

  .wrapper-header .menu ul > li.hs-menu-depth-1 > a {padding: 30px 0;margin: 0 13px;}
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before { left: 0;} */
  .gecko .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before { top: 5px;}


  /*     .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before */

  /*   .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before, */
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before
  {top: 39px; right: 3px;}

  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before, 
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before { right: -18px; }


  .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger {top: 17px;right: 12px;}

  .wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper,
  .wrapper-header .menu ul > li.hs-menu-depth-1 > .new1 > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper
  {width: 450px;}
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .new { width: 650px;} */
  /*   .wrapper-header .menu ul>li.hs-menu-depth-1:last-child > a > span {top: 68%;} */
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1:last-child > a { height: 80px !important;}
  .wrapper-header .menu ul > li.hs-menu-depth-1:last-child >a {width: 200px;} */

  .fgroup1 {padding-right: 20px;}
  .fgroup2 { padding-right: 0;}

  /*   Footer */
  .footer_views_parent { padding-left: 50px;}
  .view_all_center_btn a { min-width: 210px;}
  /*   .footer_top { padding: 80px 0;} */
  /*   .footer_top {  padding: 60px 0;} */
  .footer_form_parent { padding-right: 50px;}

  .footer_form form .captcha { overflow: scroll;}

  .wrapper-header .menu ul > li.hs-menu-depth-2 > a{padding: 10px 10px;}
  .wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper{ min-height: 400px;}
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .new{ min-height: 400px;} */
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .new {  left: 51%;} */


  .wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper:before {width: 120%;height: 120%;left: -20px;}

  .gecko .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before, 
  .gecko .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before{top:39px;}

}


@media(max-width:1500px){
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > a {  padding: 30px 22px; font-size: 16px; line-height: 20px;} */
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > a {padding: 30px 18px; } */
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .new {width: 800px;} */






  /*     .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before */

  /*   .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before, */
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before
  {top: 39px; right: 3px;}

  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before, 
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before { right: -18px; }

  .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger {top: 17px;right: 12px;}

  .wrapper-header .menu ul > li.hs-menu-depth-1 > .new > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper,
  .wrapper-header .menu ul > li.hs-menu-depth-1 > .new1 > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper
  {width: 450px;}
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > .new { width: 650px;} */
  /*   .wrapper-header .menu ul>li.hs-menu-depth-1:last-child > a > span {top: 68%;} */
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1:last-child > a { height: 80px !important;}
  .wrapper-header .menu ul > li.hs-menu-depth-1:last-child >a {width: 150px;} */


}




@media (max-width:1450px ) {

  /*   .footer_top {  padding: 60px 0;} */

  .footer_menu span > div,.footer_social_links { max-width: 450px; }
  .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a,.footer_cp_cont p { font-size: 18px; line-height: 26px;}
  .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a {font-size: 16px; line-height: 25px;}


}
@media (max-width:1400px ) {
  /*   .group1, .group2, .group3, .group4, .group5, .group6 {width: 50%;} */

  .footer_form_parent {padding-right: 40px;}
  .footer_views_parent { padding-left: 40px;}

  /*   .wrapper-header .menu ul > li.hs-menu-depth-1:nth-last-child(2) > ul.hs-menu-children-wrapper{left: -10px;} */

  .wrapper-header .menu ul > li.hs-menu-depth-1 > .new {left: 50%;}


}

@media (max-width:1200px ) {

  /* header and fonts style */

  /*   h1 {font-size:42px; line-height:46px;padding:0;}
  h2 {font-size:38px; line-height:40px;padding:0;}
  h3 {font-size:34px; line-height:38px;padding:0;}
  h4 {font-size:26px; line-height:30px;padding:0;}
  h5 {font-size:24px; line-height:30px;padding:0;}
  h6 {font-size:22px; line-height:24px;padding:0;}

  .font36 {font-size:26px; line-height:30px;}
  .font22 {font-size:20px; line-height:30px;}
  .font20 {font-size:18px; line-height:24px;}
  .font18 {font-size:16px; line-height:20px;}
  .font16 {font-size:14px; line-height:20px;}

  p { font-size: 18px; line-height: 20px;margin-bottom: 30px; }

  .comrichtext ul li { font-size: 18px; line-height: 20px;}
  .comrichtext ul li:before { top: 6px;}
  .comrichtext a{ font-size: 18px; line-height: 20px;}
  .comrichtext ol li { font-size: 18px; line-height: 20px;}
  .comrichtext ol li:before { top: 6px;}

  .comrichtext_white ul li { font-size: 18px; line-height: 20px;}
  .comrichtext_white ul li:before { top: 6px;}
  .comrichtext_white a{ font-size: 18px; line-height: 20px;}
  .comrichtext_white ol li { font-size: 18px; line-height: 20px;}
  .comrichtext_white ol li:before { top: 6px;}

  .theamrichtext ul li { font-size: 18px; line-height: 20px;}
  .theamrichtext ul li:before { top: 6px;}
  .theamrichtext a{ font-size: 18px; line-height: 20px;}
  .theamrichtext ol li { font-size: 18px; line-height: 20px;}
  .theamrichtext ol li:before { top: 6px;} */

  .wrapper-header .menu ul li.hs-menu-depth-1 > a{font-size:14px;padding: 30px 15px;}

  .wrapper-header{padding:20px 0;}
  .wrapper-header .logo {width: 150px;height: auto;}
  .wrapper-header .logo > a > svg{height:auto;}
  .wrapper-header .menu { width: calc(100% - 150px)!important;}

  /**********************************************Toggle Icon***************************************/
  .wrapper-header .mobile-trigger{display: inline-block !important; cursor: pointer; position: absolute; right: -10px; width: 40px; padding: 20px 0px; z-index: 12; top: 28%;transform: translateX(-50%);}
  .wrapper-header .mobile-trigger .line {display: block;background:#f1c319;width: 40px;height:5px;position:absolute;left: 0;border-radius: 4px;}
  .wrapper-header .mobile-trigger .line.line-3{top:50%;}
  .wrapper-header .mobile-trigger.active-re .line-3 { transform: translateY(-23px) translateX(0) rotate(-45deg); -webkit-transform: translateY(-23px) translateX(0) rotate(-45deg); -moz-transform: translateY(-23px) translateX(0) rotate(-45deg);}
  .wrapper-header .mobile-trigger.active-re .line.line-3 {top:80%;}
  .wrapper-header .mobile-trigger .line.line-2{top:25%;}
  .wrapper-header .mobile-trigger.active-re .line-2 { opacity: 0;}
  .wrapper-header .mobile-trigger .line.line-1{top:0;}
  .wrapper-header .mobile-trigger.active-re .line-1{top:12%;}
  .wrapper-header .mobile-trigger.active-re .line-1 { transform: translateY(5px) translateX(0) rotate(45deg); -webkit-transform: translateY(5px) translateX(0) rotate(45deg); -moz-transform: translateY(5px) translateX(0) rotate(45deg);}

  /**********************************************Depth 1***************************************/	
  .wrapper-header .hs-menu-wrapper{display:none;position:absolute;width: 100%;max-width: 100%;left:0;right:0;top:100%;background:#123356;z-index: 5;}
  .wrapper-header .menu ul > li.hs-menu-depth-1{ width: 100%;border-bottom: 1px solid #fff;cursor: pointer;}
  .wrapper-header .menu ul > li.hs-menu-depth-1 > a{ color: #fff; font-size: 20px; line-height: 24px; padding: 20px 16px;}
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1 > a:after {content: '';position: absolute;height: 2px;width: 96%;background: rgba(245,180,24,0);top: 70%;left:15px;-webkit-transition: background .2s ease,top .2s ease;transition: background .2s ease,top .2s ease;} */
  .wrapper-header .menu ul > li.hs-menu-depth-1:hover a:after {top: 77%; background: #EBBE47;}

  /**********************************************Depth 2***************************************/
  .wrapper-header .menu ul > li.hs-menu-depth-1 ul.hs-menu-children-wrapper{position: relative;display:none;visibility:visible;top: inherit;}
  .wrapper-header .menu ul > li.hs-menu-depth-1 .child-trigger{top:0;right:30px;}
  .wrapper-header .menu ul > li.hs-menu-depth-2,.wrapper-header .menu ul > li.hs-menu-depth-3 { border-top: 1px solid #fff; }
  .wrapper-header .menu ul > li.hs-menu-depth-2{border-left: 0;border-right: 0;}
  .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger.child-open i:before ,.wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger.child-open i:before {transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; transform: translateY(0) translateX(0) rotate(180deg);-webkit-transform: translateY(0px) translateX(0) rotate(180deg); -moz-transform: translateY(0) translateX(0) rotate(180deg);}{transform: translateY(0) translateX(0) rotate(180deg);-webkit-transform: translateY(0px) translateX(0) rotate(180deg); -moz-transform: translateY(0) translateX(0) rotate(180deg);}

  /**********************************************Depth 3***************************************/
  .wrapper-header .menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{position: relative;display:none;visibility:visible;left:0;border-left: 0;}

  /* updated menu style   */  
  /*     .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before */

  /*   .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:before, */
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > a:before,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > a:before 
  {display:none;}

  /*     .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .child-trigger,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .child-trigger,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .child-trigger  */

  /*   .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .child-trigger, */
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .child-trigger,
  .wrapper-header .menu ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .child-trigger
  {display:block;}

  .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before {color: #fff;top: 20px;left: -15px;}

  .wrapper-header .menu ul > li.hs-menu-depth-2, .wrapper-header .menu ul > li.hs-menu-depth-3{border-top: none;}
  .wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {left: 0; box-shadow: none;flex-direction: column; border-left: 0}
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1:last-child > a >span:first-child {display: none;}
  .wrapper-header .menu ul > li.hs-menu-depth-1:last-child > a {height: auto !important;} */

  .wrapper-header .menu ul > li.hs-menu-depth-1.search-doctors:last-child > a {display: none;}


  .mob_menu_search_box.search-doctors {display: block;position: absolute;right: 75px;height: 15px;width: 15px;top: 27%;}
  .mob_menu_search_box.search-doctors span {font-size: 20px;line-height: 24px;color: #1e2023;cursor: pointer;}
  .open-search .menu_search_box {width: 90%;}
  /*   .nscc2021-quicksearch-input { max-width: 100%;} */
  /*   .nscc2021-quicksearch {width: 92%;} */
  .nscc2021-quicksearch-input {max-width: 100%;}
  .nscc2021-quicksearch {width: 91%;}
  .open-search .menu_search_box {width: 82%;right: 70px;}

  .group_title li { border-bottom: 3px solid #1E2023 !important;}
  .group1, .group2, .group3, .group4, .group5, .group6{width:100%;}
  .gecko .wrapper-header .menu ul > li.hs-menu-depth-1 .child-trigger{top: 15px;}
  .gecko .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before { top: 10px;}
  .wrapper-header .menu ul  > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper { flex-direction: column;}

  .wrapper-header .menu ul > li.hs-menu-depth-2 > a {padding: 10px 50px 10px 25px;}
  li.hs-menu-item.hs-menu-depth-3 {padding: 10px 6px 10px 43px;}
  li.hs-menu-item.hs-menu-depth-3 > a { margin: 0;}


  .footer_form_parent {padding-right: 20px;}
  .footer_views_parent { padding-left: 20px;}

  .footer_menu span>div, .footer_social_links {max-width: 100%;}
  .footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {font-size: 18px;line-height: 24px;}
  .footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 > a {font-size: 15px;line-height: 20px;}
  .footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {font-size: 18px;line-height: 24px;}
  .footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {font-size: 18px;line-height: 24px;}
  .footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 > a {font-size: 15px; line-height: 20px;}
  .footer_right_menu ul > li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a {font-size: 15px;line-height: 20px;}
  /*   .footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {padding-bottom: 20px;} */
  /*   .footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {padding-bottom: 20px;} */
  .footer_right_menu ul > li.hs-menu-item.hs-menu-depth-1 > a {font-size: 18px; line-height: 24px;}
  /*   .footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children { padding-bottom: 20px;} */


}



@media (max-width:1024px ) {

  h1 {font-size:34px; line-height:40px;}
  h2 {font-size:32px; line-height:38px;}
  h3 {font-size:30px; line-height:34px;}
  h4 {font-size:22px; line-height:26px;}
  h5 {font-size:20px; line-height:24px;}
  h6 {font-size:18px; line-height:22px;}

  .font36 {font-size:22px; line-height:26px;}
  .font22 {font-size:16px; line-height:25px;}
  .font20 {font-size:16px; line-height:24px;}

  p { font-size: 16px; line-height: 20px;margin-bottom: 15px; }

  /* CTA styles */
  button.btn_white ,.btn_whitea ,a.btn_white{Font-size: 18px; Line-height: 18px;}
  button.btn_white_v2,.btn_white_v2 a,a.btn_white_v2{Font-size: 18px; Line-height: 18px;}
  button.btn_white_v3,.btn_white_v3 a, a.btn_white_v3 { min-width: 200px;Font-size: 18px;Line-height: 18px;}
  button.btn_w_bookapp,.btn_w_bookapp a ,a.btn_w_bookapp {Font-size: 18px; Line-height: 18px; padding: 12px 40px;}
  button.btn_w_signup,.btn_w_signup a, a.btn_w_signup {Font-size: 18px; Line-height: 18px;padding: 12px 40px;}
  button.btn_yellow,.btn_yellow a , a.btn_yellow {Font-size: 18px; Line-height: 18px;}
  button.btn_yellow_v2,.btn_yellow_v2 a , a.btn_yellow_v2{Font-size: 18px; Line-height: 18px;}
  button.btn_yellow_v3,.btn_yellow_v3 a , a.btn_yellow_v3{Font-size: 18px; Line-height: 18px;}
  /*   button.btn_blue ,.btn_blue a , a.btn_blue {Font-size: 18px; Line-height: 18px;} */
  button.btn_blue_big ,.btn_blue_big a ,a.btn_blue_big {Font-size: 18px; Line-height: 18px;min-width: 200px;}
  button.btn_blue_v2 ,.btn_blue_v2 a ,a.btn_blue_v{Font-size: 18px; Line-height: 18px;}
  button.btn_blue_v3, .btn_blue_v3 a, a.btn_blue_v3{ min-width: 200px;Font-size: 18px;Line-height: 18px;}

  .comrichtext ul li { font-size: 16px; line-height: 20px;}
  .comrichtext ul li:before { top: 6px;}
  .comrichtext a{ font-size: 16px; line-height: 20px;}
  .comrichtext ol li { font-size: 16px; line-height: 20px;}
  .comrichtext ol li:before { top: 6px;}
  .comrichtext ul, .comrichtext ol { margin-bottom: 10px;}

  .comrichtext_white ul li { font-size: 16px; line-height: 20px;}
  .comrichtext_white ul li:before { top: 6px;}
  .comrichtext_white a{ font-size: 16px; line-height: 20px;}
  .comrichtext_white ol li { font-size: 16px; line-height: 20px;}
  .comrichtext_white ol li:before { top: 6px;}
  .comrichtext_white ul, .comrichtext_white ol { margin-bottom: 10px;}

  .theamrichtext ul li { font-size: 16px; line-height: 20px;}
  .theamrichtext ul li:before { top: 6px;}
  .theamrichtext a{ font-size: 16px; line-height: 20px;}
  .theamrichtext ol li { font-size: 16px; line-height: 20px;}
  .theamrichtext ol li:before { top: 6px;}
  .theamrichtext ul, .theamrichtext ol { margin-bottom: 10px;}



  /*  footer   */
  .nscc-counter { padding: 20px;}
  .nscc-counter-text { padding-bottom: 15px;}
  .footer_menu span > div,.footer_social_links { max-width: 375px; }
  .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a,.footer_cp_cont p { font-size: 12px; line-height: 20px;}
  .view_all_center_btn a { min-width: 100%;  padding: 11px 14px;}
  .footer_views_parent {  padding-left: 20px;}
  .nscc-counter-numbers { font-size: 20px;line-height: 25px;}

  .footer_form_parent{padding-right: 20px;}
  .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a { font-size: 14px;line-height: 18px;}
  .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a, .footer_cp_cont p {font-size: 16px;line-height: 18px;}
  .footer_menu span>div, .footer_social_links {max-width: 100%;}
  .footer_menu_parent { width: 48%;}
  .footer_views_parent { width: 25%;}

}
@media (max-width:991px ) {
  /* header and fonts style */

  /*   h1 {font-size:40px; line-height:46px;padding:0;}
  h2 {font-size:36px; line-height:38px;padding:0;}
  h3 {font-size:32px; line-height:36px;padding:0;}
  h4 {font-size:24px; line-height:28px;padding:0;}
  h5 {font-size:22px; line-height:26px;padding:0;}
  h6 {font-size:20px; line-height:24px;padding:0;}

  .font36 {font-size:24px; line-height:28px;}
  .font22 {font-size:18px; line-height:25px;}
  .font20 {font-size:16px; line-height:24px;}
  .font18 {font-size:14px; line-height:20px;} */

  h1 {font-size:32px; line-height:36px;}
  h2 {font-size:30px; line-height:35px;}
  h3 {font-size:28px; line-height:34px;}
  h4 {font-size:22px; line-height:26px;}
  h5 {font-size:20px; line-height:24px;}
  h6 {font-size:18px; line-height:22px;}

  .font36 {font-size:22px; line-height:26px;}
  .font22 {font-size:16px; line-height:25px;}
  .font20 {font-size:14px; line-height:24px;}

  p { font-size: 16px; line-height: 20px;margin-bottom: 20px; }

  .comrichtext ul li { font-size: 16px; line-height: 20px;}
  .comrichtext ul li:before { top: 6px;}
  .comrichtext a{ font-size: 16px; line-height: 20px;}
  .comrichtext ol li { font-size: 16px; line-height: 20px;}
  .comrichtext ol li:before { top: 6px;}

  .comrichtext_white ul li { font-size: 16px; line-height: 20px;}
  .comrichtext_white ul li:before { top: 6px;}
  .comrichtext_white a{ font-size: 16px; line-height: 20px;}
  .comrichtext_white ol li { font-size: 16px; line-height: 20px;}
  .comrichtext_white ol li:before { top: 6px;}

  .theamrichtext ul li { font-size: 16px; line-height: 20px;}
  .theamrichtext ul li:before { top: 6px;}
  .theamrichtext a{ font-size: 16px; line-height: 20px;}
  .theamrichtext ol li { font-size: 16px; line-height: 20px;}
  .theamrichtext ol li:before { top: 6px;}


  /*   footer */
  /*   .footer_top {  padding: 40px 0;} */
  .footer_form_parent { width: 100%;padding: 0 0 20px 0;}
  .footer_menu_parent { width: 100%;
    /*     border-top: 1px solid #B1AFAF; border-bottom: 1px solid #B1AFAF; border-right: none; border-left: none; */
  }
  .footer_views_parent { width: 100%; padding: 20px 0 0 0;}
  .footer_center_cover { padding: 20px 0;}
  .footer_social_links ul li a { width: 30px; height: 30px;  line-height: 27px;}
  a.social_icon svg { width: 16px; height: 16px;}
  /*   .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a, .footer_cp_cont p { font-size: 16px; line-height: 20px;} */
  .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > a, .footer_cp_cont p { font-size: 18px; line-height: 25px;}
  .footer_menu ul > li.hs-menu-item.hs-menu-depth-1 > ul > li.hs-menu-item.hs-menu-depth-2 > a { font-size: 16px;line-height: 22px; }
  .view_all_center_btn a {  min-width: 200px;}

  /* foooter */
  .footer_menu span > div, .footer_social_links { max-width: 450px;}
  .footer_form_parent { padding: 0 0 20px 0;}

  .footer_form form .captcha {overflow: inherit;}

  form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"], form select {
    font-size: 18px;  line-height: 20px;}
  .selectize-input>input, .selectize-input>* { width: 100% !important;  font-size: 18px !important; line-height: 18px !important;  color: rgba(100,100,100,0.7) !important;}
  form fieldset.form_columns_1>.field>.mc-field-group textarea {font-size: 18px; left: 20px;}
  form fieldset .field input[type="submit"] { padding: 12px 15px; font-size: 18px; line-height: 20px !important;}

  .footer_menu span > div, .footer_social_links {max-width: 100%;padding: 0;}
  .fgroup1 { padding-right: 30px;}

  .footer_menu_parent:before {bottom: 0;width: 100%;height: 1px;}
  .footer_menu_parent:after {width: 100%;height: 1px;}
  .footer_top {padding: 20px 0 10px;}

}
@media (max-width:767px ) {
  /* header and fonts style */

  /*   h1 {font-size:36px; line-height:40px;padding:0;}
  h2 {font-size:34px; line-height:38px;padding:0;}
  h3 {font-size:30px; line-height:34px;padding:0;}
  h4 {font-size:22px; line-height:26px;padding:0;}
  h5 {font-size:20px; line-height:24px;padding:0;}
  h6 {font-size:18px; line-height:22px;padding:0;}

  .font36 {font-size:22px; line-height:26px;}
  .font22 {font-size:16px; line-height:25px;}
  .font20 {font-size:14px; line-height:24px;}

  p { font-size: 14px; line-height: 20px;margin-bottom: 20px; } */

  /* CTA styles */
  /*   button.btn_white ,.btn_whitea , a.btn_white{Font-size: 16px; Line-height: 18px;}
  button.btn_white_v2, .btn_white_v2 a, a.btn_white_v2{Font-size: 16px; Line-height: 18px;}
  button.btn_white_v3, .btn_white_v3 a, a.btn_white_v3 { min-width: 200px;Font-size: 16px;Line-height: 18px;}
  button.btn_w_bookapp,.btn_w_bookapp a , a.btn_w_bookapp {Font-size: 16px; Line-height: 18px; padding: 14px 40px;}
  button.btn_w_signup, .btn_w_signup a, a.btn_w_signup {Font-size: 16px; Line-height: 18px;padding: 14px 40px;}
  button.btn_yellow,.btn_yellow a , a.btn_yellow {Font-size: 16px; Line-height: 18px;}
  button.btn_blue  , .btn_blue a , a.btn_blue {Font-size: 16px; Line-height: 18px;}
  button.btn_blue_big , .btn_blue_big a , a.btn_blue_big {Font-size: 16px; Line-height: 18px;min-width: 200px;}
  button.btn_blue_v2  , .btn_blue_v2 a , a.btn_blue_v{Font-size: 16px; Line-height: 18px;}
  button.btn_blue_v3, .btn_blue_v3 a, a.btn_blue_v3{ min-width: 200px;Font-size: 16px;Line-height: 18px;}

  .comrichtext ul li { font-size: 14px; line-height: 20px;}
  .comrichtext ul li:before { top: 6px;}
  .comrichtext a{ font-size: 14px; line-height: 20px;}
  .comrichtext ol li { font-size: 14px; line-height: 20px;}
  .comrichtext ol li:before { top: 6px;}
  .comrichtext ul, .comrichtext ol { margin-bottom: 10px;}

  .comrichtext_white ul li { font-size: 14px; line-height: 20px;}
  .comrichtext_white ul li:before { top: 6px;}
  .comrichtext_white a{ font-size: 14px; line-height: 20px;}
  .comrichtext_white ol li { font-size: 14px; line-height: 20px;}
  .comrichtext_white ol li:before { top: 6px;}
  .comrichtext_white ul, .comrichtext_white ol { margin-bottom: 10px;}

  .theamrichtext ul li { font-size: 14px; line-height: 20px;}
  .theamrichtext ul li:before { top: 6px;}
  .theamrichtext a{ font-size: 14px; line-height: 20px;}
  .theamrichtext ol li { font-size: 14px; line-height: 20px;}
  .theamrichtext ol li:before { top: 6px;}
  .theamrichtext ul, .theamrichtext ol { margin-bottom: 10px;} */

  /*  header  */
  /*   .wrapper-header { border-bottom: 1px solid rgb(100 100 100 / 20%);} */


  /*   Updated styling */
  h1 {font-size:28px; line-height:34px;}
  h2 {font-size:24px; line-height:30px;}
  h3 {font-size:22px; line-height:26px;}
  h4 {font-size:20px; line-height:24px;}
  h5 {font-size:18px; line-height:24px;}
  h6 {font-size:16px; line-height:22px;}

  .font36 {font-size:20px; line-height:26px;}
  .font22 {font-size:16px; line-height:25px;}
  .font20 {font-size:14px; line-height:24px;}

  p { font-size: 14px; line-height: 20px;margin-bottom: 15px; }

  /* CTA styles */
  button.btn_white ,.btn_whitea ,a.btn_white{Font-size: 16px; Line-height: 18px;}
  button.btn_white_v2,.btn_white_v2 a,a.btn_white_v2{Font-size: 16px; Line-height: 18px;}
  button.btn_white_v3,.btn_white_v3 a, a.btn_white_v3 { min-width: 200px;Font-size: 16px;Line-height: 18px;}
  button.btn_w_bookapp,.btn_w_bookapp a ,a.btn_w_bookapp {Font-size: 16px; Line-height: 18px; padding: 14px 40px;}
  button.btn_w_signup,.btn_w_signup a, a.btn_w_signup {Font-size: 16px; Line-height: 18px;padding: 14px 40px;}
  button.btn_yellow,.btn_yellow a , a.btn_yellow {Font-size: 16px; Line-height: 18px;}
  button.btn_yellow_v2,.btn_yellow_v2 a , a.btn_yellow_v2 {Font-size: 16px; Line-height: 18px;}
  button.btn_yellow_v3,.btn_yellow_v3 a , a.btn_yellow_v3 {Font-size: 16px; Line-height: 18px;}
  button.btn_blue ,.btn_blue a , a.btn_blue {Font-size: 16px; Line-height: 18px;}
  button.btn_blue_big ,.btn_blue_big a ,a.btn_blue_big {Font-size: 16px; Line-height: 18px;min-width: 200px;}
  button.btn_blue_v2 ,.btn_blue_v2 a ,a.btn_blue_v{Font-size: 16px; Line-height: 18px;}
  button.btn_blue_v3, .btn_blue_v3 a, a.btn_blue_v3{ min-width: 200px;Font-size: 16px;Line-height: 18px;}

  .comrichtext ul li { font-size: 14px; line-height: 20px;}
  .comrichtext ul li:before { top: 6px;}
  .comrichtext a{ font-size: 14px; line-height: 20px;}
  .comrichtext ol li { font-size: 14px; line-height: 20px;}
  .comrichtext ol li:before { top: 6px;}
  .comrichtext ul, .comrichtext ol { margin-bottom: 10px;}

  .comrichtext_white ul li { font-size: 14px; line-height: 20px;}
  .comrichtext_white ul li:before { top: 6px;}
  .comrichtext_white a{ font-size: 14px; line-height: 20px;}
  .comrichtext_white ol li { font-size: 14px; line-height: 20px;}
  .comrichtext_white ol li:before { top: 6px;}
  .comrichtext_white ul, .comrichtext_white ol { margin-bottom: 10px;}

  .theamrichtext ul li { font-size: 14px; line-height: 20px;}
  .theamrichtext ul li:before { top: 6px;}
  .theamrichtext a{ font-size: 14px; line-height: 20px;}
  .theamrichtext ol li { font-size: 14px; line-height: 20px;}
  .theamrichtext ol li:before { top: 6px;}
  .theamrichtext ul, .theamrichtext ol { margin-bottom: 10px;}

  /*  header  */
  .wrapper-header { border-bottom: 1px solid rgb(100 100 100 / 20%);}
  /* footer */
  /*   .footer_top {padding: 40px 0;} */
  .footer_form form fieldset.form_columns_1 .field {padding: 0 0 15px;}

}
@media (max-width:640px ) {

  /*   h1 {font-size:34px; line-height:38px;padding:0;} */
  /*   h2 {font-size:30px; line-height:36px;padding:0;} */


}
@media (max-width:480px ) {
  /*   footer */
  .footer_menu ul li { width: 100%;margin-bottom:0;}
  .footer_social_links {max-width: 100%;padding: 14px 0 0 0;}
  .footer_menu span > div { padding: 0; max-width: 100%;}
  .footer_menu ul li.hs-menu-item.hs-menu-depth-1:nth-child(2n+2) { width: 100%;}
  .footer_menu {text-align: center;}
  .footer_social_links ul {  justify-content: center;}

  .fgroup1 {width: 100%; padding-right: 0;padding-bottom: 20px;}
  /*   .footer_menu.footer_center_menu ul .fgroup1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {margin-bottom: 8px;} */
  .fgroup2 {width: 100%;}
  /*   .footer_menu.footer_center_menu ul .fgroup2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {margin-bottom: 8px;} */
  .footer_views_parent {text-align: center;}
  /*   .footer_right_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {margin-bottom: 8px;} */
  .footer_right_menu ul > li.hs-menu-item.hs-menu-depth-1 > a { margin-bottom: 8px;}
  .footer_cp_cont p {font-size: 14px;line-height: 20px;}

}
@media (max-width:375px ) {
  .footer_form form .captcha { overflow: scroll;}
  .open-search .menu_search_box { width: 75%;}
}


div#top-head-cta-popup {display: none;}

/* Home Page */

/* banner v1 */
.banner_cta_v1 {background:#275DB2; padding: 20px 0;}
.banner_cta_v1_parent .dis-flex {align-items: center;}
.banner_cta_v1_left h3 { text-align: left;color: #FFFFFF; font-weight: 400;color:#FFFFFF;}
.banner_cta_v1_parent {max-width: 1100px;margin: 0 auto;}
.banner_cta_v1_right {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.banner_cta_v1_right button.btn_w_bookapp, .btn_w_bookapp a, a.btn_w_bookapp {min-width: 233px;font-size: 22px;line-height: 24px;}
.banner_cta_v1_right button.btn_w_bookapp:active, .btn_w_bookapp a:active, a.btn_w_bookapp:active,
.banner_cta_v1_right button.btn_w_bookapp:focus, .btn_w_bookapp a:focus, a.btn_w_bookapp:focus,
.banner_cta_v1_right button.btn_w_bookapp:hover, .btn_w_bookapp a:active, a.btn_w_bookapp:hover{background: transparent;color: #fff !important;text-decoration: none;border: 1px solid #fff !important;}
.banner_cta_v1_right {width: 240px;}
.banner_cta_v1_left { width: calc(100% - 240px);padding-right: 20px;}

/* Banner Cta Module V1 For Individual Clinic */
.banner_cta_v1_in {background:#275DB2; padding: 20px 0;}
.banner_cta_v1_in_parent .dis-flex {align-items: center;}
.banner_cta_v1_in_left h3 { text-align: left;color: #FFFFFF; font-weight: 400;color:#FFFFFF;}
.banner_cta_v1_in_parent {max-width: 1100px;margin: 0 auto;}
.banner_cta_v1_in_right {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.banner_cta_v1_in_right button.btn_w_bookapp, .btn_w_bookapp a, a.btn_w_bookapp {min-width: 233px;font-size: 22px;line-height: 24px;text-align: center;}
.banner_cta_v1_in_right button.btn_w_bookapp:active, .btn_w_bookapp a:active, a.btn_w_bookapp:active,
.banner_cta_v1_in_right button.btn_w_bookapp:focus, .btn_w_bookapp a:focus, a.btn_w_bookapp:focus,
.banner_cta_v1_in_right button.btn_w_bookapp:hover, .btn_w_bookapp a:active, a.btn_w_bookapp:hover{background: transparent;color: #fff !important;text-decoration: none;border: 1px solid #fff !important;}
.banner_cta_v1_in_right {width: 240px;}
.banner_cta_v1_in_left { width: calc(100% - 240px);padding-right: 20px;}



/* banner v2 */    
.banner_cta_v2 { background: #123356 ;padding: 36px 0;}
.banner_cta_v2_left h2 {font-weight: 400;color:#FFFFFF;}
.banner_cta_v2_left { padding-right: 50px;}
.banner_cta_v2_parent {text-align: center;}
.banner_cta_v2_parent .dis-flex {justify-content: center;align-items: center;}



/* banner v3 */
.banner_cta_v3_parent { max-width: 1180px;margin: 0 auto;}
.banner_cta_v3 { background: #275DB2;padding: 55px 0;}
.banner_cta_v3_left h2 {font-weight: 400;color:#FFFFFF;}
.banner_cta_v3_left { padding-right: 20px;}

/* search styling */
/* .nscc2021-quicksearch { position:relative;text-align:left;width: 806px;} */
.nscc2021-quicksearch { position:relative;text-align:left; width: 620px;}

/* .nscc2021-quicksearch-input{ appearance:none; padding: 8px 15px 8px 0; font-size: 18px;line-height: 24px; border:none;  background: red; width: 100%; max-width: 806px; border-bottom: 1px solid #FFFFFF;color: #FFFFFF;font-family: 'Poppins', sans-serif;text-overflow: ellipsis;white-space: nowrap;}  */
.nscc2021-quicksearch-input {appearance: none;padding: 8px 32px 8px 42px;font-size: 16px;line-height: 24px;background: #fff;width: 100%;max-width: 806px;border: 1px solid #123356;font-family: 'Poppins',sans-serif;text-overflow: ellipsis;white-space: nowrap;transition: opacity .5s;box-shadow: 0px 0px 10px rgb(0 0 0 / 34%);}
input[type="search"] { border-radius: 0 !important;  -webkit-appearance: none !important; -webkit-appearance: textfield !important;outline-offset: -2px !important;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none;}
.nscc2021-quicksearch-input:hover,
.nscc2021-quicksearch-input:focus { outline:none !important;}



.nscc2021-quicksearch-data { list-style:none; padding:0;margin:0;padding:0;color:#FFFFFF;font-size:16px;position:absolute;top:100%;background-color:#e0e0e0;width:100%;  }
.nscc2021-quicksearch-data > li { margin:0; border-bottom:1px dotted #FFFFFF;margin-bottom:2px;}
.nscc2021-quicksearch-data > li:last-child { border-bottom:none;}
.nscc2021-quicksearch-data > li .glyphicon-arrow-right{float:right; color:#999;}
.nscc2021-quicksearch-data > li a { display:block; padding:15px; color:#494949; background-color:#F5F8FA; position: relative;padding: 15px 55px 15px 15px; }
.nscc2021-quicksearch-data > li a:hover,
.nscc2021-quicksearch-data > li a:focus { background-color:#EBBE47 ; text-decoration:none; color:#FFFFFF; }
.nscc2021-quicksearch-data > li a:hover .glyphicon-arrow-right,
.nscc2021-quicksearch-data > li a:focus .glyphicon-arrow-right{color:#FFFFFF; }
.nscc2021-quicksearch-msg-typing, .nscc2021-quicksearch-msg-noresults{font-size:15px;position: absolute;top: 100%;left: 0; right: 0; background-color: #FFFFFF; padding: 10px;color: #222;font-size: 14px;border-radius: 4px;border-top-left-radius: 0px;border-top-right-radius: 0px;}
.nscc2021-quicksearch-msg-typing,.nscc2021-quicksearch-data,.nscc2021-quicksearch-msg-noresults {display:none;z-index:10000;box-shadow:4px 5px 10px -9px #000;}
.nscc2021-quicksearch-typing:focus-within .nscc2021-quicksearch-msg-typing,
.nscc2021-quicksearch-noresults:focus-within .nscc2021-quicksearch-msg-noresults,
.nscc2021-quicksearch-showresults:focus-within .nscc2021-quicksearch-data{ display:block;border: 1px solid #0f6fc7;border-top: none;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.nscc2021-quicksearch-typing.nscc2021-quicksearch-focus .nscc2021-quicksearch-msg-typing,
.nscc2021-quicksearch-noresults.nscc2021-quicksearch-focus .nscc2021-quicksearch-msg-noresults,
.nscc2021-quicksearch-showresults.nscc2021-quicksearch-focus .nscc2021-quicksearch-data{ display:block;border: 1px solid #0f6fc7;border-top: none;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.nscc2021-quicksearch-typing:focus-within .nscc2021-quicksearch-input,
.nscc2021-quicksearch-noresults:focus-within .nscc2021-quicksearch-input,
.nscc2021-quicksearch-showresults:focus-within .nscc2021-quicksearch-input{border-bottom-left-radius:0px; border-bottom-right-radius:0px;border-bottom:none; }
.nscc2021-quicksearch-typing.nscc2021-quicksearch-focus .nscc2021-quicksearch-input,
.nscc2021-quicksearch-noresults.nscc2021-quicksearch-focus .nscc2021-quicksearch-input,
.nscc2021-quicksearch-showresults.nscc2021-quicksearch-focus .nscc2021-quicksearch-input{border-bottom-left-radius:0px; border-bottom-right-radius:0px;border-bottom:none;}
.nscc2021-quicksearch-data-clinic-loc {display:none;}
i.fa.fa-long-arrow-right.quicksearch { float: right;font-size: 25px;}
i.fa.fa-long-arrow-right.quicksearch { float: inherit;position: absolute; right: 25px; top: 50%; transform: translateY(-50%);}

.nscc2021-quicksearch-input {font-size: 14px;line-height: 22px;}
.nscc2021-quicksearch-data {font-size: 14px;}
i.fa.fa-long-arrow-right.quicksearch {font-size: 22px;}


/* Form CSS Start here */
.nscc2021-quicksearch input::-webkit-input-placeholder { color : #123356; opacity:1; } /* WebKit browsers */
.nscc2021-quicksearch input:-moz-placeholder { color: #123356; opacity:1; } /* Mozilla Firefox 4 to 18 */
.nscc2021-quicksearch input::-moz-placeholder { color: #123356; opacity:1; } /* Mozilla Firefox 19+ */
.nscc2021-quicksearch input:-ms-input-placeholder { color: #123356; opacity:1; } /* Internet Explorer 10+ */
.nscc2021-quicksearch textarea::-webkit-input-placeholder { color:#123356; opacity:1; } /* WebKit browsers */
.nscc2021-quicksearch textarea:-moz-placeholder { color: #123356; opacity:1; } /* Mozilla Firefox 4 to 18 */
.nscc2021-quicksearch textarea::-moz-placeholder { color: #123356; opacity:1; } /* Mozilla Firefox 19+ */
.nscc2021-quicksearch textarea:-ms-input-placeholder { color: #123356; opacity:1; } /* Internet Explorer 10+ */

.menu_search_box button.close-icon {position: absolute;height: 100%;width: 15px;background: transparent;right: 15px; cursor: pointer; color: #123356;}
.menu_search_box button.search-submit {position: absolute;background: transparent; width: 15px;height: 100%;left: 15px;cursor: pointer;color: #123356;}


/* Banner Three Col Image Module V1 */

.section_cover {max-width: 1920px;margin: 0 auto; position: relative;}
.banner_v1_right_main_mob{display:none;}
.banner_v1_left { width: 640px; padding-right: 11px;height: 635px;}
.banner_v1_right { width: calc(100% - 640px);height: 635px;}
.banner_v1_left_parent { background: #FFFFFF; display: flex;flex-direction: column; justify-content: center; height: 100%;}
.banner_v1_left_main { padding: 64px;}
.banner_v1_box_img {height: 635px;width: 32.66%;margin-right: 1%;overflow: hidden;position: relative;}
.banner_v1_box_img img {width: 100%;}
.banner_v1_box_img:nth-child(3n+3){margin-right: 0;}
.banner_v1_box_title h2 {font-weight: 500;color: #FFFFFF;}
.banner_v1_box_title {position: absolute;bottom: 50px;left: 40px;padding: 0 20px 0 0;}
.banner_v1_title h1 { font-weight: 500;color: #123356 ;}
.banner_v1_title { padding-bottom: 25px;}
.banner_v1_sub_title p {  color: #123356 ;}


.banner_v1_sub_title ul li { font-size: 22px;line-height: 26px; color: #646464;margin-bottom: 10px;display: flex;flex-wrap: wrap;align-items: center;}
.banner_v1_sub_title ul li span:first-child { width: 16px;margin-right: 10px;}
.banner_v1_sub_title ul li span {width: calc(100% - 26px);display: block;}


/* book online popup style */
.popup-wrapper {position: fixed; top: 0;left: 0; right: 0;bottom: 0; width: 100%; height: 100%; overflow: auto; z-index: 9000; padding: 4% 0; background: rgba(200,200,200,0.5);}
.onLoadModal-overlay {position: absolute; top: 0;width: 100%;height: 100%; z-index: 1;}
.onLoadModal { position: relative; background: #123356; max-width: 800px; margin: 10px auto; padding: 60px 0;z-index: 2;border-radius: 4px; box-shadow: 0px 1px 2px rgb(0 0 0 / 30%);  -webkit-transform: translateY(-50%);transform: translateY(-50%);top: 50%;}
button.popup-close { color: #FFFFFF;  font-size: 40px; position: absolute; top: 0; right: 15px;background: transparent;cursor: pointer;}
.popup-wrapper h3 {color: #FFFFFF; font-weight: 400; font-size: 24px; line-height: 26px; margin-top: 20px;margin-bottom: 10px;   }
.text-center { text-align: center;}
.nscc-modal-allbook-dropdown .select { max-width: 100%; display: block;float: none;width: 500px;margin-left: auto; margin-right: auto;}
.select {cursor: pointer;display: inline-block;position: relative;color: #1D4647;height: 41px; width: 100%;max-width: 220px;vertical-align: middle;float: left;margin: 7px 0px;}
.select-hidden {display: none;visibility: hidden;padding-right: 10px;}
.select-styled {position: absolute;top: 0;right: 0;bottom: 0;left: 0; background-color: #e0e0e0; padding: 10px 15px;  -moz-transition: all .2s ease-in;  -o-transition: all .2s ease-in;  -webkit-transition: all .2s ease-in;transition: all .2s ease-in;  border-radius: 2px;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  padding-right: 30px;  min-height: 45px;  color: #1D4647;font-size: 18px;line-height: 26px;font-weight: 400;}
.select-styled:active, .select-styled.active { background-color: #e0e0e0;}
.select-styled:after {content: '';height: 45px;width: 45px;border: 7px solid transparent;border-color: transparent;position: absolute;top: 0;right: 0;background: url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/arrow-down.png) no-repeat center center scroll;}
.select-styled:active:after, .select-styled.active:after { top: 0;border-color: transparent; background: #848585 url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/select-close-icon.png) no-repeat center center scroll;}
.select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0;padding: 0; list-style: none;background-color: #123356;color: #FFFFFF;  -ms-user-select: none; user-select: none;}
.select-grouped .select-group {padding: 0;  border: 0;}
.select-options li {margin: 0;padding: 12px 15px; border-top: 1px solid #275DB2 ; -moz-transition: all .15s ease-in;  -o-transition: all .15s ease-in; -webkit-transition: all .15s ease-in;transition: all .15s ease-in;}
.select-grouped ul {padding: 0;margin: 0;list-style: none;}
.nscc-modal-allbook-button { margin-top: 40px;}
.nscc-modal-allbook-dropdown { padding: 0 10%;}
.nscc-modal-allbook-dropdown .select-options .select-group .select-group-label { color: #1D4647; background-color: #e0e0e0;}
.nscc-modal-allbook-dropdown .select-options .select-group-active .select-group-label, .nscc-modal-allbook-dropdown .select-options .select-group:hover .select-group-label {background-color: #275DB2 ;color: #FFFFFF;}
.nscc-modal-allbook-dropdown .select-options .select-group li:hover {background-color: #EBBE47 ;color: #FFFFFF;}
.select-options { display: none;position: absolute;top: 110%;right: 0;left: 0;z-index: 999;margin: 0;  padding: 0;list-style: none;background-color: #123356;color: #FFFFFF; -ms-user-select: none; user-select: none;}
.select-grouped .select-group li:not(.select-group-label) {display: none;}
.select-grouped .select-group.select-group-active li:not(.select-group-label) { display: block;}
.nscc-modal-allbook-button .btn_yellow {text-transform: uppercase; font-weight: Bold; Font-size: 20px; Line-height: 18px;color: #FFFFFF !important;  background: #EBBE47 ;display: inline-block; padding: 14px 30px; border: 1px solid #EBBE47  !important;text-align: center;font-family: 'Roboto', sans-serif; ;  border-radius: 0;margin: 0 6px 12px;max-width: 250px; min-height: inherit;width:100%;}
.nscc-modal-allbook-button .btn_yellow:hover, .nscc-modal-allbook-button .btn_yellow:focus, .nscc-modal-allbook-button .btn_yellow:active  {color: #EBBE47 !important;border-color: #EBBE47 !important;background-color: #FFFFFF !important;}
.nscc-modal-allbook-button { margin-top: 30px;}

/* Why Choose Us Module */
.why_cu_bg {padding: 100px 0 50px 0;}
.why_cu_title {text-align: center;}
.why_cu_title h6 { letter-spacing: 1px;text-transform: uppercase; color: #365546; margin-bottom: 10px;font-weight: 400;}
.why_cu_title h2 {color: rgba(30, 32, 35, 0.7);font-weight: 400;}
.why_cu_parent { padding-top: 80px;}
.why_cu_box_parent { width: 30%; margin-right: 5%; display: flex;flex-wrap: wrap;margin-bottom: 54px;}
.why_cu_box_parent:nth-child(3n+3) { margin-right: 0;}
.why_cu_left_icon { width: 68px;padding-right: 24px; margin-top: 5px;}
.why_cu_right_info {width: calc(100% - 68px);}
.why_cu_right_info h4 {color: #365546; font-weight: 400;margin-bottom: 10px;}
.why_cu_right_info p {margin-bottom:0;color: #646464; }
.why_cu_right_info { max-width: 290px;}


/* What we do Module */
.what_wd_title {text-align: center;}
.what_wd_title h2 {color: #1E2023;font-weight: 400;}
.what_wd_three_col_parent {padding-top: 80px;}
.what_wd_thre_col_box {width: 30%;margin-right: 5%; margin-bottom: 30px; text-align: center;}
.what_wd_thre_col_box:nth-child(3n+3) { margin-right: 0;}
.what_wd_thre_col_img {padding: 10px 0 20px;}
.what_wd_thre_col_title h4 {font-weight: 400;letter-spacing: 1px;text-transform: uppercase;color: #275DB2;}
.what_wd_thre_col_cont p { margin-bottom: 0;}
.what_wd_section {padding: 100px 0 70px;border-bottom: 1px solid #C4C4C4;}
.what_wd_sub_title h6 { color: #396cf0;font-weight: 400;letter-spacing: 1px;text-transform: uppercase;margin-bottom: 8px;}
.what_wd_sub_title { text-align: center;}

/* Our Clinics Module */
.our_clinics_title {text-align: center;}
.our_clinics_box { width: 30%;margin-right: 5%;margin-bottom: 100px; text-align: center;}
.our_clinics_box:nth-child(3n+3) {margin-right: 0;}
.our_clinics_btns {display: flex;flex-wrap: wrap;}
.our_clinics_btns .btn_blue {display: inline-block;margin: 0 auto;border-radius: 0; width: 47.5%; min-width: auto;}
.our_clinics_section {padding: 100px 0;}
.our_clinics_img .hs-image-widget {height: 270px; }
.our_clinics_sub_title h6 {color:  #396CF0 ;font-weight: 400;letter-spacing: 1px;text-transform: uppercase;margin-bottom: 8px;}
.our_clinics_main_title h1 {color: #1E2023;font-weight: 400;}
.our_clinics_parent.dis-flex {padding-top: 80px;}
.name{ margin: 30px 0 21px 0;}
.name h4 {color: #396CF0 ;font-weight: 400;}
.state h6 {color: #646464;font-weight: 400;font-family: 'Poppins', sans-serif; position: relative; padding-bottom: 30px;}
.state h6:before { content: ''; position: absolute; background: #e5e9ea;height: 1.13px;width: 60px; left: 50%;transform: translateX(-50%); top: 32px;}
button.show_more.btn_blue {border-radius: 6px;}
button.btn_blue.show_less { border-radius: 6px;}

/* flieter and Popup styling */
.our_clinics_sub_title_parent { position: relative;}
.our_clinics_filter { position: absolute;right: 0;top: 0;width: 220px;}
.our_clinics_filter .select .select-styled {  background: #E5E5E5;border-radius: 6px; padding: 10px 47px 10px 10px;text-align: left;}
.our_clinics_filter .select .select-options { text-align: left;}
.our_clinics_filter .select .select-styled:after {top: 4px; right: 5px;}
.our_clinics_filter .select .select-styled:active:after,.our_clinics_filter .select .select-styled.active:after{right:0; top: 0;}
.no-item.btn_blue h6 { font-weight: 400;}
.our_clinics_btns .btn_blue:active, .our_clinics_btns .btn_blue:focus, .our_clinics_btns .btn_blue:hover { background-color: transparent !important;color: #275DB2  !important;text-decoration: none !important;}

/* Make an Appointment Form Module */
.make_app_form_bg {background:#123356 ;padding: 100px 0;position: relative;}
.make_app_form_parent {background: #FFFFFF; max-width: 555px;margin: 0 auto;box-shadow: 0px 0px 20px rgb(146 156 170 / 30%); border-radius: 4px;padding: 64px;}
.make_app_form_bg:before {content: '';position: absolute;background: #3F8D90;height: 244px;z-index: 2;width: 100%;bottom: 0;}
.make_app_form_main {position: relative; z-index: 3;}

/* One BG One Col Box Module */        
.one_bg_one_col_box_bg { padding: 50px 0;}
.one_bg_one_col_box {padding: 70px;box-shadow: 0px 0px 20px 0px #929caa4d;}
.one_bg_one_col_box h2 { padding-bottom: 30px;font-weight: 400;color:#1E2023;}
.one_bg_one_col_box p:last-child {margin-bottom: 0;}

/* Our treatments Three Col Module */
.our_treat_main { padding: 100px 0 20px;}
.our_treat_three_col_parent{ max-width: 1100px;margin: 0 auto;}
.our_treat_three_col_box {width: 26%;margin-right: 11%;margin-bottom: 90px; text-align: center;}
.our_treat_three_colimg {height: 180px; width: 261px; margin: 0 auto;}
.our_treat_three_colimg:before { content: ''; position: absolute; width: 100%;height: 100%; background: rgba(28,88,239,0.4);top: 0;right: 0; bottom: 0; left: 0;opacity: 0;}
.our_treat_three_col_box:hover .our_treat_three_colimg:before {opacity: 1;}
.our_treat_three_col_box:nth-child(3n+3) { margin-right: 0;}
.our_treat_three_col_title h4 {font-weight: 400; color: #396CF0 ;padding: 20px 0 10px;}
.our_treat_three_col_cont { color: #646464;margin-bottom: 0;font-size: 16px; Line-height: 24px; font-family: 'Poppins',sans-serif;}
.our_treat_three_col_cont p {margin-bottom: 0;Font-size: 16px;Line-height: 24px;font-family: 'Poppins', sans-serif;}
.our_treat_main_title {text-align: center; padding-bottom: 80px;}
.our_treat_main_title h2 {Letter-spacing: 1px;color: #396CF0;font-weight: 400;}
.our_treat_title_box {text-align: center;padding-bottom: 80px;max-width: 1055px;margin: 0 auto;}
.our_treat_title_box h2 {padding-bottom: 20px;color: #1E2023;font-weight: 400;}


/* Breadcrumbs Header Module */
.breadcrumbs_header_bg {background: #EBBE47;padding: 10px 0;}
.breadcrumbs_header_title h4 { font-weight: 500; color: #383327;}
.breadcrumbs_header_list { display: flex; flex-wrap: wrap;justify-content: flex-end;width: 50%;}
.breadcrumbs_header_title { width: 50%;}
ul.breadcrumb { padding: 0; display: flex; flex-wrap: wrap; align-items: center;}
ul.breadcrumb li a { color: #383327;Font-size: 20px;Line-height: 24px;}
ul.breadcrumb li + li:before { color: #383327;content: "/\00a0";margin-left: 5px;font-weight: 700;font-size: 20px;}
ul.breadcrumb li a:hover,ul.breadcrumb li a.active {text-decoration: underline;}
.breadcrumbs_header_title h4 {text-transform: uppercase;}

/* Banner Left Content With Cta Module V2 */
.banner_v2_bg {padding: 80px 0;}
.banner_v2_parent { width: 50%;position: relative;}
.banner_v2_titles h2 { font-weight: 400;}
.banner_v2_content { max-width: 470px;padding-bottom: 20px;}
.banner_v2_titles { padding-bottom: 20px;}
.banner_v2_content p:last-child {  margin-bottom: 0;}
.banner_v2_bg:before {content: '';position: absolute;height: 100%;width: 100%;top: 0;left: 0;right: 0;bottom: 0;background: rgb(64 64 64 / 50%);opacity:0;}

/* Left Imager and Right content V1 Module */
.right_cont_v1_main { width: 58%;}
.left_img_v1_main { width: 42%;}
.left_img_v1 { height: 480px; width: 434.45px;}
.left_img_right_cont_v1_bg { padding: 100px 0;}
.right_cont_v1.comrichtext span em { color: red;font-style: normal;}
.right_cont_v1 p:last-child {margin-bottom: 0;}


/* How it works Module 2021 */
.how_it_work_box_bg { padding: 95px 110px 95px 95px;box-shadow: 0px 0px 20px 0px #929CAA4D;}
.how_it_work_bg { padding: 100px 0 70px;margin-bottom: -20px;}
.how_it_work_box_bg h2 {padding-bottom: 30px;color: #1E2023;font-weight: 400;}
.how_it_work_box_bg p:last-child { margin-bottom: 0;}
.how_it_work_box_content {padding-bottom: 40px;}
.how_it_work_box_content:nth-child(2) h2 {color: #1D4647;}
.how_it_work_box_content:last-child { padding-bottom: 0;}

/* Benefits Box Module */
.benefit_box_bg {padding: 50px 0 100px; position: relative;}
.benefit_box_bg:before {content: '';position: absolute;width: 100%;height: 57%;left: 0;top: 0;right: 0;}
.benefit_box_main {padding: 100px 60px; position: relative;box-shadow: 0px 4px 15px 0px #0000001A;z-index:2;}
.benefit_box_left {width: 72%;padding-right: 100px;}
.benefit_box_right { width: 28%;}
.benefit_box_title h2 {padding-bottom: 30px;color: #1E2023;font-weight: 400;}
.benefit_box_info {color: #1D4647;padding-bottom: 30px;}
.benefit_box_info p { color: #1D4647;}
.benefit_box_info p:last-child { margin-bottom: 0;}

/* Before And After Module */
.before_after_bg { padding: 50px 0; position: relative;}
.before_after_box { position: relative; background: #F5F8FA; padding: 100px 0;z-index:2;}
.before_after_bg:before {content: '';position: absolute;width: 100%;height: 25%;left: 0;right: 0;bottom: 0;}
.before_after_title {padding: 0 0 80px 80px;}
.before_after_title h2 {color: #1E2023;font-weight: 400;}
.before_after_slider_box_cover {background: #E4E1E1;height: 560px;}
.before_after_slider_main .slick-list.draggable { width: 792px; margin: 0 auto;}
.before_after_slide {height: 560px;}
.before_after_slider_main button.slide-arrow.prev-arrow.slick-arrow { background: transparent; position: absolute; top: 50%; transform: translateY(-50%); left: 30px;cursor: pointer;z-index: 2;}
.before_after_slider_main button.slide-arrow.next-arrow.slick-arrow { background: transparent; position: absolute; top: 50%; transform: translateY(-50%); right: 30px;cursor: pointer;}

/* FAQ Module */
.faq_bg { padding: 70px 0 100px; margin-top: -20px;}
.faq_accordion_bg { padding: 72px 20px 85px 20px;}
.faq_title {padding: 0 0 50px 60px;}
.faq_title h2 { color: #1E2023;font-weight: 400;}
.faq_acc_title_parent { display: flex;flex-wrap: wrap;align-items: center;background: #FFFFFF; padding: 15px 30px;width: 100%;min-height: 60px;}
.faq_read_btn span { display: flex; flex-wrap: wrap;justify-content: flex-end;}
.faq_acc_title h5 { font-weight: 400; color: #1E2023;}
.faq_acc_card { margin-bottom: 25px;}
.faq_acc_panel_parent {background: #FFFFFF;padding:0 26px 20px 85px;display: none;}
.faq_read_btn span { border: 1px solid #275DB2 ; Font-size: 20px;Line-height: 18px; color: #275DB2 ;padding: 10px 50px;display: inline-block; min-width: 200px; text-align: center;cursor: pointer;}
.faq_read_btn span:hover { background: #275DB2 ; color: #FFFFFF;}
.faq_read_btn { width: 252px; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.faq_acc_title {  width: calc(100% - 252px);padding-right:20px;}
.faq_acc_card:last-child { margin-bottom: 0;}
.faq_close_btn span {border: 1px solid #275DB2 ;Font-size: 20px;Line-height: 18px;color: #275DB2 ;padding: 10px 50px;display: inline-block;min-width: 200px;text-align: center;cursor: pointer;}
.faq_close_btn span:hover { background: #275DB2 ; color: #FFFFFF;}
.faq_close_btn { width: 252px;margin: 0 0 0 auto;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.faq_acc_card.active .faq_acc_panel_parent {display: block;}
.faq_acc_card.active .faq_read_btn { display: none;}
.faq_acc_panel p {font-size: 16px;line-height: 24px;font-family: 'Poppins', sans-serif;margin-bottom: 10px;}
.faq_acc_panel ul li,.faq_acc_panel ol li { font-size: 16px; line-height: 24px;font-family: 'Poppins',sans-serif;}
.faq_acc_panel ul,.faq_acc_panel ol { margin-bottom: 10px;}



/* Full Width Slider Module */
.full_width_slider_parent {height: 620px;}
.full_width_slide { height: 620px;background-color: #e2eaff;}
.full_width_slider_main button.slide-arrow.prev-arrow.slick-arrow { position: absolute; background: #FFFFFF; height: 60px; width: 60px;border-radius: 50%;z-index: 1;top: 50%; transform: translateY(-50%);left: 48px;cursor: pointer;}
.full_width_slider_main button.slide-arrow.next-arrow.slick-arrow { position: absolute;background: #FFFFFF;  height: 60px; width: 60px;border-radius: 50%;z-index: 1;top: 50%; transform: translateY(-50%);right: 48px;cursor: pointer;}
.full_width_slider_main button.slide-arrow.next-arrow.slick-arrow svg path { fill: #396CF0;}
.full_width_slider_main button.slide-arrow.next-arrow.slick-arrow:hover {background: #396CF0;}
.full_width_slider_main button.slide-arrow.next-arrow.slick-arrow:hover svg path { fill: #FFFFFF;}
.full_width_slider_main button.slide-arrow.prev-arrow.slick-arrow:hover {background: #396CF0;}
.full_width_slider_main button.slide-arrow.prev-arrow.slick-arrow:hover svg path { fill: #FFFFFF;}
.full_width_slide:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.4);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.full_width_slide:hover:before { opacity: 1;cursor: pointer;}

/* Treatments Inner Four Col Module */
.treat_inner_four_col_bg { padding: 100px 0 70px;}
.treat_inner_four_col_box { width: 23%; margin-right: 2%;margin-bottom: 30px;}
.treat_inner_four_col_box:nth-child(4n+4) {  margin-right: 0;}
.treat_inner_four_col_iocn {width: 40px;height: 24px;padding: 5px 15px 0 0;}
.treat_inner_four_col_icon_title { display: flex; flex-wrap: wrap;padding-bottom:15px;}
.treat_inner_four_col_title h4 { color: #1E2023;font-weight: 400}
.treat_inner_four_col_cont { max-width: 280px;}
.treat_inner_four_col_cont p {  margin-bottom: 0;}
.treatments_details .lands_three_col_img_section {padding: 100px 0 0;}
.treatments_details .treat_inner_four_col_bg{padding:80px 0 70px;}

/* Concerns Three Col Module */
.concerns_bg {padding: 50px 0 20px;}
.concerns_three_col_parent {max-width: 1100px;margin: 0 auto;}
.concerns_main_title { text-align: center;padding-bottom: 80px;}
.concerns_main_title h2 { font-weight: 400; color: #396CF0;}
.concerns_title_box {text-align: center;padding-bottom: 80px;max-width: 1054px;margin: 0 auto;}
.concerns_title_box h2 { font-weight: 400;color: #1E2023;margin-bottom: 20px;}
.concerns_three_col_box {width: 27%; margin-right: 9%;;margin-bottom: 30px;text-align: center;}
.concerns_three_col_box:nth-child(3n+3) { margin-right: 0;}
.concerns_three_col_title h4 {font-weight: 400; color: #396CF0;padding: 18px 0 16px;}
.concerns_three_col_cont p { margin-bottom: 0;Font-size: 16px;Line-height: 24px;}
.concerns_title_box p { margin-bottom: 0;}
.concerns_three_col_img{height: 180px;width: 261px;margin: 0 auto}
.concerns_three_col_img:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.4);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.concerns_three_col_box:hover .concerns_three_col_img:before {opacity: 1;}

/*Left Content With Cta And Right Portrait Image Module*/
.right_p_image_parent_v1 {width: 35%;}
.left_cont_parent_v1 {width: 65%;padding-right: 44px;}
.left_cont_right_p_img_bg_v1 {padding: 100px 0;}
.left_con_title_v1 h6 {color: #1C58EF;font-weight: 400;Letter-spacing: 1px;text-transform: uppercase;margin-bottom: 10px;}
.left_con_title_v1 h2 {color: #1E2023;font-weight: 400;padding-bottom:30px;}
.left_content_v1 p:last-child { margin-bottom: 0;}
.left_CTA_v1 {padding-top: 40px;}

/*Left Content With Cta And Right Portrait Image Module V2*/
.right_p_image_parent_v2 {width: 35%;}
.left_cont_parent_v2 {width: 65%;padding-right:146px;}
.left_cont_right_p_img_bg_v2 {padding: 100px 0;}
.left_cont_right_p_img_parent_v2 {align-items: center;}
.left_con_title_v2 h6 {color: #1C58EF;font-weight: 400;Letter-spacing: 1px;text-transform: uppercase;margin-bottom: 6px;}
.left_con_title_v2 h2 {color: #1E2023;font-weight: 400;padding-bottom: 40px;}
.left_content_v2 p:last-child { margin-bottom: 0;}
.left_CTA_v2 {padding-top: 40px;display: flex;flex-wrap: wrap;}
.more_info_btn {padding-left: 40px;}

/*Recommended Treatments Module*/
.rec_tre_sec_title {text-align: center;padding-bottom: 80px;}
.rec_tre_box {width: 21%;margin-right: 5.3%;margin-bottom: 50px; position: relative;}
.rec_tre_box:nth-child(4n+4) { margin-right: 0;}
.rec_tre_bg {padding: 100px 0 50px;}
.rec_tre_sec_title h2 {font-weight: 400;color: #1E2023;}
.rec_tre_box_image {height: 310px;}
a.rec_tre_box_link {position: absolute; width: 100%;height: 100%; cursor: pointer; top: 0;right: 0; left: 0; bottom: 0;}
.rec_tre_w_box {background: #FFFFFF;padding: 24px 12px 30px 12px;text-align: center;}
.rec_tre_box_title h6 {font-weight: 400;color: #396CF0;}
.rec_tre_box_content p {font-size: 14px;line-height: 24px;margin-bottom: 0;color: #646464B2;}
.rec_tre_box_image:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28, 88, 239, 0.4);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.rec_tre_box:hover .rec_tre_box_image:before { opacity: 1;}
.View_more_btn { text-align: center;}
.View_more_btn button { min-width: 196px;}

/*Skin Blog Module*/
.skin_blog_bg {padding:50px 0;}
.skin_blog_sec_title { text-align: center; padding-bottom: 40px;}
.skin_blog_sec_title h2 {font-weight: 400;color: #1E2022;padding-bottom:8px;}
.skin_blog_box { width: 31%; margin-right: 3%;margin-bottom: 40px;}
.skin_blog_box:nth-child(3n+3) { margin-right: 0;}
.skin_blog_rela_imge {border-radius: 6px 6px 0px 0px;height: 242px;}
.skin_blog_rela_w_box {background: #FFFFFF;padding: 32px;}
.recent_blog_item_title h5 {color: #1E2023; font-weight: 400;margin-bottom:5px;}
.recent_blog_item_title:hover h5 { color: #396CF0;}
.recent_blog_item_date_auth {display: flex;flex-wrap: wrap;padding-bottom: 16px;}
.recent_blog_item_date span {font-size: 14px;line-height: 21px;color: #646464B2;}
.recent_blog_item_date {margin-right: 6px;}
.recent_blog_item_author span {font-size: 14px;line-height: 21px;color: #1E2023;}
.recent_blog_item_author span.for_by {position: relative;color: #646464B2;padding: 0 4px 0 8px;}
.recent_blog_item_author span.for_by:before {content: '';position: absolute;height: 14px;width: 1px;background: #646464B2;left: 0;top: 1px;}
.recent_blog_item_content {font-size: 16px;line-height: 24px;color: #646464;margin-bottom: 24px;margin-top: 5px;}
.skin_blog_rela_read_more a.read_more_linkup {font-size: 16px;line-height: 24px;color: #396CF0;text-transform: capitalize;position: relative;width: 95px;display: inline-block;border-bottom: 1px solid transparent;}
.skin_blog_rela_read_more a.read_more_linkup:hover {border-bottom: 1px solid;}
.skin_blog_rela_read_more a.read_more_linkup:before {content: '';position: absolute;background: url('https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%20New%20Web%20Site%20Julye%202021/Images/chevron-right.svg');background-size: 8px;background-position: center center;background-repeat:no-repeat;width: 10px;height: 15px;right: 0;top: 5px;font-weight: 400;}
.skin_blog_btn {text-align: center;padding-top: 0;
  /*   padding-top: 40px; */
}


/*Skin Cancer Services Three Col Module*/
.skin_can_ser_three_col_bg {padding: 100px 0;}
.skin_can_ser_three_col_title_box {text-align: center;padding-bottom: 80px;}
.skin_can_ser_three_col_title_box h6 { letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;font-weight: 400;}
.skin_can_ser_three_col_title_box h2 {color: #1E2023;font-weight: 400;}
.skin_can_ser_three_col_image:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.4);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.skin_can_ser_three_col_box:hover .skin_can_ser_three_col_image:before {opacity: 1;}

.skin_can_ser_three_col_box {width: 28%; margin-right: 8%; margin-bottom: 45px; text-align: center;}
.skin_can_ser_three_col_parent {max-width: 1100px; margin: 0 auto;}
.skin_can_ser_three_col_image {width: 261px; height: 180px; margin: 0 auto;}
.more_services_btn_parent {text-align: center;}
.skin_can_ser_three_col_cont p {margin-bottom: 0;font-size: 16px;line-height: 24px;font-family: 'Poppins', sans-serif;}
.skin_can_ser_three_col_title h6 {color: #396CF0; font-weight: 400; padding: 24px 0 15px;}
.skin_can_ser_three_col_box:nth-child(3n+3) { margin-right: 0;}
.skin_can_ser_three_col_cont { color: #646464;}

/*Specialized Clinics Module*/
.specialized_clinics_section { padding: 100px 0 50px;}
.specialized_clinics_top_titles { padding-bottom: 60px;max-width: 1200px; margin: 0 auto;position: relative;}
.specialized_clinics_section_titles h6 {font-weight: 400;letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;margin-bottom: 4px;}
.specialized_clinics_section_titles h2 {color: #1E2023;font-weight: 400;}
.specialized_clinics_filter { position: absolute;right: 0;top: 0;width: 220px;}
.specialized_clinics_top_img {height: 226px;}
.specialized_clinics_top_img:before {content: '';position: absolute;width: 100%; height: 100%;background: rgba(28,88,239,0.4);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.specialized_clinics_top_box:hover .specialized_clinics_top_img:before {opacity: 1;}
.specialized_clinics_top_box {width: 28%;margin-right: 8%;margin-bottom: 50px;text-align: center;}
.specialized_clinics_top_box:nth-child(3n+3) {margin-right: 0;}
.specialized_clinics_top_main {max-width: 1200px;margin: 0 auto;}
.specialized_clinics_top_title h4 {font-weight: 400;color: #396CF0;padding-top: 20px;}
.specialized_clinics_bottom_main {max-width: 1150px;margin: 0 auto;}
.specialized_clinics_bottom_box {padding: 30px 0;}
.specialized_clinics_bottom_box_inner{background: #F5F8FA;border-radius: 2px;padding: 40px 68px 15px;}
.specialized_clinics_bottom_title h2 { color: #1E2023;font-weight: 400;padding-bottom: 20px;}
.specialized_clinics_bottom_list ul { display: flex; flex-wrap: wrap;}
.specialized_clinics_bottom_list ul li {width: 23%;margin-right: 2%;margin-bottom: 25px;}
.specialized_clinics_bottom_list ul li:nth-child(4n+4) {margin-right: 0;}
.specialized_clinics_bottom_list ul li a {color: #1C58EF;font-size: 22px;line-height: 32px;}

.title_cont_three_col_box { width: 24%; margin-right: 14%; margin-bottom: 30px;text-align: center;}
.title_cont_three_col_box:nth-child(3n+3) {margin-right: 0;}
.title_cont_three_col_bg {padding: 100px 0 70px;}
.title_cont_three_col_title h3 { color: #396CF0;font-weight: 400;padding-bottom: 18px;}
.title_cont_three_col_content p { margin-bottom: 0;}

/*Our Story Module*/
.our_story_bg { padding: 100px 0;}
.our_story_box { padding: 80px 50px;}
.our_story_left { width: 75%;padding-right: 100px;}
.our_story_right { width: 25%;display: flex;flex-wrap: wrap;justify-content: center;}
.our_story_title h2 { padding-bottom: 30px;font-weight: 400; color: #1e2023;}
.our_story_cont p:last-child { margin-bottom: 0;}
.our_story_img {width: 208px;margin: 0 auto;padding-bottom: 40px;}
.our_story_parent.dis-flex { align-items: center;}

/*Meet The Team Module*/
.meet_the_team_section {padding: 100px 0 60px; }
.meet_the_team_sec_title {text-align: center;padding-bottom: 60px;}
.meet_the_team_sec_title h2 {font-weight: 400;color: #1E2023;}
.our_dr_team_title h2 {font-weight: 400;color: #1e2023;}
.meet_the_team_sec_title h6 { letter-spacing: 1px; text-transform: uppercase; color: #1c58ef;font-weight: 400; padding-bottom: 8px;}
.our_dr_team_title {text-align: center;padding-bottom: 40px;}
.our_nurs_team {text-align: center;padding: 40px 0;}
.our_nurs_team_title h2{font-weight: 400;color: #1e2023;}


.meet_the_team_box {width: 15%;margin-right: 2%;text-align: center;margin-bottom: 40px;}
.meet_the_team_box:nth-child(6n+6) { margin-right: 0;}
/* .meet_the_team_btns .btn_blue, .meet_the_team_btns .btn_blue, .meet_the_team_btns .btn_blue {min-width: 181px;} */
.meet_the_team_img {height: 250px;margin: 0 auto;background-color: #e2eaff;max-width: 200px;}

.meet_the_team_name h4 {color: #1C58EF;font-weight: 400;padding: 24px 0 4px;}

.meet_the_team_des h6 {position: relative;color: #646464B2;font-weight: 400;padding-bottom: 30px;}
.meet_the_team_des h6:before {content: '';position: absolute;background: #e5e9ea;height: 1.13px;width: 60px;left: 50%;transform: translateX(-50%);bottom:15px;}
.meet_the_team_content p {margin-bottom: 0;font-size: 16px;line-height: 24px;}
.meet_the_team_btns {padding-top: 10px;}
.meet_the_team_btns button.btn_blue,.meet_the_team_btns .btn_blue a,.meet_the_team_btns a.btn_blue{min-width: 190px;}
.meet_the_team_btns .btn_blue+.btn_blue {margin-top: 8px;}
.meet_the_team_btns .btn_blue:active, .meet_the_team_btns .btn_blue:focus, .meet_the_team_btns .btn_blue:hover {background-color: transparent !important; color: #275DB2  !important;text-decoration: none !important;}
.meet_the_team_img:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.7);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.meet_the_team_box:hover .meet_the_team_img:before {opacity: 1;}

/*Skin Cancer Services Four Col Module*/
.skin_can_ser_four_col_bg {padding: 100px 0 60px;}
.skin_can_ser_four_col_title_box {text-align: center;padding-bottom: 40px;}
.skin_can_ser_four_col_title_box h6 {letter-spacing: 1px;text-transform: uppercase;color: #1c58ef;font-weight: 400;margin-bottom: 10px;}
.skin_can_ser_four_col_title_box h2 {color: #1e2023;font-weight: 400;}
.skin_can_ser_four_col_image {max-width: 261px;height: 180px;margin: 0 auto;}
.skin_can_ser_four_col_box {width: 20%;margin-right: 6.66%;text-align: center;margin-bottom: 40px;}
.skin_can_ser_four_col_box:nth-child(4n+4) {margin-right: 0;}
.skin_can_ser_four_col_title h4 {color: #396CF0;font-weight: 400;padding: 20px 0 16px;}
.skin_can_ser_four_col_cont p {margin-bottom: 0;}
.skin_can_ser_four_col_image:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.4);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.skin_can_ser_four_col_box:hover .skin_can_ser_four_col_image:before {opacity: 1;}
.skin_can_ser_four_col_cont strong {font-weight: 400;}
.skin_can_ser_four_col_cont { color: #646464;}

/*Text Section About Clinic Module*/
.lands_three_col_img_box.dis-flex {justify-content: center;}
.text_sec_about_clinic_bottom_bg {padding-bottom: 100px;}
.text_sec_about_clinic_top_bg {padding: 100px 0;}
.text_sec_about_clinic_box {padding: 45px 95px 25px;}
.text_sec_about_clinic_box h2 { padding-bottom: 30px;font-weight: 400; color: #1e2023;}
.text_sec_about_clinic_box p:last-child { margin-bottom: 0;}
.lands_three_col_img { width: 31%;margin-right: 3%;margin-bottom:20px;}
.lands_three_col_img:nth-child(3n+3) {margin-right: 0;}
.lands_three_col_img_parent {padding-top: 10px;}

/*Photo Gallery Of Images Slider Module*/
.photo_gallery_images_slider_box {display: flex;flex-wrap: wrap;position: relative;}
.photo_gallery_left_parent { width: 50%;background: #002D53;color: #FFFFFF;position: relative;}
.photo_gallery_right_parent {width: 50%; background: #FFFFFF;padding: 36px 20px 36px 200px;}
.photo_gallery_images { position: absolute;left: 50%; transform: translateX(-50%); bottom: 0;}
.photo_gallery_left_signature h1 {font-size: 88px;line-height: 119px;font-family: 'Brittany Signature';font-weight: 400;padding-top: 65px;padding-bottom: 40px;}
.photo_gallery_left_signature {text-align: center;}
.photo_gallery_images_slider_bg {padding: 100px 0;}
.package_info {position: relative;padding: 40px 5px 40px 34px;display: flex;flex-wrap: wrap;align-items: center;max-width: 425px;margin-right: 200px;word-break: break-all;}
.package_info:before {content: '';position: absolute;height: 100%;width: 5px;background: #FFB400;left: 0;top:0;}
.photo_gallery_left_package {position: absolute;left: 20px;bottom: 20px;}
.includes_info h3 {color: #00315C;font-family: 'Montserrat', sans-serif;font-weight: 700;padding-bottom: 20px;}
.includes_info p:last-child {margin-bottom: 0;}
.includes_info p {margin-bottom: 20px;color: #00315C;font-weight: 500;font-family: 'Montserrat', sans-serif;}
.includes_info {padding-bottom: 40px;}
.benefits_info h3 {color: #00315C;font-family: 'Montserrat', sans-serif;font-weight: 700;padding-bottom: 20px;}
.benefits_info p:last-child {margin-bottom: 0;}
.benefits_info p {margin-bottom: 20px;color: #00315C;font-weight: 500;font-family: 'Montserrat', sans-serif;}
.package_info h2 { font-family: 'Montserrat', sans-serif;font-weight: 700; text-transform: uppercase;}
.package_info h2.font46.price {font-family: 'Montserrat', sans-serif;font-weight: 400;padding-top: 20px;}
/* slider */
.photo_gallery_images_slider_main button.slide-arrow.next-arrow.slick-arrow {position: absolute;right: -10%;height: 50px;width: 50px;background: #FFFFFF;border-radius: 50%;top: 50%;transform: translateY(-50%);cursor: pointer;}
.photo_gallery_images_slider_main button.slide-arrow.prev-arrow.slick-arrow {position: absolute;left: -10%;height: 50px;width: 50px; background: #FFFFFF;border-radius: 50%; top: 50%;transform: translateY(-50%);cursor: pointer;}
.photo_gallery_images_slider_main button.slide-arrow.next-arrow.slick-arrow:hover {background: #000;}
.photo_gallery_images_slider_main button.slide-arrow.next-arrow.slick-arrow:hover svg path {fill: #FFFFFF;}
.photo_gallery_images_slider_main button.slide-arrow.prev-arrow.slick-arrow:hover {background: #000;}
.photo_gallery_images_slider_main button.slide-arrow.prev-arrow.slick-arrow:hover svg path {fill: #FFFFFF;}
.photo_gallery_images_slider_section {position: relative;}
.sec_bor_bottom {position: absolute;width: 96%;border-bottom: 1px solid #C4C4C4;margin: 0 auto;left: 0;right: 0;}


/*Landscape Map Image With Content Module*/
.land_map_img_section {padding: 100px 0;}
.land_map_img_left_parent { width: 50%;padding-right: 40px;}
.land_map_img_right_parent {width: 50%;}
.land_map_img_left_bg {width: 100%;height: 450px;max-width: 450px;}
.land_map_img_right_title h1 {font-weight: 400;color: #1E2023;padding-bottom: 12px;}
.land_map_img_right_title h1 span{display: block; font-size: 20px;line-height: 24px;padding: 10px 0}
.land_map_img_right_title h6 {font-weight: 400; letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;padding-bottom: 12px;}
.land_map_img_right_cont p {margin-bottom: 0;}
.land_map_img_right_cont p span {color: #1C58EF;}
.land_map_img_right_cont {max-width: 555px;padding-bottom: 16px;}
.land_map_img_right_list h6 {color: #1E2023;font-weight: 500;padding-bottom: 8px;}
.land_map_img_right_list ul li {position: relative;padding-left: 24px;padding-bottom: 8px;font-size: 20px;line-height: 24px;color: #646464;}
.land_map_img_right_list ul li:before {content: '';position: absolute;left: 0;background-image: url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%20New%20Web%20Site%20Julye%202021/Images/check.svg);background-repeat: no-repeat;height: 14px;width: 14px;background-size: 14px;top: 7px;}
.land_map_img_right_list ul li:last-child {padding-bottom: 0;}
/* .land_map_img_right_list { padding-bottom: 40px;} */
.land_map_img_right_btns { display: flex;flex-wrap: wrap;padding-bottom: 10px;}
.land_map_img_right_btns button.btn_blue { margin-right: 64px;}
.land_map_img_right_cont p:hover a {text-decoration: underline;}
.land_map_info { padding-bottom: 10px;}
.land_map_info:last-child {padding-bottom: 0;}
.land_map_info p, .land_map_info a { font-size: 20px;line-height: 24px;color: #646464;
  /*   word-break: break-all; */
}
.land_map_info span {display: block;color: #1e2023;font-weight: 500;}
.call.land_map_info span { display: inline-block;padding-right: 5px;}
/* .call a.call_no { font-weight: 700;} */
.land_map_img_right_btns .btn_blue:first-child {margin-right: 64px;}
.land_map_img_right_btns .btn_blue:active, .land_map_img_right_btns .btn_blue:focus, .land_map_img_right_btns .btn_blue:hover {background-color: transparent !important;color: #275db2 !important;text-decoration: none !important;}


.location_clinics_box { width: 30%;margin-right: 5%;margin-bottom: 100px; text-align: center;}
.hs-image-widget {height: 270px;}
.hs-image-widget:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.7);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.location_clinics_box:hover .hs-image-widget:before {opacity: 1;}
.location_clinics_box:nth-child(3n+3) { margin-right: 0;}
.location_name {margin: 30px 0 21px 0;}
.location_name h4 { color: #396CF0 ; font-weight: 400;}
.location_state h6 {color: #646464; font-weight: 400;font-family: 'Poppins',sans-serif; position: relative;padding-bottom: 30px;}
.location_state h6:before { content: '';position: absolute;background: #e5e9ea;height: 1.13px;width: 60px;left: 50%;transform: translateX(-50%);top: 32px;}
.location_clinics_btns {display: flex;flex-wrap: wrap;}
.location_clinics_btns .btn_blue { display: inline-block; margin: 0 auto;border-radius: 0; width: 47.5%; min-width: auto;}
.location_clinics_btns .btn_blue:active, .location_clinics_btns .btn_blue:focus, .location_clinics_btns .btn_blue:hover{background-color: transparent !important;color: #275DB2  !important;text-decoration: none !important;}
.location_list_section { padding-top: 100px;}
.location_list_titles { padding-bottom: 80px;}
.location_list_titles h6 {font-weight: 400;letter-spacing: 1px;text-transform: uppercase;color: #1c58ef;margin-bottom: 4px;}
.location_list_titles h2 {color: #1e2023;font-weight: 400;text-transform: uppercase;}

/*Introduction Module*/
.intro_section { padding: 100px 0 50px;}
.intro_content p:last-child { margin-bottom: 0;}
.intro_title h2 { color: #1E2023;font-weight: 400;padding-bottom: 5px;}
.intro_title h6 {letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;padding-bottom: 20px;font-weight: 400;}

/*Monthly Deals Module*/
.monthly_deals_bg {position: relative;padding: 100px 0;}
.monthly_deals_section_title {text-align: center;max-width: 555px;margin: 0 auto;padding-bottom: 30px;}
.monthly_deals_section_title h3 {color: #FFFFFF;font-weight: 400;padding-bottom: 16px;}
.monthly_deals_section_title p {color: #FFFFFF;margin-bottom: 0; font-size: 18px;line-height: 27px;}
.monthly_deals_box_parent { box-shadow: 0px 0px 20px 0px #929CAA4D; border-radius: 4px;padding: 20px 50px 0;max-width: 700px;margin: 0 auto;position: relative;}
.monthly_deals_box {width: 49%; margin-right: 2%;display: flex;flex-wrap: wrap; margin-bottom: 20px;}
.monthly_deals_box:nth-child(2n+2) { margin-right: 0;}
.monthly_deals_num { width: 68px;}
.monthly_deals_details { width: calc(100% - 68px);}
.monthly_deals_num h1 { font-size: 46px;line-height: 46px;color: #275DB2 ;}
.monthly_deals_title h6 {color: #1E2023;font-weight: 400;padding-bottom: 6px;}
.monthly_deals_cont p { margin-bottom: 0;font-size: 16px;line-height: 24px;}
.monthly_deals_link {padding-top: 10px;}
.monthly_deals_link a {color: #396CF0 ;position: relative; text-transform: capitalize; display: inline-block; padding-right: 15px;border-bottom: 1px solid transparent;}
.monthly_deals_link a:hover { border-bottom: 1px solid;}
.monthly_deals_link a:before { content: ''; position: absolute;background: url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%20New%20Web%20Site%20Julye%202021/Images/chevron-right.svg);background-size: 8px; background-position: center center; background-repeat: no-repeat;width: 10px;height: 15px;right: 0;top: 4px;font-weight: 400;}
.monthly_deals_bg:before {content: '';position: absolute;width: 100%;height: 44%;left: 0;bottom: 0;right: 0;}

/*Locations List Module*/
.state_over_title_box {text-align: center;position: relative;}
.state_over_section { padding: 50px 0 100px;}
.state_over_titles h6 { font-size: 16px;line-height: 24px;letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;font-weight: 400;padding-bottom: 8px;}
.state_over_titles h2 {color: #1E2023;font-weight: 400;}
.state_over_green_title { padding-bottom: 40px;}
.state_over_green_title h4 {font-weight: 400; color: #1E2023;}
.dr_clinic_box { width: 15%;margin-right: 2%;text-align: center;margin-bottom: 40px;}
.dr_clinic_box:nth-child(6n+6) {margin-right: 0;}
.dr_clinic_img { max-width: 261px; height: 310px;margin: 0 auto;background-color: #e2eaff;}
.dr_clinic_img:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.7);top: 0;right: 0;bottom: 0;left: 0;opacity: 0;}
.dr_clinic_box:hover .dr_clinic_img:before {opacity: 1;}
.dr_clinic_name h4 { color: #1c58ef;font-weight: 400;padding: 24px 0 4px;}
.dr_clinic_des h6 { position: relative; color: #646464B2; font-weight: 400; padding-bottom: 30px;}
.dr_clinic_des h6:before { content: '';position: absolute; background: #e5e9ea; height: 1.13px;width: 60px;left: 50%;transform: translateX(-50%);bottom:18px;}
.dr_clinic_content p { margin-bottom: 0;font-size: 16px;line-height: 24px;}
.dr_clinic_btns { padding-top: 10px;}
.dr_clinic_btns .btn_blue + .btn_blue {margin-top: 8px;}
.state_over_red_title {padding: 60px 0 40px;}
.state_over_red_title h4 {font-weight: 400;color: #1E2023;}
.state_over_red_btn ,.state_over_green_btn { text-align: center; padding-top: 20px;}
.state_over_filter { position: absolute;right: 0;width: 220px;bottom: 0;text-align: left;}
.state_over_main { padding-top: 80px;}
.state_over_filter .select-styled:after { top: 3px;right: 5px;}
.state_over_filter .select-styled:active:after, .select-styled.active:after { top: 0; right: 0;}


/*Portraits Left Image and Right Content Module*/ 
.port_left_img_right_cont_bg {padding: 100px 0;}
.port_left_img_parent {width: 35%;}
.port_right_cont_parent {width: 65%; padding-left: 100px;}
.port_right_cont_title h2 {font-weight: 400;color: #1e2023;padding-bottom: 8px;}
.port_right_cont_title h6 { letter-spacing: 1px;text-transform: uppercase; color: #1C58EF;font-weight: 400;}
.port_right_cont_title {padding-bottom: 30px;}
.port_right_cont p:last-child {margin-bottom: 0;}
.port_right_cont { padding-bottom: 40px;}
.port_right_cont_list { padding-bottom: 40px;}
.port_right_cont_btns {display: flex; flex-wrap: wrap;}
.port_right_cont_btns button.btn_blue { margin-right: 64px;}
.port_right_cont_list h6 { font-weight: 400; color: #1E2023; padding-bottom: 8px;}
.port_right_cont_list ul li { position: relative;padding-left: 24px;padding-bottom: 8px;font-size: 20px;line-height: 24px;color: #646464;}
.port_right_cont_list ul li:before { content: '';position: absolute;left: 0;background-image: url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%20New%20Web%20Site%20Julye%202021/Images/check.svg);background-repeat: no-repeat;height: 14px;width: 14px;background-size: 14px;top: 7px;}
.port_right_cont_btns .btn_blue:first-child {margin-right: 64px;}
.port_right_cont_btns .btn_blue:active, .port_right_cont_btns .btn_blue:focus, .port_right_cont_btns .btn_blue:hover {background-color: transparent !important;color: #275db2 !important;text-decoration: none !important;}

/*Portraits Map Image With Content Module*/
.port_map_img_bg {padding: 100px 0;}
.port_map_img_left_parent {width: 35%;}
.port_map_img_right_parent { width: 65%;padding-left: 100px;}
.port_map_img_left_bg { width: 100%;height: 450px;max-width: 450px;}


/*Highly Qualified Specialists Module*/
.highly_qua_spec_dr_bg {padding: 100px 0 60px;}
.highly_qua_spec_dr_titles h6 {letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;font-weight: 400;padding-bottom: 8px;}
.highly_qua_spec_dr_titles {text-align: center;padding-bottom: 40px;}
.highly_qua_spec_dr_titles h2 {color: #1E2023; font-weight: 400;}

.dr_special_box {width: 15%;margin-right: 2%;text-align: center;margin-bottom: 40px;}
.dr_special_box:nth-child(6n+6) { margin-right: 0;}
.dr_clinic_btns .btn_blue, .dr_clinic_btns .btn_blue, .dr_clinic_btns .btn_blue {min-width:190px;}
.dr_special_img {height: 250px;margin: 0 auto;background-color: #e2eaff;max-width: 200px;}

.dr_special_img:before {content: '';position: absolute;width: 100%;height: 100%;background: rgba(28,88,239,0.4);top: 0;right: 0; bottom: 0;left: 0;opacity: 0;}
.dr_special_box:hover .dr_special_img:before {opacity: 1;}
.dr_special_name h4 { color: #1c58ef; font-weight: 400; padding: 24px 0 4px;}
.dr_special_des h6 { position: relative;color: #646464B2;font-weight: 400;padding-bottom: 30px;}
.dr_special_des h6:before { content: ''; position: absolute;background: #e5e9ea;height: 1.13px;width: 60px;left: 50%;transform: translateX(-50%);bottom:15px;}
.dr_special_content p { margin-bottom: 0; font-size: 16px; line-height: 24px;}
.dr_special_btns {padding-top: 10px;}
.dr_special_btns button.btn_blue,.dr_special_btns .btn_blue a,.dr_special_btns a.btn_blue{min-width: 190px;}
.dr_special_btns .btn_blue + .btn_blue {margin-top: 8px;}
.view_all_dr {text-align: center;}
.dr_clinic_btns .btn_blue:active, .dr_clinic_btns .btn_blue:focus, .dr_clinic_btns .btn_blue:hover{background-color: transparent !important;color: #275DB2  !important;  text-decoration: none !important;}
.dr_special_btns .btn_blue:active, .dr_special_btns .btn_blue:focus, .dr_special_btns .btn_blue:hover { background-color: transparent !important;color: #275db2 !important;    text-decoration: none !important;}

/*Portraits Left Image and Right Content Module V2*/
.port_left_img_right_cont_parent_v2.dis-flex {align-items: center;} 
.port_right_cont_btn_v2 .sub_story { min-width: 226px;}
.port_right_cont_btn_v2 .sub_story +.sub_story { margin-left: 39px;}

/*Your Story Module*/
.your_story_bg {padding: 100px 0;position: relative;}
.your_story_white_box { position: relative;padding: 80px 70px;}
.your_story_wbox_right_parent { width: 270px;}
.your_story_wbox_left_parent {width: calc(100% - 270px);padding-right: 80px;}
.your_story_wbox_right_box { background: #ECF2F5;box-shadow: 15px 15px 30px rgba(57, 108, 240, 0.05); border-radius: 3px;padding: 28px 20px;}
.your_story_wbox_left_parent h2 {padding-bottom: 30px;font-weight: 400;color: #1E2023;}
.your_story_wbox_left_parent p strong {font-size: 22px;line-height: 24px;}
.your_story_wbox_left_parent p:last-child { margin-bottom: 0;}
.your_story_wbox_right_info p {color: #000000;margin-bottom: 18px;}
.your_story_wbox_right_btns button { min-width: 226px;}
.your_story_wbox_right_btns button:first-child { margin-bottom: 18px;}
.your_story_bg:before {content: '';position: absolute;width: 100%;height: 29%;bottom: 0;left: 0;right: 0;}

/*Your Heroes Module*/
.your_heroes_section {padding: 100px 0 50px;}
.your_heroes_title { padding-bottom: 40px;}
.your_heroes_title h2 {font-weight: 400; color: #1E2023;}
.your_heroes_left_parent { width: 39%;}
.your_heroes_right_parent {width: 61%;padding-left: 100px;}
.your_heroes_parent.dis-flex {align-items: center;}

/*More Stories Module*/
.more_stor_section { padding: 50px 0 100px;}
.more_stor_section_title { padding-bottom: 40px;}
.more_stor_section_title h2 {color: #1E2023;font-weight: 400;}
.more_stor_left_img_bg {height: 242px;max-width: 365px;border-radius: 6px;}
.more_stor_box_parent.dis-flex {margin-bottom: 40px;}
.more_stor_right_info { padding-top: 20px;}
.more_stor_left_parent { width: 30%;padding-right:23px;}
.more_stor_right_parent {width: 70%;}
.more_stor_right_title h4 {font-weight: 400;color: #1E2023;}
.more_stor_right_title {padding-bottom: 20px;}
.more_stor_right_auto_date {padding-bottom: 20px;}
.more_stor_right_btn {text-align: right;}
.more_stor_right_content p:last-child {margin-bottom: 0;}
.more_stor_right_content {padding-bottom: 20px;}
.more_stor_date_auth {display: flex;flex-wrap: wrap;}
.more_stor_date {margin-right: 6px;}
.more_stor_date span {font-size: 16px;line-height: 21px; color: #646464B2;}
.more_stor_author span {font-size: 16px;line-height: 21px;color: #1e2023;}
.more_stor_author span.for_by {position: relative;color: #646464B2;padding: 0 4px 0 8px;}
.more_stor_author span.for_by:before {content: '';position: absolute;height: 14px;width: 1px;background: #646464B2;left: 0;top: 1px;}
.more_stor_right_btn.btn_white_v2 a {padding: 14px 25px; border-radius: 6px;}
.more_stor_box_parent.dis-flex:last-child { margin-bottom: 0;}

/*Contact Us Module*/
.contact_us_main { position: relative;}
.contact_us_bg { padding: 100px 0;position: relative;}
.contact_us_bg:before {content: '';position: absolute;width: 100%;height: 50%;left: 0;right: 0;bottom: 0;}
.contact_us_title_main { padding-bottom: 50px;max-width: 555px;margin: 0 auto;text-align: center;}
.contact_us_title h2 {font-weight: 400;color: #FFFFFF;padding-bottom: 16px;text-transform: uppercase;}
.contact_us_title p {margin-bottom: 0;color: #FFFFFF;}
.contact_us_btn a { display: inline-block; font-weight: 700 ;font-size: 20px; line-height: 18px;color: #FFFFFF;text-transform: uppercase;border: 1px solid #FFFFFF;padding: 14px 34px;border-radius: 6px;}
/* .contact_us_btn { padding-bottom: 30px;} */
.contact_us_btn{padding-top: 20px;}
.contact_us_btn a:hover { background: #FFFFFF; color: #123356;}
.contact_us_form_parent { max-width: 555px; margin: 0 auto; background: #FFFFFF; box-shadow: 0px 0px 20px rgba(146, 156, 170, 0.3);border-radius: 4px;padding:64px;
  /*   min-height:766px; */
  /*   height: 684px; */
}
.form_title {padding: 0 0 20px 0;}
.form_title h3 { font-weight: 400;color: #1D4647;text-align: center;}


.contact_us_title_main.newsletter { max-width: 620px;}
.footer_left_title h2 { font-size: 22px; line-height: 32px; color: #1e2023; font-weight: 700; padding-bottom: 15px;text-align: left;}
.footer_left_btn.btn_yellow_v3 a { width: 100%;}
.footer_form_parent {padding-right: 20px;}


/*FAQ With Search Module*/
.faq_search_bg { padding: 100px 0;}
.faq_search_title { text-align: center;}
.faq_search_title h2 { font-weight: 400;}
.faq_accordion_title_main { position: relative;height: 63px; margin-bottom: 40px; display: flex;flex-wrap: wrap; align-items: center;justify-content: center;}
.faq_search_box_parent { position: absolute;right: 0;top: 0;width: 328px;display: flex;flex-wrap: wrap;background: #E5E5E5;border-radius: 6px;padding: 13px 15px;align-items: center;}
.faq_search_box_title {width: 112px;}
.faq_search_box_input input[type="text"] {width: 100%;background: transparent;border-bottom: 1px solid #00000080;padding: 6px 8px 6px 0;}
.faq_search_box_input {width: calc(100% - 112px);}
.faq_search_box_title h4 { font-weight: 400;color: #00000080;}
.no_items { text-align: center;}
.faq_search_bg .no_items {  height: 50vh;display: flex; flex-wrap: wrap;  align-items: center;  justify-content: center;}
.no_items h2 { font-weight: 400;color: #1E2023;}


/*Our Booking Platforms Module*/
.our_booking_bg {padding: 100px 0;}
.our_booking_main { max-width: 1120px;margin: 0 auto;}
.our_booking_title {padding-bottom: 40px;}
.our_booking_title h2 {font-weight: 400;color: #1E2023;}
.our_booking_title h6 {font-weight: 400;letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;padding-top: 7px;}
.our_booking_cont_lists ul li span {color: #1C58EF;}
.our_booking_cont_lists ul li a {font-weight: 400;color: #646464;}
.our_booking_cont_lists ul li a:hover {text-decoration: underline;}
.our_booking_btns a:first-child {margin-right: 45px;}
.our_booking_cont_lists ul li:last-child {margin-bottom: 0;}
.our_booking_cont_lists ul {margin-bottom: 0;padding-bottom: 30px;}


/*Privacy Statement Module*/
.priv_stat_bg {padding: 100px 0;}
.priv_stat_box_parent {padding: 80px 56px;box-shadow: 0px 0px 20px rgba(146, 156, 170, 0.3);border-radius: 4px;}
.priv_stat_title {padding-bottom: 40px;}
.priv_stat_title h2 {font-weight: 400;color: #1D4647;}
.priv_stat_btn {text-align: right;padding-top: 40px;}
.priv_stat_content p:last-child {margin-bottom: 0;}
.priv_stat_btn a.btn_blue { padding: 15px;min-width: 152px;}


/*Why work with us Module*/
.why_work_with_us_bg {padding: 100px 0;}
.why_work_with_us_box {padding: 80px 113px 50px 113px;box-shadow: 0px 0px 20px rgba(146, 156, 170, 0.3);border-radius: 4px;}
.why_work_with_us_cont p:last-child {margin-bottom: 0;}
.why_work_with_us_top {padding-bottom: 30px;}
.why_work_with_us_title {padding-bottom: 40px;}
.why_work_with_us_title h2 {font-weight: 400;color: #1D4647;}
.why_work_with_uslist_box.dis-flex {align-items: center;width: 28%; margin-right: 8%;margin-bottom: 20px;}
.why_work_with_uslist_box.dis-flex:nth-child(3n+3) {margin-right: 0;}
.why_work_with_us_icon {width: 96px;}
.why_work_with_us_info {width: calc(100% - 96px);padding-left: 13px;}
.why_work_with_us_info h6 { font-weight: 400;}
.why_work_with_us_btn {text-align: center;padding-bottom: 45px;}
.why_work_with_us_btn a.btn_blue {padding: 15px;min-width: 152px;}


/*Current Opportunities Module*/
.current_oppor_section {padding: 100px 0 60px;}
.current_oppor_box_main {padding-top: 46px;}
.current_oppor_title h6 {letter-spacing: 1px;text-transform: uppercase;color: #1C58EF;font-weight: 400;}
.current_oppor_title h2 {font-weight: 400;color: #1E2023;}
.current_oppor_title_parent { position: relative;}  
.current_oppor_filter { position: absolute; right: 0; width: 220px;bottom: 0; text-align: left;}
.current_oppor_main {max-width: 1134px;margin: 0 auto;}
.current_oppor_box {width: 23%;margin-right: 2.66%;text-align: center;background: #F3F6FF;margin-bottom: 40px;padding: 36px 15px;display: inline-block;}
.no__items { text-align: center; padding: 40px 0;}
.no__items h6 { font-weight: 400;}
.current_oppor_filter .select-styled:after { top:0;right: 5px;}
.current_oppor_filter .select-styled:active:after, .select-styled.active:after { top: 0; right: 0;}
.current_oppor_box:nth-child(4n+4) {margin-right: 0;}
.current_oppor_box_btn {width: 100%;padding-top:12px;}
.current_oppor_box_title {width: 100%;}
.current_oppor_box_sub_title {width: 100%;}
a.an_btn {font-family: 'Roboto',sans-serif;text-transform: uppercase;font-weight: Bold;font-size: 13px;line-height: 18px;color: #396CF0 !important;background-color: #FFFFFF;display: inline-block;padding: 4px 11px;border: 1px solid #396CF0  !important;min-width: 94px;text-align: center;cursor: pointer;border-radius: 1px;}
a.an_btn:hover {background-color: #275DB2 !important;color: #FFFFFF !important;text-decoration: none !important;border:1px solid #275DB2  !important;  }
.current_oppor_box_title h6 {color: #396CF0 ;font-weight: 400;}
.current_oppor_box_sub_title h6 { color: #646464;font-weight: 400;font-family: 'Poppins', sans-serif;}


.current_oppor_page_list {text-align: right;}
.current_oppor_page_list ul { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;position: relative;}
.current_oppor_page_list ul li:hover a { font-weight: 700;}
.current_oppor_page_list ul li a {color: #1D4646;opacity: 0.8;}
.current_oppor_page_list ul li:before { color: #383327; content: "/\00a0";margin-left: 5px;font-weight: 700; font-size: 20px;}
.current_oppor_page_list ul li:first-child:before { display: none;}


/*404 Module*/
.system_p_404_title h1 { font-size: 150px; line-height: 150px; color: #FFFFFF; font-weight: 500;}
.system_p_404_title { padding-bottom: 40px;}
.system_p_404_sub_titles h2 {font-weight: 500;color: #FFFFFF; padding-bottom: 16px;}
.system_p_404_sub_titles p { color: #FFFFFF;}
.system_p_404_btnn a { background: #FFFFFF;border-radius: 6px; color: #123356; font-family: 'Roboto',sans-serif;text-transform: uppercase;font-weight: Bold;Font-size: 20px; Line-height: 18px;text-align: center;display: inline-block;padding: 15px 16px; border: 1px solid #FFFFFF;}
.system_p_404_main { text-align: center;}
.system_p_404_section_bg { height: 90vh; display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.system_p_404_btnn a:hover {background: #123356;color: #FFFFFF;}
.system_p_404_sub_titles p {margin-bottom: 0;}
.system_p_404_sub_titles {padding-bottom: 60px;}


.lands_three_col_img_section {padding: 100px 0 80px;}

.section_title_mian { padding: 60px 0;}
.sec_title_parent {text-align: center;}
.section_title {padding-bottom: 20px;}
.section_title h2 {font-weight: 400;color: #1e2023;}
.sec_cont.comrichtext p:last-child { margin-bottom: 0;}


.imp_info_bg { padding: 40px 0;}
.imp_info_main { text-align: center;}
.imp_info_parent p:last-child { margin-bottom: 0;}
.imp_info_parent p {color: red;}


/* form popup */
.onLoadModal.popup_modal_1 {     max-width: 555px;  margin: 50px auto;  background: #fff;  box-shadow: 0px 0px 20px rgb(146 156 170 / 30%);  border-radius: 4px;  padding: 64px;}
.onLoadModal.popup_modal_1 button.popup-close { color: #000; font-size: 30px;}

.news_form_title , .story_form_title{ padding: 0 0 30px 0;}
.news_form_title h2,.story_form_title h2{  font-weight: 400; color: #1d4647;}  


.contact_us_form_parent .form_title {text-align: center;}


.skin_solutions_section { padding: 100px 0 70px;text-align: center;}
.skin_solutions_section h2 { padding-bottom: 20px;color: #1e2023;font-weight: 400;}
.skin_solutions_section ul {display: flex;flex-wrap: wrap;justify-content: center;}
.skin_solutions_main_title ul li { color: #646464;padding: 0 0 10px 18px;position: relative;font-size: 20px;line-height: 24px;margin-left: 15px;}
.skin_solutions_main_title ul li:before { content: '';position: absolute; height: 6px;width: 6px;background: #646464;border-radius: 50%;left: 0;top: 10px;}
.skin_solutions_main_title {padding-bottom: 30px;}
.skin_solutions_box { width: 49%;margin-right: 2%;margin-bottom: 30px;}
.skin_solutions_box:nth-child(2n+2) {margin-right: 0;}
.skin_solutions_title h6 { color: #1e2023;font-weight: 400;}
.skin_solutions_title {padding: 30px 0 20px;max-width: 400px;margin: 0 auto;}
.skin_solutions_content ul { display: flex;flex-wrap: wrap;justify-content: left;max-width: 450px;margin: 0 auto;align-items: center;}
.skin_solutions_content ul li {color: #646464;padding: 0 0 10px 20px;position: relative;font-size: 20px;line-height: 24px;text-align: left;}
.skin_solutions_content ul li:before {content: '';position: absolute;height: 6px;width: 6px;background: #646464;border-radius: 50%;left: 0;top: 10px;}
.skin_solutions_btn { padding-top: 20px;}


.port_map_img_right_parent .land_map_img_right_list {padding-bottom: 30px;}

/* nov 2021 changes styling */

.pop_contectus_form_title h2 {font-weight: 400;color: #1d4647;}
.pop_contectus_form_title {text-align: center;padding-bottom: 20px;}

.lead_map_img_right_yellow_btn {padding: 10px 0;}
.land_map_info.email span {color: #1e2023;font-weight: 500;display: inline-block;padding-right: 5px;}
.land_map_info.email a {font-size: 20px;line-height: 24px;color: #646464;word-break: break-all;}
/* a.blue_call_btn {font-size: 18px;font-weight: 400;text-transform: capitalize;} */
.call a.call_no:hover {text-decoration: underline;}
.land_map_info.email a:hover {text-decoration: underline;}
.land_map_img_right_list { display: none;}


/* resources_section */
.resources_section {background: #f3f3f3;padding: 100px 0 50px;}
.resources_main_title h2 {padding-bottom: 30px;color: #1e2023;font-weight: 400;}
.resources_box {width: 49%; margin-right: 2%; margin-bottom: 50px; text-align: center;}
.resources_main { max-width: 800px; margin: 0 auto;}
.resources_box:nth-child(2n+2) { margin-right: 0;}
.resources_box_title {padding: 20px 0 0 0;}
.resources_box_title h6 {color: #275db2;font-weight: 400;}
.resources_box:hover .resources_box_title h6 { text-decoration: underline;}
.resources_img img {display: block;margin: 0 auto;width: 70%;}


/* landing Pgae */
.header_lp_logo { width: 280px;}
.header_lp_right {width: calc(100% - 280px); display: flex; flex-wrap: wrap;justify-content: end;align-items: center;}
.header_lp_right_call p {margin-bottom: 0;}
.header_lp_main { padding: 15px 0;}
.header_lp_right_call p:first-child { padding-bottom: 10px;}
.header_lp_right_call p {text-transform: uppercase;color: #1c58ef;font-weight: 700;}
p.head_lp_call a:hover {text-decoration: underline;}


/* .left_img_lp {width: 65%;} */
.left_lp {width: 65%;}
.right_form_lp_parent {width: 35%;padding-left: 30px;}
.left_img_rigt_form_section {padding-top: 80px;}
.right_form_lp_top_content p {margin-bottom: 0; font-weight: 700;}
.right_form_lp_top_content p a {color: #1c58ef;}
.right_form_lp_top_content p a:hover {text-decoration: underline;}
.right_form_lp div#mce-error-response {height: auto; padding-bottom: 10px;}

.you_vid { height: 100%; width: 100%;}
.left_youtube_lp ,.left_vimeo_lp { height: 100%;width: 100%;position: relative;padding-bottom: 56.25%;}
.left_youtube_lp iframe,.left_vimeo_lp iframe {  position: absolute; top: 0;left: 0;right: 0;bottom: 0; height: 100%;width: 100%;}

.mc-banner_form form { margin-bottom: 0;}
.mc-banner_form form fieldset.form_columns_1.submit_banner .field { padding-bottom: 0;}

/* .right_form_lp div#mce-error-response, */
.right_form_lp div#mce-success-response { height: 250px;}
.right_form_lp div#mce-error-response {height: auto;}

.pop_lp_form fieldset.form_columns_1.submit_banner.popup_submit { padding-top: 10px;}
.pop_lp_form fieldset.form_columns_1.submit_banner.popup_submit .field { padding-bottom: 0;}


.text_sec_about_clinic_btn button.btn_yellow_v3:active,.text_sec_about_clinic_btn .btn_yellow_v3 a:active,.text_sec_about_clinic_btn a.btn_yellow_v3:active,
.text_sec_about_clinic_btn button.btn_yellow_v3:focus,.text_sec_about_clinic_btn .btn_yellow_v3 a:focus,.text_sec_about_clinic_btn a.btn_yellow_v3:focus,
.text_sec_about_clinic_btn button.btn_yellow_v3:hover,.text_sec_about_clinic_btn .btn_yellow_v3 a:active,.text_sec_about_clinic_btn a.btn_yellow_v3:hover
{text-decoration: none;border: 1px solid #ebbe47 !important;background: #fff;color: #ebbe47 !important;}

.our_booking_btns_yellow button.btn_yellow_v3:active,.our_booking_btns_yellow .btn_yellow_v3 a:active,.our_booking_btns_yellow a.btn_yellow_v3:active,
.our_booking_btns_yellow button.btn_yellow_v3:focus,.our_booking_btns_yellow .btn_yellow_v3 a:focus,.our_booking_btns_yellow a.btn_yellow_v3:focus,
.our_booking_btns_yellow button.btn_yellow_v3:hover,.our_booking_btns_yellow .btn_yellow_v3 a:active,.our_booking_btns_yellow a.btn_yellow_v3:hover
{text-decoration: none;border: 1px solid #ebbe47 !important;background: #fff;color: #ebbe47 !important;}

.text_sec_about_clinic_box.comrichtext h6 {color: #1c58ef;font-weight: 400;padding-bottom: 10px;}

#mc_embed_signup div.mce_inline_error {color: red !important; font-weight: 400 !important;font-size: 16px !important;line-height: 22px !important; background: transparent !important;
  padding: 0 !important; font-family: 'Roboto',sans-serif !important; margin-bottom: 8px !important;}
.nsc-success #mc_embed_signup_scroll > fieldset { display: none;}
.nsc-success #mce-responses { display: block !important;}

.new-sliders{background-color:#275db2;
  /*   padding:15px 0; */
}
.new-sliders .container {max-width: 1100px;margin: 0 auto;}
.text-logoinner ul li {display: inline-block;}
.text-logoinner ul li h4 { color: #fff; padding: 15px 100px 15px 10px; }
.text-logoinner ul { display: flex; align-items: center; justify-content: center; }
.text-logowrap .slick-arrow {    cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); font-size: 0; border: 0; background-image: url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/Healthcert%20New%20Web%20Site%20Julye%202021/Images/arrow-white.png); width: 30px; height: 30px; background-size: cover; background-color: transparent; background-position: center; }
.text-logowrap .slick-arrow.slick-prev { transform: translateY(-50%) rotate( 180deg); left: 0; }
.text-logowrap .slick-arrow.slick-next{right:0;}
.text-logowrap .slick-track{display:flex; align-items:center;}
.text-logoinner ul li img{width:100%; max-width:140px !important;min-width:140px !important; }
.text-logowrap .slick-list.draggable {max-width: 80%;width: 100%;margin: 0 auto;}

a.btn.btn_yellow_v3.left_yellow_btn {  min-width: 245px;}
button.btn.btn_yellow_v3.left_yellow_btn { min-width: 245px;}
a.btn.btn_yellow_v3.yellow_call_btn {min-width: 245px; margin-left: 40px;}


.banner_tc_box_parent { background: #063464; max-width: 550px; position: absolute; top: 50%;left: -10%;right: 0;transform: translateY(-50%);padding:40px;}
.banner_tc_img { text-align: center;}
.banner_tc_section { padding: 100px 0;}
.banner_tc_parent { position: relative;}
.banner_tc_box_info h2:first-child {padding-bottom: 20px; font-weight: 700;}
.banner_tc_box_info h2 {font-weight: 400;padding: 0;color: #ffffff;text-align: center;}


.white_box_info_bg {padding: 100px 0;}
.white_box_bg {padding: 40px;text-align: center;}
.white_box_info h5 {color: #1E2023;font-weight: 400;}
.lf_con_rg_img_bg {padding: 100px 0;}
.left_content_tc { padding: 40px;width: 45%;margin-right: 30px;}
.right_image_tc { width: 45%;text-align: center;}
.left_image_tc {width: 45%;text-align: center;}
.right_content_tc {padding: 40px;width: 45%;margin-left: 30px;}


.video_title_box {max-width: 600px; margin: 0 auto;}
.video_title { text-align: center;}
.video_title h3 {font-weight: 400;color: #1e2023;padding: 20px;}
.video_bg {padding: 100px 0;}
.video_box_parent {padding-top: 50px;max-width: 800px;margin: 0 auto;}
.video_yt ,.video_vimeo{position: relative;padding-bottom: 56.25%;}
.video_yt iframe ,.video_vimeo iframe{position: absolute;top: 0; left: 0;right: 0;bottom: 0;height: 100%;width: 100%;}

.traning_team_img.bg.lozad {width: 220px;height: 220px;border-radius: 50%;}
.traning_team_img_parent {width: 30%;padding-right: 40px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.traning_team_cont_parent { width: 70%;}
.traning_team_cont_title h4 {color: #396cf0;font-weight: 400;padding: 10px 0;}
.traning_team_cont_title h6 {font-weight: 400;color: #646464;}
.traning_team_box_parent.dis-flex {padding-bottom: 50px;}
.traning_team_bg {padding: 100px 0;}
.traning_team_main_title h2 {color: #1e2023;font-weight: 400;padding: 0;}
.traning_team_main_title { padding-bottom: 40px;text-align: center;}
.view_all_team {text-align: center;}
.traning_team_box_parent.dis-flex:last-child {padding-bottom: 0;}

.training_form_bg { padding: 100px 0;}
.training_form_parent {max-width: 555px;margin: 0 auto;background: #fff;box-shadow: 0px 0px 20px rgb(146 156 170 / 30%); border-radius: 4px;padding: 64px;}
.training_form_parent form { margin-bottom: 0;}
.traning_team_cont p {margin-bottom: 0;padding: 15px 0 0;}
.traning_team_cta.btn_blue {padding-top: 20px;}

.lf_con_rg_img_parent.right_image_tc_parent.dis-flex {justify-content: center;align-items: center;}
.lf_con_rg_img_parent.left_image_tc_parent.dis-flex {justify-content: center;align-items: center;}
.right_content_tc.comrichtext ul {margin-bottom: 0;}
.right_content_tc.comrichtext ul li:last-child {padding-bottom: 0;}
.left_content_tc.comrichtext ul {margin-bottom: 0;}
.left_content_tc.comrichtext ul li:last-child { padding-bottom: 0;}

/* Our Training Centre's/Centre's of Excellence */
.our_traning_centres_box {width: 45%;margin-right: 10%;padding: 30px 20px;background: #f3f3f3;text-align: left;margin-bottom: 40px;}
.our_traning_centres_parent.dis-flex {max-width: 1000px;margin: 0 auto;}
.our_traning_centres_box:nth-child(2n+2) {margin-right: 0;}
.our_traning_cen_state h6 {padding-bottom: 18px;font-weight: 500;color: #646464;font-family: 'Poppins',sans-serif;position: relative;}
.our_traning_cen_name h4 {font-size: 22px;color: #396cf0;font-family: 'Roboto',sans-serif;font-weight: 500;}
.our_traning_cen_name h4 span {display: block;font-size: 16px;color: #1e2023;font-weight: normal;line-height: 20px;}
.our_traning_cen_name {margin: 0 0 21px 0;}
.our_traning_cen_add p {font-size: 22px;line-height: 24px;font-family: 'Roboto',sans-serif;}
.our_traning_cen_b_link p a {font-weight: 500;text-decoration: underline;color: #646464;font-family: 'Roboto',sans-serif;}
.our_traning_cen_b_link p a:hover {text-decoration: none;}
.our_traning_cen_b_link p { margin-bottom: 0;padding-top: 30px;}
.our_traning_cen_main_title h2 {font-weight: 400;padding: 0;color: #396cf0;}
.our_traning_centres_bg {padding: 100px 0 60px;}
.our_traning_cen_main_title {padding-bottom: 50px;text-align:center;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
updated changes jan 2022 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* banner section */
.banner_v1_left {width: 50%;height: 400px;}
.banner_v1_right {width: 50%;height: 400px;}
.banner_v1_box_img {height: 400px;}
.banner_v1_box_title h2 {font-size: 32px;line-height: 34px;}
.banner_v1_box_title {left: 20px;bottom: 20px;}
.banner_v1_title h1 {font-size: 42px;line-height: 48px;}


.banner_cta_v3_parent .dis-flex {justify-content: center;align-items: center;}
.banner_cta_v3_left {padding-right: 40px;}
.banner_cta_v3 {padding: 40px 0;}


.skin_counter_bg { padding: 60px 0;}
.skin_counter_box_main {padding: 50px 50px 20px 50px;}
.skin_counter_title { text-align: center;}
.skin_counter_title h2 {padding-bottom: 30px;font-weight: 400;color: #275db2;}
/* .skin_counter_box {width: 25%;margin-right: 12%;text-align: center;margin-bottom: 30px;} */
.skin_counter_box:nth-child(3n+3) {margin-right: 0;}
.skin_counter_box_blue {background: #275db2;padding: 50px 10px;text-align: center;margin-bottom: 30px;}
.skin_counter_box_blue span {color: #fff;font-size: 50px;line-height: 75px;}
.skin_counter_parent.dis-flex {justify-content: center;}
.skin_counter_name h6 {color: #275db2;font-weight: 400;}
.skin_counter_main {max-width: 900px;margin: 0 auto;}
/* .skin_counter_name h5 {color: #275db2;font-weight: 400;} */
.skin_counter_box:last-child { margin-right: 0;}


/* .skin_counter_bg {padding: 20px 0;} */
/*  .skin_counter_box_main { padding: 10px 50px 0 50px;} */
/* .skin_counter_main {max-width: 400px;margin: 0 auto;} */
/* .skin_counter_title h1 {color: #275db2;padding-bottom: 10px;} */
/* .skin_counter_box_blue {padding: 30px 10px;margin-bottom: 10px;} */
/* .skin_counter_box_blue span {font-size: 40px;line-height: 40px;} */
/* .skin_counter_name h4 {color: #275db2;} */
/* .skin_counter_box { margin-bottom: 10px;} */


/* .skin_counter_bg {padding: 5px 0;} */
/* .skin_counter_box_main {padding: 5px 50px 0px 50px;} */
/* .skin_counter_title h1 {font-size: 16px;line-height: 18px;padding-bottom: 5px;} */
/* .skin_counter_box_blue {padding: 8px 10px;margin: 0 auto;max-width: 75px; margin-bottom: 5px;} */
/* .skin_counter_box_blue span {font-size: 20px;line-height: 24px;} */
/* .skin_counter_name h4 {font-size: 14px;line-height: 16px;} */
/* .skin_counter_box {margin-bottom: 5px;} */

/* .skin_counter_box {width: 30%;margin-right: 5%;} */
.skin_counter_box {width: 30%;margin: 0 auto;margin-right: 4%;}
.skin_counter_box_main {padding: 5px 5px 0px 5px;}
.skin_counter_name h4 {font-size: 10px;line-height: 12px;}
.skin_counter_box_blue span {font-size: 12px;line-height: 14px;}


.skin_counter_main {max-width: 560px;margin: 0 auto;}
.skin_counter_box_blue {background: #ffffff;padding: 22px 5px 10px;text-align: center;max-width: 160px;margin: 0 auto;margin-bottom: 0;}
.skin_counter_box_blue span {color: #275db2;font-size: 30px;line-height: 36px;margin-bottom: 0 !important;}
.skin_counter_name {padding-top: 15px;}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {margin-bottom: 0 !important;}
.skin_counter_name h4 {font-size: 14px;line-height: 16px; color: #275db2;font-weight: 500;}
.skin_counter_box_main {padding: 0;}
.skin_counter_bg {padding: 15px 0 10px;}
.skin_counter_subtitle {text-align: center;padding-top: 10px;}
.skin_counter_subtitle h6 {color: #ffffff;font-size: 14px;line-height: 16px;font-weight: 300;}


/* .land_map_img_right_list {display: none;} */
.land_map_info.email a {font-weight: 400;}
.call a.call_no {font-weight: 400;}


.land_map_img_section {padding: 80px 0 40px;}
.meet_the_team_section {padding: 40px 0 60px;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@media (min-width:1921px ) {
  .page_center {position: relative;}
  .page_center:before {content: '';position: absolute;background: #FFFFFF;height: 635px;width: 30%;left: 0;}
  .page_center:before {content: '';position: absolute;background: #FFFFFF;height: 400px;width: 30%;left: 0;}
}
@media (max-width:1920px ) {

}

@media (max-width:1900px ) {
  /*   .banner_v1_left { width: 500px;}
  .banner_v1_right { width: calc(100% - 500px);} */
  .banner_v1_left_main {padding: 50px;}
}


@media (max-width:1650px ) {
  .banner_v1_left_main { padding: 30px;}
  /*   .banner_v1_left { width: 400px;}
  .banner_v1_right { width: calc(100% - 400px);} */
  /*   .slick-slide { width: 32.72% ;} */
  /*   .banner_v1_title h1 { font-size: 44px; line-height: 50px;} */

  .photo_gallery_images_slider_main button.slide-arrow.next-arrow.slick-arrow{right:-5%;}
  .photo_gallery_images_slider_main button.slide-arrow.prev-arrow.slick-arrow{left:-5%}
}

@media (max-width:1600px ) {

  .banner_v1_title h1 br { display: none;}
  /*   .banner_v1_left { height: 500px;}
  .banner_v1_left_main {  min-height: 500px; }
  .banner_v1_box_img { height: 500px;}
  .banner_v1_right{ height: 500px;} */
  .banner_v1_box_title h2 {font-size: 26px;line-height: 30px;}
  .banner_v1_box_title {left: 20px;bottom: 40px;}
  .banner_v1_title h1 { font-size: 32px;line-height: 40px;}

  /*   updated jan 2022 */
  .banner_v1_left {height: 300px;}
  .banner_v1_right {height: 300px;}
  .banner_v1_box_img {height: 300px;}
  .banner_v1_box_title h2 {font-size: 22px;line-height: 26px;}
  .banner_v1_box_title {bottom: 20px;}
  .banner_v1_title {padding-bottom: 15px;}


  .why_cu_bg { padding: 60px 0 20px;}
  .why_cu_parent { padding-top: 40px;}
  .why_cu_box_parent { margin-bottom: 40px;}
  .why_cu_parent { padding-top: 60px;}
  .why_work_with_us_title { padding-bottom: 20px;}
  .why_work_with_us_btn { padding-bottom: 25px;}


  .what_wd_section{ padding: 60px 0 40px;}
  .what_wd_three_col_parent{ padding-top: 30px;}
  .what_wd_thre_col_box{ margin-bottom: 20px;}
  .what_wd_thre_col_title h4 { font-size: 20px;line-height: 25px;}


  .our_treat_main {padding: 60px 0 20px;}
  .our_treat_three_col_box { margin-bottom: 40px;}
  .banner_v2_bg {padding: 60px 0;}
  .left_img_right_cont_v1_bg {padding: 60px 0;}

  .before_after_box { padding: 40px 0;}
  .before_after_title { padding: 0 0 40px 40px;}

  /*   .faq_bg { padding: 40px 0 60px;} */
  .faq_bg { padding: 60px 0;}
  .faq_accordion_bg {padding: 60px 20px;}
  .faq_title { padding: 0 0 40px 40px;}

  .treat_inner_four_col_bg { padding: 80px 0 50px;}
  .our_clinics_section{ padding: 60px 0;}
  .left_cont_right_p_img_bg_v1 { padding: 60px 0;}
  .left_cont_right_p_img_bg_v2 { padding: 60px 0;}

  .our_clinics_parent.dis-flex { padding-top: 60px;}
  .our_clinics_box {  margin-bottom: 60px;}

  .treatments_details .treat_inner_four_col_bg{padding:60px 0 50px;}  

  .rec_tre_sec_title { padding-bottom: 40px;}
  .rec_tre_bg { padding: 60px 0 30px;}

  .skin_blog_bg {padding: 40px 0;}

  .specialized_clinics_section {padding: 60px 0 20px;}
  .specialized_clinics_top_titles {  padding-bottom: 40px;}
  /*   .specialized_clinics_bottom_box { padding: 30px 0;} */
  .skin_can_ser_three_col_bg {padding: 80px 0;}
  .title_cont_three_col_bg {padding: 60px 0 30px;}
  .our_story_bg { padding: 60px 0;}
  .our_story_box {padding: 60px 40px;}

  .land_map_img_section{ padding: 60px 0;}
  .text_sec_about_clinic_top_bg{ padding: 60px 0;}
  .text_sec_about_clinic_bottom_bg{padding-bottom: 60px;}
  .skin_can_ser_four_col_bg{padding:60px 0 20px;}

  .package_info h2 {font-size: 40px; line-height: 42px; }
  .includes_info h3,.benefits_info h3{ font-size: 36px; line-height: 40px}
  .photo_gallery_images_slider_bg {padding: 80px 0;}

  .location_list_section { padding-top: 60px;}
  .location_list_titles{ padding-bottom: 40px;}
  .location_clinics_box{margin-bottom:60px;}
  .location_name { margin: 25px 0 19px 0;}

  .monthly_deals_bg { padding: 80px 0;}

  .intro_section {padding: 60px 0 30px;}
  .state_over_main  {padding-top: 60px;}

  .state_over_section { padding: 30px 0 0px;}
  .state_over_red_title {padding: 30px 0 40px;}
  .state_over_green_title { padding-bottom: 20px;}
  .port_left_img_right_cont_bg { padding: 60px 0;}
  .port_map_img_bg { padding: 60px 0;}
  .highly_qua_spec_dr_bg { padding: 60px 0 20px;}
  /*   .view_all_dr { padding-bottom: 40px;} */
  .view_all_dr button.btn_blue, .view_all_dr .btn_blue a,.view_all_dr a.btn_blue { margin-bottom: 40px;}
  .your_story_bg {padding: 60px 0;}
  .your_story_white_box { padding: 60px 40px;}
  .your_story_wbox_left_parent { padding-right: 60px;}
  .more_stor_section { padding: 40px 0 60px;}

  .your_heroes_section { padding: 80px 0 40px;}

  .contact_us_bg {padding: 60px 0;}
  .contact_us_title_main { padding-bottom: 40px;}
  .contact_us_form_parent .form_title {padding: 0 0 20px 0;}

  .faq_search_bg { padding: 60px 0;}
  .our_booking_bg {padding: 60px 0;}
  .our_booking_title { padding-bottom: 30px;}
  .priv_stat_title { padding-bottom: 20px;}
  .priv_stat_bg {padding: 60px 0;}
  .priv_stat_box_parent {padding: 60px 46px;}
  .priv_stat_box_parent { padding: 60px 40px;}

  .current_oppor_section { padding: 60px 0 30px;}
  .why_work_with_us_box { padding: 60px;}
  .why_work_with_us_bg { padding: 60px 0;}

  .lands_three_col_img_section {padding: 60px 0 40px;}
  .treatments_details .lands_three_col_img_section {padding: 60px 0 0;}


  .port_right_cont_parent { padding-left: 60px;}
  .port_map_img_right_parent {padding-left: 60px;}


  .includes_info h3, .benefits_info h3 { font-size: 32px; line-height: 36px;}
  .package_info h2 { font-size: 34px;line-height: 38px;}
  .meet_the_team_section { padding: 60px 0 20px;}

  .meet_the_team_sec_title { padding-bottom: 40px;}
  .concerns_title_box { padding-bottom: 40px;}

  .how_it_work_bg { padding: 60px 0 30px;}  
  .how_it_work_box_bg {padding: 40px 30px;}

  .benefit_box_bg {padding: 50px 0 60px;}
  .benefit_box_main { padding: 40px 30px;}
  .benefit_box_left {width: 70%; padding-right: 60px;}
  .benefit_box_right { width: 30%;}

  .before_after_bg { padding: 30px 0;}
  .how_it_work_box_bg h2 { padding-bottom: 15px;}

  .one_bg_one_col_box { padding: 40px 30px;}
  .one_bg_one_col_box h2 { padding-bottom: 15px;}

  .banner_cta_v3 { padding: 30px 0;}
  .banner_cta_v2 { padding: 30px 0;}
  .benefit_box_title h2 { padding-bottom: 15px;}

  .skin_solutions_section {padding: 60px 0 30px;}
  .skin_solutions_title { padding: 20px 0 10px;}
  .skin_solutions_main_title ul li,.skin_solutions_content ul li { font-size: 18px;line-height: 20px;}
  .skin_solutions_main_title ul li:before ,.skin_solutions_content ul li:before{top: 6px;}

  .resources_section {padding: 60px 0 20px;}

  .left_img_rigt_form_section { padding-top: 60px; }

  .dr_special_btns button.btn_blue, .dr_special_btns .btn_blue a, .dr_special_btns a.btn_blue,.dr_clinic_btns .btn_blue, .dr_clinic_btns .btn_blue, .dr_clinic_btns .btn_blue {min-width: 168px;padding: 14px 10px;}
  .meet_the_team_btns button.btn_blue, .meet_the_team_btns .btn_blue a, .meet_the_team_btns a.btn_blue{min-width: 168px;padding: 14px 10px;}

  /*   updated css */
  /*   .skin_counter_box_main { padding: 10px 50px 0 50px;}
  .skin_counter_box {margin-bottom: 10px;}
  .skin_counter_bg {padding: 15px 0;}
  .skin_counter_box_blue {padding: 20px 10px;} */

  /*   .skin_counter_bg {padding: 10px 0;} */
  /*   .skin_counter_box_blue {padding: 8px 10px;margin-bottom: 4px;} */
  /*   .skin_counter_box_blue span {font-size: 18px;line-height: 20px;} */
  /*   .skin_counter_box_main {padding: 5px 20px 0 20px;} */
  /*   .skin_counter_title h1 {font-size: 14px;line-height: 16px;padding-bottom: 4px;} */

  /*   .skin_counter_box_blue {padding: 10px 5px;} */
  .skin_counter_box {width: 32%;margin: 0 auto;margin-right: 2%;}


  .land_map_img_section {padding: 60px 0 40px;}
  .meet_the_team_section {padding: 40px 0 20px;}



}

@media (max-width:1500px ) {

  .photo_gallery_images_slider_main ul.slick-dots { display: flex !important; flex-wrap: wrap;justify-content: center;position: relative;padding-top: 20px;}
  .photo_gallery_images_slider_main ul.slick-dots li button {background: transparent;font-size: 0;height: 12px;width: 12px;background: #123356;border-radius: 50%;position: absolute;opacity: 0.5;cursor: pointer;}
  .photo_gallery_images_slider_main ul.slick-dots li {margin: 0 10px;height: 10px;width: 10px;cursor: pointer;}
  .photo_gallery_images_slider_main ul li.slick-active button { opacity: 1;}

  .nscc2021-quicksearch {width: 450px;}

}

@media (max-width:1450px ) {

}


@media (max-width:1400px ) {

  /*   .nscc2021-quicksearch { width: 700px;} */

  .our_clinics_parent.dis-flex{ padding-top: 40px;}
  .one_bg_one_col_box {padding: 50px;}

  .banner_cta_v1 { padding: 20px 0;}


  .full_width_slide { height: 500px;}
  .full_width_slider_parent {height: 500px;}

  .faq_bg { padding: 40px 0;}
  .treat_inner_four_col_bg { padding: 60px 0 30px;}
  .treatments_details .treat_inner_four_col_bg{padding:40px 0 30px;}

  .concerns_three_col_box {  margin-bottom: 40px;}
  .concerns_main_title {padding-bottom: 40px;}
  .concerns_title_box {padding-bottom: 40px;}

  /*   .show_more_btn{padding-top:25px;} */

  .specialized_clinics_section {padding: 60px 0 20px;}
  .specialized_clinics_top_box {width: 30%;margin-right: 5%;margin-bottom: 50px;}
  .specialized_clinics_bottom_box{padding:20px 0;}
  .specialized_clinics_bottom_box_inner {padding: 40px 60px 15px;}


  .skin_can_ser_three_col_box {margin-bottom: 40px;}
  .skin_can_ser_three_col_bg {padding: 60px 0;}
  .skin_can_ser_three_col_title_box {padding-bottom: 60px;}

  .our_story_btn.btn_white_v3 {width: 100%;}
  .our_story_btn.btn_white_v3 a {min-width: auto;width: 100%;}

  .our_story_btn.btn_blue_v3 {width: 100%;}
  .our_story_btn.btn_blue_v3 a{min-width: auto;width: 100%;}
  .our_story_box { padding: 40px;}

  .text_sec_about_clinic_box { padding: 45px 45px 25px 45px;}
  .text_sec_about_clinic_box { padding: 20px;}

  .meet_the_team_sec_title{ padding-bottom: 40px;}

  .package_info h2 {font-size: 32px; line-height:36px; }
  .package_info { padding: 40px 5px 40px 15px;display: flex;flex-wrap: wrap;flex-direction: column;align-items: flex-start;}

  .photo_gallery_images_slider_bg {padding: 60px 0;}

  .monthly_deals_bg { padding: 60px 0;}

  .your_heroes_section { padding: 60px 0 30px;}
  .more_stor_section { padding: 30px 0 60px;}

  .port_left_img_right_cont_bg { padding: 60px 0;}
  .port_right_cont { padding-bottom: 30px;}
  .port_right_cont_title { padding-bottom: 25px;}

  .system_p_404_title h1 {font-size: 100px;line-height: 100px;}
  .system_p_404_sub_titles {padding-bottom: 40px;}

  .section_title_mian { padding: 40px 0;}
  .resources_section {padding: 40px 0 0;}

  .left_img_rigt_form_section { padding-top: 40px; }
  .left_img_rigt_form_parent.dis-flex { align-items: center;}

  /*   .left_vimeo_lp iframe,.left_youtube_lp iframe {width: 100%;height: 415px;} */


  .banner_tc_section { padding: 60px 0;}
  .white_box_info_bg {padding: 60px 0;}
  .lf_con_rg_img_bg {padding: 60px 0;}
  .video_bg {padding: 60px 0;}
  .traning_team_bg {padding: 60px 0;}
  .training_form_bg {padding: 60px 0;}

  .our_traning_centres_bg {padding: 60px 0 30px;}
  .our_traning_centres_box {margin-bottom: 30px;}
  .our_traning_cen_main_title {padding-bottom: 40px;}

  .banner_tc_box_parent {left: 0;max-width: 400px;padding: 30px;}

  /*   .skin_counter_box_blue {max-width: 70px;padding: 6px 10px;margin-bottom: 3px;} */

  .skin_counter_box_blue {max-width: 140px;margin-bottom: 0;}
  .skin_counter_name h4 {font-size: 12px;line-height: 14px;}
  .skin_counter_name {padding-top: 10px;}
  .skin_counter_box_blue span {font-size: 25px;line-height: 30px;}
  .skin_counter_main {max-width: 480px;}


}

@media(max-width:1280px){
  /*   .text-logowrap .slick-arrow{width:40px; height:40px;}   */
  .banner_v1_sub_title ul li {font-size: 20px;line-height: 24px;}
  .banner_v1_title h1 {font-size: 28px;line-height: 38px;}

  .skin_counter_box_blue {padding: 15px 5px 10px;}

}

@media (max-width:1250px ) {

  .banner_v1_left {height: auto;}
  .banner_v1_left_main {min-height: auto;}
  .banner_v1_right {height: auto;}
  .banner_v1_box_img {height: auto;}

}
@media (max-width:1200px ) {

  /*   .banner_cta_v3_left { width: 100%; padding-bottom: 12px;padding-right:0;} */
  .banner_cta_v3_right { width: 100%;}
  .nscc2021-quicksearch {width:100%;}
  .banner_cta_v3 {padding: 20px 0;}

  .banner_v1_title { padding-bottom: 15px;}
  .banner_v1_title h1{font-size:42px; line-height:46px;padding:0;}

  .banner_v1_left { width: 100%;padding: 0;}
  .banner_v1_left { height: auto;}
  .banner_v1_right { width: 100%;height: 400px;}
  .banner_v1_left_main {  min-height: auto !important;}
  .banner_v1_right ,.banner_v1_box_img{height: 400px;}

  /*   updatee jan 2022 */
  .banner_v1_right, .banner_v1_box_img {height: 350px;}
  .banner_v1_box_title h2 {font-size: 28px;line-height: 32px;}

  .why_cu_left_icon { width: 45px;padding-right: 10px;}
  .why_cu_right_info { width: calc(100% - 45px);}

  .our_clinics_section { padding: 40px 0;}
  .our_clinics_box{margin-bottom:50px;}
  .our_clinics_box { width: 49%;margin-right: 2%;}
  .our_clinics_box:nth-child(3n+3) { margin-right: 2%;}
  .our_clinics_box:nth-child(2n+2) { margin-right: 0;}

  .name { margin: 25px 0 12px 0;}

  .one_bg_one_col_box {padding: 40px;}

  .left_img_v1.bg.lozad { width: 100%;}
  .left_img_v1_main { padding-right: 50px;}

  .before_after_slide { height: 400px;}
  .before_after_slider_box_cover { height: 400px;}

  .faq_read_btn span {  min-width: auto;width:100%;}
  .faq_read_btn { width: 200px;}
  .faq_acc_title { width: calc(100% - 200px);}

  .faq_close_btn span { min-width: auto;width:100%;}
  .faq_close_btn { width: 200px;}

  .faq_read_btn span, .faq_close_btn span { padding: 10px 50px;}
  .faq_acc_title_parent {padding: 15px;min-height: 80px;}

  .treat_inner_four_col_box { width: 32%;}
  .treat_inner_four_col_box:nth-child(4n+4) {margin-right: 1%;}
  .treat_inner_four_col_box:nth-child(3n+3) { margin-right: 0;}

  .rec_tre_box { width: 32%;margin-right: 2%;}
  .rec_tre_box:nth-child(3n+3) { margin-right: 0;}
  .rec_tre_box:nth-child(4n+4) { margin-right: 2%;}

  .skin_blog_rela_w_box { padding: 20px; }

  .left_cont_parent_v2 { padding-right: 60px;}

  .title_cont_three_col_box { width: 28%; margin-right: 8%;}

  .our_story_left {padding-right: 65px;}
  .our_story_bg {padding: 60px 0;}
  .our_story_box { padding: 50px 30px;}
  .more_info_btn {padding-left: 25px;}

  .skin_can_ser_four_col_box {width: 32%;margin-right: 2%;}
  .skin_can_ser_four_col_box:nth-child(4n+4) {margin-right: 2%;}
  .skin_can_ser_four_col_box:nth-child(3n+3) {margin-right: 0;}

  .meet_the_team_box:nth-child(6n+6) {margin-right: 2%;}
  .meet_the_team_box:nth-child(5n+5) {margin-right: 0;}
  .meet_the_team_box {width: 18.4%;margin-right: 2%;}
  .meet_the_team_btns {max-width: 175px;margin: 0 auto;}



  .photo_gallery_images { width: 25%;}
  .photo_gallery_right_parent { padding: 36px 20px 36px 140px;}
  .package_info { margin-right: 140px;}
  .photo_gallery_left_signature h1 {font-size: 60px;line-height: 90px;}

  .includes_info h3.benefits_info h3{font-size:34px; line-height:38px;}

  .location_clinics_box {width: 49%;margin-right: 2%;}
  .location_clinics_box:nth-child(3n+3) { margin-right: 2%;}
  .location_clinics_box:nth-child(2n+2) {margin-right: 0;}

  .dr_clinic_box:nth-child(6n+6) {margin-right: 2%;}
  .dr_clinic_box:nth-child(5n+5) {margin-right: 0;}
  .dr_clinic_box {width: 18.4%;margin-right: 2%;}
  .dr_clinic_btns {max-width: 175px;margin: 0 auto;}
  .state_over_main {padding-top:40px;}
  .state_over_filter ul.select-options {top: 91%;}

  .port_right_cont_parent { padding-left: 40px;}
  .port_map_img_right_parent {padding-left: 40px;}

  .dr_special_box:nth-child(6n+6) {margin-right: 2%;}
  .dr_special_box:nth-child(5n+5) {margin-right: 0;}
  .dr_special_box {width: 18.4%;margin-right: 2%;}
  .meet_the_team_btns {max-width: 175px;margin: 0 auto;}

  .your_story_wbox_left_parent {padding-right: 65px;}
  .your_story_white_box {padding: 50px 30px;}

  .your_heroes_right_parent { padding-left: 60px;}

  .more_stor_left_parent { width: 40%;}
  .more_stor_right_parent { width: 60%;}
  .more_stor_left_img_bg { max-width: 400px;}
  .priv_stat_box_parent { padding: 50px 30px;}

  .current_oppor_box {width: 32%; margin-right: 2%;min-height: auto;}
  .current_oppor_box:nth-child(2n+2) { margin-right: 2%;}
  .current_oppor_box:nth-child(3n+3) { margin-right: 0;}
  .current_oppor_section { padding: 60px 0 20px;}

  .why_work_with_us_box { padding: 50px 30px;}
  .system_p_404_title h1 {font-size: 80px;line-height: 80px;}
  .system_p_404_title { padding-bottom: 30px;}

  .state_over_filter {position: inherit;width: 100%;right: inherit;top: inherit;height: 45px;display: flex;flex-wrap: wrap;justify-content: center;}
  .state_over_title_box {padding-bottom: 20px;width: 100%;}
  .state_over_titles { padding-bottom: 20px;}
  .state_over_filter .select { margin: 0;height: 45px;}

  .dr_special_btns {max-width: 175px;margin: 0 auto;}

  /*   .resources_box {width: 49%;margin-bottom: 40px;}
  .resources_box:nth-child(3n+3) {margin-right: 2%;}
  .resources_box:nth-child(2n+2) {margin-right: 0;} */

  .header_lp_logo {width: 150px;}
  .header_lp_right { width: calc(100% - 150px);}

  .nscc2021-quicksearch-input {max-width: 100%;}
  /*   .nscc2021-quicksearch {width: 100%;} */

  .nscc2021-quicksearch {width: 450px;margin: 0 0 0 auto;}

  .skin_counter_bg { padding: 10px 0 8px;}
  /*   .skin_counter_title h1 {font-size: 14px;line-height: 16px;padding-bottom: 3px;} */
  /*   .skin_counter_box_blue span {font-size: 14px;line-height: 16px;} */
  /*   .skin_counter_box_blue {padding: 8px 10px;margin-bottom: 3px;} */
  /*   .skin_counter_box_main {padding: 4px 20px 0 20px;} */


  /*   .skin_counter_main {max-width: 595px;} */

  .why_work_with_us_top {padding-bottom: 20px;}

  .land_map_img_right_btns .btn_blue:first-child { margin-right: 50px;}

}
@media (max-width:1024px ) {
  /*   .banner_cta_v3_left { padding-bottom: 10px;} */

  .btn_w_bookapp a, a.btn_w_bookapp { font-size: 18px;line-height: 18px;}

  .before_after_slider_main .slick-list.draggable { width: 600px;}

  .full_width_slider_main button.slide-arrow.next-arrow.slick-arrow {height: 40px;width: 40px;right: 30px;}
  .full_width_slider_main button.slide-arrow.next-arrow.slick-arrow svg {width: 10px;}
  .full_width_slider_main button.slide-arrow.prev-arrow.slick-arrow {height: 40px;width: 40px; left: 30px;}
  .full_width_slider_main button.slide-arrow.prev-arrow.slick-arrow svg { width: 10px;}

  .left_CTA_v2 { flex-direction: column;}
  .more_info_btn {padding-left: 0; padding-top: 20px;}
  .our_story_left {padding-right: 45px;}

  .photo_gallery_left_parent { width: 100%;padding: 40px;}
  .photo_gallery_right_parent { width: 100%;padding: 40px;}
  .photo_gallery_left_package {position: inherit;}
  .photo_gallery_left_signature {text-align: left;}
  .photo_gallery_images {display: none;}
  .photo_gallery_left_signature h1 {font-size: 60px;line-height: 90px;padding: 20px 0 40px;}
  .package_info {  max-width: 100%; margin: 0;}
  .package_info h2 br {display: none;}

  .faq_search_box_parent { position: inherit;}
  .faq_accordion_title_main { height: auto;}
  .faq_search_title { width: 100%; padding-bottom: 20px;}
  .faq_search_box_title { width: 90px;}
  .faq_search_box_input { width: calc(100% - 90px);}

  .port_map_img_left_bg,.land_map_img_left_bg{ height: 450px; max-width: 100%;}

  .meet_the_team_box {width: 23.5%;margin-right: 2%;}
  .meet_the_team_box:nth-child(5n+5) {margin-right: 2%;}
  .meet_the_team_box:nth-child(4n+4) {margin-right: 0;}

  .dr_special_box {width: 23.5%;margin-right: 2%;}
  .dr_special_box:nth-child(5n+5) {margin-right: 2%;}
  .dr_special_box:nth-child(4n+4) {margin-right: 0;}

  .dr_clinic_box {width: 23.5%;margin-right: 2%;}
  .dr_clinic_box:nth-child(5n+5) {margin-right: 2%;}
  .dr_clinic_box:nth-child(4n+4) {margin-right: 0;}

  .faq_accordion_title_main { margin-bottom: 30px;}

  .includes_info h3, .benefits_info h3 { font-size: 30px; line-height: 34px;}

  .skin_solutions_main_title ul li,.skin_solutions_content ul li { font-size: 16px; line-height: 20px;}
  .skin_solutions_main_title ul li:before ,.skin_solutions_content ul li:before{top: 6px;}

  .text-logowrap .slick-arrow{width:25px; height:25px;}  
  .text-logoinner ul li h4 { color: #fff; padding: 0 80px 0 10px; }

  /*   .skin_counter_box_blue { padding: 40px 10px;}
  .skin_counter_box_blue span {font-size: 40px;line-height: 60px;}
  .land_map_img_right_title h2 span{font-size:16px} */

  .our_clinics_main_title {max-width: 400px;margin: 0 auto;}

  .land_map_img_right_btns .btn_blue:first-child {margin-right: 44px;}

}
@media (max-width:991px ) {


  .breadcrumbs_header_title { width: 100%;}
  .breadcrumbs_header_list {width: 100%;justify-content: left;padding-top: 6px;}

  .banner_v1_box_title h2 { font-size: 30px; line-height: 35px;}

  .banner_v1_title h1{font-size:40px; line-height:46px;padding:0;}

  .why_cu_parent { padding-top: 25px;}
  .why_cu_box_parent { width: 49%;margin-right: 2%;}
  .why_cu_box_parent:nth-child(3n+3) { margin-right: 2%;}
  .why_cu_box_parent:nth-child(2n+2) { margin-right: 0;}

  .what_wd_three_col_parent { padding-top: 25px;}
  .what_wd_thre_col_box { width: 49%;margin-right: 2%;}
  .what_wd_thre_col_box:nth-child(3n+3) { margin-right: 2%;}
  .what_wd_thre_col_box:nth-child(2n+2) { margin-right: 0;}

  .our_clinics_section { padding: 60px 0;}
  .our_clinics_parent.dis-flex{ padding-top: 25px;}


  .our_treat_three_col_box { width: 46%;margin-right: 8%;}
  .our_treat_three_col_box:nth-child(3n+3) { margin-right: 8%;}
  .our_treat_three_col_box:nth-child(2n+2) { margin-right: 0;}

  .banner_cta_v1_right { width: 100%;justify-content: flex-start;}
  .banner_cta_v1_left { width: 100%; padding-right: 0; padding-bottom: 15px;}

  .banner_cta_v1_in_left { width: 100%; padding-right: 0;padding-bottom: 15px;}
  .banner_cta_v1_in_right { width: 100%; justify-content: flex-start;}
  .banner_cta_v1_right button.btn_w_bookapp, .btn_w_bookapp a, a.btn_w_bookapp { min-width: 200px;font-size: 20px;line-height: 18px;}

  .left_img_v1_main { width: 100%;padding-right: 0;padding-bottom: 30px;}
  .left_img_v1 { height: 400px;}
  .right_cont_v1_main { width: 100%;}

  .faq_acc_panel_parent { padding: 0 20px 20px 20px;}

  .benefit_box_left {  width: 60%;}
  .benefit_box_right { width: 40%;}

  .before_after_slider_main .slick-list.draggable {  width: 500px;}


  .treat_inner_four_col_box { width: 48%; margin-right: 2%;}
  .treat_inner_four_col_box:nth-child(2n+2) { margin-right: 0;}
  .treat_inner_four_col_box:nth-child(3n+3) { margin-right: 2%;}

  .concerns_three_col_box { width: 46%;margin-right: 8%;}
  .concerns_three_col_box:nth-child(3n+3) { margin-right: 2%;}
  .concerns_three_col_box:nth-child(2n+2) { margin-right: 0;}
  .concerns_main_title { padding-bottom: 20px;}
  .concerns_three_col_title h4 { padding: 10px 0 5px;}
  .concerns_three_col_title {height: auto !important;}
  .concerns_three_col_cont {height: auto !important;}

  .left_con_title_v1 h2 { padding-bottom: 20px;}
  .left_cont_parent_v1 { width: 100%; padding-right: 0;padding-bottom: 30px;}
  .left_CTA_v1 { padding-top: 20px;}
  .right_p_image_parent_v1 {width: 100%;}
  .right_p_image_parent_v1 img { width: 50%;}

  .left_con_title_v2 h2 { padding-bottom: 20px;}
  .left_cont_parent_v2 { width: 100%; padding-right: 0;padding-bottom: 30px;}
  .left_CTA_v2 { padding-top: 20px;}
  .right_p_image_parent_v2 {width: 100%;}
  .right_p_image_parent_v2 img { width:35%;}

  .rec_tre_sec_title { padding-bottom: 25px;}
  .rec_tre_box { width: 49%; margin-right: 2%; margin-bottom: 30px;}
  .rec_tre_box:nth-child(3n+3) { margin-right: 2%;}
  .rec_tre_box:nth-child(2n+2) { margin-right: 0;}

  .skin_blog_sec_title { padding-bottom: 25px;}
  .skin_blog_box {width: 49%; margin-right: 2%;margin-bottom: 30px;}
  .skin_blog_box:nth-child(2n+2) {margin-right: 0;}
  .skin_blog_box:nth-child(3n+3) {margin-right: 2%;}

  .specialized_clinics_top_box {width: 46%;margin-right: 8%;}
  .specialized_clinics_top_box:nth-child(3n+3) {margin-right: 8%;}
  .specialized_clinics_top_box:nth-child(2n+2) {margin-right: 0;}
  .specialized_clinics_bottom_list ul li {width: 32%; margin-right: 2%; margin-bottom: 25px;}
  .specialized_clinics_bottom_list ul li:nth-child(3n+3) { margin-right: 0;}
  .specialized_clinics_bottom_list ul li:nth-child(4n+4) { margin-right: 2%;}

  .skin_can_ser_three_col_box { width: 46%;margin-right: 8%;}
  .skin_can_ser_three_col_box:nth-child(2n+2) {margin-right: 0;}
  .skin_can_ser_three_col_box:nth-child(3n+3) {margin-right: 8%;}

  .title_cont_three_col_box {width: 46%;margin-right: 8%;}
  .title_cont_three_col_box:nth-child(3n+3) {margin-right: 8%;}
  .title_cont_three_col_box:nth-child(2n+2) {margin-right: 0;}

  .our_story_box {padding: 40px;}
  .our_story_left {width: 100%;padding-right: 0;padding-bottom: 30px;}
  .our_story_title h2 {padding-bottom: 20px;}
  .our_story_right {width: 100%;justify-content: left;flex-direction: column;}
  .our_story_img {margin: 0 0 auto;padding-bottom:30px;}
  .our_story_btn.btn_white_v3 a {min-width: 208px; width: auto;}
  .our_story_btn.btn_blue_v3 a{min-width: 208px; width: auto;}

  .left_CTA_v2 {flex-direction: row;}
  .more_info_btn { padding-top: 0;padding-left: 40px;}

  .land_map_img_left_parent { width: 100%;padding-right: 0; order: 2;}
  .land_map_img_right_parent { width: 100%;padding-bottom: 20px;}
  .land_map_img_right_btns .btn_blue:first-child { margin-right: 25px;}

  .meet_the_team_box {width: 32%;margin-right: 2%;}
  .meet_the_team_box:nth-child(4n+4) {margin-right: 2%;}
  .meet_the_team_box:nth-child(3n+3) {margin-right: 0;}
  .our_nurs_team { padding: 20px 0 40px;}

  .skin_can_ser_four_col_box {width: 48%;margin-right: 4%;}
  .skin_can_ser_four_col_box:nth-child(3n+3) {margin-right: 4%;}
  .skin_can_ser_four_col_box:nth-child(2n+2) { margin-right: 0;}


  .package_info h2 { font-size: 36px; line-height: 38px; }

  .includes_info h3.benefits_info h3{font-size:32px; line-height:36px}

  .dr_clinic_box {width: 32%;margin-right: 2%;}
  .dr_clinic_box:nth-child(4n+4) {margin-right: 2%;}
  .dr_clinic_box:nth-child(3n+3) {margin-right: 0;}

  .port_left_img_parent {width: 100%;padding-bottom: 40px;}
  .port_left_img_parent img {width: 35%;}
  .port_right_cont_parent {width: 100%;padding-left: 0;}
  .port_right_cont_title { padding-bottom: 20px;}
  .port_right_cont {padding-bottom: 20px;}
  .port_right_cont_list { padding-bottom: 20px;}
  .port_right_cont_btns .btn_blue:first-child { margin-right: 25px;}

  .port_map_img_left_parent {width: 100%;padding-bottom: 40px;}
  .port_map_img_right_parent {width: 100%; padding-left: 0;}
  .port_map_img_left_parent img {width: 50%;}

  .dr_special_box {width: 32%;margin-right: 2%;}
  .dr_special_box:nth-child(4n+4) {margin-right: 2%;}
  .dr_special_box:nth-child(3n+3) {margin-right: 0;}

  .your_story_white_box {padding: 40px;}
  .your_story_wbox_left_parent { width: 100%;padding-right: 0; padding-bottom: 30px;}
  .your_story_wbox_right_parent { width: 100%;}
  .your_story_wbox_right_btns button:first-child { margin-bottom: 0;margin-right: 18px;}
  .your_story_wbox_left_parent h2 { padding-bottom: 20px;}

  .your_heroes_left_parent { width: 100%;padding-right: 0;padding-bottom: 30px;}
  .your_heroes_right_parent { width: 100%;padding-left: 0;}
  .your_heroes_right_parent p:last-child {margin-bottom: 0;}
  .your_heroes_left_img img { width: 50%;}

  .our_booking_btns a:first-child {margin-right: 0; }
  .our_booking_btns {display: flex;flex-wrap: wrap;flex-direction: column;max-width: 420px;}

  .priv_stat_box_parent {padding: 40px;}
  .our_booking_title {padding-bottom: 30px;}
  .priv_stat_title { padding-bottom: 30px;}

  .current_oppor_box { width: 48%; margin-right: 4%;}
  .current_oppor_box:nth-child(3n+3) {margin-right: 4%;}
  .current_oppor_box:nth-child(2n+2) { margin-right: 0;}

  .why_work_with_us_box {padding: 40px;}
  .why_work_with_uslist_box.dis-flex { width: 48%;margin-right: 4%;}
  .why_work_with_uslist_box.dis-flex:nth-child(3n+3) { margin-right: 4%;}
  .why_work_with_uslist_box.dis-flex:nth-child(2n+2) { margin-right: 0;}
  .why_work_with_us_info { padding-left: 10px;}
  .why_work_with_us_title { padding-bottom: 20px;}
  /*   .why_work_with_us_btn { padding-bottom: 20px;} */

  .system_p_404_section_bg{height:100vh;}

  .lands_three_col_img_box.dis-flex {justify-content: inherit;}
  .lands_three_col_img {width: 48%;margin-right: 4%;}
  .lands_three_col_img:nth-child(3n+3) {margin-right: 4%;}
  .lands_three_col_img:nth-child(2n+2) {margin-right: 0;}

  .state_over_main { padding-top: 20px;}

  .includes_info h3, .benefits_info h3 { font-size: 28px; line-height: 34px;}

  .our_treat_three_col_title h4 { padding: 15px 0 5px;}

  .skin_solutions_main_title ul li,.skin_solutions_content ul li { font-size: 16px;line-height: 20px;}
  .skin_solutions_main_title ul li:before ,.skin_solutions_content ul li:before{top: 6px;}

  .left_img_lp {width: 100%;}
  .right_form_lp_parent {width: 100%;padding-top: 30px;padding-left: 0;}
  .left_img_lp img { width: 80%;}
  .left_lp {width: 100%;}

  /*   .right_form_lp div#mce-error-response, */
  .right_form_lp div#mce-success-response { height: 200px;}

  .traning_team_img.bg.lozad {width: 150px;height: 150px;}

  .banner_tc_box_parent {position: inherit; top: inherit !important; left: inherit !important;transform: translateY(0);width: 100%;max-width: initial;padding: 30px;right: initial !important;}
  .banner_tc_box_info h2 { text-align: left;}    
  .banner_tc_box_info h2:first-child {padding-bottom: 15px;}

  /*  updated css  */
  .our_clinics_section.our_clinics_new .our_clinics_btns .btn_blue {padding: 14px 5px; font-size: 15px;}
  .our_traning_cen_add p { font-size: 16px; line-height: 20px; margin-bottom: 20px;}

  .skin_counter_box_blue { padding: 10px 5px 5px; }

  .nscc2021-quicksearch {width: 350px;margin: 0 0 0 auto;}

  .left_content_tc,.right_content_tc{padding: 25px;}

}
@media (max-width:767px ) {


  .banner_cta_v2_left { width: 100%;padding-right: 0;padding-bottom: 20px;}
  .banner_cta_v2_right { width: 100%;}


  .banner_v1_title h1{font-size:34px; line-height:40px;padding:0;}


  /* slider */
  .banner_v1_box_img img {height: 350px !important;object-fit: cover;}
  .banner_v1_right_main button.slick-next.slick-arrow {position: absolute; font-size: 0;background: transparent;z-index: 2;right: 0; top: 50%;transform: translateY(-50%);cursor: pointer;}

  .banner_v1_right_main button.slick-prev.slick-arrow {position: absolute;font-size: 0;background: transparent;top: 50%; transform: translateY(-50%);cursor: pointer;z-index: 2;}
  .banner_v1_right_main button.slick-prev.slick-arrow:before { content: "\f053"; font-family: FontAwesome; height: 50px;width: 50px; padding: 10px;color: #000; font-size: 20px; background: #F3F6FF;line-height: 50px; opacity: 0.8;}
  .banner_v1_right_main button.slick-prev.slick-arrow:hover:before { opacity: 1;}

  .banner_v1_right_main button.slick-next.slick-arrow:before { content: "\f054";font-family: FontAwesome;height: 50px;width: 50px; padding: 10px;color: #000;font-size: 20px; background: #F3F6FF;line-height: 50px; opacity: 0.8;}
  .banner_v1_right_main button.slick-next.slick-arrow:hover:before { opacity: 1;}

  .why_cu_box_parent { width: 100%;margin-right: 0;margin-bottom: 20px;}
  .why_cu_right_info { max-width: 100%; }
  .why_cu_right_info h4 { height: auto !important;margin-bottom: 5px;}
  .why_cu_right_info p {height: auto !important;}
  .what_wd_thre_col_box:nth-child(3n+3) { margin-right: 0;}
  .why_cu_box_parent:last-child { margin-bottom: 0;}
  .why_cu_bg {  padding: 40px 0;}
  .why_work_with_us_box { padding: 30px;}

  .what_wd_thre_col_box{ width: 100%;margin-right: 0;margin-bottom: 30px;}
  .what_wd_thre_col_box:nth-child(3n+3) { margin-right: 0;}
  .what_wd_thre_col_box:last-child { margin-bottom: 0;}
  .what_wd_section{  padding: 40px 0;}
  .what_wd_thre_col_img { width: 100%;margin: 0 auto;}
  .what_wd_thre_col_cont {height: auto !important;}
  .what_wd_sub_title h6 { margin-bottom: 0;}

  .our_clinics_section{padding:40px 0;}
  .our_clinics_box{ width: 100%;margin-right: 0;margin-bottom: 30px;}
  .our_clinics_box:nth-child(3n+3) { margin-right: 0;} 
  .name { height: auto !important;}
  .state { height: auto !important;}
  .our_clinics_filter { position: inherit;padding-top: 15px;}
  .our_clinics_main_title {width: 100%;}
  .our_clinics_sub_title_parent {display: flex;flex-wrap: wrap;justify-content: center;}

  ul.breadcrumb li a { Font-size: 18px; Line-height: 20px;}
  .breadcrumbs_header_section {display: none;}

  .one_bg_one_col_box { padding: 30px;}
  .one_bg_one_col_box_bg { padding: 40px 0;}
  .one_bg_one_col_box h2 { padding-bottom: 15px;}


  .our_treat_three_col_box{ width: 100%;margin-right: 0;}
  .our_treat_three_col_box:nth-child(3n+3) { margin-right: 0;}
  .our_treat_three_col_box:last-child { margin-bottom: 0;}

  .our_treat_main { padding: 40px 0;}
  .our_treat_three_col_title {height: auto !important;}
  .our_treat_three_col_cont { height: auto !important;}

  .banner_cta_v1_right button.btn_w_bookapp, .btn_w_bookapp a, a.btn_w_bookapp { min-width: 200px;font-size: 16px;line-height: 18px;}

  .banner_v2_bg {padding: 40px 0;}
  .banner_v2_parent { width: 100%;}
  .banner_v2_titles { padding-bottom: 15px;}
  .banner_v2_content { padding-bottom: 15px;}
  .banner_v2_bg:before{opacity:1;}

  .left_img_right_cont_v1_bg {padding: 40px 0;}

  .how_it_work_bg { padding: 40px 0;}
  .how_it_work_box_bg { padding: 30px;}
  .how_it_work_box_bg h2 { padding-bottom: 15px;}
  .how_it_work_box_content{ padding-bottom: 25px;}
  .benefit_box_left {width: 100%; padding-bottom: 30px;}
  .benefit_box_right {width: 100%;}
  .benefit_box_image img {width: 300px;}
  .benefit_box_main {padding: 30px;}
  .benefit_box_title h2 {padding-bottom: 15px;}

  .before_after_slide { height: 300px;}
  .before_after_slider_main .slick-list.draggable { width:auto;}
  .before_after_box { padding: 40px 0;}
  .before_after_title { padding: 0 0 20px 20px;}
  .before_after_slider_main ul.slick-dots { display: flex !important; flex-wrap: wrap;justify-content: center;position: relative;padding-top: 6px;}
  .before_after_slider_main ul.slick-dots li button {background: transparent;font-size: 0;height: 12px;width: 12px;background: #123356;border-radius: 50%;position: absolute;opacity: 0.5;cursor: pointer;}
  .before_after_slider_box_cover { height: 300px;}
  .before_after_slider_main ul.slick-dots li {margin: 0 10px;height: 10px;width: 10px;cursor: pointer;}
  .before_after_slider_main ul li.slick-active button { opacity: 1;}


  .faq_accordion_bg { padding: 30px 20px;}
  .faq_title { padding: 0 0 20px 20px;}
  .faq_read_btn span { Font-size: 16px; Line-height: 18px; padding: 10px 20px;}
  .faq_read_btn { width: 150px;}
  .faq_acc_panel_parent {padding: 0 15px 15px 15px;}
  .faq_close_btn span { Font-size: 16px; Line-height: 18px; padding: 10px 20px;}
  .faq_close_btn { width: 150px;}


  .faq_acc_title { width: calc(100% - 150px);}
  .full_width_slider_parent{height: 400px;}
  .full_width_slide {height: 400px;}
  .faq_acc_title_parent {padding: 15px 15px 10px 15px;}

  .treat_inner_four_col_box { width: 100%; margin-right: 0;}
  .treat_inner_four_col_box:nth-child(3n+3) { margin-right: 0;}
  .treat_inner_four_col_bg {  padding: 40px 0;}
  .treat_inner_four_col_box:last-child { margin-bottom: 0;}
  .treat_inner_four_col_icon_title { height: auto !important;}
  .treat_inner_four_col_cont { height: auto !important;}

  .concerns_bg {  padding: 40px 0;}
  .concerns_title_box h2 { margin-bottom: 15px;}
  .concerns_three_col_box{ width: 100%;margin-right: 0;}
  .concerns_three_col_box:nth-child(3n+3) { margin-right: 0;}
  .concerns_three_col_box:last-child { margin-bottom: 0;}

  /* Book Online popup  */
  .popup-wrapper { padding: 4% 0;}
  .popup-wrapper .onLoadModal {  position: absolute; top: 0; min-height: 100vh; right: 0; left: 0;-webkit-transform: none;transform: none; margin: 0;height:100%;}
  .nscc-modal-allbook-dropdown { padding: 0 5%;}
  .nscc-modal-allbook-dropdown .select-options { position: relative;top:0; max-height: none;background-color: #FFFFFF;color: #1D4647;}
  .nscc-modal-allbook-dropdown .select-styled { bottom: auto; min-height: 0; line-height: 1; padding-top: 13px; padding-bottom: 13px;position: static;}
  .nscc-modal-allbook-dropdown h3, .footer-container-wrapper .nscc-modal-allbook-dropdown h3 { margin-top: 0 !important;}

  .left_cont_right_p_img_bg_v1 { padding: 40px 0;}
  .left_con_title_v1 h2 { padding-bottom: 15px;}

  .left_cont_right_p_img_bg_v2 { padding: 40px 0;}
  .left_con_title_v2 h2 { padding-bottom: 15px;}
  .right_p_image_parent_v2 img { width:50%;}

  .rec_tre_bg { padding: 40px 0 20px;}

  .skin_blog_box { width: 100%;margin-right: 0;}
  .skin_blog_box:nth-child(3n+3) {margin-right: 0;}
  .skin_blog_box:last-child {margin-bottom: 0;}
  .skin_blog_btn { padding-top: 25px;}
  .rec_tre_w_box { padding: 20px;}
  .recent_blog_item_title {height: auto !important;}
  .recent_blog_item_content {height: auto !important;margin-bottom: 15px;}

  .specialized_clinics_top_box { width: 100%;margin-right: 0;margin-bottom: 40px;}
  .specialized_clinics_section { padding: 40px 0;}
  .specialized_clinics_top_titles {padding-bottom: 30px;}
  .specialized_clinics_top_title {height: auto !important;}

  .specialized_clinics_bottom_box_inner { padding: 20px 20px 0px;}
  .specialized_clinics_bottom_title h2 { padding-bottom: 15px;}
  .specialized_clinics_bottom_list ul li {width: 49%;margin-right: 2%;margin-bottom: 15px;}
  .specialized_clinics_bottom_list ul li:nth-child(3n+3) {margin-right: 2%;}
  .specialized_clinics_bottom_list ul li:nth-child(2n+2) {margin-right: 0;}
  .specialized_clinics_top_box:nth-child(3n+3) {margin-right: 0;}

  .skin_can_ser_three_col_box {width: 100%;margin-right: 0;}
  .skin_can_ser_three_col_box:nth-child(3n+3) {margin-right: 0;}
  .skin_can_ser_three_col_title {height: auto !important;}
  .skin_can_ser_three_col_cont {height: auto !important;}
  .skin_can_ser_three_col_box:last-child {margin-bottom: 0;}


  .skin_can_ser_three_col_bg,.skin_can_ser_four_col_bg {padding: 40px 0;}
  .skin_can_ser_three_col_title_box {padding-bottom: 40px;}

  .title_cont_three_col_bg {padding: 40px 0;}
  .title_cont_three_col_box {width: 100%;margin-right: 0;}
  .title_cont_three_col_box:nth-child(3n+3) {margin-right: 0;}
  .title_cont_three_col_box:last-child {margin-bottom: 0;}
  .title_cont_three_col_title {height: auto !important;}
  .title_cont_three_col_content {height: auto !important;}
  .title_cont_three_col_title h3 {padding-bottom: 10px;}

  .more_info_btn { padding-left: 25px; }

  .View_more_btn button {min-width: 174px;}

  .land_map_img_section{ padding: 40px 0;}

  .text_sec_about_clinic_top_bg{ padding: 40px 0;}

  .text_sec_about_clinic_box { padding: 30px;}
  .text_sec_about_clinic_box h2 {padding-bottom: 15px;}
  .text_sec_about_clinic_bottom_bg{padding-bottom: 40px;}

  .meet_the_team_section {padding: 40px 0 0;}
  .our_nurs_team { padding: 40px 0 20px;}
  .skin_can_ser_four_col_box {width: 100%; margin-right: 0;}
  .skin_can_ser_four_col_box:nth-child(3n+3) {margin-right: 0;}
  .skin_can_ser_four_col_box:last-child {margin-bottom: 0;}

  .meet_the_team_box {width: 48%;margin-right: 4%;}
  .meet_the_team_box:nth-child(5n+5) { margin-right: 4%;}
  .meet_the_team_box:nth-child(3n+3) {margin-right: 4%;}
  .meet_the_team_box:nth-child(2n+2) { margin-right: 0;}

  .dr_special_box {width: 48%;margin-right: 4%;}
  .dr_special_box:nth-child(5n+5) { margin-right: 4%;}
  .dr_special_box:nth-child(3n+3) {margin-right: 4%;}
  .dr_special_box:nth-child(2n+2) { margin-right: 0;}

  .dr_clinic_box {width: 48%;margin-right: 4%;}
  .dr_clinic_box:nth-child(5n+5) { margin-right: 4%;}
  .dr_clinic_box:nth-child(3n+3) {margin-right: 4%;}
  .dr_clinic_box:nth-child(2n+2) { margin-right: 0;}

  .package_info h2 { font-size: 34px;line-height: 38px;}

  .photo_gallery_left_parent { padding: 20px;}
  .photo_gallery_right_parent {padding: 20px;}
  .includes_info h3 {padding-bottom: 10px;}
  .benefits_info h3 {padding-bottom: 10px;}
  .includes_info {padding-bottom: 20px;}

  .package_info { padding: 20px 5px 20px 15px;}

  .includes_info h3,.benefits_info h3{font-size:30px; line-height:34px;}

  .photo_gallery_images_slider_bg {padding: 40px 0;}

  .location_list_section { padding-top: 40px;}
  .location_list_titles{ padding-bottom: 20px;}
  .location_name { margin: 20px 0 15px 0;}

  .location_clinics_box { width: 100%; margin-right: 0; margin-bottom: 40px;}
  .location_clinics_box:nth-child(3n+3) { margin-right: 0;}
  .location_name { height: auto !important;}
  .location_state { height: auto !important;}

  .monthly_deals_bg { padding: 40px 0;}
  .monthly_deals_box { width: 100%; margin-right: 0;}
  .monthly_deals_title { height: auto !important;}
  .monthly_deals_cont {height: auto !important;}
  .monthly_deals_box_parent { padding: 20px;}
  .monthly_deals_num h1 { font-size: 36px;line-height: 36px;}
  .monthly_deals_num { width: 50px;}
  .monthly_deals_details { width: calc(100% - 50px);}

  .land_map_img_left_parent img { width: 60%;}
  /*   .land_map_img_right_list { padding-bottom: 30px;} */

  .meet_the_team_sec_title { padding-bottom: 20px;}
  .our_dr_team_title { padding-bottom: 20px;}
  .intro_section {padding: 40px 0 20px;}
  .state_over_section {padding: 20px 0 40px;}
  .state_over_red_title { padding: 10px 0 40px;}

  .port_left_img_right_cont_bg { padding: 40px 0;}
  .port_right_cont_btns button.btn_blue { margin-right: 25px;}
  .port_map_img_bg { padding: 40px 0;}
  .port_left_img_parent,.port_map_img_left_parent {padding-bottom: 20px;}
  .highly_qua_spec_dr_bg { padding: 40px 0 ;}
  /*   .view_all_dr { padding-bottom: 20px;} */
  .view_all_dr button.btn_blue, .view_all_dr .btn_blue a,.view_all_dr a.btn_blue { margin-bottom: 20px;}
  .your_story_bg {padding: 40px 0;}
  .your_story_wbox_right_btns button { min-width: 200px;}

  .your_heroes_section { padding: 40px 0 20px;}
  .your_heroes_title { padding-bottom: 20px;}

  .more_stor_section { padding: 20px 0 40px;}
  .more_stor_section_title { padding-bottom: 20px;}
  .more_stor_left_parent {width: 100%;padding-right: 0;padding-bottom: 30px;}
  .more_stor_right_parent { width: 100%;}
  .more_stor_right_info { padding-top: 0px;}
  .more_stor_right_btn.btn_white_v2 { text-align: left;}
  .more_stor_left_img_bg { max-width: 100%;}
  .more_stor_right_title { padding-bottom: 15px;}
  .more_stor_right_auto_date {padding-bottom: 15px;}
  .more_stor_right_content {padding-bottom: 15px;}
  .port_left_img_right_cont_bg { padding: 40px 0;}

  .land_map_img_right_list ul li,.port_right_cont_list ul li { font-size: 16px; line-height: 25px;}


  .contact_us_bg {padding: 40px 0;}
  .contact_us_title_main {padding-bottom: 40px;}
  .contact_us_btn a{Font-size: 16px; Line-height: 18px;}

  .faq_search_bg { padding: 40px 0;}
  .our_booking_bg {padding: 40px 0;}
  .our_booking_cont_lists ul {padding-bottom: 20px;}
  .our_booking_title {padding-bottom: 20px;}
  .priv_stat_title { padding-bottom: 20px;}
  .priv_stat_bg {padding: 40px 0;}
  .priv_stat_btn {text-align: left; padding-top: 20px;}
  .priv_stat_box_parent { padding: 30px;}

  .current_oppor_section { padding: 40px 0 0;}
  .current_oppor_box_main {padding-top: 20px;}
  .why_work_with_us_bg { padding: 40px 0;}

  .faq_search_box_parent {width: 100%;}
  .faq_search_box_title { width: 100%;}
  .faq_search_box_input { width: 100%;}

  .specialized_clinics_filter {position: inherit; width: 100%;}
  .specialized_clinics_top_titles {display: flex;flex-wrap: wrap;}
  .specialized_clinics_section_titles { padding-bottom: 20px;}

  .system_p_404_btnn a {Font-size: 16px; Line-height: 18px;padding: 10px 20px;}
  .system_p_404_title { padding-bottom: 20px;}
  .state_over_title_box {  padding-bottom: 10px;}


  .dr_clinic_des h6:before { bottom: 15px;}
  .system_p_404_sub_titles { padding-bottom: 20px;}

  .lands_three_col_img_section {padding: 40px 0 20px;}
  .treatments_details .lands_three_col_img_section {padding: 40px 0 0;}
  .land_map_info p, .land_map_info a {font-size: 16px;line-height: 25px;}

  .imp_info_bg { padding: 20px 0;}

  .onLoadModal.popup_modal_1 { max-width:100%;padding: 20px;}
  form fieldset.form_columns_1.submit_btn .field {  padding-top: 15px;}
  .news_form_title, .story_form_title { padding: 0 0 15px 0;}

  .contact_us_form_parent { padding: 20px;min-height: auto;}
  /*   .form_title { padding: 10px 0 30px;} */
  .make_app_form_parent { padding: 20px;}

  .skin_can_ser_four_col_title h4 { padding: 15px 0 8px;}
  .skin_can_ser_four_col_title_box {padding-bottom: 30px;}

  .includes_info h3, .benefits_info h3 { font-size: 22px; line-height: 26px;}
  .includes_info p { margin-bottom: 15px;}

  .our_story_box { padding: 30px;}
  .concerns_three_col_box {margin-bottom: 30px;}

  .benefit_box_bg {padding: 30px 0 20px;}
  .before_after_bg { padding: 20px 0;}

  .banner_cta_v2 {padding: 20px 0;}
  .why_cu_title h6,.our_clinics_sub_title h6 { margin-bottom: 0;}
  .left_con_title_v2 h6 { margin-bottom: 0;}
  .skin_can_ser_four_col_title_box h6 { margin-bottom: 0;}
  .meet_the_team_sec_title h6 { padding-bottom: 0;}
  .skin_can_ser_four_col_title_box h6 { margin-bottom: 0;}
  .highly_qua_spec_dr_titles h6 { padding-bottom: 0;}

  .skin_solutions_main_title ul li,.skin_solutions_content ul li { font-size: 14px;line-height: 20px;}
  .skin_solutions_main_title ul li:before ,.skin_solutions_content ul li:before{top: 6px;}
  .skin_solutions_box {width: 100%; margin-right: 0;}
  .skin_solutions_section {padding: 40px 0;}
  .skin_solutions_box:last-child {margin-bottom: 0;}
  .skin_solutions_main_title {padding-bottom: 15px;}
  .skin_solutions_section h2 { padding-bottom: 10px;}

  a.blue_call_btn{Font-size: 16px; Line-height: 18px;}

  .land_map_info.email a {font-size: 16px;line-height: 25px;}

  /*   .resources_box {width: 100%;margin-bottom: 30px;}
  .resources_box:nth-child(3n+3) { margin-right: 0;}
  .resources_img img {width: 40%;} */

  .left_img_lp img {width: 100%;}

  .header_lp_logo {width: 300px;}
  .header_lp_right { width: 100%; justify-content: center;padding-top: 20px;text-align: center;}
  .header_lp_parent.dis-flex {justify-content: center;}
  .header_lp {border-bottom: 1px solid rgb(100 100 100 / 20%);}
  .header_lp_right_call p:first-child { padding-bottom: 5px;}

  /*   .left_vimeo_lp iframe ,.left_youtube_lp iframe{  height: 360px;} */

  .right_form_lp div#mce-error-response, div#mce-success-response {height: 200px;}

  .banner_tc_section { padding: 40px 0;}
  .white_box_info_bg {padding: 40px 0;}
  .lf_con_rg_img_bg {padding: 40px 0;}
  .video_bg {padding: 40px 0;}
  .traning_team_bg {padding: 40px 0;}
  .training_form_bg {padding: 40px 0;}

  .banner_tc_box_parent { padding: 20px;}

  .left_content_tc.comrichtext { width: 100%; margin-right: 0;padding: 20px;}
  .lf_con_rg_img_parent.right_image_tc_parent.dis-flex {flex-direction: column-reverse;}
  .right_image_tc {width: 100%;text-align: revert;padding-bottom: 20px;}
  .left_image_tc {width: 100%;text-align: left;padding-bottom: 20px;}
  .right_content_tc.comrichtext { width: 100%;margin-left: 0;padding: 20px;}
  .video_box_parent { padding-top: 20px;}
  .white_box_bg { padding: 20px;}
  .traning_team_box_parent.dis-flex {padding-bottom: 30px;}
  .traning_team_main_title { padding-bottom: 20px;}
  .traning_team_img_parent {width: 100%;justify-content: center;padding-right: 0;}
  .traning_team_cont_parent { width: 100%;}
  .training_form_parent {padding: 20px;min-height: auto;}

  /*   updated css jan 17-1-2022 */
  .banner_cta_v3_left {width: 100%;padding-right: 0;padding-bottom: 20px;text-align: center;}
  .banner_cta_v3_right_up { width: 100%;text-align: center;}


  .skin_counter_box {width: 32%;margin-right: 2%;}
  /*   .skin_counter_box:nth-child(2n+2) {margin-right: 0;}
  .skin_counter_box:nth-child(3n+3) {margin-right: 10%;} */
  .skin_counter_box:last-child {margin-right: 0;}

  .land_map_img_section {padding: 40px 0 20px;}

  .our_traning_centres_bg {padding: 40px 0;}
  .our_traning_centres_box {width: 100%;margin-right: 0;}
  .our_traning_cen_main_title {padding-bottom: 20px;}
  .traning_team_cont_parent {text-align: center;}
  .our_traning_centres_box:last-child {margin-bottom: 0;}
  .our_traning_cen_state {height: auto !important;}
  .our_traning_cen_name {height: auto !important;}
  .our_traning_cen_add {height: auto !important;}
  .our_traning_cen_b_link {height: auto !important;}
  .our_traning_cen_b_link p {padding-top: 10px;}
  .our_traning_cen_add p {font-size: 14px;line-height: 20px;margin-bottom: 15px;}

  .traning_team_cta.btn_blue {padding-top: 15px;}

}    


@media (max-width:640px) {
  .what_wd_thre_col_img { width: auto; margin: 0 auto;  }

  .one_bg_one_col_box { padding: 20px;}

  .banner_cta_v1_left h4 {  padding:0;}
  .package_info h2 {  font-size: 30px; line-height:36px; }


  .how_it_work_box_bg { padding: 20px;}
  .how_it_work_box_content {padding-bottom: 20px;}
  .benefit_box_main{ padding: 20px;}
  .faq_read_btn span { width: initial;min-width: 120px;}
  .faq_close_btn {width: min-content;margin: 0 0 auto 0;}
  .faq_close_btn span { width: initial;min-width: 120px;}
  .faq_acc_title_parent { min-height: auto;}
  .faq_acc_card.active .faq_acc_title { padding-bottom: 0;}
  .faq_acc_card.active .faq_acc_panel_parent {padding-top: 0;}

  .faq_accordion_bg { padding: 20px;}

  .faq_read_btn { width: 100%; justify-content: flex-start;}
  .faq_acc_title {  width: 100%; padding-bottom: 12px;padding-right:0;}

  .full_width_slider_main ul.slick-dots { position: absolute; bottom: 25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;left: -2px;}
  .full_width_slider_main ul.slick-dots li button {background: transparent;font-size: 0;height: 10px;width: 10px;background: #123356;border-radius: 50%;opacity: 0.5;cursor: pointer;}
  .full_width_slider_main ul.slick-dots li {margin: 0 10px;height: 10px;width: 10px;cursor: pointer;position: relative;display: inline-block;}
  .full_width_slider_main ul li.slick-active button { opacity: 1;}

  /* Book Online popup  */
  a.btn.btn_yellow.wide.nscc-modal-allbook-phone {margin: 0 6px 20px;width:100%;}
  .nscc-modal-allbook-button { display: flex;flex-direction: column;align-items: center;}

  .right_p_image_parent img { width: 70%; }

  .rec_tre_box {width: 100%;margin-right: 0;}
  .rec_tre_box:nth-child(3n+3) { margin-right: 0;}

  .specialized_clinics_bottom_list ul li {width: 100%;margin-right: 0;}
  .specialized_clinics_bottom_list ul li:last-child { margin-bottom: 0;}
  .specialized_clinics_bottom_box_inner {padding: 20px;}
  .specialized_clinics_bottom_list ul li:nth-child(3n+3) {margin-right: 0;}

  .our_story_bg { padding: 40px 0;}
  .our_story_box { padding: 20px;}
  .our_story_title h2 { padding-bottom: 10px;}

  .left_img_v1 { height: 300px;}

  .rec_tre_box_title {height: auto !important;}
  .rec_tre_box_content {height: auto !important;}

  .land_map_img_right_list ul li {font-size: 14px;line-height: 20px;padding-left: 18px;}
  .land_map_img_right_list ul li:before { height: 10px; width: 10px;background-size: 10px;top:6px}
  /*   .land_map_img_right_list {padding-bottom: 20px;} */
  .land_map_img_left_parent {padding-bottom: 20px;}

  .text_sec_about_clinic_box { padding: 20px;}

  .meet_the_team_box {width: 100%;margin-right: 0;}
  .meet_the_team_box:nth-child(5n+5) {margin-right: 0;}
  .meet_the_team_box:nth-child(3n+3) {margin-right: 0;}
  .meet_the_team_box:last-child {margin-bottom: 0;}
  .meet_the_team_name h4 {padding: 15px 0 4px;}
  .meet_the_team_section {padding: 40px 0;}



  .package_info { padding: 10px 5px 10px 10px;}
  .photo_gallery_left_signature h1 { font-size: 35px; line-height: 40px;}


  .state_over_main  {padding-top: 25px;}
  .state_over_green_title {padding-bottom: 15px;}

  .dr_clinic_box {width: 100%;margin-right: 0;}
  .dr_clinic_box:nth-child(5n+5) {margin-right: 0;}
  .dr_clinic_box:nth-child(3n+3) {margin-right: 0;}
  .dr_clinic_box:last-child {margin-bottom: 0;}
  .dr_clinic_name h4 {padding: 15px 0 4px;}

  .state_over_green_title {text-align: center;}
  .state_over_red_title {text-align: center;padding: 20px 0;}
  .dr_clinic_name {height: auto !important;}
  .dr_clinic_des {height: auto !important;}
  .dr_clinic_content {height: auto !important;}

  .port_right_cont_list ul li {font-size: 14px;line-height: 20px;padding-left: 18px;}
  .port_right_cont_list ul li:before { height: 10px;width: 10px;background-size: 10px; top: 6px;}

  .dr_special_box { width: 100%;margin-right: 0;}
  .dr_special_box:nth-child(3n+3) {margin-right: 0;}
  .dr_special_name { height: auto !important;}
  .dr_special_des { height: auto !important;}
  .dr_special_content { height: auto !important;}

  .port_right_cont_btn_v2 { display: flex; flex-wrap: wrap;flex-direction: column;max-width: 226px;}
  .port_right_cont_btn_v2 .sub_story+.sub_story {margin-left: 0; margin-top: 20px;}
  .your_story_white_box {padding: 20px;}
  .your_story_wbox_right_btns {display: flex;flex-wrap: wrap;flex-direction: column;max-width: 200px;}
  .your_story_wbox_right_btns button:first-child {margin-right: 0;margin-bottom: 20px;}

  .our_booking_btns a.btn_white_v2 { padding: 16px;}
  .priv_stat_box_parent { padding: 20px;}

  .current_oppor_box {width: 100%;margin-right: 0;margin-bottom: 20px; }
  .current_oppor_box:nth-child(3n+3) {margin-right: 0;}
  .current_oppor_section {padding: 40px 0;}
  .current_oppor_box {height: auto !important;}
  .current_oppor_box_title { height: auto !important;}
  .current_oppor_box_sub_title { height: auto !important;}

  .why_work_with_us_box { padding: 20px;}
  /*   .why_work_with_us_btn { text-align: left;} */
  .why_work_with_uslist_box.dis-flex { width: 100%;margin-right: 0;}
  .why_work_with_uslist_box.dis-flex:nth-child(3n+3) { margin-right: 0;}
  .why_work_with_us_top { padding-bottom: 20px;}

  .current_oppor_page_list ul {justify-content: left;padding-bottom: 10px;}
  .current_oppor_filter .select {margin: 0;height: 45px;}
  .current_oppor_title_parent {position: inherit;padding-bottom: 15px;}
  .current_oppor_filter { position: inherit; width: 100%;right: inherit;top: inherit;height: 45px;}
  .current_oppor_title { padding-bottom: 20px;}

  .land_map_img_left_bg { 
    /*     height: 300px; */
    max-width: 100%;}
  .land_map_img_right_cont .land_map_info:last-child {padding-bottom: 0;}

  .port_map_img_left_bg{
    /*     height: 300px; */
    max-width: 100%;}

  .lands_three_col_img { width: 100%;margin-right: 0;}
  .lands_three_col_img:nth-child(3n+3) {margin-right: 0;}
  .lands_three_col_img:last-child { margin-bottom: 0;}
  .lands_three_col_img_section {padding: 40px 0;}

  .location_name { margin: 15px 0 8px 0;}
  .dr_special_box:last-child { margin-bottom: 0;}


  .our_booking_btns_yellow {display: flex; flex-wrap: wrap;flex-direction: column; width: 100%;max-width: 245px;margin: 0 auto;}
  a.btn.btn_yellow_v3.yellow_call_btn {margin-left: 0; margin-top: 20px;}

  /*   .left_vimeo_lp iframe,.left_youtube_lp iframe {height: 265px;} */

  .text-logoinner ul li h4 {padding: 0 50px 0 10px;}
  .skin_counter_title h2 {padding-bottom: 20px;}

  .meet_the_team_section { padding: 20px 0 40px;}

  /*   .skin_counter_box {width: 45%;margin-right: 10%;}
  .skin_counter_box:nth-child(2n+2) {margin-right: 0;}
  .skin_counter_box:nth-child(3n+3) {margin-right: 10%;}
  .skin_counter_box:last-child {margin-right: 0;} */

  .nscc2021-quicksearch {width: 100%;}   
  .nscc2021-quicksearch-data > li a {padding: 15px 45px 15px 15px;}
  i.fa.fa-long-arrow-right.quicksearch {right: 15px;}


}

@media (max-width:600px ) {
  .resources_box {width: 100%;margin-right: 0;margin-bottom: 30px;}
  .resources_img.resources_img_eq {height: auto !important;}
  .resources_img img {width: 50%;}
  .resources_box_title { padding: 10px 0 0 0;}

  .banner_v1_right, .banner_v1_box_img {height: 300px;}


  /*   .skin_counter_box_blue { */
  /*     padding: 20px 10px; */
  /*     max-width: 250px;margin: 0 auto; */
  /*     margin-bottom: 5px; */
  /*   } */
  /*   .skin_counter_box_blue span {font-size: 30px;line-height: 34px;}
  .skin_counter_box_main {padding: 10px;}
  .skin_counter_bg { padding: 20px 0;} */


  .skin_counter_box_main {max-width: 250px;margin: 0 auto;}
  .skin_counter_box_blue {padding: 2px 10px;}
  .skin_counter_box {width: 100%;margin-right: 0;margin-bottom: 10px;}
  .skin_counter_box:last-child {margin-bottom: 0; margin-right: 0;}
  .skin_counter_box_blue {max-width: 150px;margin: 0 auto;}
  .skin_counter_name {padding-top: 5px;}
  .skin_counter_box_main {max-width: 100%;}



}

@media (max-width:480px ) {

  .popup-wrapper .onLoadModal{padding:40px 0;}

  ul.breadcrumb {flex-direction: column;align-items: baseline;}
  ul.breadcrumb li + li:before { display: none;}
  ul.breadcrumb li a:after {color: #383327;content: "/\00a0";margin-left: 5px;font-weight: 700;font-size: 20px;}
  ul.breadcrumb li:last-child a:after {display: none;}
  ul.breadcrumb li {margin-bottom: 5px;}

  .right_p_image_parent_v1 img { width: 100%; }
  .right_p_image_parent_v2 img { width: 100%; }

  .left_CTA_v2 { flex-direction: column;}
  .more_info_btn {padding-left: 0; padding-top: 20px;}

  /*   .land_map_img_right_list {padding-bottom: 30px;} */
  .land_map_img_right_btns {flex-direction: column;}
  .land_map_img_right_btns .btn_blue:first-child { margin-right: 0;margin-bottom: 20px;}

  .land_map_img_left_parent img { width: 100%;}
  .includes_info p,.benefits_info p { margin-bottom: 10px;}

  .port_left_img_parent img { width: 100%;}
  .port_right_cont_btns button.btn_blue {margin-right: 0; margin-bottom: 20px;}
  .port_right_cont_btns { flex-direction: column; max-width: 175px;}
  .port_right_cont_btns .btn_blue:first-child { margin-right: 0;margin-bottom: 20px;}

  .port_map_img_left_parent img { width: 100%;}

  .your_heroes_left_img img {width: 100%;}

  .our_clinics_btns { max-width: 175px; margin: 0 auto; display: flex; flex-wrap: wrap; flex-direction: column;}
  .our_clinics_btns .btn_blue {max-width: 174px;width: 100%;}
  .our_clinics_btns .btn_blue + .btn_blue { margin-top: 8px;}   

  .location_clinics_btns { max-width: 175px; margin: 0 auto; display: flex; flex-wrap: wrap; flex-direction: column;}
  .location_clinics_btns .btn_blue {max-width: 174px;width: 100%;}
  .location_clinics_btns .btn_blue + .btn_blue { margin-top: 8px;} 

  .more_stor_date_auth { flex-direction: column;}
  .more_stor_date { margin-right: 0;}
  .more_stor_author span.for_by:before { display: none;}
  .more_stor_author span.for_by { padding: 0 4px 0 0px;}

  .onLoadModal.popup_modal_1 { padding: 20px;}

  .header_lp_logo { width: 200px;}

  /*   .left_vimeo_lp iframe,.left_youtube_lp iframe {height: 175px;} */

  .text-logowrap .slick-arrow{width:20px; height:20px;}  
  .text-logoinner ul{display:block;}
  .text-logoinner ul li {display:block; margin:10px 0;width:100%;text-align:center;}
  .text-logoinner ul li img{margin:0 auto;max-width:120px !important;min-width:120px !important;}
  .text-logoinner ul li h4{padding: 0 0 8px;}

  .our_clinics_section.our_clinics_new .b-link { padding: 15px 0 10px;}




}

@media (max-width:420px ) {
  .resources_img img {width: 60%;}



}
@media (max-width:375px ) {


  .resources_img img {width: 80%;}
  /*   .left_vimeo_lp iframe,.left_youtube_lp iframe {height: auto;} */

  form #recaptcha,form .captcha {overflow: scroll;}

}


.text-logoinner ul li h4  {font-size:20px;line-height:24px;font-weight:normal}

@media (max-width: 1024px){
  .text-logoinner ul li h4  {
    font-size: 16px;
    line-height: 20px;
  }
}

/* our_clinics_section */

.our_clinics_section.our_clinics_new .our_clinics_box{padding:30px 20px;background: #f3f3f3;text-align:left;}
.our_clinics_section.our_clinics_new .state h6{padding-bottom:18px;font-weight:500}
.our_clinics_section.our_clinics_new .state h6:before{display:none}
.our_clinics_section.our_clinics_new .name{margin-top:0}
.our_clinics_section.our_clinics_new .name h4{font-size:22px;font-weight:500}
.our_clinics_section.our_clinics_new .b-link{padding:30px 0 10px}
/* .our_clinics_section.our_clinics_new .b-link p {margin-bottom: 10px;} */
.our_clinics_section.our_clinics_new .b-link a{font-weight:500;text-decoration:underline}
.our_clinics_section.our_clinics_new .b-link a:hover{text-decoration:none}
.our_clinics_section.our_clinics_new .our_clinics_btns .btn_blue{padding:14px 2px}
.our_clinics_section.our_clinics_new .name h4 span{display: block;font-size: 16px;color:#1e2023;font-weight:normal;line-height: 20px;}

@media (min-width:1201px){
  .our_clinics_section.our_clinics_new .our_clinics_box{width:31.3%;margin-right:3%}
  .our_clinics_section.our_clinics_new .our_clinics_box:nth-child(3n+3){margin-right:0}
}
@media (min-width:1024px){.our_clinics_section.our_clinics_new .add p{font-size:22px;line-height:24px}}
@media (max-width:1024px){.our_clinics_section.our_clinics_new .name h4 span{font-size:14px;line-height:18px}}
@media (max-width:480px){
  .our_clinics_section.our_clinics_new .our_clinics_box{text-align:center}
}


/* New Pop up Form Sep 2021 */

.popup_forms{max-width:1000px; margin:0 auto;position:relative;}
.popup_forms .dis-flex{display:flex; flex-wrap:wrap;align-items:flex-start;}
.dis-flex.center_section{align-items:center;}
.pops_left{width:30%;}
.pops_right{width:70%;}
.detail_text{text-align:center;}
.pops_right h2{text-align:center;color:#003459; margin:0}
.pops_left_inner {text-align:right; position:relative;}
.leave_text { width: 150px; height: 150px; position: absolute; top: -20px; left: 0; background: rgb(0, 52, 89,0.6); display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-family: 'Montserrat',sans-serif; font-weight: 600; }
.pops_left_inner img { border-radius: 50%; max-width: 260px !important;    min-height: 250px !important; }
.forms_inner{background:#fff; padding:40px; border-radius:20px;   border: 2px solid #CCC;}
.forms_inner input { border-radius: 50px; background: #f6f6f6; font-size: 14px; padding: 15px 20px !important; border: none; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.forms_inner input[type="submit"]{margin-top:15px; background-color:#003459; color:#fff; border:1px solid #003459;font-family: 'Montserrat', sans-serif; font-weight: 600;}
.forms_inner input[type="submit"]:hover{background-color:#fff; color:#003459;}
.forms_inner .select {width:100%; max-width:100%; float:none; margin:0 0 20px;border-radius: 50px;font-size: 14px; }
.forms_inner .select .select-styled { min-height: auto; border-radius: 50px;background-color:#f6f6f6; padding: 10px 20px; color: #6f6e6e; font-family: 'Montserrat',sans-serif; font-weight: 600; }
.fields_group .mc-field-group{width:48%; margin-right:4%;margin-bottom: 15px;}
.fields_group .mc-field-group:nth-child(2n){margin-right:0%;}
.pops_right #mc_embed_signup div.mce_inline_error{margin: 0; padding: 5px 0 0 20px; background-color: transparent; font-weight: bold; z-index: 1; color: #6B0505; font-size: 12px;}
.forms_inner input:focus { outline: 0; }
.popup_forms .mfp-close{ color: #333; right: -36px; background: #fff; border-radius: 50px; font-size: 32px; opacity: 1; width: 35px; height: 35px; line-height: 0; }
.leave_text{padding:0 10px}
.leave_text h4{ font-weight: 600; color:#fff;}
.fields_group { margin: 30px 0 0; }
.form_off.off {display: none;}
.nsc-success .dis-flex.fields_group,.nsc-success .mc-field-group,.nsc-success #mc-embedded-subscribe {display: none;}


/* sep update */
.pops_left.new_up_left .pops_left_inner .leave_text h4 { font-family: 'Montserrat',arial,sans-serif;text-align: left; font-size: 18px;line-height: 1.1;margin-top: 10px; margin-bottom: 10px;}
.pops_right.new_up_right h2 {font-size: 30px;padding: 20px 0px;font-weight: 400;font-family: 'Montserrat',arial,sans-serif;}

.forms_inner form textarea,
.forms_inner form input[type="text"],
.forms_inner form input[type="password"],
.forms_inner form input[type="datetime"],
.forms_inner form input[type="datetime-local"],
.forms_inner form input[type="date"],
.forms_inner form input[type="month"],
.forms_inner form input[type="time"],
.forms_inner form input[type="week"],
.forms_inner form input[type="number"],
.forms_inner form input[type="email"],
.forms_inner form input[type="url"],
.forms_inner form input[type="search"],
.forms_inner form input[type="tel"],
.forms_inner form input[type="color"],
.forms_inner form select {
  border-radius: 50px;
  background: #f6f6f6;
  font-size: 14px;
  padding: 15px 20px !important;
  border: 0;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
}
.forms_inner input[type="submit"] {
  border-radius: 50px;
  margin-top: 15px;
  background-color: #003459;
  color: #fff;
  border: 1px solid #003459;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
}

.forms_inner input {
  border-radius: 50px;
  background: #f6f6f6;
  font-size: 14px;
  padding: 15px 20px !important;
  border: 0;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
}


@media(max-width:1100px){
  .popup_forms .mfp-close{right:0; top:-40px;}
  .popup_forms{padding:0 15px}
}

@media(max-width:1024px){
  .pops_left_inner img {max-width: 200px !important;    min-height: 200px !important;}  
  .leave_text { padding: 0 10px; width: 120px; height: 120px; left: 50px; }
  .leave_text h4{text-align:center;}
}
@media(max-width:767px){
  .pops_left_inner{display:none;}  
  .pops_right{width:100%;}
  .forms_inner {padding: 25px 20px 20px}
  .fields_group { margin:20px 0 0; }
  .pops_right h2{margin:0 0 15px}
  .pops_right.new_up_right h2 { margin: 0;padding: 10px 0;}
}
@media(max-width:640px){
  .fields_group .mc-field-group{width:100%; margin-right:0%;}
}