@font-face {
	 font-family: 'AndesNeue Alt 3 Black it';
   src: url(./font/AndesNeueAlt3-Medium.ttf);
 }


@font-face {
	  font-family: 'AndesNeue Alt 3';
   src: url(./font/AndesNeueAlt3-Light.ttf);
 }

:root {
  --white: #fff;
  --black: #000000;
  --grey: #7d7d7d;
  --trans: 0.3s linear;
  --primary: #128F83;
  --secondary: #3C445D;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--primary);
 font-family: 'AndesNeue Alt 3 Black it';
  font-weight: 600;
}

body .h1, h1 {
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: 75px !important;
  }


html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #faf6f2;
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 6px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}


.onlyhome video {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.entry-title {
  display: none;
}
.page-header {
  padding-bottom: 0px;
  margin: 0px;
    margin-top: 0px;
  border-bottom: 0px solid #eee;
}
.abc {
    padding: 120px 0px;
	color: #fff;
}
.wrapper_acc h1 {
  font-weight: 500 !important;
  color: #fff;
}

*{
  font-family: 'AndesNeue Alt 3';
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #3C445D;
}


/*** header */
.fourbox {
  margin-top: -100px;
}
.fourbox .panel-grid-cell {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px #0000004a;
  padding: 30px;
  border-radius: 16px;
 transition: var(--trans);
	height: 169px;
}
.fourbox .panel-grid-cell:hover {
  margin-top:-20px;
}
.fourbox .panel-grid-cell:nth-child(1),.fourbox .panel-grid-cell:nth-child(3){
	 border-bottom: 15px solid #030F4F;
}
.fourbox .panel-grid-cell:nth-child(2),.fourbox .panel-grid-cell:nth-child(4){
	 border-bottom: 15px solid #AACC3A;
}
.projectbox img {
  border: 12px solid #fff;
}
.projectbox h3 {
  color: #fff;
  margin-top: 12px;
  font-size: 25px;
  font-weight: 600;
}
.projectbox p {
  color: #fff;
}
body .sa_owl_theme .owl-dots .owl-dot.active span {
  background-color: #AACC3A !important;
}
body .sa_owl_theme .owl-dots .owl-dot span {
    background-color: #030f4f !important;
}
.projectbox {
  position: relative;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-branding {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bookButton a {
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%);
  color: #fff;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  border-radius: 30px;
  transition: var(--trans);
  text-align: center;
}
.bookButton a:hover {
  background: rgb(136,197,64);
background: linear-gradient(0deg, rgba(136,197,64,1) 0%, rgba(18,143,131,1) 100%);
}

.header-area {
  padding: 15px 0px 15px;
}
.hentry {
  margin: 0px;
}

#slider_358 .projectbox {
  background-color: #AACC3A;
  padding: 10px 24px;
  height: 274px;
}

.ow-button-base span {
  color: #fff;
}
/** fooer */
#colophon {
  background-color: #030F4F;
  padding: 10px 0;
  margin-top: 0px;
}
.fsocial a {
  display: block;
  margin-bottom: 8px;
}
.fsocial a i {
  color: var(--primary);
}
.footerheading h3 {
  color: #fff;
  font-size: 24px;
}
.widget-title {
  border-bottom: 0px solid #eee;
}
.footerheading ul {
  list-style: none;
  padding: 0px;
}
.f-50 img {
  width: 68%;
}
.site-info a {
  font-size: 15px;
  font-weight: 300;
}

footer .social1 i {
  font-size: 11px;
  background-color: #AACC3A;
  padding: 8px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: var(--trans);

}


