/*
  * Author : Mesh Creative
  * Website Name : Houston Ketamine Center
  * Version : 1.0
*/
/*------------------------
       Web Fonts css
 ------------------------*/
@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#CalibriRegular') format('svg');
}
/*---------------------
       Global css
---------------------*/
html { position:relative; min-height:100%;}
* { padding:0; margin:0; }
body { background:#fff; overflow-x:hidden; font-size: 16px; line-height: 24px; font-family: "CalibriRegular"; color: #333333; }
ul , li  { list-style:none; margin: 0; padding: 0; }
a { text-decoration:none; outline:none; }
a:hover , a:focus { text-decoration:none; outline:none; }
select { outline:none;}
select:focus { outline:0;}
a img { border:none; }
.clr { clear:both; height:0px;}
a {  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
/*-------------------
     Typography
-------------------*/
h1 { font:300 48px "Lato"; color: #212377; margin: 0 0 20px; position: relative; padding: 0 0 15px;}
h1:after { width: 165px; position: absolute; left: 0; bottom: 0; background: #c1272d; height: 2px; content: "";}
h2 { font:600 48px/60px "Raleway"; color: #fff; margin: 0 0 15px;}
h3 { font:400 52px/70px "Raleway"; margin: 0 0;}
h4 { font:700 24px/30px "Raleway";  margin: 0 0 15px;}
h5 { font: 44px/44px "AmaticSCRegular"; color: #e30613; margin: 0 0 20px;}
p  { margin: 0 0 25px;}
p strong { font-size: 24px; line-height: 30px; font-weight: normal;}
/*-------------------
     Buttons
-------------------*/
.btn {   
  padding: 10px 30px;  
  font-size: 18px; 
  line-height: 30px;     
  border-radius: 5px; 
  color: #fff; 
  border: 0 solid #fff;
  background: #c1272d; 
  display: inline-block;
}
.btn:hover , .btn:focus { 
  background: #333; 
  color: #fff;  
}
.btn-secondary { background: none; border: 2px solid #fff; }
.btn-secondary:hover { color: #e30613; background: #fff; }
.btn-third  { background:#000 !important; font-size: 14px; padding: 10px 20px;}
.btn-third:hover { background: #e30613 !important;}

.read-more-link { color: #333333; border-bottom: 1px dotted #b2b2b2; padding: 0 0 2px;}
.read-more-link:hover , .read-more-link:focus { color: #333333; border-bottom: 3px solid #e30613;}
.dot-border-top { border-top: 1px dotted #b2b2b2; }
.dot-border-bottom { border-bottom: 1px dotted #b2b2b2; }
/*-------------------
     Forms 
-------------------*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea { width: 100%; border: 1px solid #cecece !important; padding: 10px 15px; border-radius: 0; height: auto; font-size:18px;  line-height: 28px ; color: #333;}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover { box-shadow: 0px 0px 0px 1px #cecece;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus { background: #f9f9f9; box-shadow: none;}

textarea { resize: none; }
input[type="submit"] { background: #e30613; }
input[type="submit"]:hover { background: #333; }
input:focus , textarea:focus { outline: none; }
input::-moz-placeholder { opacity:1;}

/* Check box Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px; line-height:20px ; color: #666666; margin: 0; font-weight: normal;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;  
  background: url(../img/check-off.jpg) 0 0 no-repeat;
  border-radius: 0px;  
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;  
  background: url(../img/checked.jpg) 0 0 no-repeat;
  border-radius: 0px;  
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}

label { color: #666; font-weight: normal; margin: 0 0 10px; }
/*-------------------
     Forms Close
-------------------*/
.dropdown-menu { border-radius: 0; margin: 0; padding: 0; }
.dropdown-menu li { width: 100%;}

/*--------------------
      Header css 
---------------------*/
.main-header { width: 100%; position: absolute; left: 0; top: 0; z-index: 1000; }
.hkc-logo { width: 440px; display: block; margin: 30px 0 0;}
.top-right-menubar { position: fixed; top: 0; right: 0; background: #c1272d; padding: 20px 20px 20px 50px; min-height: 100px; -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
.top-right-menubar:hover { background: #212377;}
.menu-icon { width: 70px; float: left; display: block; padding: 0 0 20px; margin: 0 60px 0 0;}
.menu-icon span { width: 100%; position: relative; margin: 24px 0 0; height: 4px; background: #fff; display: block;}
.menu-icon span:after , .menu-icon span:before { width: 100%; height: 4px; position: absolute; top: -20px; left: 0; background: #fff; content: "";}
.menu-icon span:after { top: 20px;}
.top-phone { font:300 30px/30px "Lato"; color: #fff; float: right; margin: 14px 0 0 0;}
.fix-nav .top-phone { display: none; }
.fix-nav { padding: 20px 20px 20px 40px;}
.fix-nav .menu-icon { margin: 0 20px 0 0; width: 50px;}

.show-menu { width: 390px; position: fixed; top: 0; right: -390px; background: #c1272d; padding: 35px 0; z-index: 9999; height: 100%; -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;} 
a.close-menu { float: right; font: 700 30px/30px "Raleway"; color: #fff; margin: 0 40px 25px 0;}
.menu-items { width: 100%; float: left;}
.menu-items li { width: 100%; float: left; border-bottom: 1px solid #da7d81;}
.menu-items li a { width: 100%; float: left; display: block; font: 400 30px/36px "Raleway"; color: #fff; padding: 20px 30px;  }
.menu-items li a:hover ,.menu-items li a:focus { background: #b91f25;}
.menu-address { width: 100%; float: left;padding: 40px 30px; font-size: 36px; line-height: 48px; color: #fff;}
.menu-address strong { font-size: 48px; width: 100%; display: block; }
.menu-overlay { width: 0; height: 100%; position: fixed; top: 0; right: 0; background: rgba(255,255,255,.8); z-index: 9998; -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
    .menu-in { overflow: hidden;}
.menu-in .menu-overlay { width: 100%; }
.menu-in .show-menu { right: 0;}

/*-------------------------
      Main Banners css 
--------------------------*/

.main-banner { width: 100%;}
.main-banner img { width: 100%; }
.main-content-section { width: 100%;}

.why-choose-sec { width: 100%; background: #2e3192;}
.why-choose-list { width: 100%; float: left; }
.why-choose-list li { width: 33.33%; float: left; text-align: center; position: relative; min-height: 320px;}
.why-choose-list-over { width: 100%; position: absolute; bottom: 0; left: 0; padding: 50px 30px 45px; -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
.why-choose-list-over h2 { -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
.why-choose-list li a { font: 400 22px/30px "Raleway";  color: #fff; }
.why-choose-list li a:hover { text-decoration: underline;}
.why-choose-list li:hover .why-choose-list-over { cursor: pointer; background: #212377; padding:65px 20px 45px; }

.why-choose-list li h2 { font-size: 26px; line-height: 30px; color: #fff; height: 70px; }
.why-choose-list li h3 { font-size: 20px; line-height: 24px; color: #83ccfe; margin-bottom: 15px; height: 40px;}
.why-choose-list li p { font-size: 18px; line-height: 24px;  color: #fff;  }

.why-choose-list li:hover h2 { font-size: 27px; line-height: 33px; margin: 0 0 35px;}



.houston-ketamine-center-sec { width: 100%; padding: 80px 0 50px;}

.stop-suffering-sec  { width: 100%; padding: 40px 0; background: #e8f0f4 url(../img/vector-logo.png) 90% 50% no-repeat;}
.stop-suffering-sec h2 { color: #333333; font-weight: 700; font-size: 44px; text-align: center; margin: 40px 0;}
/*--------------------------------
          Footer css 
---------------------------------*/
.main-footer { width: 100%; padding: 40px 0 90px; background: #212377; } 
.foot-logo-sec { width: 100%; margin: 0 0 40px}
.footer-links { width: 100%;}
.footer-links li { width: 100%; margin: 0 0 12px;}
.footer-links li a { font: 400 18px/24px "Raleway"; color: #fff;}
.footer-links li a span { color: #83ccfe; width:30px  ; float: left; font-size: 24px; font-weight: 700;}
.footer-links li a:hover ,.footer-links li a:focus { color: #83ccfe;}
.main-footer h4 { color: #83ccfe;}

#elevator_item {width: 19px; height: 26px; position: fixed; right: 30px; bottom: 20px; -webkit-transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; opacity: 1; z-index: 999; display: none; -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
#elevator_item.off { opacity: 0; visibility: hidden }
#elevator { display: block; width: 19px; height: 26px; background: url(../img/scroll-icon.png) center center no-repeat; border-radius: 0px; box-shadow: 0 0 0 rgba(0,0,0,.2); cursor: pointer; margin-bottom: 0 }

#elevator_item:hover { 
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

.scrollable {
  position: relative;
}
.scrollable:focus {
  outline: 0;
}
.scrollable .viewport {
  position: relative;
  overflow: hidden;
}
.scrollable .viewport .overview {
  position: absolute;
}
.scrollable .scroll-bar {
  display: none;
}
.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0; z-index: 1;
  height: 100%;
}
.scrollable .scroll-bar .thumb {
  position: absolute;
}
.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}
.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*Gray skin*/
.scrollable.gray-skin {
  padding-right: 0; height: 100%; width: 100%; float: left;
}
.scrollable.gray-skin .scroll-bar {
  border: 1px solid #c1272d;
  background-color: #c1272d;
}
.scrollable.gray-skin .scroll-bar .thumb {
  background-color: #b01d23;
}
.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: #b01d23;
}
.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.page-title-banner { width: 100%; min-height: 400px; background-position: 50% 0; background-repeat: no-repeat; background-size: cover;}
.content-sec-inner { padding: 0 50px 0 0;}
.about-thumb-hr { padding: 0 0 0 200px; max-width: 750px; position: relative; z-index: 11;}
.about-thumb-vr { width: 100%; float: left;}

.list-bullets-sec { width: 100%; padding: 0 80px;}
.list-bullets { width: 100%;}
.list-bullets li { width: 100%; position: relative; margin: 0 0 25px;}
.list-bullets li:before { width: 10px; height: 10px; border-radius: 100%; background: #c1272d;  position: absolute; left: -30px; top: 7px; content: "";}

.how-work-boxes { padding: 25px 70px; background: #eaf2f6; min-height: 460px; margin: 20px 0 ;}
.how-work-boxes h2 { text-align: center; font: 300 30px/30px "Lato"; color: #212377; margin: 0 0 30px;}
.how-works-list { width: 100%;}
.how-works-list h3 { width: 100%; margin: 0 0 2px; font: bold 24px/24px "CalibriRegular"; color: #c1272d; }

.faq-list-sec { margin:30px -14px 0;}
.faq-list { padding: 15px 15px 0; float: left; width: 100%; margin: 0 0 10px;}
.faq-list-sec .faq-list:nth-child(even) { background: #eaf2f6;}
.faq-list h4 { font-family: "CalibriRegular"; font-weight: 400;}
.faq-list .list-bullets { padding-left: 40px;}

.list-bullets { padding-left: 60px;}

.social-icons { width: 100%; margin: 20px 0 0;}
.social-icons a { display: inline-block; margin: 0 10px 0 0; font-size: 20px; color: #83ccfe; }
.social-icons a:hover { color: #fff; } 