

*{ 
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: myFirstFont;
    src: url(../font/GlacialIndifference-Regular.otf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


body{
    /* display: block; */
    /* width:100%; */
       font-family: "Open Sans", Glacial Indifference, Arial, sans-serif;*/
       font-family: 'GlacialIndifferenceRegular', serif;
    font-weight: normal; 
    font-style: normal; 
    font-family: myFirstFont;
}

/* Home Page CSS */
 /* *Background Image fade effect  */


.bg_wrapper{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.header_div:hover .bg_wrapper{
    display: none;
}
.bg_wrapper:hover{

}

/* Web transitions */

@keyframes mainHead{
    from{color:rgb(23,47,88);}
to{color:rgb(255,255,255);}
}
@keyframes mainTabTrans{
    from{top:-700px;}
    to{top:-450px;}
}*/


.button_wrapper{
    height:50px;
    width:750px; 
    position: relative;
    top:-450px;
    left:20%;
    animation-name: mainTabTrans;
    animation-duration: 7s;
}
.button_tab{
    background: rgb(56,157,206);
    color: #FFF;
    padding: 5px 20px;
    position: relative;
    top: 6px;
    font-size: 35px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 15px 8px 45px -15px rgb(0,0,0);
}

.heading1{
    position: relative;
    margin:5% auto;
    width:590px;
    font-size: 32px;
    color:rgb(255,255,255);
    animation-name: mainHead;
    animation-duration: 7s;
}

/* Home Page CSS */
.content_wrapper{
    width:80%;
    height:430px;
    margin: 0 auto;

}
.home_tab{
    width:45%;
       background: rgb(255,255,255);*/
    height:150px;
    position: relative;
    float: left;
    left:4%;
    background: rgb(255,255,255);
       background: -webkit-linear-gradient(top,rgb(255,255,255)70%,rgb(239,239,239));
        background: -moz-linear-gradient(top,rgb(255,255,255)70%,rgb(239,239,239));
        background: linear-gradient(from top,rgb(255,255,255)50%,rgb(239,239,239));*/
    border: none;

}
.h_content{
    height: 300px;
    width: 100%;
    position: relative;
    left: 0%;
    background: rgb(255,255,255);
    color: rgb(75,75,75);
       background: -webkit-linear-gradient(top,rgb(255,255,255)50%,rgb(239,239,239));
        background: -moz-linear-gradient(top,rgb(255,255,255)50%,rgb(239,239,239));
        background: linear-gradient(from top,rgb(255,255,255)50%,rgb(239,239,239));*/
    float: left;
       opacity: 0.6;*/
}

.content_p{
    width: 80%;
    text-align: justify;
    line-height: 1.6;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    top: 40px;
       color: rgb(23,47,88);*/
}
.bottom{
    height:1px;
    width:90%;
    margin:0 auto;
    position:relative;
    background:rgb(23,47,88);

}
/* End home page CSS */

/* Meet Us */

.scrollTop{
    height: 100px;
    width:130px;
    position: fixed;
    left:90%;
    top:90%;
    display: none;
    cursor: pointer;
    z-index: 1;
}

/* End Meet Us */
#main_wrapper{
    width:100%;
    height:auto;
    position: relative;
    z-index: 1;
}
#main_head{
    width: 100%;
    height: 135px;
}
.header_wrapper{
    width: 100%;
    height: 125px;
    background: rgb(255,255,255);
    float: left;
    margin: 0 auto;
}
.header_text{
    position: relative;
    top:30%;
    left:12%;
    color: rgb(35,58,97);
    font-size: 20px;
    font-family: Glacial Indifference;
}
.home_logo{
    background: url(../images/Carbone_Clinic_Logo.jpg);
    height: 65px;
    width: 340px;
    float: left;
    position: relative;
    left: 0%;
    top: 10%;
    background-repeat: no-repeat;
}
.logo{
    background: url(../images/Psych_Logo_2.jpg);
    height: 65px;
    width: 340px;
    float: left;
    position: relative;
    left: 3%;
    top: 18%;
    background-repeat: no-repeat;
}
.link-home-1{
    float:left;
}
.link-home-1>img{
    height:40px;
    width: 70px;
}
.contact_head{
    width: 265px;
    position: relative;
    height: 40px;
    left: 45%;
    float: left;
    top: 0px;
    font-size: 15px;
    color: rgb(35,58,97);
}

.contact_head p{
    float: right;
    padding: 3px 0px;
    position: relative;
}

#nav-menu-home{
    width:95%;
    background: rgb(35,58,97);
    height:40px;;
    margin:0 auto;
}
.menu_div{
    position: relative;
    width: 770px;
    height: 40px;
    margin: 0 auto;
}
#nav-menu-home ul{
    list-style: none;

}
#nav-menu-home ul li{
    float:left;
    display: inline-block;
}
#nav-menu-home ul li a{
    text-decoration: none;
    color:rgb(255,255,255);
    display: block;
    position: relative;
    padding:12px 25px;
    font-size: 14px;
}
#nav-menu-home ul li a:hover{
       background: rgb(50,76,119);*/
    background: #e9e9e9;
    color: black;
}
#nav-menu-home ul li li{
    width: 225px;
       border-bottom: 1px solid rgb(255,255,255);*/
}

