
html {
scroll-behavior: smooth;
}

body{font-size:14px;}

section.contact-form {
    padding: 20px 0;
}
/* Index page fixes */
#counslr-name {margin-right: 5px;}

/* Nav css updates */
.nav-ctn {
display:flex;
align-items: center;
}
.nav-ctn div {
  margin: 0 20px;
}
.nav-links ul li a {
    color: var(--black);
}
.nav-links ul {
  display:flex;
  column-gap: 20px;
}
.social-icon ul {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
}
/* Consent form page */
.h4 {
  font-size: 20px;
 text-transform: uppercase;
font-weight: bold;
    margin-bottom: 10px;
}
.consent-form-info {
  margin-bottom: 100px;
}
.consent-form-info .container div {
  margin: 40px 0;
}
.business-info p{
  font-size: 18px;
}
.contact-info a {
  display: block;
  color: var(--black);
}
.confidentiality-list {
  list-style: auto;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.payment-info p a {
    color: var(--black);
}
.price {
    font-size: 18px;
    margin-bottom: 5px;
}
.pdf-download-options {
  display: flex;
  column-gap: 40px;
  margin-top: 20px;
}
.form-info p a {
  color: var(--black);
}

.download-option h6 {
  margin-bottom: 15px;
}
.business-info {
  margin-top: 0px !important;
}

/* contact us index updates */
.contact-email {
  margin-top: 20px;
  text-align: center;
}
.contact-email a {
    color: var(--black);
}
.download-consent {
    border-top: 1px solid black;
    padding: 20px 0px;
}
.download-consent h6 {
  font-weight: bold;
}
.download-pdf-list {
  margin-top: 20px;
  display: flex;
  column-gap: 20px;
}
.download-pdf-list li a{
  color: var(--black);
  text-decoration: underline;
}
/* Form styles */
.form-ctn {
  display: flex;
padding-bottom: 50px;
padding-top: 20px;
flex-direction: column;
max-width: 728px;
    margin: 0 auto;
}

form#form1 {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
}
input#fname,input#lname,input#email,.form-textarea {
    background: white;
    min-height: 45px;
    width: 100%;
    border-radius: 20px;
    padding-left: 10px;
    margin: 10px 0;
}

.form-textarea {
  min-height: 200px;
  border:none;
  padding-top: 10px;
}
input.btn-primary.form-btn {
    margin-top: 20px;
}
@media only screen and (min-width: 1540px)
{

}

@media only screen and (max-width: 1440px)
{

}

@media (min-width: 1200px) and (max-width: 1400px)
{


}
@media only screen and (max-width: 1199px)
{
/**/


}

@media (min-width: 992px) and (max-width: 1199px)
{
.welcome-text h1 { font-size: 35px; margin-bottom: 30px; }
.welcome-text p { margin-bottom: 30px; }

.clinical-counslr__text h3 { font-size: 25px; margin-bottom: 35px; }
.clinical-counslr__text ul li { padding-right: 10px; }
.clinical-counslr__text ul li:nth-child(2n) { padding-left: 20px; }


.third-sectBx__text h3 { font-size: 25px; width: 100%; }
.third-sectBx__text ul li { width: 100%; }
.third-sectBx__text h4 { font-size: 25px; }

.workshops-blur-sect .row { margin: 0 -15px; }
.workshops-blur-sect ul li { padding: 0 15px; }

.workshop-box h3 { font-size: 25px; }

}

@media only screen and (max-width: 991px)
{


.main-header { padding: 0 20px; margin-bottom: 20px; }
.main-header__row { padding: 20px; justify-content: center; }

.welcome-sect { padding: 0 20px 20px; }
.welcome-text { padding: 20px 0; }
.welcome-text__row { max-width: 100%; }
.welcome-text h1 { font-size: 40px; margin-bottom: 20px; }
.welcome-text p { margin-bottom: 20px; }

.clinical-counslr-sect { padding: 20px 5px 20px; }
.clinical-counslr-sect .row { flex-direction: column-reverse; }

.clinical-counslr__img { padding: 0; margin-bottom: 20px;}
.clinical-counslr__text h3 { font-size: 22px; font-weight: 300; margin-bottom: 16px; }
.clinical-counslr__text ul {}
.clinical-counslr__text ul li { width: 100%; padding: 0; margin-bottom: 20px; }
.clinical-counslr__text ul li:last-child { margin-bottom: 0; }
.clinical-counslr__text ul li:nth-child(2n) { padding: 0; }


.third-sect { padding: 0 20px; }
.third-sect ul li { width: 100%; margin-bottom: 10px; }
.third-sectBx__text { padding: 20px 0; }
.third-sectBx__text h3 { font-size: 22px; width: 100%; padding-top: 60px; }

.third-sectBx__text h4 { font-size: 22px; margin-bottom: 10px; }

.workshops-blur-sect { padding: 0 20px 20px; }
.workshops-blur-sect .row { margin: 0 -15px; }
.workshops-blur-sect ul li { padding: 0 0; }
.workshop-box { padding-top: 30px; margin-top: 30px; }
.workshop-box h3 { font-size: 22px; }
.workshop-box p { min-height: 0; }

.footer { padding: 0 20px; }

}
@media (min-width: 768px) and (max-width: 1199px)
{

}

@media only screen and (max-width: 767px)
{



}

@media only screen and (max-width: 575px)
{

}
@media only screen and (max-width: 479px)
{

}
@media only screen and (max-width: 374px)
{
}
