@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*font-family: "Inter";*/



body {
	font-family: "Inter";
	scroll-behavior: smooth;
}

.container {
	max-width: 1280px !important;
	padding: 0px 40px !important;
}

.hentry {
    margin: 0px !important;
}


a:focus,
button:focus {
	border: 0px !important;
}


button.navbar-toggle {
    display: none;
}
.collapse:not(.show) {
    display: block;
}

img.wp-image-113 {
    max-width: 280px;
}



.logo-col img {
    max-width: 220px;
}
.nav-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
ul#menu-header-nav {
    list-style: none;
    padding: 0px 32px 0px 0px;
    margin: 0px;
    display: flex;
    gap: 32px;
}
.custom-header .row {
    align-items: center;
}
ul#menu-header-nav a.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: rgb(26, 26, 26);
    text-decoration: none;
    transition: color 0.15s;
    padding: 0px;
}
a.nav-link {
    color: rgb(27 108 168);
}
ul#menu-header-nav a.nav-link:hover {
    color: rgb(27 108 168);
}
.nav-btn-col a {
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: rgb(27, 108, 168);
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s;
    border: 0px;
}
.nav-btn-col a:hover {
    background-color: rgb(21 93 145);
}
.custom-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(27, 108, 168, 0.1);
    padding: 11px 0px;
    position: sticky;
    top: 0px;
    z-index: 99;
}


/* Home Banner CSS */


.home-baner {
    padding-top: 64px;
    background: linear-gradient(160deg, rgb(235, 244, 251) 0%, rgb(240, 249, 255) 60%, rgb(247, 250, 252) 100%);
    padding-bottom: 56px;
}
.home-baner img {
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(27, 108, 168, 0.08) 0%, transparent 60%);
}
.sub-head p {
    display: inline-block;
    background-color: rgb(232, 244, 255);
    border: 1px solid rgba(27, 108, 168, 0.18);
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 20px !important;
    line-height: normal;
    color: rgb(27, 108, 168);
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.home-baner h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: rgb(26, 26, 26);
    margin-bottom: 12px !important;
}
p.color.para {
    font-size: 15px;
    font-weight: 500;
    color: rgb(43, 179, 177);
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}
.banner-para {
    font-size: 16px;
    line-height: 1.65;
    color: rgb(55, 65, 81);
    max-width: 500px;
    margin-bottom: 28px;
}
.home-baner .vc_inner {
    display: block;
}
.home-baner .vc_inner .vc_btn3-container {
    margin: 0px !important;
}
.home-baner .vc_inner .appointment-btn {
    margin-right: 12px !important;
}
.home-baner .vc_inner .vc_btn3-container.appointment-btn a {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 12px 28px 12px 45px!important;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background 0.15s, transform 0.1s;
    box-shadow: rgba(27, 108, 168, 0.22) 0px 4px 16px;
    transform: translateY(0px);
    background-color: #1b6ca8 !important;
    color: #fff !important;
}
.home-baner .vc_inner .vc_btn3-container.appointment-btn a:hover {
    transform: translateY(-1px);
    background-color: rgb(21, 93, 145) !important;
}
.home-baner .vc_inner .vc_btn3-container a {
    font-size: 15px;
    font-weight: 500;
    color: rgb(27, 108, 168) !important;
    text-decoration: none;
    background-color: transparent !important;
    border: 0px;
    background-image: none;
    padding: 13px 40px 13px 0px !important;
}
.tag-img {
    position: absolute;
    top: -15px;
    left: -10px;
}
.tag-img img {
    max-width: 173px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 32px;
    height: 75px !important;
}
.tag-img.img-two {
    left: auto;
    right: -10px;
    top: 51%;
}
.tag-img.img-three {
    top: auto;
    bottom: -25px;
}
.bottom-point {
    margin-bottom: 0px;
}
.bottom-point ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    gap: 24px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(27, 108, 168, 0.1);
}
.bottom-point ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgb(107, 114, 128);
}



