@import url("fonts-style.css");
@import url("global.css");
p:empty > br {
  display: none;
}
/* body {
  display:none;
} */

.wrapper:before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 99;
}
body.menu-hover .wrapper:before {
  height: 100%;
  height: 300px;
  opacity: 1;
  overflow-x: hidden;
}
.sticky-nav-outer,
.practicearea-mobile,
.btf-row11-outer h2:nth-child(2) {
  display: none;
}

/* slide out --------------------- */
.cta-slideout {
  position: fixed;
  width: 355px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
  visibility: hidden;
}
.cta-slideout-inner {
  position: fixed;
  right: -355px;
  top: 0;
  width: 355px;
  height: 100%;
  background: #0d5274;
  background: -moz-linear-gradient(top, #0d5274 0%, #0a3e58 50%, #072a3b 100%);
  background: -webkit-linear-gradient(
    top,
    #0d5274 0%,
    #0a3e58 50%,
    #072a3b 100%
  );
  background: linear-gradient(to bottom, #0d5274 0%, #0a3e58 50%, #072a3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5274', endColorstr='#072a3b',GradientType=0 );
  transition: all ease-in-out 0.4s;
}
.slideout-logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
}
.slideout-logo a img {
  width: 200px;
}
.slideout-title {
  padding: 0 0 35px 0;
  max-width: 250px;
  margin: 0 auto;
}
.slideout-title .title {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #89c0c5;
  font-size: 47px;
  line-height: 1;
  text-transform: capitalize;
  font-family: "playfair_displayregular";
}
.slideout-title .free-consultation {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-family: "latoregular";
}
.slideout-title .free-consultation span {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-family: "latoregular";
  align-items: center;
}
.slideout-buttons {
  margin: 0 auto 45px auto;
  max-width: 250px;
}
.slideout-buttons ul {
  margin: 0;
  padding: 0;
}
.slideout-buttons ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.slideout-buttons ul li:last-child {
  margin: 0;
}
.slideout-buttons ul li a {
  text-align: center;
  border-radius: 55px;
  background-color: #9ad1d4;
  overflow: hidden;
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 100%;
  line-height: 55px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
  color: #fff !important;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  cursor: pointer;
}
.slideout-contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 250px;
  margin: 0 auto;
}
.slideout-contact span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "oswaldmedium";
  text-transform: uppercase;
}
.slideout-contact span a {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "latoregular";
  margin-top: 5px;
}
.slideout-close-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.4s;
}
.slideout-close-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  line-height: 100px;
  height: 270px;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  background: #0e5071;
  background: -moz-linear-gradient(top, #0e5071 1%, #093a51 50%, #062636 100%);
  background: -webkit-linear-gradient(
    top,
    #0e5071 1%,
    #093a51 50%,
    #062636 100%
  );
  background: linear-gradient(to bottom, #0e5071 1%, #093a51 50%, #062636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5071', endColorstr='#062636',GradientType=0 );
  font-family: "oswald_regularregular";
  border: 0;
  outline: none;
  letter-spacing: 1px;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.slideout-close-btn button span {
  transform: rotate(-90deg);
  display: inline-block;
  line-height: 70px;
  width: 100%;
  text-transform: uppercase;
}
.slide-div-toggler {
  right: 0;
  transition: all ease-in-out 0.4s;
}
.slide-btn-toggler {
  right: 355px;
  transition: all ease-in-out 0.4s;
}
/* cta slideout inner ends here ------------------------ */

/* atf fix buttons starts here ------------------------------- */
.atf-fix-buttons {
  position: fixed;
  width: 490px;
  height: 43px;
  right: -210px;
  top: 45%;
  z-index: 999;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.atf-fix-buttons.show {
  opacity: 1;
  visibility: visible;
}
.atf-fix-buttons ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.atf-fix-buttons ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}
.atf-fix-buttons ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 220px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  letter-spacing: 1.5px;
  -webkit-box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, 0.3);
  padding: 5px 45px 20px 45px;
  background: rgb(36, 130, 187);
  background: linear-gradient(
    192deg,
    rgba(36, 130, 187, 1) 0%,
    rgba(14, 106, 157, 1) 49%,
    rgba(14, 98, 144, 1) 100%
  );
  font-weight: 400;
  text-decoration: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-family: "latoregular";
}
.atf-fix-buttons ul li a:not(:hover) {
  -webkit-animation: bounceTop 8s infinite;
  -moz-animation: bounceTop 8s infinite;
  animation: bounceTop 8s infinite;
}
.atf-fix-buttons ul li a:hover {
  margin-top: -5px;
}

@keyframes bounceTop {
  0%,
  20%,
  50%,
  80%,
  100% {
    top: 8px;
  }

  60% {
    top: -8px;
  }
}

/* atf fix buttons ends here --------------------------------- */

/* atf fix callback button starts here ----------------------- */
#draggable {
  position: fixed;
  margin: 10px auto;
  width: 115px;
  height: 115px;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  transition: all ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
#draggable.show {
  visibility: visible;
  opacity: 1;
}
#dashboard {
  -webkit-perspective: 1000;
  perspective: 1000;
}
#dashboard {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.loadable {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.front {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(11, 126, 189);
  background: linear-gradient(
    192deg,
    rgba(11, 126, 189, 1) 0%,
    rgba(11, 84, 125, 1) 53%,
    rgba(8, 64, 97, 1) 100%
  );
  border-radius: 50%;
  -webkit-animation: mymove 5s infinite;
  animation: mymove 5s infinite;
  -webkit-animation-delay: 5s;
}
.front a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 115px;
  height: 115px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: "latoregular";
}
.back {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aaa;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: rgb(11, 126, 189);
  background: linear-gradient(
    192deg,
    rgba(11, 126, 189, 1) 0%,
    rgba(11, 84, 125, 1) 53%,
    rgba(8, 64, 97, 1) 100%
  );
  border-radius: 50%;
  -webkit-animation: mymoveback 5s infinite;
  animation: mymoveback 5s infinite;
  -webkit-animation-delay: 5s;
}

/* atf button flip animation ----------------------- */
@-webkit-keyframes mymove {
  40% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  90% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes mymoveback {
  40% {
    -webkit-transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

/* atf fix callback button ends here ------------------------- */

/* nav button starts here -------------------- */
.nav-button {
  position: fixed;
  z-index: 9999;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  z-index: 9999;
}
.nav-button span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  transition: all 0.5s ease;
}

/* nav button ends here ---------------------- */

/* header starts here ------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 999;
  align-items: center;
}
.header .logo {
  margin-top: 14px;
}
.header .mobile-logo {
  display: none;
}
.header .logo a,
.header .mobile-logo a {
  width: 100%;
}
.header .logo a img,
.header .mobile-logo a img {
  width: 100%;
}
.header .nav {
  display: flex;
  width: 700px;
  margin: 12px 0 0 0;
}
.header .nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header .nav ul li {
  display: flex;
  position: relative;
}
.header .nav ul li a {
  position: relative;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 0.9;
  font-family: "latoregular";
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 30px 0 32px 0;
  cursor: pointer;
}
.header .nav > ul > li.hovered {
  background: url(../images/menu-hover-shark.svg) center top no-repeat;
}
.header .nav ul > li > a:hover {
  background: url(../images/menu-hover-shark.svg) center top no-repeat;
  width: 100%;
  height: auto;
  display: inline-block;
  color: #fff;
}
.header .nav ul li.parent > a:before {
  content: "\f0dd";
  font: normal normal normal 18px/1 FontAwesome;
  width: 13px;
  height: 9px;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: 25px;
}
.header .nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 76px;
  right: 0;
  margin: 0 auto;
  padding: 30px 0;
  text-align: left;
  width: 230px;
  background-color: #ccdcdc;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav ul > li:hover .sub-menu {
  height: auto;
  max-height: initial;
  visibility: visible;
  overflow: visible;
  opacity: 1;
}
.header .nav ul li .sub-menu li {
  padding-left: 0;
  vertical-align: top;
  position: relative;
  display: flex;
  width: 100%;
  padding: 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}
.header .nav ul li .sub-menu li a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  display: flex;
  color: #121212;
  text-transform: capitalize;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}
.header .nav ul li .sub-menu li a:hover {
  color: #0e5375;
  background: none;
}
.header .nav li.item-active .sub-menu {
  display: flex;
  justify-content: center;
  height: auto;
  opacity: 1;
}
.header .nav ul li .sub-menu li .sub-menu {
  max-height: 0;
  visibility: 0;
  opacity: 0;
  overflow: hidden;
  left: 100%;
  top: 0;
  width: 230px;
}
.header .nav ul li.parent .sub-menu li.parent:hover .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: initial;
}
.header .nav ul li.parent .sub-menu li.parent a:before {
  right: -15px;
  top: 30%;
  transform: rotate(-90deg);
}
.header .nav ul li.parent .sub-menu li.parent:hover a:before {
  transform: rotate(0);
  top: 0;
  right: -25px;
}
.header .header-tel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  width: 593px;
  background-color: #9ad1d4;
  color: #0e5375 !important;
}
.header .header-tel span {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 0.9;
  letter-spacing: 0;
  font-family: "latoregular";
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 20px;
  color: #0e5375 !important;
}
.header .header-tel a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-family: "latobold";
  margin-top: 8px;
  letter-spacing: 2.5px;
  color: #0e5375 !important;
}
.header.fix-header {
  padding-right: 0;
}
.header.fix-header .header-tel {
  background-color: #9ad1d4;
  color: #0e5375;
  /*padding-bottom:18px;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* width:310px;*/
  width: 600px;
}

/* header ends here --------------------------- */

/* atf starts here ---------------------------- */
.hp-atf-bg {
  /*background:url(../images/arh-atf-bg.jpg) no-repeat;*/
  background: url(../../../uploads/2020/04/TopLawyer-2-scaled.jpg) no-repeat;
  background-size: cover;
  background-position: right top !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 800px;
  padding-top: 120px;
}
.hp-atf-bg .hp-atf-detail {
  display: flex;
  /*justify-content: flex-start;*/
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  /*width:800px;*/
  width: 600px;
  margin: 0 125px 0 0;
}
.hp-atf-bg .atf-video {
  display: flex;
  justify-content: center;
  width: 100%;
}
.hp-atf-bg .modal-dialog {
  max-width: initial;
}
.hp-atf-bg .modal-content {
  background-color: transparent;
}
.hp-atf-bg .close {
  opacity: 1;
  font-size: 38px;
  color: #fff;
}
.hp-atf-bg iframe {
  height: 85vh !important;
}
.hp-atf-bg .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse 2s infinite;
  cursor: pointer;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.hp-atf-bg .hp-atf-detail h1 {
  color: #fff;
  font-size: 20px;
  line-height: 0.9;
  font-weight: 700;
  font-family: "latobold";
  text-transform: uppercase;
  margin: 25px 0 5px 0;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
}
/*.hp-atf-bg .subtitle {
  display: inline-block;
  width:800px;
  text-align:center;
  color:#fff;
  font-size:74px;
  line-height:1.2;
  font-family: 'playfair_displayregular';
}*/

.hp-atf-bg .subtitle {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-family: "playfair_displayregular";
}

.hp-atf-bg .subtitle p {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-family: "playfair_displayregular";
}

.hp-atf-bg .subtitle > span {
  font-family: "playfair_displaybold_italic";
  width: 100%;
}
.hp-atf-bg .atf-btn-outer {
  display: inline-block;
  width: 725px;
  text-align: center;
}
.hp-atf-bg .contact-us {
  text-align: center;
  border-radius: 32px;
  background-color: #9ad1d4;
  overflow: hidden;
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 220px;
  margin: 32px 28px 32px 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
}
.hp-atf-bg .contact-us:last-child {
  margin-right: 0;
}
.hp-atf-bg .contact-us:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e7fbf;
  -webkit-animation: animtop 5s forwards, animtop2 2s forwards;
  animation: animtop 5s forwards, animtop2 2s forwards;
}
@-webkit-keyframes animtop {
  0% {
    top: 100%;
  }
  75% {
    top: 0;
  }
}
@keyframes animtop {
  0% {
    top: 100%;
  }
  100% {
    top: 25%;
  }
}
@-webkit-keyframes animtop2 {
  75% {
    top: 0%;
  }
  100% {
    top: 0;
  }
}
@keyframes animtop2 {
  75% {
    top: 0%;
  }
  100% {
    top: 0;
  }
}
.hp-atf-bg .contact-us span {
  display: inline-block;
  width: 100%;
  line-height: 68px;
  border-radius: 32px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}
.hp-atf-bg .contact-us span a {
  display: inline-block;
  width: 100%;
  border-radius: 32px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}

@-webkit-keyframes wipe {
  0% {
    -webkit-mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 300px 300px;
  }
}
.hp-atf-bg .atf-consultation-taglines {
}
.hp-atf-bg .atf-free-consultations p,
.hp-atf-bg .atf-free-consultations span,
.hp-atf-bg .atf-free-consultations strong {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-family: "oswaldlight";
  text-align: center;
  margin-bottom: 15px;
}
.hp-atf-bg .atf-free-consultations > span {
  font-family: "oswaldlight";
}
.hp-atf-bg .atf-free-consultations2 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 0.9;
  font-family: "oswaldlight";
  text-align: center;
}
.hp-atf-bg .atf-free-consultations2 > span {
  font-family: "oswaldbold";
}

/* atf ends here ------------------------------ */

/* btf row1 starts here ----------------------- */
.btf-row1-outer {
  background: #0d5174;
  background: -moz-linear-gradient(top, #0d5174 0%, #0a3e56 51%, #072c3e 100%);
  background: -webkit-linear-gradient(
    top,
    #0d5174 0%,
    #0a3e56 51%,
    #072c3e 100%
  );
  background: linear-gradient(to bottom, #0d5174 0%, #0a3e56 51%, #072c3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5174', endColorstr='#072c3e',GradientType=0 );
  padding: 115px 0 55px 0;
  position: relative;
}
.btf-row1-title {
  margin: 0 70px;
  text-align: center;
}
.btf-row1-title h2 {
  color: #fff;
  font-size: 74px;
  line-height: 1.1;
  font-family: "playfair_displaybold_italic";
}
.btf-row1-title h2 > span {
  font-family: "playfair_displayregular";
}
.btf-row1-title .subtitle {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: "playfair_displayregular";
  margin: 12px 0 65px 0;
  letter-spacing: 3.5px;
}
.btf-row1-title .subtitle > span {
  font-weight: 300;
  color: #89c0c5;
}
.btf-row1-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 140px;
  position: relative;
  z-index: 2;
}
.btf-row1-left {
  width: 100%;
  padding: 0 35px 0 0;
  color: #ffffff;
}

.btf-row1-left p {
  color: #ffffff;
  margin-bottom: 20px;
}

.btf-row1-left ul > li,
.corona-notice ul > li {
  display: list-item;
  list-style-type: disc;
  color: #ffffff;
}

.btf-row1-left ul,
.corona-notice ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.corona-notice h4 {
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 20px;
}

.btf-row1-detail .award-image {
  padding-left: 30px;
  width: 50%;
  float: right;
}
.btf-row1-detail .award-image img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  margin-bottom: 30px;
}

.btf-row1-left h2,
.corona-notice h2 {
  color: #ffffff;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}
.btf-row1-left ul,
.corona-notice ul {
  margin-bottom: 20px;
}

.btf-row1-left h4 {
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 20px;
}

.btf-row1-left p {
  /*  color:#fff;
  font-size:18px;
  line-height: 2;
  font-family: 'latoregular';
  margin:0 0 35px 0;*/
}
.btf-row1-left p:last-child {
  margin: 0;
}
.btf-row1-right {
  position: relative;
  z-index: 2;
  width: 55%;
}
.btf-row1-right img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.corona-notice {
  background: #9ad1d4;
  padding: 30px;
  /*margin-bottom: 30px;*/
  color: #0e5375 !important;
  width: 80%;
  /* float: left; */
  margin: 0 auto 30px;
  /* display: flex; */
  /* justify-content: center; */
}

.corona-notice h2,
.corona-notice h4,
.corona-notice ul > li {
  /*  background: #9ad1d4;
  padding: 30px;
  margin-bottom: 30px;*/
  color: #0e5375 !important;
  /*  width: 50%;
  float: left;*/
}

.btf-row1-outer .ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.btf-row1-outer .wave {
  background: url(../images/wave.svg) repeat-x #072e41;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -77px;
  width: 100%;
  height: 144px;
  /*animation: ani 5s linear infinite;*/
}
@keyframes ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}

