body {
  font-family: 'Roboto', sans-serif;
  background:#f8f8f8;
}
:focus{
    outline: none;
}
/*button:focus,input:focus {
  outline: none !important;
  box-shadow: none !important;
  border:initial !important;
  outline-offset: 0px !important;
}
.btn:focus,.btn:active,.btn.active{
  outline: none !important;
  box-shadow: none !important;
  border:initial !important;
  margin-left: 1px;
  margin-right: 1px;
}*/
.btn:focus,.btn:active,.btn.active{
  outline: none !important;
  box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  /*font-family: 'Roboto', sans-serif;*/
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 38px;
  font-weight: 200;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 15px;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
.space_top{
    padding-top: 70px !important;
}
.space_top_30{
    padding-top: 30px !important;
}
.space_top_40{
    padding-top: 40px !important;
}
.space_bottom_20{
    padding-bottom: 20px !important;
}
.space_bottom_40{
    padding-bottom: 40px !important;
}
.space_bottom_70{
    padding-bottom: 70px !important;
}
.bg-white{
    background: #fff !important; 
}
header {
  padding-top: 5px;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 70px;
  background-color: #fafafa;
  right: 0;
  left: 0;
  margin-bottom: 20px;
  border:1px solid #e9e9e9;
}
header .dropdown button{
  background: none;
}
header .logo {
  display: inline-block;
  margin-top:15px;
}
header .strip_primary {
    padding: 10px 0;
    background: #eff5f8;
    text-align: center;
}
header .navbar-collapse .navbar-nav {
    margin: 0;
    font-size: 17px;
    padding: 0 20px;
}
header .dropdown-menu{
  background: #fff none repeat scroll 0 0;
  height: 100vh;
  left: 0px;
  margin-left: -85px;
  height: auto!important;
  max-width: 300px;
  padding: 0;
  position: absolute;
  margin-top: 15px;
  transition: all .3s ease-in-out 0s;
  width: 290px;
  border-radius: 0;
  box-shadow: none;
}
header .dropdown,header .dropdown.show{
    display: inline-block!important;
}
header .dropdown-menu .strip_primary a{
  border-radius: 50px;
    padding: 10px 30px;
    border-color: #28dbc8;
    color: #fff;
    background-color: #3edfce;
}
header .header_nav.social_footer {
    padding: 20px;
    text-align: center;
}
.navbar-form{
  padding: 0;
  margin-top: 0;
}
.custom_search{
    background: #f5f5f5;
    width: 270px;
    padding: 10px;
    height: 60px;
    right: 0;
    border-radius: 50px;
    transition: all .2s ease-in;
}
.custom_search_input{
      background-color: transparent;
    border: none;
    height: 40px;
    width: 73%;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    color:#333;
    display: inline-block;
}
.custom_search_input::placeholder{
    color:#333;
}
.custom_search_button{
  right: auto;
    top: 10px;
    background: #e3e3e5;
    border: medium none;
    border-radius: 100%;
    float: right;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 16px;
    position: absolute;
}
.dropdown.header-login {
    margin-left: 20px;
}
.header-login .dropdown-menu{
    margin-left: -45px;
    width: 100%;
    margin-top: 8px;
    box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.4);
}

.dropdown.header-login .btn{
    padding: 8px 15px;
    background: #28dbc8;
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
    margin-top: 6px;
}
/*.dropdown.header-login .btn:focus{    
    padding: 9px 15px !important;
    border:0 !important;
}*/
.login-register,.login-register li{
   float: none;
    margin: auto;
}
.login-register li{
    border-bottom: 1px solid #ccc;
}
.login-register li:last-child{
    border-bottom: 0;
}
.login-register li a{
    color: #4c4c4c;
}
.login-register li a:hover{
    color: #3edfce;
    background: none;
}


.download-icon a img{
    width: 150px;
}
.download-icon a+a{
    margin-left: 10px;
}

