/* root element */

:root {
    --gradient: linear-gradient(180deg, #764494 0%, #B35AAF 100%);
    --white: #ffffff;
    --grey-shade-1: #1D2129;
    --grey-shade-2: #4E5969;
    --grey-shade-3: #86909C;
    --grey-shade-4: #E5E6EB;
    --grey-shade-5: #F2F3F5;
    --grey-shade-6: #F7F8FA;
    --primary: #824899;
}

@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-Light.woff2') format('woff2'),
        url('../fonts/LexendDeca-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-Regular.woff2') format('woff2'),
        url('../fonts/LexendDeca-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-Medium.woff2') format('woff2'),
        url('../fonts/LexendDeca-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-SemiBold.woff2') format('woff2'),
        url('../fonts/LexendDeca-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-ExtraBold.woff2') format('woff2'),
        url('../fonts/LexendDeca-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-Bold.woff2') format('woff2'),
        url('../fonts/LexendDeca-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-Black.woff2') format('woff2'),
        url('../fonts/LexendDeca-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* --------------------------- Default css --------------------------------------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
body.openMenu {
    overflow: hidden;
}

html body {
    margin: 0;
    padding-top: 0px;
    counter-reset: my-sec-counter;
    overflow-x: hidden;
    font-family: 'Lexend Deca';
}

*::-moz-selection {
    color: var(--white);
    background: #000;
}

*::-webkit-selection {
    color: var(--white);
    background: #000;
}

*::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

*:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

*::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

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

* {
    outline: none !important;
}

ul:after,
li:after {
    clear: both;
    display: block;
    content: "";
}

div input, div select, div textarea, div button {
    font-family: 'Lexend Deca';
    font-weight: 400;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    line-height: 120%;
    margin: 0 0 15px;
    font-family: 'Lexend Deca';
}

body h1:last-child, body h2:last-child, body h3:last-child, body h4:last-child, body h5:last-child, body h6:last-child {
    margin-bottom: 0;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #86909C;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: 600;
}

body {
    font-family: 'Lexend Deca';
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ws_container {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

picture {
    display: block;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

span.wpcf7-spinner,
.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0;
    color: rgb(235, 45, 45);
}

section {
    width: 100%;
    display: block;
    z-index: 9;
    padding: 65px 0;
}

body input:focus::placeholder,
body textarea:focus::placeholder {
    opacity: 0;
}

span.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.main_btn {
    height: 40px;
    line-height: 40px;
    border: 0;
    background: var(--gradient);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 0 18px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    color: var(--white);
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.main_btn:hover{
    opacity: 0.8;
    color: var(--white);
}
.main_title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    max-width: 960px;
    margin: 0 auto 20px;
}
.main_title b{
    color: var(--primary);
    font-weight: 700;
}
.sub_title_text {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}   
.sub_title_text,.sub_title_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: var(--grey-shade-3);
}
/** Comman Css End */

/* ------------------- header style ----------------------------------- */
header.header {
    padding: 17px 0;
    border-bottom: 1px solid var(--grey-shade-4);
    background-color: #fff;
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}
header .ws_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .middle_menu ul {
    display: flex;
    align-items: center;
}
header .middle_menu ul li {
    padding: 0 20px;
}
header .middle_menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    color: var(--grey-shade-1);
}
header .middle_menu ul li.mobile_view{
    display: none;
}
header .middle_menu ul li a:hover,header .middle_menu ul li a.active{
    color: var(--primary);
}
/* ------------------- header style ----------------------------------- */

/* ------------------------------ banner ----------------------------------------- */
.wis_main_banner_sec{    
    background: var(--grey-shade-6);
}
.wis_main_banner_sec .left{
    max-width: 510px;
}
.wis_main_banner_sec .banner_title {
    color: var(--primary);
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 12px;
}
.wis_main_banner_sec .banner_title b{
    color: var(--grey-shade-1);
    font-weight: 700;
}
.wis_main_banner_sec .left p{
    margin-bottom: 20px;
    color: var(--grey-shade-2);
    letter-spacing: 0.32px;
}
.wis_main_banner_sec .right{
    padding-bottom: 37px;
    padding-left: 8px;
}
.wis_main_banner_sec .banner_img_wrap {
    background: var(--gradient);
    box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
    padding: 20px;
    position: relative;
}
.wis_main_banner_sec .banner_img_wrap .img{
    width: 100%;
}
.wis_main_banner_sec .banner_img_wrap .img img{
    width: 100%;
    display: block;
}
.wis_main_banner_sec .banner_appointment_box {
    position: absolute;
    left: -50px;
    bottom: -36px;
    max-width: 271px;
    width: 100%;
    padding: 0 16px 16px;
    background: var(--white);
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20);
}
.banner_appointment_box .con {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: var(--grey-shade-2);
}
.banner_appointment_box .con .pink{
    color: var(--primary);
}
.banner_appointment_box .num{
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
}
.banner_appointment_box .main_btn{
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    letter-spacing: 0.28px;
    width: 100%;
}
.banner_appointment_box .check_img {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: var(--white, #FFF);
    box-shadow: 0px 6px 16px 0px rgba(122, 122, 122, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -29px auto 12px;
}
.banner_img_wrap .content{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 0 225px;
    color: var(--grey-shade-5);
    padding: 29px 0 5px
}
/* ------------------------------ banner ----------------------------------------- */

/* -------------------- our Proven ----------------------------------------------- */
.wiz_proven_grid{
    padding-top: 64px;
}
.wiz_proven_grid .wiz_proven_box {
    background: var(--grey-shade-6);
    padding: 16px;
    max-height: 402px;
    min-height: 402px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.wiz_proven_grid .wiz_proven_box::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 114px;
    height: 114px;
    background: url("../images/proven_shape.svg") no-repeat;
}
.wiz_proven_grid .wiz_proven_box .img{
    max-height: 100%;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.wiz_proven_grid .wiz_proven_box .img img{
    margin: 0 0 0 auto;
    object-position: right bottom;
}
.wiz_proven_grid .wiz_proven_box .bottom_content{
    margin-top: auto;
    background: var(--gradient);
    width: 100%;
    position: relative;
    text-align: center;
    padding: 6px 10px;
}
.wiz_proven_grid .wiz_proven_box .bottom_content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--white);    
}
.wiz_proven_grid .wiz_proven_box .bottom_content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: var(--white);
}
.wiz_proven_grid .wiz_proven_box .center_content {
    display: inline-block;
    vertical-align: top;
    margin: 100px 0 0;
}
.wiz_proven_grid .wiz_proven_box .center_content h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 0;
    color: var(--primary);
    padding-left: 20px;
}
.wiz_proven_grid .wiz_proven_box .center_content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--grey-shade-1);
}
/* -------------------- our Proven ----------------------------------------------- */
/* ---------------------------- Health care growth --------------------------------- */
.wiz_health_video_wrap {
    margin-top: 64px;
}
.wiz_healthcare_sec .sub_title_text {
    max-width: 780px;
}
.wiz_health_video_wrap .wis_health_video_box {
    margin: 0 20px;
    transform: scaleY(0.8);
    transition: all 0.5s ease-in-out;
}
.wiz_health_video_wrap .wis_health_video_box.slick-current {
    transform: scaleY(1);
}
.wiz_health_video_wrap .video_wrap video{
    display: block;
    object-fit: fill;
}
.wiz_health_video_wrap .video_wrap{
    width: 100%;
}
.wiz_health_video_wrap .video_wrap .embed-responsive {
    width: 100%;
    height: 100%;
    padding-bottom: 56.86%;
    position: relative;
}
.wiz_health_video_wrap .video_wrap iframe{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wiz_health_video_wrap .wis_health_video_box .content {
    color: #4E5969;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    margin-top: 24px;
    display: none;
}
.wiz_health_video_wrap .wis_health_video_box.slick-current .content{
    display: block;
}
html .slick-dots {
    bottom: -34px;
}
html .slick-dots li{
    width: 8px;
    height: 8px;
}
html .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 7px;
    background: var(--grey-shade-4);
    padding: 0;
}
html .slick-dots li button::before{
    display: none;
}
html .slick-dots li.slick-active {
    width: 26px;
}
html .slick-dots li.slick-active button{
    width: 26px;
    background: var(--gradient);
}
/* ---------------------------- Health care growth --------------------------------- */

