
@font-face {
    font-family: 'Monterchi';
    src: url('Monterchi-Regular.woff2') format('woff2'),
        url('Monterchi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni MT';
    src: url('BodoniMT.woff2') format('woff2'),
        url('BodoniMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni MT';
    src: url('BodoniMT-Italic.woff2') format('woff2'),
        url('BodoniMT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



* {
  box-sizing: border-box;
}

body {
  margin: 0;
   font-family: 'Monterchi';
  font-size: 17px;
  
}

.jumbo {
  padding-top: 150px;
  height: 200vh;
}

@media only screen and (max-width:1920px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}
.navbar .navbar-brand
{
    position: relative;
    left: 30px;
    top: 10px;   
}

.navbar .navbar-brand img
{
    width: 100%;
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.5em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;
    
}

.dropdown-menu
{
     border: none;    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
 
   font-size: 1.2em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 10px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}

.landing_page_caption
    {
        margin-top: 7%;
        font-family: 'Bodoni MT';
        font-style: italic;
        font-size: 2.2em;
        color: #94d4af;          
    }
    
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
        font-family: 'Monterchi';
        font-size: 1.3em;         
        line-height: 120%;
        text-align: center;
        margin:3% 20%;
        color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 1%;
    height: auto;
}

.section_caption1 h2
{
         font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 33.33%;
  padding: 20px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 2%;
}
.row2
{
    margin-top: 1%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.5em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.3em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.5em;
    color: #000;
}
.row2 p
{
    text-align: left;
    margin-right: auto;    
     font-size: 1.3em;
}

.bottom_session
    {
        position: relative;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
         font-size: 1.3em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    width: 27%;
   margin-top: 7%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.3em;
        font-weight: 400;
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
  background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
    background-color: #94d4af;
  color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

   
@media only screen and (max-width:1680px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}

.navbar .navbar-brand
{
    position: relative;
    left: 30px;
    top: 10px;
   
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.5em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;    
}

.dropdown-menu
{
     border: none;    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
    font-size: 1.3em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 10px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 7%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.2em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.3em;         
         line-height: 120%;
         text-align: center;
         margin:3% 15%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 1%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 33.33%;
  padding: 20px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 3%;
}
.row2
{
    margin-top: 2%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.5em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.3em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.5em;
    color: #000;
}
.row2 p
{
    text-align: left;
    margin-right: auto;    
     font-size: 1.3em;
}

.bottom_session
    {
        position: relative;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
         font-size: 1.3em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
   width: 27%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.3em;
        font-weight: 400;
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}

.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
   background-color: #94d4af;
     color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}


@media only screen and (max-width:1600px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}

.navbar .navbar-brand
{
    position: relative;
    left: 30px;
    top: 10px;
   
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.5em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;    
}

.dropdown-menu
{
     border: none;    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
    font-size: 1.2em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 10px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 7%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.2em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.3em;         
         line-height: 120%;
         text-align: center;
         margin:3% 15%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 1%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 33.33%;
  padding: 20px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 3%;
}
.row2
{
    margin-top: 2%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.5em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.3em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.5em;
    color: #000;
}
.row2 p
{
    text-align: left;
    margin-right: auto;    
     font-size: 1.3em;
}

.bottom_session
    {
        position: relative;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
         font-size: 1.3em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
   width: 27%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.3em;
        font-weight: 400;
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}

.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
  background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
   color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}
.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}


@media only screen and (max-width:1530px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}

.navbar .navbar-brand
{
    position: relative;
    left: 30px;
    top: 10px;
   
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.5em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;    
}

.dropdown-menu
{
     border: none;    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
    font-size: 1.3em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 10px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 7%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.2em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.3em;         
         line-height: 120%;
         text-align: center;
         margin:3% 12%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 1%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 33.33%;
  padding: 20px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 3%;
}
.row2
{
    margin-top: 2%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.5em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.3em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.5em;
    color: #000;
}
.row2 p
{
    text-align: left;
    margin-right: auto;    
     font-size: 1.3em;
}

.bottom_session
    {
        position: relative;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
         font-size: 1.3em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
   width: 27%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.3em;
        font-weight: 400;
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}

.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
 border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
  background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
    background-color: #94d4af;
      color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}
