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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 24px
}

.center {
    max-width: 1168px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin: 0 auto
}

.btn {
    background: radial-gradient(85.04% 217.38% at 30.39% 14.96%, #19C6DF 0%, #0FB4CB 100%);
    box-shadow: 0px 4px 20px rgba(32, 187, 209, .22);
    border-radius: 4px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

h5.ttl {
    font-size: 30px;
    line-height: 39px;
    color: #19c6df
}

h4.ttl {
    font-size: 40px;
    line-height: 52px;
    color: #0c4479;
    font-weight: bold
}

.book_form_wrap ::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: rgba(26, 26, 26, .15)
}

.book_form_wrap ::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: rgba(26, 26, 26, .15)
}

.book_form_wrap :-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: rgba(26, 26, 26, .15)
}

.book_form_wrap :-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: rgba(26, 26, 26, .15)
}

@media(max-width: 600px) {
    h4.ttl {
        font-size: 30px;
        line-height: 39px
    }

    h5.ttl {
        font-size: 25px;
        line-height: 35px
    }
}

@media(max-width: 500px) {
    .homepage_container .home_hero {
        background: url(../img/hero-mobile.jpg) no-repeat top center;
    }
}

@media(min-width: 501px) {
    .homepage_container .home_hero {
        background: url(../img/hero.jpg) no-repeat top center;
    }
}

.homepage_container .home_hero {
    margin-bottom: 68px;
    position: relative;
    padding: 107px 30px 117px;
    background-size: cover
}

.homepage_container .home_hero .center {
    position: relative;
    z-index: 1
}

.homepage_container .home_hero h4 {
    font-size: 30px;
    line-height: 39px;
    color: #fff
}

.homepage_container .home_hero h1 {
    font-size: 110px;
    line-height: 110px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.25em;
}

.homepage_container .home_hero ul {
    max-width: 368px;
    list-style-type: disc;
    margin-left: 24px;
    margin-bottom: 38px
}

.homepage_container .home_hero ul li {
    /*font-family: Inter, sans-serif;*/
    font-family: inherit;
    color: #fff;
    /*font-size: 18px;*/
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.homepage_container .home_hero ul li:last-child {
    margin-bottom: 12px
}

.homepage_container .home_hero .btn {
    width: 327px
}

.homepage_container .home_hero:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: radial-gradient(94.92% 460.92% at 105.04% 4.38%, rgba(16, 136, 153, 0) 0%, #0C4851 100%)
}

.homepage_container .book_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.homepage_container .book_row .book_l h4 {
    font-size: 31px;
    line-height: 34px;
    margin-bottom: 30px;
    color: #323b49
}

.homepage_container .book_l {
    margin-right: 40px;
    flex: auto
}

.homepage_container .book_r {
    width: 550px;
    min-height: 546px;
    flex: none
}

.homepage_container .book_app_home_1 {
    margin-bottom: 100px
}

.homepage_container .book_form_wrap .bt_bb_required {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #323b49;
    margin-bottom: 10px
}

.homepage_container .book_form_wrap .bt_bb_required:after {
    font-family: "Inter", sans-serif;
    content: "*";
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    color: #cb2727 !important;
    margin: 0 0 0 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.homepage_container .book_form_wrap input[type=text],
.homepage_container .book_form_wrap input[type=email],
.homepage_container .book_form_wrap input[type=tel],
.homepage_container .book_form_wrap select {
    padding: 17px 30px;
    box-sizing: border-box;
    background: #fafafa !important;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 0;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #323b49;
    outline: none;
    box-shadow: none
}

.homepage_container .book_form_wrap input[type=submit] {
    background: radial-gradient(85.04% 217.38% at 30.39% 14.96%, #19C6DF 0%, #0FB4CB 100%) !important;
    box-shadow: 0px 4px 20px rgba(32, 187, 209, .22);
    border-radius: 4px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    border: 0;
    width: 100%
}

.homepage_container .services {
    margin-bottom: 100px
}

.homepage_container .title_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.homepage_container .view_ser_btn {
    width: 198px
}

.homepage_container .serv_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.homepage_container .serv__item {
    width: 25%;
    margin-right: 20px
}

.homepage_container .serv__item:last-child {
    margin-right: 0
}

.homepage_container .ser_img {
    margin-bottom: 30px;
    border-bottom: 4px solid #0c4479;
    box-sizing: border-box
}

.homepage_container .ser_img img {
    display: block;
    width: 100%;
    height: 251px;
    object-fit: cover
}

.homepage_container h5.ser_ttl {
    font-size: 25px;
    line-height: 30px;
    color: #0c4479;
    margin-bottom: 20px
}

.homepage_container p.ser_text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #323b49;
    font-weight: 300
}

.homepage_container .dentist {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/dentist_bg.jpg) no-repeat top center;
    background-size: cover
}

.homepage_container .dentist h4 {
    margin-bottom: 20px
}

.homepage_container .dentist p.capit {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 27px;
    color: #323b49;
    max-width: 548px
}

.homepage_container .dentist p.den {
    /*font-family: "Inter", sans-serif;*/
    font-family: inherit;
    font-size: 16px;
    /*font-weight: 300;*/
    line-height: 27px;
    color: #323b49;
    margin-bottom: 52px;
    max-width: 542px
}

.homepage_container .dentist .book_den_btn {
    width: 203px
}

.homepage_container .book_visit {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 100px;
    background: url(../img/book_sec_bg.jpg) no-repeat center 100px;
    background-size: cover;
    box-sizing: border-box
}

.homepage_container .book_visit .book_row {
    flex-direction: row-reverse;
    margin-bottom: 77px
}
.homepage_container .book_visit .book_row p{
	/*font-size: 18px;*/
    font-size: 16px;
}

.homepage_container .book_visit .book_caption {
    /*font-family: "Inter", sans-serif;
    font-size: 18px;*/
    font-family: inherit;
    font-size: 16px;
    line-height: 27px;
    color: #323b49;
    margin-bottom: 30px;
    width: 100%
}

.homepage_container .text_comp {
    margin-bottom: 100px
}

.homepage_container .text_comp .text_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px
}