.btf-row1-outer .shark-bg {
  background: url(../images/shark-facing-right.svg) left center no-repeat;
  background-size: contain;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 500px;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 12s linear infinite;
  position: absolute;
  left: -50%;
  bottom: 10%;
}
@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
    opacity: 0;
  }
  5% {
    opacity: 0.4;
  }
  100% {
    background-position: 100vw 0;
    opacity: 1;
  }
}

@-webkit-keyframes mobileslide {
  0% {
    background-position: 0 0;
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: 200vw 0;
    opacity: 1;
  }
}
/* btf row1 ends here ------------------------- */

/* btf row2 starts here ----------------------- */
.btf-row2-outer {
  padding: 150px 0 145px 0;
}
.btf-row2-outer .container {
  max-width: 1070px;
}
.practicearea-title h2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  color: #0e5375;
  font-size: 74px;
  line-height: 1;
  font-family: "playfair_displaybold_italic";
}
.practicearea-title h2 > span {
  display: inline-block;
  width: 100%;
  font-size: 45px;
  font-family: "playfair_displayregular";
}
.practicearea-grid-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.practicearea-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: 345px;
  overflow-y: hidden;
  position: relative;
}
.practicearea-box:nth-child(2) {
  margin-top: 95px;
}
.practicearea-box:nth-child(3) {
  margin-top: 215px;
}
.practicearea-box:nth-child(4) {
  margin-top: -160px;
}
.practicearea-box:nth-child(5) {
  margin-top: -65px;
}
.practicearea-box:nth-child(6) {
  margin-top: 60px;
}
.practicearea-box:nth-child(7) {
  margin-top: -165px;
}
.practicearea-box:nth-child(8) {
  margin-top: -55px;
}
.practicearea-box:nth-child(9) {
  margin-top: 55px;
}
.practiceareas-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95px;
}
.practiceareas-detail {
  text-align: center;
}
.practiceareas-detail h3 {
  color: #0e7fbf;
  font-size: 24px;
  line-height: 0.95;
  margin: 12px 0 35px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "oswaldbold";
}
.practiceareas-detail p {
  color: #0e7fbf;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
}
.practiceareas-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 18px;
  border: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  margin: 0 auto;
  background: url(../images/Squiggle-Learn-More.svg) center center no-repeat;
  background-size: cover;
}
.practicearea-box:hover .practiceareas-icon {
  opacity: 0;
  height: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.practicearea-box:hover .practiceareas-detail h3 {
  margin-bottom: 25px;
}
.practicearea-box:hover .practiceareas-button {
  position: relative;
  margin: 0 auto 25px auto;
  opacity: 1;
}
.btf-row2-outer .consultation-btn {
  display: flex;
  width: 330px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
  position: relative;
  z-index: 9;
  background-color: #039969;
}

.consultation-btn span {
  margin: 0 auto;
}

.btf-row2-outer .consultation-btn:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e7fbf;
  -webkit-animation: animtop 5s forwards, animtop2 2s forwards;
  animation: animtop 5s forwards, animtop2 2s forwards;
}
@-webkit-keyframes animtop {
  0% {
    top: 100%;
  }
  75% {
    top: 0;
  }
}
@keyframes animtop {
  0% {
    top: 100%;
  }
  100% {
    top: 25%;
  }
}
@-webkit-keyframes animtop2 {
  75% {
    top: 0%;
  }
  100% {
    top: 0;
  }
}
@keyframes animtop2 {
  75% {
    top: 0%;
  }
  100% {
    top: 0;
  }
}
.btf-row2-outer .consultation-btn span > a {
  display: inline-block;
  width: 100%;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  font-family: "oswaldmedium";
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
/* btf row2 ends here ------------------------------------- */

/* btf row3 starts here ----------------------------------- */
.btf-row3-outer {
  padding: 65px 0 80px 0;
  background: #0d5174;
  background: -moz-linear-gradient(top, #0d5174 0%, #0a3e56 51%, #072c3e 100%);
  background: -webkit-linear-gradient(
    top,
    #0d5174 0%,
    #0a3e56 51%,
    #072c3e 100%
  );
  background: linear-gradient(to bottom, #0d5174 0%, #0a3e56 51%, #072c3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5174', endColorstr='#072c3e',GradientType=0 );
}
.btf-row3-outer .container {
  max-width: 855px;
}
.btf-row3-outer .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btf-row3-left {
  display: flex;
  width: 300px;
}
.btf-row3-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 480px;
}
.btf-row3-right p {
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  margin: 45px 0 0 0;
  font-family: "oswaldbold";
  text-align: center;
}
.btf-row3-right p a {
  color: #039969;
}
.btf-row3-right .ebook-btn {
  display: inline-block;
  width: 300px;
  height: 68px;
  background-color: #9ad1d4;
  border-radius: 32px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 68px;
  font-family: "oswald_regularregular";
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(154, 209, 212, 0.35);
  -moz-box-shadow: 0px 3px 5px 0px rgba(154, 209, 212, 0.35);
  box-shadow: 0px 3px 5px 0px rgba(154, 209, 212, 0.35);
  letter-spacing: 3px;
}
.btf-row3-right .ebook-btn:hover {
  background-color: #049969;
}
/* btf row3 ends here ------------------------ */

/* btf row4 starts here ---------------------- */
.btf-row4-outer {
  padding: 115px 0 130px 0;
  overflow-x: hidden;
  position: relative;
}
.btf-row4-outer .container {
  max-width: 940px;
}
.btf-row4-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.btf-row4-title h2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #0e5375;
  font-size: 74px;
  line-height: 1.2;
  font-family: "playfair_displaybold_italic";
  text-transform: capitalize;
  margin-bottom: 65px;
}
.btf-row4-title h2 > span {
  display: inline-block;
  width: 100%;
  font-size: 45px;
  line-height: 0.88;
  padding-left: 70px;
  text-transform: capitalize;
  font-family: "playfair_displayregular";
}
.btf-row4-outer .slider-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.btf-row4-outer .slick-slide {
  min-height: 410px;
  margin-top: 15px;
}
.btf-row4-outer .slick-slide.slick-current {
  margin-top: 0;
}
.btf-row4-outer .slick-list {
  padding: 0 !important;
}
.btf-row4-outer .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
}
.btf-row4-outer .slider-inner img {
  width: 100%;
}
.btf-row4-outer .slider-detail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btf-row4-outer .slider-detail h4 {
  color: #9ad1d4;
  font-size: 24px;
  line-height: 0.9;
  margin: 45px 0 25px 0;
  font-family: "playfair_displayregular";
}
.btf-row4-outer .slider-detail p {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
}
.btf-row4-outer .slick-current.slick-center .image {
  width: 185px;
  height: 185px;
}
.btf-row4-outer .slick-current.slick-center .image img {
  width: 100%;
}
.btf-row4-outer .slick-current.slick-center .slider-detail {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.btf-row4-outer .slick-dots {
  bottom: -65px;
  z-index: 99;
}
.btf-row4-outer .slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: #99d0d3;
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}
.btf-row4-outer .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
}
.btf-row4-outer .slick-dots:before {
  position: absolute;
  left: -60%;
  bottom: 11px;
  width: 230%;
  height: 3px;
  background-color: #9ad1d4;
  content: "";
}
.btf-row4-outer .shark-image1 {
  background: url(../images/Shark-fin-big.png) left center no-repeat;
  width: 55px;
  height: 46px;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  right: 250px;
  bottom: 108px;
  padding-top: 40px;
}
.btf-row4-outer .shark-image2 {
  background: url(../images/shark-fin-small.png) left center no-repeat;
  width: 15px;
  height: 15px;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  right: 360px;
  bottom: 108px;
}
@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
    opacity: 0;
  }
  5% {
    opacity: 0.4;
  }
  100% {
    background-position: 100vw 0;
    opacity: 1;
  }
}

.btf4-slider .slick-prev {
  background: url(../images/arrow-left.png) center top no-repeat;
  width: 25px;
  height: 44px;
  border: none;
  font-size: 0px;
  position: absolute;
  left: -10%;
  top: 40%;
  cursor: pointer;
}
.btf4-slider .slick-next {
  background: url(../images/arrow-right.png) no-repeat center top;
  background-size: cover;
  width: 25px;
  height: 44px;
  border: none;
  font-size: 0px;
  position: absolute;
  right: -10%;
  top: 40%;
  cursor: pointer;
}
.btf4-slider .slick-prev::before,
.btf4-slider .slick-next::before {
  display: none;
}

/* btf row4 ends here ------------------------ */

/* btf row5 starts here ---------------------- */
.btf-row5-outer {
  background: rgb(14, 83, 117);
  background: linear-gradient(
    180deg,
    rgba(14, 83, 117, 1) 0%,
    rgba(7, 42, 59, 1) 100%
  );
  background-position: 0 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 75px 0 60px 0;
}
.btf-row5-outer .btfrow5-inner {
  display: flex;
  justify-content: space-between;
  width: 1650px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
.btf-row5-outer .btf-row5-detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 965px;
  min-height: 300px;
  margin: 30px 0 0 0;
}
.btf-row5-outer h2 {
  color: #fff;
  font-size: 94px;
  line-height: 1.1;
  font-family: "playfair_displaybold_italic";
  text-transform: capitalize;
  margin-bottom: 65px;
}
.btf-row5-outer h2 > span {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  font-family: "playfair_displayregular";
}
.btf-row5-outer .inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  min-height: 250px;
}
.btf-row5-outer .inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 70%;
  background-color: #039969;
  transition: all 0.5s ease;
}
.btf-row5-outer .inner:hover:before {
  height: 90%;
}
.btf-row5-outer .inner span {
  color: #9ad1d4;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "playfair_displaybold_italic";
}
.btf-row5-outer .inner p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
}
.btf-row5-outer .inner p a {
  font-size: 18px;
  color: #9ad1d4;
  visibility: visible;
  height: auto;
  opacity: 1;
}
.btf-row5-outer .inner a {
  display: inline-block;
  color: #9ad1d4;
  font-size: 24px;
  line-height: 0.8;
  font-family: "playfair_displaybold_italic";
  text-transform: capitalize;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.btf-row5-outer .inner p a {
  margin: 0px !important;
}
.btf-row5-outer .inner a:last-child {
  margin: 5px 0 0;
}
.btf-row5-outer .inner:hover a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: auto;
  visibility: visible;
  opacity: 1;
  padding: 10px 0;
}
.btf-row5-outer .btf-row5-thumbnail {
  display: flex;
  width: 605px;
}
.btf-row5-outer .btf-row5-thumbnail img {
  width: 100%;
  object-fit: cover;
}

/* btf row5 ends here ------------------------ */

/* btf row6 starts here ---------------------- */
.btf-row6-outer {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e3ebed 51%, #d0dedf 100%);
  background: -webkit-linear-gradient(
    top,
    #fcfcfc 0%,
    #e3ebed 51%,
    #d0dedf 100%
  );
  background: linear-gradient(to bottom, #fcfcfc 0%, #e3ebed 51%, #d0dedf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d0dedf',GradientType=0 );
  padding-top: 82px;
  position: relative;
}
.btf-row6-outer .container {
  max-width: 1080px;
}
.btf-row6-outer .btf-row6-title {
  max-width: 470px;
  margin: 0 auto;
}
.btf-row6-outer h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #0e5375;
  font-size: 74px;
  line-height: 1.2;
  font-family: "playfair_displaybold_italic";
  width: 100%;
  padding-bottom: 65px;
}
.btf-row6-outer h2 span {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
}
.btf-row6-outer .inner {
}
.btf-row6-outer .inner span {
  display: inline-block;
  width: 100%;
  color: #049969;
  font-size: 24px;
  line-height: 1.3;
  font-family: "playfair_displaybold_italic";
  margin-bottom: 30px;
}
.btf-row6-outer .inner p {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin-bottom: 35px;
}
.btf-row6-outer .inner p:last-child {
  margin-bottom: 115px;
}
.btf-row6-outer .image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 170px;
}
.btf-row6-outer .image-left {
  position: relative;
  z-index: 2;
  width: 64%;
}
.btf-row6-outer .image-left img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
.btf-row6-outer .image-right {
  width: 34%;
  padding: 0 0 0 75px;
  position: relative;
  z-index: 2;
}
.btf-row6-outer .image-right h3 {
  color: #0e5375;
  font-size: 24px;
  line-height: 0.9;
  margin: 25px 0 35px 0;
  font-family: "oswaldbold";
}
.btf-row6-outer .image-right p {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
  font-family: "latoregular";
}
.btf-row6-outer .consultation-btn {
  text-align: center;
}
.btf-row6-outer .consultation-btn span > a {
  display: inline-block;
  width: 330px;
  height: 68px;
  background-color: #049969;
  border-radius: 32px;
  color: #fff;
  line-height: 68px;
  font-size: 20px;
  font-family: "oswaldmedium";
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}
.btf-row6-outer .ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.btf-row6-outer .wave {
  background: url(../images/wave.svg) repeat-x #d1dfe0;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -2px;
  width: 100%;
  height: 143px;
  /*animation: ani2 5s linear infinite;*/
}
@keyframes ani2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}

/* btf row6 ends here ------------------------ */

/* btf row7 starts here ---------------------- */
.btf-row7-outer {
  padding: 85px 0 115px 0;
}
.btf-row7-outer .container {
  max-width: 1025px;
}
.btf-row7-outer h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #0e5375;
  font-size: 74px;
  line-height: 1.2;
  font-family: "playfair_displaybold_italic";
  width: 100%;
  padding-bottom: 55px;
}
.btf-row7-outer h2 span {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
}
.btf-row7-outer .inner {
}
.btf-row7-outer .inner h3 {
  color: #0e5375;
  font-size: 24px;
  line-height: 0.9;
  margin-bottom: 15px;
  font-family: "oswaldbold";
}
.btf-row7-outer .inner p {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin-bottom: 25px;
}
.btf-row7-outer .inner p:last-child {
  margin-bottom: 0;
}

/* btf row7 ends here ------------------------ */

/* btf row8 starts here ---------------------- */
.btf-row8-outer {
  background-color: #0e5275;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 55px;
}
.btf-row8-outer .row8-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 38%;
  margin: 0 35px 0 145px;
}
.btf-row8-outer .row8-left h2 {
  text-align: center;
  color: #ccdbdc;
  font-size: 74px;
  line-height: 0.9;
  font-family: "playfair_displaybold_italic";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 90px 0 30px 0;
}
.btf-row8-outer .row8-left h2 span {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}
.btf-row8-outer .row8-left p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin: 15px auto;
}
.btf-row8-outer .row8-right {
  display: flex;
  width: 50%;
}
.btf-row8-outer .row8-right img {
  width: 100%;
  height: 668px;
  object-fit: cover;
}

/* btf row8 ends here ------------------------ */

/* btf row9 starts here ---------------------- */
.btf-row9-outer {
  padding: 90px 0 160px 0;
}
.btf-row9-outer .container {
  max-width: 1075px;
}
.btf-row9-outer h2 {
  text-align: center;
  color: #0e5375;
  font-size: 74px;
  line-height: 1.2;
  font-family: "playfair_displaybold_italic";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 50px 0;
}
.btf-row9-outer h2 span {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
  margin-bottom: 0;
}
.btf-row9-outer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.btf-row9-outer .row9-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 510px;
}
.btf-row9-outer .row9-left h3 {
  color: #0e5375;
  font-size: 24px;
  line-height: 0.9;
  margin-bottom: 20px;
  font-family: "oswaldbold";
}
.btf-row9-outer .row9-left p {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin: 15px auto;
}

/* btf row9 ends here ------------------------ */

