@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Zen Maru Gothic';
    src: url('../fonts/ZenMaruGothic-Black.eot');
    src: url('../fonts/ZenMaruGothic-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ZenMaruGothic-Black.woff2') format('woff2'), url('../fonts/ZenMaruGothic-Black.woff') format('woff'), url('../fonts/ZenMaruGothic-Black.ttf') format('truetype'), url('../fonts/ZenMaruGothic-Black.svg#ZenMaruGothic-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('../fonts/ZenMaruGothic-Bold.eot');
    src: url('../fonts/ZenMaruGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2'), url('../fonts/ZenMaruGothic-Bold.woff') format('woff'), url('../fonts/ZenMaruGothic-Bold.ttf') format('truetype'), url('../fonts/ZenMaruGothic-Bold.svg#ZenMaruGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('../fonts/ZenMaruGothic-Light.eot');
    src: url('../fonts/ZenMaruGothic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ZenMaruGothic-Light.woff2') format('woff2'), url('../fonts/ZenMaruGothic-Light.woff') format('woff'), url('../fonts/ZenMaruGothic-Light.ttf') format('truetype'), url('../fonts/ZenMaruGothic-Light.svg#ZenMaruGothic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('../fonts/ZenMaruGothic-Medium.eot');
    src: url('../fonts/ZenMaruGothic-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2'), url('../fonts/ZenMaruGothic-Medium.woff') format('woff'), url('../fonts/ZenMaruGothic-Medium.ttf') format('truetype'), url('../fonts/ZenMaruGothic-Medium.svg#ZenMaruGothic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('../fonts/ZenMaruGothic-Regular.eot');
    src: url('../fonts/ZenMaruGothic-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ZenMaruGothic-Regular.woff2') format('woff2'), url('../fonts/ZenMaruGothic-Regular.woff') format('woff'), url('../fonts/ZenMaruGothic-Regular.ttf') format('truetype'), url('../fonts/ZenMaruGothic-Regular.svg#ZenMaruGothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/*-----RESET-----*/

html,
body {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Zen Maru Gothic';
    font-weight: normal;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    color: #707070;
    line-height: 24px;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

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

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

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

a img {
    border: none;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer
}

ul {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    height: auto;
}

.validate-input {
    position: relative;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.input100 {
    border: 0;
    width: 100%;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 13px;
    margin-bottom: 27px;
}

/* ------------|| SLICK SLIDER COMMON CSS ||------------- */
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
    width: 30px;
    height: 30px;
    background: #00b8f2;
    border: 2px solid #00b8f1;
    border-radius: 50%;
    z-index: 1;
}

.slick-arrow.slick-prev:hover,
.slick-arrow.slick-next:hover {
    background: white;
}

.slick-arrow .slick-next::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    background: transparent url(../images/slider-right-arrow.svg) no-repeat center;
    filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(83%) hue-rotate(225deg) brightness(118%) contrast(100%);
    background-size: 14px 14px;
}

.slick-arrow .slick-prev::before {
    background: transparent url(../images/slider-left-arrow.svg) no-repeat center;
    filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(83%) hue-rotate(225deg) brightness(118%) contrast(100%);
    font-size: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.slick-arrow .slick-prev:hover::before,
.slick-arrow .slick-next:hover:before {
    filter: brightness(0) saturate(100%) invert(58%) sepia(65%) saturate(2476%) hue-rotate(155deg) brightness(95%) contrast(104%);
}

.js_hmbanner .slick-arrow.slick-next {
    right: 25px;
}

.js_hmbanner .slick-arrow.slick-prev {
    left: 25px;
}


/*-----FORM CONTROL-----*/

::-webkit-input-placeholder {
    color: #BCBCBC;
    font-family: 'Zen Maru Gothic';
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px
}

::-moz-placeholder {
    color: #BCBCBC;
    font-family: 'Zen Maru Gothic';
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #BCBCBC;
    font-family: 'Zen Maru Gothic';
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

::-moz-selection {
    color: #fff;
    background: #567D9C;
}

::selection {
    color: #fff;
    background: #567D9C;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input:invalid {
    box-shadow: none;
}

input[type=text],
input[type=submit],
input[type=email],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
    height: auto !important;
    min-height: 120px !important;
    overflow: hidden;
    margin: 0;
    font-family: 'Zen Maru Gothic';
    font-weight: normal;
    vertical-align: bottom;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ACB0B5;
    background: #ffffff;
    font-family: 'Zen Maru Gothic';
    font-weight: normal;
    font-size: 16px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #000000;
    letter-spacing: 0.5px;
    min-height: 46px;
    border-radius: 4px;
}

.submitblock {
    margin: 0 auto;
    display: block;
    text-align: right;
}

.submitblock .btn-theme {
    background-color: #0071BD;
    padding: 10px 24px 12px;
}

.submitbtn input[type=submit] {
    background: transparent;
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.submitbtn {
    background: #F8C138;
    border: 1px solid #F8C138;
    color: #292929;
    padding: 13px 35px;
    font-family: 'Zen Maru Gothic';
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    height: 50px;
}

.submitbtn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    width: 10px;
    height: 100%;
    border-radius: 100px;
    background-color: #fff;
    transform-origin: left;
    transition: 0.5s ease;
    z-index: -1;
}

.submitbtn:hover::after {
    width: 100%;
    opacity: 1;
}

.submitbtn:hover {
    background: #fff;
}

.submitbtn:hover input[type=submit],
.submitbtn:hover i {
    color: #ffffff;
}

.form-control:focus {
    border-color: #0071BD !important;
}

.form-select option,
.form-select select {
    color: #a3a3a3;
}

.submitbtn {
    width: 100%;
    background: #0071BD;
    border: 0;
    outline: none;
    color: #ffffff;
}

.btn-theme:after,
.dark:after {
    background-color: #0abbf2;
}

.main-title,
.inner-brd .pg-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.main-title span {
    color: #707070;
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin: 10px 0;
}

.main-title p {
    color: #707070;
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin: 10px 0;
}

.why-need-sec {
    position: relative;
    overflow: hidden;
    background-color: #000;
    padding: 95px 0;
    z-index: 1;
    color: #fff;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.why-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-list li {
    width: 43%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 30px;
    align-items: flex-start;
}

.why-list li .icon {
    width: 120px;
}

.why-list li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.why-list li .heading-20 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 1;
}

.white {
    color: #ffffff !important;
}

.why-need-sec img.bgimg {
    opacity: 0.75;
}

.why-need-sec {
    min-height: 545px;
}

.flex-middle {
    width: calc(100% - 120px);
    display: inline-block
}

.cta-wrapper {
    background: #E8EFF9;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}

.cta-caption .heading-22,
.why-need-sec .main-title {
    margin-bottom: 10px !important;
}

.cta-caption .heading-22 {
    color: #000000;
    margin-bottom: 15px;
}

.why-need-sec p {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.cta-caption {
    padding-right: 100px;
}

.cta-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #6a6a6a;
}

.cta-wrapper .btn-book {
    text-transform: uppercase !important;
}

.cta-left {
    display: inline-flex;
    width: calc(100% - 250px);
    display: inline-flex;
    align-items: center;
}

.cta-left img {
    display: inline-block;
    margin-right: 40px;
}

.blog-item img {
    width: 100%;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-caption:before {
    position: absolute;
    content: "";
    width: 1px;
    background: #00B9F2;
    height: 30px;
    left: 50%;
    top: -15px;
}

.blog-item:after {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    background: rgba(253, 255, 253, 1.0);
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 11%), rgb(0 0 0 / 83%));
    background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 11%), rgb(0 0 0 / 83%));
    background: linear-gradient(to bottom, rgb(255 255 255 / 11%), rgb(0 0 0 / 83%));
}

.blog-item:hover img,
.phy-block:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item,
.item-img {
    position: relative;
    overflow: hidden;
}

.blog-date {
    position: absolute;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end
}

.blog-caption {
    padding: 40px;
    position: relative;
}

.blog-container {
    margin: 0 20px 50px;
    display: block;
    text-align: center;
}

.blog-container p {
    color: #707070;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.fa-tiktok:before {
    content: '';
    background: url(../images/tiktok.svg) 0px 0px no-repeat;
    width: 13px;
    height: 13px;
    display: block;
}

/*-----STRUCTURE-----*/

.container-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.inner-container-txt {
    max-width: 1200px;
    margin: 0 auto;
}

.inner-container-txt p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #707070;
}

.row.inline-img.ftr_logo {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .why-list li:nth-last-of-type(-n+2) {
        border-bottom: 0;
    }

    .page-template-page-suburb .hm-img {
        position: sticky;
        top: 100px;
        align-self: flex-start;
        width: 46.5%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }
}

@media(min-width:1540px) {
    .container {
        max-width: 1450px;
        margin: 0 auto;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-33 {
    width: 33.33%;
}

[class*=col-] {
    position: relative;
    display: inline-block;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after,
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: " ";
}

.row::after,
.container::after,
.clearfix::after,
.clearfix::before {
    clear: both;
}

.width50,
.width33 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left
}

.width33 {
    width: 33.33%
}

.flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container.flex-container:before,
.container.flex-container:after {
    display: block;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.content-align-top {
    align-items: flex-start;
}

/*-----HELPER-----*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.hidden {
    display: none;
}

.bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    z-index: -1;
    overflow: hidden;
}

.mCSB_inside>.mCSB_container {
    margin-right: 35px
}

.mCustomScrollbar .mCSB_scrollTools {
    opacity: 0
}

.mCustomScrollbar:hover .mCSB_scrollTools {
    opacity: 1
}

.upparcase {
    text-transform: uppercase;
}

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

.ft20 {
    font-size: 20px !important;
}

.ft24 {
    font-size: 24px !important;
}

/*----------------------------------------COMMON------------------------------------*/

.inner-left-content {
    width: 60%;
    padding-right: 100px;
    margin-bottom: 100px;
}

.inner-img-right {
    width: 40%;
    margin-bottom: 100px;
}

/*-----SCROLL TOP-----*/

.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 85px;
    border-radius: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
    -khtml-transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transition;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #7B7B7B;
    border-radius: 100%;
    background: #ffffff;
    color: #292929;
    font-size: 22px;
}

.scrollTop img {
    -webkit-animation: scrollIconMove 2.5s infinite;
    -khtml-animation: scrollIconMove 2.5s infinite;
    -moz-animation: scrollIconMove 2.5s infinite;
    -ms-animation: scrollIconMove 2.5s infinite;
    -o-animation: scrollIconMove 2.5s infinite;
    animation: scrollIconMove 2.5s infinite;
    transform: translateY(0%);
}

.scrollTop:hover {
    transform: translateY(-5px)
}

.scrollTop span {
    position: absolute;
    right: 100%;
    width: max-content;
    color: #e8647b;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform .5s cubic-bezier(.5, 0, .5, 1), opacity .5s cubic-bezier(.5, 0, .5, 1);
    -webkit-transition: opacity .5s cubic-bezier(.5, 0, .5, 1), -webkit-transform .5s cubic-bezier(.5, 0, .5, 1);
    transition: opacity .5s cubic-bezier(.5, 0, .5, 1), -webkit-transform .5s cubic-bezier(.5, 0, .5, 1);
    transition: transform .5s cubic-bezier(.5, 0, .5, 1), opacity .5s cubic-bezier(.5, 0, .5, 1);
    transition: transform .5s cubic-bezier(.5, 0, .5, 1), opacity .5s cubic-bezier(.5, 0, .5, 1), -webkit-transform .5s cubic-bezier(.5, 0, .5, 1);
    font-size: 12px;
    text-transform: uppercase;
}

.scrollTop:hover span {
    -webkit-transform: translate(-24px, -50%);
    transform: translate(-24px, -50%);
    opacity: 1;
}

/*-----INNER BANNER-----*/

.form-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* INNNER COMMON CSS */

.inpg {
    padding: 100px 0 0;
}

.divider {
    border-bottom: 1px solid #E8EFF9;
}

.mrgb0 {
    margin-bottom: 0 !important;
}

.mrgb100 {
    margin-bottom: 100px;
}

.mrgb75 {
    margin-bottom: 75px;
}

.mrgb50 {
    margin-bottom: 50px;
}

.mrgb40 {
    margin-bottom: 40px;
}

.mrgb30 {
    margin-bottom: 30px !important;
}

.mrgb20 {
    margin-bottom: 20px;
}

/*-----CONTENT-----*/

.main-title,
.heading-34,
.pg-title,
.heading-40,
.heading-30,
.heading-24,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zen Maru Gothic';
    font-weight: normal;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

.inpg .main-title {
    margin-bottom: 30px;
}

.heading-40 {
    font-size: 40px;
}

.pg-title {
    color: #0071BD;
    margin-bottom: 10px !important;
}

.ins-gallery .main-title .mrg-l15 {
    margin-right: 15px;
    margin-top: -5px;
}

.ins-gallery .main-title {
    margin-bottom: 45px;
}

.heading-36 {
    font-size: 36px;
    color: #292929;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.heading-34 {
    font-size: 34px;
    color: #373737;
}

.heading-32 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
}

.heading-30 {
    font-size: 30px;
}

.heading-28,
.heading-22 {
    font-size: 28px;
    color: #292929;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 34px;
}

.heading-26 {
    font-size: 26px;
    color: #000000;
    line-height: 1.2;
}

.heading-22 {
    font-size: 22px;
    line-height: 28px;
}

.heading-24 {
    font-size: 24px;
    font-weight: bold;
}

.heading-tag {
    color: #0CB14B;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
}

.line {
    position: relative;
    padding-left: 37px;
}

.line:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 1px;
    background-color: #0CB04A;
    top: 50%;
}

.ft-32-regular {
    font-size: 26px;
    font-weight: normal;
    line-height: 37px;
    color: #1A1A1A;
}

.ft-32-regular span {
    color: #000000;
    font-weight: 500;
}

/*P tags*/

.ptag p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
    color: #707070;
    font-weight: 500;
}

