@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@-ms-viewport {
  width: auto;
  overflow-y: visible;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 18px;
  color: #363f48;
  background-color: #ffffff;
  min-width: 320px;
  margin-top: 0px;
  margin-bottom: 0;
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body.modal-open .mm-slideout {
    z-index: auto;
  }
}
a {
  outline: 0 !important;
  text-decoration: none !important;
  color: #0066ca;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #2d427f;
}
a:focus {
  color: #0066ca;
}
::selection {
  background: #363f48;
  color: #ffffff;
}
::-moz-selection {
  background: #363f48;
  color: #ffffff;
}
.back-to-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 1.7em;
  right: 95px;
  text-decoration: none;
  opacity: 0.8;
  padding-top: 0.4rem;
  text-align: center;
  overflow: hidden;
  outline: none !important;
  z-index: 999;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  font-size: 20px;
  display: none;
}
.back-to-top:hover {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.back-to-top:focus {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.htitle {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.htitle {
  font-size: 36px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
.subpage h2 {
  font-size: 30px;
  color: #2d427f;
  text-transform: none;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.htitle span {
  font-weight: 700;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 30px;
}
ul li,
ol li {
  padding-bottom: 10px;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}
.btn {
  outline: 0 !important;
  font-size: 18px;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding: 13px 20px;
  height: 54px;
  min-width: 240px;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
input,
textarea,
select,
a {
  outline: none !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
button:focus {
  outline: none !important;
}
.caret {
  margin-left: 5px !important;
}
.btn .caret {
  margin-left: 5px !important;
}
.btn:hover,
.btn:focus {
  text-decoration: none !important;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control {
  font-size: 12px;
  color: #363f48;
  background-color: #fff;
  border-color: #222222;
  border-radius: 0;
  height: 40px;
}
.form-control:focus {
  color: #363f48;
  background-color: #fff;
  border-color: #222222;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
textarea {
  height: auto !important;
}
.form-check-input {
  margin-top: 5px;
}
.input-group-text {
  background-color: #263b86;
  border-color: #222222;
  padding: 0;
  border-radius: 0 !important;
}
.modal-title {
  font-size: 18px;
}
.modal .form-control {
  height: 40px;
}
.modal .btn {
  display: block;
  float: none;
  width: 100%;
  background-color: #263b86;
  border-color: #263b86;
}
.modal .btn:hover {
  background-color: #222222;
  border-color: #222222;
}
.modal .form-check-label {
  font-size: 16px;
}
.btn1 {
  background-color: #0066ca;
  border-color: #0066ca;
  color: #fff;
}
.btn1:hover,
.btn1:focus {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.btn2 {
  background-color: #363f48;
  border-color: #363f48;
  color: #ffff;
}
.btn2:hover,
.btn2:focus {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.active {
  color: #2d427f;
}
.social-icons a {
  display: inline-block;
  margin-right: 5px;
}
/*.test:before { font-family: 'Font Awesome 5 Free'; content: "\f110"; font-weight: 900;}*/
/*Swiper CSS Start*/
.swiper-pagination-bullet {
  background: #363f48;
  opacity: 1;
  width: 30px;
  height: 6px;
  border-radius: 0;
  outline: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #0066ca;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  outline: 0 !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
/*Swiper CSS End*/
/*Hamburger Menu Start*/
.hamburger {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-top: -4px;
  vertical-align: middle;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*Hamburger Menu End*/
.vmiddle-box {
  display: table;
  width: 100%;
  height: 100%;
}
.vmiddle-inner-box {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.angle-box:before,
.angle-box:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.angle-box:before {
  border-right: 50rem solid transparent;
  left: 0;
  right: auto;
}
.angle-box:after {
  border-left: 50rem solid transparent;
  left: auto;
  right: 0;
}
.modal-content {
  border-radius: 0;
}
.modal-form-popup .btn {
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.social-icons {
  font-size: 22px;
}
.fa-google-plus-g {
  font-size: 24px;
  margin-top: -2px;
}
.form-check {
  font-size: 16px;
  font-weight: 300;
}
.main-menu-links li {
  padding-bottom: 0;
}
.logo img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.header {
  color: #263b86;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.header a {
  color: #263b86;
}
.header a:hover {
  color: #0066ca;
}
.header .fas {
  font-size: 22px;
  vertical-align: middle;
  margin-top: -3px;
  line-height: 10px;
  margin-right: 10px;
}
.header .logo {
  margin-bottom: 20px;
}
.header-addr-box {
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid #7b83a1;
  padding-right: 10px;
  margin-right: 5px;
  display: inline-block;
  line-height: 14px;
}
.header-addr-box a {
  border-right: 1px solid #7b83a1;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 14px;
}
.header-addr-box p {
  margin-bottom: 0;
}
.header .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.header .social-icons a:last-child {
  margin-right: 0;
}
/*.fa-google-plus-g{ font-size:22px; margin-top:-2px;}*/
.header-bottom-box {
  position: relative;
}
.header-bottom-box:before {
  content: "";
  border-bottom: 1px solid #cccbc9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15px;
}
.header-bottom-box-main {
  background-color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.header-heading-fb {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*.header-heading-fb-left-box{ position: relative;}

.header-heading-fb-left-box:before{ content:""; width:60%; height: 165px; background-color:#f0f0f0; position:absolute;}*/
.header-heading-box {
  background-color: #f0f0f0;
  color: #222222;
  margin-bottom: 0;
  position: relative;
  padding: 80px 50px;
  max-width: 90%;
}
.header-heading-fb .htitle {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: -20rem;
  letter-spacing: 1px;
  max-width: 75%!important;
}
.header-heading-fb .htitle span {
  font-weight: 600;
}
.newsletter-box {
  color: #fff;
  background-color: #363f48;
  background-image: url("/images/logo2.png");
  background-position: right top;
  background-repeat: no-repeat;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  bottom: -45px;
  margin-right: 15px;
}
.newsletter-box p {
  font-weight: 300;
  text-align: right;
}
.newsletter-box .btn {
  font-size: 14px;
  background-color: #2d427f;
  border-color: #2d427f;
  min-width: 60px;
  padding: 8px 15px;
  height: 40px;
  display: block;
}
.newsletter-box .btn:hover {
  background-color: #222222;
  border-color: #222222;
}
.banner {
}

.banner-home {
  height: 530px;
  
  background-image: url("/images/SWP-Lobby-92021.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
}
.section-fb {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.section-fb img {
  max-width: 100%;
}
.section-dr-fb {
  padding-top: 100px;
  padding-bottom: 0;
  margin-top: -100px;
  background-repeat: no-repeat;
  background-position: center 100px;
  background-image: -ms-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(241, 244, 244, 1)),
    color-stop(100, rgba(244, 247, 247, 1))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
}
.section-dr-fb .section-fb-left-box {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.section-dr-fb .htitle {
  font-size: 32px;
  color: #595957;
}
.section-dr-fb p {
  line-height: 32px;
}
.section-dr-fb .section-fb-right-box img {
  max-width: none;
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 800px;
  left: 0px;
}
.section-dr-fb .img-dr1 {
  left: 0;
}
.section-dr-fb .img-dr2 {
  right: -8rem;
}
.section-dr-fb .btn {
  margin-right: 10px;
}
.section-dr-fb .btn:last-child {
  margin-right: 0;
}
.section-dr-fb .section-fb-right-box .img-dr1 {
  z-index: 1;
}
.section-ass-logos-fb {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.section-ass-logos-fb img {
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: middle;
}
.section-fb-procedures {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.section-fb-procedures .container {
  max-width: 100%;
}
.section-fb-procedures .card-box {
  height: 320px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.section-fb-procedures .card-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-fb-procedures .card-box1 {
  background-image: url("/images/img1.jpg");
}
.section-fb-procedures .card-box2 {
  background-image: url("/images/img2.jpg");
}
.section-fb-procedures .card-box3 {
  background-image: url("/images/img3.jpg");
}
.section-fb-procedures .vmiddle-box {
  position: relative;
}
.section-fb-procedures h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-fb-procedures .card-box:hover:before {
  border: 15px solid rgba(0, 0, 0, 0.2);
}
.section-fb-testimonials {
  font-weight: 300;
}
.section-fb-testimonials h3 {
  font-weight: 300;
}
.section-fb-specials {
  background-color: #f8f8f8;
}
.section-fb-specials .section-fb-left-box {
  text-align: center;
}
.section-fb-specials .section-fb-left-box .section-btn-box {
  position: relative;
}
.section-fb-specials .section-fb-left-box .btn-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.section-fb-specials .section-fb-left-box .btn-box .btn {
  min-width: 160px;
  display: block;
}
.section-fb-specials .vmiddle-box {
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-fb-specials p {
  margin-bottom: 0;
}
.section-fb-testimonials-main {
  text-align: center;
}
.section-fb-testimonials-main img {
  margin-bottom: 30px;
}
.section-fb-testimonials-main p {
  font-style: italic;
}
.section-fb-testimonials-main .quote-box {
  background-image: url("/images/quote-arrow1.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 70px; /*font-weight:400;*/
}
.section-fb-testimonials-main .quote-box:hover {
  color: #0066ca;
  background-image: url("/images/quote-arrow2.png");
  cursor: pointer;
}
.section-fb-testimonials-main .quote-box a {
  color: #363f48;
}
.section-fb-testimonials-main .quote-box:hover a {
  color: #0066ca;
}
.section-fb-testimonials:before,
.section-fb-testimonials:after {
  border-bottom-color: #434343;
}
.swiper-container-specials-fb .swiper-pagination-bullets {
  bottom: 20px;
  text-align: right;
  padding-right: 30px;
}
.section-fb-pg {
  font-weight: 300;
  color: #fff;
  background-color: #434343;
  text-align: center;
  padding-bottom: 120px;
}
.section-fb-pg .htitle {
  font-weight: 300;
}
.section-fb-pg .section-fb-left-box,
.section-fb-pg .section-fb-right-box {
  padding-left: 0;
  padding-right: 0;
}
.section-fb-pg a {
  color: #fff;
}
.section-fb-pg h3 {
  font-weight: 300;
  margin-bottom: 0;
}
.section-fb-pg .vmiddle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-fb-pg .card-box {
  position: relative;
  float: left;
  height: 50%;
}
.section-fb-pg .card-box:hover .vmiddle-box {
  border: 15px solid rgba(0, 0, 0, 0.2);
}
.section-fb-pg img {
  border: 1px solid #fff;
  border-radius: 2px;
  margin: 0.5px;
}
.section-fb-pg .section-fb-left-box .card-box {
  float: right;
  height: 100%;
}
.section-fb1 {
  font-weight: 300;
}
.section-fb1 .htitle {
  font-weight: 300;
  color: #0066ca;
}
.section-fb1 ul {
  padding-left: 20px;
}
.section-fb1 ul li {
  position: relative;
  padding-left: 15px;
}
.section-fb1 ul li:before {
  content: "\203A";
  font-size: 30px;
  color: #0066ca;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 10px;
}
.section-fb1 .section-fb-right-box {
  text-align: center;
}
.section-fb1 .section-fb-right-box .vmiddle-box {
  position: absolute;
  top: 0;
}
.section-fb1 .card-box {
  color: #fff;
  width: 255px;
  height: 255px;
  position: relative;
  display: block;
  margin: 0 auto 40px;
}
.section-fb1 .card-box img {
  border-radius: 100%;
  border: 3px solid #cccccc;
}
.section-fb1 .card-box h3 {
  font-weight: 300;
  margin-bottom: 0;
  text-transform: none;
  display: none;
}
.section-fb1 .card-box:hover .vmiddle-box {
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-fb1 .card-box:hover h3 {
  display: block;
}
.section-fb1 .card-box3,
.section-fb1 .card-box4 {
  margin-bottom: 0;
}
.section-fb1 li a {
  color: #363f48;
}
.section-fb1 li a:hover {
  color: #0066ca;
}
.section-fb-providers {
  background-color: #f8f8f8;
}
.section-fb-providers .htitle {
  color: #222222;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.section-fb-providers .section-fb-main-box {
}
.section-fb-providers .section-fb-box-main {
  height: 400px;
  border: 1px solid #000;
  overflow: hidden;
  padding: 0;
}
.section-fb-providers .section-fb-content-box {
  border-right: 1px solid #000;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #000;
}
.section-fb-providers img {
  max-width: none;
  display: block;
  margin-left: -20px;
}
.section-fb-providers .section-fb-content-lbox {
  border: none;
}
.section-fb-providers .vmiddle-box {
  background-color: #fff;
  padding: 30px;
  position: absolute;
  top: 0;
  height: 400px;
}
.section-fb-providers .vmiddle-box h4 {
  font-size: 18px;
  letter-spacing: 2px;
}
.section-fb-providers .vmiddle-box p {
  font-size: 14px;
  font-weight: 300;
}
.section-fb-providers .vmiddle-box p:last-child {
  margin-bottom: 0;
}
.section-fb-providers .vmiddle-box .btn {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  min-width: 90px;
  display: block;
}
.section-fb-providers .section-dr-img-fb-box:hover:before,
.section-fb-providers .active:before {
  content: "";
  border: 15px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section-fb-providers .section-fb-content-box .section-fb-content-txt-box {
  display: none;
}
.section-fb-providers
  .section-fb-content-box:hover
  .section-fb-content-txt-box {
  display: block;
}
.section-fb-providers .section-fb-box {
  position: relative;
}
/*.section-fb-providers .section-fb-content-active-box{ display:block !important;}*/
.swiper-container-providers-fb .swiper-button-next,
.swiper-container-providers-fb .swiper-button-prev {
  width: 54px;
  height: 94px;
  background-size: 54px 94px;
  margin-top: -40px;
}
.swiper-container-providers-fb .swiper-button-prev,
.swiper-container-providers-fb .swiper-container-rtl .swiper-button-next {
  background-image: url("/images/arrow-left.png");
}
.swiper-container-providers-fb .swiper-button-next,
.swiper-container-providers-fb .swiper-container-rtl .swiper-button-prev {
  background-image: url("/images/arrow-right.png");
}
.section-fb-providers .swiper-button-next,
.section-fb-providers .swiper-button-prev {
  width: 54px;
  height: 94px;
  background-size: 54px 94px;
  margin-top: 0;
}
.section-fb-providers .swiper-button-prev,
.section-fb-providers .swiper-container-rtl .swiper-button-next {
  background-image: url("/images/arrow-left.png");
}
.section-fb-providers .swiper-button-next,
.section-fb-providers .swiper-container-rtl .swiper-button-prev {
  background-image: url("/images/arrow-right.png");
}
.section-social-fb {
  text-align: center;
  font-weight: 300;
  color: #8d8b8d;
}
.section-social-fb .htitle {
  color: #222222;
}
.section-social-fb-main {
  height: 360px;
  background-image: url("/images/img9.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-fb-contact {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-fb-contact-main {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-fb-contact .social-fb-box {
  color: #fff;
  background-color: #81c1e1;
  border: 15px solid #f8f8f8;
  padding: 15px 30px;
}
.section-fb-contact .social-fb-box h2 {
  font-weight: 300;
  letter-spacing: 5px;
}
.section-fb-contact .social-fb-box h2 span {
  display: block;
}
.section-fb-contact .social-fb-box .social-icons {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.section-fb-contact .social-fb-box .social-icons a {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 2px;
}
.section-fb-contact .social-fb-box .social-icons a .fab {
  vertical-align: middle;
}
.section-fb-contact .social-fb-box .social-icons a:hover {
  background-color: #222222;
  border-color: #222222;
}
.section-fb-contact .form-check .form-check-label {
  color: #000;
  margin-right: 30px;
}
.section-fb-contact .form-check .form-check-label:last-child {
  margin-right: 0;
}
.section-fb-contact .btn {
  font-size: 14px;
  height: 40px;
  background-color: #263b86;
  border-color: #263b86;
  min-width: 60px;
  width: 100%;
  padding: 9px 15px;
}
.section-fb-contact .btn:hover {
  background-color: #222222;
  border-color: #222222;
}
.footer-top {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  background-color: #444444;
  text-align: center;
  line-height: normal;
}
.footer-top a {
  color: #fff;
  display: inline-block;
  padding: 20px 20px;
}
.footer-top a:hover {
  background-color: #222222;
}
.footer {
  font-size: 12px;
  color: #373737;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer p {
  margin-bottom: 15px;
}
.footer img {
  max-width: 100%;
}
.footer .btn {
  color: #fff !important;
  font-weight: 600;
  padding-right: 20px !important;
}
.footer a {
  color: #0b243b;
}
.footer a:hover {
  color: #0066ca;
}
.faddr-box p {
  margin-bottom: 20px;
}
.footer-right-box {
  text-align: right;
}
.flinks {
  margin-bottom: 20px;
  line-height: 12px;
}
.flinks a {
  color: #363f48;
  font-weight: 700;
  border-right: 1px solid #998fb0;
  padding-right: 10px;
  margin-right: 5px;
  display: inline-block;
}
.flinks a:hover {
  color: #0066ca;
}
.footer .social-icons {
  margin-bottom: 15px;
}
.footer .social-icons a {
  margin-right: 10px;
}
.ftxt-box {
  text-align: center;
}
.footer a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.footer .logo {
  margin-bottom: 15px;
}
.flogo-social-icons {
  text-align: center;
}
.faddr-box strong {
  font-weight: 600;
}
.faddr-box .copyright-box {
  font-weight: 700;
  color: #0b243b;
}
.footer .metamed a {
  font-weight: 600;
  border-bottom: 1px solid;
}
.footer .btn-box {
  margin-bottom: 30px;
}
.banner-subpage .banner-center-box {
  position: relative;
}
.banner-subpage .banner-center-box img {
  position: absolute;
  right: 0;
}
.banner-subpage .group-short-bnnr-image img {
  position: absolute;
  right: 0;
  top: 50px;
}
.subpage {
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumb {
  font-size: 12px;
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #3a3042;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb a:hover {
  color: #0066ca;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  color: #666666;
  padding-right: 0;
}
.breadcrumb-item.active {
  color: #000000;
}
.breadcrumb li {
  border-right: 1px solid #666666;
  padding-right: 5px;
  padding-bottom: 0;
}
.breadcrumb li:last-child {
  border: none;
}
.subpage-content h1 {
  color: #222222;
  font-weight: 300;
  margin-right: -35%;
  letter-spacing: 3px;
}
.subpage-content .header-heading-box h1{
  max-width: 75%;
}
.subpage-content h1 span {
  font-weight: 600;
}
.subpage-content .header-heading-box {
  padding: 30px;
  margin-bottom: 30px;
}
#social-set-container {
  margin-bottom: 0 !important;
}
.subpage-dr-fb {
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: center 50px;
  background-image: -ms-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(241, 244, 244, 1)),
    color-stop(100, rgba(244, 247, 247, 1))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(241, 244, 244, 1) 0%,
    rgba(244, 247, 247, 1) 100%
  );
}
.subpage-dr-fb .section-fb-left-box {
  position: relative;
  z-index: 2;
}
.subpage-dr-fb h3 {
  font-size: 22px;
  color: #595957;
}
.subpage-dr-fb .section-fb-right-box img {
  max-width: none;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.subpage-dr-fb .img-dr1 {
  left: -6rem;
}
.subpage-dr-fb .img-dr2 {
  right: -1rem;
}
.subpage-dr-fb .btn {
  min-width: 260px;
  margin-bottom: 10px;
}
.subpage-dr-fb .btn:last-child {
  margin-bottom: 0;
}
.subpage-dr-fb .section-fb-right-box .img-dr1 {
  z-index: 1;
  max-width: 190px;
}
.subpage-dr-fb .section-fb-right-box .img-dr2 {
  max-width: 260px;
}
.subpage-dr-fb .vmiddle-box {
  padding: 30px 15px;
}
.subpage-dr-fb .logos-box {
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.subpage-dr-fb .logos-box img {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.subpage-specials-fb {
  min-height: 360px;
  background-image: url("/images/img10.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.subpage-specials-fb ul {
  margin-bottom: 0;
}
.subpage-specials-fb ul li {
  position: relative;
  padding-left: 30px;
}
.subpage-specials-fb ul li:before {
  content: "\2014";
  position: absolute;
  left: 0;
}
.subpage-specials-fb .vmiddle-box {
  background-color: #e7e9eb;
  padding: 20px;
}
.subpage-cta-fb {
  font-size: 18px;
  background-color: #f0f0f0;
  padding: 30px 15px;
  border-left: 10px solid #2d427f;
  margin-bottom: 30px;
}
.subpage-cta-fb img {
  vertical-align: middle;
}
.subpage-cta-fb .section-fb-left-box {
  border-right: 1px solid #dedede;
}
.subpage-cta-fb .section-fb-right-box {
  padding-top: 15px;
  padding-bottom: 15px;
}
.subpage-cta-fb p {
  margin-bottom: 0;
}
figure figcaption {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
figure img {
  max-width: 100%;
  margin: 0 auto 10px;
  display: block;
}
.img-left {
  float: left;
  margin-right: 15px;
}
.img-right {
  float: right;
  margin-left: 15px;
}
.img-center {
  text-align: center;
  margin-bottom: 30px;
}
.embed-responsive {
  text-align: center;
  margin-bottom: 30px;
}
.sidebar {
  margin-top: 240px;
  border-left: 1px solid #d2d2d2;
  padding-left: 0;
}
.sidebar-fb {
  margin-bottom: 50px;
}
.sidebar img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.sidebar-fb-links {
}
.sidebar-fb-links h3 {
  padding-left: 30px;
}
.sidebar-fb-links h3,
.sidebar-fb-links h3 a {
  color: #0b243b;
  background: #f0f0f0a8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-fb-links a {
  color: #363f48;
  display: block;
  padding: 10px 30px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.sidebar-fb-links a:hover {
  color: #2d427f;
}
.sidebar-fb-links a:last-child {
  border: none;
}
.sidebar-fb-links .sub-link {
  padding-left: 40px;
}
.sidebar-fb-links .sub-link:before {
  font-size: 24px;
  line-height: normal;
  top: 5px;
  margin-left: 5px;
}
.sidebar-fb-links a:hover:before {
  content: "\203A";
  font-size: 30px;
  color: #2d427f;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 10px;
}
.sidebar-fb-links .sub-link:hover:before {
  left: 20px;
}
.sidebar-fb-testimonials {
  min-height: 300px;
  background-color: #f0f0f0;
  padding: 25px;
  text-align: center;
}
.sidebar-fb-testimonials h3 {
  font-weight: 300;
  margin-bottom: 15px;
}
.sidebar-fb-testimonials img {
  margin-bottom: 15px;
}
.sidebar-fb-testimonials p {
  margin-bottom: 0;
}
.sidebar-fb-pg {
  text-align: center;
}
.sidebar-fb-pg .vmiddle-box {
  height: 242px;
  position: absolute;
  top: 0;
}
.sidebar-fb-pg .card-box {
  position: relative;
  display: block;
  margin: 0 auto;
}
/*.sidebar-fb-pg .card-box:hover .vmiddle-box{ border:15px solid rgba(0,0,0,0.20);}*/
.sidebar-fb-pg h2 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
.sidebar-fb-pg a {
  color: #fff;
}
.sidebar-fb-pg .btn-box {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.sidebar-fb-specials .section-fb-specials {
  background-color: #f0f0f0;
  padding: 25px 25px 60px 25px;
}
.sidebar-fb-specials h3 {
  /*font-size:26px;*/
  font-weight: 300;
}
.sidebar-fb-specials .section-fb-img-box {
  max-width: 100%;
}
.sidebar-fb-specials .section-fb-specials .section-fb-left-box .btn-box {
  position: relative;
  margin-bottom: 0;
  margin-top: -30px;
}
.sidebar-fb-specials .section-fb-img-thumbnail-box {
  height: 200px;
  overflow: hidden;
}
.sidebar-fb-specials img {
  margin-top: -3rem;
}
.swiper-container-sidebar-specials-fb .swiper-pagination-bullets {
  bottom: 20px;
}
.subpage-fb-footer .section-fb-pg {
  padding-bottom: 40px;
}
.subpage-fb-footer .section-fb-pg:before,
.subpage-fb-footer .section-fb-pg::after {
  display: none;
}
.subpage-fb-footer .section-fb-testimonials {
  padding-top: 0;
}
.subpage-fb-newsletter {
  background-color: #363f48;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url("/images/logo2.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.subpage-fb-newsletter .htitle {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  text-transform: none;
  line-height: 50px;
}
.subpage-fb-newsletter .section-fb-left-box {
  text-align: center;
}
.subpage-fb-newsletter .section-fb-right-box {
  padding-left: 0;
}
/*accordion start*/
.accordion {
  margin-bottom: 30px;
}
.accordion .card-header {
  background-color: transparent;
  padding: 10px;
}
.accordion .card-header .btn {
  height: 30px;
  padding: 0;
  width: 100%;
  text-align: left;
  color: #363f48;
  font-size: 14px;
}
.accordion .card-header .btn:hover {
  color: #0066ca;
}
.accordion .card-header .fas {
  float: right;
}
/*accordion end*/
.swiper-container-subpage-skin {
  margin-bottom: 40px;
}
.swiper-container-subpage-skin img {
  margin: 0 auto;
  display: block;
}
.embed-responsive {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1900px) {
  .angle-box:before {
    border-right-width: 70rem;
  }
  .angle-box:after {
    border-left-width: 70rem;
  }
}
@media (min-width: 1600px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .menu-bar {
    display: none;
  }
  #mm-menu {
    display: none !important;
  }
  .main-menu {
    background-color: #434343;
  }
  #menu {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;
  }
  .main-menu-links {
    margin-bottom: 0;
  }
  .main-menu-links .hrmpad {
    padding-right: 7.5px;
  }
  .main-menu-links .hlmpad {
    padding-left: 7.5px;
  }
  .main-menu-links > li {
    display: inline-block;
  }
  .main-menu-links > li > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 15px 13px;
    letter-spacing: 0.5px;
    position: relative;
  }
  .main-menu-links > li > a:hover {
    color: #fff;
  }
  .main-menu-links > li > a .dnone {
    display: none;
  }
  .main-menu-links > li > a:hover:after {
    content: "";
    background-image: url("/images/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -10px;
  }
  /*.main-menu-links>.menu-home>a{font-size: 16px; color:#ba853e;}*/
  .mmenu-dropdown-box {
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 1;
    background-color: #222222;
    box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.3);
    padding: 15px;
    z-index: 9;
    text-align: left;
  }
  .mmenu-dropdown-box-providers {
    min-width: 250px;
  }
  /*.main-menu-links>.mmenu-dropdown>a{ position:relative;}

.main-menu-links>.mmenu-dropdown>a:hover:after{ content:""; background-image:url('/images/down-arrow.svg'); background-repeat:no-repeat; background-size:14px; width: 14px; height: 14px; position: absolute; left:50%; bottom: 5px; margin-left: -10px;}*/
  .main-menu-links > .mmenu-dropdown > a:after {
  }
  .main-menu-links > li {
    position: relative;
  }
  .main-menu-links > li:hover .mmenu-dropdown-box {
    display: block;
  }
  .mmenu-dropdown-box {
    font-size: 16px;
    font-weight: 300;
  }
  .mmenu-dropdown-box a {
    display: block;
    padding: 6px 15px;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
  }
  .mmenu-dropdown-box a:hover {
    color: #0066ca;
  }
  .mmenu-mega-dropdown-box {
    min-width: 970px;
    padding-left: 0;
    padding-right: 0;
  }
  .mmenu-mega-dropdown-box-ct {
    margin-left: -400px;
  }
  .mmenu-mega-dropdown-box > li {
    width: 33%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mmenu-mega-dropdown-box .hrpad {
    padding-right: 7.5px;
  }
  .mmenu-mega-dropdown-box .hlpad {
    padding-left: 7.5px;
  }
  .mmenu-mega-dropdown-box .mtheadf-txt {
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .mmenu-mega-dropdown-box .mthead > a {
    cursor: default;
    color: #fff;
  }
  .mmenu-mega-dropdown-box .mthead > a:hover,
  .mmenu-mega-dropdown-box .mthead > a:focus {
    background-color: transparent;
  }
  .menu-mdsm {
    display: none !important;
  }
  .sub-menu-link a {
    padding-left: 30px;
  }

  .footer .btn-box {
    display: none;
  }
  .subpage-fb-footer {
    display: none;
  }
  .subpage-content {
    padding-right: 30px;
  }
  .sidebar-fb-links-sitemap {
    margin-top: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-fb-providers .vmiddle-box {
    height: 277px;
  }
  .section-fb-providers img {
    max-width: none;
    display: block;
    margin-left: auto;
    width: 100%;
    height: 385px;
  }
  .section-fb-providers .section-fb-box-main {
    height: auto;
  }
  .section-fb-providers p {
    display: none;
  }
  .main-menu-links > li > a {
    font-size: 16px;
  }
  .mmenu-mega-dropdown-box {
    min-width: 940px;
  }
  .mmenu-mega-dropdown-box-ct {
    margin-left: -430px;
  }
  .header-heading-fb .htitle {
    font-size: 30px;
    margin-right: -15rem;
  }
  .banner-home,
  .banner-home-test {
    height: 430px;
  }

  .section-dr-fb {
    padding-top: 115px;
  }
  .section-dr-fb .htitle {
    font-size: 26px;
  }
  .section-dr-fb .btn-box {
    margin-right: -5rem;
  }
  .section-ass-logos-fb img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-fb-specials .section-fb-left-box .btn-box .btn {
    min-width: 160px;
    display: block;
  }
  .section-fb-testimonials {
    padding-bottom: 100px;
  }
  .section-fb-testimonials h3 {
    font-size: 20px;
  }
  .section-fb-specials p {
    font-size: 14px;
  }
  .section-fb-pg {
    padding-top: 30px;
  }
  .section-fb-pg .section-fb-left-box .card-box {
    max-width: 96%;
  }
  /*.section-dr-fb .section-fb-right-box img {
    max-width: none;
    display: block;
    position: absolute;
    bottom: 0;
    width: 495px;
    vertical-align: middle;
    text-align: center;
    height: 96%;
}*/
  .section-fb-pg .section-fb-right-box .card-box {
    max-width: 48.5%;
  }
  .section-fb-pg h3 {
    font-size: 20px;
  }
  .section-fb1 {
    padding-top: 30px;
  }
  .section-fb1 .card-box {
    width: 210px;
    height: 210px;
  }
  .section-fb-contact .form-check {
    font-size: 14px;
  }
  .metamed a {
    display: block;
  }
  .subpage-dr-fb {
  }
  .subpage-dr-fb .img-dr2 {
    right: -2rem;
  }
  .subpage-dr-fb .img-dr1 {
    left: -5rem;
  }
  .subpage-dr-fb h3 {
    font-size: 16px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-aad {
    max-width: 65px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-asds {
    max-width: 130px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-acms {
    max-width: 160px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-aslms {
    max-width: 110px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-bn {
    max-width: 65px;
  }
  .section-fb-providers .swiper-button-prev,
  .section-fb-providers .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .section-fb-providers .swiper-button-next,
  .section-fb-providers .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .sidebar-fb-pg .vmiddle-box {
    height: 202px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .menu-bar {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #434343;
    text-align: center;
  }
  .menu-bar .container {
    max-width: 100%;
  }
  .menu-bar a {
    color: #fff;
    padding: 15px;
  }
  .menu-bar a:hover,
  .menu-bar a:focus {
    color: #fff;
    background-color: #222222;
  }
  .menu-bar .fas {
    font-size: 26px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .menu-bar a:hover .hamburger-inner,
  .menu-bar a:hover .hamburger-inner::before,
  .menu-bar a:hover .hamburger-inner::after {
    background-color: #fff;
  }
  .menu-bar a:focus .hamburger-inner,
  .menu-bar a:focus .hamburger-inner::before,
  .menu-bar a:focus .hamburger-inner::after {
    background-color: #fff;
  }
  #menu {
    display: none !important;
  }
  .mm-menu {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mm-navbars_top .mm-navbar {
    height: auto;
  }
  .mm-navbar {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mm-navbars_top .mm-navbar img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .mm-menu {
    --mm-color-background: #222222;
    --mm-color-text: #ffffff;
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.5);
    --mm-color-button: rgba(255, 255, 255, 1);
    --mm-color-background-highlight: rgba(255, 255, 255, 0.05);
  }
  .mm-navbars_bottom a {
    font-size: 22px;
    color: #ffffff !important;
  }
  .mm-navbars_bottom a:hover {
    color: #0066ca !important;
  }
  .mm-navbar,
  .mm-panel,
  .mm-panels {
    background: #222222;
  }
  .mm-listitem {
    color: #ffffff;
    background-color: #222222;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mm-btn::after,
  .mm-btn::before {
    border-color: #ffffff;
  }
  .mm-btn:hover:after,
  .mm-btn:hover:before {
    border-color: #0066ca !important;
  }
  .mm-navbar__title,
  .mm-searchfield input {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .mm-searchfield input {
    line-height: normal;
  }
  .mm-menu a:hover {
    color: #0066ca;
    background-color: transparent;
  }
  .sub-menu-link a {
    padding-left: 35px !important;
  }
  .sub-menu-link a::before {
    left: 25px;
  }
  .mmenu-mega-dropdown-box .mtheadf-txt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .mmenu-mega-dropdown-box .mthead .mm-listitem__text {
    cursor: default;
    color: #ffffff;
  }
  .htitle {
    font-size: 30px;
  }
  .section-fb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-dr-fb .section-fb-right-box img {
    max-width: none;
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 108px;
  }
  .sidebar {
    margin-top: 0;
    border-left: none;
    padding-left: 15px;
  }
  .sidebar-fb-links {
    margin-bottom: 0;
  }
  .sidebar-fb-links h3 {
    padding-left: 15px;
  }
  .sidebar-fb-links a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-fb-links a:hover::before {
    left: 0;
    line-height: 5px;
  }
  .subpage-fb-newsletter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-phone-icon,
  .menu-gallery-icon {
    display: none;
  }
  .menu-bar .menu-icon-txt {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .menu-bar .menu-location {
    text-align: right;
  }
  .menu-bar .menu-bar-icon {
    text-align: left;
  }
  .menu-bar .menu-location {
    border-right: 1px solid #a1a1a1;
  }
  .menu-bar .menu-bar-icon {
    border-left: 1px solid #a1a1a1;
  }
  .header-heading-box {
    padding: 60px 15px;
  }
  .header-heading-fb .htitle {
    font-size: 22px;
    margin-right: -10rem;
  }
  .banner-home,
  .banner-home-test {
    height: 360px;
  }
  .section-dr-fb {
    padding-bottom: 0;
    margin-top: -40px;
    background-position: center 40px;
  }
  .section-dr-fb .htitle {
    font-size: 20px;
  }
  .section-dr-fb p {
    line-height: normal;
  }
  .section-dr-fb p .dnone {
    display: none;
  }
  .section-dr-fb .section-fb-right-box .img-dr1 {
    max-width: 190px;
  }
  .section-dr-fb .section-fb-right-box .img-dr2 {
    max-width: 260px;
    right: -4rem;
  }
  .section-dr-fb .btn {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .section-dr-fb .btn:last-child {
    margin-bottom: 0;
  }
  .section-dr-fb .section-fb-left-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-ass-logos-fb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-ass-logos-fb img {
    padding-left: 3px;
    padding-right: 3px;
  }
  .section-fb-procedures {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-fb-procedures .card-box {
    height: 220px;
  }
  .section-fb-procedures h2 {
    font-size: 24px;
  }
  .section-fb-testimonials {
    padding-bottom: 60px;
  }
  .section-fb-testimonials .swiper-container-specials-fb {
    margin-bottom: 40px;
  }
  .section-fb-testimonials-main .quote-box {
    background-position: left center;
    padding-top: 0;
    padding-left: 80px;
  }
  .section-fb-pg {
    padding-top: 10px;
    padding-bottom: 120px;
  }
  .section-fb-pg .section-fb-left-box .card-box {
    max-width: 96.5%;
  }
  .section-fb-pg .section-fb-right-box .card-box {
    max-width: 48.5%;
  }
  .section-fb-pg .section-fb-left-box h3 {
    font-size: 24px;
  }
  .section-fb-pg h3 {
    font-size: 14px;
  }
  .section-fb1 {
    padding-top: 10px;
  }
  .section-fb1 .card-box {
    width: 150px;
    height: 150px;
  }
  .swiper-container-providers-fb {
    padding-top: 90px;
    margin-top: -90px;
  }
  .swiper-container-providers-fb .swiper-button-next,
  .swiper-container-providers-fb .swiper-button-prev {
    top: 0;
    margin-top: 10px;
    width: 30px;
    height: 60px;
    background-size: 30px 60px;
  }
  .swiper-container-providers-fb .swiper-button-prev,
  .swiper-container-providers-fb .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-container-providers-fb .swiper-button-next,
  .swiper-container-providers-fb .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .section-fb-providers .swiper-button-next,
  .section-fb-providers .swiper-button-prev {
    top: 0;
    margin-top: -10px;
    width: 30px;
    height: 60px;
    background-size: 30px 60px;
  }
  .section-fb-providers .swiper-button-prev,
  .section-fb-providers .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .section-fb-providers .swiper-button-next,
  .section-fb-providers .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .section-fb-providers .vmiddle-box .btn {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .section-fb-providers img {
    max-width: 220px;
  }
  .section-fb-providers .section-fb-box-main {
    height: 300px;
  }
  .section-fb-providers .vmiddle-box {
    height: 300px;
  }
  .section-social-fb-main {
    height: 220px;
  }
  .section-fb-contact .section-fb-left-box {
    display: none;
  }
  .section-fb-contact-main {
    margin-left: 30px;
    margin-right: 30px;
  }
  .footer-top {
  }
  .footer-top a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flinks {
    margin-left: -2rem;
  }
  .flogo-social-icons .btn-box {
    display: none;
  }
  .flogo-social-icons .logo img {
    margin-left: -3px;
    margin-top: -10px;
  }
  /*.flogo-social-icons .logo, .flogo-social-icons .social-icons{ display:none;}*/
  .faddr-box .copyright-box {
    color: #0b243b;
    margin-bottom: 15px;
  }
  .faddr-box strong {
    display: inline-block;
    margin-bottom: 5px;
  }
  .footer .btn-box .btn {
    display: block;
  }
  .footer-right-box .btn-box .btn {
    min-width: 100px;
    max-width: 190px;
    height: auto;
    display: inline-block;
  }
  .banner-subpage .banner-center-box img {
    max-width: 300px;
  }
  .banner-subpage .group-short-bnnr-image img {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .subpage-content h1 {
    font-size: 24px;
  }
  .subpage-content .header-heading-box {
    max-width: 80%;
  }
  .subpage-content h1 {
    margin-right: -45%;
  }
  .subpage-dr-fb .logos-box img {
    padding-left: 3px;
    padding-right: 3px;
  }
  .sidebar-fb-testimonials,
  .sidebar-fb-pg,
  .sidebar-fb-specials {
    display: none;
  }
  .sidebar-fb-links .sub-link {
    padding-left: 30px;
  }
  .sidebar-fb-links .sub-link:hover:before {
    left: 10px;
  }
  .section-dr-fb .section-fb-right-box .img-drnew {
    max-width: 495px;
    margin-left: -2rem;
  }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .hrpad {
    padding-right: 7.5px;
  }
  .hlpad {
    padding-left: 7.5px;
  }
  .section-dr-fb .btn-ns {
    display: none;
  }
  .swiper-container-fb-pg {
    display: none;
  }
  .section-fb-providers .section-fb-box-main-sm {
    display: none;
  }
  .bfont p {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
  /*.vmiddle-box{ display:block; width:auto; height:auto;}

.vmiddle-inner-box{ display:block; width:auto; height:auto;}*/
  .menu-bar .container {
    max-width: 100%;
  }
  .menu-bar {
    font-size: 30px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .menu-bar .menu-icon-box {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #a1a1a1;
  }
  .menu-bar .menu-bar-icon {
    border: none;
  }
  .menu-bar .fas {
    vertical-align: middle;
    margin-top: -5px;
  }
  .menu-bar .menu-icon-txt {
    display: none;
  }
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-box {
    margin-top: 60px;
  }
  .header-addr-box {
    display: none;
  }
  .header-heading-fb .htitle {
    font-size: 20px;
    margin-right: -11rem;
  }
  .header-heading-box {
    padding: 30px;
  }
  .header-heading-fb-right-box {
    display: none;
  }
  .header-heading-fb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-home,
  .banner-home-test {
    height: 360px;
    margin-top: -30px;
    background-position: center top;
  }
  .section-dr-fb {
    background-color: #fff;
    background-image: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-dr-fb .section-fb-right-box {
    display: none;
  }
  .section-dr-fb .section-fb-left-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-dr-fb .htitle,
  .section-dr-fb p {
    display: none;
  }
  .section-dr-fb .btn {
    display: block;
    margin-right: auto;
  }
  .section-dr-fb .btn1 {
    background-color: #363f48;
    border-color: #363f48;
  }
  .section-dr-fb .btn-ns {
    background-color: #2d427f;
    border-color: #2d427f;
    margin-bottom: 15px;
  }
  .section-dr-fb .btn2 {
    display: none;
  }
  .section-dr-fb .btn:hover {
    background-color: #222222;
    border-color: #222222;
  }
  .section-dr-fb .btn:last-child {
    margin-bottom: 0;
  }
  .section-ass-logos-fb {
    display: none;
  }
  .section-fb-procedures {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-fb-procedures .card-box {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-fb-procedures h2 {
    font-size: 30px;
  }
  .section-fb-testimonials {
    text-align: center;
    padding-bottom: 60px;
  }
  .section-fb-specials {
    background-color: transparent;
    margin-bottom: 30px;
  }
  .section-fb-specials .vmiddle-box {
    padding-left: 15px;
  }
  .section-fb-specials .section-fb-right-box {
    background-color: #f8f8f8;
    padding-bottom: 40px;
  }
  .section-fb-specials .section-fb-left-box {
    margin-top: -40px;
  }
  .swiper-container-specials-fb .swiper-pagination-bullets {
    bottom: 10px;
    text-align: center;
    padding-right: 0;
  }
  .section-fb-specials .section-fb-left-box .btn-box {
    position: relative;
    margin-bottom: 0;
    margin-top: -30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-fb-specials .section-fb-left-box .btn-box .btn {
    min-width: 260px;
    display: inline-block;
  }
  .section-fb-specials .section-fb-img-thumbnail-box {
    height: 180px;
    overflow: hidden;
  }
  .section-fb-specials img {
    margin-top: -60px;
  }
  .section-fb-specials .section-fb-img-box {
    max-width: 90%;
    margin: 0 auto;
  }
  .section-fb-testimonials .section-fb-left-box {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .section-fb-pg {
    padding-top: 0;
    padding-bottom: 70px;
    text-align: center;
    margin-top: -1px;
  }
  .section-fb-pg .vmiddle-box {
    display: table;
    width: 100%;
    height: 184px;
  }
  .section-fb-pg .vmiddle-inner-box {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .section-fb-pg-lg {
    display: none;
  }
  .section-fb-pg .card-box {
    float: none;
    max-width: 280px;
    display: block;
    margin: 0 auto;
    height: 100%;
  }
  .swiper-container-fb-pg {
    padding-bottom: 40px;
  }
  .swiper-container-fb-pg .swiper-pagination-bullet {
    background: #999999;
  }
  .swiper-container-fb-pg .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-container-fb-pg .btn-box {
    margin-top: -30px;
    position: relative;
    z-index: 1;
  }
  .section-fb1 {
    padding-top: 0;
    text-align: center;
  }
  .section-fb1 .card-box {
    margin: 0 auto 15px;
  }
  /*.section-fb1 .section-fb-left-box{ position:static;}

.section-fb1 .section-fb-box{ position:relative;}

.section-fb1 h4{ position:absolute; top:0;}

.section-fb1 .section-fb-right-box{ margin-top:80px;}

.section-fb1 ul{ text-align:left; margin-bottom:0;}

.section-fb1 ul li::before{ line-height:6px;}*/
  .section-fb1 .section-fb-card-box {
    max-width: 290px;
    margin: 0 auto;
  }
  .section-fb1 .card-box {
    width: 135px;
    height: 135px;
  }
  .section-fb1 .section-fb-card-box .rpad {
    padding-right: 5px;
  }
  .section-fb1 .section-fb-card-box .lpad {
    padding-left: 5px;
  }
  .section-fb-providers .section-fb-box-main {
    border: none;
  }
  .section-fb-providers .section-fb-content-box {
    display: none;
  }
  .section-fb-providers .section-fb-box-main-sm {
    text-align: center;
  }
  .section-fb-providers img {
    margin-left: auto;
    margin-right: auto;
  }
  .section-fb-providers .section-fb-content-box {
    border: none;
  }
  .section-fb-providers .section-fb-box-main-sm .section-fb-content-box {
    display: block;
  }
  .section-fb-providers .section-fb-img-box {
    max-width: 220px;
    margin: 0 auto 15px;
    height: 260px;
    border: 1px solid #151515;
    overflow: hidden;
  }
  .section-fb-providers .section-fb-box-main-sm img {
    margin-left: -45px;
  }
  .section-fb-providers h4 {
    margin-bottom: 0;
  }
  .swiper-container-providers-fb .swiper-button-next,
  .swiper-container-providers-fb .swiper-button-prev {
    margin-top: -60px;
  }
  .section-fb-providers .swiper-button-next,
  .section-fb-providers .swiper-button-prev {
    width: 45px;
    height: 85px;
    background-size: 45px 85px;
    margin-top: -30px;
  }
  .section-fb-providers .swiper-button-prev,
  .section-fb-providers .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .section-fb-providers .swiper-button-next,
  .section-fb-providers .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .section-fb-providers .section-fb-box-main {
    height: auto;
  }
  .section-fb-providers .vmiddle-box {
    height: 100%;
  }
  .section-social-fb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-social-fb .section-fb-box {
    display: none;
  }
  .section-social-fb-main {
    background-position: right top;
  }
  .section-fb-contact .section-fb-left-box {
    display: none;
  }
  .section-fb-contact-main {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-fb-contact .form-check {
    font-size: 14px;
  }
  .footer-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-top-box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-top .container {
    max-width: 100%;
  }
  .footer-top a {
    display: block;
    padding: 6px 15px;
  }
  .footer-top a:last-child {
    border: none;
  }
  .footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .footer p {
    margin-bottom: 15px;
  }
  .footer-right-box {
    text-align: center;
  }
  .footer-right-box .btn-box {
    display: none;
  }
  .footer-left-box .btn-box {
    margin-bottom: 20px;
  }
  .ftxt-box {
    margin-top: 0;
  }
  .copyright-box {
    display: block;
    margin-bottom: 15px;
  }
  .flinks {
    margin-bottom: 15px;
  }
  .footer .social-icons {
    margin-bottom: 10px;
  }
  .faddr-box .copyright-box {
    font-size: 14px;
    color: #0b243b;
    display: inline-block;
  }
  .faddr-box strong {
    display: block;
  }
  .faddr-box br {
    margin-bottom: 15px;
  }
  /*.footer-right-box .btn-box{ display:none;}*/
  .subpage {
    padding-top: 0;
    padding-bottom: 0;
  }
  .img-left,
  .img-right,
  .img-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .img-left img,
  .img-right img,
  .img-center img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
  }
  .banner-subpage {
    display: none;
  }
  .subpage-content h1 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .subpage-content h2 {
    font-size: 18px;
  }
  .subpage-content h3 {
    font-size: 16px;
    font-weight: 700;
  }
  .subpage-content .header-heading-box {
    padding: 15px;
  }
  .subpage-content .header-heading-box {
    max-width: 60%;
  }
  #social-set-container .s_Share {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .subpage-cta-fb {
    text-align: center;
    border-left: none;
    border-top: 10px solid #2d427f;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .subpage-cta-fb .section-fb-left-box {
    border: none;
  }
  .subpage-cta-fb img {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
  }
  .subpage-dr-fb {
    text-align: center;
    padding-top: 60px;
  }
  .subpage-dr-fb .section-fb-right-box img {
    bottom: auto;
    top: -40px;
  }
  .subpage-dr-fb .img-dr1 {
    left: 30px;
  }
  .subpage-dr-fb .img-dr2 {
    right: 30px;
    top: -58px !important;
  }
  .subpage-dr-fb .btn2 {
    display: none;
  }
  .subpage-dr-fb h3,
  .subpage-dr-fb p {
    display: none;
  }
  .subpage-dr-fb .section-fb-img-box {
    position: relative;
    height: 310px;
  }
  .subpage-dr-fb .section-fb-left-box {
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }
  .subpage-dr-fb .btn {
    font-weight: 300;
    margin-bottom: 0;
  }
  .subpage-dr-fb .logos-box {
    position: relative;
    z-index: 1;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-aad {
    max-width: 65px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-asds {
    max-width: 120px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-acms {
    max-width: 160px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-aslms {
    max-width: 110px;
  }
  .subpage-dr-fb .logos-box .img-ass-logo-bn {
    max-width: 65px;
  }
  .subpage-dr-fb .btn1 {
    background-color: #263b86;
    border-color: #263b86;
  }
  .subpage-dr-fb .btn1:hover {
    background-color: #222222;
    border-color: #222222;
  }
  .subpage-dr-fb .vmiddle-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .subpage-dr-fb .logos-box img {
    padding-left: 0;
    padding-right: 0;
  }
  .subpage-specials-fb {
    background-image: url("/images/img10-2.jpg");
    background-size: auto auto;
    padding-bottom: 0;
  }
  .subpage-specials-fb .vmiddle-box {
    display: block;
    width: 300px;
    height: auto;
    margin: 160px auto 0;
    background-color: rgba(240, 240, 240, 0.8);
  }
  .subpage-specials-fb .vmiddle-inner-box {
    display: block;
    height: auto;
  }
  /*.sidebar{ display:none;}*/
  .sidebar-fb-links,
  .sidebar-fb-testimonials,
  .sidebar-fb-pg,
  .sidebar-fb-specials {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
  .header-heading-fb .htitle {
    margin-right: -60%;
  }
  .subpage-content .header-heading-box {
    max-width: 90%;
  }
  .subpage-content h1 {
    margin-right: auto;
  }
  .subpage-dr-fb .section-fb-img-box {
    height: 220px;
    max-width: 345px;
    margin: 0 auto;
  }
  .subpage-dr-fb .section-fb-right-box .img-dr1 {
    max-width: 140px;
    left: 0;
  }
  .subpage-dr-fb .section-fb-right-box .img-dr2 {
    max-width: 190px;
    right: 0;
    top: -50px !important;
  }
  /*.section-fb1 .section-fb-right-box{margin-top: 120px;}*/
}
@media (max-width: 500px) {
}
@media (max-width: 400px) {
  .banner-home,
  .banner-home-test {
    height: 270px;
    background-size: 450px auto;
  }
}
@media (max-width: 359px) {
}