/* btf row10 starts here --------------------- */
.btf-row10-outer {
  background-color: #0e5275;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.btf-row10-outer .row10-left {
  display: flex;
  width: 50%;
  margin-top: -60px;
}
.btf-row10-outer .row10-left img {
  width: 100%;
  height: 668px;
  object-fit: cover;
}
.btf-row10-outer .row10-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 38%;
  margin: 0 145px 0 35px;
}
.btf-row10-outer .row10-right h2 {
  text-align: center;
  color: #ccdbdc;
  font-size: 74px;
  line-height: 0.9;
  font-family: "playfair_displaybold_italic";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 70px 0 40px 0;
}
.btf-row10-outer .row10-right h2 span {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}
.btf-row10-outer .row10-right p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin: 15px auto;
}

/* btf row10 ends here ----------------------- */

/* btf row11 starts here --------------------- */
.btf-row11-outer {
  padding: 90px 0;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e3ebed 51%, #d0dedf 100%);
  background: -webkit-linear-gradient(
    top,
    #fcfcfc 0%,
    #e3ebed 51%,
    #d0dedf 100%
  );
  background: linear-gradient(to bottom, #fcfcfc 0%, #e3ebed 51%, #d0dedf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d0dedf',GradientType=0 );
}
.btf-row11-outer .container {
  max-width: 1095px;
}
.btf-row11-outer h2 {
  text-align: center;
  color: #0e5375;
  font-size: 74px;
  line-height: 0.9;
  font-family: "playfair_displaybold_italic";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 55px 0;
}
.btf-row11-outer h2:nth-type(2) {
  display: none;
}
.btf-row11-outer span {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}
.btf-row11-outer p {
  display: inline-block;
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin-bottom: 30px;
}
.btf-row11-outer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.btf-row11-outer .row11-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 510px;
}
.btf-row11-outer .row11-left h2,
.btf-row11-outer .row11-left h3 {
  color: #0e5375;
  font-size: 24px;
  line-height: 0.9;
  margin-bottom: 20px;
  font-family: "oswaldbold";
  justify-content: flex-start;
}
.btf-row11-outer .row11-left p,
.btf-row11-outer .row11-left ul li,
.btf-row11-outer .row11-left ul li a {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
}
.btf-row11-outer .row11-left p a {
  color: #0e7fbf;
}
.btf-row11-outer .row11-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 510px;
  margin: 40px 0 0 0;
}
.btf-row11-outer .row11-right p {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
}
.btf-row11-outer .row11-consultation {
  width: 400px;
  margin: 0 auto 25px auto;
  padding: 20px 10px 25px 10px;
  position: relative;
}
.btf-row11-outer .row11-consultation[data-aos^="fade"][data-aos^="fade"],
.btf-row11-outer .row11-consultation[data-aos="fade-up"] {
  opacity: 1 !important;
  transition-property: initial !important;
  transform: initial !important;
}
.btf-row11-outer .row11-consultation.aos-animate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 3px solid #0e80bf;
  width: 0%;
  text-align: center;
  animation: line 1s linear forwards;
}
.btf-row11-outer .row11-consultation.aos-animate:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: 3px solid #0e80bf;
  width: 0%;
  text-align: center;
  animation: line 1s linear forwards;
}

@keyframes line {
  from {
    left: 50%;
    width: 0%;
  }
  to {
    left: 0;
    width: 100%;
  }
}

.btf-row11-outer .row11-consultation ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 380px;
  margin-bottom: 15px;
}
.btf-row11-outer .row11-consultation ul li {
  position: relative;
  display: flex;
  align-items: center;
  color: #0e5375;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "latoregular";
  word-spacing: 6px;
}
.btf-row11-outer .row11-consultation ul li:first-child {
  word-spacing: 0;
}
.btf-row11-outer .row11-consultation ul li:last-child:before {
  content: "|";
  display: inline-block;
  color: #0e5375;
  font-size: 24px;
  line-height: 1.3px;
  margin: 0 10px;
}
.btf-row11-outer .row11-consultation a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #0e7fbf;
  font-size: 32px;
  line-height: 0.9;
  margin-bottom: 20px;
  font-family: "oswaldbold";
}
.btf-row11-outer .row11-consultation button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
  background-color: #039969;
  width: 258px;
  height: 68px;
  line-height: 68px;
  border-radius: 32px;
  font-family: "oswaldmedium";
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s ease;
}

.btf-row11-outer .row11-consultation button > a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 68px;
  font-family: "oswaldmedium";
  margin-bottom: 0px;
}

.btf-row11-outer .row11-consultation button:hover {
  background-color: #0e7fbf;
}
/* btf row11 ends here ----------------------- */

/* btf row12 starts here --------------------- */
.btf-row12-outer {
  background: url(../images/glass-bg.jpg) left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 55px 0 115px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.btf-row12-outer .container {
  max-width: 1030px;
}
.btf-row12-outer h2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #ccdbdc;
  font-size: 74px;
  line-height: 0.95;
  font-family: "playfair_displaybold_italic";
  margin-bottom: 70px;
  position: relative;
}
.btf-row12-outer h2 > span {
  display: inline-block;
  font-size: 32px;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}
.btf-row12-outer h2:after {
  content: "";
  width: 125px;
  height: 3px;
  background-color: #9ad1d4;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -35px;
}
.btf-row12-outer p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin-bottom: 30px;
}
.btf-row12-outer p:last-child {
  margin: 0;
}
/* btf row12 ends here ----------------------- */

/* btf row13 starts here --------------------- */
.btf-row13-outer {
  padding: 135px 0 70px 0;
  background: #ccdcdc;
  background: -moz-linear-gradient(top, #ccdcdc 0%, #dee8e9 49%, #f1f5f6 100%);
  background: -webkit-linear-gradient(
    top,
    #ccdcdc 0%,
    #dee8e9 49%,
    #f1f5f6 100%
  );
  background: linear-gradient(to bottom, #ccdcdc 0%, #dee8e9 49%, #f1f5f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdcdc', endColorstr='#f1f5f6',GradientType=0 );
}
.btf-row13-outer .container {
  max-width: 1090px;
}
.btf-row13-outer h2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #0e5375;
  font-size: 74px;
  line-height: 0.95;
  font-family: "playfair_displaybold_italic";
  margin-bottom: 95px;
}
.btf-row13-outer h2 > span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}
.hpfaq-row {
  margin: 0 0 90px 0;
}
.hpfaq-row:last-child {
  margin: 0;
}
.hpfaq-row h3 {
  color: #0e5375;
  font-size: 24px;
  line-height: 1;
  font-family: "oswaldbold";
  margin: 0 0 20px 0;
}
.hpfaq-row p {
  color: #121212;
  font-size: 18px;
  line-height: 2;
  font-family: "latoregular";
  margin-bottom: 25px;
}

/* btf row13 ends here ----------------------- */

/* btf row14 starts here --------------------- */
.btf-row14-outer {
  background-color: #f5f5f7;
  background: #f5f5f7;
  background: -moz-linear-gradient(top, #f5f5f7 0%, #fefefe 49%, #fff 100%);
  background: -webkit-linear-gradient(top, #f5f5f7 0%, #fefefe 49%, #fff 100%);
  background: linear-gradient(to bottom, #f5f5f7 0%, #fefefe 49%, #fff 100%);
  padding: 120px 0 80px 0;
}
.btf-row14-outer .container {
  max-width: 910px;
}
.btf-row14-outer h2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #0e5375;
  font-size: 34px;
  text-align: center;
  line-height: 0.95;
  font-family: "playfair_displaybold_italic";
  margin-bottom: 15px;
}
.btf-row14-outer h2 > span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 30px;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}

/* btf row14 ends here ---------------------------------- */

/* btf row15 starts here -------------------------------- */
.btf-row15-outer {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.btf-row15-outer .slick-dotted.slick-slider {
  margin: 0;
}
.row15-title {
  position: absolute;
  left: 180px;
  top: 100px;
  width: 370px;
}
.row15-title h2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #0e5375;
  font-size: 74px;
  line-height: 0.95;
  font-family: "playfair_displaybold_italic";
  margin-bottom: 35px;
}
.row15-title .subtitle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 35px;
  font-family: "playfair_displayregular";
  margin-bottom: 20px;
}
.row15-title a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 22px;
  line-height: 0.9;
  color: #0e5375;
  font-family: "playfair_displayregular";
  letter-spacing: 2px;
}
.btf15-slider {
  width: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.btf15-slider h4 {
  color: #121212;
  font-size: 20px;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 10px;
  font-family: "latobold";
}
.btf15-slider p {
  color: #121212;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-family: "latobold";
}
.btf15-slider .phone {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #121212;
  font-size: 18px;
  line-height: 0.9;
  font-family: "latobold";
}
.btf15-slider .phone a {
  display: inline-block;
  color: #121212;
  font-size: 18px;
  line-height: 0.9;
  font-family: "latobold";
}
.btf15-slider .slick-dots {
  bottom: 0;
  top: 310px;
  width: 300px;
  height: 40px;
  left: 220px;
}
.btf15-slider .slick-dots li {
  z-index: 99;
}
.btf15-slider .slick-dots:after {
  content: "";
  background-color: #9ad1d4;
  width: 300px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 20px;
}
.btf15-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #9ad1d4;
  border-radius: 50%;
}
.btf15-slider .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
}
.btf15-slider .slick-prev,
.btf15-slider .slick-next {
  top: 330px;
  width: 23px;
  height: 42px;
  z-index: 9;
}
.btf15-slider .slick-arrow:hover,
.btf15-slider .slick-arrow:hover {
  top: 310px;
  -webkit-transform: scaleY(1.5);
  -moz-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -o-transform: scaleY(1.5);
  transform: scaleY(1.5);
}
.btf15-slider .slick-next {
  right: 0;
  left: 520px;
}
.btf15-slider .slick-prev {
  left: 197px;
}
.btf15-slider .slick-prev:before {
  background: url(../images/location-arrow1.png) left top no-repeat;
  background-size: cover;
  width: 23px;
  height: 42px;
  content: "";
  display: inline-block;
}
.btf15-slider .slick-next:before {
  background: url(../images/location-arrow2.png) left top no-repeat;
  background-size: cover;
  width: 23px;
  height: 42px;
  content: "";
  display: inline-block;
}
.btf15-slider .location-slider-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.btf15-slider .location-sliderdetail {
  display: inline-block;
  width: 310px;
  margin: 380px 0 0 205px;
  box-sizing: border-box;
  vertical-align: top;
}
.btf15-slider .location-map {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.btf15-slider .location-map:before {
  content: "";
  border-bottom: 130px solid transparent;
  border-left: 2000px solid #fff;
  border-top: 0 solid transparent;
  position: absolute;
  right: -20px;
  top: 0px;
  z-index: 9;
}
.btf15-slider .location-map img {
  width: 100%;
}
.btf-row15-outer .connectus-outer {
  position: absolute;
  z-index: 10;
  left: 220px;
  bottom: 300px;
}
.btf-row15-outer .connectus-outer h3 {
  color: #9ad1d4;
  font-size: 38px;
  line-height: 0.9;
  margin-bottom: 25px;
  font-family: "playfair_displayregular";
}
.btf-row15-outer .connectus-outer ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 280px;
}
.btf-row15-outer .connectus-outer ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18px;
}
.btf-row15-outer .connectus-outer ul li:nth-child(2) {
  width: 40px;
}
.btf-row15-outer .connectus-outer ul li:nth-child(3) {
  width: 48px;
}
.btf-row15-outer .connectus-outer ul li:nth-child(4),
.btf-row15-outer .connectus-outer ul li:nth-child(5) {
  width: 35px;
}
.btf-row15-outer .connectus-outer ul li a {
  display: flex;
  width: 100%;
}
.btf-row15-outer .connectus-outer ul li a img {
  width: 100%;
}

/* btf row15 ends here ---------------------------------- */

/* footer starts here ----------------------------------- */
.footer {
  position: relative;
  background-color: #0c4865;
  padding: 260px 0 90px 0;
  background: url(../images/footer-bg.svg) left top repeat-x;
  background-size: cover;
  overflow: hidden;
  margin-top: -180px;
}
.footer .container {
  max-width: 1100px;
}
.footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.footer .footer-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 210px;
}
.footer .footer-left a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.footer .footer-left a img {
  width: 100%;
}
.footer .footer-left span {
  color: #fff;
  font-size: 10px;
  line-height: 0.9;
}
.footer .footer-center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 225px;
  margin-top: 30px;
}
.footer .footer-center ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 98px;
  text-align: left;
}
.footer .footer-center ul:last-child li {
  justify-content: flex-start;
}
.footer .footer-center ul li {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.footer .footer-center ul li a {
  display: flex;
  color: #fff;
  font-size: 12px;
  line-height: 0.9;
}
.footer .footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 205px;
  margin-top: 40px;
}
.footer .footer-right span {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 0.9;
  margin-bottom: 15px;
}
.footer .footer-right a {
  display: inline-block;
}
.footer .footer-right a img {
  width: 100%;
}
.footer .shark-bg {
  background: url(../images/shark-facing-right2.svg) left center no-repeat;
  background-size: contain;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 450px;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 5s linear infinite;
  position: absolute;
  left: 0;
  bottom: -35%;
}
@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
    opacity: 0;
  }
  5% {
    opacity: 0.4;
  }
  100% {
    background-position: 100vw 0;
    opacity: 1;
  }
}

/* footer ends here ------------------------------------- */

/* live chat popup starts here ----------------------------- */
/*.live-chat-popup {
  position: fixed;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}
.live-chat-popup:before {
  position:fixed;
  left:0;
  top:-100%;
  background-color:rgba( 255,255,255,.8 );
  width:100%;
  height:100%;
  content:'';
  z-index: 2;
}
.live-chat-popup.show {
  top:0;
  -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.live-chat-popup.show:before {
  top:0;
  -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.live-chat-popupinner {
  width:725px;
  height:440px;
  margin:0 auto;
  text-align:center;
  background:url(https://www.alexhernandeztriallaw.com/wp-content/themes/arh/images/Live-Chat-background.jpg) center center no-repeat;
  position: relative;
  z-index: 3;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.livechat-close {
  position: relative;
  right:20px;
  top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width:35px;
  height:35px;
  margin-left:auto;
  cursor:pointer;
}
.live-chat-title {
  display: inline-block;
  width:100%;
  text-align:center;
  color:#fff;
  font-size:42px;
  line-height: .9;
  margin-bottom:25px;
  font-family: 'latoregular';
}
.live-chat-title .livechat-italic {
  color:#fff;
  font-size:42px;
  line-height: .9;
  font-family: 'latoitalic';
}
.live-chat-title .livechat-bold {
  color:#fff;
  font-size:42px;
  line-height: .9;
  font-family: 'latobold';
}
.live-chatdetail {
  display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.live-chatdetail ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width:280px;
}
.live-chat-popupinner ul li {
  display: flex;
  width:135px;
  margin:0 0 35px 0;
  padding:0;
}
.live-chat-popupinner ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width:100%;
  color:#fff;
  font-size:18px;
  line-height: 65px;
  text-transform:uppercase;
  border-radius:32px;
  font-family: 'open_sansbold';
  background: rgb(36,130,187);*/
/*   background: linear-gradient(90deg, rgba(36,130,187,1) 0%, rgba(41,143,195,1) 49%, rgba(226,226,226,1) 2994c4%); */
/*}*/

/* ip atf starts here ------------------------------------ */
.ip-atf {
  background: url(../images/ip-atf-bg.jpg) left top no-repeat;
  background-size: cover !important;
  height: 365px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.ip-atf-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  flex-direction: column;
}
.ip-atf-detail .title-outer {
  max-width: 645px;
}
.ip-atf-detail .ip-atf-btns {
  display: flex;
  justify-content: space-around;
  max-width: initial;
  width: auto;
}
.ip-atf-title {
  display: inline-block;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  font-family: "playfair_displayregular";
  text-align: center;
}
.ip-atf-title span {
  font-family: "playfair_displaybold_italic";
}
.ip-atf-consultationbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  background: #0e5072;
  background: -moz-linear-gradient(top, #0e5072 0%, #0a3e56 48%, #072a3d 100%);
  background: -webkit-linear-gradient(
    top,
    #0e5072 0%,
    #0a3e56 48%,
    #072a3d 100%
  );
  background: linear-gradient(to bottom, #0e5072 0%, #0a3e56 48%, #072a3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5072', endColorstr='#072a3d',GradientType=0 );
  border-radius: 42px;
  margin: 15px 30px 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ip-atf-consultationbtn:last-child {
  margin-right: 0;
}
.ip-atf-consultationbtn span {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 78px;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  letter-spacing: 1.5px;
  position: relative;
  z-index: 2;
}
.ip-atf-consultationbtn span a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  letter-spacing: 1.5px;
  position: relative;
  z-index: 2;
}
.ip-atf-consultationbtn:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e7fbf;
  -webkit-animation: animtop 5s forwards, animtop2 2s forwards;
  animation: animtop 5s forwards, animtop2 2s forwards;
}