/* -------------------------------- Why wizdom sec ---------------------------------- */

.wiz_why_wizdom_sec {
    background: var(--grey-shade-6);
}
.wiz_why_box_wrap {
    margin-top: 64px;
}
.wiz_why_wizdom_sec  .wiz_why_box {
    background: var(--white);
    height: 100%;
    padding: 24px;
}
.wiz_why_wizdom_sec .wiz_why_box .icon img {
    margin: 0;
}
.wiz_why_wizdom_sec .wiz_why_box .title {
    color: var(--grey-shade-1);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 20px 0 12px;
}
/* -------------------------------- Why wizdom sec ---------------------------------- */

/* --------------------------------- Shedule Info and Form -------------------------- */
.wiz_schedule_sec .wiz_schedule_info {
    width: calc(49% - 10px);
    background: rgba(130, 72, 153, 0.06);
    padding: 48px;
    margin-right: 10px;
}
.wiz_schedule_sec .wiz_schedule_form_wrap{
    width: 51%;
    padding-left: 54px;
}
.wiz_schedule_sec .wiz_schedule_form_wrap .wiz_schedule_form{
    padding: 0 25px;
}
.wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img {
    padding: 52px;
    position: relative;
}
.wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img .img{
    background: var(--gradient);
}
.wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img::before, .wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 108px;
    border-width: 3px;
    border-style: solid;
    border-image: var(--gradient) 1;
    z-index: -1;
}
.wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img::after{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
.wiz_schedule_sec .wiz_schedule_info .contact_info {
    margin: 40px 0 32px;
    gap: 15px;
}
.wiz_schedule_sec .wiz_schedule_info .contact_info > div {
    position: relative;
    padding-left: 32px;
}
.wiz_schedule_sec .wiz_schedule_info .contact_info > div::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url('../images/mail.svg') no-repeat;
    background-size: 24px;
}
.wiz_schedule_sec .wiz_schedule_info .contact_info > div.phone::before{
    background-image: url('../images/info_phone.svg');
}
.wiz_schedule_sec .wiz_schedule_info .contact_info p {
    color: var(--grey-shade-1);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 4px;
}
.wiz_schedule_sec .wiz_schedule_info .contact_info p:last-child{
    margin-bottom: 0;
}
.wiz_schedule_sec .wiz_schedule_info .contact_info p a {
    color: var(--grey-shade-2);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.wiz_schedule_sec .wiz_schedule_info .social_info {
    gap: 16px;
}
.wiz_schedule_sec .wiz_schedule_info .social_info .title {
    margin: 0;
    color: var(--grey-shade-1);
    text-align: center;
    font-weight: 600;
    line-height: 20px;
}
.wiz_schedule_sec .wiz_schedule_info .social_info ul li{
    margin: 0 12px;
}
.wiz_schedule_form .main_title {
    font-size: 40px;
    line-height: 56px;
    text-align: left;
    margin: 0 0 7px;
}
.wiz_schedule_form .sub_title_text {
    text-align: left;
    margin: 0 0 48px;
}
.wiz_schedule_form form .field_wrap {
    margin: 0 0 24px;
    position: relative;
}
.wiz_schedule_form form .field_wrap label {
    color: var(--grey-shade-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 6px;
}
.wiz_schedule_form form .field_wrap input:not([type="submit"]),.wiz_schedule_form form .field_wrap textarea {
    border-radius: 12px;
    border: 1px solid var(--grey-shade-4);
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    padding: 11px 16px;
    display: block;
    line-height: 20px;
    color: var(--grey-shade-3);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
}
.wiz_schedule_form form .field_wrap input:not([type="submit"])::placeholder{
    color: var(--grey-shade-3);
}
.wiz_schedule_form form .field_wrap textarea {
    resize: none;
    height: 128px;
}
.wiz_schedule_form form  .main_btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-top: 8px;
}
/* --------------------------------- Shedule Info and Form -------------------------- */

/* ------------------------------------- footer ------------------------------------ */
footer {
    border-top: 1px solid var(--grey-shade-4);
    background: var(--white);
    padding-top: 96px;
}
footer .footer_menu {
    padding: 32px 0 64px;
}
footer .footer_menu li a {
    color: var(--grey-shade-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    display: block  ;
}
footer .footer_menu li a:hover,footer .footer_menu li a.active{
    color: var(--primary);
}
.wiz_footer_contact_info{
    margin-bottom: 64px;
}
.wiz_footer_contact_info .contact_info {
    padding-left: 50px;
    position: relative;
}
.wiz_footer_contact_info .contact_info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url("../images/phone.svg") no-repeat;
}
.wiz_footer_contact_info .contact_info.email::before{
    background-image: url('../images/mail.svg');
}
.wiz_footer_contact_info .contact_info.address::before{
    background-image: url('../images/location.svg');
}
.wiz_footer_contact_info .contact_info .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--grey-shade-3);
}
.wiz_footer_contact_info .contact_info .sub_con,.wiz_footer_contact_info .contact_info .sub_con a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    color: var(--primary);
    max-width: 220px;
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .copy_right_sec {
    border-top: 1px solid var(--grey-shade-4);
    background: var(--white);
    padding: 31px 0;
}
footer .copy_right_sec .copy_text {
    color: var(--grey-shade-3);
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
footer .copy_right_sec .right_menu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: var(--grey-shade-3);
}
footer .copy_right_sec .right_menu li a:hover{
    color: var(--primary);
}
/* ------------------------------------- footer ------------------------------------ */
.nav_menu{
    display: none;
}
.wiz_grow_practice_sec {
    background: var(--grey-shade-6);
}
.wiz_grow_practice_wrap {
    padding-top: 64px;
}
.wiz_grow_practice_wrap .left_image_section,.wiz_grow_practice_wrap .right_image_section {
    width: 50%;
}
.wiz_grow_practice_wrap .right_image_section{
    padding-left: 20px;
}
.wiz_grow_practice_wrap .accordion_practice {
    margin-bottom: 12px;
    padding-bottom: 32px;
    position: relative;
}
.wiz_grow_practice_wrap .accordion_practice::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 48px;
    bottom: 0;
    width: 2px;
    background: var(--grey-shade-4, #E5E6EB);
}
.wiz_grow_practice_wrap .accordion_practice .practice_title {
    color: var(--grey-shade-1);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding-left: 52px;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wiz_grow_practice_wrap .accordion_practice .practice_title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url('../images/teeth.svg') no-repeat;
}
.wiz_grow_practice_wrap .practice_content {
    padding-left: 52px;
    display: none;
}
.wiz_grow_practice_wrap .practice_content p {
    letter-spacing: 0.32px;
    margin-bottom: 24px;
}
.wiz_grow_practice_wrap .accordion_practice:not(.active):last-child::before {
    display: none;
}
.wiz_grow_practice_wrap .accordion_practice.active {
    margin-bottom: 28px;
    padding-bottom: 0;
}
.wiz_grow_practice_wrap .accordion_practice.active .practice_title {
    margin-bottom: 4px;
}
.wiz_grow_practice_wrap .accordion_practice.active .practice_title::before{
    background-image: url('../images/teeth_active.svg');
}
.wiz_grow_practice_wrap .accordion_practice.active .practice_content{
    display: block;
} 
.wiz_grow_practice_sec.mobile_view{
    display: none;
}
.wiz_right_text {
    color: var(--grey-shade-2);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.28px;
    max-width: 206px;
    width: 100%;
    background: var(--grey-shade-6);
    padding: 4px 6px 4px 0px;
    text-align: right;
    position: relative;
}
.wiz_right_text::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    margin: auto 0;
    background: var(--grey-shade-4);
}
.wiz_our_proven_sec,.wiz_healthcare_sec{
    position: relative;
}
.wiz_our_proven_sec .wiz_right_text {
    position: absolute;
    right: 35px;
    bottom: 45%;
    transform: rotate(-90deg);
    text-align: left;
    padding: 4px 0px 4px 6px;
    transform-origin: center right;
}
.wiz_our_proven_sec .wiz_right_text::before{
    left: auto;
    right: 0    ;
}
.wiz_healthcare_sec .wiz_right_text {
    position: absolute;
    top: 134px;
}
.wiz_grow_practice_sec .slick-track {
    transition: all 1s ease-in-out !important;
}


