/*
Theme Name: VW Health Care Child Theme
Theme URI:#
Author: #
Author URI: #
Description: #
Version: 9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: vw-healthcare

*/

.myHeader {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  background: url(https://www.schizlife.com/wp-content/uploads/2023/03/bghead.jpg);

  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cta {
  background: url(https://www.schizlife.com/wp-content/uploads/2023/03/bghead.jpg) !important;

  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;

}
.myHeader h1 {
  font-size: 42px;
  color: #fff;
}
.myHeader p{
  color: #fff;
  margin-bottom: 30px;
}
a.hButton {
  background: #f9dd57;
  padding: 10px 20px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s;
}
a.hButton:hover {
  padding: 12px 30px;
  background: #d5bf59;
}
.box {
  width: 50%;
  padding: 5rem;
}
.boxmain {
  display: flex;
  gap:50px;
}
.box.half-left {
  background: #3c3c3c91;
  
}
.box.half-right {
  background: #0e5a35;
 
}

.contentBox.col-12 h2 {
  font-size: 42px;
  font-weight: 900;
}
.contentBox.col-12 {
  border-bottom: dotted #009688;
  padding-bottom: 50px;
}
.contentBox.col-12 {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}
.contentBox.col-12 p {
  margin-bottom: 40px;
}

.oneBox {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 5rem;
  color:#fff;
}
.oneBox h2 {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .boxmain {
    display: block;
    
  }
  .box {
    width: 100%;

  }
  .contentBox.col-12 {
    display: block;
  }
  .col-6 {
    width:100%;
    margin-bottom: 20px;
  }
  .mBoxx {
    display: block !important;
}
.oneBox {
  padding: 1rem;
}
}



.animate.pop {
  animation-duration: 0.5s;
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


.bodySecond{
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myBlogsbody{
  display: flex;
}