.textgradiant h2 {
  background: -webkit-linear-gradient(#128F83, #88C540);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 600;
}

.textgradiant h1 {
 font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
}
.ullist  ul {
    list-style: none;
    margin-left: 0px;
    padding: 0px;
    display: flex;
  flex-wrap: wrap;
}

.ullist ul li {
  position: relative;
  margin-bottom: 7px;
  width: 100%;
  font-weight: 400;
  padding: 14px 10px 14px 40px;
  background-color: #F1F3FF;
  color: #030F4F;
	font-size: 15px;
}
.amenities {
  background-color: #fff;
  padding: 18px 15px;
  align-items: center;
  box-shadow: 0px 0px 7px 0px #0006;
}

.rowamenities {
  background-color: #fff;
  padding: 18px 15px;
  align-items: center;
  box-shadow: 0px 0px 7px 0px #0006;
}

.rowamenities img {
  height: 63px !important;
  object-fit: contain;
}
.amenities p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #030F4F;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.row.amenities {
  height: 78px;
}
.ullist  ul li::before {
    content: "";
    background: url(https://emporia.agency/prosperiti/wp-content/uploads/2024/10/Group-28.png);
    position: absolute;
	 left: 10px;
  top: 17px;
  background-size: 78%;
	  width: 27px;
	  background-repeat: no-repeat;
	  height: 26px;
}
.popupb {
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: #aacc3a;
  border-width: 1px 0;
  border: 1px solid #aacc3a;
  color: #ffffff !important;
  font-size: 19px;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 30px;
}
.site-header.sticky {
  background-color: #000;
  z-index: 99;
  transition: var(--trans);
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 10px 0px 7px 0px;
  background-color: #fff;
  box-shadow:0px 0px 9px 0px #030f4f;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tablinks.active {
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%);
}
.tablinks.active img {
  filter: brightness(0) invert(1);
}
.tablinks {
  padding: 20px 0px !important;
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #212124 !important;
  font-size: 17px !important;
  width: 100%;
    border: none;
}
.tablinks img{
	margin-bottom: 10px;
}
.widget {
  margin: 0px;
}
.tabcontent .bookButton a {
  display: inline-block;
}
.tabcontent h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.tabcontent .ullist {
  padding: 24px 35px !important;
}
.tabcontent .col-md-5 img {
  width: 83%;
  margin-bottom: 23px;
}
.tabcontent .col-md-5 {
  text-align: -moz-right;
}
a.bookButton {
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%);
  display: block;
  text-align: center;
  color: #fff;
  padding: 11px;
  font-weight: 500;
}
.bgbox {
  padding: 18px;
  color: #fff;
  border-radius: 20px;
}
.bgbox h3 {
  font-size: 22px;
}
.bgbox p {
  color: #fff;
	font-size:15px;
}
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  background: rgb(34,193,195) !important;
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%) !important;
}
.sow-tabs-tab.sow-tabs-tab-selected {
	 background: rgb(34,193,195) !important;
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%) !important;
}
.sow-tabs-tab {
  background: #3C445D !important;
}
.sow-tabs-tab .sow-tabs-title {
  color: #fff !important;
}
.sow-tabs-tab-container {
  background-color: transparent !important;
  position: relative;
  display: flex;
  justify-content: center;
	z-index: 9;
}
.sow-tabs-panel {
  box-shadow: 0px 0px 16px 0px #00000024;
  border-radius: 30px;
  margin-top: -16px;
}
.sow-tabs-tab {
    background: #3C445D !important;
    margin: 0px !important;
}
.sow-tabs-tab:nth-child(1) {
   border-radius:30px 0px 0px 30px;
}
.sow-tabs-tab:nth-child(3) {
   border-radius:0px 30px 30px 0px;
}
.homeservicessecond {
  background-repeat: no-repeat !important;
  background-position: bottom;
}
.sow-tabs h2 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 12px;
}
.sow-tabs h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.bgfirst {
  background-color: var(--primary);
  color: #fff;
  padding: 15px;
}
.bgsecond {
  background-color: #88C540;
  color: #fff;
  padding: 15px;
}
.bgthird {
  background-color: #3C445D;
  color: #fff;
  padding: 15px;
}
.sow-tabs .col-md-4 h5 {
  font-size: 17px;
}
.sow-tabs .col-md-4 p {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin-top: 11px;
}
/* .border8 img {
  border-radius: 20px;
} */
.textgradiant h3 {
  font-size: 25px;
}
.text-white p {
  color: #fff;
}
.firstblock .panel-grid-cell:nth-child(1) {
  position: relative;
}
.firstblock .panel-grid-cell:nth-child(2) {
  padding-left: 100px;
}
.fourbox .panel-grid-cell p {
  font-size: 20px;
  font-weight: 600;
}
.firstblock.second .panel-grid-cell:nth-child(2) {
  padding-left: 0px;
  position: relative;
}
.firstblock.second .panel-grid-cell:nth-child(1) {
  padding-right: 100px;
	
}
.firstblock .panel-grid-cell:nth-child(1)::after {
  content: "";
  background-color: #88C540;
  height: 129px;
  width: 28px;
  position: absolute;
  right: -1%;
  border-radius: 8px;
  transform: translate(50%,-50%);
  top: 50%;
}
.firstblock.third .panel-grid-cell:nth-child(1)::after {
	 content: "";
  height: 129px;
  width: 28px;
  position: absolute;
  right: -1%;
  border-radius: 8px;
  transform: translate(50%,-50%);
  top: 50%;
  background-color: #c4c4c4;
}
.firstblock.second .panel-grid-cell:nth-child(2)::after {
	 content: "";
  height: 129px;
  width: 28px;
  position: absolute;
  left: -6%;
  border-radius: 8px;
  transform: translate(50%,-50%);
  top: 50%;
  background-color: var(--primary);
}
.firstblock img {
  position: relative;
  z-index: 9;
}
.bgh {
  padding: 80px 3px;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
.historybox {
  text-align: center;
  background-color: #D7FFEA;
  padding: 30px;
  border-radius: 8px;
   position : relative;
}
.historybox h3 {
    background-color: #269C5F;
    padding: 9px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -21px;
    text-align: center;
    transform: translate(-50%, 0px);
    left: 50%;
}
.historybox h4 {
  color: #000;
  font-size: 28px;
}
.services h3 {
  position: relative;
  top: -49px;
  left: 20px;
}
.services h3 a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.services img {
  border-radius: 9px;
}
.services  .sow-image-container {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
	 border-radius: 9px;
}

/* [2] Transition property for smooth transformation of images */
.services  .sow-image-container img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
	 border-radius: 9px;
}

