@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
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%;
  vertical-align: baseline;
  font-weight: inherit;
}

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

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #1C1C1C;
  background-color: #ffffff;
}

body {
  overflow-x: hidden;
}

a,
button,
input {
  outline: none;
}

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

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1390px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.content-spacer {
  padding: 0 45px;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}
a.cs-footer__btn {
    /* background: #00000014; */
    border-radius: 32px;
    background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
    border: 1px solid var(--Dark-Blue, #075395);
    padding: 6px;
}
.hidden-file {
  display: none;
}

.upload-btn {
  background-color: #0066cc;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.cs-btn {
  font-weight: 600;
  transition: background 0.3s ease-in, color 0.3s ease-in, transform 0.3s ease-in-out;
  padding: 15px 30px;
  border-radius: 32px;
  background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
  border: 1px solid var(--Dark-Blue, #075395);
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: white;
  margin: 20px 0;
  text-transform: uppercase;
}
.cs-btn.wht {
  background: transparent;
  color: #075395;
  font-weight: 700;
}
.cs-btn.pad {
  padding: 6px 15px;
  background: #F1F4FB;
  box-shadow: 0px 2px 24px 0px rgba(119, 119, 119, 0.2509803922);
  border: none;
}

.cs-btn:hover {
  color: white;
  background: linear-gradient(90deg, #569ad4 0%, #0f546c 100%);
}

.cs-btn > svg {
  width: 38px;
  height: 38px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.cs-btn:hover svg {
  transform: translateX(5px);
}

.cs-btn.pad:hover svg {
  transform: translateX(5px);
}
.cs-btn.pad:hover svg circle {
  fill: #ffffff;
}
.cs-btn.pad:hover svg path {
  fill: #075395;
}

.cs-btn:active {
  transform: scale(0.95);
}

.cs-btn-a {
  font-weight: 600;
  transition: background 0.3s ease-in, color 0.3s ease-in, transform 0.3s ease-in-out;
  padding: 6px 16px;
  border-radius: 32px;
  background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
  border: 1px solid var(--Dark-Blue, #075395);
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: white;
  margin: 20px 0;
  text-transform: uppercase;
}

.cs-btn-a:hover {
  color: white;
  background: linear-gradient(90deg, #569ad4 0%, #0f546c 100%);
}

.cs-btn-a > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.cs-btn-a:hover svg {
  transform: translateX(5px);
}

.cs-btn-a:active {
  transform: scale(0.95);
}

.cs-heading h1.head {
  font-size: 60px;
  line-height: 80px;
  color: #111111;
  padding: 20px 0;
  font-weight: 500;
}
.cs-heading h1.head span {
  color: #075395;
}
.cs-heading h2.head {
  font-size: 45px;
  line-height: 55px;
  color: #111111;
  padding: 20px 0;
  font-weight: 500;
}
.cs-heading h2.head span {
  color: #075395;
}
.cs-heading h3.head {
  font-size: 32px;
  line-height: 42px;
  color: #111111;
  padding: 20px 0;
  font-weight: 500;
}
.cs-heading h3.head span {
  color: #075395;
}
.cs-heading h4.head {
  font-size: 24px;
  line-height: 34px;
  color: #111111;
  padding: 20px 0;
  font-weight: 500;
}
.cs-heading h4.head span {
  color: #075395;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-heading h1.head {
    font-size: 45px;
    line-height: 60px;
  }
  .cs-heading h2.head {
    font-size: 38px;
    line-height: 58px;
  }
  .cs-heading h3.head {
    font-size: 26px;
    line-height: 38px;
    color: #111111;
    padding: 20px 0;
    font-weight: 500;
  }
  .cs-heading h3.head span {
    color: #075395;
  }
  .cs-heading h4.head {
    font-size: 22px;
    line-height: 32px;
    color: #111111;
    padding: 20px 0;
    font-weight: 500;
  }
  .cs-heading h4.head span {
    color: #075395;
  }
}

/* developer code */
.dropdown-menu .nav-link {
	color: #ffffff !important;	
}
.dropdown-menu .nav-link:hover {
	color: #2CA5D0 !important;	
}

.upload-btn-wrapper span {
	position: static !important;
}

.upload-btn-wrapper p {
	position: relative;
}

.cs-footer__pwrd-outer {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-left: auto;
}

.cs-footer__pwrd-outer svg {
   width: 177px;
   height: 20px;
}

    :root {
        margin: 0 !important;
    }

#menu-primary-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.nav-item > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "\25BC"; /* Unicode for down arrow */
    font-size: 0.7em; /* Adjust size */
    color: inherit; /* Matches text color */
}

.cs-form .input-group p, .cs-form .file-upload p {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.cs-form .wpcf7-submit {
	width: 100%;
    padding: 15px;
    border: none;
    background: #075395;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
}

.cs-form .wpcf7-submit:hover {
	background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
}

.cs-header .nav-item.active .nav-link {
	color: #075395;
    font-weight: 700;
}


@media (min-width: 768px) and (max-width: 1023px) {
	   .dropdown-menu .nav-link {
		color: #1C1C1C !important;
	}
  .cs-heading h1.head {
    font-size: 45px;
    line-height: 60px;
  }
  .cs-heading h2.head {
    font-size: 38px;
    line-height: 58px;
  }
  .cs-heading h3.head {
    font-size: 26px;
    line-height: 38px;
    color: #111111;
    padding: 20px 0;
    font-weight: 500;
  }
  .cs-heading h3.head span {
    color: #075395;
  }
}
@media (max-width: 767px) {
	.cs-footer__pwrd-outer {
    margin-left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
   .dropdown-menu .nav-link {
		color: #1C1C1C !important;
	}
  .cs-heading h1.head {
    font-size: 40px;
    line-height: 55px;
  }
  .cs-heading h2.head {
    font-size: 32px;
    line-height: 42px;
  }
  .cs-heading h3.head {
    font-size: 26px;
    line-height: 38px;
    color: #111111;
    padding: 20px 0;
    font-weight: 500;
  }
  .cs-heading h3.head span {
    color: #075395;
  }
  .cs-heading h4.head {
    font-size: 20px;
    line-height: 22px;
    color: #111111;
    padding: 20px 0;
    font-weight: 500;
  }
  .cs-heading h4.head span {
    color: #075395;
  }
}
.cs-gallery-crd {
  border-radius: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
}
.cs-gallery-crd.h-center {
  height: 620px;
}
.cs-gallery-crd::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(134, 203, 228, 0.9) 70%, rgba(7, 83, 149, 0.95) 95%);
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  border-radius: 32px;
  left: 0;
  transition: all 0.3s ease-in;
}
.cs-gallery-crd::before {
  position: absolute;
	  background-image: url(https://canberraspecialist.stage.planetmedia.dev/wp-content/themes/canberra-specialist/assets/images/gallery-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 35px;
  height: 35px;
  bottom: 6%;
  right: 6%;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.cs-gallery-crd__outer {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px 20px 15px;
  z-index: 10;
	width: 100%;
}
.cs-gallery-crd__head {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 5px;
  font-weight: 700;
  transition: all 0.3s ease-in;
	width: 80%;
	font-family: 'Archivo', sans-serif;
}
.cs-gallery-crd__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cs-gallery-crd:hover::before {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 1;
}
.cs-gallery-crd:hover::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(134, 203, 228, 0.9) 70%, rgba(7, 83, 149, 0.95) 95%);
}
.cs-gallery-crd:hover .cs-gallery-crd__head, .cs-gallery-crd:hover .cs-gallery-crd__cnt {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cs-care-crd__img {
  width: auto;
  height: 360px;
  position: relative;
}
.cs-care-crd__img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-care-crd__img img:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
/* .cs-care-crd__img::before {
  position: absolute;
  background-image: url(https://canberraspecialist.stage.planetmedia.dev/wp-content/themes/canberra-specialist/assets/images/gallery-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 35px;
  height: 35px;
  top: 4%;
  right: 5%;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  opacity: 0;
  box-shadow: 0px 2px 28.6px 0px rgba(134, 134, 134, 0.2509803922);
} */
.cs-care-crd__btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #0F1011;
    background: #e8e6e6;
  border-radius: 16px;
  transition: all 0.3s ease-in;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cs-care-crd__btn:hover {
  color: #F1F1F1;
  background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
}

.cs-prtnr-tile {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 25px 20px;
  transition: all 0.3s ease-out;
  border-radius: 20px;
  margin: 20px 0;
}
.cs-prtnr-tile.bg-none {
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
}
.cs-prtnr-tile.bg-none:hover {
  background: transparent;
  box-shadow: none;
}
.cs-prtnr-tile__logo {
  width: 40px;
  height: 40px;
  background-color: #075395;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.cs-prtnr-tile__logo svg {
  width: 22px;
  height: 22px;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.cs-prtnr-tile__head {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  padding: 20px 0 15px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.cs-prtnr-tile__cnt {
  font-size: 15px;
  line-height: 25px;
  color: #777777;
  transition: all 0.3s ease-out;
}
.cs-prtnr-tile__img {
  width: 65%;
  height: auto;
}
.cs-prtnr-tile__img img {
  width: 100%;
  height: 100%;
}
.cs-prtnr-tile:hover {
  background: linear-gradient(125.79deg, #24C6FF -42.89%, #075395 100%);
}
.cs-prtnr-tile:hover .cs-prtnr-tile__head, .cs-prtnr-tile:hover .cs-prtnr-tile__cnt {
  color: #FFFFFF;
}
.cs-prtnr-tile:hover .cs-prtnr-tile__logo {
  background-color: #FFFFFF;
}
.cs-prtnr-tile:hover .cs-prtnr-tile__logo svg path {
  fill: #075395;
}

@media (max-width: 767px) {
  .cs-prtnr-tile__img {
    width: 25%;
  }
	a.cs-footer__link.boldText {
    font-weight: 900;
}
}
.cs-gallery-hme {
  margin: 30px 0;
}
.cs-gallery-hme__outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cs-gallery-hme__sec1 {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-gallery-hme__sec1 {
    width: calc(100% - 20px);
  }
  .cs-gallery-hme .cs-gallery-crd, .cs-gallery-hme .cs-gallery-crd::after {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cs-gallery-hme__sec1 {
    width: calc(100% - 20px);
  }
  .cs-gallery-hme .cs-gallery-crd, .cs-gallery-hme .cs-gallery-crd::after {
    height: 400px;
  }
}
.cs-dctr-tile {
  padding: 25px 25px 35px;
  background-color: #ffffff;
  border-radius: 40px;
  border: 0.93px solid rgba(34, 34, 34, 0.1019607843);
}
.cs-dctr-tile__img {
  width: auto;
  height: 300px;
  position: relative;
}
.cs-dctr-tile__img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-dctr-tile__img::after {
  position: absolute;
  background-image: url(https://canberraspecialist.stage.planetmedia.dev/wp-content/themes/canberra-specialist/assets/images/gallery-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 35px;
  height: 35px;
  bottom: 6%;
  right: 6%;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  opacity: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cs-dctr-tile__head {
  font-size: 25px;
  line-height: 34px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 15px;
}
.cs-dctr-tile__cnt {
  font-size: 14px;
  line-height: 24px;
  color: #2CA5D0;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: auto;
}
.cs-dctr-tile:hover {
  background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
  border: 0.93px solid #075395;
}
.cs-dctr-tile:hover .cs-dctr-tile__head, .cs-dctr-tile:hover .cs-dctr-tile__cnt {
  color: #ffffff;
}
.cs-dctr-tile:hover .cs-dctr-tile__img {
  background-color: #F0F8FF;
  border-radius: 32px;
}
.cs-dctr-tile:hover .cs-dctr-tile__img::after {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-doc-sec-hme .cs-dctr-tile {
    min-height: 480px;
  }
  .cs-dctr-tile {
    padding: 25px 25px 10px;
  }
}
.cs-dctr-tile-inner {
  background-color: #EBF6FF;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  transition: all 0.3s ease-in;
}
.cs-dctr-tile-inner__img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}
.cs-dctr-tile-inner__img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.cs-dctr-tile-inner__head {
  font-size: 25px;
  line-height: 34px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 15px;
}
.cs-dctr-tile-inner__cnt {
  font-size: 14px;
  line-height: 24px;
  color: #2CA5D0;
  font-weight: 700;
  text-align: center;
}
.cs-dctr-tile-inner__cnt-1 {
  font-size: 14px;
  line-height: 24px;
  color: #075395;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 0;
}
.cs-dctr-tile-inner:hover .cs-dctr-tile-inner__img {
  transform: scale(1.02);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-dctr-tile-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cs-dctr-tile-inner {
    padding: 20px;
  }
  .cs-dctr-tile-inner__cnt, .cs-dctr-tile-inner__cnt-1 {
    padding: 10px 32px;
  }
}
.cs-form .form-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.cs-form .input-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cs-form .input-group input,
.cs-form .input-group select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 16px !important;
  font-size: 16px;
  color: #5F5F5F;
}
.cs-form .input-group select {
  padding-right: 20px; /* Adjust overall padding */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Removes default styles */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='black' d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center; /* Adjust arrow position */
}
.cs-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  resize: none;
  margin-bottom: 15px;
  border-radius: 16px !important;
  font-size: 16px;
  color: #5F5F5F;
}
.cs-form .file-upload {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-right: 40px;
  margin: 15px 0 20px;
}
.cs-form .file-upload-lg {
  font-size: 20px;
  line-height: 30px;
  color: #075395;
}
.cs-form .file-upload input {
  margin-top: 5px;
}
.cs-form button {
  width: 100%;
  padding: 15px;
  border: none;
  background: #075395;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
}
.cs-form button:hover {
  background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
}
.cs-form .upload-btn-wrapper {
  position: relative;
  display: inline-block;
}
.cs-form .upload-btn-wrapper .small {
  font-size: 12px;
  line-height: 22px;
}
.cs-form .upload-btn {
  border: 2px solid #075395;
  color: #075395;
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.cs-form .upload-btn:hover {
  background-color: #1e90ff;
  color: white;
}
.cs-form .upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.cs-footer-bnr {
  margin: 30px 0 40px;
  overflow-x: hidden;
}
.cs-footer-bnr__outer {
  width: 100%;
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 45px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-footer-bnr__outer::after {
  background: linear-gradient(90deg, #075395 0.69%, rgba(28, 129, 182, 0.75) 25.78%, rgba(37, 149, 197, 0.54) 36.74%, rgba(44, 165, 208, 0) 45.46%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.cs-footer-bnr__head {
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  padding: 30px 0 20px;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.cs-footer-bnr__head svg {
  position: absolute;
  transform: translate(20px, -12px);
}
.cs-footer-bnr__head-1 {
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  padding: 30px 0 20px;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.cs-footer-bnr__head-1 svg {
  position: absolute;
  transform: translate(100px, -41%);
}
.cs-footer-bnr__head-2 {
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  padding: 30px 0 20px;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.cs-footer-bnr__head-2 svg {
  position: absolute;
  transform: translate(80px, -41%);
}
.cs-footer-bnr__head-3 {
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  padding: 30px 0 20px;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.cs-footer-bnr__head-3 svg {
  position: absolute;
  transform: translate(200px, -50px);
}
.cs-footer-bnr__list {
  list-style-type: disc;
  position: relative;
  z-index: 10;
  padding-left: 20px;
}
.cs-footer-bnr__list li {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 6px 0;
}
.cs-footer-bnr__cnt {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 6px 0;
  position: relative;
  z-index: 10;
  width: 50%;
}
.cs-footer-bnr .cs-btn {
  position: relative;
  z-index: 10;
  width: 190px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-footer-bnr .cs-btn {
    width: 30%;
  }
  .cs-footer-bnr__outer {
    background-position: 75% 0%;
  }
  .cs-footer-bnr__cnt {
    width: 85%;
  }
  .cs-footer__logo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cs-footer-bnr__head {
    font-size: 30px;
    line-height: 48px;
  }
  .cs-footer-bnr__head-1 {
    font-size: 30px;
    line-height: 48px;
  }
  .cs-footer-bnr__head-2 {
    font-size: 30px;
    line-height: 48px;
  }
  .cs-footer-bnr__head-3 {
    font-size: 30px;
    line-height: 48px;
  }
  .cs-footer-bnr__outer {
    padding: 40px 20px;
    height: 550px;
  }
  .cs-footer-bnr .cs-btn {
    width: 190px;
  }
  .cs-footer-bnr__head-1 svg {
    position: absolute;
    transform: translate(46px, -7px);
  }
  .cs-footer-bnr__head-3 svg {
    position: absolute;
    transform: translate(260px, -50px);
  }
  .cs-footer-bnr__cnt {
    width: 100%;
  }
}
.cs-inner-banner {
  margin: 20px 0 40px;
}
.cs-inner-banner__bg {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  padding: 45px;
}
.cs-inner-banner__bg::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.cs-inner-banner__head {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  color: #ffffff;
}
.cs-inner-banner__outer {
  z-index: 10;
  position: relative;
}
.cs-inner-banner__brdcrump {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
}
.cs-inner-banner__brdcrump a {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-inner-banner__bg {
    height: 350px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cs-inner-banner__bg {
    height: 300px;
    padding: 20px;
  }
  .cs-inner-banner__head {
    font-size: 35px;
    line-height: 45px;
  }
  .cs-inner-banner__brdcrump a {
    line-height: 14px;
    font-size: 10px;
    padding: 0;
  }
  .cs-inner-banner__brdcrump {
    flex-wrap: wrap;
  }
}
.cs-blu-banner {
  margin: 20px 0 40px;
  position: relative;
  z-index: 20;
}
.cs-blu-banner__bg {
  background-color: #075395;
  height: 320px;
  border-radius: 32px;
  padding: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.cs-blu-banner__head {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  color: #ffffff;
}
.cs-blu-banner p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .cs-blu-banner__bg {
    padding: 20px;
  }
}
.cs-who-we-are-sec {
  padding: 40px 0;
  overflow-x: hidden;
}
.cs-who-we-are-sec__cnt {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  width: 95%;
}
.cs-who-we-are-sec__img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto 0 auto auto;
  transition: all 0.3s ease-in;
}
.cs-who-we-are-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 34px;
}
.cs-who-we-are-sec__img:hover {
  transform: scale(1.03);
}
.cs-who-we-are-sec .mob-flex {
  padding: 0 45px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-who-we-are-sec__cnt {
    width: 100%;
  }
  .mob-flex {
    display: flex;
    align-items: center;
  }
  .cs-who-we-are-sec__img {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cs-who-we-are-sec__cnt {
    width: 100%;
  }
  .cs-who-we-are-sec__img {
    width: 100%;
    margin: auto;
    padding-top: 30px;
  }
  .cs-who-we-are-sec {
    padding: 0 0;
  }
  .cs-who-we-are-sec .mob-flex {
    padding: 0 20px;
  }
}
.cs-servce-tab {
  margin: 40px 0;
  overflow-x: hidden;
}
.cs-servce-tab__outer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.cs-servce-tab__sec1 {
  width: 25%;
  background-color: #F0F8FF;
  border-radius: 24px;
}
.cs-servce-tab__sec1__inner {
  padding: 45px 20px 45px 25px;
}
.cs-servce-tab__sec2 {
  width: 75%;
  height: 100%;
  min-height: 500px;
  background-color: #F7FBFF;
  border-radius: 32px;
}
.cs-servce-tab__sec2__inner {
  padding: 45px 35px 45px 45px;
}
.cs-servce-tab__head {
  font-size: 20px;
  line-height: 30px;
  color: #1C1C1C;
  font-weight: 600;
  padding-left: 25px;
  padding-bottom: 20px;
}
.cs-servce-tab__links {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #2CA5D0;
  display: block;
  transition: all 0.3s ease-in;
  position: relative;
  margin: 8px 0;
}
.cs-servce-tab__links::after {
  position: absolute;
  background-image: url(https://canberraspecialist.stage.planetmedia.dev/wp-content/themes/canberra-specialist/assets/images/gallery-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 28px;
  height: 28px;
  bottom: 15%;
  right: 6%;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.cs-servce-tab__links:hover {
  background-color: #ffffff;
  border-radius: 14px;
  color: #075395;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.cs-servce-tab__links:hover::after {
  opacity: 1;
}
.cs-servce-tab__links.active {
  background-color: #ffffff;
  border-radius: 14px;
  color: #075395;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.cs-servce-tab__links.active::after {
  opacity: 1;
}
.cs-servce-tab__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.cs-servce-tab__c-list {
  list-style-type: disc;
  padding-left: 20px;
}
.cs-servce-tab__c-list li {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  margin: 5px 0;
  width: 67%;
}
.cs-servce-tab__c-list li:first-child {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-servce-tab__c-list li {
    width: 100%;
  }
  .cs-servce-tab__sec1__inner, .cs-servce-tab__sec2__inner {
    padding: 30px;
  }
  .cs-servce-tab__sec1 {
    width: 45%;
  }
  .cs-servce-tab__sec2 {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .cs-servce-tab__outer {
    flex-direction: column;
  }
  .cs-servce-tab__sec1, .cs-servce-tab__sec2 {
    width: 100%;
  }
  .cs-servce-tab__c-list li {
    width: 100%;
  }
  .cs-servce-tab__sec1__inner, .cs-servce-tab__sec2__inner {
    padding: 20px;
  }
  .cs-servce-tab__links::after {
    right: 2%;
  }
}
.cs-header {
  z-index: 999;
  position: relative;
}
.cs-header .cs-btn {
  margin: 0;
}
.cs-header .navbar {
  background: #EBF6FF;
  border-radius: 44px;
  margin: 20px 0;
}
.cs-header .nav-link {
  font-weight: 400;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
}
.cs-header .nav-link.active {
  color: #075395;
  font-weight: 700;
}
.cs-header .navbar-expand-lg .navbar-nav {
  align-items: center;
  gap: 30px;
}
.cs-header__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-header__contct {
  align-items: center;
  display: flex;
  gap: 20px;
}
.cs-header__contct a.phn {
  font-size: 16px;
  font-weight: 400;
  color: #2CA5D0;
  font-weight: 700;
  transition: all 0.3s ease-in;
}
.cs-header__contct a.phn:hover {
  color: #075395;
}
.cs-header__logo {
  width: 160px;
  height: auto;
}
.cs-header__logo img {
  width: 100%;
  height: 100%;
}
.cs-header .navbar-nav .dropdown-menu {
  border-radius: 20px;
  padding: 20px;
  background: #075395;
  border: none;
}
.cs-header .dropdown-item:focus, .cs-header .dropdown-item:hover {
  background-color: #075395;
  color: #ffffff;
  border-radius: 20px;
  margin: 8px 0;
}
.cs-header .dropdown-item.active, .cs-header .dropdown-item:active {
  background-color: #075395;
  border-radius: 20px;
  color: #2CA5D0;
}
.cs-header .dropdown-item {
  margin: 8px 0;
  color: #ffffff;
}
.cs-header .dropdown-item:hover {
  color: #2CA5D0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-header .navbar-expand-lg .navbar-nav {
    gap: 5px;
    padding-right: 15px;
  }
  .cs-header__contct {
    gap: 10px;
  }
  .cs-header__logo {
    width: 130px;
  }
  .cs-header .content-spacer {
    padding: 0 20px;
  }
  .cs-header .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-header .navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 20px;
    padding-right: 0;
  }
  .cs-header .d-flex {
    display: flex !important;
    justify-content: center;
    margin: 20px 0;
  }
  .cs-header {
    transform: none !important;
  }
  .cs-header .dropdown-menu {
    display: block !important;
  }
  .cs-header .dropdown-item {
    color: #1C1C1C;
  }
  .cs-header .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cs-header .dropdown-item {
    text-align: center;
  }
  .cs-header .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    box-shadow: none;
    padding: 0;
  }
  .cs-header .dropdown-item {
    margin: 10px 0;
  }
  .cs-header__contct {
    flex-direction: column;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .cs-header .navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 6px;
    padding-right: 0;
  }
  .cs-header .d-flex {
    display: flex !important;
    justify-content: center;
    margin: 20px 0;
  }
  .cs-header .dropdown-menu {
    border: none;
  }
  .cs-header {
    transform: none !important;
  }
/*   .cs-header .navbar-nav .dropdown-menu {
    display: block !important;
  } */
  .cs-header .dropdown-item {
    color: #1C1C1C;
    margin: 10px 0;
  }
  .cs-header .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cs-header .dropdown-item {
    text-align: center;
  }
  .cs-header .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    box-shadow: none;
    padding: 0;
  }
  .cs-header__contct {
    flex-direction: column;
    padding: 20px 0;
  }
	.cs-header .nav-link{
		    font-size: 17px;
	}
}
.cs-hero-sec {
  padding: 0 0 30px;
}
.cs-hero-sec__outer {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cs-hero-sec__sec1 {
  width: 50%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  border-radius: 32px;
}
.cs-hero-sec__sec2 {
  width: 50%;
}
.cs-hero-sec__sec2 img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.cs-hero-sec .cs-heading h1.head {
  width: 70%;
}
.cs-hero-sec__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  width: 75%;
}
.cs-hero-sec__btn-outer {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-hero-sec .cs-btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-hero-sec .cs-heading h1.head {
    width: 100%;
  }
  .cs-hero-sec__btn-outer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .cs-hero-sec .cs-btn {
    margin: 0;
  }
  .cs-hero-sec__cnt {
    width: 100%;
    padding-bottom: 20px;
  }
  .cs-hero-sec__sec1 {
    padding-left: 25px;
    height: 500px;
  }
  .cs-hero-sec__sec2 img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cs-hero-sec__outer {
    flex-direction: column;
  }
  .cs-hero-sec__sec1, .cs-hero-sec__sec2, .cs-hero-sec .cs-heading h1.head, .cs-hero-sec__cnt {
    width: 100%;
  }
  .cs-hero-sec__sec1 {
    padding: 20px;
  }
  .cs-hero-sec__btn-outer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .cs-hero-sec .cs-btn {
    margin: 0;
  }
  .cs-hero-sec__cnt {
    padding-bottom: 20px;
  }
  .cs-hero-sec__sec1, .cs-hero-sec__sec2 img {
    height: 500px;
  }
}
.cs-prtnr-hme__outer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #EBF6FF;
  padding: 40px 45px;
  border-radius: 32px;
}
.cs-prtnr-hme__sec1 {
  width: 60%;
}
.cs-prtnr-hme__sec2 {
  width: 40%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cs-prtnr-hme .cs-prtnr-tile {
  width: calc(50% - 20px);
  margin: 10px;
}
.cs-prtnr-hme__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  width: 64%;
}
.cs-prtnr-hme .cs-btn {
  margin: 30px 0 20px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-prtnr-hme__sec2, .cs-prtnr-hme__sec1 {
    width: 50%;
  }
  .cs-prtnr-hme__cnt {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-prtnr-hme__cnt {
    width: 85%;
  }
  .cs-prtnr-hme .cs-prtnr-tile {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .cs-prtnr-hme__outer {
    flex-direction: column;
  }
  .cs-prtnr-hme__sec2, .cs-prtnr-hme__sec1, .cs-prtnr-hme__cnt {
    width: 100%;
  }
  .cs-prtnr-hme__outer {
    padding: 20px;
  }
  .cs-prtnr-hme .cs-prtnr-tile {
    width: calc(100% - 20px);
  }
  .cs-prtnr-hme__sec2 {
    margin: 0;
  }
}
.care-sec-hme {
  margin: 0 0 80px;
}
.care-sec-hme .cs-heading h2.head {
  text-align: center;
}
.care-sec-hme__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  text-align: center;
  padding-top: 5px;
max-width: 47%;
}
.care-sec-hme .cs-care-crd {
    width: 90%;
    cursor: pointer !important;
}
.care-sec-hme .cs-care-crd:hover .cs-care-crd__btn {
    color: #F1F1F1;
    background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);

}

.care-sec-hme__slider {
  margin: 40px 0;
cursor:pointer !important;
}
.care-sec-hme .slick-dots li {
  margin: 0;
}
.care-sec-hme .slick-dots li button:before {
  font-size: 25px;
  line-height: 35px;
  color: #2CA5D0;
}
.care-sec-hme .slick-dots {
  bottom: -35px;
}

@media (max-width: 767px) {
  .care-sec-hme .cs-care-crd {
    width: 100%;
  }
  .care-sec-hme .slick-dots {
bottom: -20px;
  }
  .care-sec-hme {
    margin: 0;
  }
}
.cs-doc-sec-hme {
  padding: 45px 0;
  overflow-x: hidden;
}
.cs-doc-sec-hme__outer {
  background: #F0F8FF;
  padding: 30px 45px 40px;
  border-radius: 44px;
}
.cs-doc-sec-hme__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  text-align: center;
  padding: 5px 0 20px;
}
.cs-doc-sec-hme .cs-heading h2.head {
  text-align: center;
}
.cs-doc-sec-hme .cs-btn-a {
  margin: 0 0 20px;
}
.cs-doc-sec-hme__slick {
  margin: 40px 0 30px;
}
.cs-doc-sec-hme .cs-dctr-tile {
  width: 95%;
  margin: 0 0 40px;
  display: inline-block;
}
.cs-doc-sec-hme__btn-outer {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-doc-sec-hme__outer {
    padding: 30px 25px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-doc-sec-hme__outer {
    padding: 20px 45px 30px;
  }
}
@media (max-width: 767px) {
  .cs-doc-sec-hme__outer {
    padding: 20px;
  }
  .cs-doc-sec-hme .cs-dctr-tile {
    width: 100%;
    margin: 0;
  }
  .cs-doc-sec-hme {
    padding: 25px 0;
  }
}
.cs-apointmnt-hme.mbot45 {
  margin-bottom: 65px;
}
.cs-apointmnt-hme__outer {
  background: linear-gradient(113.88deg, rgba(0, 188, 255, 0.6) 0.53%, rgba(234, 243, 255, 0.6) 22.65%, rgba(94, 213, 255, 0.6) 99.84%);
  border-radius: 44px;
  padding: 45px;
}
.cs-apointmnt-hme .cs-heading h2.head {
  text-align: center;
}
.cs-apointmnt-hme__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  text-align: center;
  padding-top: 5px;
}
.cs-apointmnt-hme__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
.cs-apointmnt-hme__sec1 {
  width: 50%;
}
.cs-apointmnt-hme__sec2 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.cs-apointmnt-hme .cs-form .form-container {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.cs-apointmnt-hme .cs-form {
  width: 95%;
}
.cs-apointmnt-hme__img {
  width: 78%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  display: flex;
  align-items: end;
  position: relative;
}
.cs-apointmnt-hme__img::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(7, 83, 149, 0) 47.84%, #075395 92.25%);
  width: 100%;
  height: 100%;
  border-radius: 60px;
  left: 0;
}
.cs-apointmnt-hme__cptn {
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 500;
  z-index: 10;
  position: relative;
  padding: 30px;
  width: 75%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-form .file-upload {
    padding-right: 0;
  }
  .cs-apointmnt-hme__cptn {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-form .file-upload {
    padding-right: 0;
  }
  .cs-apointmnt-hme__cptn {
    width: 80%;
  }
  .cs-apointmnt-hme__inner {
    flex-direction: column-reverse;
  }
  .cs-apointmnt-hme__sec1, .cs-apointmnt-hme__sec2, .cs-apointmnt-hme__img, .cs-apointmnt-hme .cs-form {
    width: 100%;
  }
  .cs-apointmnt-hme__img {
    margin-bottom: 30px;
  }
  .cs-apointmnt-hme__outer {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cs-apointmnt-hme__outer {
    padding: 20px;
	  margin-bottom: 30px;
  }
  .cs-apointmnt-hme__inner {
    flex-direction: column-reverse;
  }
  .cs-apointmnt-hme__img, .cs-apointmnt-hme__sec1, .cs-apointmnt-hme__sec2, .cs-apointmnt-hme .cs-form {
    width: 100%;
  }
  .cs-apointmnt-hme__img {
    margin-bottom: 30px;
  }
  .cs-form .file-upload {
    padding-right: 0;
    flex-direction: column;
  }
  .cs-apointmnt-hme__cptn {
    width: 90%;
  }
}
.cs-loc-hme {
  margin: 45px 0;
  overflow-x: hidden;
}
.cs-loc-hme__outer {
  border-radius: 44px;
  background: #F0F8FF;
  box-shadow: 0px 2px 24px 0px rgba(197, 197, 197, 0.2509803922);
  padding: 55px 45px 75px;
}
.cs-loc-hme__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  padding: 5px 0 30px;
  text-align: left;
  width: 70%;
}
.cs-loc-hme__cnt span {
  color: #075395;
  font-weight: 600;
}
.cs-loc-hme__cnt-1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1C1C1C;
  text-align: left;
}
.cs-loc-hme__inner {
  display: flex;
  padding: 10px 30px;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}
.cs-loc-hme__inner .cs-loc-hme__cnt {
  padding: 0;
}
.cs-loc-hme__arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 2%;
  bottom: 8%;
  opacity: 0;
}
.cs-loc-hme__arrow img {
  width: 100%;
  height: 100%;
}
.cs-loc-hme .nav-pills .nav-link {
  border-radius: 32px;
  margin: 0 0 20px;
  background-color: #ffffff;
  width: 80%;
}
.cs-loc-hme .nav-pills .nav-link.active {
  background: linear-gradient(91.07deg, #075395 4.27%, #2CA5D0 99.06%);
}
.cs-loc-hme .nav-pills .nav-link.active .cs-loc-hme__inner svg path {
  fill: #ffffff;
}
.cs-loc-hme .nav-pills .nav-link.active .cs-loc-hme__cnt-1 {
  color: #ffffff;
}
.cs-loc-hme .nav-pills .nav-link.active .cs-loc-hme__arrow {
  opacity: 1;
}
.cs-loc-hme .nav {
  width: 50%;
}
.cs-loc-hme__out {
  gap: 40px;
}
.cs-loc-hme__map {
  width: 95%;
  height: auto;
  display: block;
  margin: auto;
  position: relative;
}
.cs-loc-hme__map img {
  width: 100%;
  height: 100%;
}
.cs-loc-hme .cs-btn.wht {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-loc-hme .nav-pills .nav-link {
    width: 100%;
  }
  .cs-loc-hme__cnt-1 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-loc-hme__out {
    flex-direction: column;
    align-items: center !important;
  }
  .cs-loc-hme .nav {
    width: 100%;
  }
  .cs-loc-hme__map {
    width: 100%;
  }
  .cs-loc-hme .nav-pills .nav-link {
    width: 100%;
  }
  .cs-loc-hme .me-3 {
    margin: 0 !important;
  }
  .cs-loc-hme__outer {
    padding: 55px 30px 75px;
  }
}
@media (max-width: 767px) {
	
	.cs-loc-hme__map {
	width: 98%;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
	}
	
	.cs-loc-hme__map iframe {
		width: 100%;
		height: 320px;
	}
  .cs-loc-hme__out {
    flex-direction: column;
    align-items: center !important;
  }
  .cs-loc-hme__out .me-3 {
    margin: 0;
  }
  .cs-loc-hme__inner {
    padding: 10px 35px;
  }
  .cs-loc-hme__cnt-1 {
    font-size: 14px;
    line-height: 26px;
  }
  .cs-loc-hme .nav-pills .nav-link, .cs-loc-hme__cnt {
    width: 100%;
  }
  .cs-loc-hme__outer {
    padding: 20px 20px 40px;
  }
  .cs-loc-hme .nav {
    width: 100%;
  }
  .cs-loc-hme .cs-btn.wht {
    width: 210px;
  }
  .cs-loc-hme .cs-btn.wht {
    bottom: -15%;
  }
  .cs-loc-hme .me-3 {
    margin: 0 !important;
  }
}
.cs-exceptional {
  padding: 60px 0 50px;
}
.cs-exceptional .cs-heading h2.head {
  text-align: center;
	padding-bottom: 0;
}
.cs-exceptional__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  text-align: center;
  padding: 5px 0 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-exceptional {
    padding: 60px 0 10px;
  }
}
@media (max-width: 767px) {
  .cs-exceptional {
    padding: 30px 0;
  }
}
.cs-our-doc {
  margin: 40px 0 60px;
  overflow: hidden;
}
.cs-our-doc__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  text-align: center;
  padding: 5px 0 20px;
}
.cs-our-doc .cs-dctr-tile__cnt {
  font-size: 16px;
}
.cs-our-doc .cs-heading h2.head {
  text-align: center;
}
.cs-our-doc__outer {
  padding: 40px 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cs-our-doc .cs-dctr-tile {
  width: calc(33.3% - 20px);
  margin: 0 10px 30px;
}
.cs-our-doc .cs-dctr-tile__cnt {
  min-height: 72px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-our-doc .cs-dctr-tile__cnt {
    font-size: 14px;
  }
  .cs-our-doc .cs-dctr-tile {
    min-height: 538px;
  }
  .cs-dctr-tile__head {
    min-height: 68px;
  }
  .br-none {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-our-doc .cs-dctr-tile {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .cs-our-doc__outer {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cs-our-doc .cs-dctr-tile {
    width: calc(100% - 20px);
    margin: 0 10px 30px;
  }
  .cs-our-doc__outer {
    padding: 20px;
  }
}
.cs-our-team {
  overflow: hidden;
}
.cs-our-team__outer {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.cs-our-team__sec1 {
  width: 30%;
}
.cs-our-team__sec2 {
  width: 70%;
}
.cs-our-team__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  padding: 20px 0;
}
.cs-our-team ul {
  list-style-type: disc;
  padding-left: 25px;
}
.cs-our-team ul li {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .cs-our-team__outer {
    flex-direction: column;
  }
  .cs-our-team__sec1, .cs-our-team__sec2 {
    width: 100%;
  }
  .cs-our-team ul {
    padding-left: 15px;
  }
}
.cs-associate-sec {
  margin: 0 0 65px;
  overflow: hidden;
}
.cs-associate-sec__outer {
  display: flex;
  align-items: center;
  gap: 55px;
  background-color: #EBF6FF;
  padding: 35px 45px;
  border-radius: 32px;
}
.cs-associate-sec__sec1 {
  width: 45%;
}
.cs-associate-sec__sec2 {
  width: 45%;
}
.cs-associate-sec__img {
  width: 100%;
  height: auto;
}
.cs-associate-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.cs-associate-sec p {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  padding: 20px 0;
}
.cs-associate-sec__inner {
  padding: 5px 50px;
  border: 1px solid var(--Dark-Blue, #075395);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.cs-associate-sec__inner p.center {
  text-align: center;
  padding-bottom: 10px;
}
.cs-associate-sec__inner a {
  font-size: 16px;
  line-height: 26px;
  color: #075395;
  padding: 0px 0 15px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .cs-associate-sec__outer {
    padding: 20px;
    flex-direction: column;
  }
  .cs-associate-sec__sec1, .cs-associate-sec__sec2 {
    width: 100%;
  }
}
.cs-privcy-sec {
  margin-bottom: 45px;
}
.cs-privcy-sec__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cs-privcy-sec .cs-privcy-sec__sec1 {
  width: 30%;
  position: sticky;
  top: 0;
  height: 100vh; /* Full height */
  overflow-y: auto; /* Allow scrolling if needed */
  background: #fff; /* Prevent content from blending */
  padding: 20px;
}
.cs-privcy-sec .cs-privcy-sec__sec2 {
  width: 70%;
  padding: 20px;
}
.cs-privcy-sec__head {
  color: #8A8A8A;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 500;
  display: block;
}
.cs-privcy-sec__points {
  color: #8A8A8A;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 500;
  display: block;
}
.cs-privcy-sec__points.active, .cs-privcy-sec__points:hover {
  color: #1C1C1C;
}
.cs-privcy-sec a.cs-privcy-sec__points {
  display: inline-block;
}
.cs-privcy-sec p.txt {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  padding-bottom: 20px;
}
.cs-privcy-sec h2.head {
  font-size: 24px;
  color: #1C1C1C;
  line-height: 30px;
  font-weight: 500;
  padding: 25px 0 20px;
}
.cs-privcy-sec__list {
  list-style-type: disc;
  padding-left: 20px;
}
.cs-privcy-sec__list li {
  margin: 8px 0;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
}

@media (max-width: 767px) {
  .cs-privcy-sec__outer {
    flex-direction: column;
  }
  .cs-privcy-sec .cs-privcy-sec__sec1 {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .cs-privcy-sec .cs-privcy-sec__sec2 {
    width: 100%;
  }
}
.cs-appointment-sec {
  margin: 45px 0;
}
.cs-appointment-sec__outer {
  display: flex;
  align-items: flex-start;
  gap: 10%;
  padding: 20px 45px;
}
.cs-appointment-sec__w-50 {
  width: 60%;
}
.cs-appointment-sec__greybox {
  background-color: #F7F7F7;
  display: flex;
  align-items: flex-start;
  gap: 10%;
  padding: 45px;
  border-radius: 32px;
}
.cs-appointment-sec__greybox .cs-appointment-sec__cnt {
  width: 95%;
}
.cs-appointment-sec__blubox {
  background-color: #F0F8FF;
  padding: 45px;
  border-radius: 32px;
}
.cs-appointment-sec__blubox .cs-appointment-sec__outer {
  padding: 0;
}
.cs-appointment-sec__cntct {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #1C1C1C;
  padding-bottom: 10px;
}
.cs-appointment-sec__cntct a {
  color: #075395;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.cs-appointment-sec__head {
  font-size: 38px;
  line-height: 50px;
  color: #111111;
  padding: 20px 0 30px;
  font-weight: 500;
}
.cs-appointment-sec__sub {
  font-size: 24px;
  line-height: 34px;
  color: #075395;
  padding: 0 0 5px;
  font-weight: 500;
}
.cs-appointment-sec__cnt {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #222222;
  width: 85%;
}
.cs-appointment-sec__cnt.blu {
  color: #075395;
  font-weight: 600;
}
.cs-appointment-sec__img {
  width: 100%;
  height: auto;
}
.cs-appointment-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-appointment-sec__inner {
  border: 1px solid var(--Dark-Blue, #075395);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 45px;
  margin: 20px 0;
  border-radius: 24px;
  gap: 10%;
}
.cs-appointment-sec__inner .cs-appointment-sec__sub {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cs-appointment-sec__head {
    font-size: 30px;
    line-height: 40px;
    color: #111111;
    padding: 20px 0 30px;
    font-weight: 500;
  }
  .cs-appointment-sec__outer {
    gap: 5%;
  }
}
@media (max-width: 767px) {
  .cs-appointment-sec__outer, .cs-appointment-sec__greybox {
    flex-direction: column;
    padding: 20px;
  }
  .cs-appointment-sec__w-50 {
    width: 100%;
  }
  .cs-appointment-sec__img {
    display: block;
    padding: 20px 0;
  }
  .cs-appointment-sec__cnt {
    width: 100%;
  }
  .cs-appointment-sec__blubox {
    padding: 10px 20px 30px;
  }
  .cs-appointment-sec__head {
    font-size: 26px;
    line-height: 32px;
  }
  .cs-appointment-sec__inner {
    padding: 20px;
    margin: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cs-appointment-sec__inner .cs-appointment-sec__sub {
    padding-bottom: 20px;
  }
  .cs-appointment-sec__inner .cs-appointment-sec__cntct {
    text-align: center;
  }
  .cs-appointment-sec__inner .cs-appointment-sec__cnt {
    text-align: center;
  }
}
.cs-footer {
  background: linear-gradient(257.6deg, #075395 0%, #032542 54.53%, #000000 98.19%);
  overflow: hidden;
}
.cs-footer__outer {
  padding: 50px 0 12px;
/*   border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275); */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1%;
}
.get-direction-main{
	padding: 0px 0 45px;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.get-direction {
    width: 62%;
}
.toggle-map1 {
    margin: 12px;
	width: 400px;
}
.toggle-map2{
	width: 400px;
	 margin: 12px;
}
.toggle-map3{
	width: 400px;
	 margin: 12px;
}
.cs-footer__sec1 {
  width: 25%;
}
.cs-footer__sec2 {
    display: flex;
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    flex-wrap: nowrap;
    margin: 0 -10px;
    width: 70%;
}
.cs-footer__tile {
    width: 33%;
 	 margin: 0 10px;
}
.cs-footer__logo {
  width: 225px;
  height: auto;
  display: block;
  padding-top: 20px;
}
.cs-footer__logo img {
  width: 100%;
  height: 100%;
}
.cs-footer__cnt {
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5882352941);
  padding: 20px 0;
  width: 89%;
  font-weight: 300;
}
.cs-footer__head {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 20px 0 20px;
  font-weight: 600;
}
.cs-footer__link {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.6392156863);
  display: inline-block;
  transition: all 0.3s ease-in;
}
.cs-footer__link:hover {
  color: #ffffff;
}
.cs-footer__sub {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  padding: 20px 0 15px;
}
.cs-footer__sub.ital {
  font-style: italic;
  padding-top: 95px;
}
.cs-footer .input-container {
  position: relative;
  display: flex;
  height: 2.8rem;
  width: 90%;
  background-color: #fff;
  border-radius: 44px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
}
.cs-footer .input-container input {
  height: 100%;
  width: 100%;
  border-radius: 44px;
  border: 1px solid rgb(176, 190, 197);
  background-color: transparent;
  padding: 0.625rem 70px 0.625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(69, 90, 100);
  outline: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.cs-footer .input-container input:focus {
  border: 1px solid rgb(236, 72, 153);
}
.cs-footer .invite-btn {
  position: absolute;
  border-radius: 44px !important;
  right: 4px;
  top: 4px;
  bottom: 4px;
  z-index: 10;
  border-radius: 4px;
  background-color: rgba(95, 95, 95, 0.768627451);
  color: #fff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  border: none;
  transition: 0.6s ease;
}
.cs-footer .invite-btn:hover {
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 8px;
}
.cs-footer .input-container input:-moz-placeholder-shown ~ .invite-btn {
  pointer-events: none;
  background-color: #075395;
  border-radius: 44px;
}
.cs-footer .input-container input:placeholder-shown ~ .invite-btn {
  pointer-events: none;
  background-color: #075395;
  border-radius: 44px;
}
.cs-footer__inner {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 12px;
}
.cs-footer__inner.start {
  align-items: flex-start;
}
.cs-footer__inner.start svg {
  margin-top: 5px;
}
.cs-footer__inner .cs-footer__link {
  padding-bottom: 0;
}
.cs-footer__inner:hover svg path {
  stroke-opacity: 1;
  fill-opacity: 1;
}
.cs-footer__map {
  width: 100%;
  height: auto;
}
.cs-footer__map img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cs-footer__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cs-footer__btn:hover {
  color: rgba(255, 255, 255, 0.6392156863);
	background: #f1f4fb00;
}
.cs-footer .toggle-map {
  padding-top: 20px;
}
.cs-footer__social-outer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 20px;
}
.cs-footer__icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in;
}
.cs-footer__icon svg {
  width: 100%;
  height: 100%;
}
.cs-footer__icon:hover {
  transform: scale(1.1);
}
.cs-footer__copy {
  font-size: 14px;
  line-height: 10px;
  color: #ffffff;
}
.cs-footer__cpy-out {
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 28px 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cs-footer__outer {
    gap: 8%;
  }
  .cs-footer__tile {
    width: calc(48% - 10px);
  }
  .cs-footer__sec1 {
    width: 30%;
  }
  .cs-footer__sec2 {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cs-footer__sec1 {
    width: 30%;
  }
  .cs-footer__outer {
    gap: 20px;
  }
  .cs-footer__sec2 {
    width: 60%;
    gap: 10px;
  }
  .cs-footer__tile {
    width: calc(45% - 10px);
  }
  .cs-footer .input-container, .cs-footer__cnt {
    width: 100%;
  }
}
@media (max-width: 767px) {
	.cs-footer__social-outer {
		justify-content: center;
	}
	
	.cs-footer__sub.ital {
		text-align: center;
	}
	
  .cs-footer__outer {
    flex-direction: column;
    padding: 20px;
	  align-items: center;
  }
  .cs-footer__sec1, .cs-footer__sec2, .cs-footer__cnt {
    width: 100%;
  }
	
	.cs-footer__sec2 {
		    justify-content: space-between;
    flex-wrap: wrap;
	}
  .cs-footer__tile {
    width: calc(100% - 10px);
  }
  .cs-footer__copy {
    padding: 10px 20px;
    text-align: center;
  }
  .cs-footer__head {
    text-align: center;
  }
  .cs-footer__link {
    text-align: center;
    display: block;
  }
  .cs-footer__inner {
    justify-content: center;
  }
  .cs-footer__inner.start {
    align-items: flex-start;
  }
  .cs-footer .input-container, .cs-footer__cnt {
    width: 100%;
  }
  .cs-footer {
    overflow: hidden;
  }
  .cs-footer__cpy-out {
    flex-direction: column;
    gap: 0px;
  }
	.get-direction {
    width: 100%;
}
}
@media (max-width: 490px) {
	.get-direction {
    display: flex;
    flex-direction: column !important;
}
	.toggle-map3 {
    width: 256px;
	}
	.toggle-map2 {
    width: 256px;
	}
	.toggle-map1 {
    width: 256px;
	}
}

.cs-care-crd:hover .cs-care-crd__btn {
    color: #F1F1F1;
    background: linear-gradient(90deg, #075395 0%, #2CA5D0 100%);
}