/* About Sec CSS */


.about-sec {
    padding-top: 64px;
    padding-bottom: 64px;
}
.about-sec img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(27, 108, 168, 0.1) 0px 12px 40px;
    background-color: rgb(203, 213, 225);
}
.sub-head {
    font-size: 11px;
    font-weight: 700;
    color: rgb(43, 179, 177);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.border-head {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 16px;
    color: rgb(26, 26, 26);
    margin-bottom: 20px;
    position: relative;
}
.border-head:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: rgb(43, 179, 177);
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.sec-para {
    font-size: 15px;
    line-height: 1.7;
    color: rgb(55, 65, 81);
    margin-bottom: 14px;
}
.about-content .vc_col-sm-6:last-child > .vc_column-inner {
    padding-left: 40px;
}


/* Matter Sec CSS */


.matter-sec {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: rgb(235, 244, 251);
}
.boxs-col .vc_column-inner > .wpb_wrapper {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(27, 108, 168, 0.1);
    box-shadow: rgba(27, 108, 168, 0.06) 0px 2px 12px;
    height: 100%;
}
.boxs-col h3 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(26, 26, 26);
    margin-bottom: 6px;
}
.boxs-col p {
    font-size: 13px;
    line-height: 1.55;
    color: rgb(107, 114, 128);
}
.boxs-col .vc_single_image-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(232, 244, 255);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.boxs-col .vc_single_image-wrapper img {
    max-width: 20px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.boxs-col:first-child {
    margin-bottom: 30px !important;
}



/* Services sec CSS */


.services-sec {
    padding-top: 64px;
    padding-bottom: 64px;
}
.services-head {
    margin-bottom: 40px;
}
.services-head .sec-para {
    max-width: 600px;
    margin: 0px auto 0px;
}
.services-content.boxs-col .vc_column-inner > .wpb_wrapper {
	box-shadow: rgba(27, 108, 168, 0.07) 0px 2px 16px;
	padding: 24px;
	transition: transform 0.15s, box-shadow 0.15s;
	transform: translateY(0px);
	border-radius: 14px;
}
.services-content.boxs-col .vc_column-inner > .wpb_wrapper img {
    max-width: 24px;
}
.services-content.boxs-col .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
    width: 48px;
    height: 48px;
}
.services-content.boxs-col .vc_column-inner > .wpb_wrapper h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.services-content.boxs-col .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
}
.services-content.boxs-col .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: rgba(27, 108, 168, 0.14) 0px 8px 32px;
    transform: translateY(-3px);
}
.sec-head, .sec-head h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(26, 26, 26);
    margin-bottom: 10px;
}









