@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Adobe Hebrew';
    src: url('../fonts/AdobeHebrew-Italic.woff2') format('woff2'),
        url('../fonts/AdobeHebrew-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
/* Font Variable */
/* Color Variable */
a {
	color: unset;
	text-decoration: none;
}

a:focus {
	outline: 0 solid;
}

a:hover {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	font-weight: 700;
	color: #202020;
    font-family: 'Cinzel', serif;
}

h1 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}



html,
body {
	line-height: 1.6;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 14px;
	color: #777777;

}




p {
	margin-bottom: 0;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom: 0;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

i.bx {
	vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**header**/
header{
	font-family: 'Raleway', sans-serif;
    position:fixed;
    width:100%;
    height:153px;
    z-index:99;
    background:#fff;
    top:0;
}
.header .bottom_area{
    padding-left:0;
}
.top_area{
	padding: 7px 0;
	border-bottom: 1px solid #b9b3b3;
}
.top_area ul{
	text-align: right;
}
.top_area ul li{
	display: inline-block;
	margin-right: 30px;
}
.top_area ul li:last-child{
	margin-right: 0;
}
.top_area ul li a{
	font-weight: 600;
	font-size: 16px;
}
.middle_area{
	padding: 7px 0;
	border-bottom: 1px solid #b9b3b3;
}
.middle_area ul{
	display: flex;
	justify-content: space-between;
}
.middle_area ul li a img{
	width: 150px;
}
.bottom_area{
	padding: 15px 0;
}
.bottom_area ul li{
	display: inline-block;
	margin-right: 30px;
}
.bottom_area ul li a{
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}








.banner__slider{
  margin-top:153px;
	
}
.banner .owl-nav button{
	border: 1px solid #fff;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	margin: 10px 0;
}
.banner .owl-nav button:hover{
	background-color:rgba(0,0,0,0.1);
	border: 1px solid #d80903;
}
.banner .owl-nav button:hover .bi{
	color: #d80903;
}
.banner .owl-dots {
    position: absolute;
    bottom: 50%;
    left: 50px;
}
.banner .owl-dots button{
	display: block;
}
.banner .owl-dots {
    position: absolute;
    top: 50%;
    left: 15px;
}
.banner .owl-dot{
	display: block;
	width: 10px;
    height: 12px;
    border: none;
    border-radius: 50%;
    margin: 15px 0;
	position: relative;
}
.banner .owl-dot.active:after{
	width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    left: -3px;
    top: -3px;
    border: 2px solid #d80903;
    border-radius: 50%;
}
.banner .owl-nav{
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #fff;
}
.banner .owl-nav .bi{
	color: #fff;
}

.slide{
	height: calc(100vh - 165px);
	width: 100%;
	position: relative;
	z-index: 2;
}
.slide:after{
	position: absolute;
	content: '';
	background-color:rgba(0,0,0,0.6);
	top: 0;
	height:100%;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.6;
}
.banner_text_content{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.right_area{
	max-width: 300px;
	text-align: center;
	margin-left: auto;
}
.right_area h4{
	background-color: #d80903;
	color: #fff;
    padding: 19px;
    font-size: 27px;
    line-height: 40px;

}
.right_area a{
	background-color: #fff;
	color: #000;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: 15px;
	font-weight: 600;
	display: inline-block;
}
.banner_text_content h1{
	color: #fff;
	font-size: 50px;
	font-style: italic;
	opacity: 0;
	animation: fadeIn 1s ease-in both;
	font-family: 'Noto Sans JP', sans-serif; 
}
.banner_text_content h2{
    color: #fff;
    font-size: 40px;
    font-style:italic;
    font-family: 'Noto Sans JP', sans-serif; 
}
.banner_text_content h3{
	color: #fff;
	font-style: italic;
    font-family: 'Noto Sans JP', sans-serif; 
}
.slider2 .bottom_area span{
    	font-size:40px;
    	font-style: italic;	
}
.slide .bottom_area span{
	color: #d80903;
	font-size:20px;
	font-family: 'Noto Sans JP', sans-serif; 
}
.slider2  .bottom_area  span{
    
	padding: 5px 10px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif; 
}
.slider2  .bottom_area   h1{
	margin-top: 9%;

}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@media (min-width:768px){
	.small_img{
		display: none !important;
	}
	header .bottom_area{
		padding-left: 100px;
	
	}
	.menu_btn{
		display: none;
	}
	.slide .bottom_area{
		padding-left: 100px;
		position:absolute;
		top:50%;
	}
}
.menu_btn{
	background: url(../images/menu.png)no-repeat center;
	background-size: cover;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.menu_btn.on{
	background: url(../images/close-btn.png)no-repeat center;
	z-index: 999999;
	position: fixed;
	top: 28px;
    right: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.animated {
	transition: all 0.5s ease;
  }
  .faq_sec{
      padding:70px 0;
  }
 .faq_sec h4{
     margin-bottom:20px;
 }






@media (min-width: 992px) {
	.slider, .slide {
		height: calc(100vh - 165px);
	}
  }
  
  .slide {
	position: relative;
	transition: 1s;
	z-index: 2;
  }
 
  .slide .slide__img {
	width: 100%;
	height: auto;
	overflow: hidden;
  }
  @media (min-width: 992px) {
	.slide .slide__img {
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	}
  }
  .slide .slide__img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	transition: all 1s ease;
  }
  .slide .slide__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .slide .slide__content.slide__content__left {
	left: 15%;
	transform: translate(-15%, -50%);
  }
  .slide .slide__content.slide__content__right {
	right: 15%;
	left: auto;
	transform: translate(5%, -50%);
  }
  .slide .slide__content--headings {
	color: #FFF;
  }
  .slide .slide__content--headings h2 {
	font-size: 4.5rem;
	margin: 10px 0;
  }
  .slide .slide__content--headings .animated {
	transition: all 0.5s ease;
  }
  .slide .slide__content--headings .top-title {
	font-family: "Playball", cursive;
	font-size: 2.5rem;
  }
  .slide .slide__content--headings .title {
	font-size: 3.5rem;
  }
  .slide .slide__content--headings .button-custom {
	text-decoration: none;
	color: #333;
	padding: 1.2rem 2.5rem;
	font-size: 1.5rem;
  }
  
  .slider [data-animation-in] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
			animation-duration: 1.5s;
	transition: opacity 0.5s ease 0.3s;
	transition: 1s;
  }
  
  .slick-dotted .slick-slider {
	margin-bottom: 30px;
  }
  
  .slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
  }
  .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
  }
  .slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
  }
  
  .simple-dots .slick-dots li {
	width: 20px;
	height: 20px;
  }
  .simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: white;
	opacity: 0.25;
	width: 20px;
	height: 20px;
  }
  .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
	opacity: 1;
  }
  .simple-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
  }
  
  .stick-dots .slick-dots li {
	height: 3px;
	width: 50px;
  }
  .stick-dots .slick-dots li button {
	position: relative;
	background-color: white;
	opacity: 0.25;
	width: 50px;
	height: 3px;
	padding: 0;
  }
  .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
	opacity: 1;
  }
  .stick-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
  }
  .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1;
  }
  
  /* /////////// IMAGE ZOOM /////////// */
  @-webkit-keyframes zoomInImage {
	from {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
  }
  @keyframes zoomInImage {
	from {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
  }
  .zoomInImage {
	-webkit-animation-name: zoomInImage;
			animation-name: zoomInImage;
  }
  
  @-webkit-keyframes zoomOutImage {
	from {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
  }
  
  @keyframes zoomOutImage {
	from {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
  }
  .zoomOutImage {
	-webkit-animation-name: zoomOutImage;
			animation-name: zoomOutImage;
	transition: 1s;
  }
  
  .slick-nav {
	--active: #fff;
	--border: rgba(255, 255, 255, .12);
	width: 44px;
	height: 44px;
	position: absolute;
	cursor: pointer;
	top: calc(50% - 44px);
  }
  .slick-nav.prev-arrow {
	left: 3%;
	transform: scaleX(-1);
	z-index: 999;
  }
  .slick-nav.next-arrow {
	left: auto;
	right: 3%;
  }
  .slick-nav i {
	display: block;
	position: absolute;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
  }
  .slick-nav i:before, .slick-nav i:after {
	content: "";
	width: 10px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--active);
	margin: -1px 0 0 -5px;
	display: block;
	transform-origin: 9px 50%;
  }
  .slick-nav i:before {
	transform: rotate(-40deg);
  }
  .slick-nav i:after {
	transform: rotate(40deg);
  }
  .slick-nav:before, .slick-nav:after {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 50%;
	border: 2px solid var(--border);
  }
  .slick-nav svg {
	width: 44px;
	height: 44px;
	display: block;
	position: relative;
	z-index: 1;
	color: var(--active);
	stroke-width: 2px;
	stroke-dashoffset: 126;
	stroke-dasharray: 126 126 0;
	transform: rotate(0deg);
  }
  .slick-nav.animate svg {
	-webkit-animation: stroke 1s ease forwards 0.3s;
			animation: stroke 1s ease forwards 0.3s;
  }
  .slick-nav.animate i {
	-webkit-animation: arrow 1.6s ease forwards;
			animation: arrow 1.6s ease forwards;
  }
  .slick-nav.animate i:before {
	-webkit-animation: arrowUp 1.6s ease forwards;
			animation: arrowUp 1.6s ease forwards;
  }
  .slick-nav.animate i:after {
	-webkit-animation: arrowDown 1.6s ease forwards;
			animation: arrowDown 1.6s ease forwards;
  }
  
  @-webkit-keyframes stroke {
	52% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 0;
	}
	52.1% {
	  transform: rotate(-360deg);
	  stroke-dashoffset: 0;
	}
	100% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 126;
	}
  }
  
  @keyframes stroke {
	52% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 0;
	}
	52.1% {
	  transform: rotate(-360deg);
	  stroke-dashoffset: 0;
	}
	100% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 126;
	}
  }
  @-webkit-keyframes arrow {
	0%, 100% {
	  transform: translateX(0);
	  opacity: 1;
	}
	23% {
	  transform: translateX(17px);
	  opacity: 1;
	}
	24%, 80% {
	  transform: translateX(-22px);
	  opacity: 0;
	}
	81% {
	  opacity: 1;
	  transform: translateX(-22px);
	}
  }
  @keyframes arrow {
	0%, 100% {
	  transform: translateX(0);
	  opacity: 1;
	}
	23% {
	  transform: translateX(17px);
	  opacity: 1;
	}
	24%, 80% {
	  transform: translateX(-22px);
	  opacity: 0;
	}
	81% {
	  opacity: 1;
	  transform: translateX(-22px);
	}
  }
  @-webkit-keyframes arrowUp {
	0%, 100% {
	  transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
  @keyframes arrowUp {
	0%, 100% {
	  transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
  @-webkit-keyframes arrowDown {
	0%, 100% {
	  transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
  @keyframes arrowDown {
	0%, 100% {
	  transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
  .col_four:after{
      display:none;
  }
  
  @media (max-width:767px){
      
    .slick-nav{
        top: calc(90% - 44px);
    }
  
    .banner_text_content{
        height:100%;
        position:relative;
        z-index:3;
    }
    header{
   
    z-index: 9999;
    background: #fff;
    top:0;
    	
    }
    .bottom_area span{
        background:#FFF;
        display:inline-block;
        padding:0 7px;
    }
    .banner__slider{
        margin-top:153px;
    }
	.bottom_area ul{
		display: none;
		position: fixed;
		height: 100vh;
		background: #fff;
		top: 0;
		bottom: 0;
		width: 100%;
		left: 0;
        text-align: center;
		z-index: 9;
		padding-top: 150px;
	}
	.bottom_area ul li{
		display: block;
		margin-right: 0;
	}
	.bottom_area ul li a{
		font-size: 30px;
		padding: 10px 0;
		font-family: 'Cinzel', serif;
		font-weight: 500;
	}
	.banner .owl-nav {
		right: 15px;
		bottom: 11px;
	}
	.banner .owl-dots {
		top: unset;
		left: 15px;
		bottom: 15px;
	}
	.banner .owl-dots button {
		display: inline-block;
	}
	.banner .owl-dot{
		margin: 5px 7px;
	}
	.right_area {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -33px);
		width: 67%;
	}
}
@media (max-width:570px){
	.middle_area ul li a img {
		width: 100px;
	}
	.banner_text_content h1 {
		font-size: 30px;
	}
	.right_area h4 {
		padding: 15px;
		font-size: 20px;
		line-height: 25px;
	}
	
	.banner_text_content{
		text-align: center;
	}
}

/***about me**/
.founder_box {
    margin-top:90px;
}
.founder_box h4{
    font-style: italic;
    color: #9d8484;
    font-weight: 500;
    margin-top: 15px;
}
.founder_box h5 {
    color: #bfa9a9;
    font-weight: 500;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}
.founder_box h5 span{
    color: #bfa9a9;
    font-weight: 500;
    margin-top: 15px;
    font-family: unset;
    font-size: 15px;
}
.founder_box img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid orange;
    padding: 5px;
   
}
.founder_box .img_holder{
     position:relative;
      width: 160px;
    height: 160px;
    margin-right:auto;
    margin-left:auto;
    display:block;
}
.founder_box .img_holder:after{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 6px solid rgb(167 119 32 / 83%);
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
}
  .about_right h2{
	 
	  margin-bottom: 30px;
  }
  .about_left .img_holder{
	position: relative;
	
}

.mission_vission{
	margin-top: 40px;
	margin-bottom: 20px;
}
.mission_vission ul{
	border-bottom: none;
}
.mission_vission .nav-tabs .nav-link{
	border-radius: 10px 10px 0 0 !important;
	color: #303030;
    background-color: #fff;
	margin-right: 30px;
	font-weight: 600;
	font-size: 16px;
	border:none !important;
	padding:0;
   
}
.mission_vission .tab-content{
   
    color: #000;
    padding: 30px 10px;
    border-radius: 0px;
	
}
.mission_vission .nav-tabs .nav-item.show .nav-link, .mission_vission .nav-tabs .nav-link.active {
    color: #d80903;
  
   
}
.about_right a{
	background-color: #d80903;
	border-radius: 100px;
	padding: 10px 20px;
	font-size: 16px;
	display: inline-block;
	line-height: 15px;
	color: #fff;
}
.about_left .img_holder:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
}
 .about_right{
	  padding-left: 30px;
	  padding-top: 50px;
	  padding-right: 30px;
  }
  .appointment_area{
     
      padding:100px 0;
  }
  .appointment_area  form{
      max-width:700px;
      margin-left:auto;
      margin-right:auto;
      display:block;
      background:#fff;
      text-align:left;
      margin-top:50px;
      padding:40px 30px;
      box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
  }
  .appointment_area{
      text-align:center;
  }
  .input_box{
      margin-bottom:30px;
  }
  .input_box label{
      display:block;
      font-weight:700;
      color:#000;
      font-size:15px;
  }
  .input_box input{
      width:100%;
      height:35px;
      padding:0 15px;
      border:1px solid #e1e1e1;
      border-radius:5px;
      font-weight:500;
  }
  .input_box select{
      width:100%;
      height:35px;
      padding:0 15px;
      border:1px solid #e1e1e1;
      border-radius:5px;
      outline:none;
  }
  .input_box textarea{
       width:100%;
      height:105px;
      padding:15px;
      border:1px solid #e1e1e1;
      border-radius:5px;
      outline:none;
  }
  form .row [class*="col-"]:last-child .input_box{
      margin-bottom:0px;
  }
   .input_box input[type="submit"]{
       font-weight:700;
   }
   .input_box input[type="submit"]:hover{
       background:#dbbaba;
   }
   .call_now{
       padding:150px 0;
       text-align:center;
        background:#dedede;
   }
   .call_now h2{
       font-size:100px;
       font-weight:400;
       line-height:120px;
   }
   .call_now a{
       font-size:25px;
   }
   .our_partner h2{
        font-family: 'Adobe Hebrew';
        text-align:center;
        padding-bottom:20px;
        display:table;
        margin-right:auto;
        margin-left:auto;
        font-size:60px;
        line-height:70px;
        color:#ea6a00;
        border-bottom:2px solid #028aaa;
        margin-bottom:40px;
        font-weight:500;
   }
   .contact_page{
       padding:50px 0;
   }
   .wrapper p{
       margin:30px 0;
       text-align:center;
       font-size:24px;
   }
   .wrapper a{
        text-align:center;
       font-size:24px;
       display:block;
           font-family: 'Raleway', sans-serif;
   }
   .our_partner{
       margin-top:100px;
   }
   
   /**video sec**/

.video_fixed {
  position: fixed;
  top: 153px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.video_fixed .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.content {
  position: relative;
  z-index: 1;
  /* add any additional styles for your content */
}
.vv{
   position: relative;
   z-index: 1;  
   margin-top:100vh;
}
.vv .bg-video{
    width:100%;
    height:100vh;
    object-fit: cover;
}

 .contact_page{
        margin-top:153px;
    }
    
    

/**our_founder_page**/
.our_founder_page{
    margin-top:160px;
}

.founder_img_box{
	margin-bottom: 40px;
}
.our_founder_page{
	padding: 50px 0;
}
.founder_des h3{
	font-size: 30px;
	color: #000;
	line-height: 40px;
	position: relative;
	z-index:3;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.founder_des p{
	font-size: 15px;
	line-height: 30px;
	color: #000;
	
}
.founder_des h3:after{
	position: absolute;
	content: 'FOUNDER';
	left: 0;
	top: 0;
	font-size: 50px;
	color: #eeeeee;
	z-index: -1;
	font-family: 'Lato', sans-serif;
	font-weight: 400;

}
.call_wrapper{
   position: fixed;
    left: 15px;
    bottom: 30px;
    width: auto;
    padding: 7px;
    border-radius: 50px;
    transition:0.3s;
    background-color:rgba(236, 50, 55,0.8);
    animation: glow 1s infinite ;
    transition:0.5s;
    z-index:9999;
}
@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(236, 50, 55,1),-5px -5px 10px rgb(236, 50, 55,1);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(81, 224, 210),-5px -5px 10px rgb(81, 224, 210)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(236, 50, 55,1),-5px -5px 10px rgb(236, 50, 55,1)
  }
}

.call_wrapper a{
    color:#fff;
    display:block;
    font-size: 23px;
    font-weight: 700;
}
.call_us  ul{
    display:flex;
    justify-content:center;
    margin-top:30px;
}
.call_us  ul li a{
    color: #8c8c8c;
    font-size: 18px;
    font-weight: 600;
    display:inline-block;
    margin:0 15px;
    font-family: 'PT Sans', sans-serif;
}
.multi_video{
    padding:50px 0;
    background:#f1f1f125;
}
.video_list ul li{
    float:left;
    width:33.00%;
    text-align:center;
    padding:0 15px;
    margin-bottom:30px;
}
.multi_video h3{
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.founder_des_botm{
    margin-top:20px;
}
.founder_des_botm li{
   display:block;
   margin-bottom:10px;
   
}
.founder_des_botm li:last-child{
    margin-bottom:0;
}
.wrapper_con{
    padding:5px 0;
    background:#fff;
}
.wrapper_con h4{
    font-size: 23px;
    margin-bottom: 7px;
}
.wrapper_con p{
    position: relative;
    font-size: 20px !important;
    padding-left: 25px;
    line-height: 30px !important;
}
.wrapper_con p:after{
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #ec3237;
    content: '';
    top: 9px;
    border-radius: 50%;
}
.founder_des form h4{
    font-size:20px;
    margin-bottom:15px;
    font-weight:600;
}
 

.modal_img img{
    width:100%;
}
.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content > .tab-pane.active {
    height: auto;
}
.founder_des form .input_wrapper{
    margin-bottom:30px;
    
}
.founder_des form{
    margin-top:40px;
}
.founder_des form input[type="submit"]{
    width:auto;
    display:table;
    margin-right:auto;
    margin-left:auto;
    background:#ec3237;
    color:#fff;
    border-radius:25px;
    padding:10px 25px;
    font-weight:600;
    font-size:18px;
    border:none;
}

.profile_image{
    width:200px;
    height:200px;
    border-radius:50%;
}
.profile_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 50%;
}
.whatsaap img{
    width:70px;
}

.whatsaap{
    position:fixed;
    right:20px;
    bottom:20px;
     padding:10px;
     border-radius:5px;
     z-index:9999999;
    
}
@media (min-width:1024px){
	.our_founder_page{
		padding: 75px 0 50px;
	}
	.founder_des h3{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		z-index:3;
		text-transform: uppercase;
	}
	
	.founder_des p{
		font-size: 17px;
		line-height: 30px;
		
	}
	.founder_img_box img{
		max-width: 80%;	
		border: 10px solid #dadada;
		border-radius: 50%;
	}
	.founder_des h3:after{
		font-size: 100px;
	}
	
}   
.gallery_sec {
    padding:50px 0 20px 0;
}
.galler_box{
    height:300px;
    margin-bottom:30px;
}
.galler_box img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.doctors_services {
    padding:50px 0;
}
.doctors_services_col img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.doctors_services_col h4{
    font-size:20px;
    margin:15px 0;
}
.doctors_services_col{
    height:100%;
    margin-bottom:25px;
}
.visit_me ul li{
  width: 33%;
    text-align: center;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
    min-height: 164px;
    padding: 0 15px;
}
.visit_me ul li:nth-of-type(3) img{
    height:95px;
}
.visit_me h3{
    text-align:center;
    margin-bottom:40px;
    font-size:30px;
}
.brand_logo {
    margin-bottom:10px;
    min-height:94px;
}
.doctors_services h2{
        margin-bottom: 40px;
        font-size: 30px;
        font-weight:600;
}
/**testimonials***/

.testimonials {
	padding: 110px 0;
}

.testi_left span {
	display: block;
	color: #010101;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
}

.testi_left h3 {
	color: #b30005;
	font-size: 40px;
	font-weight: 900;
	margin-top: 15px;
}

.testi_left p {
	font-size: 20px;
	color: #8f8f8f;
	padding-right: 70px;
}

.inner_wrapper {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	padding: 30px 50px 40px 50px;
	position: relative;
	text-align: center;
	margin: 30px 20px;
}
.testi_slider_wrapper{
    position:relative;
}
.testi_slider_wrapper p {
	color: #5e5e5e;
	font-size: 15px;
	padding: 20px 5px 0 5px;
}

.testi_slider_wrapper .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.testi_slider_wrapper .slick-arrow {
	display: none !important;
}

.quotes {
	position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
}
.quotes img{
    width:80px;
}

.testi_slider_wrapper .profile_img_client {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.testi_slider_wrapper .slick-dots {
	bottom: -45px;
}

.testi_slider_wrapper .slick-dots li button:before {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #cce6ec;
	opacity: unset;
	border-radius: 50%;
}

.testi_slider_wrapper .slick-dots li.slick-active button:before {
	border: 2px solid #ec3237;
}

.testi_slider_wrapper .slick-dots li {
	width: 10px;
}

.inner_wrapper h5 {
	font-size: 20px;
	color: #e82a2c;
	padding: 20px 0;
}

.inner_wrapper h5 span {
	color: #707070;
}

.contact_form{
	padding: 100px 60px 60px 60px;
	border-radius: 20px;
}
.contact_form input{
	border: none;
	border-bottom: 2px solid #aaaaaa;
	width: 100%;
	font-size: 20px;
	color: #000;
	height: 50px;
	background: transparent;
}
.contact_form h3{
		font-size: 40px;
		color: #000;	
}
.contact_form textarea{
	min-height: 270px;
	border-radius: 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
	width: 100%;
	border:none;
	font-size: 20px;
	color: #000;
	outline: none;
	resize: unset;
	padding: 10px;
}
.contact_form .form-group{
	margin-bottom: 30px;
}
.contact_form .form-group input[type="submit"]{
	width: auto;
	border-radius: 100px;
	background-color: #e01416;
	color: #fff;
	border:none;
	font-weight: 400;
	padding: 0 30px;
}
.contact_form .form-group:last-child{
	margin-bottom: 0;
}
.contact_sec{
	font-family: 'Lato', sans-serif;
	padding: 100px 0 50px 0;
}
.con_info h3{
	font-size: 20px;
	color: #000;
	margin-top: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.con_info h3 span{
	display: block;
	font-size: 30px;
	color: #000;
	text-transform: capitalize;
	margin-top: 20px;
}
.con_info ul li .icon_wrapper{
	float: left;
	width: 90px;
}
.con_info ul li{
	margin-bottom: 46px;
}
.con_info ul li:last-child{
	margin-bottom: 0;
}
.info{
	float: right;
	width: calc(100% - 100px);
	margin-top: 25px;
}
.info h5{
	font-size: 20px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
}
.info a{
	display: block;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
}
.info p{
    font-size: 21px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
}
.contact_form{
	padding: 100px 60px 60px 60px;
	border-radius: 20px;
}
.contact_form input{
	border: none;
	border-bottom: 2px solid #aaaaaa;
	width: 100%;
	font-size: 20px;
	color: #000;
	height: 50px;
	background: transparent;
}
.contact_form h3{
		font-size: 40px;
		color: #000;	
}
.contact_form textarea{
	min-height: 270px;
	border-radius: 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
	width: 100%;
	border:none;
	font-size: 20px;
	color: #000;
	outline: none;
	resize: unset;
	padding: 10px;
}
.contact_form .form-group{
	margin-bottom: 30px;
}
.contact_form .form-group input[type="submit"]{
	width: auto;
	border-radius: 100px;
	background-color: #e01416;
	color: #fff;
	border:none;
	font-weight: 400;
	padding: 0 30px;
}
.contact_form .form-group:last-child{
	margin-bottom: 0;
}
/***campaing_video_sec***/

.campaing_video_sec {
	padding: 50px 0 50px 0;
  position: relative;
 
}

body.compensate-for-scrollbar {
	overflow: hidden
}



.video_wrapper {
	width: 100%;
	height: 350px;
	position: relative;
	border-radius: 30px;
}

.video_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 0 0 10px 0 rgba(83, 212, 35, 0.8);
}

.video-overlay {
  position:absolute;
  bottom: 50px;
  right:70px;
}

.video-play-btn1 img {
	width: auto;
	border-radius: 50%;
}

.video-play-btn a {
    padding: 10px 20px 10px 50px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background-color: #000;
    border-radius: 100px;
    font-weight: 700;
 
}
.video-play-btn a .bi{
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 5px;
}
.video_campaing_right_wrapper {
	margin-top: 28%;
}

.video_campaing_right_wrapper h2 {
	color: #8f8f8f;
	font-size: 30px;
	font-weight: 900;
}

.video_campaing_right_wrapper h4 {
	color: #8f8f8f;
	font-size: 20px;
	font-weight: 600;
	
}

.video_campaing_right_wrapper p {
	color: #8f8f8f;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	padding-right: 70px;
	line-height: 28px;

}
.bottom_shape12{
  position: absolute;
  bottom: 0;
  right: 16%;
}

.modal{
    z-index:99999;
}
.review_col_item{
    padding:10px;
    margin:10px;
}
.video_review{
    padding:50px 0;
    
}
.video_review h3{
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}
video.reviw_video{
    margin:0 15px;
    width:100%;
    border-radius:10px;
}
.visit_me{
    margin-top:20px;
}

.new_artical_slider_col_item {
    margin:5px;
    position:relative;
}
.new_artical_slider_col_item .buttton_des{
    background: rgb(126,28,15);
    background: linear-gradient(0deg, rgb(209 48 27) 33%, rgb(253 253 253) 100%);
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}
.new_artical_slider_col_item .buttton_des h4{
    color:#fff;
    font-size:16px;
}
.new_artical_slider_col_item img{
    border:2px solid #dadada60;
    height:380px;
    
}
.new_artical h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}
@media (min-width: 768px) {
	.video_wrapper {
		height: 535px;
	}

}

@media (max-width:767px){
    .galler_box{
        padding:0 25px;
    }
    .new_artical_slider_col_item img {
      
        height: auto;
        width: 100%;
    }
   
   
    .contactform{
        padding: 0 25px;
    }
    .contact_form textarea {
        min-height: 150px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }
    .testi_left h3 {
        font-size: 30px;
        margin-top: 5px;
    }
    .testi_left p {
        padding-right: 0;
    }
    .contact_form h3 {
        font-size: 29px;
        color: #000;
    }
    .user_mail_icon{
        width:90px;
    }
    .con_info h3 span {
        margin-top: 0;
    }
    .contact_sec {
        padding: 20px 0 50px 0;
    }
    .info {
        width: calc(100% - 60px);
        margin-top: 0;
    }
    .con_info ul li .icon_wrapper {
        width: 40px;
    }
    .inner_wrapper {
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        padding: 30px 15px 40px 15px;
      
    }
    .con_info {
        padding: 0 25px;
    }
    .contact_form {
        padding: 20px 10px 60px 10px;
        border-radius: 20px;
        margin-top:30px;
    }
    .testi_left {
        padding: 0 25px 30px 25px;
    }
    .testi_slider_wrapper p{
        font-size:20px;
    }
    .blog_details {
        padding: 40px 0;
    }
    .visit_me ul li{
        width:100%;
        text-align:center;
        float:none;
        font-size: 23px;
        margin-bottom:30px;
    }
    .visit_me ul li:last-child{
        margin-bottom:0;
    }
    .visit_me ul li img{
        width:200px;
    }
    .popup_when_page_load .modalPopup{
        width:90%;
    }
    .testimonials {
        padding: 51px 0;
    }
}
@media (min-width:768px){
   .doctors_services .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}    
    
    

@media (min-width:768px){
  .about_left{
	  width: 50%;
	  height: 100vh;
	  float:left;
	  height: calc(100vh - 163px);
	  left: 0;
	  
  }
  .about_left .img_holder{
	  height: 100vh;
	  z-index: 3;
  }
  
  .about_left .img_holder img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  
  .about_right{
	  margin-left: auto;
	  width: 50%;
	  padding-left: 50px;
	  padding-top: 50px;
	  padding-right: 50px;
  }
  .banner_text_content{
      max-width:90%;
  }
   .slide .primary_btn{
        display:table;
        margin: 30px auto;
        padding: 5px 16px;
        font-size: 16px;
        letter-spacing: 5px;
    }
    .slider3  .bottom_area span {
        color: #d80903;
        font-size: 25px;
        font-family: 'Noto Sans JP', sans-serif;
        background: #fff;
        padding: 3px 30px;
        text-align: center;
        font-style: italic;
        letter-spacing: 5px;
        margin-top: 15px;
        display: inline-block;
    }
     .slider4  .bottom_area span {
        color: #d80903;
        font-size: 25px;
        font-family: 'Noto Sans JP', sans-serif;
        background: #fff;
        padding: 3px 30px;
        text-align: center;
        font-style: italic;
        letter-spacing: 5px;
        margin-top: 15px;
        display: inline-block;
    }
     .right_area {
        max-width: 400px;
        text-align: center;
        margin-left: auto;
        position: absolute;
        right: 10%;
        top: 8%;
    }
    .slide.slider4 .bottom_area{
        top:unset;
        bottom:10%;
    }
    .slide .bottom_area{
        top:45%;
       
    }
}

@media (min-width:1024px){
    .banner_text_content h2{
        display:inline-block;
    }
    .slider1 .bottom_area span {
           color: #d80903;
            font-size: 45px;
            font-family: 'Noto Sans JP', sans-serif;
            margin-left: 19px;
            font-weight: 800;
            font-style: italic;
            line-height: 50px;
            display: inline-block;
    }
    
}

@media (min-width:1300px){
     .slider5 .bottom_area span{
        font-size:50px;
    }
}

@media (min-width:3000px){
   
     .slider3  .bottom_area span {
        font-size: 48px;
        padding: 3px 30px;
        letter-spacing: 5px;
      
    }
    .slider4 .bottom_area span {
        color: #d80903;
        font-size: 72px;
            
    }
    .slider5 .bottom_area span{
        font-size:98px;
    }
  
    .right_area h4 {
        padding: 60px 40px;
        font-size: 62px;
        line-height: 78px;
    }
    .right_area {
        max-width: 700px;
    }
    .container{
        max-width:90%;
    }
    .slide .primary_btn {
        padding: 20px 50px;
        font-size: 30px;
        letter-spacing: 10px;
    }
    .banner_text_content h1 {
        font-size: 137px;
        line-height: 140px;
    }
    .banner_text_content h2 {
        font-size: 61px;
        line-height: 137px;
    }
    .slider2  .banner_text_content h2 {
        font-size: 61px;
        line-height: 137px;
        font-weight: 400;
        font-style: italic;
        letter-spacing: 19px;
        
    }
    .slider2 .bottom_area span {
        font-size: 63px;
        letter-spacing: 10px;
        margin-left: 50px;
        font-style: italic;
    }
}
@media (max-width:767px){
    .testi_left img{
        height:50px;
    }
    .contact_form {
       padding: 20px 25px 60px 28px;
       border-radius: 0;
       margin: 30px -0.75rem;
    }
    .founder_img_box {
      
        width: 250px;
        margin-left: 25px;
    }
    .doctors_services_col {
        padding: 0 25px;
    }
    .doctors_services_col p{
        font-size:24px;
        color:#777777;
        line-height: 35px;
    }
    .founder_des p {
       font-size:24px; 
       color:#777777;
      line-height: 35px;
    }
    .founder_des h4 {
       font-size:24px; 
       color:#777777;
    }
    .doctors_services_col h4 {
        font-size: 27px;
       
    }
    .founder_des {
        padding: 0 25px;
    }
  .slider1{
        background: url(../images/mobile-slider1.jpg)!important;
        background-size: cover !important;
    }
    .slider2{
         background: url(../images/mobile-slider2.jpg)!important;
       background-size: cover !important;
    }
    .slider3{
         background: url(../images/mobile-slider3.jpg)!important;
       background-size: cover !important;
    }
    .slider4{
         background: url(../images/mobile-slider4.jpg)!important;
       background-size: cover !important;
    }
    .slider5{
       background: url(../images/mobile-slider5.jpg)!important;
       background-size: cover !important;
    }
    .video_sec{
        margin-top:153px;
    }
   
    .call_now h2 {
        font-size: 35px;
        line-height: 50px;
    } 
    .call_now{
        margin-top:153px;
        padding:100px 0;
    }
    .appointment_area form {
        max-width: 100%;
        margin-top: 0;
        padding: 40px 20px;
        box-shadow: none;
    }
    .appointment_area {
        padding: 0;
    }
    
    .section_video_two{
        height:100vh;
    }
   
    .para {
        position: relative;
        padding: 50px 20px 50px 20px;
        height: auto;
        margin-top: vhvh;
    }
     .paratwo{
        margin-top:0vh;
    }
    .aboutme .wrapper p {
        padding-right: 25px;
        padding-left: 26px;
    }

    .our_partner{
        text-align:center;
    }
    .wrapper{
        padding: 50px 0px;
    }
    .mission_vission .tab-content {
        padding: 20px 0;
       
    }
    .big_logo.text-center {
        padding: 0 70px;
        margin-bottom: 84px;
    }
    .wrapper  p,.wrapper  a{
        text-align:left;
        
    }
    .wrapper  p{
        padding-right: 32px;
        padding-left: 32px;
    }
    .about_right h2 {
        margin-bottom: 0;
    }
    .our_partner h2 {
        display: table;
        margin-right: auto;
        margin-left: auto;
        font-size: 34px;
        line-height: 38px;
       
    }
    .our_partner img{
        margin-bottom: 30px;
    }
    .location_cion  img{
        width:50px;
        margin:0 auto;
        display:block;
    }
    .faq_sec{
        padding:70px 25px;
    }
    .faq_sec p{
       
    font-size: 16px;
    }
    .faq_sec h4{
        font-size: 23px;
    line-height: 30px;
    }
    .right_area{
        top: 71px;
        left: 5%;
        transform: unset;
        width: auto;
    }
    .slider4 .bottom_area {
        padding-top: 0;
        position: absolute;
        bottom: 10%;
        text-align: center;
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }
       .slider4{
           position:relative;
       }
        .banner_text_content:after{
            position:absolute;
            content:'';
            top:0;
            left:0;
            width:100%;
            height:100%;
            z-index:-1;
            background: rgba(0,0,0,0.4);
        }
       .slider4 .bottom_area span {
        font-style: italic;
        letter-spacing: 3px;
        font-weight: 600;
        font-size: 17px;
    }
   
       .slider4 .bottom_area h1{
          font-family: 'Noto Sans JP', sans-serif; 
       }
       .slide{
           height:600px;
       }
       .bottom_area {
            font-family: 'Noto Sans JP', sans-serif; 
       }
       .slick-nav.prev-arrow {
        left: unset;
        right: 3%;
        top: 37%;
    }
    .slick-nav.next-arrow {
        left: auto;
        right: 3%;
    }
    .slick-nav {
        top: calc(50% - 0px);
    }
    .slider1 .bottom_area {
        opacity: 1;
        animation-delay: 0.3s;
        position: absolute;
        left: 5%;
        bottom: 4%;
        text-align: left;
    }
       .slider1 .bottom_area span {
        background: transparent;
        color: #483410;
        font-size: 85px;
        line-height: 74px;
        font-weight: 800;
}
.slider2  .bottom_area span {
       background: transparent;
    color: #fff;
    font-size: 54px;
    line-height: 46px;
    font-weight: 800;
}
    .slider1 .bottom_area  h1{
         font-style: italic;
        letter-spacing: 3px;
        font-size: 40px;
        line-height: 40px;
    }
    .slider1 .bottom_area  h2{
        color: #fff;
        font-style: italic;
        font-size: 27px;
        line-height: 39px;
}
.slider2  .bottom_area h2{
         color: #fff;
        font-style: italic;
        font-size: 23px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 5px;
}
    .bottom_area h1,.bottom_area h3,.bottom_area h2,.bottom_area span{
        font-family: 'Noto Sans JP', sans-serif; 
    }
    .slider2  .bottom_area {
        padding-top: 0%;
        text-align: center;
        position: absolute;
        left: unset;
        bottom: 10%;
        text-align: right;
        width: 100%;
        right:73px;
    }
    .slider3 .bottom_area {
        padding-top: 0%;
        text-align: center;
        position: absolute;
        left: unset;
        bottom: 10%;
        text-align: right;
        width: 100%;
        right:73px;
    }
    .slider3 .banner_text_content h1 {
        font-size: 39px;
        font-weight: 500;
        letter-spacing: 5px;
    }
    .slider3 .bottom_area span {
        color: #d80903;
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        background: transparent;
    }
     
     .slider5 .bottom_area {
        padding-top: 0%;
        text-align: center;
        position: absolute;
        left: unset;
        bottom: 10%;
        text-align: right;
        width: 100%;
        right:73px;
    }
    .slider5 .banner_text_content h1 {
        font-size: 39px;
        font-weight: 500;
        letter-spacing: 5px;
    }
    .slider5 .bottom_area span {
        color: #d80903;
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        background: transparent;
    }
    .slide  .primary_btn {
        display:none;
    }
   
}

@media (max-width:600px){
    video.reviw_video{
        margin:0;
    }
}


@media (max-width:480px){
    .right_area{
        top:35px;
    }
    .slide{
           height:400px;
       }
       .slider5 .bottom_area {
        right: 12px;
    }
}










 .whatsapp_icon{
        width:50px;
        height:50px;
        border-radius:50%;
        background: #1ca91c;
        color:#fff;
        position:fixed;
        right:30px;
        bottom:20px;
        z-index:99;
        text-align: center;
        line-height: 50px;
        font-size: 30px;
    }
    .whatsapp_icon:hover{
        color:#fff;
    }
    .tel_icon{
        width:50px;
        height:50px;
        border-radius:50%;
        background:red;
        color:#fff;
        position:fixed;
        left:30px;
       bottom:20px;
         z-index:99;
         text-align: center;
        line-height: 50px;
        font-size: 30px;
    }
    .tel_icon:hover{
        color:#fff;
    }