.homepage_container .text_comp .text_row p {
    /*font-family: "Inter", sans-serif;
    font-size: 18px;*/
    font-family: inherit;
    font-size: 16px;
    line-height: 31px;
    color: #323b49;
    /*font-weight: 300;*/
    margin-bottom: 10px
}

.homepage_container .text_comp .text_row .text__item {
    max-width: 549px
}

.homepage_container .text_comp .text_row .text__item:first-child {
    margin-right: 39px
}

.homepage_container .text_comp .team_photo img {
    display: block;
    max-width: 100%
}

.homepage_container .solutions {
    margin-bottom: 69px
}

.homepage_container .solutions .solutions_row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 76px
}

.homepage_container .solutions h4.ttl {
    margin-bottom: 30px
}

.homepage_container .solutions .sol_l {
    flex: auto;
    margin-right: 39px
}

.homepage_container .solutions .sol_l p {
    /*font-family: "Inter", sans-serif;
    font-size: 18px;*/
    font-family: inherit;
    font-size: 16px;
    line-height: 31px;
    /*font-weight: 300;*/
    color: #323b49;
    margin-bottom: 10px
}

.homepage_container .solutions .sol_r {
    flex: none;
    min-height: 419px;
    width: 550px;
    border-radius: 4px;
    background: url(../img/sol_bg.png) no-repeat center center;
    background-size: cover
}

.homepage_container .solutions h5.sol_ttl {
    margin-top: 30px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #323b49
}

.homepage_container .solutions .serv_grid {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap
}

.homepage_container .solutions .serv__item {
    box-sizing: border-box;
    margin-bottom: 70px;
    width: 289px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    height: 527px;
    overflow-y: hidden
}

.homepage_container .solutions .serv__item h4 {
    font-size: 24px;
    line-height: 30px;
    color: #0c4479;
    margin-bottom: 20px
}

.homepage_container .solutions .serv__item img {
    width: 100%;
    height: 169px;
    border-radius: 4px;
    margin-bottom: 30px;
    object-fit: cover
}

.homepage_container .solutions .serv__item p {
    font-family: "Inter", sans-serif;
    height: 212px;
    font-size: 16px;
    line-height: 24px;
    /*font-weight: 300;*/
    color: #323b49
}

.homepage_container .solutions .serv__item .btn {
    width: 100%
}

.homepage_container .contact_us {
    margin-bottom: 100px
}

.homepage_container .contact_row {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.homepage_container .contact_l {
    max-width: 549px;
    margin-right: 30px
}

.homepage_container .contact_l p {
    /*font-family: "Inter", sans-serif;
    font-size: 18px;*/
    font-family: inherit;
    font-size: 16px;
    line-height: 31px;
    /*font-weight: 300;*/
    color: #323b49;
    margin-bottom: 10px
}

.homepage_container .contact_map {
    width: 400px;
    min-height: 100%
}

.homepage_container .contact_l h4.ttl {
    margin-bottom: 30px
}

.homepage_container .schedule {
    margin-top: 32px
}

.homepage_container .sched_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 20px
}

.homepage_container .sched_row .btn {
    flex: none;
    width: 95px;
    height: 53px
}

.homepage_container .sched_row:last-child {
    margin-bottom: 0
}

.homepage_container .shed_l {
    flex: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 30px
}

.homepage_container .sh_day {
    /*font-family: "Inter", sans-serif;*/
    text-transform: uppercase;
    /*font-size: 18px;*/
    font-family: inherit;
    font-size: 16px;
    line-height: 27px;
    color: #323b49;
    margin-right: 10px
}

.homepage_container .sh_time {
    /*font-family: "Inter", sans-serif;*/
    text-transform: uppercase;
    /*font-size: 18px;*/
    font-family: inherit;
    font-size: 16px;

    line-height: 27px;
    color: #19c6df
}