.note-sec {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(247, 250, 252);
}
.note-box {
    margin-bottom: 0px !important;
    background-color: rgb(232, 244, 255);
    border-radius: 14px;
    border-left: 4px solid rgb(43, 179, 177);
    padding: 24px 45px 24px 80px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.note-box h2 {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(43, 179, 177, 0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    position: absolute;
    top: 24px;
    left: 43px;
}
.note-box h2 img {
    max-width: 20px;
}
.title-top {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: rgb(27, 108, 168);
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}
.para-note {
    font-size: 14px;
    line-height: 1.65;
    color: rgb(26, 26, 26);
    margin-bottom: 8px;
}
p.note-clr-para {
    display: inline-block;
    font-size: 14px;
    line-height: 1.65;
    color: rgb(43, 179, 177);
    font-weight: 500;
}


.fees-sec {
    padding-top: 64px;
    padding-bottom: 64px;
}
.fees-head {
    margin-bottom: 40px;
}
.fees-content .vc_column-inner > .wpb_wrapper {
    background-color: rgb(255, 255, 255);
    border-radius: 14px;
    padding: 28px 24px;
    border: 1px solid rgba(27, 108, 168, 0.12);
    box-shadow: rgba(27, 108, 168, 0.06) 0px 2px 12px;
    text-align: center;
}
.fees-head p.sec-para {
    color: rgb(107, 114, 128);
    margin-bottom: 0px;
}
.fees-content .top-para {
    font-size: 13px;
    font-weight: 600;
    color: rgb(107, 114, 128);
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}
.fees-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: rgb(27, 108, 168);
    margin-bottom: 6px;
    line-height: 40px;
}
.fees-content .bttom-para {
    margin-bottom: 0px;
    font-size: 13px;
    color: rgb(156, 163, 175);
}
.fees-content .vc_single_image-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgb(232, 244, 255);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px auto 16px;
}
.fees-content {
    max-width: 900px;
    margin: 0px auto 0px !important;
}
.note-para {
    font-size: 13px;
    color: rgb(156, 163, 175);
    margin-top: 20px;
    margin-bottom: 0px;
}
.fees-content .vc_col-sm-4:nth-child(2) > .vc_column-inner > .wpb_wrapper {
    background-color: rgb(27, 108, 168);
    border-radius: 14px;
    padding: 28px 24px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: rgba(27, 108, 168, 0.24) 0px 8px 32px;
    text-align: center;
}
.fees-content .vc_col-sm-4:nth-child(2) > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
    background: rgba(255, 255, 255, 0.15);
}
.fees-content .vc_col-sm-4:nth-child(2) .top-para, 
.fees-content .vc_col-sm-4:nth-child(2) .bttom-para {
    color: rgba(255, 255, 255, 0.7);
}
.fees-content .vc_col-sm-4:nth-child(2) h3 {
    color: #fff;
}
.fees-content .vc_single_image-wrapper img {
    max-width: 20px;
}



.booking-sec {
    padding-top: 72px;
    padding-bottom: 140px;
    background: linear-gradient(135deg, rgb(7, 45, 79) 0%, rgb(14, 79, 122) 40%, rgb(27, 108, 168) 75%, rgb(43, 179, 177) 100%);
    position: relative !important;
}
.sub-para p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(43, 179, 177, 0.18);
    border: 1px solid rgba(43, 179, 177, 0.4);
    border-radius: 100px;
    padding: 6px 18px;
    margin: 0px auto 24px !important;
    font-size: 12px;
    font-weight: 700;
    color: #2bb3b1;
    letter-spacing: 0.08em;
}
.sub-para .wpb_wrapper {
    text-align: center;
}
.book-btn-row .wpb_wrapper {
    text-align: center;
}
.sub-para p img {
    max-width: 13px;
}
.booking-sec h2 {
    font-size: 48px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 1.15;
    margin-bottom: 18px !important;
    letter-spacing: -0.02em;
}
.booking-sec .sec-para {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    max-width: 600px;
    margin: 0px auto 40px;
}

.booking-sec .vc_btn3-container {
    display: inline-block;
    margin: 0px auto 0px !important;
}
.booking-sec .book-btn {
    margin-right: 20px !important;
}
.booking-sec .book-btn a {
    font-size: 17px;
    font-weight: 700;
    color: rgb(14, 79, 122) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 16px 40px 16px 40px!important;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 32px;
    transition: transform 0.15s, box-shadow 0.15s;
    letter-spacing: -0.01em;
    transform: translateY(0px);
    background-image: none !important;
}
.booking-sec .book-btn a:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.26) 0px 16px 48px;
}
.booking-sec .call-btn a {
    font-size: 17px !important;
    font-weight: 600;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(43, 179, 177, 0.22) !important;
    border: 2px solid rgba(43, 179, 177, 0.6) !important;
    padding: 16px 36px 16px 45px!important;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
    background-image: none !important;
}
.booking-sec .call-btn a:hover {
    background-color: rgba(43, 179, 177, 0.35) !important;
    border: 2px solid rgba(43, 179, 177, 0.85) !important;
}
.booking-info {
    margin-bottom: 0px;
}
.booking-info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 48px;
}
.booking-info ul div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}
.step-boxs-rw {
    max-width: 900px;
    margin: 0px auto 0px !important;
}
.step-boxs-rw .vc_column-inner > .wpb_wrapper {
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 24px;
    backdrop-filter: blur(6px);
}
.step-boxs-rw p.step-para {
    font-size: 11px;
    font-weight: 800;
    color: rgb(43, 179, 177);
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.step-boxs-rw h3 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
}
.step-boxs-rw .step-para-2 {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}
.book-contact-info {}.book-contact-info {
    position: absolute !important;
    bottom: 0px;
    left: 0px !important;
    right: 0px !important;
    background-color: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 40px;
    z-index: 1;
}
.book-contact-info ul {
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.book-contact-info ul li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    display: flex;
    gap: 8px;
    align-items: center;
}
.book-contact-info ul li span {
    font-size: 12px;
    margin-right: 4px;
}