.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.session_add {
    background: url(../images/bg_book.png) repeat-x 0 bottom;
    min-height: 250px;
    padding: 40px 15px;
    text-align: center;
    color: #151334;
    border-bottom: 1px dashed #d2d2d8;
    border-top: 1px dashed #d2d2d8;
}
.session_add div i {
    font-size: 50px;
    font-weight: 500;
    color: #616971;
    text-align: center;
    margin-bottom: 20px;
    font-style: normal;
}
/*
.session_add p .logo_footer {
    vertical-align: middle;
    margin: 0 0 26px;
}*/
.logo_footer, .play_icon {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
.logo_footer {
    background-position: 0 -264px;
    width: 121px;
    height: 60px;
    margin: -10px 0 25px;
}
.session_add .span {
    display: block;
    opacity: .6;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 20px;
}
.session_add a.btn{
  border-radius: 50px;
  padding: 10px 30px;
  border-color: #28dbc8;
  background: #28dbc8;
}

footer {
    padding: 60px 0 0;
}
.social_footer a {
    height: 34px;
    width: 34px;
    display: inline-block;
    margin-right: 15px;
}
.facebook_icon {
    background-position: 0 -229px;
}
.gplus_icon {
    background-position: -73px -229px;
}
.twitter_icon {
    background-position: -36px -229px;
}

footer ul {
    padding-left: 0;
}
footer ul li a {
    opacity: .6;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.63;
    color: #1c2b4d;
}
footer .copyright {
    font-size: 12px;
    opacity: .6;
    font-family: Roboto;
    font-weight: 500;
    line-height: 1.63;
    color: #1c2b4d;
    margin-bottom: 15px;
}


.fonts{
    line-height: 1;
    margin: auto;
display: inline-block;
}
.fonts div{display: inline-block;}

.oi{
    background: #17C8DC;
    width: 10px;
    height: 32px;
    display: block;
    border-radius: 50px;
    margin-right: 10px;


}
  .w {
  font-family: 'wonderfull';
  background: linear-gradient(to right, #d33684 0%, #b72d8e 50%, #a52695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:4.4rem;
  position: relative;
    font-weight: bolder;
    margin-right: 7px;
    line-height: 100%;

}
.w:after{
    content:'';
    position: absolute;
    top:0;
    transform: rotate(-18deg);
    width: 3px;
    height: 100%;
    background: #f8f6f7;
    margin-left: -27px;
}
  .si {
  background: linear-gradient(to right, #90209e 0%, #90209e 100%);
  width: 10px;
height: 32px;
display: block;
border-radius: 50px;
margin-right: 8px;
  
}
  .ti {
  background: linear-gradient(to right, #7a18a6  0%, #7a18a6  100%);
  width: 10px;
height: 45px;
display: block;
border-radius: 50px;
margin-right: 8px;
  
}
  .fi {
  background: linear-gradient(to right, #6411ae 0%, #6411ae 100%);
  width: 10px;
height: 60px;
display: block;
border-radius: 50px;
  
}
.fonts span{
    display: inline-block;
}
.therapist-logo .fi{
    width: 6px;
    height: 30px;
}
.therapist-logo .ti{
    width: 6px;
    height: 25px;
    margin-right: 4px;
}
.therapist-logo .si{
    width: 6px;
    height: 20px;
    margin-right: 4px;
}
.therapist-logo .w{
    font-size: 2.8rem;
    margin-right: 4px;
}
.therapist-logo .w:after{
    width: 2px;
    margin-left: -17px;
}
.therapist-logo .oi{
    width: 6px;
    height: 20px;
    margin-right: 4px;
}
.white-logo span{
    color: #fff !important;
    background: linear-gradient(to right, #fff 0%, #fff 100%);
}
.white-logo .w {
  background: linear-gradient(to right, #fff 0%, #fff 50%, #fff 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.white-logo .w:after {
    margin-left: -18px;
    height: 40%;
    background: #bd7185;
    margin-top: 5px;
}

.footer_wave .white-logo .w:after {
    background: #2ec3b4;
}

@media only screen and (max-width: 767px){
  header .dropdown-menu {
      margin-left: 0;
  }
  .download-icon a img {
    width: 130px;
  }
}
  @media(max-width: 480px){
    .custom_search_input {
        width: 53%;
    }
    .session_add div i {
      font-size: 28px;
    }
    .session_add .oi {
      width: 6px;
      height: 19px;
      margin-right: 6px;
    }
    .session_add .w{
      font-size: 2.6rem;
      margin-right: 3px
    }
    .session_add .w:after{
      margin-left: -16px;
      width: 2px;
    }
    .session_add .si{
      width: 6px;
      height: 20px;
      margin-right: 5px;
    }
    .session_add .ti{
      width: 6px;
        height: 30px;
        margin-right: 5px;
    }
    .session_add .fi{
      width: 6px;
        height: 40px;
    }
    .session_add .span{
      font-size: 17px;
    }
  }
 @media(max-width: 360px){
        .dropdown.header-login{
          margin-left: 20px;
        }
    .dropdown.header-login .btn{
      padding: 3px 10px;
        font-size: 22px;
        margin-top: 12px;     
    }
    .custom_search {
        width: 135px;
        height: 50px;
        margin-top: 5px;
        padding: 5px;
    }
    .custom_search_button{
      top: 16px;
      height: 40px;
      width: 40px;
    }
    #dropdownMenuButton{
      padding: 6px 7px;
    }
  }