.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

  
@media only screen and (max-width:1440px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}

.navbar .navbar-brand
{
    position: relative;
    left: 30px;
    top: 10px;
   
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.5em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;    
}

.dropdown-menu
{
     border: none;    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
    font-size: 1.2em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 10px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 7%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.2em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.3em;         
         line-height: 120%;
         text-align: center;
         margin:3% 10%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 1%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 33.33%;
  padding: 20px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 3%;
}
.row2
{
    margin-top: 2%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.5em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.3em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.5em;
    color: #000;
}
.row2 p
{
    text-align: left;
    margin-right: auto;    
     font-size: 1.3em;
}

.bottom_session
    {
        position: relative;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
         font-size: 1.3em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
   width: 27%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.3em;
        font-weight: 400;
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}

.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
 border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
   background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
   background-color: #94d4af;
     color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:1366px) 
{
.navbar1
{
    display: none;
}


navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}
.navbar .navbar-brand
{
    position: relative;
    left: 30px;
    top: 10px;   
}
.navbar .navbar-brand
{
    position: relative;
    left: 10px;
    top: 10px;   
}
.navbar .navbar-brand img
{
    width: 80%;
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.3em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
      text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;
    
}


.dropdown-menu
{
     border: none;
    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
 
   font-size: 1.1em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 20px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 9%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.2em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.2em;         
         line-height: 120%;
         text-align: center;
         margin:3% 10%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 3%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 33.33%;
  padding: 20px;
  height: 250px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 2%;
}
.row2
{
    margin-top: 2%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.4em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.2em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.4em;
    color: #000;
}
.row2 p
{
    text-align: left;
     margin-right: auto;
     font-size: 1.2em;
}

.bottom_session
    {
        position: relative;
        margin-top: 4%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
         font-size: 1.2em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
    width: 22%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.2em;
        font-weight: 400;
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}
.contact_circle img
{
    width: 70%;
}


.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
  background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
    color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:1280px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}
.navbar .navbar-brand
{
    position: relative;
    left: 30px;
    top: 10px;   
}

.navbar .navbar-brand
{
    position: relative;
    left: 10px;
    top: 10px;   
}
.navbar .navbar-brand img
{
    width: 85%;
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.3em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
     text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;
    
}


.dropdown-menu
{
     border: none;
    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
 
   font-size: 1.1em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 20px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 9%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.2em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.2em;         
         line-height: 120%;
         text-align: center;
         margin:3% 8%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 3%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 33.33%;
  padding: 20px;
  height: 250px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 2%;
}
.row2
{
    margin-top: 2%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.4em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.2em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.4em;
    color: #000;
}
.row2 p
{
    text-align: left;
     margin-right: auto;
     font-size: 1.2em;
}

.bottom_session
    {
        position: relative;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
         font-size: 1.2em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
    width: 22%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.2em;
        font-weight: 400;
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}
.contact_circle img
{
    width: 70%;
}


.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
 border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
  color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}
.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}


@media only screen and (max-width:1024px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}
.navbar .navbar-brand
{
    position: relative;
    left: 10px;
    top: 10px;   
}

.navbar .navbar-brand img
{
    width: 85%;
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.3em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;
    
}


.dropdown-menu
{
     border: none;
    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
 
   font-size: 1.1em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 20px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 9%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.0em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.2em;         
         line-height: 120%;
         text-align: center;
         margin:3% 20%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 3%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 200px auto !important;  
  height: 150px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.4em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.2em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.4em;
    color: #000;
}
.row2 p
{
    text-align: left;
     margin-right: auto;
     font-size: 1.2em;
}