.ptag p a {
    display: inline-block;
    text-decoration: underline;
}

.ptag p a:hover,
.areas-list li a:hover,
.areas-list li.active {
    color: #0071BD
}

/*Default List*/

.dlist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.dlist li {
    font-size: 18px;
    color: #707070;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding: 0 0 0 22px;
    flex: 0 0 100%;
    line-height: 25px;
    position: relative;
    font-weight: 500;
}

.dlist li:last-child {
    margin-bottom: 0;
}

.half li {
    flex: 0 0 50%;
}

.thrice li {
    flex: 0 0 33.33%;
}

.dlist li:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    width: 30px;
    height: 30px;
}

/*-----BUTTONS-----*/

.btn_list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0 -8px;
}

.btn_list li {
    padding: 0px 8px;
}

.btn_list li img {
    margin-right: 10px;
}

.dlist li:last-child {
    border-bottom: 0;
}

[class*="btn-"] {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #292929;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
    z-index: 0;
    padding: 12px 24px;
    overflow: hidden;
    height: 44px;
    letter-spacing: 0.5px;
}

[class*="btn-"] img {
    margin-right: 14px;
    width: 22px;
}

[class*="btn-"] i {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

[class*="btn-"].submitbtn i {
    margin-left: 15px;
    color: #292929;
    font-size: 16px;
    margin-right: 0;
}

.btn-outline {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
}

.btn-theme,
.dark {
    background-color: #517694;
    color: #ffffff;
}

[class*="btn-"]:after {
    position: absolute;
    border-radius: inherit;
    width: 50%;
    transition: all .5s ease-in-out;
    opacity: 0;
    content: '';
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    z-index: -1;
    background-color: #517694;
}

[class*="btn-"]:hover:after {
    width: 100%;
    opacity: 1;
}

[class*="btn-"]:hover {
    color: #ffffff;
}

.uppercase {
    text-transform: uppercase !important;
}

.why-need-wrapper {
    position: relative;
    background-color: #ffffff;
    padding: 65px 70px 0;
    margin-top: -260px;
    z-index: 1;
}

/* COMMON TEAM */

.team-content {
    padding: 30px 0;
}

.team-content .team-name {
    font-size: 22px;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 20px;
}

.team-content .desg {
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}

/* SERVICE PROVIDER */

.service-provider {
    position: relative;
    overflow: hidden;
    min-height: 545px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 95px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.inline-img {
    display: flex;
    flex-wrap: wrap
}

/*.img-in .logo-bx{background: #ffffff;padding: 10px;border: 1px solid #E1E1E1; }*/

.img-in:not(:last-child) {
    margin-right: 20px;
}

.service-inner-prd-content {
    max-width: 660px;
    margin: 0 0 0 auto;
}

/* BLOG COTAINER */

.brand-slider {
    max-width: 1087px;
    margin: 0 auto;
}

.logo-box {
    border: 1px solid #E1E1E1;
    padding: 3px;
    text-align: center;
    display: inline-block;
    min-height: 100px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.brand-slider .slick-slide {
    margin: 0 17px 50px;
}

.logo-box img {
    display: inline-block;
}

.ins-gallery {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 50px;
    padding-bottom: 100px;
}

/* BLOG DETAIL */
figure.wp-block-image.size-large,
figure.wp-block-video {
    border: 1px solid #E8EFF9;
    text-align: center;
    margin-bottom: 30px;
}

.wp-block-image figcaption,
.wp-block-video figcaption {
    margin-top: 0;
    margin-bottom: 0;
    background: #E8EFF9;
    padding: 10px 20px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.blog-content-wrapper .blog-heading .pg-title {
    color: #000;
    font-size: 40px;
}

.blg_auth p {
    margin-bottom: 5px;
    line-height: 24px;
}

/* CSS FOR FOOTER */

.footer {
    background-color: #27282A;
    padding: 50px 0 0;
    color: #ffffff;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.abs-right-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}

.ft-col-1 {
    width: 330px;
    border-right: 1px solid rgba(255, 255, 255, .10);
}

.ft-brand {
    margin-bottom: 50px;
    display: inline-block;
}

.footer-panel {
    width: calc(100% - 330px);
    display: inline-block;
}

.footer-panel .heading-20 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}

.ft-panel-left {
    width: calc(100% - 260px);
    display: inline-block;
    padding-bottom: 20px;
}

.ft-panel-left p {
    font-size: 20px;
}

.ft-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*.ft-panel-book{width: 245px;}*/

.ft-panel-book a.btn-outline {
    color: #567D9C;
    border-color: #567D9C;
    text-transform: uppercase;
}

.ft-panel-book a.btn-outline:hover {
    color: #ffffff;
}

.ft-info-call {
    margin: 0;
    padding: 0 0 20px 0;
}

.ft-info-call address {
    max-width: 165px;
    font-style: normal;
}

.ft-info-call li {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ft-info-call li:last-child {
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-panel .row {
    padding-left: 80px;
}

.ft-info-call li img {
    margin-right: 13px;
}

.footer-panel .flex-container.wrap {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
    margin-bottom: 50px;
    padding-left: 80px;
}

.ft-info-call li a.call {
    margin-right: 20px;
}

.open-info,
.open-info p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    max-width: 250px;
    line-height: 1.2;
}

.open-info p {
    margin-bottom: 5px;
    flex-direction: row
}

.open-info p span {
    width: auto;
}

.ft-links {
    display: flex;
    flex-wrap: wrap;
}

.quk-link .ft-links.inline li {
    width: 50%;
    margin-bottom: 10px;
}

.ft-links li a:hover,
.ft-links li.active>a,
.ft-info-call li a:hover {
    color: #00b9f2;
}

.quk-link,
.ft-col-2 {
    width: 35%;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.ft-col-2 {
    padding-right: 30px;
}

.ft-col-2 p,
.ft-col-3 p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
}

.ft-col-3 {
    width: 30%;
    padding-right: 15px;
}

.inline-img img {
    margin-bottom: 20px;
}

.inline-img img:not(:last-of-type) {
    margin-right: 20px;
}

.social-icon i.fa.fa-facebook {
    color: #0071BD;
}

.social-icon {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    color: #000;
    margin-right: 6px;
}

.social-icon:hover {
    background-color: #0071BD;
    color: #ffffff;
}

.social-icon:hover i.fa.fa-facebook {
    color: #ffffff !important;
}

.ft-bottom-copy {
    border-top: 1px solid rgba(255, 255, 255, .10);
    width: 100%;
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.team-item {
    position: relative;
    overflow: hidden;
}

.team-block:hover .team-content .team-name,
.phy-block:hover .heading-24 {
    color: #567D9C;
}

.team-item img,
.blog-item img {
    transform: scale(1.01);
    transition: transform .65s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
}

.grecaptcha-badge {
    visibility: hidden;
}

.team-block:hover .team-item img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.row-reverse .content-right {
    padding: 0 100px 0 0;
}

.row-reverse {
    flex-direction: row-reverse;
}

.inpg .heading-40 {
    margin-bottom: 30px;
    line-height: 1.2;
}

.ctanw-wrapper-blue {
    background-color: #E8EFF9;
}

.ctanw-wrapper-blue .practioners_images .images_block {
    width: calc(33.33% - 10px);
    float: left;
    margin-right: 10px;
}

.ctanw-wrapper-blue .cta-wrapper {
    margin-bottom: 0;
}

@media(max-width:1366px) {
    .inpg {
        padding: 80px 0 0 0;
    }

    .inner-left-content {
        padding-right: 60px;
    }

    .row-reverse .content-right {
        padding: 0 70px 0 0;
    }

    .inner-img-right,
    .inner-left-content,
    .service-provider {
        margin-bottom: 80px;
    }

    .heading-34 {
        font-size: 32px;
    }

    .thank-you-content {
        margin-bottom: 70px;
    }

    .right-cta {
        padding-left: 30px;
    }
}

@media(max-width:1200px) {
    .heading-34 {
        font-size: 30px;
    }

    .heading-24 {
        font-size: 22px;
    }

    .blog-container p {
        font-size: 18px;
    }

    .main-title,
    .inner-brd .pg-title {
        font-size: 40px;
    }

    .ins-gallery {
        padding-bottom: 70px;
    }

    .heading-40,
    .blog-content-wrapper .blog-heading .pg-title {
        font-size: 38px;
    }

    .brand-slider .slick-slide {
        margin: 0 10px 50px;
    }

    .logo-box {
        padding: 10px;
    }

    .inpg {
        padding: 60px 0 0 0;
    }

    .inner-left-content {
        padding-right: 30px;
    }

    .row-reverse .content-right {
        padding: 0 40px 0 0;
    }

    .inner-img-right,
    .inner-left-content {
        margin-bottom: 60px;
    }

    .divider.mrgb75,
    .mrgb75 {
        margin-bottom: 50px;
    }

    .footer-panel .row,
    .footer-panel .flex-container.wrap {
        padding-left: 50px;
    }

    .ft-col-3 {
        width: 100%;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
    }

    .ft-col-3 .ft-inline:first-child {
        width: 70%;
    }

    .ft-col-2 {
        padding-right: 0;
    }

    .quk-link,
    .ft-col-2 {
        width: 50%;
    }

    .why-list li .icon {
        width: 80px;
    }

    .why-list li .flex-middle {
        width: calc(100% - 80px);
    }

    .why-need-wrapper {
        padding: 40px 35px 0;
    }

    .why-list li .heading-20 {
        margin-bottom: 15px;
    }

    .cta-left img {
        display: inline-block;
        margin-right: 30px;
        width: 120px;
        height: auto;
        max-height: 100%;
    }

    .cta-wrapper {
        padding: 30px;
    }

    .cta-left {
        width: calc(100% - 250px);
    }

    .cta-caption {
        padding-right: 50px;
    }

    .cta-wrapper,
    .service-provider {
        margin-bottom: 60px;
    }

    .dlist li {
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .why-need-sec {
        padding: 70px 0;
    }

    .why-need-wrapper {
        margin-top: -300px;
    }

    .mrgb100 {
        margin-bottom: 80px;
    }

    .thank-you-content {
        margin-bottom: 50px;
    }

    .ctanw-wrapper-blue .cta-wrapper {
        padding: 30px 0;
    }
}

@media(max-width:992px) {
    .heading-34 {
        font-size: 26px;
    }

    .inpg {
        padding: 50px 0 0 0;
    }

    .why-need-sec {
        padding: 50px 0;
    }

    .main-title,
    .inner-brd .pg-title {
        font-size: 36px;
    }

    .ptag p,
    .why-list li p {
        font-size: 16px;
        line-height: 24px;
    }

    .why-list li .heading-20 {
        font-size: 18px;
    }

    .heading-40,
    .blog-content-wrapper .blog-heading .pg-title {
        font-size: 34px;
    }

    .mrgb100 {
        margin-bottom: 60px;
    }

    .blog-container p {
        font-size: 16px;
        line-height: 24px;
        display: block;
        height: 50px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .inner-left-content,
    .inner-img-right {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .ins-gallery {
        padding-bottom: 50px;
    }

    .brand-slider .slick-slide {
        margin-bottom: 30px;
    }

    .ft-32-regular {
        font-size: 26px;
        line-height: 36px;
    }

    .divider.mrgb75,
    .mrgb75 {
        margin-bottom: 30px;
    }

    .service-inner-prd-content {
        max-width: 70%;
    }

    .inline-img .img-in:not(:last-child) {
        margin-right: 0;
    }

    .inline-img .img-in {
        width: 33.33%;
        padding: 0 5px;
    }

    .footer-panel {
        width: 100%;
        display: block;
    }

    .why-list li {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 0;
    }

    .row-reverse .content-right {
        padding: 0;
    }

    .ft-col-1 {
        width: 100%;
        border-right: 0;
    }

    .open-info,
    .open-info p {
        max-width: 100%;
    }

    .ft-brand {
        margin-bottom: 30px;
    }

    .footer-panel .row,
    .footer-panel .flex-container.wrap {
        padding-left: 0;
    }

    .ft-info-call {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .ft-info-call li {
        width: 33.33%;
    }

    .footer-panel .flex-container.wrap {
        margin-bottom: 30px;
    }

    .ft-info-call li:last-child,
    .open-info {
        width: 100%;
    }

    .open-info p {
        max-width: 100%;
        display: inline-block;
        width: 33.33%;
    }

    .open-info {
        display: flex;
        flex-wrap: wrap;
        flex-flow: row;
    }

    .open-info p span {
        margin-left: 10px;
    }

    .cta-left {
        width: calc(100% - 200px);
    }

    .cta-caption {
        padding-right: 0;
    }

    .cta-wrapper,
    .service-provider {
        margin-bottom: 50px;
    }

    .heading-30 {
        font-size: 28px;
    }

    .team-content {
        padding: 20px 0;
    }

    .blog-container {
        margin: 0 10px 40px;
    }

    .footer .abs-right-bg {
        display: none;
    }

    .thank-you-content {
        margin-bottom: 40px;
    }

    .ctanw-wrapper-blue .left-cta {
        width: 100%;
    }

    .ctanw-wrapper-blue .right-cta {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    .inpg {
        padding: 30px 0 0 0;
    }

    .heading-40,
    .blog-content-wrapper .blog-heading .pg-title {
        font-size: 30px;
    }

    .main-title,
    .inner-brd .pg-title {
        font-size: 32px;
    }

    .ins-gallery {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .ft-32-regular {
        font-size: 26px;
        line-height: 36px;
    }

    .heading-26 {
        font-size: 24px;
    }

    .main-title,
    .heading-34,
    .pg-title,
    .heading-40,
    .heading-30,
    .heading-24 {
        margin-bottom: 30px;
    }

    .ft-info-call li,
    .ft-info-call li:last-child {
        width: 50%;
    }

    .ft-head {
        margin-bottom: 15px;
    }

    .open-info {
        flex-direction: column;
    }

    .open-info p {
        width: 100%;
    }

    .ft-info-call li .inline {
        margin-bottom: 10px;
    }

    .ft-panel-left p {
        font-size: 18px;
    }

    .why-need-wrapper {
        padding: 30px 15px 0;
    }

    .why-list li .icon {
        width: 55px;
    }

    .why-list li .icon img {
        width: 80%;
    }

    .why-list li .flex-middle {
        width: calc(100% - 60px);
    }

    .cta-wrapper,
    .service-provider {
        margin-bottom: 30px;
    }

    .why-list li:not(:last-child) {
        border-bottom: 1px solid #E6E6E6;
    }

    .service-inner-prd-content {
        max-width: 100%;
    }

    .cta-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .cta-wrapper .header-book {
        margin: 0 auto;
    }

    .cta-wrapper {
        padding: 20px;
    }

    .heading-30 {
        font-size: 26px;
    }

    .team-content {
        padding: 15px 0;
    }

    .team-content .team-name {
        font-size: 20px;
    }

    .why-list li:last-child {
        padding-bottom: 0;
    }

    .service-provider {
        min-height: 420px;
    }

    .blog-container {
        margin: 0 5px 30px;
    }

    .blog-caption {
        padding: 25px 10px;
    }

    .blog-date {
        bottom: 20px;
    }

    .team-content .team-name br {
        display: none;
    }

    .team-content .team-name {
        margin-bottom: 15px;
    }

    .mrgb50 {
        margin-bottom: 35px;
    }

    .mrgb100 {
        margin-bottom: 30px;
    }

    .inner-container-txt p {
        font-size: 16px;
        line-height: 26px;
    }

    .thank-you-content {
        margin-bottom: 30px;
    }

    .ctanw-wrapper-blue .cta-wrapper {
        padding: 20px 0;
    }
}

@media(max-width:680px) {

    .quk-link,
    .ft-col-2,
    .ft-panel-left,
    .ft-panel-book {
        width: 100%;
    }

    .ft-col-2 {
        padding-right: 15px;
    }

    .ft-links {
        margin-bottom: 20px
    }

    .quk-link .ft-links.inline li {
        width: 33.33%;
    }

    .ft-panel-book {
        margin-bottom: 30px;
    }

    .ft-panel-left p,
    .cta-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .team-content .team-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .why-need-wrapper {
        padding: 20px 20px 0;
    }

    .service-inner-prd-content .inline-img {
        justify-content: center;
    }
}

@media(max-width: 640px) {
    .ctanw-wrapper-blue .practioners_images .images_block {
        padding-top: 0;
    }

    .ctanw-wrapper-blue .right-cta {
        padding-top: 0;
    }
}

@media(max-width:580px) {
    .ft-32-regular {
        font-size: 20px;
        line-height: 30px;
    }

    .main-title,
    .inner-brd .pg-title {
        font-size: 30px;
    }

    .heading-40,
    .blog-content-wrapper .blog-heading .pg-title {
        font-size: 28px;
    }

    .heading-26 {
        font-size: 22px;
    }

    .heading-22 {
        font-size: 20px;
        line-height: 24px;
    }

    .heading-30,
    .heading-34 {
        font-size: 24px;
    }

    .team-content .team-name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .blog-container {
        margin: 0 5px 10px;
    }

    .service-provider {
        min-height: 340px;
    }

    .row.inline-img.ftr_logo {
        margin-top: 0;
    }
}

@media(max-width:480px) {

    .main-title,
    .inner-brd .pg-title {
        font-size: 28px;
    }

    .heading-40,
    .blog-content-wrapper .blog-heading .pg-title {
        font-size: 26px;
    }

    .heading-26 {
        font-size: 20px;
    }

    .heading-tag {
        font-size: 18px;
    }

    .ft-32-regular {
        font-size: 18px;
        line-height: 26px;
    }

    .dlist li {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .ft-info-call li,
    .ft-info-call li:last-child {
        width: 100%;
    }

    .quk-link .ft-links.inline li {
        width: 50%;
    }

    .ft-col-3 {
        flex-wrap: wrap;
    }

    .ft-col-3 .ft-inline:first-child {
        width: 100%;
    }

    .ft-col-3 .ft-inline:last-child {
        margin-bottom: 30px;
    }

    .logo-box {
        padding: 5px;
    }

    .brand-slider .slick-track {
        margin: 0 -5px;
    }

    .brand-slider .slick-slide {
        margin: 0 5px 30px;
    }

    .cta-left {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .cta-left img {
        display: block;
        margin: 0 auto 15px;
    }

    .ft-inline:last-child {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .ft-col-3 .ft-inline:last-child .ft-head {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .half li {
        flex: 0 0 100%;
    }
}

@media(max-width:380px) {

    .main-title,
    .inner-brd .pg-title {
        font-size: 26px;
    }

    .heading-40,
    .blog-content-wrapper .blog-heading .pg-title {
        font-size: 24px;
    }

    .heading-26 {
        font-size: 18px;
    }

    .heading-22 {
        font-size: 18px;
        line-height: 22px;
    }

    .inline-img .img-in {
        width: 45%;
    }

    .why-list {
        justify-content: center;
        text-align: center;
    }

    .why-list li {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .why-list li .icon {
        margin: 0 auto 20px;
    }

    .why-list li .flex-middle {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
}

.thank-you-content {
    text-align: center;
    margin-bottom: 90px;
}

.thank-you-content>img {
    margin-bottom: 40px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #00a0d2;
    border-color: #00a0d2;
    color: #fff;
    line-height: 1.2;
    padding: 7px 5px;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.hm-team-sec .main-title,
.areas-sec .main-title {
    margin-bottom: 0px !important;
}

.sub-title {
    color: #707070;
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin: 10px 0;
    margin-bottom: 50px;
}




/* #sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}

#sb_instagram #sbi_images {
    width: 100%;
    float: left;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram .sbi_photo_wrap {
    position: relative;
}
#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
}
.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
}
#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    float: left;
    vertical-align: top;
    zoom: 1;
    padding: inherit !important;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 20%;
}
#sb_instagram .sbi_photo img {
    width: 100%;
    height: auto;
}
#sb_instagram img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
}
#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: all .5s ease-in;
}
@media (max-width: 640px) {
    #sb_instagram.sbi_width_resp {
        width: 100% !important;
    }
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 50%;
    }
}
@media (max-width: 800px) {
    #sb_instagram.sbi_tab_col_3 #sbi_images .sbi_item {
        width: 33.33%;
    }
} */

.noborder {
    border: none;
}

.footer-book {
    color: #567D9C;
    border-color: #567D9C;
    text-transform: uppercase;
    background: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    cursor: pointer;
}

.footer-book:hover {
    background-color: #517694;
}

.book-cta {
    background: none;
    cursor: pointer;
    padding: 12px 22px;
}

.book-cta:hover {
    background-color: #517694;
}

.mt-3 {
    margin-top: 30px;
}

.left-cta {
    width: 40%;
}

.right-cta {
    width: 60%;
    padding-left: 50px;
}

.practioners_images {}

.practioners_images .images_block {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.practioners_images img {
    width: 100%;
}

@media (max-width: 640px) {
    .left-cta {
        width: 100%;
    }

    .right-cta {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .practioners_images .images_block {
        padding-top: 10px;
    }

}
.center{
	text-align:center;
}