/* ip atf ends here -------------------------------------- */

/* ip starts here ---------------------------------------- */
.ip-detail-outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.bio-detail {
  padding: 30px 0 0 0;
}
.bio-info {
  display: inline-block;
  width: 100%;
}
.bio-thumbnail {
  margin: 0 55px 30px 0;
}
.bio-thumbnail {
  float: left;
  width: 420px;
  object-fit: cover;
  margin-left: -150px;
}
.ip-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 70%;
  margin-left: 140px;
}
.page-template-template-contact .ip-left {
  flex-direction: initial;
}
.ip-left h1 {
  color: #0e5375;
  font-size: 46px;
  line-height: 1.2;
  margin: 60px 0;
  font-family: "playfair_displayregular";
  /*   max-width:710px; */
}
.single .ip-left {
  position: relative;
}
.single .ip-left-inner {
  position: relative;
}
.single .ip-left h1 {
  margin-bottom: 100px;
  max-width: initial;
}
.ip-left.ip-sub-pages h1 {
  padding-left: 20px;
}
.ip-left h2 {
  font-size: 24px;
  line-height: 1;
}
.ip-left h2 img {
  width: 100%;
  object-fit: cover;
}
.ip-left h2,
.ip-left h3,
.ip-left h4 .ip-left h5,
.ip-left h6 {
  color: #0e5375;
  font-family: "oswaldbold";
  width: 100%;
  margin-bottom: 25px;
}
.ip-left h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.ip-left h4 {
  font-size: 19px;
  margin-bottom: 15px;
}
.ip-left h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.ip-left h6 {
  font-size: 17px;
  margin-bottom: 15px;
}
.ip-left p {
  color: #444;
  font-size: 18px;
  line-height: 1.6;
  font-family: "latoregular";
  margin-bottom: 35px;
}
.ip-left p img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}
.ip-left p img.alignleft {
  width: auto;
  margin-bottom: 20px;
}
.ip-left blockquote {
  margin-left: 30px;
}
.ip-left blockquote p {
  border-left: 2px solid #039969;
  padding-left: 15px;
}
.ip-left ul {
  /*  display:flex;
  flex-wrap: wrap;*/
  margin: 0 0 40px40px;
}
.ip-left ul li {
  display: list-item;
  width: 100%;
  /*  justify-content: flex-start;
  align-items: flex-start;*/
  color: #444;
  /*font-size:18px;*/
  line-height: 1.6;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.ip-left ul li a,
.ip-left ul li strong,
.ip-left ul li a strong,
.ip-left ul li strong a,
.ip-left ul li a span,
.ip-left ul li span {
  color: #444;
  font-size: 18px;
  line-height: 1.1;
}
.ip-left ul li:before {
  /*  content:'';
  background-color:#039969;
  width:8px;
  height:8px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:3px;*/
}
.ip-left .logo-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 445px;
  margin: 110px 0 100px 0;
}
.ip-left .logo-list li {
  display: flex;
  padding-left: 0;
}
.ip-left .logo-list li:before {
  content: none;
}
.ip-left .logo-list li {
  width: 135px;
}
.ip-left .logo-list li:nth-child(2) {
  width: 225px;
}
.ip-left .logo-list li img {
  width: 100%;
}

/* results page starts here ------------------------- */
.results-row-outer {
  width: 100%;
  margin: 60px 0 0 0;
}
.results-row {
  padding: 0 20px 32px 20px;
  margin: 0 0 65px 0;
  border-bottom: 2px solid #039969;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 80%;
  box-sizing: border-box;
}
.results-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 220px;
}
.results-left .amount {
  display: inline-block;
  width: 100%;
  color: #0e5375;
  font-size: 48px;
  line-height: 1;
  font-family: "oswald_regularregular";
  margin-bottom: 15px;
}
.results-left .amount > span {
  color: #1779b8;
}
.results-left .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #049969;
  font-size: 24px;
  line-height: 0.9;
  font-family: "oswaldbold";
  letter-spacing: 2px;
}
.results-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 70%;
}
.results-right p {
  color: #121212;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}

/* results page ends here --------------------------- */

/* reviews page starts here ------------------------- */
.reviews-outer {
  margin: 60px 0 0 0;
}
.reviews-row {
  padding: 0 0 40px 0;
  margin: 0 0 70px 0;
  border-bottom: 2px solid #039969;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 80%;
  box-sizing: border-box;
}
.reviews-row p {
  position: relative;
  margin: 0;
  padding: 0 120px 0 40px;
}
.reviews-row p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 16px;
  background: url(../images/reviews-para-quoma.png) left top no-repeat;
  background-size: cover;
}
.reviews-row p:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 20px;
  height: 16px;
  background: url(../images/reviews-para-quoma2.png) left top no-repeat;
  background-size: cover;
}
.reviews-row span {
  display: inline-block;
  width: 100%;
  margin-right: 142px;
  color: #0e7fbf;
  font-size: 24px;
  line-height: 1;
  font-family: "latoregular";
  text-align: right;
}

/* reviews page ends here --------------------------- */

/* contact page starts here ------------------------------ */
.contact-form {
  margin: 10px auto 80px auto;
  width: 100%;
  max-width: 820px;
}
.contact-appointment {
  text-align: center;
  margin: 0 auto 115px auto;
}
.ip-left .contact-titles {
  color: #0e5375;
  font-size: 44px;
  line-height: 0.95;
  font-family: "playfair_displayregular";
  margin-bottom: 60px;
}
.ip-left .contact-titles > span {
  display: inline-block;
  width: 100%;
  font-size: 74px;
  font-family: "playfair_displaybold_italic";
}
.contact-appointment p {
  color: #444;
  font-size: 24px;
  line-height: 1.4;
  font-family: "latoregular";
  margin: 50px 0 45px 0;
}
.appointment-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 65px;
  background-color: #039969;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
}
.appointment-btn span {
  color: #fff;
  font-size: 20px;
  line-height: 65px;
  font-family: "oswaldmedium";
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.appointment-btn span a {
  color: #fff;
}
.appointment-btn:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e7fbf;
  -webkit-animation: animtop 5s forwards, animtop2 2s forwards;
  animation: animtop 5s forwards, animtop2 2s forwards;
}
.contact-location {
  text-align: center;
  width: 730px;
  margin: 0 auto;
}
.location-row-outer {
  margin: 60px 0 100px 0;
}
.location-row {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 2px solid #039969;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.location-row:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.location-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 325px;
}
.ip-left .location-box h3 {
  color: #0e5375;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "oswaldbold";
}
.ip-left .location-box p {
  color: #444;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 30px 0;
  font-family: "oswald_regularregular";
}
.ip-left .location-box a {
  color: #0e5375;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "oswaldbold";
}
.ip-left .location-box iframe {
  margin: 25px 0 0 0;
}
.ip-left .location-detail {
}
.connectus-outer.contact-list {
  width: 100%;
}
.connectus-outer.contact-list h3 {
  color: #9ad1d4;
  font-size: 38px;
  line-height: 0.9;
  margin-bottom: 35px;
  font-family: "playfair_displayregular";
  text-align: center;
}
.connectus-outer.contact-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 280px;
  margin: 0 auto 110px auto;
  position: relative;
  z-index: 9;
}
.connectus-outer.contact-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18px;
  padding: 0;
  margin: 0;
}
.connectus-outer.contact-list li:before {
  display: none;
}
.connectus-outer.contact-list li:nth-child(2) {
  width: 40px;
}
.connectus-outer.contact-list li:nth-child(3) {
  width: 48px;
}
.connectus-outer.contact-list li:nth-child(4),
.connectus-outer.contact-list li:nth-child(5) {
  width: 35px;
}
.connectus-outer.contact-list li a {
  display: flex;
  width: 100%;
}
.connectus-outer.contact-list li a img {
  width: 100%;
}

/* contact page ends here -------------------------------- */

/* blog starts here ---------------------------------- */
.blog-row {
}

.main {
  max-width: 100%;
}

.blog-detail {
  margin: 0 0 0 0;
}
.blog-detail img {
  max-width: 300px;
  width: 100%;
  float: left;
  object-fit: contain;
  min-width: 300px;
}
.blog-detail h2,
.blog-detail h2 a {
  color: #0e5375;
  font-size: 24px;
  line-height: 1;
  font-family: "oswaldbold";
  margin: 35px 0 45px 0;
}
.blog-detail p {
  color: #444;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  font-family: "latoregular";
}
.blog-detail a {
  color: #049969;
  font-family: "latobold_italic";
  text-transform: uppercase;
}
.arh-blog-detail-body {
  display: flex;
  /*flex-wrap: wrap;*/
}

.arh-featured {
  width: auto;
  float: left;
  margin-right: 30px;
  flex-grow: 1;
}

.blog-row .pagination {
  margin-bottom: 50px;
}
.blog-row .pagination a {
  margin-left: 20px;
}
.blog-row .pagination a:first-child {
  margin-left: 0 !important;
}
.blog-row .pagination a.active,
.blog-row .pagination a:hover {
  background-color: #dcdcdc;
  color: #131313;
}
.blog-row .pagination a {
  color: #fff;
  background: #049969;
  padding: 0 8px;
  transition: all ease 0.3s;
}
.single .navigation.post-navigation {
  margin-bottom: 50px;
}

/* Base Template Styles */
main {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
main .ip-left {
  margin-left: 0px;
}

.base-sidebar,
.ip-asidebar {
  margin-top: 60px;
}

.ip-left ul.remove-bullets li:before {
  display: none;
}

.base-sidebar h2.widget-title,
ip-asidebar h2.widget-title {
  margin-bottom: 30px;
}

.wp-block-quote {
  border-left: none;
  margin: 0;
  padding-left: 0;
}
/* blog starts here ---------------------------------- */
.ip-asidebar {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 325px;
  padding: 0 30px 0 25px;
}
.ip-asidebar h3 {
  color: #1779b8;
  font-size: 24px;
  line-height: 1;
  margin: 65px 0 25px 0;
  text-transform: capitalize;
  font-family: "oswaldbold";
}
.ip-asidebar ul {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 30px;
}
.ip-asidebar ul > li {
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.ip-asidebar ul li.parent:after {
  background: url(../images/aside-arrow.png) right top no-repeat;
  width: 9px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
  content: "";
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ip-asidebar ul li.parent.active:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ip-asidebar ul li a {
  display: inline-block;
  width: 80%;
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  font-family: "latoregular";
}
.ip-asidebar ul li a:hover {
  color: #1779b8;
}
.ip-asidebar ul li.active a {
  color: #0056b3;
}
.ip-asidebar ul li ul {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.5s ease;
}
.ip-asidebar ul li ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 10px;
  line-height: 1;
  vertical-align: top;
}
.ip-asidebar ul li.active ul li ul {
  display: none;
  margin-top: 15px !important;
}
.ip-asidebar ul li.active ul li a {
  color: #444;
}
.ip-asidebar ul li ul li:last-child {
  margin-bottom: 0;
}
.ip-asidebar ul li.active ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  margin: 5px 0 10px 15px;
}
.ip-asidebar form,
.ip-asidebar section {
  padding: 20px 0 0 20px;
}
.ip-asidebar form input {
  width: 100%;
  border: 1px solid #dcdcdc;
}

/* ip ends here ------------------------------------------ */
html .formcraft-css .fc-form.fc-form-2 {
  box-shadow: none;
}
html .hp-contact-form .formcraft-css .fc-form.fc-form-2 {
}
.formcraft-css
  .fc-form.fc-form-2.label-floating
  .form-element
  .field-cover
  input[type="text"],
.formcraft-css
  .fc-form.fc-form-2.label-floating
  .form-element
  .field-cover
  input[type="email"],
.formcraft-css
  .fc-form.fc-form-2.label-floating
  .form-element
  .field-cover
  input[type="password"],
.formcraft-css
  .fc-form.fc-form-2.label-floating
  .form-element
  .field-cover
  input[type="tel"],
.formcraft-css
  .fc-form.fc-form-2.label-floating
  .form-element
  .field-cover
  textarea,
.formcraft-css
  .fc-form.fc-form-2.label-floating
  .form-element
  .field-cover
  select,
.formcraft-css
  .fc-form.fc-form-2.label-floating
  .form-element
  .field-cover
  .time-fields-cover {
  border: 3px solid #0e5275 !important;
  height: 65px;
  padding: 0 15px;
  font-family: "latoregular";
  font-size: 20px;
}
html
  .formcraft-css
  .fc-form.label-floating
  .form-element.error-field
  .form-element-html
  input[type="text"],
html
  .formcraft-css
  .fc-form.label-floating
  .form-element.error-field
  .form-element-html
  input[type="email"],
html
  .formcraft-css
  .fc-form.label-floating
  .form-element.error-field
  .form-element-html
  input[type="tel"],
html
  .formcraft-css
  .fc-form.label-floating
  .form-element.error-field
  .form-element-html
  input[type="password"],
html
  .formcraft-css
  .fc-form.label-floating
  .form-element.error-field
  .form-element-html
  textarea,
html
  .formcraft-css
  .fc-form.label-floating
  .form-element.error-field
  .form-element-html
  select,
.formcraft-css
  .fc-form.fc-form-2
  .form-element
  .form-element-html
  input[type="text"]:focus,
.formcraft-css
  .fc-form.fc-form-2
  .form-element
  .form-element-html
  input[type="email"]:focus,
.formcraft-css
  .fc-form.fc-form-2
  .form-element
  .form-element-html
  input[type="tel"]:focus,
.formcraft-css
  .fc-form.fc-form-2
  .form-element
  .form-element-html
  input[type="password"]:focus,
.formcraft-css
  .fc-form.fc-form-2
  .form-element
  .form-element-html
  textarea:focus,
.formcraft-css .fc-form.fc-form-2 .form-element .form-element-html select {
  border-color: #039969 !important;
  color: #121212 !important;
}
html
  .formcraft-css
  .fc-form.label-floating
  .form-element.error-field
  .form-element-html
  .field-cover
  > span,
.formcraft-css .fc-form.fc-form-2 .form-element .field-cover.has-focus > span {
  color: #121212 !important;
  top: 0 !important;
}
html .formcraft-css .fc-form.label-floating .field-cover.has-input > span,
html .formcraft-css .fc-form.label-floating .field-cover.has-focus > span {
  transform: translate3d(0, -30px, 0) scale(0) !important;
  -webkit-transform: translate3d(0, -30px, 0) scale(0) !important;
}
html .formcraft-css .fc-form.label-floating .form-element .field-cover > span {
  font-size: 22px;
  padding: 15px 20px;
}
html
  .formcraft-css
  .fc-form
  .form-element.is-required-true
  .field-cover
  > span
  > span:first-child
  > span::after {
  color: #121212;
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover p {
  color: #0e5375;
  font-size: 14px;
  font-family: "latoitalic";
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 10px;
}
html .formcraft-css .fc-form .form-element:nth-child(4) .form-element-html {
  padding-bottom: 0 !important;
}
html
  .formcraft-css
  .fc-form
  .form-element
  .submit-cover.align-center
  .submit-button {
  width: 260px;
  height: 70px;
  border: 0;
  background-color: #039969;
  width: 258px;
  height: 68px;
  border-radius: 32px;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
html
  .formcraft-css
  .fc-form
  .form-element
  .submit-cover.align-center
  .submit-button:hover {
  background-color: #0e7fbf;
}
html .formcraft-css .fc-form .form-element .submit-cover .submit-button > span {
  line-height: 68px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  font-weight: 500;
}
.single .ip-left .dpsp-share-text {
  position: absolute;
  right: 100px;
  top: -80px;
}
.single .ip-left .post-date {
  position: absolute;
  left: 5px;
  top: -70px;
  color: #444;
  font-size: 18px;
  line-height: 0.9;
  font-family: "latobold";
}
.single .ip-left .dpsp-networks-btns-wrapper {
  position: absolute;
  top: -80px;
  right: 0px;
  width: 92px;
}
.single .ip-left .dpsp-networks-btns-wrapper li {
  width: 28px;
}
.single .ip-left .dpsp-networks-btns-wrapper li:before {
  display: none;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter,
.dpsp-networks-btns-wrapper
  .dpsp-network-btn.dpsp-twitter:hover
  .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover,
.dpsp-networks-btns-wrapper
  .dpsp-network-btn.dpsp-facebook:hover
  .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest,
.dpsp-networks-btns-wrapper
  .dpsp-network-btn.dpsp-pinterest:hover
  .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover {
  border: 0;
  background-color: transparent;
}
.dpsp-network-btn .dpsp-network-icon:before,
.dpsp-network-btn .dpsp-network-icon:after {
  color: #029a69;
  font-size: 20px;
  left: -10px;
  top: 45%;
}
.single .post-title,
.single h2.screen-reader-text {
  display: none;
}
.single .navigation.post-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-right: 15px;
}
.single .nav-links {
  display: flex;
  /*   flex-wrap; */
  width: 205px;
}
.single .nav-previous {
  display: flex;
  width: 98px;
  position: relative;
}
.single .nav-next {
  display: flex;
  width: 50px;
  position: relative;
  padding-left: 8px;
}
.nav-links .screen-reader-text {
  color: #049969;
  font-size: 20px;
  line-height: 1;
  font-family: "latobold";
}
.single .nav-previous:after {
  content: "|";
  color: #121212;
  font-size: 24px;
  vertical-align: top;
  line-height: 22px;
  position: relative;
  top: 2px;
  left: 2px;
}
.single .nav-previous a:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/post-arrow1.png) left top no-repeat;
  display: inline-block;
  left: -8px;
  top: 3px;
  position: relative;
}
.single .nav-next a:after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/post-arrow2.png) left top no-repeat;
  display: inline-block;
  top: 5px;
  position: absolute;
  left: 59px;
}
.btf-row14-outer.popup-modal {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  margin: 0 auto;
  max-width: 1020px;
  z-index: 99;
  transition: all ease 0.5s;
  padding: 0;
  background: #fafbfd;
  border: 1px solid #dcdcdc;
}
.btf-row14-outer.popup-modal.show-popup:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.btf-row14-outer.popup-modal.show-popup {
  opacity: 1;
  visibility: visible;
  height: auto;
  top: 15%;
}
.btf-row14-outer.popup-modal h2 {
  padding-top: 45px;
}
.btf-row14-outer.popup-modal img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
/* Right Sidebar Call Us Form */
#right-sidebar-form .ip-asidebar {
  display: block;
  width: 100%; 
}
#right-sidebar-form .ip-asidebar form {
padding: 20px 20px 0px 20px;
}
@media only screen and (min-width: 768px){
  /* Right Sidebar Call Us Form */
  #right-sidebar-form .ip-asidebar {
    display: flex;
    width: 325px;
  }
  #right-sidebar-form .gform_required_legend {
    display: none;
  }
  #right-sidebar-form .ip-asidebar h3 {
    margin: 25px 0 25px 0;
    line-height: 1.4;
  }
  #right-sidebar-form .ip-asidebar form {
    padding: 20px 20px 0 20px;
  }
  /* Form */
  #right-sidebar-form .gform_fields #field_5_1 {
    grid-column: 1/-1;
}
  #right-sidebar-form .gform_wrapper.gravity-theme .gfield {
   grid-column: span 6;
 }

 #right-sidebar-form .gform_fields #field_5_7 {
   grid-column: 1/-1;
 }
 #right-sidebar-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 96px;
}
}