.bottom_session
    {
        position: relative;
        margin-top: 4%;
        margin-left: 9%;
        margin-right: 9%;
        text-align: center;
         font-size: 1.2em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
      
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.2em;
        font-weight: 400;
        
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}
.contact_circle img
{
    width: 40%;
    display: none;
}


.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
 border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
   background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
  color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:992px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 100px;
}
.navbar .navbar-brand
{
    position: relative;
    left: 10px;
    top: 10px;   
}

.navbar .navbar-brand img
{
    width: 85%;
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.3em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    text-transform: uppercase;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;
    
}


.dropdown-menu
{
     border: none;
    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
 
   font-size: 1.1em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 20px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 9%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 2.0em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.2em;         
         line-height: 120%;
         text-align: center;
         margin:3% 20%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 3%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 200px auto !important;  
  height: 150px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.4em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.2em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.4em;
    color: #000;
}
.row2 p
{
    text-align: left;
     margin-right: auto;
     font-size: 1.2em;
}

.bottom_session
    {
        position: relative;
        margin-top: 4%;
        margin-left: 9%;
        margin-right: 9%;
        text-align: center;
         font-size: 1.2em;
    }


/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
      
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.2em;
        font-weight: 400;
        
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}
.contact_circle img
{
    width: 40%;
    display: none;
}


.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
   background-color: #94d4af;
  color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}
.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}


@media only screen and (max-width:768px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 80px;
}

.navbar .navbar-brand
{
    position: relative;
    left: 10px;
    top: 10px;   
}
.navbar .navbar-brand img
{
    width: 80%;
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.3em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;
    
}


.dropdown-menu
{
     border: none;
    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
 
   font-size: 1.1em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 20px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 13%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.5em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: center;
         margin:3% 20%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 3%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 200px auto !important;  
  height: 150px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.3em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    color: #000;
}
.row2 p
{
    text-align: left;
     margin-right: auto;
     font-size: 1.1em;
}

.bottom_session
    {
        position: relative;
        margin-top: 4%;
        margin-left: 9%;
        margin-right: 9%;
        text-align: center;
         font-size: 1.1em;
    }

    .myhaven
    {
        margin-top: -20px;
    }

    .mindful
    {
        margin-top: -20px;
    }
/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}
.contact_circle img
{
    display: none;
}


.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
 border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
   background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
   background-color: #94d4af;
  color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}
.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}


@media only screen and (max-width:640px) 
{
.navbar1
{
    display: none;
}

.navbar
{
    background: rgba(255,255,255,0.95);
    height: 80px;
}

.navbar .navbar-brand
{
    position: relative;
    left: 10px;
    top: 10px;   
}
.navbar .navbar-brand img
{
    width: 80%;
}

.navbar .navbar-nav .dropdown-toggle
{
    font-size: 1.3em; 
    color: #0c4da2;
    right: 60px;
    top: 10px;
    background: url(../images/menu_background.png) no-repeat center;
    background-size: contain;
    
}


.dropdown-menu
{
     border: none;
    
}

.dropdown-menu li 
{
     height: 45px;
}

.dropdown-menu li a
{
 
   font-size: 1.1em; 
}
.dropdown-menu li a:hover
{
 color: #0c4da2;
}


/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 20px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 13%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.5em;
         color: #94d4af; 
         
    }
.Homepage_background img
{
     margin-top: 4%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: center;
         margin:3% 20%;
           color: #333;
    }

    
/*Section1*/
.section_1
{
    padding-top: 3%;
    height: auto;
   
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 200px auto !important;  
  height: 150px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
    background-size: contain;
    font-size: 1.3em;
    color: #000;
    
}
.row1 p
{
    text-align: left;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
    background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    color: #000;
}
.row2 p
{
    text-align: left;
     margin-right: auto;
     font-size: 1.1em;
}

.bottom_session
    {
        position: relative;
        margin-top: 4%;
        margin-left: 9%;
        margin-right: 9%;
        text-align: center;
         font-size: 1.1em;
    }

    .myhaven
    {
        margin-top: -20px;
    }

    .mindful
    {
        margin-top: -20px;
    }