.booking-sec:before {
    content: '';
    width: 45%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(https://gpfocusadhd.com.au/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-13-at-4.07.07-PM.jpeg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.18;
}





.get-in-touch {
    padding-top: 72px;
    padding-bottom: 72px;
}
.get-in-touch .list-item-box .list-item-text p {
    margin: 0px;
    font-size: 12px;
    color: rgb(107, 114, 128);
    margin-bottom: 1px;
}

.get-in-touch .list-item-box .list-item-text h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(26, 26, 26);
}
.get-in-touch .list-item-box .list-item-img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: rgb(232, 244, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.get-in-touch .list-item-box .list-item-img img {
    max-width: 15px;
}
.get-in-content .list-item-box:nth-child(5) {
    margin-top: 28px;
}
.form-col >  .vc_column-inner > .wpb_wrapper {
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    padding: 36px 32px 12px;
    border: 1px solid rgba(27, 108, 168, 0.1);
    box-shadow: rgba(27, 108, 168, 0.08) 0px 4px 24px;
}
.form-get-touch label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgb(55, 65, 81);
    margin-bottom: 6px;
}
.form-get-touch br {
    display: none;
}
.form-get-touch label span {
    color: rgb(27, 108, 168);
}
.form-get-touch input {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    color: rgb(26, 26, 26);
    background-color: rgb(247, 250, 252);
    border: 1px solid rgba(27, 108, 168, 0.18);
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: inherit;
    box-shadow: none;
}
.form-get-touch input:focus {
    box-shadow: rgba(27, 108, 168, 0.1) 0px 0px 0px 3px;
    border: 1px solid rgb(27, 108, 168);
}
.form-get-touch select {
    width: 100%;
    padding: 10px 36px 10px 14px;
    font-size: 14px;
    color: rgb(156, 163, 175);
    background-color: rgb(247, 250, 252);
    border: 1px solid rgba(27, 108, 168, 0.18);
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: inherit;
    box-shadow: none;
    appearance: none;
}
.form-get-touch select:focus {
    box-shadow: rgba(27, 108, 168, 0.1) 0px 0px 0px 3px;
    border: 1px solid rgb(27, 108, 168);
}
.form-get-touch textarea {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    color: rgb(26, 26, 26);
    background-color: rgb(247, 250, 252);
    border: 1px solid rgba(27, 108, 168, 0.18);
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: inherit;
    box-shadow: none;
    resize: vertical;
    height: 106px;
}
.form-get-touch textarea:focus {
    box-shadow: rgba(27, 108, 168, 0.1) 0px 0px 0px 3px;
    border: 1px solid rgb(27, 108, 168);
}
p.form-para {
    margin-bottom: 0px;
    font-size: 12px;
    color: rgb(156, 163, 175);
    line-height: 1.6;
}
.form-get-touch .submit-btn {
    margin-top: 18px;
}
.form-get-touch .submit-btn p {
    margin-bottom: 0px;
}
.form-get-touch .submit-btn input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: rgb(27, 108, 168);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 13px 28px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    box-shadow: rgba(27, 108, 168, 0.22) 0px 4px 16px;
    width: 100%;
    font-family: inherit;
    background-image: url(/wp-content/uploads/2026/06/paper-plane-1.png);
    background-repeat: no-repeat;
    background-position: 37% 50%;
}
.form-get-touch .submit-btn input:hover {
    background-color: rgb(21, 93, 145);
}
.form-get-touch p {
    margin-bottom: 18px;
}