#nav-menu-home ul li ul.submenu_menulink2 li{
    width:530px;
}
#nav-menu-home ul li ul.submenu_menulink2{
    position: absolute;;
    background: rgb(35,58,97);
    display: none;
    width:530px;
    z-index: 1;
}
#nav-menu-home ul li ul.submenu{
    position: absolute;;
    background: rgb(35,58,97);
    display: none;
    width:225px;
    z-index: 1;
}
#nav-menu-home ul li:hover ul.submenu{display: block;}
#nav-menu-home ul li:hover ul.submenu_menulink2{display: block;}

.menu-active{
    background: rgb(255,255,255);
}

#imgfrmContainer {
    padding-top: 10px;
    width: 620px;
    height: 300px;
    float: right;
    padding-left: 22px;
    position: relative;
    top: 30px;
    padding-bottom: 15px;
}
#sectionDiv{
    position: relative;
    /* height:auto; */
    /* width: 100%; */
	max-width:1100px;
	margin: 0 auto;
}
.sectionFirstDiv{
    width:100%;/* width:80%; */
    margin:0 auto;
	/*padding-top:10px;*/
	background:#FFF;
}
.main-contact-h1{
    position: relative;
    width: 150px;
    color: rgb(35,58,97);
    font-size: 22px;
    font-weight: 600;
}
.h3_page_1 h1{
    color: rgb(35,58,97);
    font-weight: 600;
    font-size: 20px;
    margin:0 auto;
    width:46%;
    position: relative;
    top:0px;
	padding:20px 0px;
}
.h3{
    position: relative;
    left:0%;
    width:600px;
    color: rgb(35,58,97);
       /* font-size: 16px;*/ 
    font-weight: 600;
}
.heading2{
    color: rgb(35,58,97);
    position: relative;
    width:350px;
    font-weight: 600;
    padding-bottom:5px;
    font-size:14px;
}
.profile_container{
    height: 200px;
    width: 80%;
    margin: 0 auto;
}
.profle_pic-1{
    position: relative;
       top: -90px;*/
       left: 113px;*/
    float: left;
       width:168px;*/
}
.profle_pic{
    position: relative;
    top: -90px;
    left: 120px;
    width:168px;
}
.sectionFirstsub h2{
    color: rgb(35,58,97);
    padding-bottom:10px; 
    font-weight: 600;
}
.sectionFirstsub{
    width: 30%;
    height: 115px;
       left: 5%;*/
       margin: 0 auto;*/
    position: relative;
    float: left;
       top: 22px;*/
}
.sectionFirstsub-3{
    width:80%;
    height:115px;
    left:0%;
    margin:0 auto;
    position: relative;
}
.sectionFirstsub-4{
    width:90%;
    height:115px;
    left:0%;
    margin:0 auto;
    position: relative;
}
.sectionSecondSub{
    width:80%;
    height:auto;
    position: relative;
    margin: 0 auto;
    top:25px;
}
.sectionContent{
    width: 100%;
    margin: 0 auto;
    /* height:500px; */
    display: block;
    /* box-shadow: -1px 0px 20px -8px rgb(0,0,0); */
	padding: 30px 0px;
}
.psycho_1{
    height: 190px;
}
.psycho_2{
    height: 190px;
}
.location-image{
    width:770px;
    position: relative;
    height: 400px;
    left:15%;
    top:25px;
}
.contact-2-sectionFirstsub{
    left:0%;
    height:180px;
    width:80%;
    position: relative;
    margin:0 auto;
}
.content_head{
    color: rgb(35,58,97);
    font-weight: 600;
    margin-left:0%;
    position: relative;
    top:0px;
    font-size: 20px;
}
.p_content{
    color: rgb(75,75,75);
    /*width:100%;*/
    width:90%;
    margin-left:0%;
    position: relative;
    top:25px;
    padding:10px 0px; 
    line-height: 1.8;
    text-align: justify;
    font-size: 16px;
}
.p_content2{
    padding: 5px 10px;
    position: relative;
    top:0px;
    font-size: 16px;
    font-weight: 600;
    width:80%;
    margin:0 auto;
}
.p_content2 h4{
    font-weight: 600;
    color:rgb(35,58,97);
       font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
       font-size: 14px;*/
}
.p_content2 ul{
    list-style: none;
    color: rgb(35,58,97);
    line-height: 1.8;
    margin-left:0%;
    width:100%;
    position: relative;
    padding-top: 3%;
}
.link_div{
    position: relative;
    height:500px;
    width: 50%;
    margin: 0 auto;
}
.link_div h3{
    font-weight: 600;
}
.p_link{
    padding: 5px 0px;
    position: relative;
    top:2%;
    margin-left:0%;
}
.p_link a{
    text-decoration: none;
    cursor: pointer;
    color: rgb(75,75,75);
    font-weight: normal;
    font-size: 16px;
}
.p_link a:hover{
    text-decoration: underline;
    color: rgb(35,58,97);
}  

