@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Merriweather:wght@700&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Merriweather:wght@700&family=Roboto+Condensed&family=Varela+Round&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html body{
    overflow-x: hidden;
    background-color: #fffefe;
}

/* headers size */
h1{
    font-size: 2.9em;
}
h2{
  font-size: 1.9em;
}
h3{
  font-size: 1.4em;
}
h4{
  font-size: 1.2em;
}
hr{
  width: 60px;
  height: 2px;
  background-color: #2a2a2a;
}
/* header size ends */

/* phones/tablets */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) 
  and (orientation: portrait) { 
    
    /* banner/image1 */
    #banner .bannerTxt{
      padding: 20px !important;
  }
  #banner .bannerTxt h2{
     font-size: 1.5em !important;
  }
  #banner .bannerTxt span{
     font-size: 15px !important;
  }
  #banner .bannerTxt a{
    font-size: 15px !important;
    padding: 5px 10px !important;
  }
    /* banner/image ends */

    /* typesOfThereapy */
    #types .type1, .type2{
      padding: 0 !important;
    }
    .type1 ul li{
      font-size: 15px !important;
    }
    .type2 ul li{
      font-size: 15px !important;
    }
    .type1 ul li::first-letter{
      font-size: 20px !important;
    }
    .type2 ul li::first-letter{
      font-size: 20px !important;
    }
    #types .typesHeading h2{
      font-size: 1.5em !important;
    }
     /* typesOfThereapy ends */

     /*  online form */
     #onlineForm{
      padding: 0em !important;
    }
    #online .left .copy p{
      padding: .1em !important;
      font-size: .5rem !important;
    }
     /*  online form ends */
}

/* landscape */
@media only screen 
  and (min-device-width: 661px) 
  and (max-device-width: 915px) 
  and (orientation: landscape) { 

    /* banner/image1 */
    #banner .bannerTxt{
      padding: 15px !important;
  }
  #banner .bannerTxt h2{
     font-size: 1.5em !important;
  }
  #banner .bannerTxt span{
     font-size: 15px !important;
  }
  #banner .bannerTxt a{
    font-size: 15px !important;
    padding: 5px 10px !important;
  }
    /* banner/image ends */

     /* typesOfThereapy */
     #types .type1, .type2{
      padding: 0 !important;
    }
    .type1 ul li{
      font-size: 15px !important;
    }
    .type2 ul li{
      font-size: 15px !important;
    }
    .type1 ul li::first-letter{
      font-size: 20px !important;
    }
    .type2 ul li::first-letter{
      font-size: 20px !important;
    }
    #types .typesHeading h2{
      font-size: 1.5em !important;
    }
     /* typesOfThereapy ends */

      /*  online form */
      #onlineForm{
        padding: 0em !important;
      }
       /*  online form ends */
}

/* phones/tablets end*/

/* navbar   */
.navbar-brand img{
    border-radius: 10em;
    width: 66%;
    padding: 0.1em;
}
#navbarSupportedContent ul li a{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(0, 0, 0);
}
.navbar-toggler:focus, .navbar-toggler:hover {
    border: #0D0D0D;
}
@media (max-width: 994px){
    .fa, .fas {
        font-size: 30px;
        color: #0D0D0D;
    }
  
}

.stroke ul li a,
#navbarSupportedContent.fill ul li a {
  position: relative;
}
.stroke ul li a:after,
#navbarSupportedContent.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  height: 30%;
  content: '.';
  color: transparent;
  background: #19C4FF;
  height: 1px;
}
.stroke ul li a:hover:after {
  width: 50%;
  height: 7%;
}
#navbarSupportedContent.fill ul li a {
  transition: all 2s;
}
#navbarSupportedContent.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
#navbarSupportedContent.fill ul li a:hover {
  color: rgb(0, 0, 0);
  z-index: 1;
}
#navbarSupportedContent.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
/* navbar ends  */

/* banner/image */
#banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url('imgs/banner/liza.jpg') center/cover no-repeat fixed;
    height: 70vh;
    width: 100%;
}
#banner .bannerTxt{
    height: 50vh;
    padding: 5em;
}
#banner .bannerTxt h2{
    font-family: 'Merriweather', serif;
    line-height: 1.6em;
    color: #fff;
}
#banner .bannerTxt span{
   font-size: 20px;
   font-weight: 400;
   font-family: 'Libre Baskerville', serif;
   padding: .3em;
   margin-bottom: 30px;
   color: #fff;
}
#banner .bannerTxt a{
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: rgb(16, 15, 15);
    padding: 10px 15px;
    background: #fdf4f4;
    margin-top: 15px;
}
#banner .bannerTxt a:hover{
  background: rgb(58, 107, 255);
  transition: ease-out .3s;
   border: 2px solid rgb(58, 107, 255);
  color: #fafafa;
  cursor: pointer;
}
/* banner/image ends */

/* services */
#service{
  margin-top: 20px;
  padding: 1em;
}
#service h1{
  font-family: 'Merriweather', serif;
  padding: .2em;
}
#service .serviceText{
  padding: 1em;
}
#service .serviceText h3{
  padding: .2em;
  font-family: 'Merriweather', serif;
}
#service .serviceText p{
  font-size: 17px;
  font-family: 'Libre Baskerville', serif;
  padding: .9em;
  line-height: 1.6em;
  justify-content: center;
  line-height: 1.6em;
}
#service .serviceText ul {
  margin-top: 15px;
  padding: 1.1em;
}
#service .serviceText ul li{
  padding: .2em;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.6em;
  list-style-type: none;
  padding: .7em;
}
/* services ends */

