* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section,
.text-wrap,
.img-wrap,
ul {
  float: left;
  width: 100%;
}

body {
  background: #FFFFFF;
  font-size: 100%;
  color: #444444;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: "Nuckle";
  padding: 0px !important;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.25s ease 0s;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

a:hover,
a:focus {
  text-decoration: none;
  text-decoration: none;
}

:focus {
  outline: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Nuckle";
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* remember to define focus styles! */
ol,
ul {
  list-style: none;
  margin: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.clearfix {
  clear: both;
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0.5px;
}

h1 {
  font-style: normal;
  font-size: 70px;
  color: #FFFFFF;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  color: #fff;
}

h3 {
  font-size: 28px;
  color: #fff;
}

h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #3c455c;
  line-height: 180%;
  padding-top: 20px;
}

b,
strong {
  font-weight: 600;
}

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

.btn-main {
  background: #f7953d;
  width: auto;
  display: inline-block;
  width: auto;
  padding: 20px 30px;
  font-family: "Nuckle";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 30px;
}

.btn-main:hover {
  color: #fff;
  background: rgba(255, 102, 51, 0.8666666667);
}

.form-control {
  float: left;
  width: 100%;
  background: #F0BD7A;
  height: 54px;
  padding: 0 25px;
  font-family: "Nuckle";
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 120%;
}


/*  Header  Start */
.main-entire-header {
  float: left;
  width: 100%;
  position: fixed;
  background-color: #3c5fb1;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-bottom: solid 8px #ffffff;
}

.header .header-main {
  position: relative;
  transition: all 0.3s;
}

.header .header-main .logo {
  float: left;
  transition: all 0.3s;
  width: 98px;
  position: relative;
  top: 15px;
  margin-left: 10px;
  z-index: 9;
}

.header .header-main .logo a {
  width: auto;
  float: left;
  width: auto;
}

.header .header-main .logo a img {
  margin: 0 auto;
  display: inline-block;
}

.header .header-right {
  float: right;
  padding-top: 0px;
  position: relative;
  z-index: 9;
  width: 100%;
}

.header .header-right .nav-main {
  float: right;
  width: 100%;
  transition: all 0.3s;
}

.header .header-right .nav-main .menu-main-menu-container,
.header .header-right .nav-main .menu-our-policies-container,
.header .header-right .nav-main .menu-link-menu-container {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.header .header-right .nav-main ul.menu {
  height: auto;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  float: left;
}

.header .header-right .nav-main ul.menu li {
  width: auto;
  position: relative;
  padding: 19px 37px;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  display: inline-table;
}

.header .header-right .nav-main ul.menu li:hover ul.sub-menu {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.header .header-right .nav-main ul.menu li ul.sub-menu {
  background-color: #ffffff;
  width: 240px;
  position: absolute;
  left: 0;
  top: 54px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0px;
  padding: 0px;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  line-height: 100%;
  position: relative;
  margin: 0px 0 0;
  padding: 0 0px;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li#menu-item-556 a {
  text-transform: uppercase;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li a {
  background-image: none;
  width: 100%;
  color: #161b26;
  padding: 10px 35px !important;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #EEEEEE;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #161b26;
  left: 15px;
  top: 21px;
  display: none;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li a.active,
.header .header-right .nav-main ul.menu li ul.sub-menu li a:focus,
.header .header-right .nav-main ul.menu li ul.sub-menu li a:hover {
  background-color: #f7953d;
  color: #fff !important;
  border-bottom: 1px solid #f7953d;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li a.active::before,
.header .header-right .nav-main ul.menu li ul.sub-menu li a:focus::before,
.header .header-right .nav-main ul.menu li ul.sub-menu li a:hover::before {
  background-color: #fff;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li:hover a,
.header .header-right .nav-main ul.menu li ul.sub-menu li:focus a,
.header .header-right .nav-main ul.menu li ul.sub-menu li.current_page_item a {
  background-color: #f7953d;
  color: #fff;
  border-bottom: 1px solid #f7953d;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li:hover a::before,
.header .header-right .nav-main ul.menu li ul.sub-menu li:focus a::before,
.header .header-right .nav-main ul.menu li ul.sub-menu li.current_page_item a::before {
  background-color: #fff;
}

.header .header-right .nav-main ul.menu li:hover a,
.header .header-right .nav-main ul.menu li:focus a,
.header .header-right .nav-main ul.menu li.current-menu-parent.current_page_parent a {
  color: #f7953d;
}

.header .header-right .nav-main ul.menu li:hover ul.sub-menu li.current-menu-item.current_page_item a,
.header .header-right .nav-main ul.menu li:focus ul.sub-menu li.current-menu-item.current_page_item a,
.header .header-right .nav-main ul.menu li.current-menu-parent.current_page_parent ul.sub-menu li.current-menu-item.current_page_item a {
  background-color: #f7953d;
  color: #fff;
}

.header .header-right .nav-main ul.menu li:hover ul.sub-menu li.current-menu-item.current_page_item a::before,
.header .header-right .nav-main ul.menu li:focus ul.sub-menu li.current-menu-item.current_page_item a::before,
.header .header-right .nav-main ul.menu li.current-menu-parent.current_page_parent ul.sub-menu li.current-menu-item.current_page_item a::before {
  background-color: #fff;
}

.header .header-right .nav-main ul.menu li:hover ul.sub-menu li:hover a,
.header .header-right .nav-main ul.menu li:hover ul.sub-menu li:focus a,
.header .header-right .nav-main ul.menu li:focus ul.sub-menu li:hover a,
.header .header-right .nav-main ul.menu li:focus ul.sub-menu li:focus a,
.header .header-right .nav-main ul.menu li.current-menu-parent.current_page_parent ul.sub-menu li:hover a,
.header .header-right .nav-main ul.menu li.current-menu-parent.current_page_parent ul.sub-menu li:focus a {
  color: #fff;
}

.header .header-right .nav-main ul.menu li:hover ul.sub-menu li a,
.header .header-right .nav-main ul.menu li:focus ul.sub-menu li a,
.header .header-right .nav-main ul.menu li.current-menu-parent.current_page_parent ul.sub-menu li a {
  color: #161b26;
}

.header .header-right .nav-main ul.menu li.current-menu-item a {
  color: #f7953d;
}

.header .header-right .nav-main ul.menu li a {
  float: left;
  width: auto;
  height: auto;
  padding: 0px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.25s ease 0s;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}

.header .header-right .nav-main ul.menu li a:hover,
.header .header-right .nav-main ul.menu li a:focus {
  color: #f7953d;
  background-color: transparent;
}

.mobile-cta {
  float: right;
  margin: 13px 50px 0 0;
}

.mobile-cta a {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
}

.mobile-cta a.phone {
  background: url(../images/ic-phone-blcak.svg) no-repeat center;
}

.mobile-cta a.email {
  background: url(../images/ic-email-black.svg) no-repeat center;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.3s;
  border-radius: 100px;
  box-shadow: 0px 10px 16px 0px rgba(238, 0, 72, 0.15);
  z-index: 99999;
}

.nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  transition: z-index 0s ease, opacity 0.2s 0.1s ease, border 0.2s ease, background 0.2s ease;
  text-align: center;
  padding: 22px 20px;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 8px;
  vertical-align: top;
  z-index: 1;
  transition: height 0.1s 0.3s ease, width 0.2s 0.1s ease, background 0.2s ease;
}

.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  top: 5px;
  transition: top 0.3s 0.3s ease, transform 0.3s ease, width 0.2s ease, background 0.2s ease;
}

.nav-toggle span:before {
  top: -7px;
}

.nav-toggle.active span {
  height: 0;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  transition: top 0.3s ease, transform 0.3s 0.3s ease, background 0.2s ease;
}

.nav-toggle.active span:before {
  top: 0;
  transform: rotate(-45deg);
}

.nav-toggle.active span:after {
  top: -2px;
  transform: rotate(45deg);
}

/*-----------------res-nav-end-------------------*/
/*  Header  End */
.container {
  padding: 0;
  width: 1500px;
  max-width: inherit;
}

.main-raw {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.main-banner {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 820px;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.main-banner .hero_video {
  height: 100%;
}

.main-banner .hero_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.main-banner::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(60, 95, 177, 0.4);
}

.main-banner .banner_con {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  z-index: 401;
}

.main-banner .banner_con .imgbox {
  text-align: center;
  padding: 0 15px;
}

.pdtb150 {
  padding: 150px 0px 90px;
}

.pdtb110 {
  padding: 110px 0;
}

.pdtb100 {
  padding: 100px 0;
}

.pdtb90 {
  padding: 90px 0;
}

.pdtb70 {
  padding: 70px 0;
}

.drwrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.drwrap .doctor-listing {
  float: left;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.drwrap .doctor-listing .doctor-box {
  float: left;
  width: 20%;
  padding: 0 10px;
}

.drwrap .doctor-listing .doctor-box .box {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.drwrap .doctor-listing .doctor-box .box .imgbox {
  float: left;
  width: 100%;
  height: 290px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.drwrap .doctor-listing .doctor-box .box .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.drwrap .doctor-listing .doctor-box .box .textbox {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 20px;
}

.drwrap .doctor-listing .doctor-box .box .textbox a {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #161b26;
  font-weight: 600;
  line-height: 100%;
  padding-right: 25px;
  background: url(../images/arrow-left.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  overflow: visible;
}

.drwrap .doctor-listing .doctor-box .box .textbox a:hover {
  color: #f7953d;
  background-position: right 0px center;
}

.homeaboutwrap {
  float: left;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center;
}

.homeaboutwrap .leftwrap {
  float: left;
  width: 43%;
}

.homeaboutwrap .leftwrap img {
  border-radius: 3px;
  width: 100%;
}

.homeaboutwrap .rightwrap {
  float: left;
  width: 57%;
  padding-left: 80px;
}

.homeaboutwrap .rightwrap .heading {
  font-size: 18px;
  color: #f7953d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: block;
}

.homeaboutwrap .rightwrap h2 {
  color: #161b26;
  font-weight: 700;
  margin-top: 10px;
}

.homeaboutwrap .rightwrap p {
  font-size: 18px;
  font-weight: 500;
  color: #3c455c;
  line-height: 42px;
}

.homeaboutwrap .rightwrap .sliderwrap {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}

.homeaboutwrap .rightwrap .sliderwrap .slider-title {
  color: #161b26;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.homeaboutwrap .rightwrap .sliderwrap .slider-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(60, 95, 177, 0.2);
  right: -250px;
  top: 50%;
}

.homeaboutwrap .rightwrap .sliderwrap .clients-col {
  width: calc(100% + 20px);
  margin: 0 -10px;
  position: relative;
}

.homeaboutwrap .rightwrap .sliderwrap .clients-col .logomain-box {
  margin: 0 10px;
}

.homeaboutwrap .rightwrap .sliderwrap .clients-col .logomain-box>div {
  float: left;
  width: 100%;
  padding: 25px 50px;
  background-color: #fff;
  border-radius: 6px;
  height: 95px;
  line-height: 100%;
}

.homeaboutwrap .rightwrap .sliderwrap .clients-col .logomain-box>div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.homeaboutwrap .rightwrap .sliderwrap .clients-col .slick-arrow {
  bottom: 0px;
  top: 50%;
}

.homeaboutwrap .rightwrap .sliderwrap .clients-col .slick-list {
  overflow: hidden;
}

.providesystemwrap {
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.providesystemwrap h2 {
  font-weight: 700;
}

.providesystemwrap .top-content {
  font-weight: 600;
  margin-top: 40px;
  line-height: 190%;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
}

.providesystemwrap .services-main-listing {
  float: left;
  width: calc(100% + 30px);
  margin: 180px -15px 30px;
}

.providesystemwrap .services-main-listing .service-main-box {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.providesystemwrap .services-main-listing .service-main-box .box {
  float: left;
  width: 100%;
  background-color: #304f96;
  border-radius: 4px;
  text-align: center;
  min-height: 225px;
}

.providesystemwrap .services-main-listing .service-main-box .box .imgbox {
  display: inline-block;
  width: 185px;
  height: 185px;
  line-height: 185px;
  border-radius: 100%;
  text-align: center;
  background-color: #fff;
  margin: -50% auto 0;
  text-align: center;
}

.providesystemwrap .services-main-listing .service-main-box .box .imgbox .img {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 100%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #4e6db8;
}

.providesystemwrap .services-main-listing .service-main-box .box .textbox {
  float: left;
  width: 100%;
  padding: 30px 25px;
}

.providesystemwrap .services-main-listing .service-main-box .box .textbox h3 {
  font-weight: 600;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.5px;
}

.policiewrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
}

.policiewrap .leftwrap {
  padding-right: 145px;
}

.policiewrap .leftwrap h2 {
  font-weight: 700;
  color: #161b26;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.policiewrap .leftwrap p {
  color: #3c455c;
  font-weight: 600;
  line-height: 40px;
}

.Laserwrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center;
  text-align: center;
  position: relative;
  background-attachment: fixed;
}

.Laserwrap::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(42, 50, 66, 0.82);
}

.Laserwrap .boxwrap {
  padding-top: 10px;
}

.Laserwrap .boxwrap h2 {
  margin-bottom: 30px;
  font-weight: 700;
}

.Laserwrap .boxwrap p {
  color: #fff;
  font-weight: 600;
  line-height: 40px;
}

.Laserwrap .boxwrap p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.5px;
}

.Laserwrap .boxwrap p a:hover {
  color: #f7953d;
  border-bottom: 1px solid #f7953d;
}

.Laserwrap .boxwrap .btn-main {
  margin-top: 60px;
}

.locationwrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom 0px center;
  text-align: center;
  position: relative;
}

.locationwrap h2 {
  margin-bottom: 60px;
  font-weight: 700;
  color: #161b26;
  text-transform: capitalize;
}

.locationwrap .leftwrap {
  width: 55%;
  float: left;
  position: absolute;
  left: -40PX;
  bottom: 0px;
}

.locationwrap .leftwrap img {
  width: auto;
  height: 100%;
}

.locationwrap .rightwrap {
  float: right;
  width: 629px;
  /* padding: 30px 0 0; */
}

.locationwrap .rightwrap .box {
  float: left;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.locationwrap .rightwrap .box .imgbox {
  float: left;
  width: 100%;
  height: 296px;
  border-radius: 8px;
  overflow: hidden;
}

.locationwrap .rightwrap .box .imgbox iframe {
  width: 100%;
  height: 100%;
}

.locationwrap .rightwrap .box .textbox {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 40px;
}

.locationwrap .rightwrap .box .textbox h3 {
  color: #161b26;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.locationwrap .rightwrap .box .textbox p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
}

.ctawrap {
  float: left;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.ctawrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(60, 95, 177, 0.82);
}

.ctawrap .ctabox {
  float: left;
  width: 100%;
  position: relative;
}

.ctawrap .ctabox h2 {
  float: left;
  width: auto;
  color: #FFFFFF;
  font-size: 42px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.ctawrap .ctabox .btn-main {
  float: right;
  margin-top: 0px;
}

.inner-wrapper {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 560px;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.inner-wrapper.landing-banner {
  height: 580px;
}

.inner-wrapper.landing-banner .banner_con {
  top: 50%;
}

.inner-wrapper.landing-banner .banner_con h1 {
  margin-top: 200px;
}

.inner-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(15, 39, 95, 0.6);
}

.inner-wrapper .banner_con {
  position: absolute;
  top: 57%;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  z-index: 1;
  text-align: center;
}

.inner-wrapper .banner_con .imgbox {
  text-align: center;
}

.inner-wrapper .banner_con .imgbox a {
  display: inline-block;
}

.inner-wrapper .banner_con h1 {
  margin-top: 150px;
  line-height: 120%;
}

.ourwrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ourwrap .detailwrap h6 {
  color: #f7953d;
  margin-bottom: 40px;
  font-weight: 700;
}

.ourwrap .detailwrap h6.white {
  color: #ffffff;
}

.ourwrap .detailwrap .imgbox {
  float: left;
  width: 31%;
  margin-right: 100px;
}

.ourwrap .detailwrap .imgbox img {
  border-radius: 3px;
  width: 100%;
}

.ourwrap .detailwrap .rightwrap {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.ourwrap .detailwrap .rightwrap.white h2.white,
.ourwrap .detailwrap .rightwrap.white p {
  color: #fff !important;
}

.ourwrap .detailwrap .rightwrap h2 {
  color: #161b26;
  line-height: 45px;
  font-weight: 700;
  float: none;
}

.ourwrap .detailwrap .rightwrap p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
  float: none;
}

.ourwrap .detailwrap .bottomwrap {
  width: 100%;
  float: left;
}

.ourwrap .detailwrap .bottomwrap.white p {
  color: #fff !important;
}

.ourwrap .detailwrap .bottomwrap p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
}

.ourwrap .detailwrap .slick-list {
  overflow: hidden;
}

.licawrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.licawrap .detailwrap .imgbox {
  float: right;
  width: 31%;
  margin-left: 100px;
}

.licawrap .detailwrap .imgbox img {
  border-radius: 3px;
  width: 100%;
}

.licawrap .detailwrap .rightwrap {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.licawrap .detailwrap .rightwrap h2 {
  color: #FFFFFF;
  line-height: 45px;
  font-weight: 700;
  float: none;
}

.licawrap .detailwrap .rightwrap p {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 42px;
  float: none;
}

.licawrap .detailwrap .bottomwrap {
  width: 100%;
  float: left;
}

.licawrap .detailwrap .bottomwrap p {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
}

.licawrap .detailwrap .slick-list {
  overflow: hidden;
}

.whywrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
}

.whywrap h2 {
  color: #161b26;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.whywrap h6 {
  color: #3c455c;
  font-weight: 500;
  line-height: 40px;
}

.whywrap .boxwrap {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: left;
}

.whywrap .boxwrap .imgbox {
  float: left;
  width: 43%;
}

.whywrap .boxwrap .imgbox img {
  width: 100%;
  border-radius: 3px;
}

.whywrap .boxwrap .textbox {
  float: left;
  width: 57%;
  padding-left: 90px;
}

.whywrap .boxwrap .textbox p {
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
}

.whywrap .boxwrap .textbox p:first-child {
  padding-top: 0px;
}

.officewrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.officewrap .box {
  float: left;
  width: 100%;
}

.officewrap .box .leftwrap {
  float: left;
  width: 46%;
  padding-right: 100px;
}

.officewrap .box .leftwrap h2 {
  color: #161b26;
  line-height: 45px;
  font-weight: 700;
}

.officewrap .box .leftwrap p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
}

.officewrap .box .rightwrap {
  float: left;
  width: 54%;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.officewrap .box .rightwrap .small-heading {
  color: #f7953d;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
}

.officewrap .box .rightwrap ul {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.officewrap .box .rightwrap ul li {
  float: left;
  width: 100%;
  padding-left: 25px;
  position: relative;
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-size: 18px;
}

.officewrap .box .rightwrap ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0px;
  top: 17px;
  background: #3c5fb1;
}

.officewrap .box .rightwrap ul li:last-child {
  margin-bottom: 0px;
}

.testimoniallwrap .testimonialbox {
  padding: 0 100px;
  float: left;
  width: 100%;
}

.testimoniallwrap .testimonialbox h2 {
  color: #161b26;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.testimoniallwrap .testimonialbox .box {
  float: left;
  width: 100%;
  padding: 0 150px;
  margin-top: 60px;
}

.testimoniallwrap .testimonialbox .box .testimonial {
  float: left;
  width: 100%;
  background: #f3f5fa;
  padding: 0 35px;
}

.testimoniallwrap .testimonialbox .box .testimonial {
  float: left;
  width: 100%;
}

.testimoniallwrap .testimonialbox .box .testimonial .boxwrap {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 70px;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.07);
  min-height: 430px;
}

.testimoniallwrap .testimonialbox .box .testimonial .boxwrap p {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  text-indent: 50px;
  background: url(../images/quotation-icon.png) no-repeat;
  background-position: left top 0px;
  padding: 0px;
}

.testimoniallwrap .testimonialbox .box .testimonial .user-name {
  color: #f7953d;
  text-align: center;
  padding: 20px 0;
  background: #f3f5fa;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 120%;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.testimoniallwrap .testimonialbox .box .testimonial .slick-list {
  float: left;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0px;
  margin-top: -40px;
}

.testimoniallwrap .testimonialbox .box .testimonial .slick-slide {
  padding-top: 10px;
}

.testimoniallwrap .testimonialbox .box .testimonial .slick-arrow.slick-prev {
  left: -100px;
}

.testimoniallwrap .testimonialbox .box .testimonial .slick-arrow.slick-next {
  right: -100px;
}

.faqwrap .faq .card {
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb !important;
  border: 0px;
}

.faqwrap .faq .card .card-header {
  color: #161b26;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 20px;
  border: 0px;
  background: transparent;
  padding: 0px 30px 0 50px;
  position: relative;
}

.faqwrap .faq .card .card-header::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  top: -10px;
  left: 0px;
  border-radius: 100%;
  background: #f7953d url(../images/quation.png) no-repeat;
  background-position: center center;
  z-index: 111;
}

.faqwrap .faq .card .card-body {
  float: left;
  width: 100%;
  padding: 0px;
  position: relative;
}

.faqwrap .faq .card .card-body::before {
  position: absolute;
  content: "";
  left: 17px;
  width: 2px;
  height: 100%;
  background: #f7953d;
  z-index: 0;
}

.faqwrap .faq .card .card-body p {
  padding-top: 0px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
  color: #3c455c;
  padding: 20px 50px 0;
}

.faqwrap .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.faqwrap .panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.faqwrap .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #EEEEEE;
}

.faqwrap .panel-title {
  font-size: 14px;
}

.faqwrap .panel-title>a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.faqwrap .more-less {
  float: right;
  color: #212121;
}

.faqwrap a.faq-title {
  position: relative;
  width: 100%;
  float: left;
  line-height: 100%;
  font-size: 20px;
  font-weight: 600;
}

.faqwrap .badge,
.faqwrap .badge1 {
  float: right;
  font-size: 30px;
  position: absolute;
  right: 0px;
  color: #f7953d;
  padding: 0px;
  top: -3px;
  height: 20px;
  line-height: 20px;
  width: 30px;
  text-align: center;
}

.faqwrap .badge {
  opacity: 1;
}

.faqwrap .badge1 {
  opacity: 0;
}

.faqwrap .faq-title[aria-expanded=true] .badge1 {
  opacity: 1;
}

.faqwrap .faq-title[aria-expanded=true]>span.badge {
  opacity: 0;
}

.faqwrap .faq-title[aria-expanded=true] {
  color: #161b26;
}

.faqwrap .faq-title.show .badge1 {
  opacity: 1;
}

.faqwrap .faq-title.show .badge {
  opacity: 0;
}

.faqwrap .faq-title.show.collapsed .badge1 {
  opacity: 0;
}

.faqwrap .faq-title.show.collapsed .badge {
  opacity: 1;
}

.testimonialboxxwrap {
  padding-bottom: 40px;
}

.testimonialboxxwrap .box {
  float: left;
  width: 100%;
}

.testimonialboxxwrap .box ul.testiwrap {
  float: left;
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.testimonialboxxwrap .box ul.testiwrap li {
  float: left;
  width: 47%;
  margin: 60px 3% 90px;
  background: #f3f5fa;
  padding-left: 40px;
}

.testimonialboxxwrap .box ul.testiwrap li:nth-child(even) {
  margin-right: 0px;
}

.testimonialboxxwrap .box ul.testiwrap li:nth-child(odd) {
  margin-left: 0px;
}

.testimonialboxxwrap .box ul.testiwrap li .boxwrap {
  float: right;
  width: 100%;
  background: #FFFFFF;
  margin-top: -65px;
  padding: 40px 60px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  overflow: auto;
}

.testimonialboxxwrap .box ul.testiwrap li .boxwrap p {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  text-indent: 0px;
  line-height: 36px;
  background: none;
}

.testimonialboxxwrap .box ul.testiwrap li .boxwrap p:first-child {
  padding-top: 0px;
  text-indent: 50px;
  background: url(../images/quotation-icon.png) no-repeat;
  background-size: contain;
  background-size: 37px;
  background-position: left top 0px;
}

.testimonialboxxwrap .box ul.testiwrap li h2 {
  float: left;
  width: 100%;
  color: #f7953d;
  text-align: left;
  padding: 30px 0 40px;
  background: #f3f5fa;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.visitwrap .box {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #3c455c;
}

.visitwrap .box h2 {
  color: #161b26;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.visitwrap .box p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
}

.visit-row {
  position: relative;
  overflow: hidden;
  background: #eff3fb;
}

.visit-row .visit-rowwrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.visit-row .visit-rowwrap .leftwrap {
  height: 100%;
  position: absolute;
}

.visit-row .visit-rowwrap .leftwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.visit-row .visittextwrap .small-head {
  font-size: 20px;
  color: #161b26;
  font-weight: 600;
  padding-bottom: 30px;
  display: block;
}

.visit-row .visittextwrap .rightwrap {
  padding-left: 115px;
}

.visit-row .visittextwrap .rightwrap .list {
  float: left;
  width: 100%;
}

.visit-row .visittextwrap .rightwrap .list .list-boxing {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
  display: flex;
}

.visit-row .visittextwrap .rightwrap .list .list-boxing::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 55px;
  width: 1px;
  height: 100%;
  background-image: url(../images/border-line.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.visit-row .visittextwrap .rightwrap .list .list-boxing:last-child::before {
  display: none;
}

.visit-row .visittextwrap .rightwrap .list .list-boxing .numbox {
  float: left;
  width: 52px;
  height: 52px;
  line-height: 52px;
  padding: 5px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.visit-row .visittextwrap .rightwrap .list .list-boxing .numbox span {
  width: 100%;
  height: 100%;
  line-height: 42px;
  border-radius: 100%;
  font-size: 18px;
  color: #3c5fb1;
  border: 2px solid #3c5fb1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.visit-row .visittextwrap .rightwrap .list .list-boxing .textbox {
  float: left;
  width: calc(100% - 52px);
  padding-left: 25px;
}

.visit-row .visittextwrap .rightwrap .list .list-boxing .textbox p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 42px;
  padding: 0px;
}

.contactwrap .leftwrap {
  float: left;
  width: 50%;
}

.contactwrap .leftwrap .imgbox {
  height: 535px;
}

.contactwrap .leftwrap .imgbox img {
  position: absolute;
  left: -215px;
}

.contactwrap .leftwrap .contact-list {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.contactwrap .leftwrap .contact-list .links-c {
  float: left;
  width: 50%;
  padding: 10px 0;
}

.contactwrap .leftwrap .contact-list .links-c .contact-heading {
  color: #161b26;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.contactwrap .leftwrap .contact-list .links-c a {
  color: #8d94a7;
  line-height: 36px;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.contactwrap .leftwrap .contact-list .links-c a:hover {
  color: #f7953d;
}

.contactwrap .leftwrap .contact-list .links-c.address a {
  font-size: 16px;
}

.contactwrap .leftwrap .contact-list .links-c:nth-child(odd) {
  clear: both;
}

.contactwrap .rightwrap {
  float: left;
  width: 50%;
  padding-left: 120px;
}

.contactwrap .rightwrap .contact-form-heading {
  color: #161b26;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: block;
}

.contactwrap .rightwrap .formwrap {
  float: left;
  width: 100%;
}

.contactwrap .rightwrap .formwrap .gform_wrapper.gform_validation_error .gform_body ul landing.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 20px 0 0 !important;
}

.contactwrap .rightwrap .formwrap .gform_wrapper .validation_error {
  display: inline-block;
  background-color: #ebdada;
  border: 1px solid #dbbcc1 !important;
  margin: 0 0 30px !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 140%;
  font-weight: 400 !important;
  position: relative;
  border-radius: 4px;
}

.contactwrap .rightwrap .formwrap .gform_wrapper .validation_message {
  color: #790000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-top: 5px;
}

.contactwrap .rightwrap .formwrap .gform_wrapper {
  float: left;
  width: 100%;
  margin: 0px !important;
}

.contactwrap .rightwrap .formwrap .gform_wrapper form {
  float: left;
  width: 100%;
}

.contactwrap .rightwrap .formwrap .gform_wrapper .gform_body {
  float: left;
  width: 100%;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields {
  width: 100%;
  margin: 0 0px;
  float: left;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li.gfield_error textarea {
  border: 1px solid #790000 !important;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li ::-moz-placeholder {
  color: #999999;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li ::placeholder {
  color: #999999;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li label {
  display: none !important;
  line-height: 100% !important;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container {
  float: left;
  width: 100%;
  margin: 0px !important;
  line-height: 100%;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: top 17px right 35px;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container select option {
  padding: 10px 20px !important;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container select {
  margin-bottom: 0px !important;
  border: 1px solid #ebebeb;
  background-color: #fff;
  margin-bottom: 0px !important;
  border-radius: 4px;
  height: 100%;
  color: #8d94a7;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  transition: all 0.25s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.5px;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container select:hover,
.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container select:focus {
  box-shadow: none;
  border: 1px solid #e0b290;
  transition: all 0.25s ease 0s;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container .textarea {
  height: 200px;
  margin-bottom: 0px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 20px 20px;
  background-color: transparent;
  color: #8d94a7;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.25s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container .textarea:hover,
.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container .textarea:focus {
  box-shadow: none;
  border: 1px solid #e0b290;
  outline: none;
  transition: all 0.25s ease 0s;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li div.ginput_container.gfield.gfield_error {
  max-width: 100%;
}

.contactwrap .rightwrap .formwrap .gform_wrapper ul.gform_fields li.validation_message {
  line-height: 110% !important;
  height: auto;
}

.contactwrap .rightwrap .formwrap .gform_wrapper .gfield_description {
  line-height: 160%;
  padding: 0px;
}

.contactwrap .rightwrap .formwrap .gform_wrapper .gform_footer {
  margin: 15px 0 0px;
  padding: 0 0px;
  float: left !important;
  width: 100%;
}

.contactwrap .rightwrap .formwrap .gform_wrapper .gform_footer input[type=submit] {
  background-color: #f7953d;
  color: #fff;
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #f7953d;
  padding: 0 30px;
  margin: 0px 0 0;
  height: 56px;
  transition: all 0.25s ease 0s;
  text-transform: uppercase;
}

.contactwrap .rightwrap .formwrap .gform_wrapper .gform_footer input[type=submit]:hover,
.contactwrap .rightwrap .formwrap .gform_wrapper .gform_footer input[type=submit]:focus,
.contactwrap .rightwrap .formwrap .gform_wrapper .gform_footer input[type=submit]:active {
  background: rgba(255, 102, 51, 0.8666666667);
  color: white;
  border: 1px solid rgba(255, 102, 51, 0.8666666667);
  outline: none;
  box-shadow: none;
}

.contactwrap .gform_confirmation_wrapper {
  float: left;
  width: 100%;
  background: #0A8C33;
  color: white;
  margin: 15px 0 0;
  padding: 0px;
}

.contactwrap .gform_confirmation_wrapper {
  display: inline-block;
  width: 100%;
  background-color: #dff0d8;
  border: 1px solid #c6d9b6;
  margin: 30px 0 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #3c763d;
  border-radius: 4px;
  position: relative;
  text-align: center;
}

.contactwrap .mapwrap {
  margin-top: 75px;
}

.contactwrap .mapwrap .map {
  float: left;
  width: 100%;
  height: 550px;
}

.contactwrap .mapwrap .map iframe {
  width: 100%;
  height: 550px;
}

.timewrap .leftwrap {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.timewrap .leftwrap h2 {
  color: #161b26;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.timewrap .leftwrap p {
  color: #3c455c;
  font-weight: 500;
  line-height: 42px;
}

.timewrap .rightwrap {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 115px;
}

.timewrap .rightwrap img {
  width: 100%;
  border-radius: 3px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sedationwrap {
  float: left;
  width: 100%;
  position: relative;
}

.sedationwrap::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  padding: 0px;
  left: 0px;
  top: 0px;
  background: #3c5fb1 url(../images/nitrous-bg.png) no-repeat;
  background-size: cover;
  z-index: 0;
}

.sedationwrap::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  padding: 0px;
  right: 0px;
  top: 0px;
  background: #f7953d url(../images/conscious-bg.png) no-repeat;
  background-size: cover;
  z-index: 0;
}

.sedationwrap h2 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sedationwrap p {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 40px;
}

.sedationwrap .leftwrap {
  float: left;
  width: 100%;
  padding-right: 70px;
}

.sedationwrap .rightwrap {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 70px;
  z-index: 11;
}

.ivsedationwrap {
  float: left;
  width: 100%;
  background: #eff3fb;
  position: relative;
}

.ivsedationwrap .ivsedationrowwrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.ivsedationwrap .ivsedationrowwrap .leftwrap {
  position: absolute;
  height: 100%;
}

.ivsedationwrap .ivsedationrowwrap .leftwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ivsedationwrap .ivsedationtextwrap .leftwrap {
  float: left;
  width: 38%;
}

.ivsedationwrap .ivsedationtextwrap .rightwrap {
  float: right;
  width: 62%;
  padding-left: 100px;
}

.ivsedationwrap .ivsedationtextwrap h2 {
  color: #161b26;
  font-weight: 700;
  text-transform: uppercase;
}

.ivsedationwrap .ivsedationtextwrap p {
  color: #3c455c;
  font-weight: 500;
  line-height: 210%;
}

.ivsedationwrap .ivsedationtextwrap ul {
  float: right;
  width: 100%;
}

.ivsedationwrap .ivsedationtextwrap ul li {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px 0 0px 20px;
  font-size: 18px;
  color: #3c455c;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 500;
}

.ivsedationwrap .ivsedationtextwrap ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 17px;
  left: 0px;
  background: #3c5fb1;
}

.carerowwrap .leftwrap {
  float: left;
  width: 50%;
}

.carerowwrap .leftwrap ul {
  float: left;
  width: 100%;
}

.carerowwrap .leftwrap ul li {
  float: left;
  width: 100%;
  padding: 0px 0 0px 28px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #3c455c;
  letter-spacing: 0.5px;
  line-height: 42px;
}

.carerowwrap .leftwrap ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0px;
  top: 17px;
  background: #3c5fb1;
}

.carerowwrap .rightwrap {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 115px;
}

.carerowwrap .rightwrap img {
  border-radius: 3px;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.treatmentwrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 160px 0;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}

.treatmentwrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(42, 50, 66, 0.82);
}

.treatmentwrap .textbox {
  float: left;
  width: 100%;
  text-align: center;
}

.treatmentwrap .textbox h2 {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.treatmentwrap .textbox p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding-top: 10px;
}

.cankersorewrap .textbox {
  float: left;
  width: 100%;
  text-align: center;
}

.cankersorewrap .textbox h2 {
  color: #161b26;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.cankersorewrap .textbox p {
  color: #3c455c;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding-top: 15px;
}

.cankersorewrap .textbox p span {
  color: #f7953d;
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: 700;
}

.cankersorewrap .textbox iframe {
  width: 1200px;
  height: 570px;
  margin-top: 30px;
}

.frenectomywrap h2 {
  font-weight: 700;
  color: #161b26;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.frenectomywrap p {
  color: #3c455c;
  font-weight: 600;
  line-height: 40px;
  padding-top: 10px;
}

.frenectomywrap .tobbox {
  float: left;
  width: 100%;
}

.frenectomywrap .bottombox {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.frenectomywrap .bottombox .imgbox {
  float: left;
  width: 43%;
}

.frenectomywrap .bottombox .imgbox img {
  border-radius: 3px;
  width: 100%;
}

.frenectomywrap .bottombox .textbox {
  float: left;
  width: 57%;
  padding-left: 110px;
}

.Tonguewrap {
  background: #eff3fb;
}

.Tonguewrap .textbox {
  float: left;
  width: 100%;
  padding: 0 250px;
}

.Tonguewrap .textbox h2 {
  font-weight: 700;
  color: #161b26;
  margin-bottom: 60px;
  text-transform: uppercase;
  text-align: center;
}

.Tonguewrap .textbox .box {
  float: left;
  width: 100%;
}

.Tonguewrap .textbox .box .slider {
  float: left;
  width: 100%;
  background: #f3f5fa;
  position: relative;
}

.Tonguewrap .textbox .box .slider::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -60px;
  width: 59px;
  height: 220px;
  background: url(../images/before-text.png) no-repeat;
  background-size: contain;
}

.Tonguewrap .textbox .box .slider::after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: -60px;
  width: 53px;
  height: 169px;
  background: url(../images/after-text.png) no-repeat;
  background-size: contain;
}

.Tonguewrap .textbox .box .slider .tongue-tie-before-after {
  float: left;
  width: 100%;
}

.Tonguewrap .textbox .box .slider .tongue-tie-before-after .beforeimg {
  float: left;
  width: 50%;
}

.Tonguewrap .textbox .box .slider .tongue-tie-before-after .beforeimg img {
  padding-right: 2px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.Tonguewrap .textbox .box .slider .tongue-tie-before-after .afterimg {
  float: left;
  width: 50%;
}

.Tonguewrap .textbox .box .slider .tongue-tie-before-after .afterimg img {
  padding-left: 2px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.Tonguewrap .textbox .box .slider .slick-list {
  float: left;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0px;
}

.Tonguewrap .textbox .box .slider .slick-slide {
  padding-top: 0px;
}

.Tonguewrap .textbox .box .slider .slick-arrow {
  width: 28px;
  height: 52px;
}

.Tonguewrap .textbox .box .slider .slick-arrow.slick-prev {
  background: url(../images/left-arrow.png) no-repeat;
  left: -170px;
  background-size: contain;
}

.Tonguewrap .textbox .box .slider .slick-arrow.slick-next {
  background: url(../images/right-arrow.png) no-repeat;
  right: -170px;
  background-size: contain;
}

.Tonguewrap .bottombox {
  float: left;
  width: 100%;
  margin-top: 70px;
}

.Tonguewrap .bottombox .leftwrap {
  float: left;
  width: 50%;
  padding-right: 130px;
}

.Tonguewrap .bottombox .leftwrap h2 {
  color: #161b26;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.Tonguewrap .bottombox .leftwrap p {
  color: #3c455c;
  font-weight: 600;
  line-height: 42px;
  padding-top: 10px;
}

.Tonguewrap .bottombox .rightwrap {
  float: left;
  width: 50%;
  padding: 50px 35px 50px;
  min-height: 565px;
  background: #FFFFFF;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.Tonguewrap .bottombox .rightwrap .box {
  float: left;
  width: 100%;
}

.Tonguewrap .bottombox .rightwrap .box .box-title {
  font-size: 18px;
  color: #f7953d;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  line-height: 150%;
}

.Tonguewrap .bottombox .rightwrap .box ul {
  float: left;
  width: 100%;
}

.Tonguewrap .bottombox .rightwrap .box ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  color: #3c455c;
  font-weight: 500;
  padding: 0px 0 0px 25px;
  position: relative;
  letter-spacing: 0.5px;
}

.Tonguewrap .bottombox .rightwrap .box ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0px;
  top: 14px;
  background: #3c5fb1;
}

.Lipwrap {
  background: #fff;
}

.Lipwrap .textbox {
  float: left;
  width: 100%;
  padding: 0 250px;
}

.Lipwrap .textbox h2 {
  font-weight: 700;
  color: #161b26;
  margin-bottom: 60px;
  text-transform: uppercase;
  text-align: center;
}

.Lipwrap .textbox .box {
  float: left;
  width: 100%;
}

.Lipwrap .textbox .box .lip-slider {
  float: left;
  width: 100%;
  background: #f3f5fa;
  position: relative;
}

.Lipwrap .textbox .box .lip-slider::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -60px;
  width: 59px;
  height: 220px;
  background: url(../images/beforec-text.png) no-repeat;
  background-size: contain;
}

.Lipwrap .textbox .box .lip-slider::after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: -60px;
  width: 53px;
  height: 169px;
  background: url(../images/afterc-text.png) no-repeat;
  background-size: contain;
}

.Lipwrap .textbox .box .lip-slider .before-after-box {
  float: left;
  width: 100%;
}

.Lipwrap .textbox .box .lip-slider .before-after-box .beforeimg {
  float: left;
  width: 50%;
}

.Lipwrap .textbox .box .lip-slider .before-after-box .beforeimg img {
  padding-right: 2px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.Lipwrap .textbox .box .lip-slider .before-after-box .afterimg {
  float: left;
  width: 50%;
}

.Lipwrap .textbox .box .lip-slider .before-after-box .afterimg img {
  padding-left: 2px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.Lipwrap .textbox .box .lip-slider .slick-list {
  float: left;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0px;
}

.Lipwrap .textbox .box .lip-slider .slick-slide {
  padding-top: 0px;
}

.Lipwrap .textbox .box .lip-slider .slick-arrow {
  width: 28px;
  height: 52px;
}

.Lipwrap .textbox .box .lip-slider .slick-arrow.slick-prev {
  background: url(../images/left-arrow.png) no-repeat;
  left: -170px;
  background-size: contain !important;
}

.Lipwrap .textbox .box .lip-slider .slick-arrow.slick-next {
  background: url(../images/right-arrow.png) no-repeat;
  right: -170px;
  background-size: contain !important;
}

.Lipwrap .bottombox {
  float: left;
  width: 100%;
  margin-top: 70px;
}

.Lipwrap .bottombox h2 {
  color: #161b26;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.Lipwrap .bottombox p {
  color: #3c455c;
  font-weight: 600;
  line-height: 42px;
  padding-top: 10px;
}

.Lipwrap .bottombox h3 {
  font-size: 18px;
  color: #f7953d;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 28px;
}

.Lipwrap .bottombox ul {
  float: left;
  width: 100%;
}

.Lipwrap .bottombox ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  color: #3c455c;
  font-weight: 500;
  padding: 0px 0 0px 25px;
  position: relative;
  letter-spacing: 0.5px;
}

.Lipwrap .bottombox ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0px;
  top: 14px;
  background: #3c5fb1;
}

.feedwrap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.feedwrap .textbox {
  float: left;
  width: 100%;
}

.feedwrap .textbox h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}

.feedwrap .textbox p {
  color: #fff;
  font-weight: 600;
  line-height: 42px;
  padding-top: 10px;
}

.feedwrap .bottombox {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.feedwrap .bottombox .leftwrap {
  float: left;
  width: 50%;
  padding-right: 70px;
}

.feedwrap .bottombox .leftwrap p {
  color: #fff;
  font-weight: 600;
  line-height: 42px;
  padding-top: 10px;
}

.feedwrap .bottombox .leftwrap p:nth-child(1) {
  padding-top: 0px;
}

.feedwrap .bottombox .rightwrap {
  float: left;
  width: 50%;
  padding: 40px 35px 40px;
  min-height: 565px;
  background: #FFFFFF;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.feedwrap .bottombox .rightwrap .box {
  float: left;
  width: 100%;
}

.feedwrap .bottombox .rightwrap .box h3 {
  font-size: 18px;
  color: #f7953d;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 150%;
}

.feedwrap .bottombox .rightwrap .box ul {
  float: left;
  width: 100%;
}

.feedwrap .bottombox .rightwrap .box ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  color: #3c455c;
  font-weight: 500;
  padding: 0px 0 0px 25px;
  position: relative;
  letter-spacing: 0.5px;
}

.feedwrap .bottombox .rightwrap .box ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0px;
  top: 14px;
  background: #3c5fb1;
}

.afterfrenectomywrap .boxwrap {
  float: left;
  width: 100%;
}

.afterfrenectomywrap .boxwrap h2 {
  font-weight: 700;
  color: #161b26;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.afterfrenectomywrap .boxwrap .bottomwrap {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.afterfrenectomywrap .boxwrap .bottomwrap .leftwrap {
  float: left;
  width: 70%;
  padding-right: 140px;
}

.afterfrenectomywrap .boxwrap .bottomwrap .leftwrap p {
  color: #3c455c;
  font-weight: 500;
  line-height: 40px;
  padding-top: 10px;
}

.afterfrenectomywrap .boxwrap .bottomwrap .leftwrap p:nth-child(1) {
  padding-top: 0px;
}

.afterfrenectomywrap .boxwrap .bottomwrap .imgbox {
  float: left;
  width: 30%;
}

.afterfrenectomywrap .boxwrap .bottomwrap .imgbox img {
  border-radius: 3px;
  width: 100%;
}

.frenectomypostwrap {
  background: #eff3fb;
}

.frenectomypostwrap .boxwrap {
  float: left;
  width: 100%;
}

.frenectomypostwrap .boxwrap h2 {
  font-weight: 700;
  color: #161b26;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.frenectomypostwrap .boxwrap .topwrap {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.frenectomypostwrap .boxwrap .topwrap .boxwrap {
  float: left;
  width: 100%;
}

.frenectomypostwrap .boxwrap .topwrap .boxwrap h3 {
  color: #161b26;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.frenectomypostwrap .boxwrap .topwrap .boxwrap p {
  color: #3c455c;
  font-weight: 500;
  line-height: 42px;
  padding-top: 10px;
}

.frenectomypostwrap .boxwrap .topwrap .leftwrap {
  float: left;
  width: 50%;
  padding-right: 50px;
}

.frenectomypostwrap .boxwrap .topwrap .leftwrap .boxwrap {
  padding: 50px 40px;
  min-height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.frenectomypostwrap .boxwrap .topwrap .rightwrap {
  float: left;
  width: 50%;
  padding-left: 50px;
}

.frenectomypostwrap .boxwrap .topwrap .rightwrap .boxwrap {
  padding: 50px 40px;
  min-height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.frenectomypostwrap .boxwrap .bottomwrap {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 40px;
}

.frenectomypostwrap .boxwrap .bottomwrap h4 {
  color: #f7953d;
  margin: 20px 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.frenectomypostwrap .boxwrap .bottomwrap iframe {
  width: 1200px;
  height: 570px;
  margin: 40px 0;
}

.frenectomypostwrap .boxwrap .bottomwrap p {
  color: #3c455c;
  font-weight: 500;
  line-height: 40px;
  padding-top: 10px;
}

.upperlipwrap .txtbox {
  float: left;
  width: 100%;
  padding-right: 20px;
}

.upperlipwrap .txtbox h2 {
  font-weight: 700;
  color: #161b26;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.upperlipwrap .txtbox p {
  color: #3c455c;
  font-weight: 500;
  line-height: 40px;
  padding-top: 10px;
}

.upperlipwrap .imgbox {
  float: left;
  width: 100%;
  text-align: right;
}

.upperlipwrap .imgbox img {
  border-radius: 3px;
}

.pdtb60 {
  padding: 60px 0;
}

.streches-row {
  position: relative;
  overflow: hidden;
  background: #eff3fb;
}

.streches-row .streches-rowwrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.streches-row .streches-rowwrap .leftwrap {
  height: 100%;
  position: absolute;
}

.streches-row .streches-rowwrap .leftwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.streches-row .strechestextwrap h2 {
  color: #161b26;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.streches-row .strechestextwrap p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding: 0px;
}

.streches-row .strechestextwrap .rightwrap {
  padding-left: 150px;
}

.streches-row .strechestextwrap .rightwrap ul {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.streches-row .strechestextwrap .rightwrap ul li {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.streches-row .strechestextwrap .rightwrap ul li::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 55px;
  width: 1px;
  height: 100%;
  background-image: url(../images/border-line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.streches-row .strechestextwrap .rightwrap ul li:last-child {
  padding-bottom: 0px;
}

.streches-row .strechestextwrap .rightwrap ul li:last-child::before {
  display: none;
}

.streches-row .strechestextwrap .rightwrap ul li .numbox {
  float: left;
  width: 52px;
  height: 52px;
  line-height: 52px;
  padding: 5px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.streches-row .strechestextwrap .rightwrap ul li .numbox .number {
  width: 100%;
  height: 100%;
  line-height: 100%;
  border-radius: 100%;
  font-size: 18px;
  color: #3c5fb1;
  border: 2px solid #3c5fb1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.streches-row .strechestextwrap .rightwrap ul li .textbox {
  float: left;
  width: calc(100% - 52px);
  padding-left: 25px;
}

.streches-row .strechestextwrap .rightwrap ul li .textbox p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding: 0px;
}

.drmeetwrap .boxwrap {
  float: left;
  width: 100%;
}

.drmeetwrap .boxwrap ul {
  float: left;
  width: 100%;
}

.drmeetwrap .boxwrap ul li {
  float: left;
  width: 25%;
  padding: 0 20px;
}

.drmeetwrap .boxwrap ul li:nth-child(1) {
  padding-left: 0px;
}

.drmeetwrap .boxwrap ul li:nth-child(4) {
  padding-right: 0px;
}

.drmeetwrap .boxwrap ul li .box {
  float: left;
  width: 100%;
}

.drmeetwrap .boxwrap ul li .box .imgbox {
  float: left;
  width: 100%;
  height: 400px;
}

.drmeetwrap .boxwrap ul li .box .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 5px;
}

.drmeetwrap .boxwrap ul li .box .textbox {
  float: left;
  width: 100%;
  padding: 30px 0 0;
}

.drmeetwrap .boxwrap ul li .box .textbox h2 {
  font-size: 18px;
  color: #3c455c;
  line-height: 170%;
  font-weight: 500;
}

.policieswrap {
  padding-top: 100px;
}

.policieswrap .box {
  float: left;
  width: 100%;
}

.policieswrap .box p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding-top: 10px;
}

.policieswrap .box p b {
  color: #161b26;
  font-weight: 700;
}

.policieswrap .box h4 {
  margin: 30px 0 10px;
  color: #161b26;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
}

.appoimentwrap {
  padding-bottom: 100px;
}

.paymentswrap .box,
.insurancewrap .box,
.appoimentwrap .box {
  float: left;
  width: 100%;
}

.paymentswrap .box p,
.insurancewrap .box p,
.appoimentwrap .box p {
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding-top: 10px;
}

.paymentswrap .box p b,
.insurancewrap .box p b,
.appoimentwrap .box p b {
  color: #161b26;
  font-weight: 700;
}

.paymentswrap .box h1,
.paymentswrap .box h2,
.paymentswrap .box h3,
.paymentswrap .box h4,
.paymentswrap .box h5,
.paymentswrap .box h6,
.insurancewrap .box h1,
.insurancewrap .box h2,
.insurancewrap .box h3,
.insurancewrap .box h4,
.insurancewrap .box h5,
.insurancewrap .box h6,
.appoimentwrap .box h1,
.appoimentwrap .box h2,
.appoimentwrap .box h3,
.appoimentwrap .box h4,
.appoimentwrap .box h5,
.appoimentwrap .box h6 {
  color: #161b26;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  line-height: 150%;
}

.id-link {
  display: block;
  margin-top: -60px;
  float: left;
  width: 100%;
}

.postrowwrap .leftwrap {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.postrowwrap .leftwrap ul {
  float: left;
  width: 100%;
}

.postrowwrap .leftwrap ul li {
  float: left;
  width: 100%;
  padding: 0px 0 0px 28px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #3c455c;
  letter-spacing: 0.5px;
  line-height: 42px;
}

.postrowwrap .leftwrap ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0px;
  top: 17px;
  background: #3c5fb1;
}

.postrowwrap .rightwrap {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 115px;
}

.postrowwrap .rightwrap img {
  border-radius: 3px;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.postoperativewrap .textbox {
  float: left;
  width: 50%;
}

.postoperativewrap .textbox h2 {
  color: #161b26;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.postoperativewrap .textbox p {
  font-size: 18px;
  color: #3c455c;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding-top: 10px;
}

.postoperativewrap .textbox ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.postoperativewrap .textbox ul li {
  float: left;
  width: 100%;
  padding: 0px 0 0px 28px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #3c455c;
  letter-spacing: 0.5px;
  line-height: 42px;
}

.postoperativewrap .textbox ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0px;
  top: 17px;
  background: #3c5fb1;
}

.postoperativewrap .rightwrap {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 115px;
}

.slick-slider {
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-slide {
  margin: 0 0px;
}

.slick-slide img {
  width: 100%;
}

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

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: none !important;
}

.slick-arrow {
  width: 10px;
  height: 16px;
  position: absolute;
  z-index: 9;
  font-size: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-arrow:focus {
  outline: none;
  -webkit-outline: none;
}

.slick-arrow.slick-prev {
  background: url(../images/ic-left-arrow.png) no-repeat;
  left: -10px;
  background-size: contain !important;
}

.slick-arrow.slick-next {
  background: url(../images/ic-right-arrow.png) no-repeat;
  right: -10px;
  background-size: contain !important;
}

body .mCSB_scrollTools {
  width: 10px;
  background-color: #ebebeb;
  border-radius: 100px;
}

body .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: transparent;
  border-radius: 5px;
  block-size: inherit;
  border: 0px solid #fff;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 auto;
  background-color: #f7953d !important;
}

body .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCustomScrollbar {
  width: 100%;
  float: left;
  max-height: 330px;
  overflow: auto;
}

body .mCSB_inside>.mCSB_container {
  margin-right: 20px;
}

.yelp-weapper {
  float: left;
  width: 100%;
}

.yelp-weapper .ti-widget .ti-footer .ti-profile-details {
  position: relative;
}

.yelp-weapper .ti-widget .ti-footer .ti-profile-details .link-yelp {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.yelp-weapper a.link-yelp {
  float: left;
  width: 100%;
}

.yelp-weapper .ti-widget .ti-controls .ti-next {
  background: url(../images/ic-right-arrow.png) no-repeat;
}

.yelp-weapper .ti-widget .ti-controls .ti-prev {
  background: url(../images/ic-left-arrow.png) no-repeat;
}

.paywrap {
  float: left;
  width: 100%;
}

.paywrap .leftwrap {
  float: left;
  width: 100%;
}

.paywrap .leftwrap h2 {
  font-weight: 500;
  color: #3c455c;
  text-align: center;
  line-height: 140%;
  font-size: 24px;
}

.paywrap .leftwrap .btnbox {
  float: left;
  text-align: center;
}

.paywrap .leftwrap .btnbox form {
  float: left;
  width: 100%;
  text-align: center;
}

.paywrap .leftwrap .btnbox input.link {
  margin-top: 35px !important;
  display: inline-block;
  float: none;
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.paywrap .leftwrap .btnbox input.link.form-control {
  height: auto;
  background-color: transparent;
  border: 0px;
  outline: none;
  padding: 0px;
}

.paywrap .leftwrap .btnbox input.link.form-control:focus,
.paywrap .leftwrap .btnbox input.link.form-control.active {
  outline: none;
  border: 0px;
  box-shadow: none;
}

/**--------Landing page --------**/
.landing-points-wrap .text-box p {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 500;
}

.landing-points-wrap .text-box ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.landing-points-wrap .text-box ul li {
  padding-bottom: 30px;
  letter-spacing: 0.5px;
  line-height: 150%;
  font-weight: 500;
  font-size: 15px;
}

/* .landing-points-wrap .text-box ul li:last-child {
  padding-bottom: 0;
} */

/* .landing-points-wrap .text-box ul li h4 {
  color: #161b26;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
} */

.landing-points-wrap .text-box a {
  text-decoration: underline;
  font-weight: 600;
  color: #3c5fb1;
}

.landing-points-wrap .text-box h1,
.landing-points-wrap .text-box h2,
.landing-points-wrap .text-box h3,
.landing-points-wrap .text-box h4,
.landing-points-wrap .text-box h5,
.landing-points-wrap .text-box h6 {
  color: #161b26;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px;
}

.about-info-wrapper {
  background-color: #eff3fb;
}

.about-info-wrapper .about-info-wrap .left-box h2 {
  color: #161b26;
  font-weight: 700;
  padding-bottom: 20px;
}

.about-info-wrapper .about-info-wrap .left-box p {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 500;
}

.about-info-wrapper .about-info-wrap .right-box img {
  border-radius: 3px;
}

.service-form-wrapper {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  width: 100%;
  float: left;
}

.service-form-wrapper::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(42, 50, 66, 0.82);
  position: absolute;
}

.service-form-wrapper h2 {
  text-align: center;
  z-index: 1;
  line-height: 140%;
  font-weight: 700;
}

.service-form-wrapper .rightwrap {
  padding-left: 0px !important;
  width: 100%;
  float: left;
}

.service-form-wrapper .rightwrap .formwrap2 {
  padding-top: 40px;
  float: left;
  width: 100%;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 20px 0 0 !important;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: calc(100% - 16px);
  padding-right: 16px !important;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  max-width: calc(100% - 16px);
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .validation_error {
  display: inline-block;
  background-color: #ebdada;
  border: 1px solid #dbbcc1 !important;
  margin: 0 0 30px !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 140%;
  font-weight: 400 !important;
  position: relative;
  border-radius: 4px;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .validation_message {
  color: #ff1a1a !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-top: 5px;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper {
  float: left;
  width: 100%;
  margin: 0px !important;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper form {
  float: left;
  width: 100%;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .gform_body {
  float: left;
  width: 100%;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields {
  margin: 0 0px;
  float: left;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li {
  margin: 15px 0;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li.gfield_error textarea {
  border: 1px solid #790000 !important;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li ::-moz-placeholder {
  color: #999999;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li ::placeholder {
  color: #999999;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li label {
  display: none !important;
  line-height: 100% !important;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container {
  float: left;
  width: 100%;
  margin: 0px !important;
  line-height: 100%;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: top 17px right 35px;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container select option {
  padding: 10px 20px !important;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container select {
  margin-bottom: 0px !important;
  border: 1px solid #ebebeb;
  background-color: #fff;
  margin-bottom: 0px !important;
  border-radius: 4px;
  height: 100%;
  color: #8d94a7;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  line-height: 40px;
  padding: 0px 20px;
  transition: all 0.25s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.5px;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container select:hover,
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container select:focus {
  box-shadow: none;
  border: 1px solid #e0b290;
  transition: all 0.25s ease 0s;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container .textarea {
  height: 200px;
  margin-bottom: 0px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 20px 20px;
  background-color: transparent;
  color: #8d94a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.25s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container .textarea:hover,
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container .textarea:focus {
  box-shadow: none;
  border: 1px solid #e0b290;
  outline: none;
  transition: all 0.25s ease 0s;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li div.ginput_container.gfield.gfield_error {
  max-width: 100%;
  width: 50% !important;
  padding-right: 16px !important;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper ul.gform_fields li.validation_message {
  line-height: 110% !important;
  height: auto;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .gfield_description {
  line-height: 160%;
  padding: 0px;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .gform_footer {
  margin: 0px;
  padding-top: 30px;
  float: left !important;
  width: 100%;
  text-align: center;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .gform_footer input[type=submit] {
  background-color: #f7953d;
  color: #fff;
  display: inline-block;
  width: auto;
  float: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border-radius: 4px;
  border: 1px solid #f7953d;
  margin: 0px 0 0;
  height: 56px;
  transition: all 0.25s ease 0s;
  text-transform: uppercase;
}

.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .gform_footer input[type=submit]:hover,
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .gform_footer input[type=submit]:focus,
.service-form-wrapper .rightwrap .formwrap2 .gform_wrapper .gform_footer input[type=submit]:active {
  background: rgba(255, 102, 51, 0.8666666667);
  color: white;
  border: 1px solid rgba(255, 102, 51, 0.8666666667);
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 0 30px;
}

.service-form-wrapper .gform_confirmation_wrapper {
  float: left;
  width: 100%;
  background: #0A8C33;
  color: white;
  margin: 15px 0 0;
  padding: 0px;
}

.service-form-wrapper .gform_confirmation_wrapper {
  display: inline-block;
  width: 100%;
  background-color: #dff0d8;
  border: 1px solid #c6d9b6;
  margin: 30px 0 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #3c763d;
  border-radius: 4px;
  position: relative;
  text-align: center;
}

div.logowrap {
  position: relative;
}

div.logowrap .slick-arrow.slick-prev {
  left: 0 !important;
}

div.logowrap .slick-arrow.slick-next {
  right: 0px !important;
}

div.logowrap .slick-slide {
  padding: 0 10px;
}

div.logowrap .slick-slide a {
  float: left;
  width: 100%;
  height: 107px;
  line-height: 107px;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

div.logowrap .slick-slide a img {
  display: block;
  width: auto;
  float: none;
  margin: 0 auto;
}

/*  Footer  Start */
.footer {
  float: left;
  width: 100%;
  background: #161b26;
  padding: 70px 0 0;
}

.footer .footerboxwrap {
  float: left;
  width: 100%;
}

.footer .footerboxwrap h2 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.footer .footerboxwrap .footer-firstsection {
  float: left;
  width: 30%;
}

.footer .footerboxwrap .footer-firstsection ul {
  float: left;
  width: 100%;
  padding-right: 150px;
}

.footer .footerboxwrap .footer-firstsection ul li {
  float: left;
  width: 50%;
  padding: 20px 0;
}

.footer .footerboxwrap .footer-firstsection ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.footer .footerboxwrap .footer-firstsection ul li a:hover {
  color: #f7953d;
}

.footer .footerboxwrap .footer-firstsection ul li.current_page_item a {
  color: #f7953d;
}

.footer .footerboxwrap .footer-midsection {
  float: left;
  width: 39.99%;
}

.footer .footerboxwrap .footer-midsection ul {
  float: left;
  width: 100%;
}

.footer .footerboxwrap .footer-midsection ul li {
  float: left;
  width: 50%;
  padding: 14px 0;
}

.footer .footerboxwrap .footer-midsection ul li:nth-child(odd) {
  clear: both;
}

.footer .footerboxwrap .footer-midsection ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.footer .footerboxwrap .footer-midsection ul li a:hover {
  color: #f7953d;
}

.footer .footerboxwrap .footer-midsection ul li.current_page_item a {
  color: #f7953d;
}

.footer .footerboxwrap .footer-lastsection {
  float: left;
  width: 30%;
  padding-left: 140px;
}

.footer .footerboxwrap .footer-lastsection .footerlogo {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.footer .footerboxwrap .footer-lastsection ul {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.footer .footerboxwrap .footer-lastsection ul li {
  float: left;
  width: 100%;
  padding: 0px 0 20px;
}

.footer .footerboxwrap .footer-lastsection ul li:last-child {
  padding-bottom: 0px;
}

.footer .footerboxwrap .footer-lastsection ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.footer .footerboxwrap .footer-lastsection ul li a:hover {
  color: #f7953d;
}

.footer .footerboxwrap .footer-lastsection ul li.phone label {
  padding-top: 0px;
  float: left;
  width: auto;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 100%;
}

.footer .footerboxwrap .footer-lastsection ul li.phone a {
  width: auto;
  padding-left: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.footer .footerboxwrap .footer-lastsection ul li.phone a:hover {
  color: #f7953d;
}

.footer .footerboxwrap .footer-bottomwrap {
  float: left;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 90px;
}

.footer .footerboxwrap .footer-bottomwrap .copyright {
  float: left;
  width: auto;
  font-size: 12px;
  color: #dee5f2;
  font-weight: 400;
  line-height: 50px;
}

.footer .footerboxwrap .footer-bottomwrap ul {
  float: right;
  width: auto;
  text-align: right;
}

.footer .footerboxwrap .footer-bottomwrap ul li {
  float: none;
  width: auto;
  padding: 0px 9px;
  display: inline-block;
}

.footer .footerboxwrap .footer-bottomwrap ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  float: left;
  border-radius: 100%;
}

.footer .footerboxwrap .footer-bottomwrap ul li a:hover {
  background: #f7953d;
  color: #fff;
}

.landing-footer {
  height: 125px;
  padding: 30px 0px;
  background-color: #fff;
}

.landing-footer .copyright {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #727780;
}

.landing-footer .social-list {
  text-align: right;
}

.landing-footer .social-list ul li {
  padding: 0px 9px;
  display: inline-block;
}

.landing-footer .social-list ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #3c5fb1;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  float: left;
  border-radius: 100%;
}

.landing-footer .social-list ul li a svg path {
  fill-opacity: 1;
}

/*  Footer  End */