.homepage_container .wpcf7-form .wpcf7-date:after {
    content: "" !important;
    width: 22px;
    height: 22px;
    background: url("../img/reason_icon.png") no-repeat center center;
    opacity: 1 !important
}

.homepage_container .fancy-select .trigger:before {
    content: "" !important;
    width: 22px;
    height: 22px;
    background: url("../img/date_icon.png") no-repeat center center;
    position: relative;
    top: 15px;
    opacity: 1 !important;
    transform: rotate(0) !important
}

.homepage_container .wpcf7-form-control-wrap input[type=date] {
    background: #fafafa;
    border: 0;
    box-shadow: none !important
}

.homepage_container .wpcf7-form-control-wrap .trigger {
    background: #fafafa;
    box-shadow: none !important
}

.homepage_container .wpcf7-form-control-wrap .fancy-select .selected {
    color: #323b49 !important
}

.homepage_container .wpcf7-form .wpcf7-date:before {
    background: #fafafa !important;
    color: rgba(26, 26, 26, .15) !important
}

.homepage_container .bt_bb_cf7_row:nth-of-type(1) .bt_bb_cf7_element {
    flex-basis: 100% !important
}

.homepage_container .wpcf7-form .fancy-select .trigger {
    color: rgba(26, 26, 26, .15)
}

.homepage_container .wpcf7-not-valid-tip {
    color: #dc3232 !important
}

.homepage_container .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_align_to_center .wpcf7-submit {
    width: 100% !important
}

.homepage_container .contact_map {
    position: relative;
    width: 559px !important
}

.homepage_container .g-map,
.homepage_container #map {
    width: 100% !important;
    height: 100% !important
}

.homepage_container #map {
    height: 100%;
    position: absolute
}

@media(max-width: 1170px) {
    .homepage_container .solutions .serv__item {
        width: 33.33%
    }
}

@media(max-width: 992px) {
    .homepage_container .solutions .serv__item {
        width: 50%
    }

    .homepage_container .serv_list {
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .homepage_container .services .serv__item {
        width: 50%;
        margin-bottom: 55px;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }

    .homepage_container .book_row {
        flex-direction: column
    }

    .homepage_container .book_l {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px
    }

    .homepage_container .book_app_home_1 .book_r {
        width: 100%
    }

    .homepage_container .book_visit .book_row {
        flex-direction: column-reverse
    }

    .homepage_container .book_visit .book_r {
        width: 100%;
        min-height: auto
    }

    .homepage_container .solutions .solutions_row {
        flex-direction: column
    }

    .homepage_container .solutions .sol_l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px
    }

    .homepage_container .solutions .sol_r {
        width: 100%
    }

    .homepage_container .contact_row {
        flex-direction: column
    }

    .homepage_container .contact_l {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 25px
    }

    .homepage_container .text_comp .text_row {
        flex-direction: column
    }

    .homepage_container .text_comp .text_row .text__item {
        max-width: 100%;
        margin-right: 0
    }

    .homepage_container .contact_row {
        display: block
    }

    .homepage_container .contact_map {
        width: 100% !important;
        height: 423px !important
    }

    .homepage_container .contact_l {
        margin-bottom: 25px
    }

    .btWithSidebar .btContentHolder {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media(max-width: 600px) {
    .homepage_container .services .serv__item {
        width: 100%
    }

    .homepage_container .solutions .serv__item {
        width: 100%
    }

    .homepage_container .home_hero h1 {
        font-size: 56px;
        line-height: 70px
    }

    .homepage_container .title_row {
        flex-direction: column;
        align-items: flex-start
    }

    .homepage_container .ttl_l {
        width: 100%;
        margin-bottom: 35px
    }

    .homepage_container .home_hero {
        padding: 75px 0 58px;
        margin-bottom: 48px
    }

    .homepage_container .home_hero .btn {
        width: 100%
    }

    .homepage_container .book_app_home_1,
    .homepage_container .services,
    .homepage_container .book_visit,
    .homepage_container .text_comp {
        margin-bottom: 48px
    }

    .homepage_container .dentist {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .homepage_container .book_visit {
        padding-top: 48px
    }

    .homepage_container .solutions {
        margin-bottom: 0
    }

    .homepage_container .book_r {
        min-height: 350px
    }

    .homepage_container .ttl_btn,
    .homepage_container .view_ser_btn,
    .homepage_container .dentist .book_den_btn {
        width: 100%
    }

    .homepage_container .solutions .sol_r {
        min-height: 350px
    }

    .homepage_container .text_comp .text_row .text__item:first-child {
        margin-right: 0
    }

    .homepage_container .solutions .serv__item p {
        height: 145px
    }

    .homepage_container .solutions .serv__item {
        height: 465px
    }

    .homepage_container .sh_day,
    .homepage_container .sh_time {
        font-size: 14px;
        line-height: 25px
    }

    .homepage_container .shed_l {
        padding: 13px 15px
    }
}