/* 404 page starts here ---------------------------------- */
.ip-left .practice-areas-404 {
  padding-left: 0;
  margin: 60px 0 0;
  max-width: 750px;
  text-align: center;
}
.ip-left .practice-areas-404 li {
  width: 49.6%;
  display: flex;
  margin-bottom: 60px;
  padding-left: 0;
  text-decoration: none;
  justify-content: center;
  align-items: flex-end;
}
.ip-left .practice-areas-404 li:before {
  display: none;
}
.ip-left .practice-areas-404 li a {
  text-decoration: none;
}
.ip-left .practice-areas-404 li img {
  max-width: 79px;
  max-height: 86px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  margin: 0 auto;
}
.ip-left .practice-areas-404 li h4 {
  color: #131313;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.ip-left .title-404page .thumbnail img {
  width: 100%;
  max-width: 610px;
  max-height: 355px;
  object-fit: contain;
  margin-bottom: 20px;
}
.ip-left .title-404page .recent-posts {
  display: flex;
  width: 100%;
  font-size: 40px;
  color: #121212;
}
#bh_phone {
  position: fixed !important;
  top: auto !important;
  right: 11px !important;
  bottom: 26px !important;
  max-width: 135px !important;
  left: auto !important;
}
#bh_widget_wrapper *,
#bh_widget_wrapper ::before,
#bh_widget_wrapper ::after {
  display: none;
}
#apexchat_static_tab,
#apexchat_static_tab_text {
  display: none !important;
}
#apexchat_invitation_container_minimized_wrapper {
  display: none !important;
  left: 0px !important;
  width: 20%;
}

.archive article {
  margin-top: 40px;
}

li {
  margin-bottom: 20px;
}

/* media query starts here ------------------------------- */
@media (max-width: 1899px) {
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 143px;
  }
}
@media (max-width: 1750px) {
  .btf-row1-outer .wave {
    bottom: -78px;
    height: 129px;
  }
  .btf-row6-outer .wave {
    height: 127px;
  }
}

@media (max-width: 1650px) {
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 125px;
  }
  .btf-row15-outer .connectus-outer {
    bottom: 160px;
  }
  .results-row,
  .reviews-row {
    width: 100%;
  }
  .btf-row5-outer .btf-row5-detail {
    width: 645px;
  }
  .btf-row5-outer h2 {
    font-size: 74px;
  }
  .btf-row5-outer .btfrow5-inner {
    padding: 0 30px;
  }
}

@media (max-width: 1599px) {
  .btf-row6-outer .wave {
    bottom: -50px;
  }
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 114px;
  }
  .ip-left {
    width: 55%;
  }
  #draggable.show {
    right: 60px;
  }
}

@media (max-width: 1500px) {
  .btf-row1-detail {
    padding-bottom: 50px;
  }
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 106px;
  }
  .btf-row10-outer .row10-left,
  .btf-row8-outer .row8-right {
    width: 47%;
  }
  .btf-row8-outer .row8-right img {
    height: 630px;
  }
  .btf-row10-outer .row10-left img {
    height: 705px;
  }
  .btf-row6-outer .image-right {
    padding-left: 25px;
  }
}

@media (max-width: 1399px) {
  .hp-atf-bg {
    background-position: right center !important;
  }
  .hp-atf-bg .hp-atf-detail {
    padding-top: 65px;
  }
  .btf-row1-outer .wave {
    bottom: -48px;
  }
  .btf-row1-outer .shark-bg {
    left: -48%;
  }
  .results-right {
    width: 430px;
  }
  .btf-row14-outer.popup-modal h2 {
    margin-bottom: 0;
  }
  html .formcraft-css .fc-form .form-element .field-cover.customText-cover {
    padding-bottom: 0 !important;
  }
  .btf15-slider .location-map iframe {
    height: 820px;
  }
  .btf-row4-outer .shark-image1 {
    right: 200px;
  }
  .btf-row4-outer .shark-image2 {
    right: 310px;
  }
}

@media (max-width: 1359px) {
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 97px;
  }
  .btf-row6-outer .wave {
    bottom: -80px;
  }
  .btf15-slider p {
    margin-bottom: 0;
  }
  .btf-row5-outer .btf-row5-thumbnail {
    width: 400px;
  }
}

@media (max-width: 1400px) {
  .header .nav ul li a {
    font-size: 13px;
  }
}

@media (max-width: 1279px) {
  .header .nav {
    width: 650px;
  }
  .header .nav ul li a {
    font-size: 12px;
  }
  .hp-atf-bg .hp-atf-detail {
    width: 800px;
  }
  .hp-atf-bg .atf-btn-outer {
    width: 100%;
    text-align: center;
  }
  .btf-row1-detail {
    margin-left: 50px;
  }
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 91px;
  }
  .btf-row6-outer .image-row {
    margin-right: 50px;
  }
  .btf-row6-outer .image-left {
    width: 62%;
  }
  .btf-row6-outer .image-right {
    width: 37%;
  }
  .row15-title h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .row15-title .subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .btf15-slider .slick-dots {
    top: 240px;
  }
  .btf15-slider .slick-prev,
  .btf15-slider .slick-next {
    top: 263px;
  }
  .btf15-slider .slick-arrow:hover,
  .btf15-slider .slick-arrow:hover {
    top: 245px;
  }
  .btf15-slider .location-sliderdetail {
    margin-top: 290px;
  }
  .ip-left {
    width: 60%;
    margin-left: 50px;
  }
  .bio-thumbnail {
    width: 300px;
    margin: 0 30px 20px -50px;
  }
}

@media (max-width: 1199px) {
  .header .logo {
    width: 140px;
  }
  .header .nav {
    width: 550px;
    margin-top: 6px;
  }
  .header .nav ul li a {
    font-size: 12px;
    padding-bottom: 24px;
  }
  .header .nav ul li.parent > a:before {
    top: 22px;
  }
  .header .nav ul li .sub-menu {
    top: 64px;
  }
  .header .header-tel {
    width: 210px;
  }
  .header.fix-header .header-tel {
    width: 210px;
  }
  .header .header-tel span {
    font-size: 12px;
  }
  .header .header-tel a {
    font-size: 20px;
  }
  .btf-row1-detail {
    margin: 0;
    padding: 0;
  }
  .btf-row1-left {
    width: 100%;
    padding: 0 45px 55px 45px;
  }
  .btf-row1-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .btf-row1-right img {
    width: 80%;
  }
  .btf-row1-outer .shark-bg {
    bottom: 45%;
    left: 0;
  }
  .btf-row1-outer .ocean,
  .btf-row6-outer .ocean {
    background-color: #fff;
  }
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 121px;
    bottom: 60px;
  }
  .btf-row5-outer {
    background-position: center center !important;
  }
  .btf-row5-outer .btf-row5-thumbnail {
    width: 250px;
  }
  .btf-row6-outer .inner p {
    margin-bottom: 50px;
  }
  .btf-row6-outer .inner p:last-child {
    margin-bottom: 55px;
  }
  .btf-row6-outer .image-row {
    margin: 0;
  }
  .btf-row6-outer .image-left {
    width: 100%;
    display: flex;
    order: 2;
    margin-top: 50px;
  }
  .btf-row6-outer .image-left img {
    width: 80%;
  }
  .btf-row6-outer .image-right {
    width: 100%;
    padding: 0 50px;
  }
  .btf-row7-outer {
    padding-bottom: 65px;
  }
  .btf-row7-outer .inner,
  .btf-row6-outer .inner,
  .btf-row9-outer .inner,
  .btf-row13-outer .hpfaq-outer {
    padding: 0 30px;
  }
  .btf-row8-outer .row8-left {
    margin-left: 38px;
    width: 45%;
  }
  .btf-row10-outer .row10-right {
    width: 45%;
    margin-right: 38px;
  }
  .btf-row11-outer .row11-left,
  .btf-row11-outer .row11-right {
    width: 48%;
  }
  .btf-row12-outer .container {
    padding: 0 40px;
  }
  .row15-title {
    left: 70px;
  }
  .btf15-slider .location-map {
    margin-top: 60px;
  }
  .btf15-slider .slick-dots {
    left: 100px;
  }
  .btf15-slider .slick-prev {
    left: 80px;
  }
  .btf15-slider .slick-next {
    left: 400px;
  }
  .btf15-slider .location-sliderdetail {
    margin-left: 85px;
  }
  .btf-row15-outer .connectus-outer {
    left: 130px;
    bottom: 140px;
  }
  .btf-row15-outer .connectus-outer h3 {
    font-size: 30px;
    margin: 15px 0;
  }
  .btf-row15-outer .connectus-outer ul {
    width: 210px;
  }
  .btf-row15-outer .connectus-outer ul li {
    font-size: 12px;
  }
  .btf-row15-outer .connectus-outer ul li:nth-child(2) {
    width: 33px;
  }
  .btf-row15-outer .connectus-outer ul li:nth-child(3) {
    width: 35px;
  }
  .btf-row15-outer .connectus-outer ul li:nth-child(4),
  .btf-row15-outer .connectus-outer ul li:nth-child(5) {
    width: 26px;
  }
  .results-left {
    width: 180px;
  }
  .results-left .amount {
    font-size: 38px;
  }
  .results-left .title {
    font-size: 18px;
  }
  .results-right {
    width: 335px;
  }
  .location-box {
    width: 265px;
  }
  .ip-left .location-box h3,
  .ip-left .location-box a {
    font-size: 22px;
  }
  .ip-left .location-box p {
    font-size: 18px;
  }
  .connectus-outer.contact-list ul {
    margin-bottom: 180px;
  }
  .btf-row9-outer .row9-left,
  .btf-row9-outer .row9-right {
    width: 48%;
  }
  .btf15-slider .location-map:before {
    border-left: 1500px solid #fff;
  }
  .btf15-slider .location-map iframe {
    height: 620px;
  }
  html .page-template-template-contact .formcraft-css .fc-form .form-element {
    width: 100% !important;
  }
  .single .ip-left h1 {
    font-size: 30px;
  }

  .btf-row4-outer .shark-image1 {
    right: 120px;
  }
  .btf-row4-outer .shark-image2 {
    right: 230px;
  }
  .btf4-slider .slick-prev {
    left: 0;
    z-index: 999;
  }
  .btf4-slider .slick-next {
    right: 0;
    z-index: 999;
  }
}