/* [3] Finally, transforming the image when container gets hovered */
.services  .sow-image-container:hover img {

  transform: scale(1.1);
}
.border-radius img {
  border-radius: 10px;
}
.serviceslist ul {
  display: flex;
  flex-wrap: wrap;
 padding: 0px;
	list-style : none;
}
.serviceslist ul li {
  width: 45%;
  padding: 12px 38px;
  background-color: #128F83;
  margin: 3px 0px 14px 13px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 71px;
}
.servicesflex .textwidget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servicesflex .textwidget img {
  width: 17%;
}
.servicesflex .textwidget h5 {
  width: 76%;
	font-size: 17px;
}
.subbox .panel-grid-cell {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 32px;
  box-shadow: 0px 0px 15px 0px #0000003d;
	transition : var(--trans);
	cursor : pointer;
}
.subbox .panel-grid-cell:hover {
    background-color: var(--secondary);
}
.subbox .panel-grid-cell h5:hover {
   color: #fff;
}
.doctorsteam .panel-grid-cell:nth-child(1) .sow-image-container {
  background-image: url(https://emporia.agency/jiva/wp-content/uploads/2024/09/Group-274-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
  background-position: top;
}
.doctorsteam .panel-grid-cell:nth-child(2) .sow-image-container {
  background-image: url(https://emporia.agency/jiva/wp-content/uploads/2024/09/Group-275.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
  background-position: top;
}
.doctorsteam .panel-grid-cell:nth-child(3) .sow-image-container {
  background-image: url(https://emporia.agency/jiva/wp-content/uploads/2024/09/Group-276.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
  background-position: top;
}
.listdoctors {
  border-radius: 0px 0px 15px 15px;
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px #00000036;
  padding: 15px 25px;
}

.listdoctors h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
.map .panel-grid-cell .textwidget {
  display: flex;
}
.map .panel-grid-cell .textwidget i {
  margin-right: 15px;
}
.testimonials {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px #0000002e;
}
.patientname {
  display: flex;
  align-items: center;
  padding: 15px;
}
.patientname img {
  margin-right: 20px;
}
.patientname h5 {
  font-size: 20px;
  color: var(--primary);
}
.socailc b a {
  display: block;
  font-weight: bold;
  color: var(--secondary);
  margin-bottom: 19px;
}
.socailc i {
  color: var(--primary);
  margin-right: 5px;
}
input[type="text"],input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #000;
  border: 1px solid #DDD;
  border-radius: 3px;
  width: 100%;
  padding: 14px !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  padding: 11px;
  color: #fff;
  background-color: var(--secondary);
}
textarea {
  resize: vertical;
  height: 70px;
}
.wpcf7-spinner {
  position: absolute;
}
.bgcontact {
  box-shadow: 0px 0px 7px 0px #0000002e;
  border-radius: 25px;
  background-position: 15% 11%;
}
.right {
  display: flex !important;
  justify-content: end !important;
}
.doctorspanel .panel-grid-cell:nth-child(1) {
  background: rgb(18,143,131);
  background: linear-gradient(0deg, rgba(18,143,131,1) 79%, rgba(255,255,255,1) 79%);
}
.doctorspanel .panel-grid-cell:nth-child(2) {
  background: rgb(136,197,64);
background: linear-gradient(0deg, rgba(136,197,64,1) 79%, rgba(255,255,255,1) 79%);
}
.doctorspanel h3 {
  color: #fff;
  font-size: 30px;
}
.doctorspanel ul {
    list-style: none;
    margin-left: 30px;
    padding: 0px;
}
.doctorspanel ul li {
    position: relative;
    margin-bottom: 5px;
	color: #fff;
}
.doctorspanel ul li::before {
    content: "";
    background: url(https://emporia.agency/jiva/wp-content/uploads/2024/09/Vector-5.png);
    position: absolute;
    left: -25px;
    top: 2px;
    background-size: 94%;
    width: 22px;
    background-repeat: no-repeat;
    height: 25px;
}
.pdiv {
  padding: 0px 42px 26px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.submitbutton.btn.btn-primary {
  border-radius: 30px;
  border: none;
  color: #fff;
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%);
  font-size: 17px;
}
.subnews input[type="email"] {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 15px 0px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: red;
}
.wpcf7-spinner {
  position: relative;
}






@media screen and (max-width: 767px) and (min-width: 320px) {
    
	.fourbox .panel-grid-cell {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px #0000004a;
  padding: 30px !important;
  border-radius: 16px;
  transition: var(--trans);
  height: auto;
}
	.row.amenities {
    height: 90px;
}
	
	body .h1, h1 {
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
}
	.textgradiant h1 {
  font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 34px !important;
}
	.textgradiant h2 {
  font-size: 20px;
}
	.ullist ul li {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
  font-weight: 500;
}
	.abc {
  padding: 40px 0px;
  color: #fff;
}
	.wrapper_acc h1 {
  font-weight: 500 !important;
  color: #fff;
  font-size: 30px !important;
}
	.tablinks {
  width: 50%;
}
	.tab {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
	.tabcontent .ullist {
  padding: 24px 15px !important;
}
	.tabcontent .col-md-5 img {
  width: 100%;
  margin-bottom: 23px;
}
	.sow-tabs-tab:nth-child(3) {
  border-radius: 0px;
}
	.sow-tabs-tab:nth-child(1) {
  border-radius: 0px;
}
	.bgthird {
  margin-bottom: 15px;
}
	.reverse {
  flex-direction: column-reverse !important;
  flex-wrap: wrap !important;
}
  .site-info, .copyright {
    text-align: left;
  }
	
	
	.mobile_50  {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_50  .panel-grid-cell:nth-child(1) {
  width: 100% !important;
}
	.mobile_50 .panel-grid-cell:nth-child(2) {
  width: 48% !important;
}
	.mobile_50 .panel-grid-cell:nth-child(3) {
  width: 48% !important;
}
	.mobile_50 .panel-grid-cell:nth-child(4) {
  width: 100% !important;
}
.mobile_60  {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
 .mobile_60 .panel-grid-cell:nth-child(1) {
    width: 100% !important;
    text-align: center;
    order: 3;
	 margin-top: 20px !important;
	  margin-bottom: 10px !important;
  }
	.mobile_60 .panel-grid-cell:nth-child(2) {
  width: 50% !important;
		 order: 1;
			 margin-bottom: 0px !important;
}
	.mobile_60 .panel-grid-cell:nth-child(3) {
  width: 50% !important;
		order: 2;
}
	.firstblock .panel-grid-cell:nth-child(1)::after , .firstblock.second .panel-grid-cell:nth-child(2)::after{
  display :none;
}
	
	.mobile_services  {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_services  .panel-grid-cell{
  width: 48% !important;
	margin-bottom: 0px !important;
}
	.services h3 a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
	.services h3 {
  position: relative;
  top: -33px;
  left: 8px;
}
	.serviceslist ul li {
  width: 47%;
  padding: 9px 9px;
  background-color: #128F83;
  margin: 3px 0px 8px 9px;
  color: #fff;
  border-radius: 13px;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
}
	.subbox .panel-grid-cell {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 32px !important;
  box-shadow: 0px 0px 15px 0px #0000003d;
  transition: var(--trans);
  cursor: pointer;
}
	.textgradiant h3 {
  font-size: 21px;
}
	.text-end {
    text-align: left !important;
}
	.pdiv {
  padding: 0px 20px 18px;
}
	.popupb {
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: #aacc3a;
  border-width: 1px 0;
  border: 1px solid #aacc3a;
  color: #ffffff !important;
  font-size: 14px;
  padding: 6px 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 30px;
}
	
	.text-end .popupb {
  text-align: left !important;
  display: block;
}
}



/**Typeo CSS End**/
.video-custom {
  max-width: 800px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px #00000073;
  padding: 10px;
  border-radius: 20px;
}

.video-custom .poster-img {
  display: block;
  border-radius: 20px;
}

.video-custom video {
 position: absolute;
 left: 0px;
 top: 0px;
 display: block;
 width: 100%;
 height: 100%;
 opacity: 0;
}

.video-custom .play-btn, .video-custom .pause-btn {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 top: 0px;
 margin: auto;
 width: 60px;
 height: 60px;
 border-radius: 100%;
 background-color: rgba(255, 255, 255, 0.5);
 z-index: 3;
 cursor: pointer;
 transition: 0.5s all;
 overflow: hidden;
}

.video-custom .pause-btn {
 display: none;
}

.video-custom .play-btn i {
 width: 0;
 height: 0;
 border-style: solid;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 border-left: 18px solid #aacc3a;
 border-right: 0;
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 top: 0px;
 margin: auto;
}

.pause-btn i {
 position: absolute;
 left: -3px;
 right: 0px;
 bottom: 0px;
 top: 2px;
 margin: auto;
 width: 16px;
 height: 24px;
 flex-flow: row wrap;
}

.pause-btn i:before {
 content: '';
 width: 4px;
 height: 100%;
 background-color: #aacc3a;
 display: inline-block;
}

.pause-btn i:after {
 content: '';
 width: 4px;
 height: 100%;
 margin-left: 8px;
 background-color: #aacc3a;
 display: inline-block;
}

.playvideo .video-custom img {
 opacity: 0;
}

.playvideo .video-custom video {
  opacity: 1;
  border-radius: 30px;
}

.video-custom .vplay {
 display: none;
}

.video-custom:hover .vplay + .pause-btn {
 display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
 display: none;
}

.sound-ctrl {
 position: absolute;
 z-index: 2;
 right: 14px;
 bottom: 5px;
 cursor: pointer;
}

.sound-ctrl .on-button {
 display: none;
}

.sound-ctrl img {
 opacity: 0;
}

.sound-ctrl .off-button, .sound-ctrl .on-button {
 position: absolute;
 left: 0px;
 top: 0px;
 font-size: 0px;
 background-color: transparent;
 border: none;
 width: 100%;
 height: 100%;
 padding: 0px;
 cursor: pointer;
}

.soundctrlshow .on-button {
 display: block;
}

.soundctrlshow .off-button {
 display: none;
}

.playvideo .video-custom .sound-ctrl img {
 opacity: 1;
}

.soundctrlshow .on-button:before {
 content: '';
 position: absolute;
 left: 12px;
 top: -5px;
 z-index: 10;
 width: 3px;
 height: 32px;
 background-color: #fff;
 transform: rotate(45deg);
}

/***Volume Control***/
@media(max-width:800px) {
 .video-custom {
  width: calc(100% - 20px);
 }

}


.modal-content {
  background-color: #aacc3a !important;
}
.wpcf7-spinner {
  position: absolute;
  left: -4px;
  bottom: 0px;
}