/* ------------------------------------------------------ Responsive ------------------------------------------------------------------- */
@media only screen and (max-width: 1350px) {
    .wiz_our_proven_sec .wiz_right_text {
        bottom: auto;
        top: 66px;
    }
}
@media only screen and (max-width: 1200px) {
    .wis_main_banner_sec .banner_title {
        font-size: 50px;
        line-height: 63px;
        max-width: 440px;
    }
    .wis_main_banner_sec .left p {
        padding-right: 30px;
    }
    .wiz_proven_grid .wiz_proven_box {
        max-height: 370px;
        min-height: 370px;
    }
    .wiz_proven_grid .wiz_proven_box .img img {
        max-height: 300px;
    }
    .wiz_health_video_wrap .wis_health_video_box {
        margin: 0 15px;
    }
    .wiz_why_wizdom_sec  .wiz_why_box {
        padding: 20px;
    }
    .wiz_why_wizdom_sec .wiz_why_box .title {
        font-size: 18px;
    }
    .wiz_schedule_sec .wiz_schedule_info {
        width: calc(50% - 0px);
        padding: 48px 20px;
        margin-right: 0px;
    }
    .wiz_schedule_sec .wiz_schedule_form_wrap {
        width: 50%;
        padding-left: 10px;
    }
    .wiz_schedule_form .main_title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 1100px) {
    .wiz_right_text {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    body p {
        color: #86909C;
        font-size: 14px;
        line-height: 24px;
    }
    .main_title {
        font-size: 35px;
        line-height: 50px;
        max-width: 670px;
    }
    header .middle_menu ul li {
        padding: 0 10px;
    }
    .wis_main_banner_sec .banner_title {
        font-size: 34px !important;
        line-height: 43px;
        max-width: 310px;
    }
    .wis_main_banner_sec .banner_appointment_box {
        left: -40px;
        bottom: -56px;
        max-width: 220px;
        padding: 0 16px 16px;
    }
    .banner_appointment_box .con {
        font-size: 12px;
        line-height: 16px;
    }
    .banner_appointment_box .num {
        font-size: 35px;
        line-height: 54px;
    }
    .banner_appointment_box .main_btn {
        font-size: 11px;
        padding: 0 0;
    }
    .banner_img_wrap .content {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 0 176px;
    }
    .sub_title_text, .sub_title_text p {
        font-size: 14px;
    }
    .wiz_proven_grid,.wiz_grow_practice_wrap {
        padding-top: 50px;
    }
    .wiz_proven_grid .wiz_proven_box {
        max-height: 270px;
        min-height: 270px;
    }
    .wiz_proven_grid .wiz_proven_box::before {
        width: 84px;
        height: 84px;
        background-size: 84px;
    }
    .wiz_proven_grid .wiz_proven_box .img img {
        max-height: 200px;
    }
    .wiz_proven_grid .wiz_proven_box .center_content {
        margin: 0px 0 0;
    }
    .wiz_proven_grid .wiz_proven_box .center_content h3 {
        font-size: 35px;
        line-height: 45px;
        padding-left: 10px;
    }
    .wiz_proven_grid .wiz_proven_box .center_content p {
        font-size: 14px;
        line-height: 18px;
    }
    .wiz_proven_grid .wiz_proven_box .bottom_content h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .wiz_proven_grid .wiz_proven_box .bottom_content p {
        font-size: 12px;
        line-height: 16px;
    }
    .wiz_health_video_wrap .wis_health_video_box {
        margin: 0 10px;
    }
    .wiz_health_video_wrap .wis_health_video_box .content {
        font-size: 14px;
        margin-top: 18px;
    }
    .wiz_health_video_wrap,.wiz_why_box_wrap {
        margin-top: 50px;
    }
    .wiz_schedule_sec .wiz_schedule_form_wrap .wiz_schedule_form {
        padding: 0 0 0 15px;
    }
    .wiz_schedule_form .main_title {
        font-size: 24px;
        line-height: 32px;
    }
    .wiz_schedule_form .sub_title_text {
        margin: 0 0 20px;
    }
    .sub_title_text, .sub_title_text p {
        line-height: 20px;
        margin-bottom: 8px;
    }
    .wiz_schedule_sec .wiz_schedule_info .contact_info .phone {
        margin-top: 32px !important;
    }
    footer {
        padding-top: 65px;
    }
    footer .footer_menu {
        padding: 32px 0 50px;
    }
    .wiz_footer_contact_info {
        margin-bottom: 50px;
    }
    .wiz_footer_contact_info .contact_info {
        padding-left: 40px;
    }
    .wiz_footer_contact_info .contact_info .sub_con, .wiz_footer_contact_info .contact_info .sub_con a {
        font-size: 14px;
    }
    .wiz_footer_contact_info .contact_info::before {
        width: 30px;
        height: 35px;
        background-size: 30px;
    }
    .wiz_grow_practice_wrap .accordion_practice .practice_title {
        font-size: 16px;
        padding-left: 50px;
    }
    
}
@media only screen and (max-width: 767px) {
    header.header{
        background: var(--grey-shade-6);
        border: 0;
    }
    header .middle_menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        bottom: 0;
        background: rgba(12, 24, 40, 0.5);
        height: 100vh;
        backdrop-filter: blur(7.5px);
        transition: 0.3s all ease-in-out;
        /* transform: translateX(100%); */
        display: none;
    }
    header .middle_menu ul {
        display: block;
        padding: 10px 10px 10px;
        background: #fff;
    }
    header .middle_menu ul li {
        padding: 14px 10px;
        line-height: 1;
    }
    header .middle_menu ul li:last-child{
        border: 0;
    }
    header .middle_menu ul li.mobile_view{
        display: block;
    }
    header .middle_menu ul li.mobile_view .main_btn {
        line-height: 40px;
        color: var(--white);
    }
    header .btn_wrap {
        display: none;
    }
    header .nav_menu {  
        display: flex;
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    header .nav_menu .menu_icon {
        width: 22px;
        height: 2px;
        background: #000;
        display: block;
        border-radius: 5px;
        position: relative;
        transition: all 0.2s ease-in-out;
    }
    header .nav_menu .menu_icon::before, header .nav_menu .menu_icon::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -7px;
        width: 100%;
        height: 100%;
        background: #000;
        transition: all 0.3s ease-in-out;
    }
    header .nav_menu .menu_icon::after{
        top: auto;
        bottom: -7px;
    }
    .showmenu {
        overflow: hidden;
    }
    .showmenu header .nav_menu .menu_icon {
        background: transparent;
    }
    .showmenu header .nav_menu .menu_icon::before {
        transform: rotate(45deg);
        top: 0;
    }
    .showmenu header .nav_menu .menu_icon::after {
        transform: rotate(-45deg);
        bottom: 0;
    }
    .showmenu .middle_menu{
        /* transform: translateX(0%); */
        display: block;
    }

    section {
        padding: 48px 0;
    }
    body p {
        line-height: 20px;
        font-weight: 300;
    }
    .main_title {
        font-size: 24px;
        line-height: 32px;
        max-width: 320px;
    }
    .wis_main_banner_sec {
        padding-top: 40px;
    }
    .wis_main_banner_sec .row {
        flex-direction: column-reverse;
    }
    .wis_main_banner_sec .right {
        padding: 0 0 89px 30px;
    }
    .wis_main_banner_sec .banner_img_wrap {
        padding: 11px 11px 6px;
    }
    .banner_img_wrap .content {
        font-size: 10px;
        line-height: 16px;
        margin: 0 0 0 194px;
        padding: 6px 0 0;
    }
    .wis_main_banner_sec .banner_appointment_box {
        left: -32px;
        bottom: -88px;
        max-width: 230px;
        padding: 0 12px 12px;
        box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.08);
    }
    .banner_appointment_box .check_img {
        width: 40px;
        height: 40px;
        margin: -20px auto 20px;
    }
    .banner_appointment_box .check_img img{
        width: 28px;
    }
    .banner_appointment_box .con {
        margin: 0 0 8px;
    }
    .banner_appointment_box .num {
        font-size: 24px;
        line-height: 32px;
    }
    .banner_appointment_box .main_btn {
        font-size: 12px;
        padding: 0 0;
        height: 32px;
        line-height: 32px;
    }
    .wis_main_banner_sec .left {
        margin: 56px 0 0;
    }
    .wis_main_banner_sec .banner_title {
        font-size: 24px !important;
        line-height: 32px;
        max-width: 360px;
    }
    .sub_title_text, .sub_title_text p {
        font-weight: 300;
    }
    .sub_title_text, .sub_title_text p {
        line-height: 20px;
        margin-bottom: 8px;
    }
    .wiz_proven_grid {
        padding-top: 32px;
    }
    .wiz_proven_grid .row {
        row-gap: 24px;
    }
    .wiz_health_video_wrap .wis_health_video_box {
        margin: 0 5px;
    }
    .wiz_healthcare_sec .main_title, .wiz_healthcare_sec .sub_title_text {
        padding: 0 20px;
    }
    .wiz_healthcare_sec .main_title {
        max-width: 360px;
    }
    .wiz_health_video_wrap, .wiz_why_box_wrap {
        margin-top: 32px;
    }
    .wiz_why_wizdom_sec  .wiz_why_box {
        padding: 24px;
    }
    .wiz_why_wizdom_sec .wiz_why_box .title {
        font-size: 16px;
        line-height: 20px;
    }
    .wiz_schedule_sec .wiz_schedule_info {
        width: 100%;
        padding: 20px;
    }    
    .wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img {
        padding: 40px;
    }
    .wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img::before, .wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img::after {
        width: 68px;
        height: 68px;
        border-width: 2px;
    }
    .wiz_schedule_sec .wiz_schedule_info .contact_info {
        margin: 32px 0 40px;
    }    
    .wiz_schedule_sec .wiz_schedule_info .social_info .title{
        font-size: 16px;
    }
    .wiz_schedule_sec .wiz_schedule_form_wrap {
        width: 100%;
        padding-left: 0;
        margin: 32px 0 0;
    }
    .wiz_schedule_sec .wiz_schedule_form_wrap .wiz_schedule_form {
        padding: 0;
    }
    footer {
        padding-top: 40px;
    }
    footer .footer_menu {
        padding: 24px 0 32px;
        flex-wrap: wrap;
        row-gap: 16px;
    }
    footer .footer_menu li {
        margin: 0 13px !important;
    }
    footer .footer_menu li a {
        font-size: 14px;
        letter-spacing: 0.28px;
    }
    .wiz_footer_contact_info .row {
        gap: 20px;
    }
    .wiz_footer_contact_info .row .col-12 {
        justify-content: flex-start !important;
    }
    .wiz_footer_contact_info .contact_info {
        padding-left: 36px;
    }
    .wiz_footer_contact_info .contact_info::before {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
    .wiz_footer_contact_info .contact_info.address .sub_con {
        max-width: 310px;
    }
    .wiz_footer_contact_info {
        margin-bottom: 20px;
    }
    footer .copy_right_sec {
        padding: 20px 0;
        flex-direction: column;
        gap: 12px;
    }
    footer .copy_right_sec .copy_text,footer .copy_right_sec .right_menu li a {
        font-size: 12px;
        line-height: 18px;
    }
    footer .copy_right_sec .right_menu li {
        line-height: 1;
    }
    .wiz_schedule_sec .wiz_schedule_info .contact_info p {
        margin: 0 0 0px;
    }
    .wiz_grow_practice_sec .left_pin_image{
        display: none;
    }
    .wiz_grow_practice_sec,.wiz_grow_practice_sec .left_pin_image.active{
        display: block;
    }
    .wiz_grow_practice_sec .wiz_grow_practice_wrap {
        flex-direction: column;
    }
    .wiz_grow_practice_wrap .left_image_section, .wiz_grow_practice_wrap .right_image_section {
        width: 100%;
    }
    .wiz_grow_practice_wrap .practice_content p {
        letter-spacing: 0.28px;
    }
    .wiz_grow_practice_wrap .accordion_practice:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .wiz_grow_practice_wrap{
        padding-top: 0;
    }
    .wiz_grow_practice_wrap .left_image_section{
        padding-bottom: 15px;
    }
    .wiz_grow_practice_wrap .right_image_section{
        padding-left: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .wiz_proven_grid .wiz_proven_box {
        max-height: 402px;
        min-height: 402px;
        padding: 20px 0px 16px;
    }
    .wiz_proven_grid .wiz_proven_box .img img{
        max-height: 402px;
    }
    .wiz_proven_grid .wiz_proven_box .center_content {
        margin: 0px 20px 0;
    }
    .wiz_proven_grid .wiz_proven_box .center_content h3 {
        font-size: 48px;
        line-height: 64px;
    }
    .wiz_proven_grid .wiz_proven_box .center_content p {
        font-size: 16px;
        line-height: 20px;
    }
    .wiz_proven_grid .wiz_proven_box .bottom_content h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .wiz_proven_grid .wiz_proven_box .bottom_content p {
        font-size: 14px;
        line-height: 20px;
    }
    .wiz_why_box_wrap .row {
        row-gap: 20px;
    }
    .wiz_schedule_sec .wiz_schedule_info .wiz_schedule_img {
        padding: 30px;
    }
    
}
@media only screen and (max-width: 340px) {
    .banner_img_wrap .content {
        font-size: 10px;
        line-height: 14px;
        margin: 0 0 0 143px;
    }
    .wis_main_banner_sec .banner_appointment_box {
        left: -35px;
        max-width: 180px;
    }
    .banner_appointment_box .check_img {
        margin: -20px auto 10px;
    }
    .banner_appointment_box .main_btn {
        font-size: 10px;
    }
    .wiz_proven_grid .wiz_proven_box .img img {
        max-height: 300px;
    }
    .wiz_schedule_sec .wiz_schedule_info .contact_info p {
        font-size: 14px;
        line-height: 16px;
    }  
    .wiz_schedule_sec .wiz_schedule_info .contact_info p a {
        word-break: break-all;
        display: block;
        line-height: normal;
    }  
    .wiz_schedule_sec .wiz_schedule_info .social_info ul li {
        margin: 0 6px;
    }
    .wiz_schedule_form form .field_wrap input:not([type="submit"]), .wiz_schedule_form form .field_wrap textarea {
        font-size: 14px;
    }
}