@media (max-width: 991px) {
  .arh-blog-detail-body {
    flex-direction: column;
  }

  .btf-row1-detail .corona-notice {
    background: #9ad1d4;
    padding: 30px;
    margin-bottom: 30px;
    color: #0e5375 !important;
    width: 100%;
  }

  .btf-row1-detail .corona-notice h2,
  .btf-row1-detail .corona-notice h4,
  .btf-row1-left .corona-notice ul > li {
    /*  background: #9ad1d4;
      padding: 30px;
      margin-bottom: 30px;*/
    color: #0e5375 !important;
    /*  width: 50%;
      float: left;*/
  }

  .btf-row1-left .corona-notice h4 {
    margin-bottom: 10px;
    padding-left: 5px;
  }

  .btf-row1-left .corona-notice ul {
    padding-inline-start: 10px;
  }

  .btf-row1-detail .award-image {
    padding-left: 0px;
    width: 100%;
    float: none;
  }

  .header.fix-header {
    padding-bottom: 15px;
  }
  .header.header-bg {
    background-color: #fff;
    z-index: 99999999;
  }
  .nav-button {
    display: flex;
    z-index: 999999999;
  }
  .nav-button span {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 20.5px;
    background-color: #fff;
    width: 25px;
    height: 2px;
    display: inline-block;
  }
  body.body-fixed .nav-button.change-navicon:before,
  body.body-fixed .nav-button.change-navicon:after {
    background-color: #292929;
  }
  .nav-button:before,
  .nav-button:after {
    content: "";
    background-color: #fff;
    width: 25px;
    height: 2px;
    top: 28px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .nav-button:before {
    top: 13px;
  }
  .nav-button.change-navicon span {
    background-color: transparent;
  }
  .nav-button.change-navicon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 21px;
  }
  .nav-button.change-navicon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
  }
  .nav-button .change-navicon span,
  .nav-button .change-navicon.change-naviconcolor span {
    background-color: transparent;
  }
  .nav {
    display: block;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    padding: 0;
    position: fixed;
    width: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border-top: 1px solid #ddd;
    right: -100%;
    top: 55px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .nav ul li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    flex-wrap: wrap;
  }
  .nav ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0 15px 25px;
    width: calc(100% - 55px);
    border-bottom: 0;
    text-decoration: none;
  }
  .nav ul li.parent > a:before {
    width: 13px;
    height: 9px;
    right: -28px;
    top: 20px;
  }
  .header .nav {
    width: 100%;
    margin-top: 25px;
  }
  .nav.toggle-nav {
    right: 0;
    top: 80px;
    width: 100%;
    margin: 0;
    z-index: 11;
    align-items: flex-start;
    margin: 0;
  }
  .nav.toggle-nav:before {
    content: "";
  }
  .header .logo {
    width: auto;
  }
  .header .nav ul li .sub-menu {
    position: initial;
    width: 100%;
    padding: 0;
  }
  .header .nav ul > li:hover .sub-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
  }
  .header .nav ul li.item-active .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: initial;
    overflow: visible;
    height: auto;
    max-height: initial;
  }
  .header .nav ul li .sub-menu li .sub-menu {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .header .nav ul li .sub-menu li a {
    padding: 15px 15px 15px 35px;
    border-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    width: auto;
  }
  .header .nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 200px;
  }
  .header .nav ul li a {
    display: block;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0 15px 25px;
    width: auto;
    border-bottom: 0;
    text-decoration: none;
  }
  .header .nav ul > li > a:hover {
    width: auto;
  }
  .header .nav ul li.parent > a:before {
    display: none;
  }
  .header .nav ul li.parent:before {
    content: "\f0dd";
    font: normal normal normal 18px/1 FontAwesome;
    width: 13px;
    height: 9px;
    background-size: contain;
    position: absolute;
    right: -18px;
    top: 25px;
  }
  .header .nav ul li.parent:before,
  .header.fix-header .nav ul li.parent:before {
    top: 10px;
    width: 17px;
    right: 20px;
  }
  .header .nav ul li .sub-menu li {
    padding: 0;
  }
  .header
    .nav
    ul
    li.parent.item-active
    .sub-menu
    li.parent:hover
    .sub-menu
    li
    a {
    padding-left: 50px;
  }
  .header .nav ul li.parent .sub-menu li.parent a:before,
  .header .nav ul li.parent .sub-menu li.parent:hover a:before {
    top: 30%;
    right: -20px;
    transform: rotate(0);
  }
  .header .header-tel {
    display: none;
  }
  .hp-atf-bg {
    background-position: 50% 100% !important;
    align-items: flex-end;
  }
  .hp-atf-bg .hp-atf-detail {
    margin: 0 auto 75px auto;
    width: auto;
    justify-content: center;
    align-items: center;
  }
  .hp-atf-bg .contact-us,
  .ip-atf-consultationbtn {
    width: 23%;
  }
  .hp-atf-bg .subtitle {
    font-size: 45px;
    width: 100%;
  }
  .hp-atf-bg .contact-us span,
  .ip-atf-consultationbtn span {
    font-size: 18px;
    line-height: 55px;
  }
  .hp-atf-bg .atf-free-consultations,
  .hp-atf-bg .atf-free-consultations2 {
    font-size: 20px;
  }
  .btf-row1-title h2,
  .btf-row4-title h2 {
    font-size: 64px;
  }
  .btf-row1-title .subtitle {
    font-size: 38px;
  }
  .btf-row1-outer .ocean {
    bottom: -2px;
  }
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 59px;
  }
  .btf-row3-left {
    width: 250px;
  }
  .btf-row3-left img {
    width: 100%;
  }
  .btf-row10-outer .row10-left,
  .btf-row8-outer .row8-right {
    width: 45%;
  }
  .btf-row8-outer .row8-left p,
  .btf-row10-outer .row10-right p {
    font-size: 14px;
  }
  .btf-row11-outer .row11-consultation {
    width: 100%;
  }
  .btf-row11-outer .row11-consultation ul {
    justify-content: flex-start;
    width: 100%;
  }
  .btf-row11-outer .row11-consultation ul li {
    font-size: 19px;
  }
  .btf-row11-outer .row11-consultation ul li:last-child:before {
    margin: 0 5px;
  }
  .btf-row12-outer h2 {
    font-size: 54px;
  }
  .row15-title {
    position: relative;
    width: 100%;
    left: 0;
    top: 20px;
  }
  .row15-title h2 {
    font-size: 48px;
    margin-bottom: 45px;
  }
  .row15-title .subtitle {
    font-size: 32px;
  }
  .btf15-slider .location-slider-row {
    flex-wrap: wrap;
  }
  .btf15-slider .location-sliderdetail {
    width: 100%;
  }
  .btf15-slider .location-map {
    width: 100%;
  }
  .btf15-slider .slick-dots {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50px;
  }
  .btf15-slider .slick-prev {
    left: 211px;
  }
  .btf15-slider .slick-next {
    left: 534px;
  }
  .btf15-slider .slick-prev,
  .btf15-slider .slick-next {
    top: 73px;
  }
  .btf15-slider .slick-arrow:hover,
  .btf15-slider .slick-arrow:hover {
    top: 52px;
  }
  .btf15-slider .location-sliderdetail {
    margin: 130px auto 50px auto;
  }
  .btf-row15-outer .connectus-outer {
    left: 0;
    bottom: 0;
    right: 0;
    margin: 100px auto 70px auto;
    position: relative;
  }
  .footer {
    background-size: contain;
    padding-top: 150px;
    margin-top: -80px;
  }
  .footer:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #0a3f59;
    content: "";
  }
  .footer .footer-row {
    position: relative;
    z-index: 2;
  }
  .footer .shark-bg {
    z-index: 3;
  }
  .footer .footer-right {
    width: 230px;
  }
  .footer .shark-bg {
    height: 320px;
    bottom: -20%;
  }
  body.scroll.nav-button.active span,
  body.scroll.nav-button.active:before,
  body.scroll.nav-button.active:after {
    background-color: #fff;
  }
  .practicearea-box .practiceareas-detail h3 {
    margin-bottom: 15px;
  }
  .practiceareas-detail p {
    font-size: 14px;
    line-height: 1.7;
  }
  .hp-atf-bg iframe {
    height: 100% !important;
  }
  .hp-atf-bg .modal-content {
    border: 0;
  }
  .hp-atf-bg .modal-dialog {
    margin-top: 5rem;
  }
  body.body-fixed {
    overflow-x: hidden;
  }
  .btf-row11-outer .container {
    padding: 0 40px;
  }
  .btf15-slider .slick-prev:before,
  .btf15-slider .slick-next:before {
    opacity: 1;
  }
  .ip-left {
    width: 55%;
    margin-left: 35px;
  }
  .ip-left h1 {
    font-size: 30px;
  }
  .bio-thumbnail {
    width: 220px;
  }
  .results-left {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .results-right {
    width: 100%;
  }
  .reviews-row p {
    padding-right: 50px;
  }
  .reviews-row p:after {
    right: 50px;
  }
  .reviews-row span {
    margin: 25px 65px 0 0;
  }
  .contact-appointment p > br {
    display: none;
  }
  .location-box {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 25px;
    border-bottom: 2px solid #039969;
  }
  .location-row {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ip-left .location-box iframe {
  }
  .ip-asidebar {
    width: 290px;
  }
  .ip-left .title-404page .thumbnail img {
    width: 100%;
    max-height: 175px;
    object-fit: contain;
  }
  .btf-row4-outer .shark-image1 {
    right: 70px;
  }
  .btf-row4-outer .shark-image2 {
    right: 150px;
  }
  .header .nav ul li.parent .sub-menu li.parent:hover .sub-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
  }
  .header
    .nav
    ul
    li.parent.item-active
    .sub-menu
    li.parent.show-submenu
    .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: initial;
  }
  .ip-left p img {
    max-height: 160px;
  }
  .hp-atf-bg .contact-us span a,
  .ip-atf-consultationbtn span a {
    font-size: 18px;
  }
  .ip-atf-consultationbtn span a {
    line-height: 55px;
  }
  .btf-row5-outer .btf-row5-detail {
    width: 440px;
  }
  .btf-row5-outer h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 940px) and (max-width: 991px) {
  .btf15-slider .slick-next {
    left: 65%;
  }
  .btf15-slider .slick-prev {
    left: 33%;
  }
}

@media screen and (min-width: 870px) and (max-width: 939px) {
  .btf15-slider .slick-next {
    left: 66%;
  }
  .btf15-slider .slick-prev {
    left: 31%;
  }
}

@media screen and (min-width: 769px) and (max-width: 869px) {
  .btf15-slider .slick-next {
    left: 67%;
  }
  .btf15-slider .slick-prev {
    left: 30%;
  }
}