.div_par_contact{
    width:80%;
    margin: 0 auto;
    padding-bottom: 30px;
    height:100px;
}

.contact-1{
     position: relative;
     left:0%;
     height:150px;
     width:410px;
     float:left;
     font-size: 15px;
 }
 .contact-2{
    position: relative;
    left:25%;
    height:150px;
    width:410px;
    float:left;
 }

 
 
 
 
 
 
 /* Extra small devices (phones, 667px and down) */
@media only screen and (max-width: 667px){
	.h3_page_1 h1{
		width:90%;
		text-align:center;
	}
	.p_content{
		width:90%;
		padding:10px 0px; 
	    font-size:15px;
	     line-height: 1.3;
	    
	}
}
 
 

@media only screen and (max-width: 972px){
	.h3_page_1 h1{
		width:90%;
		text-align:center;
	}
	.p_content{
		width:90%;
		padding:10px 0px; 
		font-size:15px;
	}
} 
 




/*@media screen and (min-width:320px) and (max-width:480px){*/
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){

	.h3_page_1 h1{
		width:90%;
		text-align:center;
	}
	.p_content{
		width:90%;
		padding:10px 0px; 
		font-size:15px;
		 line-height: 1.3;
	}
}




/*TPC background*/
.t-home-bg{
    /*background-image: url(..//images/379868497_rendered.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.t-serv-bg{
    /*background-image: url(..//images/20773555_rendered.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.t-meet-bg{
    background-image: url(..//images/28817515.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.t-media-bg{
    background-image: url(..//images/283018481_rendered.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.t-gallery-bg{
    background-image: url(..//images/379868497_rendered.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.t-contact-bg{
    background-image: url(..//images/203436295_rendered.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}