/*Session 2*/

.section_2
{
    
    height: 100%;
    display:block;
}
.section_caption2 h2
{
        font-family: 'Monterchi';         
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.Therapist_photo img
{
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
   margin-top: 7%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:1.05em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
   
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 150%;
       font-weight: 400;
       
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 50px 0px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        
        
   }

   #more
   {
       display: none;           
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 0%;
    height:100%;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 15%;
}
.contact_circle img
{
    display: none;
}


.contact_caption h2
{
        font-family: 'Monterchi';
       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.3em;
    text-align: center;
    margin-top: 3%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
    background-color: #94d4af;
  color: white;
  padding: 12px 20px;
  border: none;  
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}
.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:428px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 180px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 11%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;        
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
   border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}


@media only screen and (max-width:414px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 180px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 18%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

.feartocalm
{
    margin-top: 30px;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:411px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
 position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 180px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 18%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

.feartocalm
{
    margin-top: 30px;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
   background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
    background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:390px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 180px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 18%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

.feartocalm
{
    margin-top: 30px;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
   background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:375px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 18%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

.feartocalm
{
    margin-top: 30px;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
 border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
   background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:360px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
 position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 18%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

.anxiety
{
    margin-top: 15px;
}
.myhaven
{
    margin-top: -5px;
}

.mindful
{
    margin-top: -3px;
}
.feartocalm
{
    margin-top: 33px;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
   background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
   background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:340px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 18%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

.anxiety
{
    margin-top: 15px;
}
.myhaven
{
    margin-top: -5px;
}

.mindful
{
    margin-top: -5px;
}
.feartocalm
{
    margin-top: 38px;
}

.grief
{
    margin-top: 15px;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
  background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}

input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}

@media only screen and (max-width:320px) 
{
    
   .navbar1
{
    display: block !important;
}
 
    
.navbar
{
    display: none !important;
}
  .navbar1 {
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navbar1 .logo {
  padding: 12px 5px 12px 5px;
  text-align: center;
 
  
}
.navbar1 .logo a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  
}
.navbar1 .logo img
{
    width: 40%;
     margin-left: auto !important;
  margin-right: auto !important;
}

.navbar1 button.burger {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  pointer: cursor;
  outline: none;
}
.navbar1 button.burger span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  margin: 3px 0;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.navbar1 button.burger:focus span:first-child {
  transform-origin: 2px 9px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus span:last-child {
  transform-origin: 2px -5px;
  transform: rotate(-90deg);
}
.navbar1 button.burger:focus + ul {
  max-height: 500px;
}
.navbar1 ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
}
.navbar1 ul.menu > li {
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.2s ease;
}
.navbar1 ul.menu > li:hover {
 // background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
  color: #fff;
}
/*Menu */

.backtotop
{
  position: fixed;  
  float: right;
  width: 40px; 
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  z-index: 500;    
  right: 30px;
  bottom: 25px;
  font-size: 12px;        
  padding: .5px;
  border-radius: 4px;
  display: none;
 
}

/*Intro_Landing page*/
.intro {
	display:table;
	width:100%;	
        height: 100%;
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	color:#fff;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
        
}



.landing_page_caption
    {
        margin-top: 25% !important;
        margin-bottom: 10%;
         font-family: 'Bodoni MT';
         font-style: italic;
         font-size: 1.7em;
         color: #94d4af;       
    }
.Homepage_background
{
     margin-top: 4%;
}

.Home_para1
    {
         font-family: 'Monterchi';
         font-size: 1.1em;         
         line-height: 120%;
         text-align: justify;
         margin-left: 3%;
         margin-right: 3%;
         margin-top: 10%;
           color: #333;
    }

/*Section1*/
.section_1
{
    margin-top: 0px;
    height: auto;
    width:100%;	
        margin-left: auto;
        margin-right: auto;
   
}
.section_caption1 h2
{
     font-family: 'Monterchi';        
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
         
}


/* Create three equal columns that floats next to each other */
.column {
  text-align: center !important;  
  float: left;
  width: 100%;
  padding: 15px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row1
{
    margin-top: 0%;
}
.row2
{
    margin-top: 0%;
}

.row1 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
}
.row1 p
{
    text-align: justify;    
    margin-right: auto;    
    font-size: 1.1em;
}

.row2 h3
{
    text-align: center;
     background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;
    font-size: 1.3em;
    
}
.row2 p
{
    text-align: justify;
     margin-right: auto;
     font-size: 1.1em;
}


.bottom_session
    {
        position: relative;
        margin-top: 18%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        
         font-size: 1.1em;
    }
.bottom_img
{
    margin-top: 0%;
}

.anxiety
{
    margin-top: 15px;
}
.myhaven
{
    margin-top: -5px;
}

.mindful
{
    margin-top: -3px;
}
.feartocalm
{
    margin-top: 33px;
}

/*Session 2*/

.section_2
{
    margin-top: 11%;
    height: 100%;
    display:block;
        margin-left: 0%;
        margin-right: auto;
}
.section_caption2 h2
{
        font-family: 'Monterchi';
         font-size: 1.5em;
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 2% !important;
}

.Therapist_photo 
{
   text-align: center;    
   margin-top: 7%;
   
}

.Therapist_photo img
{
    width: 55%;
}

.name_designation h2
   {
        font-family: 'Monterchi';
         font-size: 1.3em;
         color: #000;
         font-weight: 800;
         line-height: 120%;
         margin-top: 15px;
         text-align: center
   }
   
   .name_designation p
   {
        font-family: 'Monterchi';
         font-size:0.9em;
         color: #000;
         font-style: italic;
         line-height: 80%;
         margin-top: -5px;
         text-align: center
   }
   
   .inner_section2
   {
       padding: 0px;
   }
   .Profile_copy
   {
       height: 100%;
   }
  .Profile_copy .inner_section2 h4
   {
      
         font-family: 'Monterchi';
       font-style: normal;
        font-weight: 600;
         font-size: 1.2em;
   }
    .Profile_copy .inner_section2 p
    {
      
        font-family: 'Monterchi';
       font-style: normal ;
       line-height: 130%;
       font-weight: 400;
      
    }
   
   .Profile_copy
   {
        font-family: 'Monterchi';
        margin : 30px 5px;         
        background: #fff;
        font-size: 1.1em;
        font-weight: 400;
        text-align: justify;
        
   }

   #more
   {
       display: none;     
       
      
   }
   
   .deg_sec
   {
      margin-top: -5px;
   }
   #myBtn
   {
       background: url(../images/Readmore_therapist.png) no-repeat center;
          background-size: contain;                
       border: 1px #94d4af ridge;
   }
   
   /*contact*/
   .section_3
   {
     padding-top: 5%;
     height:100%;
     margin-left: 0%;
     margin-right: auto;
   }
   
   .contact
{
    font-style: normal;
   font-family: 'Arial';      
}
.contact_circle
{
    position: absolute;
    margin-top: 25%;   
    display: none;
    
}
.contact_circle img
{
    width: 25%;
}

.contact_caption h2
{
        font-family: 'Monterchi';       
         color: #000;
         text-align: center;
         background: url(../images/Therapist.png) no-repeat center;
         background-size: contain;      
         margin-top: 7% !important;
}

.contact_mail
{
    font-family: 'Monterchi';
    font-size: 1.0em;
    text-align: center;
    margin-top: 6%;
}
   
   /*form*/
   
input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
 border: 1px solid #fff;
      border-radius: 0px;
  resize: vertical;
  text-align: left;
    background: #94d4af;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #94d4af;
  color: white;
  padding: 10px 15px;
  border: none;  
  width: 120px !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}
input[type=submit]:hover {
  background-color: #0c4da2;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.col-75 {
 text-align: center;
  width: 75%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.col-25
{
  text-align: center;  
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
}