@media screen and (min-width: 699px) and (max-width: 767px) {
  .btf15-slider .slick-next {
    left: 69% !important;
  }
  .btf15-slider .slick-prev {
    left: 27% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 698px) {
  .btf15-slider .slick-next {
    left: 71% !important;
  }
  .btf15-slider .slick-prev {
    left: 26% !important;
  }
}

@media screen and (min-width: 599px) and (max-width: 639px) {
  .btf15-slider .slick-next {
    left: 73% !important;
  }
  .btf15-slider .slick-prev {
    left: 23% !important;
  }
}

@media screen and (min-width: 549px) and (max-width: 599px) {
  .btf15-slider .slick-next {
    left: 75% !important;
  }
  .btf15-slider .slick-prev {
    left: 21% !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 548px) {
  .btf15-slider .slick-next {
    left: 77% !important;
  }
  .btf15-slider .slick-prev {
    left: 18% !important;
  }
}

@media screen and (min-width: 412px) and (max-width: 479px) {
  .btf15-slider .slick-next {
    left: 81.5% !important;
  }
  .btf15-slider .slick-prev {
    left: 12.9% !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 411px) {
  .btf15-slider .slick-next {
    left: 86% !important;
  }
  .btf15-slider .slick-prev {
    left: 9% !important;
  }
}

@media (max-width: 767px) {
  .atf-fix-buttons,
  #draggable,
  .hp-atf-bg .contact-us,
  .hp-atf-bg .atf-free-consultations,
  .hp-atf-bg .atf-free-consultations2,
  .practicearea-grid-row,
  .btf-row4-outer .shark-image1,
  .btf-row4-outer .shark-image2 {
    display: none;
  }
  .hp-atf-bg {
    /*background:url(../images/mobile-atf-bg.jpg) no-repeat;*/
    background: url(../../../uploads/2020/08/Alex-Hernandez.jpg)
      no-repeat;
    background-size: cover !important;
    background-position: left top !important;
  }
  .btf-row1-outer {
    padding-top: 60px;
  }
  .btf-row1-title {
    margin: 0 25px;
  }
  .btf-row1-title h2 {
    font-size: 60px;
  }
  .btf-row1-title .subtitle {
    font-size: 32px;
    max-width: 550px;
  }
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 48px;
  }
  .btf-row2-outer {
    overflow-x: hidden;
    padding-bottom: 165px;
  }
  .practicearea-mobile {
    display: block;
  }
  .practicearea-mobile .practicearea-box {
    margin: 50px auto 130px auto;
    width: 320px;
    height: auto;
  }
  .practicearea-mobile .practiceareas-button {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 1;
    visibility: visible;
    height: 16px;
    position: initial;
    top: auto;
    left: 0;
    margin-top: 35px;
  }
  .practicearea-mobile .slick-dots {
    bottom: 52px;
  }
  .practicearea-mobile .slick-dots:before {
    content: "";
    width: 120%;
    height: 3px;
    background-color: #9ad1d4;
    left: -30px;
    bottom: 11px;
    position: absolute;
  }
  .practicearea-mobile .slick-dots li button {
    background-color: #9ad2d3;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  .practicearea-mobile .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
  }
  .practicearea-box .practiceareas-detail h3 {
    margin-bottom: 25px;
  }
  .practiceareas-detail p {
    font-size: 18px;
  }
  .btf-row3-outer .inner {
    justify-content: center;
    padding: 0 15px;
  }
  .btf-row3-left {
    margin-top: -150px;
  }
  .btf-row3-right p {
    margin: 30px 0 35px 0;
    font-size: 24px;
  }
  .btf-row4-outer {
    padding: 80px 0 110px 0;
  }
  .btf-row4-title {
    justify-content: center;
  }
  .btf-row4-title h2 {
    font-size: 48px;
    max-width: 300px;
    text-align: center;
  }
  .btf-row4-title h2 > span {
    padding-left: 0;
  }
  .btf-row4-outer .image {
    width: 185px;
    height: 185px;
  }
  .btf-row4-outer .slick-slide {
    margin: 0;
  }
  .btf-row4-outer .slider-inner {
    margin-bottom: 20px;
  }
  .btf-row5-outer {
    height: auto;
    padding-bottom: 100px;
  }
  .btf-row5-outer .btf-row5-thumbnail {
    order: -1;
    margin: 0 auto;
    width: 275px;
  }
  .btf-row5-outer .btf-row5-detail {
    margin: 25px 0 0 0;
    width: auto;
  }
  .btf-row8-outer {
    padding-bottom: 0;
  }
  .btf-row8-outer .row8-left,
  .btf-row8-outer .row8-right {
    width: 100%;
  }
  .btf-row8-outer .row8-right {
    position: relative;
    top: 55px;
    padding: 0 35px 0 35px;
  }
  .btf-row9-outer {
    padding-top: 165px;
  }
  .btf-row9-outer .inner {
    flex-wrap: wrap;
  }
  .btf-row9-outer .row9-left,
  .btf-row9-outer .row9-right {
    width: 100%;
  }
  .btf-row10-outer {
    padding-bottom: 0;
  }
  .btf-row10-outer .row10-left,
  .btf-row10-outer .row10-right {
    width: 100%;
  }
  .btf-row10-outer .row10-left {
    order: 2;
    padding: 55px 40px 0 40px;
    position: relative;
    top: 55px;
  }
  .btf-row11-outer {
    padding: 195px 0 400px 0;
    overflow-x: hidden;
  }
  .btf-row11-outer .row11-left,
  .btf-row11-outer .row11-right {
    width: 100%;
  }
  .btf-row11-outer .row11-right {
    position: relative;
    margin: 20px 0 0 0;
  }
  .btf-row11-outer .row11-consultation {
    width: 120%;
    position: absolute;
    left: -55px;
    bottom: -330px;
    border-top: 3px solid #0e80bf;
    border-bottom: 3px solid #0e80bf;
  }
  .btf-row11-outer .row11-consultation ul {
    justify-content: center;
  }
  .btf-row11-outer .row11-consultation ul li {
    font-size: 38px;
  }
  .btf-row11-outer .row11-consultation ul li:last-child:before {
    margin: 0 20px;
  }
  .btf-row11-outer .row11-consultation a {
    margin-bottom: 25px;
  }
  .btf-row12-outer h2 {
    max-width: 330px;
    text-align: center;
    font-size: 48px;
    margin: 0 auto 60px auto;
    line-height: 1.2;
  }
  .btf-row12-outer h2 > span {
    max-width: 220px;
    font-size: 32px;
    line-height: 1.7;
  }
  .btf-row12-outer h2:after {
    display: none;
  }
  .btf-row13-outer {
    padding: 100px 0 20px 0;
  }
  .btf-row14-outer {
    padding-top: 80px;
  }
  .btf-row14-outer h2 {
    font-size: 48px;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    padding-top: 95px;
  }
  .btf-row14-outer h2 > span {
    font-size: 32px;
  }
  .btf15-slider .slick-prev {
    left: 149px;
  }
  .btf15-slider .slick-next {
    left: 470px;
  }

  .practicearea-box:hover .practiceareas-icon {
    opacity: 1;
    height: 95px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .practicearea-box:hover .practiceareas-detail h3 {
    margin-bottom: 25px;
  }
  .practicearea-box:hover .practiceareas-button {
    margin: 35px auto 25px auto;
    opacity: 1;
  }
  .header.header-bg .logo {
    display: none;
  }
  .header.header-bg .mobile-logo {
    width: 180px;
    display: block;
    margin: 2px 0 0 -15px;
  }
  .footer {
    background-size: cover;
    margin: 0;
    padding-top: 270px;
  }
  .footer .shark-bg {
    display: none;
  }
  .footer:after {
    display: none;
  }
  .footer .footer-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    width: 225px;
  }
  .btf-row9-outer .row9-left:last-child {
    margin-top: 30px;
  }
  .footer .footer-left a {
    margin-bottom: 20px;
  }
  .footer .footer-left span {
    font-size: 11px;
  }
  .footer .footer-right {
    margin-top: 70px;
  }
  .footer .footer-center {
    order: 3;
  }
  .footer .footer-center ul:last-child {
    display: none;
  }
  .footer .footer-center ul {
    width: 100%;
    justify-content: center;
  }
  .footer .footer-center ul li {
    justify-content: center;
  }
  .footer .footer-right span {
    text-align: center;
  }
  .sticky-nav-outer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .sticky-nav-outer ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    background: #082d40;
    background: -moz-linear-gradient(top, #082d40 0%, #0c4562 51%, #0e5374 99%);
    background: -webkit-linear-gradient(
      top,
      #082d40 0%,
      #0c4562 51%,
      #0e5374 99%
    );
    background: linear-gradient(
      to bottom,
      #082d40 0%,
      #0c4562 51%,
      #0e5374 99%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082d40', endColorstr='#0e5374',GradientType=0 );
    margin: 0;
  }
  .sticky-nav-outer ul li {
    display: flex;
    width: 100%;
    justify-content: center;
    border-right: 1px solid #4a6a77;
  }
  .sticky-nav-outer ul li:last-child {
    border: 0;
  }
  .sticky-nav-outer ul li a {
    display: flex;
    color: #fff !important;
    font-size: 14px;
    line-height: 3.3;
    text-transform: uppercase;
    font-family: "open_sansbold";
  }
  .ip-atf {
    background-position: center center !important;
  }
  .ip-atf-detail {
    padding: 0 25px;
    margin-bottom: 75px;
  }
  .ip-atf-title {
    font-size: 32px;
    max-width: 330px;
  }
  .ip-atf-consultationbtn {
    display: none;
  }
  .ip-atf-consultationbtn:nth-child(2) {
    display: block;
  }
  .ip-atf-consultationbtn {
    width: 290px;
    height: 65px;
    text-align: center;
  }
  .ip-atf-consultationbtn span {
    font-size: 18px;
    line-height: 65px;
  }
  .ip-left {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  .bio-detail {
    width: 100%;
    padding: 0;
  }
  .bio-thumbnail {
    float: none;
    width: 100%;
    margin: 0;
  }
  .ip-left h1 {
    font-size: 32px;
    margin: 35px 0 55px 0;
  }
  .ip-left .bio-info h2 {
    margin-top: 45px;
  }
  .ip-asidebar {
    display: none;
  }
  .ip-left ul li a,
  .ip-left ul li strong,
  .ip-left ul li a strong,
  .ip-left ul li strong a,
  .ip-left ul li a span,
  .ip-left ul li span {
    line-height: 1.4;
  }
  .results-left .amount {
    font-size: 48px;
  }
  .results-left .title {
    font-size: 24px;
  }
  html
    .formcraft-css
    .fc-form.label-floating
    .form-element
    .field-cover
    > span {
    font-size: 18px;
  }
  .results-row-outer {
    margin: 0;
  }
  .reviews-outer {
    margin: 30px 0 0 0;
  }
  .single .ip-left .post-date {
    left: 0px;
  }
  .btf-row5-outer .inner a {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .btf-row5-outer .inner:before {
    height: 100%;
  }
  .ip-left .practice-areas-404 li {
    width: 100%;
  }
  .ip-left .title-404page .thumbnail img {
    object-fit: cover;
  }
  #dpsp-content-top {
    padding: 10px 0px;
  }
  .ip-left p img {
    max-height: 110px;
  }
  .ip-left .location-box iframe {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .hp-atf-bg .hp-atf-detail {
    padding: 0 28px;
  }
  .hp-atf-bg .hp-atf-detail h1 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .hp-atf-bg .subtitle {
    font-size: 28px;
    max-width: 500px;
  }

  .hp-atf-bg .subtitle a {
    color: #ffffff;
    text-decoration: underline;
  }
  .btf-row1-title h2 {
    font-size: 34px;
  }
  .btf-row1-title .subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 37px;
  }
  .btf-row3-outer {
    padding-bottom: 125px;
  }
  .btf-row4-title h2 > span {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .practicearea-title h2,
  .btf-row6-outer h2,
  .btf-row7-outer h2,
  .btf-row8-outer .row8-left h2,
  .btf-row9-outer h2,
  .btf-row10-outer .row10-right h2,
  .btf-row11-outer h2,
  .btf-row13-outer h2,
  .btf-row5-outer h2 {
    font-size: 48px;
  }
  .btf-row6-outer h2 span,
  .btf-row9-outer h2 span {
    font-size: 32px;
    line-height: 0.9;
  }
  .btf-row6-outer .inner {
    padding: 0 25px;
  }
  .btf-row6-outer .inner span {
    margin-bottom: 45px;
  }
  .btf-row6-outer .inner p {
    margin-bottom: 40px;
  }
  .btf-row6-outer .wave {
    bottom: 80px;
  }
  .btf-row7-outer h2 {
    padding-bottom: 90px;
  }
  .btf-row9-outer {
    padding-bottom: 90px;
  }
  .btf-row11-outer h2:first-child {
    display: none;
  }
  .btf-row11-outer h2:nth-child(2) {
    display: flex;
    line-height: 1.1;
  }
  .btf-row11-outer .row11-consultation ul li {
    font-size: 24px;
  }
  .btf-row11-outer .row11-consultation ul li:last-child:before {
    margin: 0 10px;
  }
  .btf-row11-outer .row11-consultation {
    width: 118%;
  }
  .btf-row14-outer {
    padding-top: 0;
  }
  .btf-row14-outer h2 {
    padding-bottom: 50px;
  }
  .btf-row14-outer.popup-modal h2 {
    padding-bottom: 0;
  }
  .btf-row5-outer .inner span > br {
    display: none;
  }
  .ip-left .logo-list {
    width: 100%;
  }
  .ip-left .contact-titles {
    font-size: 34px;
  }
  .ip-left .contact-titles > span {
    font-size: 38px;
  }
  .ip-atf-detail {
    width: 100%;
  }
  .btf-row14-outer.popup-modal.show-popup {
    top: 0%;
    z-index: 999999999;
    height: 100vh;
  }
  html
    .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form
    .form-element
    .submit-cover.align-center
    .submit-button {
    height: 48px;
    width: 235px;
  }
  html
    .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form
    .form-element
    .submit-cover
    .submit-button
    > span {
    line-height: 48px;
    font-size: 18px;
  }
  .btf-row14-outer.popup-modal h2 {
    font-size: 32px;
  }
  .btf-row14-outer.popup-modal h2 > span {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.fc-form-2.label-floating
    .form-element
    .field-cover
    input[type="text"],
  .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.fc-form-2.label-floating
    .form-element
    .field-cover
    input[type="email"],
  .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.fc-form-2.label-floating
    .form-element
    .field-cover
    input[type="password"],
  .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.fc-form-2.label-floating
    .form-element
    .field-cover
    input[type="tel"],
  .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.fc-form-2.label-floating
    .form-element
    .field-cover
    textarea,
  .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.fc-form-2.label-floating
    .form-element
    .field-cover
    select,
  .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.fc-form-2.label-floating
    .form-element
    .field-cover
    .time-fields-cover {
    height: 40px;
  }
  html
    .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.label-floating
    .form-element
    .field-cover
    > span {
    font-size: 18px;
  }
  html
    .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form.label-floating
    .form-element
    .field-cover
    > span {
    padding: 8px 12px;
  }
  html
    .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form
    .form-element
    .form-element-html {
    padding: 0 1.5em 0.5em 0;
  }
  html
    .formcraft-css
    .fc-form.label-floating
    .form-element
    .field-cover
    > span {
    padding: 8px 12px;
  }
  html
    .formcraft-css
    .fc-form
    .form-element
    .submit-cover.align-center
    .submit-button {
    margin-top: 15px;
  }
  .btf-row5-outer .inner p > br {
    display: none;
  }
  html
    .formcraft-css
    .fc-form.label-floating
    .form-element
    .field-cover
    > span {
    font-size: 22px;
  }
  html
    .formcraft-css
    .fc-form.label-floating
    .form-element
    .field-cover
    > span {
    padding: 15px;
  }
  html
    .btf-row14-outer.popup-modal
    .formcraft-css
    .fc-form
    .form-element
    .textarea-cover
    textarea {
    height: 75px !important;
  }
  .hp-atf-bg .play-button {
    width: 58px;
    height: 58px;
  }
  .hp-atf-bg .play-button img {
    width: 100%;
  }
  .btf-row11-outer .row11-consultation.aos-animate:before,
  .btf-row11-outer .row11-consultation.aos-animate:after {
    border: 0;
  }
  .btf-row12-outer {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  .blog-detail img {
    max-height: 175px;
  }
  .btf-row4-outer .shark-image1 {
    -webkit-animation: mobileslide 10s linear infinite;
  }
}

@media (max-width: 479px) {
  .nav-button {
    top: 20px;
  }
  .header .logo {
    width: 145px;
  }
  .practicearea-title h2 > span {
    font-size: 34px;
  }
  .btf-row5-outer .inner {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .btf-row5-outer h2 {
    margin-left: 15px;
  }
  .btf-row6-outer .consultation-btn span {
    width: 100%;
  }
  .btf-row1-right img,
  .btf-row6-outer .image-left img {
    max-height: 390px;
    object-fit: initial;
  }
  .btf-row1-outer .wave,
  .btf-row6-outer .wave {
    height: 29px;
    bottom: 68px;
  }
  .btf-row1-outer .shark-bg {
    bottom: 24%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: slide 0s linear infinite;
  }
  .btf-row6-outer .image-right {
    padding: 0 35px;
  }
  .btf-row6-outer .image-right h3 {
    margin-top: 0;
  }
  .btf-row6-outer .wave {
    bottom: 96px;
  }
  .btf-row7-outer .inner {
    padding: 0 20px;
  }
  .btf-row8-outer .row8-right img,
  .btf-row10-outer .row10-left img {
    height: 330px;
  }
  .btf-row11-outer .row11-consultation {
    left: -42px;
  }
  .btf-row11-outer .row11-consultation ul li {
    font-size: 22px;
  }
  .btf-row11-outer .row11-consultation ul li:last-child:before {
    margin: 0 6px;
  }
  .btf-row15-outer .connectus-outer h3 {
    font-size: 38px;
  }
  .btf-row15-outer .connectus-outer ul {
    width: 280px;
  }
  .btf-row15-outer .connectus-outer ul li {
    width: 20px;
  }
  .btf-row15-outer .connectus-outer ul li:nth-child(2) {
    width: 41px;
  }
  .btf-row15-outer .connectus-outer ul li:nth-child(3) {
    width: 45px;
  }
  .btf-row15-outer .connectus-outer ul li:nth-child(4),
  .btf-row15-outer .connectus-outer ul li:nth-child(5) {
    width: 35px;
  }
  .btf-row9-outer .inner {
    padding: 0 20px;
  }
  .btf-row10-outer .row10-right {
    margin: 0 40px;
  }
  .btf-row10-outer .row10-right h2 span {
    font-size: 28px;
  }
  .btf-row11-outer span {
    font-size: 30px;
  }
  .btf-row11-outer .container,
  .btf-row11-outer p {
    padding: 0 15px;
  }
  .btf-row11-outer .row11-left,
  .btf-row11-outer .row11-right {
    padding: 0 15px;
  }
  .btf-row11-outer .row11-left p,
  .btf-row11-outer .row11-right p {
    padding: 0;
  }
  .btf-row11-outer .row11-left h3 {
    line-height: 1.3;
  }
  .btf-row12-outer .container {
    padding: 0 35px;
  }
  .btf-row12-outer h2 {
    font-size: 45px;
  }
  .btf-row13-outer h2 {
    margin-bottom: 70px;
  }
  .row15-title a {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .ip-left {
    padding: 0 35px;
  }
  .ip-left.ip-sub-pages h1 {
    padding-left: 0;
  }
  .ip-left .logo-list {
    margin: 0 0 50px 0;
    justify-content: center;
  }
  .ip-left .logo-list li:first-child {
    margin-bottom: 80px;
  }
  .reviews-row p {
    padding: 0 40px 0 15px;
  }
  .reviews-row p:before {
    top: -30px;
  }
  .reviews-row p:after {
    right: 20px;
  }
  .results-row {
    padding: 0 10px 30px 10px;
  }
  .contact-appointment {
    display: inline-block;
    width: 100%;
  }
  .appointment-btn {
    width: 100%;
  }
  .ip-left blockquote {
    margin-left: 20px;
  }
  .ip-atf-title span {
    display: inline-block;
  }
  .btf-row5-outer .inner a {
    font-size: 18px;
    margin-top: 10px;
  }
  .ip-left ul li:before {
    top: 8px;
  }
  .ip-left p img {
    max-height: 80px;
  }
}

@media (max-width: 374px) {
  .hp-atf-bg .hp-atf-detail {
    padding: 0 15px;
  }
  .hp-atf-bg .hp-atf-detail h1 {
    font-size: 12px;
  }
  .hp-atf-bg .subtitle {
    font-size: 25px;
  }
  .btf-row1-title h2 {
    font-size: 26px;
  }
  .btf-row1-title .subtitle {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .btf-row1-left {
    padding: 0 35px 55px 35px;
  }
  .practicearea-title h2,
  .btf-row6-outer h2 {
    font-size: 42px;
  }
  .practicearea-mobile .practicearea-box {
    width: 280px;
  }
  .btf-row2-outer .consultation-btn,
  .btf-row3-right .ebook-btn {
    width: 100%;
  }
  .btf-row3-right .ebook-btn {
    font-size: 20px;
  }
  .btf-row8-outer .row8-left h2 span {
    font-size: 28px;
  }
  .btf-row10-outer .row10-right h2 span {
    font-size: 22px;
  }
  .btf-row10-outer .row10-right h2,
  .btf-row11-outer h2,
  .btf-row13-outer h2,
  .btf-row14-outer h2 {
    font-size: 40px;
  }
  .btf-row11-outer span {
    font-size: 25px;
  }
  .btf-row11-outer .row11-consultation ul li {
    font-size: 20px;
  }
  .btf-row11-outer .row11-consultation {
    left: -13%;
  }
  .btf-row11-outer .row11-consultation ul li {
    font-size: 18px;
  }
  .btf-row12-outer h2 {
    font-size: 36px;
  }
  .btf-row12-outer h2 > span {
    font-size: 28px;
  }
  .btf-row13-outer h2 > span {
    font-size: 28px;
  }
  .btf-row14-outer h2 > span {
    font-size: 26px;
  }
  .btf15-slider .slick-prev {
    left: 11.5%;
  }
  .btf15-slider .slick-next {
    left: 82%;
  }
  .btf15-slider .slick-dots:after {
    width: 240px;
    left: 30px;
  }
  .row15-title a {
    font-size: 18px;
  }
  .ip-atf-title {
    font-size: 26px;
  }
  html
    .formcraft-css
    .fc-form.label-floating
    .form-element
    .field-cover
    > span {
    font-size: 18px;
  }
  .btf-row11-outer .row11-consultation ul {
    padding: 0 20px;
  }
  .btf-row5-outer .btf-row5-thumbnail {
    width: 255px;
  }
}

#apexchat_invitation_container_wrapper {
  z-index: 9999 !important;
}

/* Chatpopup style start */
.chat-btn {
  width: 87px;
  height: 87px;
  font-size: 14px;
  cursor: pointer;
  line-height: 87px;
  color: #fff;
  font-weight: 600;
  position: fixed;
  right: 25px;
  bottom: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99999;
  text-align: center;
  outline: focus;
  color: #fff !important;
  background-size: cover;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.chat-btn b { top: -5px; position: absolute; left: 0; right: 0; }
.chat-btn ul { position: absolute; top: 52px; left: 0; right: 0; padding: 0; }
.chat-btn ul li { width: 8px; height: 8px; background: #fff; border-radius: 50%; display: inline-block; vertical-align: top; padding: 0; }
.chat-btn ul li::before { content: none; }
.chat-btn:hover { -webkit-transform: scale(1.1); transform: scale(1.1); }
.chatwrapper { display: none; width: 100%; position: fixed; left: 0; right: 0; height: 100%; bottom: 0; background: rgba(255,255,255,0.8); z-index: 99999; }
.chatwrapper.show { display: block; }
.chatpopup { width: 725px; height: 441px; position: absolute; left: 0; right: 0; margin: 0 auto; background-repeat: no-repeat; background-position: right bottom; border: none; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-size: cover; border: 4px solid #fff; box-shadow: 0 3px 22px rgba(0,0,0,0.5); }
.chatpopup .cta { color: #fff; font-weight: bold; margin: 0 10px; border-radius: 0; cursor: pointer; padding: 0 60px; line-height: 70px; display: inline-block; border-radius: 35px;  background: #9acfd3; }
.chatpopup .popup-canvas { width: 100%; text-align: right; padding-top: 50px; padding-right: 50px; }
.chatpopup a:not([href]):not([tabindex]):hover, .chatpopup a:not([href]):not([tabindex]):focus, .chatpopup a:not([href]):not([tabindex]) { color: #fff; }
.chatpopup .cta.active { border: 2px solid #0e5375; }
.chatpopup .popup-canvas h3 { font-size: 54px; line-height: 48px; color: #fff; font-weight: 600; padding: 20px 0 30px 0; font-family: "Playfair Display", serif; max-width: 450px; text-align: center; display: inline-block; }
.chatpopup .popup-canvas h3 b { font-weight: bold; font-family: 'bebas_neuebold'; letter-spacing: 0px; font-size: 51px; }
.chatpopup .popup-name { font-size: 18px; line-height: 22px; color: #fff; font-weight: 600; font-style: italic; border-bottom: 2px solid #ff903e; padding-left: 12px; position: absolute; right: 60px; bottom: 77px; }
.chatpopup .popup-name b { position: absolute; display: inline-block; line-height: 22px; color: #ff903e; font-style: normal; bottom: -25px; right: 0; font-size: 20px; font-weight: 600; }
@media screen and (min-width:768px){
  body.chatopen { position: fixed; }
}
@media screen and (max-width:991px){
  .chat-btn, .chatwrapper { display: none !important; }
}*/
/* Chatpopup style end */

/* About page */

.page-id-6452 article,
.page-id-8980 article,
.page-id-8999 article {
  margin-top: 70px;
  max-width: 100%;
}
.page-id-6452 .ip-atf-btns,
.page-id-8980 .ip-atf-btns,
.page-id-8999 .ip-atf-btns {
  display: none;
}
.page-id-6452 .ip-atf-detail .title-outer,
.page-id-8980 .ip-atf-detail .title-outer,
.page-id-8999 .ip-atf-detail .title-outer {
  max-width: 100%;
}
.ip-atf {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
.ip-atf h1 {
  font-family: "playfair_displaybold_italic";
  font-weight: 700;
  font-size: 32px;
}
.ip-atf h2 {
  font-family: "playfair_displayregular";
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ip-atf h3 {
  font-size: 14px;
}
.blue-heading {
  font-family: "playfair_displayregular" !important;
  font-size: 28px !important;
  color: #0e5375 !important;
}
.small-heading {
  font-size: 20px !important;
  margin-bottom: 20px !important;
}
.page-id-8980 .wp-block-image,
.page-id-8999 .wp-block-image {
  margin-top: 10px;
}
.location-block .alignleft {
  margin-right: 10px !important;
  margin-top: 0;
}
.location-block .location-text {
  color: #0e7fbf !important;
  font-size: 22px !important;
  margin-bottom: 10px !important;
}
.location-block .ek-link {
  color: #0e5375;
  font-weight: bold;
  font-size: 24px;
}
.location-block-1 {
  border-bottom: 1px solid #d6d6d6;
}
.blue-border-card {
  border: 1px solid #9ad1d4;
  padding: 30px;
  margin: 20px 0;
}
.location-block p {
  margin-bottom: 20px;
}
.location-block .bold-subheading {
  margin-top: 30px;
  margin-bottom: 10px;
}
article strong {
  font-family: "latobold";
}
.imgs-location-block .second-image {
  margin-top: 30px;
}
.view-bio {
  display: none;
  color: #2089c4;
  text-decoration: underline;
}
.viewbio-parent,
.bold-subheading,
.areas-list li,
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.list-indent {
  margin: 0 0 40px 20px;
}
.bold-subheading {
  margin-top: 30px !important;
}

.light-blue {
  color: #0e7fbf !important;
  text-transform: uppercase;
}
.page-id-8980 .base-sidebar,
.page-id-8999 .base-sidebar {
  margin-top: 0 !important;
}

.page-id-8980 .ip-asidebar,
.page-id-8999 .ip-asidebar {
  margin-top: 40px !important;
}
@media (max-width: 479px) {
  .page-id-8980 .ip-left,
  .page-id-8999 .ip-left {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .imgs-location-block {
    justify-content: center;
  }
  .imgs-location-block:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
  }
  .location-blocks {
    flex-grow: 0;
  }
  .blue-border-card {
    padding: 20px;
  }
  .blue-border-card .wp-block-image .aligncenter {
    margin-left: 0;
  }
  .view-bio {
    display: block;
  }
}
@media (max-width: 767px) {
  #main {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .ip-atf h1 {
    font-size: 64px;
  }
  .ip-atf h2 {
    font-size: 24px;
  }
  .blue-heading {
    font-size: 46px !important;
    line-height: 1.2 !important;
  }
  .small-heading {
    font-size: 24px !important;
  }
  .location-block .ek-link {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .ip-atf h2 {
    font-size: 32px;
  }
  .ip-atf h3 {
    font-size: 18px;
  }
}
@media (min-width: 1090px) and (max-width: 1599px) {
  .page-id-6452 .ip-left,
  .page-id-8980 .ip-left,
  .page-id-8999 .ip-left {
    width: 70%;
  }
}
@media (max-width: 1240px) {
  #main {
    padding-left: 15px;
  }
}

/* Call Us Form with Blue Background */

.blue-bg-form {
  background: #9ad1d4;
  padding: 30px 20px;
  margin-bottom: 50px;
}
.blue-bg-form .gfield.gfield--width-half {
  position: relative;
}
.blue-bg-form .gfield_label {
  position: absolute;
  margin-top: 6px;
  margin-left: 12px;
  color: #9c9c9c;
  font-weight: 400 !important;
}
.blue-bg-form .call,
.blue-bg-form .call a {
  font-family: "latobold";
  font-size: 26px;
  color: #0e5375;
  text-align: center;
  margin-bottom: 0;
}
.blue-bg-form input,
.blue-bg-form textarea {
  border: none;
  border-radius: 3px;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .blue-bg-form .gform_footer {
  padding: 0;
}
.blue-bg-form input[type="submit"] {
  background-color: #039969;
  border-radius: 32px;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  line-height: 68px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  font-weight: 500;
  color: #ffffff;
  width: 260px;
  border: none;
}
.blue-bg-form input[type="submit"]:hover {
  background-color: #0e7fbf !important;
}
.page-id-8980 .wp-block-separator.has-background:not(.is-style-dots),
.page-id-8999 .wp-block-separator.has-background:not(.is-style-dots) {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .blue-bg-form .gform_fields {
    grid-row-gap: 10px;
  }
  .gform_wrapper.gravity-theme .blue-bg-form .gfield.gfield--width-half {
    grid-column: span 12;
  }
  .gform_wrapper.gravity-theme .blue-bg-form .ginput_complex .name_first {
    margin-bottom: 10px;
  }
  .gform_wrapper.gravity-theme .blue-bg-form .ginput_complex .name_last {
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .blue-bg-form {
      padding: 30px 50px;
    }
    .blue-bg-form .call {
      font-size: 36px;
    }
  }
  @media (min-width: 992px) {
    .blue-bg-form {
      padding: 35px 120px;
    }
  }
}

/**
 *
 * Home v2
 *
 */
.page-template-template-home-v2 h1,
.page-template-template-home-v2 h2,
.page-template-template-home-v2 h4 {
  font-family: playfair_displayregular;
  color: #0e5375;
}

.page-template-template-home-v2 h1,
.page-template-template-home-v2 h2 {
  font-family: playfair_displaybold_italic;
  font-size: 4.5rem;
  color: #0e5375;
}
@media screen and (max-width: 600px) {
  .page-template-template-home-v2 h1,
  .page-template-template-home-v2 h2 {
    font-size: 3rem;
  }
}

.page-template-template-home-v2 h3 {
  font-family: latoregular;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0e5375;
}

.page-template-template-home-v2 h4 {
  font-size: 1.875rem;
}

.page-template-template-home-v2 h5 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #0e7fbf;
}

.page-template-template-home-v2 p,
.page-template-template-home-v2 strong {
  color: #0e5375;
}

.page-template-template-home-v2 .bg-primary {
  background-color: #0d4d6d !important;
}

.page-template-template-home-v2 .border-primary {
  border-color: #0e7fbf !important;
}

/**
 * Lawyer Intro
 */

.page-template-template-home-v2 .ct-lawyer-intro {
  color: #fff;
  background-color: #0e5375;
}

.page-template-template-home-v2 .ct-lawyer-intro h1,
.page-template-template-home-v2 .ct-lawyer-intro h4,
.page-template-template-home-v2 .ct-lawyer-intro h2 {
  color: #fff;
}

/**
 * Lawyer Services Grid
 */

/**
 * Lawyer About
 */
.page-template-template-home-v2 .ct-lawyer-about,
.page-template-template-home-v2 .ct-lawyer-paid {
  background-color: #0e7fbf;
  background-image: linear-gradient(#f3fcfe, #c3ecef);
}

.page-template-template-home-v2 .ct-lawyer-about .container .row {
  gap: 2.5%;
}

.page-template-template-home-v2 .ct-lawyer-about .container .row .card {
  min-height: 286px;
  flex: 1 1 47.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-template-template-home-v2 .ct-lawyer-about .container .row .card-body {
  flex: 0 0 15%;
  background-color: #0d4c6c;
  background-color: rgba(13, 76, 108, 0.8);
}

.page-template-template-home-v2 .ct-lawyer-about .container .row .card-body h4 {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .page-template-template-home-v2 .ct-lawyer-about .container .row {
    gap: unset;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .page-template-template-home-v2 .ct-lawyer-about .container .row .card {
    min-width: 100%;
  }
}

/**
 * Lawyer Location
 */
.page-template-template-home-v2 .ct-lawyer-location {
  background-color: #9ad1d4;
  border-top: 1px solid #fff;
}

.page-template-template-home-v2 .ct-lawyer-location p {
  font-weight: 700;
  color: #0e5375;
}

.page-template-template-home-v2 .ct-lawyer-location .border-right:last-of-type {
  border: none !important;
}

@media screen and (max-width: 576px) {
  .page-template-template-home-v2 .ct-lawyer-location .container .row div {
    margin-top: 1rem;
    text-align: left !important;
  }

  .page-template-template-home-v2 .ct-lawyer-location .container .row div p {
    display: inline-block;
    margin-left: 1rem;
  }

  .page-template-template-home-v2 .ct-lawyer-location {
    border-top: none;
  }
}

/**
 * Lawyer Experienced
 */
.page-template-template-home-v2 .ct-lawyer-experienced {
  background-image: linear-gradient(#0e5375, #083246);
}

.page-template-template-home-v2 .ct-lawyer-experienced .container .d-flex {
  gap: 5%;
}

.page-template-template-home-v2 .ct-lawyer-experienced .container .d-flex,
.page-template-template-home-v2 .ct-lawyer-experienced .container .d-flex h2,
.page-template-template-home-v2 .ct-lawyer-experienced .container .d-flex h4,
.page-template-template-home-v2 .ct-lawyer-experienced .container .d-flex p {
  color: #fff;
}

@media (max-width: 767px) {
  .page-template-template-home-v2 .ct-lawyer-experienced .container .d-flex {
    gap: unset;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .page-template-template-home-v2
    .ct-lawyer-experienced
    .container
    .d-flex
    div:last-of-type {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .page-template-template-home-v2
    .ct-lawyer-experienced
    .container
    .d-flex
    div:last-of-type
    img {
    width: 300px;
  }
}

/**
 * Lawyer Contact
 */
.page-template-template-home-v2 .ct-lawyer-contact-form {
  background-color: #9ad1d4;
}

@media screen and (max-width: 600px) {
  .page-template-template-home-v2
    .ct-lawyer-contact-form
    .has_first_name
    .name_first {
    margin-bottom: 0.8em;
  }

  .page-template-template-home-v2
    .ct-lawyer-contact-form
    .has_last_name
    .name_last {
    margin-bottom: 0;
  }
}

.page-template-template-home-v2 .ct-lawyer-contact-form .d-flex {
  gap: 5%;
}

.page-template-template-home-v2 .ct-lawyer-contact-form .d-flex h4 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #0e5375;
}

.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type {
  flex: 1 1 60%;
}

.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:last-of-type {
  flex: 1 1 40%;
  align-self: center;
}

.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type
  .gform_heading {
  display: none;
}

.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type
  .gform_body.gform-body
  input,
.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type
  .gform_body.gform-body
  textarea {
  border: 0;
  border-radius: 2px;
}

.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type
  .gform_body.gform-body
  input::placeholder,
.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type
  .gform_body.gform-body
  textarea::placeholder {
  color: #9c9c9c;
}

.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type
  .gform_footer
  input.gform_button.button {
  padding: 0.8rem 3rem;
  text-align: center;
  margin: auto;
  border: 0;
  border-radius: 3rem;
  background-color: #039969;
  color: #fff;
}

.page-template-template-home-v2
  .ct-lawyer-contact-form
  .d-flex
  div:first-of-type
  .gform_footer
  input.gform_button.button:hover {
  background-color: #038058;
}

@media (max-width: 767px) {
  .page-template-template-home-v2
    .ct-lawyer-contact-form
    .d-flex
    .ct-lawyer-contact-description {
    display: none;
  }
}

/**
 * Lawyer Paid
 */
.page-template-template-home-v2 .ct-lawyer-paid .d-flex {
  gap: 5%;
}

@media (max-width: 767px) {
  .page-template-template-home-v2 .ct-lawyer-paid .d-flex {
    gap: unset;
    flex-direction: column;
  }
}

/**
 * Lawyer Services List
 */
.page-template-template-home-v2 .ct-lawyer-services-list .card {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #d1dfe0;
}

.page-template-template-home-v2 .ct-lawyer-services-list .card:first-of-type {
  border-top: 0;
}

.page-template-template-home-v2 .ct-lawyer-services-list .card .card-header {
  background-color: unset;
  border-bottom: none;
}

.page-template-template-home-v2
  .ct-lawyer-services-list
  .card
  .card-header
  h3
  button.collapsed:after {
  content: "\002B";
  float: right;
}

.page-template-template-home-v2
  .ct-lawyer-services-list
  .card
  .card-header
  h3
  button:after {
  content: "\2012";
  float: right;
}

.page-template-template-home-v2
  .ct-lawyer-services-list
  .card
  .card-header
  button {
  display: block;
  width: 100%;
  text-align: left;
  color: #0e5375;
  font-weight: 700;
}

.page-template-template-home-v2 .ct-lawyer-services-list .d-flex {
  gap: 4%;
}

/**
 * Lawyer Call Blue
 */

.page-template-template-home-v2 .ct-lawyer-call-blue,
.page-template-template-home-v2 .ct-lawyer-call-blue h2,
.page-template-template-home-v2 .ct-lawyer-call-blue h3,
.page-template-template-home-v2 .ct-lawyer-call-blue h4,
.page-template-template-home-v2 .ct-lawyer-call-blue p,
.page-template-template-home-v2
  .ct-lawyer-call-blue
  .ct-lawyer-call-blue-location
  a {
  color: #fff;
}

.page-template-template-home-v2
  .ct-lawyer-call-blue
  .ct-lawyer-call-blue-location {
  gap: 5%;
}

.page-template-template-home-v2
  .ct-lawyer-call-blue
  .ct-lawyer-call-blue-location-name {
  color: #9ad1d4;
}

/**
 * Footer Area
 */
.btf-row15-outer .row15-title a {
  text-align: center;
}