/* typesOfThreapy */
#types{
   padding: 1em;
   overflow: hidden;
   background-color: #D9D9D9;
}
#types .typesHeading h2{
  padding: .2em;
  font-family: 'Merriweather', serif;
}
#types .type1, .type2{
  padding: 1.2em;
}
.type1{
  width: 50%;
  float: left;
}
.type1 ul li::first-letter{
  font-size: 30px;
  font-weight: 600;
  margin-right: 1px;
}
.type1 ul li{
  padding: .5em;
  margin: .2em;
  font-size: 19px;
  list-style: none;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.6em;
}
.type2{
  width: 50%;
  float: right;
}
.type2 ul li::first-letter{
  font-size: 30px;
  font-weight: 600;
  margin-right: 1px;
}
.type2 ul li{
  padding: .5em;
  margin: .2em;
  font-size: 19px;
  list-style: none;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.6em;
}
/* typesOfThreapy ends */

/* process/payment */
#processPayment{
  padding: .8em;
  margin: .5px auto;
}
#processPayment .process{
  text-align: center;
  padding: 2em;
}
#processPayment .process h3{
  padding: .1em;
  font-family: 'Merriweather', serif;
}
#processPayment .process p{
  font-size: 20px;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.6em;
 padding: .5em;
 text-align: center;
}
#processPayment .payment{
  text-align: center;
  padding: 2em;
}
#processPayment .payment h3{
  padding: .1em;
  font-family: 'Merriweather', serif;
}
#processPayment .payment ul li{
  padding: .7em;
  margin: .1em;
  font-size: 18px;
  list-style: none;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.6em;
}
/* process/payment ends */

/* money */
#money{
  background-color: #D9D9D9;
  padding: 1em;
}
#money h3{
  padding: .1em;
  font-family: 'Merriweather', serif;
}
#money span{
  display: block;
  font-size: 19px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  padding: .3em;
  margin-bottom: 10px;
}
/* money ends */

/*  online form */
#onlineForm{
  padding: 2em;
  --primary-blue: #233975;
}
#onlineForm h2{
  padding: .2em;
  font-family: 'Merriweather', serif;
}
#onlineForm a{
  text-decoration: none;
  color: var(--primary-blue);
}
#onlineForm a:hover{
  text-decoration: underline;
}
#onlineForm .small{
  font-size: 80%;
  text-align: center;
}
#onlineForm .split-screen{
  display: flex;
  flex-direction: column;
}
#onlineForm .left{
  height: 200px;
}
#online .left .copy p{
  padding: .1em;
}
#onlineForm .right{
  background-color: #e2e2e2;
}
#onlineForm .left{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
  url("imgs/onlineForm/service3.jpg") center/cover no-repeat;
  
}
#onlineForm .left, .right{
  display: flex;
  justify-content: center;
  align-items: center;
}
#onlineForm .left .copy{
  color: white;
  text-align: center;
  --webkit-font-smoothing: antialiased;
  --moz-osx-font-smoothing: grayscale;
}
#onlineForm .copy p{
  font-weight: 500;
  margin: 1em 0;
  font-size: 1rem;
  font-size: 20px;
  font-family: 'Libre Baskerville', serif;
}
#onlineForm .right .copy{
  color: black;
 text-align: center;
}
.login-container{
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

#onlineForm .right .copy span{
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  padding: .3em;
  margin-bottom: 5px;
}
#onlineForm .right form{
  width: 328px;
}
form input[type="text"], form input[type="email"],
form input[type="tel"]{
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius:8px;
  border: 1px solid #c4c4c4;
  padding: 1em;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
label{
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Libre Baskerville', serif;
  margin-top: 10px;
}
#onlineForm .signup-btn{
  display: block;
  width: 100%;
  background: var(--primary-blue);
  color: white;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  border: none;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#onlineForm .signup-btn:hover{
  background: #060606;
  cursor: pointer;
}
@media screen and (min-width: 900px){
  #onlineForm .split-screen{
      flex-direction: row;
      height: 90vh;
  }
  #onlineForm .left, .right{
      display: flex;
      width: 50%;
      height: auto;
  }
}
@media (max-width: 899px){
  #onlineForm .right{
    height: 900px;
  }
  #onlineForm .left{
    height: 400px;
  }
}
/*  online form ends */













/* footer */
footer{
  width: 100%;
}
#footerBackground{
  padding: 1em;
  margin-top: 1.2em ;
  background: rgb(100, 99, 99);
}
.footerContain{
  background: rgb(100, 99, 99);
padding: 1em;
margin-top: 2em;
text-align: center;
justify-content: center;
}
.footerContain img{
  border-radius: 50%;
  margin: 10px auto;
}
.footerContain .footerImg p{
  font-weight: 600;
  font-family: 'Varela Round', sans-serif;
  padding: 5px;
  color: #fff;
}
.footerContain .footerImg span{
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  padding: 2em;
  color: #fff;
  text-align: center;
}
.footerContain .footerImg hr{
  width: 100%;
  height: 1px;
}
.footerInfo p{
  padding: 0.3em;
  color: #fff;
}
.footerInfo h4{
  margin-top: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}
.footerInfo .fa{
  font-size: 19px;
  color: #fff;
  padding: .4em;
  float: left;  
  padding-left: 1.2em; 
}
.footerLinks ul{
  padding: 1em;
  line-height: 1.6em;
}
.footerLinks ul li{
  margin-bottom: 13px;
  color: #fff;
  font-size: 20px;
  list-style: none;
  font-family: 'Varela Round', sans-serif;
}
.footerLinks ul li a{
  color: #fff;
  padding: .2em;
  text-decoration: none;
}
.footerLinks ul li a:hover{
  color: #1b84fc;
}
.line hr{
  width: 100%;
}
.line span{
  color: #fff;
}
/* footer ends */