.Custom-footer {
    background-color: rgb(15, 25, 35);
    padding-top: 40px;
    padding-bottom: 32px;
}
.Custom-footer img.wp-image-98 {
    max-width: 181px;
}
.Custom-footer p {
    font-size: 13px;
    line-height: 1.65;
    color: rgb(107, 114, 128);
    max-width: 320px;
}
.Custom-footer section {
    margin: 0px !important;
}
.Custom-footer h3.widget-title {
    font-size: 12px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.Custom-footer ul a.nav-link {
    padding: 0px;
    display: block;
    font-size: 13px;
    color: rgb(107, 114, 128);
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.15s;
}
.Custom-footer ul a.nav-link:hover {
    color: rgb(43, 179, 177);
}
.custom-site-footer {
    background-color: rgb(15, 25, 35);
    padding-bottom: 40px;
}
.bottom-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-footer p {
    margin-bottom: 0px;
    font-size: 12px;
    color: rgb(75, 85, 99);
}






@media (min-width: 320px) and (max-width: 767px) {

	.collapse:not(.show) {
	    display: none;
	}
	button.navbar-toggle {
	    display: block;
	    background-color: transparent;
	    color: #1b6ca8;
	    border-color: #1b6ca8;
	    box-shadow: none;
	    border-radius: 4px;
	}
	.logo-btn {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	    justify-content: space-between;
	}
	.container {
	    padding: 0px 15px !important;
	}
	.logo-col img {
	    max-width: 190px;
	}
	.nav-btn {
	    flex-direction: column;
	    align-items: flex-start;
	}
	ul#menu-header-nav {
	    flex-direction: column;
	    align-items: flex-start;
	    padding: 0px;
	    gap: 10px;
	    width: 100%;
	}
	div#navbar-menu {
	    position: absolute;
	    left: 0px;
	    right: 0px;
	    background-color: #fff;
	    margin: 20px auto 0px;
	    width: 94%;
	    box-shadow: rgba(27, 108, 168, 0.07) 0px 2px 16px;
	    transition: transform 0.15s, box-shadow 0.15s;
	    border-radius: 10px;
	    border: 1px solid #1b6ca8;
	    padding: 20px;
	}
	.nav-btn-col {
	    margin-top: 30px;
	}



	.home-baner {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.home-baner h1 {
	    font-size: 28px;
	}
	.sub-head p {
	    font-size: 10px;
	}
	p.color.para {
	    font-size: 14px;
	}
	.banner-para {
	    font-size: 14px;
	}
	.home-baner .vc_inner .vc_btn3-container.appointment-btn a {
	    font-size: 14px !important;
	    padding: 10px 20px 12px 40px!important;
	}
	.home-baner .vc_inner .appointment-btn {
	    margin-bottom: 20px !important;
	}
	.home-baner .vc_inner .vc_btn3-container a {
	    font-size: 14px;
	    padding: 10px 35px 10px 0px !important;
	}
	.bottom-point ul li {
	    font-size: 10px;
	}
	.bottom-point ul {
	    margin-top: 10px;
	    gap: 10px;
	}
	.tag-img img {
	    max-width: 120px !important;
	    height: auto !important;
	    border-radius: 10px !important;
	}
	.tag-img {
	    left: 8px;
	}
	.tag-img.img-two {
	    right: 8px;
	}


	.about-sec {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.about-sec img {
	    margin-bottom: 0px;
	}
	.about-content {
		flex-direction: column-reverse;
	}

	.about-content .vc_col-sm-6:last-child > .vc_column-inner {
	    padding-left: 15px;
	}
	.border-head {
	    font-size: 26px;
	}
	.sec-para {
	    font-size: 14px;
	}


	.matter-sec {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.boxs-col .vc_column-inner > .wpb_wrapper {
	    margin-bottom: 20px;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.boxs-col:first-child {
	    margin-bottom: 0px !important;
	}


	.services-sec {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.sec-head, .sec-head h2 {
	    font-size: 26px;
	}


	.note-box h2 {
	    width: 30px;
	    height: 30px;
	    left: 30px;
	}
	.note-box h2 img {
	    max-width: 14px;
	}
	.note-box {
	    padding: 24px 25px 24px 55px;
	}


	.fees-sec {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.fees-content .vc_column-inner > .wpb_wrapper {
	    margin-bottom: 20px;
	}
	.note-para {
	    margin-top: 0px;
	}
	.fees-content h3 {
	    font-size: 20px;
	}


	.booking-sec {
	    padding-top: 40px;
	    padding-bottom: 0px;
	}
	.booking-sec .sec-para {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.booking-sec .book-btn a {
	    font-size: 14px;
	    padding: 16px 24px 16px 38px!important;
	    margin-bottom: 20px;
	}
	.booking-sec .call-btn a {
	    font-size: 14px !important;
	}
	.booking-info ul {
	    margin-top: 30px;
	    gap: 16px;
	}
	.step-boxs-rw .vc_column-inner > .wpb_wrapper {
	    margin-bottom: 20px;
	}
	.book-contact-info {
	    position: unset !important;
	    margin-top: 30px;
	}
	.book-contact-info ul {
	    gap: 15px;
	    justify-content: left;
	}


	.get-in-touch {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.form-col > .vc_column-inner > .wpb_wrapper {
	    padding: 36px 22px 12px;
	}
	.form-get-touch input {
	    font-size: 12px;
	}
	.form-get-touch select {
	    font-size: 12px;
	}
	.form-get-touch textarea {
	    font-size: 12px;
	}
	.form-get-touch .submit-btn input {
	    font-size: 14px;
	    background-position: 24% 50%;
	}


	.Custom-footer p.wp-block-paragraph {
	    margin-bottom: 0px;
	}
	.Custom-footer h3.widget-title {
	    margin-top: 20px;
	}
	.bottom-footer {
	    flex-direction: column;
	    align-items: center;
	}
	.bottom-footer p {
	    text-align: center;
	    margin-bottom: 10px;
	}
	.custom-site-footer {
	    padding-bottom: 20px;
	}
	.Custom-footer {
	    padding-bottom: 20px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {

	.tag-img img {
	    max-width: 100px !important;
	    height: auto !important;
	    border-radius: 8px;
	}
	.home-baner h1 {
	    font-size: 26px;
	}
	.banner-para {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	p.color.para {
	    font-size: 13px;
	    margin-bottom: 10px;
	}
	.container {
	    padding: 0px 15px !important;
	}
	.home-baner .vc_inner .vc_btn3-container.appointment-btn a {
	    font-size: 14px !important;
	    padding: 10px 20px 10px 40px!important;
	}
	.home-baner .vc_inner .vc_btn3-container a {
	    font-size: 14px !important;
	    padding: 11px 34px 11px 0px !important;
	}
	.tag-img.img-two {
		right: 10px;
	}
	.bottom-point ul {
	    gap: 10px;
	    margin-top: 20px;
	}
	.bottom-point ul li {
	    font-size: 12px;
	}
	.home-baner {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.bottom-point {
	    margin-bottom: 0px !important;
	}



	.about-sec {
	    padding-top: 40px;
	    padding-bottom: 26px;
	}
	.border-head {
	    font-size: 24px;
	}
	.sec-para {
	    font-size: 14px;
	}


	.matter-sec {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


	.services-sec {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.sec-head, .sec-head h2 {
	    font-size: 24px;
	}
	.fees-content h3 {
	    font-size: 20px;
	}
	.fees-sec {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


	.booking-sec {
	    padding-top: 40px;
	}
	.booking-sec .sec-para {
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	.booking-sec .book-btn a {
	    font-size: 14px;
	}
	.booking-sec .call-btn a {
	    font-size: 14px !important;
	}
	.booking-info ul {
	    margin-top: 35px;
	    gap: 20px;
	}
	.step-boxs-rw .vc_column-inner > .wpb_wrapper {
	    padding: 20px;
	}
	.step-boxs-rw .step-para-2 {
	    margin-bottom: 0px;
	    min-height: 63px;
	}
	.book-contact-info ul {
	    gap: 15px;
	    justify-content: center;
	}


	.get-in-touch {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.form-get-touch input {
	    font-size: 12px;
	}
	.form-get-touch select {
	    font-size: 12px;
	}
	.form-get-touch textarea {
	    font-size: 12px;
	}
	.form-get-touch .submit-btn input {
	    font-size: 14px;
	    background-position: 28% 50%;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {

	.tag-img img {
	    max-width: 100px !important;
	    height: auto !important;
	    border-radius: 8px;
	}
	.home-baner h1 {
	    font-size: 26px;
	}
	.banner-para {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.tag-img.img-two {
		right: 10px;
	}
	p.color.para {
	    font-size: 13px;
	    margin-bottom: 10px;
	}
	.container {
	    padding: 0px 15px !important;
	}
	.home-baner .vc_inner .vc_btn3-container.appointment-btn a {
	    font-size: 14px !important;
	    padding: 10px 20px 10px 40px!important;
	}
	.home-baner .vc_inner .vc_btn3-container a {
	    font-size: 14px !important;
	    padding: 11px 34px 11px 0px !important;
	}
	.bottom-point ul {
	    gap: 10px;
	    margin-top: 20px;
	}
	.bottom-point ul li {
	    font-size: 12px;
	}
	.home-baner {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.bottom-point {
	    margin-bottom: 0px !important;
	}



	.about-sec {
	    padding-top: 40px;
	    padding-bottom: 26px;
	}
	.border-head {
	    font-size: 24px;
	}
	.sec-para {
	    font-size: 14px;
	}


	.matter-sec {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


	.services-sec {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.sec-head, .sec-head h2 {
	    font-size: 24px;
	}
	.fees-content h3 {
	    font-size: 20px;
	}
	.fees-sec {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


	.booking-sec {
	    padding-top: 40px;
	}
	.booking-sec .sec-para {
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	.booking-sec .book-btn a {
	    font-size: 14px;
	}
	.booking-sec .call-btn a {
	    font-size: 14px !important;
	}
	.booking-info ul {
	    margin-top: 35px;
	    gap: 20px;
	}
	.step-boxs-rw .vc_column-inner > .wpb_wrapper {
	    padding: 20px;
	}
	.step-boxs-rw .step-para-2 {
	    margin-bottom: 0px;
	    min-height: 63px;
	}
	.book-contact-info ul {
	    gap: 15px;
	    justify-content: center;
	}


	.get-in-touch {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.form-get-touch input {
	    font-size: 12px;
	}
	.form-get-touch select {
	    font-size: 12px;
	}
	.form-get-touch textarea {
	    font-size: 12px;
	}
	.form-get-touch .submit-btn input {
	    font-size: 14px;
	    background-position: 28% 50%;
	}
}



@media (min-width: 1200px) and (max-width: 1400px) {


	.container {
		max-width: 1170px !important;
		padding: 0px 20px !important;
	}
	.book-contact-info ul {
	    gap: 14px;
	}
}