﻿@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src:url('../fonts/fontello.woff2') format('woff2'),
       url('../fonts/fontello.woff') format('woff');
       font-weight: normal;
       font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */
.icon-location:before { content: '\e803'; } /* '' */
.icon-left-open-mini:before { content: '\e804'; } /* '' */
.icon-right-open-mini:before { content: '\e805'; } /* '' */
.icon-down-open-mini:before { content: '\e806'; } /* '' */
.icon-up-open-mini:before { content: '\e807'; } /* '' */
.icon-left-small:before { content: '\e808'; } /* '' */
.icon-right-small:before { content: '\e809'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-play:before { content: '\e80a'; } /* '' */

:root{
   --primary-font:'Poppins', sans-serif;
   --black:#111;
   --gray:#666;
   --red:#E11D31;
   --white:#fff;
   --bg-gradient:linear-gradient(90deg, rgba(227,30,50,1) 0%, rgba(237,106,34,1) 100%);
   --bg-hover:linear-gradient(90deg, rgba(237,106,34,1) 0%, rgba(227,30,50,1) 100%);
}


body {
    width: 100%;
    height: 100%;
    font-family: var(--primary-font);
    font-weight: 300;
    font-size:16px;
    background-color:var(--white);
    line-height:28px;
	  color:var(--black);
    font-display: swap;
}
html {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
button:focus {
    outline: 0px dotted;
}

b, strong{
  font-family: var(--primary-font);
	font-weight: 500;
	color:var(--black);
  }
p{
	color:var(--black);
	line-height:1.8;
	font-size: 16px;
	}

h1{
    font-family: var(--primary-font);
    color:var(--black);
    line-height:1.25;
    font-size:42px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom:20px;
}
h2{
  font-family: var(--primary-font);
  color:var(--black);
  line-height:1.4;
  font-size:31px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom:20px;
}
h3{
   font-family: var(--primary-font);
   color: var(--black);
   font-size:24px;
   line-height:1.4;
   font-weight: 500;
}
h4{
  font-family: var(--primary-font);
  color: var(--black);
  font-size:18px;
  line-height:1.5;
  font-weight: 500;
}
.text-justify{
	text-align: justify;
}
.row-box{
	width:100%;
	clear:both;
	display:-webkit-flex;
   display:-webkit-box;
  display:-moz-flex;
   display:-moz-box;
   display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d-center{
	align-items: center;
	justify-content: center;
}
.d-left {
    justify-content: start;
}
.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section, footer{
	width:100%;
	clear:both;
  display: flex;
	flex-wrap: wrap;
  position: relative;
	}
.ml-auto{
	margin-left: auto;
}
.m-top{
  margin-top: 120px;
}	
.padding{
	padding:60px 0;
	}
.padding-sm{
	padding:40px 0;
	}
.navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height:2px;
    background:#000;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width:25px;
}
.navbar-toggler:hover span:nth-child(1) {
    width:38px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width:38px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform:rotate(-45deg) translate(4px,-4px);
	-ms-transform:rotate(-45deg) translate(4px,-4px);
	transform:rotate(-45deg) translate(4px,-4px);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color:var(--black);
  font-family:var(--primary-font);
  font-size: 15px;
  font-weight: 500;
  padding:42px 12px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color:var(--red);
}
.navbar-toggler span {
  width:38px;
  height: 2px;
  margin-bottom: 6px;
  background: #fff;
}
.navbar-brand img{
  width:170px;
}
.dropdown-menu {
  min-width: 22rem;
  padding:18px 0;
  margin-top: 0;
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.08);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 0;
  border: 0;
}
.dropdown-menu .dropdown-item {
  padding:0.36rem 1.8rem;
  font-weight: normal;
  border: 0;
  line-height: 24px;
  white-space: normal;
}
.dropdown-item:hover {
  background: transparent;
  color:var(--red);
  padding-left:1.7rem;
}
.dropdown-menu li.dropdown::after {
  position: absolute;
  content: "›";
  right: 17px;
  top: 6px;
  font-size: 19px;
  color: #666;
  border: 0;
}
.mega-menu{
  position: inherit;
}
.mega-menu .dropdown-menu{
  left:0;
  right:0;
  flex-wrap: wrap;
}
.mega-menu .dropdown-menu li{
  width:33%;
}
.navbar ul li.dropdown:hover > a {
  color:var(--red);
}
header .container{
  position: relative;
}
.menu-right .icon-search{
  color: var(--red);
  font-size:20px;
  display: none;
}
.ma5-tog {
  background-color:var(--red);
  padding: 10px 12px 6px 12px;
  width: auto;
  height: auto;
  margin-left: 8px;
}
.ma5-tog span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ma5-tog span:nth-child(1) {
  width: 16px;
}
.ma5-tog:hover span:nth-child(1) {
  width: 25px;
}
.ma5menu__container {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
}
.ma5menu__panel > ul li a {
  color:var(--black);
  padding:10px 30px 10px 30px;
  font-size: 16px;
  letter-spacing: 0;
  min-height: 45px;
}
.ma5menu__btn--enter {
  color: #222;
}
.ma5menu__panel{
background-color: #fff;
}
.ma5menu__btn--enter {
background-size: 18px 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
}
.ma5menu__btn--enter:hover{
  background-size:22px 22px;
}
.ma5menu__panel > ul li a{
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out !important;
}
.ma5menu__panel > ul li:hover a{
  color: var(--red);
  padding-left:35px;
}
.ma5menu__btn--leave {
left: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
}
.ma5menu__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23111%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
}
.ma5menu__logo {
  background-image: url("../images/logo.png");
width: 100%;
  height: 100%;
background-size:auto 38px;
background-position: center;
  background-repeat: no-repeat;
}
.ma5menu__head {
  border-bottom: 1px solid #fff;
margin-top: 10px;
}
.ma5menu__leave {
  font-size: 16px;
  color:var(--black);
  font-weight: 500;
}
.ma5menu__panel > ul {
margin: 15px 0px 0px 0px;
padding: 15px 0 20px 0px;
}
.ma5menu__panel hr {
border-bottom: 1px solid #333;
width: 83%;
margin:4px auto 12px auto;
}
.ma5menu__leave::after {
left: auto;
right:20px;
color: #666;
background-color: transparent;
margin-left: -20px;
content: '';
width:15px;
height: 15px;
position: absolute;
top: 15px;
margin-top:0;
background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23111%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E);

}
.ma5menu--active::before {
  background-color: rgba(0, 0, 0, 0.26);
}
.ma5menu__panel.lvl-0 {
  text-transform: inherit;
}
.ma5menu__alert{
background-image: -o-linear-gradient(top, rgba(14,101,182,0) 0%, #fff 50%);
  background-image: linear-gradient(to bottom, rgba(14,101,182,0) 0%, #fff 50%);
}
.ma5menu__icon-up{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23555%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E");
}
.ma5menu__panel{
scrollbar-color: #b5b5b5 #eee;
}
.ma5menu__panel > ul li a:hover {
  color: #b83634;
}
.ma5menu__leave:hover {
color: #b83634;
}
.ma5-tog span {
  width: 25px;
  height:2px;
  background:#fff;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ma5-tog span:nth-child(1) {
  width: 16px;
}
.ma5-tog:hover span:nth-child(1) {
  width: 25px;
}
.ma5-tog {
  background:var(--bg-gradient);
  padding:10px 20px 6px 20px;
  width: auto;
  height: auto;
  margin-left: 8px;
  border-radius:50px;
}
.ma5menu__footer {
  background-color: #eee;
}
.ma5menu__footer a {
  color: #333;
  text-decoration: none;
}
.ma5menu__footer a:hover {
  color: #b83634;
}

.fix-nav .navbar{
  background-color:#fff;
  padding: 0;
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fix-nav .navbar-brand img {
  width:120px;
}
.fix-nav .navbar-expand-lg .navbar-nav .nav-link {
  padding:22px 15px;
} 
.btn-red{
  border-radius:0px;
  background:var(--bg-gradient);
  color:#fff;
  border-radius:50px;
  padding:11px 25px;
  text-align: center;
  font-size:14px;
  border:0;
  font-size:17px;
  min-width: 180px;
  transition: all 0.5s;
  
}
.btn-red:hover{
  background:var(--bg-hover);
  color:var(--white);
}
.btn-white{
  background: var(--white);
  color: var(--red);
}
.btn-red span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn-red span:before {
  position: absolute;
  opacity: 0;
  top:3px;
  right:-30px;
  font-size: 20px;
  transition: 0.5s;
}
.btn-red:hover span {
  padding-right:10px;
}
.btn-red:hover span:before {
  opacity: 1;
  right:-15px;
}
.btn-link{
  font-size:16px;
  text-decoration: none;
  font-weight: normal;
  color: #000;
}
.btn-link span{
  font-size: 20px;
  margin-left: -6px;
} 
.img-zoom img{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.img-zoom:hover img, .img-zoom:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.zoom {
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}
@keyframes zoomout {
    0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}/*End of Zoom out Keyframes */


.slick-dots li{
  width:15px;
  height:15px;
}
.slick-dots li button:before {
  font-size:32px;
  width:15px;
  height:15px;
}
.slick-dots li button{
  width:15px;
  height:15px;
}
.slick-slide img {
  margin: 0 auto;
}
.banner-right{
  display: flex;
  align-items:center;
  gap:40px;
}
.slick-slide .banner-text {
  display: none;
}
.slick-slide.slick-active .banner-text{
  display: block;
}
.main-slider .slick-prev {
  left: -55px;
}
.main-slider .slick-next {
  right: -55px;
}
.banner-img{
  border-radius:300px;
  width: 405px;
  height:580px;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 100/90;
}
.img-br{
  position: relative;
  overflow: hidden;
  border-radius:300px;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-br:hover{
  border: 1px solid #b6b6b6;
}
.b-btn{
  font-size:20px;
  position: absolute;
  bottom: 30px;
  left: auto;
  right: auto;
  background-color:var(--red);
  color: var(--white);
  border-radius:50px;
  padding:10px 30px;
  margin-bottom: 20px;
}
.b-btn:hover{
  background-color:#EC6523;
  color: var(--white);
}

.delay-1s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.elimate{
  width:76px;
  height:265px;
  background-color:#F8F8F8;
  border-radius:60px;
}
.banner-text{
  max-width:450px;
}
.banner-text h1{
  font-weight:500;
}
.banner-text h1 span{
  color: var(--red);
}
.banner-text .btn{
  margin-top:12px;
}
.who-sec .v-sec img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.v-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  height:341px;
  overflow: hidden;
}
.v-sec span {
  width: 75px;
  height: 75px;
  position: absolute;
  top: auto;
  background-color:var(--white);
  font-size:27px;
  color:var(--red);
  border-radius: 50%;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v-sec:hover span{
  background-color: var(--red);
  color:var(--white);
}
#videoModal .btn-close {
  position: absolute;
  right: -34px;
  top: 0;
  color: #fff;
  background: url(../images/close.svg);
  opacity: 1;
}
.slick-prev:before {
  content: ' ';
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 21px;
  display: inline-block;
}
.slick-next:before {
  content: ' ';
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 21px;
  display: inline-block;
  background-position: right;
}
.treat-slider{
  margin-top:30px;
}
.treat-box{
  padding:0 20px;
  text-align: center;
  display: block;
}
.treat-box img{
  width:100%;
  height:auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 100/80;
}
.treat-box h3{
  margin-top:20px;
}
.treat-box:hover h3{
  color: var(--red);
}
.treat-box p{
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.round-20{
  border-radius:20px;
}
.img-box{
  overflow: hidden;
}
.why-sec img.why-img{
  width:100%;
  height:auto;
  object-fit: cover;
  object-position:left top;
  aspect-ratio:100/114;
}
.why-sec h4{
  border: 1px solid #ddd;
  padding: 21px 24px;
  border-radius: 10px;
  margin: 20px 0;
  font-size: 16px;
}
.br-box{
  border:1px solid #ddd;
  padding:30px 20px;
  border-radius:20px;
}
.icon-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.num-count .icon-text{
  flex-direction: column;
  text-align: center;
}
.icon-text img{
  flex: 0 0 auto;
}
.text-num{
  padding-left: 0;
  padding-top: 15px;
}
.text-num h2{
  color: var(--red);
  margin-bottom:5px;
  line-height: 1;
}
.text-num p{
  margin-bottom:0;
}
.br-box .brl + .brl{
  border-left:1px solid #ddd;
}
.usp-sec{
  background-color:#E8E8E8;
}
.ex-pro-box {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  background-color:#000;
}

.usp-sec .img-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  opacity:0.8;
  left: 0;
  right: 0;
  width: 100%;
  height:177px;
  z-index: 1;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 100%);
}
.usp-bottom {
  position: absolute;
  bottom:-40px;
  left: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.ex-pro-box:hover .usp-bottom{
  bottom:50px;
}
.ex-pro-box  img{
  opacity: 0.9;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 100/80;
}
.ex-pro-box:hover img{
  opacity:0.7;
}
.usp-bottom h4{
  color:var(--white);
  font-size:21px;
  margin-bottom: 30px;
}
.usp-bottom p{
  color:var(--white);
  font-size:15px;
  line-height:26px;
}
.usp-bottom .btn-link{
  color: var(--white);
}
.news-box{
  border:1px solid #ddd;
  border-radius:20px;
  overflow: hidden;
  display: block;
}
.news-box:hover{
  border-color:var(--red);
}
.news-box:hover h4{
  color:var(--red);
}
.news-box img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 100/50;
}
.news-con{
  padding:20px;
}
.date{
  font-family: var(--primary-font);
  font-weight: normal;
  font-size: 15px;
  color: var(--red);
}
.news-box h4{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  min-height: 49px;
}
.news-box p{
 color:var(--gray);
 font-weight:300;
 line-height:1.7;
 margin-bottom:0;
 -webkit-line-clamp:2;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 overflow: hidden;
}
.right-arrow-slide .slick-arrow {
  position: absolute;
  top: -45px;
}
.right-arrow-slide .slick-prev {
  right: 49px;
  left: auto
}
.right-arrow-slide .slick-next {
  right:0;
}
.blog-box{
  border:1px solid #ddd;
  display: flex;
  align-items: center;
  border-radius:10px;
  overflow: hidden;
  margin-bottom:20px;
}
.blog-box:hover{
  border-color:var(--red);
}
.blog-con{
  padding:20px;
  display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.blog-box img{
  width:170px;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio:100/81;
}
.blog-box h4{
  line-height:1.55;
  margin-bottom:0;
  margin-top:8px;
  min-height: 55px;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
}
.testimonial-sec{
  padding-bottom:180px;
  position: relative;
  z-index: 1;
  background: rgb(238,101,31);
  background: linear-gradient(0deg, rgba(238,101,31,1) 0%, rgba(227,27,53,1) 100%);
}
.testimonial-sec::before{
  content:'';
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  background-image:url(../images/map-bg.png);
  background-repeat: no-repeat;
  background-size:100%;
  background-position: center;
  z-index: -1;
}
.testimonial-sec h1, .testimonial-sec p, .testimonial-sec h4, .testimonial-sec i{
  color:#fff;
}
.testimonial-sec .photo{
  border-radius:50%;
  width:130px;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio:100/100;
  margin-bottom:30px;
}
.testimonial-slide{
  max-width:950px;
  margin:50px auto 50px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.dest{
  margin-top:20px;
}
.testimonial-slide .slick-arrow{
  position: absolute;
  width:40px;
  height:40px;
  background-color:#fff;
  border-radius:50%;
  opacity:0.6;
}
.testimonial-slide .slick-arrow:hover{
  opacity:1;
}
.testimonial-slide .slick-prev{
  left:-80px;
}
.testimonial-slide .slick-next{
  right:-80px;
}
.testimonial-slide .slick-dots{
  bottom: auto;
}
.testimonial-slide .slick-dots li{
  width:58px;
  height:58px;
  overflow: hidden;
  border-radius:50%;
  position: absolute;
  background-color:#fff;
  background-size:100%;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.testimonial-slide .slick-dots li:hover, .testimonial-slide .slick-dots li.slick-active{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.2);
}
.testimonial-slide .slick-dots li button{
  opacity:0;
}

.testimonial-slide .slick-dots li:nth-child(1){
  left:-148px;
  top:400px;
  background-image: url(../images/testimonials/arun-shah.jpg);
}
.testimonial-slide .slick-dots li:nth-child(2){
  left: -18%;
  top: 24px;
  background-image: url(../images/testimonials/piyush-desai.jpg);
}
.testimonial-slide .slick-dots li:nth-child(3){
  left: -26%;
  top: 182px;
  background-image: url(../images/testimonials/sweta-gandhi.jpg);
}
.testimonial-slide .slick-dots li:nth-child(4){
  right: -80px;
  top: -13px;
  background-image: url(../images/testimonials/manish-nagpal.jpg);
}
.testimonial-slide .slick-dots li:nth-child(5){
  right:-182px;
  top: 215px;
  background-image: url(../images/testimonials/nidhi-panchal.jpg);
  background-size:100%;
}
.testimonial-slide .slick-dots li:nth-child(6){
  right:-130px;
  bottom:-510px;
  background-image: url(../images/testimonials/anita-karwal.jpg);
}

.ph{
  width:58px;
  height:58px;
  overflow: hidden;
  border-radius:50%;
  position: absolute;
  left:15%;
  top:30%;
  background-color:#fff;
}
.ph img{
  width:100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio:100/100;
}
.p1{
  left:10%;
  top:20%;
}
.p2{
  left:5%;
  top:40%;
}
.p3{
  left: auto;
  right: 15%;
  top: 15%;
}
.p4{
  left: auto;
  right: 7%;
  top: 42%;
}
.p5{
  left: auto;
  left: 10%;
  top: 65%;
}
.p6{
  left: auto;
  right: 10%;
  top: 71%;
}
.p7{
  width:30px;
  height:30px;
  left: 23%;
  top: 23%;
}
.p8{
  width:30px;
  height:30px;
  right: 16%;
  top: 30%;
  left: auto;
}
input.form-control {
  height:50px;
}
.form-select {
  height:50px;
}
.form-control {
  border: 1px solid #CCCCCC;
}
.white-box{
  background-color:#fff;
  border-radius:20px;
  padding:35px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  box-shadow:0 2px 22px rgba(0, 0, 0, 0.2);
}
.inqury-sec{
  z-index: 1;
  position: relative;
}
.inqury-sec .white-box{
  margin-top:-170px;
  background-image: url(../images/vect4.svg);
  background-repeat: no-repeat;
  background-position: bottom 15px right -154px;
  background-size: 300px;
}
.list-arrow {
  width: 100%;
  display: block;
  list-style-type: none;
  padding-left:0px;
}
.list-arrow li {
  padding:5px 0;
  display: block;
}
.list-arrow li a {
  font-size:14px;
  position: relative;
  color: #fff;
}
.list-arrow li a:hover{
  padding-left:5px;
  color:#c9c9c9;
}
.list-arrow li{
  position: relative;
  padding-left:20px;
}
.list-arrow li:before {
  position: absolute;
  left: -1px;
  top: 10px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E804';
  color:var(--white);
}
.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 li {
  flex: 0 0 auto;
  width: 25%;
}
footer{
  background-color:#3E3E3E;
  padding-top:50px;
}
footer p, footer p a{
  color:#fff;
}
footer p a:hover{
  color:#EC6324;
}
.footer-bottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-top:25px;
  border-top: 1px solid #666;
}
.footer-bottom p {
  color:#fff;
  font-size: 14px;
}
.icon {
  border-radius: 50%;
  color:#EC6523;
  margin-right:7px;
  text-align: center;
  font-size:24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-text {
  -ms-flex: 1;
  flex: 1;
  justify-content: start;
}
.icon-text p{
  margin-bottom:0;
}
.follo-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.follo-icon a {
  background-color:#EC6324;
  padding:1px;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 3px 5px;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.follo-icon a:hover{
  -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.icon-mail-alt{
  font-size:18px;
}
.cont-d{
  background-color:#363636;
  border-radius:10px;
  padding:15px;
  margin-bottom:40px;
}
.f-icons:hover p{ 
  color:#EC6324;
}
.f-icons  span{
  -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.f-icons:hover span{
  -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.whatsapp_btn{
  position: fixed;
  bottom:1em;
  right:8px;
  width:50px;
  height:50px;
  z-index: 11;
}
.whatsapp_btn .icon_logo{
  position: relative;
  z-index: 100;
  padding: 5px;
}
.whatsapp_btn .icon_logo > a > img{
  width: 100%;
}
.whatsapp_btn .circle_waves, .call-btn .circle_waves{
  border-radius: 50%;
  background-color: #3cc04e;
  width:50px;
  height:50px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.call-btn .circle_waves{
  background-color: var(--red);
}
.call-btn {
  position: fixed;
  right: 12px;
  bottom:80px;
  z-index: 3;
  height:50px;
  width:50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-btn a{
  border:2px solid #fff;
  background-color: var(--red);
  color: var(--white);
  margin: 0;
  font-size:23px;
  border-radius: 50%;
  text-align: center;
  height: 40px;
    width: 40px;
    position: relative;
    z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes waves {
  from {
      transform: scale(.55, .55);
      opacity: .6;
  }
  to {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}
.search-box{
  max-width: 600px;
  position:fixed;
  right: 90px;
  top: 90px;
  left: auto;
  width: 100%;
  z-index:1031;
  display:none;
}
.search-inp{
  position: relative;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.2);
}
.search-inp .icon-search{
  position: absolute;
  top: 28px;
  right: 27px;
  cursor: pointer;
  color: #666;
}
.search-inp .icon-search:hover{
  color: var(--red);
}
.search-active .search-box{
  display: block;
}
.search-active .search-click:before {
  content:'\e80b';
}
.search-active .search-click{
  background-color: #f3f3f3;
}
.search-click{
  cursor: pointer;
  padding: 5px;
  border-radius: 6px;
}
.search-click:hover{
  background-color: #f3f3f3;
}
.fix-nav .search-box {
  max-width: 600px;
  position: fixed;
  right: 90px;
  top: 74px;
}
.who-sec .container{
  position: relative;
}
.vector{
  position: absolute;
  left: -79px;
  top:100px;
  z-index: 1;
  width: 180px;
}
.vector img{
  width:100%;
}
.treat-sec{
  overflow: hidden;
}
.vector-rr{
  position: absolute;
  right: -136px;
  top: 0px;
  z-index: 1;
  width: 270px;
  opacity: 0.5;
}
.why-sec .container{
  position: relative;
}
.vector-why {
  position: absolute;
  left: -73px;
  top: 176px;
  z-index: 1;
  width: 170px;
}
.vector-why img{
  width:100%;
}
.usp-sec{
  overflow: hidden;
}
.vector-usp{
  position: absolute;
  right: -88px;
  top: 413px;
  z-index: 1;
  width: 170px;
}
.inner-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner img {
  width: 100%;
  opacity: 0.6;
}
.banner-md img{
  opacity:1;
}
.inner-banner h1 {
  color: #fff;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  margin-bottom: 0;
}
.br-box-l {
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding:34px 34px;
  display: block;
}
.br-box-l + .br-box-l{
  margin-top:30px;
}
.br-box-l h2 span {
  font-size:18px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #D1D1D1;
  font-weight:500;
}
.br-box-l p{
  margin-bottom:0;
}
.round-10{
  border-radius:10px;
}
.d-photo{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.director .follo-icon{
  position: absolute;
  bottom:15px;
}
.testimonials-page iframe{
  height:310px;
  border-radius: 10px;
}
.test-box{
  display: flex;
  margin-bottom:30px;
}
.test-box img{
  width: 61px;
  border-radius: 50%;
  height: 61px;
  overflow: hidden;
  flex: 0 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.text-box-i{
  border: 1px solid #ddd;
  padding:30px;
  border-radius:10px;
  position: relative;
}
.journey .text-box-i{
  border-color:#ec6523;
  background-color:#ec6523;;
}
.test-box:hover .text-box-i{
  border-color: #afafaf;
}
.test-box:hover img{
  -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.test-box:hover .text-box-i::before{
  border-color:transparent #afafaf transparent transparent;
}
.test-box-title{
  display:flex;
  align-items: center;
}
.text-box-i h4{
  font-size: 16px;
  position: relative;
  margin: 0;
  padding-left: 16px;
  line-height: 1.3;
}
.text-box-i h4 span{
  font-size:14px;
  padding-left:10px;
  margin-left:10px;
  border-left: 1px solid #D1D1D1;
  font-weight: normal;
}
.grid-box {
  -webkit-column-count:2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.grid-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 25px;
  width: 100%;
}
.test-filters{
  background-color: #F6F6F6;
  padding: 0 15px;
  border-radius: 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.test-filters ul{
  list-style-type: none;
  padding:0;
  margin:0;
}
.test-filters ul li{
  display: inline-block;
}
.test-filters .btn{
  border:0;
  padding:20px 9px;
  border-radius:0;
  border-bottom:1px solid transparent;
}
.test-filters .btn.active{
  border-color: var(--red);
  color: var(--red);
}
.btn-video{
  font-weight:500;
}
.test-filters .btn:hover{
  color: var(--red);
}
.technologies, .tech-video{
  text-align: center;
}
.technologies h4, .tech-video h4{
  margin-top:20px;
}
.technologies .v-sec, .tech-video .v-sec {
  height:250px;
}
.technologies .v-sec img, .tech-video .v-sec img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}
.technologies .v-sec span, .tech-video .v-sec span {
  width: 60px;
  height: 60px;
  font-size: 22px;
}
.technologies, .tech-video{
  margin-top:40px;
}
.technologies .slick-slide{
  padding:0 15px;
}
.gray-bg{
  background-color:#F2F2F2;
}
.list-dot {
  width: 100%;
  display: block;
  list-style-type: none;
  padding-left: 0;
}
.list-dot li{
  position: relative;
  padding-left: 18px;
  padding-bottom: 10px;
}
.list-dot li::before {
  content: '';
  position: absolute;
  left: 0;
  background-color:var(--red);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 9px;
}
.half-list{
  display: flex;
  flex-wrap: wrap;
}
.half-list li{
  width:50%;
  padding-right: 15px;
}
.accor-treat .accordion-item{
  border-radius:8px;
  margin-bottom:10px;
  border: 1px solid #ddd;
  background-color:#f7f7f7;
}
.accor-treat .accordion-button{
  font-size: 24px;
  font-weight: 500;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  color: var(--red);
}
.accor-treat .accordion-body{
  padding-top:0;
  padding-bottom:20px;
}
/* .accor-choose .accordion-item{
  background-color:#EC6523;
  border-color:#EC6523;
} */
.accor-choose .accordion-item{
  border:0;
}
.accor-choose .accordion-header .accordion-button.collapsed {
  background-color:#f5f5f5;
  border-radius: 5px;
}
.accor-choose .accordion-header .accordion-button {
  background-color:#EC6523;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}
.accor-choose .accordion-collapse{
  background-color:#f5f5f5;
}
.accor-choose .accordion-collapse.show{
  background-color:#EC6523;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}
.accor-choose .accordion-item:hover .accordion-collapse{
  background-color:#EC6523;
}
.accor-choose .accordion-item:hover .accordion-collapse p{
  color:var(--white);
}
.accor-choose .accordion-button::after{
  background-image: url(../images/down-black.svg);
}

.accor-choose .accordion-item .accordion-button.collapsed, .accor-choose .accordion-item p{
  color: var(--black);
}
.accor-choose .accordion-collapse.show p, .accor-choose .accordion-item .accordion-button{
  color: var(--white);
}
.inline-list{
  padding:0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom:0;
  }
.inline-list li{
  margin: 4px;
  line-height: 1;

}
.inline-list li a{
  background-color: #F3F3F3;
  color: var(--black);
  border-radius: 5px;
  padding:8px 12px;
  line-height: 1;
  font-size:15px;
  display: flex;
  cursor: default;
}
.inline-list li a:hover{
  background-color: var(--red);
  color:var(--white);
}
.accor-treat{
  margin-top:30px;
}
hr{
  border-color:#B8B8B8;
  margin:50px 0;
}
.round-50{
  border-radius:50%;
  width:120px;
  height:120px;
  object-fit: cover;
  object-position: center;
}
.test-inner{
  text-align: center;
  padding:15px 30px;
}
.test-inner img{
  margin-bottom:20px;
}
.test-inner i{
  font-style: normal;
  font-weight: 300;
}
.test-inner h4{
  margin-top:18px;
}
.inner-testimonial .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.6;
}
.inner-testimonial .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.6;
}
.inner-testimonial .slick-arrow:hover, .inner-testimonial .slick-arrow:hover{
  opacity:1;
}
.inner-test-sec{
  padding-bottom:180px;
}
/* .testimonial-sec p{
  -webkit-line-clamp:7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
} */
.video-page iframe{
  margin-bottom:25px;
  border-radius:10px;
  height:280px;
}
.journey-box{
  display: flex;
  position: relative;
}
.journey-box{
  padding-bottom:30px;
}
.journey-box::before{
  content: '';
  background-color: var(--red);
  width:1px;
  height:100%;
  position: absolute;
  top:20px;
  left:69px;
}
.journey-box + .journey-box::before{
  top:0px;
}
.journey-box .year{
  font-size:20px;
  font-weight:500;
  color:var(--black);
  position: relative;
  padding-right: 30px;
  margin-top:12px;
  width: 76px;
  flex: 0 0 auto;
}
.journey-box .year::after{
  content: '';
  background-color:#ec6523;
  width:12px;
  height:12px;
  border-radius:50%;
  position: absolute;
  top:7px;
  right:0;
}
.journey-box .text-box-i {
  margin-left: 28px;
  width: 100%;
}
.journey-box .text-box-i p{
  margin-top:15px;
  margin-bottom:0;
  color:#111111;
  text-align: justify;
}
.journey-box h3{
  font-size:20px;
}
.journey-btn{
  background-color: var(--red);
  border-radius: 10px;
  padding: 10px 24px;
  color: var(--white);
  display: inline-block;
  font-weight: 500;
}
.journey .text-box-i::before {
  content: '';
  border-width: 7px 12px 7px 0px;
  border-color: transparent #ec6523 transparent transparent;
  border-style: solid;
  top: 19px;
  right: auto;
  left: -13px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
}
.journey .journey-box:nth-child(2n + 1) .text-box-i {
  border-color:var(--red);
  background-color:var(--red);
}
.journey .journey-box:nth-child(2n + 1) .text-box-i::before {
  border-color: transparent var(--red) transparent transparent;
}
.journey .journey-box:nth-child(2n + 1) .year::after{
  background-color:var(--red);
}
.journey .list-dot li{
  color:var(--white);
  font-size: 17px;
}
.journey .list-dot li:last-child{
  padding-bottom:0px;
}
.journey .list-dot li::before{
  background-color:var(--white);
}
.contact-page .nav-pills{
  margin-right:35px;
}
.contact-page h3{
  margin-bottom:25px;
  font-size: 21px;
}
.contact-page .nav-pills .nav-link{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding:15px 20px 15px 26px;
  width: 360px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  margin-bottom: 15px;
  color: var(--black);
}
.contact-page .nav-pills .nav-link span{
  font-size:20px;
  color:#BCBCBC;
}
.contact-page .nav-pills .nav-link span{
  margin-left: auto;
}
.contact-page  .nav-pills .nav-link:hover{
  border-color: #666;
}
.contact-page  .nav-pills .nav-link.active{
  background: var(--bg-gradient);
  color:var(--white);
  border-color: transparent;
}
.contact-page .nav-pills .nav-link.active span{
  color:var(--white);
}
.contact-page .icon{
  align-items: start;
  width: 28px;
}
.contact-page iframe{
  height:385px;
  margin-top:30px;
}
.media-page .slider-nav span{
  font-weight:500;
  cursor: pointer;
}
.media-page .slider-nav .slick-center span{
 color: var(--red);
}
.media-page .slider-nav .slick-slide{
 text-align: center;
}
.media-page .slider-nav{
  background-color:#F6F6F6;
  padding: 8px 12px;
  border-radius: 8px;
}
.sm-count .icon-text{
  justify-content: space-between;
}
.thum-gallery .wow{
  overflow: hidden;
  border-radius:8px;
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
}
.thum-gallery .wow img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 100/75;
}
.ab-img {
  float: right;
  max-width:385px;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius:10px;
}
.inner2 p{
  text-align: justify;
}
.inner-p{
  position: relative;
  overflow: hidden;
}
.inner-p .vector-rr{
  top: 60px;
}
.red{
  color: var(--red);
}
.red span{
  color: var(--gray);
  font-weight:300;
}
.lotus-right{
  background-image: url(../images/vect4-bg.svg);
  background-repeat: no-repeat;
  background-position: top 55px right -131px;
  background-size: 260px;
}
.lotus-left{
  background-image: url(../images/vect5-left.svg);
  background-repeat: no-repeat;
  background-position:bottom 5px left -131px;
  background-size: 260px;
}
.media-page .slider-for .slick-slide{
  height:0;
}
.media-page .slider-for .slick-active{
  height:100%;
}
.doct-contact .br-box{
  display: flex;
  align-items: center;
  background-color:#fff;
  padding: 28px 30px;
}
.con-nam {
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid #ddd;
  margin-right: 30px;
}
.con-nam img{
  width:80px;
  margin-right:15px;
  border-radius:8px;
  height: auto;
  object-fit:cover;
  object-position: center;
  aspect-ratio: 100/90;
}
.con-nam p{
  margin-bottom:0;
  text-align: left;
}
.doct-contact .br-colom {
  align-items: start;
  flex-direction: column;
  padding: 28px 30px 20px 30px;
}
.br-colom .con-nam {
  display: flex;
  align-items: center;
  padding-right: 0;
  border-bottom: 1px solid #ddd;
  margin-right: 0;
  padding-bottom: 20px;
  margin-bottom:13px;
  border-right:0;
  width: 100%;
}
.gallery .accordion-button{
    font-weight: 500;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    line-height: 1.5;
}
.gallery .accordion-button:not(.collapsed) {
  color: var(--red);
}
.gallery .accordion-item {
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.form-control[type=file]{
  line-height: 2.3;
}
.btn-both{
  align-items: center;
  justify-content:space-between;
  margin-bottom:35px;
}
.btn-gray{
  background:#f7f7f7;
  color: var(--black);
  cursor: default;
  pointer-events: none;
}
.clinic .text p{
  text-align: justify;
}
.rehab p{
  text-align: justify;
}
.ability-c .treat-box{
  margin:30px 0;
}
.ability-c .treat-box h3{
  font-size:20px;
}
.ability-video .v-sec{
  height: 326px;
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
  box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
}
.blog-page .news-box img {
  aspect-ratio: 100/65;
}
.blog-page .news-box:hover {
  border-color: #ddd;
  -webkit-box-shadow: 0px 1px 16px 0px rgb(54 54 54 / 17%);
  -moz-box-shadow: 0px 1px 16px 0px rgba(54, 54, 54, 0.17);
  box-shadow: 0px 1px 16px 0px rgb(54 54 54 / 17%);
}
.sm-img{
  width:100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio:100/70;
}
.values .br-box {
  padding: 30px;
  height:100%;
}
.gray-bg .inline-list li a{
  background-color:#ffffff;
}
.gray-bg .inline-list li a:hover{
   color:#ffffff;
   background-color: var(--red);
}
.gray-bg .accor-treat .inline-list li a {
  background-color: #F3F3F3;
}
.gray-bg .accor-treat .inline-list li a:hover{
  color:#ffffff;
  background-color: var(--red);
}
.tech h3{
  font-size: 30px;
}
.ma5menu__btn--enter {
  background-position: right 20px center;
  width: 100%;
}
.appointment label {
  font-size: 13px;
}
.form-box {
  padding:30px 25px;
  background-color:#fff;
}
.testimonial-slide .stories-box{
  text-align: left;
}
.stories-box{
  display: flex;
  align-items: start;
  flex-direction: column;
}
.testimonial-sec .photo{
  flex: 0 0 auto;
}
.stories-text{
  padding-left: 25px;
  text-align: center;
}
.gallery-list h3{
  font-size:20px;
}
.gallery-list .treat-box{
  padding:0;
}
.c-slide{
  border-radius:20px;
  overflow: hidden;
}
.c-slide img{
  object-fit: cover;
  object-position: center;
  width:100%;
  height: auto;
  aspect-ratio:100/80;
}
.over{
  overflow: hidden;
}
.director img{
  border-radius:20px;
  object-fit: cover;
  object-position: center;
  width:100%;
  height: auto;
  aspect-ratio:100/100;
}
.director.lotus-right {
  background-position: bottom 0 right -131px;
}

.director h2 span {
  font-size: 18px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #D1D1D1;
  font-weight: 500;
  color: var(--red);
}
.director p{
  text-align: justify;
}
.director h2{
  margin-bottom: 6px;
}
.director{
  border-bottom:1px solid #ddd;
}
.video-box{
  position: absolute;
  top: auto;
}
.video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
}
.waves {
  position: relative;
  height:80px;
  margin-top:0px;
}
.waves .circle-1 {
  position: relative;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  width:80px;
  height:80px;
  -webkit-animation: wave2 2s linear 0s infinite normal;
  animation: wave2 2s linear 0s infinite normal;
}
.waves .circle-2 {
  position: relative;
  top:-80px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  width:80px;
  height:80px;
  -webkit-animation: wave2 3s linear 0s infinite normal;
  animation: wave2 3s linear 0s infinite normal;
}
.waves .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top:-160px;
  margin: auto;
  border-radius: 50%;
  width:80px;
  height:80px;
  padding: 15px;
  font-size:14px;
  font-weight:500;
  border:1px solid #fff;
  background:var(--white); 
  text-transform: uppercase;
  color:var(--red);
  -webkit-text-shadow: 0 0 35px rgba(0, 0, 0, .1);
  text-shadow: 0 0 35px rgba(0, 0, 0, .1);
  -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  transition:all 0.3s ease-in-out 0s;
}
.waves .circle:hover {
  background-color:transparent;
  color:var(--white);
  cursor: pointer;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@-webkit-keyframes wave2 {
  0% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  5% {
      opacity: .3;
  }
  70% {
      opacity: .6;

  }
  100% {
      opacity: 0;
      -webkit-transform: scale(2.5);
      transform: scale(2.5);
  }
}

@keyframes wave2 {
  0% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  5% {
      opacity: .3;
  }
  70% {
      opacity: .6;

  }
  100% {
      opacity: 0;
      -webkit-transform: scale(2.5);
      transform: scale(2.5);
  }
}

.ability-c .ability-icon{
  background-color:transparent;
  border-radius:10px;
  width:100px;
  height:100px;
  padding:8px;
  position: relative;
  margin:30px auto 0 auto;
  border:0px solid #aaa;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ability-c .treat-box p{
  color:#EC6523;
}
.ability-c .ability-icon img {
  width: auto;
  object-fit: initial;
  aspect-ratio: auto;
  height: 100%;
}
.treat-box:hover .ability-icon{
  border-radius:50%;
  /* transition: 0.9s;
  transform: rotate(360deg); */
}
.ability-img .sm-img{
  height:100%;
}
video{
  border-radius:20px;
}
.h2-sm{
  line-height: 1.6;
  font-size: 21px;
}
.br-top{
  border-top:1px solid #ddd;
}
.inner-banner-text{
  color: #fff;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  margin-bottom: 0;
  text-align: center;
}
.inner-banner-text h1{
  color:#fff;
  position: relative;
  margin-bottom:10px;
}
.inner-banner-text p{
  font-size:20px;
  color:#fff;
}
.inner-banner-text h3{
  color:#fff;
}
h1 img{
  margin-right:15px;
}
.img-icon{
  position: relative;
  padding-right:20px;
}
.icon-r-img{
  position: absolute;
  right:-24px;
  top: 38%;
  background-color: #fff;
  border-radius: 50%;
  width:90px;
  height:90px;
  padding:15px;
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
  box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.img-icon-left{
  padding-right:0;
  padding-left:20px;
}
.img-icon-left .icon-r-img{
  right:0;
  left:-24px;
}
.poin-list{
  padding-top: 10px;
  list-style-type:none;
  padding-left:0;
  display: flex;
  justify-content: center;
}
.poin-list li{
  font-size:31px;
  color:#ED6A22;
  padding: 0 25px;
  position: relative;
}
.poin-list li::before{
  content:'';
  position: absolute;
  top:12px;
  right:0;
  width:6px;
  height:6px;
  background-color:#ED6A22;
  border-radius:50%;
}
.poin-list li:last-child::before{
  content:none;
}
.ornge-br{
  border-color:#ED6A22;
  margin:30px 0;
}
.core-icon-sec .br-box{
  height:100%;
}
.core-icon-sec .br-box:hover{
  border-color:#ED6A22;
}
.ornge-br p{
  font-size:18px;
}
.img-box-d{
  overflow: hidden;
  height: 100%;
}
.img-box-d img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.join-us-box{
  border-radius: 20px;
  color: #ED6A22;
  padding: 35px 15px;
  text-align: center;
  font-size: 30px;
  width: 100%;
  display:inline-block;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 1px #ED6A22 inset;
  box-shadow: 0 0 0 1px #ED6A22 inset;
}
.join-us-box span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.join-us-box:hover{
  background-color: #fff;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 3em #ED6A22 inset;
  box-shadow: 0 0 0 3em #ED6A22 inset;
}
.join-us-box:hover span {
  padding-right: 10px;
}
.join-us-box span:before {
  position: absolute;
  opacity: 0;
  top:0px;
  right: -30px;
  font-size:30px;
  transition: 0.5s;
}
.join-us-box:hover span:before {
  opacity: 1;
  right:-33px;
}
.error{
  color:red;
  font-size:14px;
}
.ability-slide{
  margin-top: 15px;
}
.ability-slide .slick-dots{
  bottom: 19px;
}
.treat{
  position: relative;
}
.conditions-list a{
  color:var(--red);
  border:1px solid var(--red);;
  border-radius:50px;
  padding:5px 15px;
  display:inline-block;
  margin:7px 5px;
}
.conditions-list a:hover{
  background-color: var(--red);
  color: var(--white);
}
.accor-choose{
  text-align: left;
}
.accor-choose .accordion-button{
  font-size: 17px;
}
.red{
  color: var(--red);
}
.red:hover{
  text-decoration: underline;
}
.img-slide .slick-slide{
  padding:15px;
}
.inner-banner .lokomat-logo{
  width:180px;
  opacity:1;
  border-radius:6px;
}
h1 sup{
  font-size: 0.55em;
  top: -0.7em;
}
.navbar ul ul .dropdown-toggle::after {
  content: none;
}

li a sup {
  top: -0.2em;
  font-size: 1.3em;
}
.dropdown-menu li a sup {
  top: -0.3em;
  font-size:0.85em;
}
.blog-p-img{
  margin-bottom:30px;
}
.blog-page h3{
  margin-top:24px;
}
.blog-page ul li p{
  margin-bottom:10px;
}
.question-box{
  padding: 40px 40px;
  border-color:#ED6A22;
}
.question-list  li{
  font-size:18px;
  font-weight:500;
}
.question-list li::before {
  background-color:transparent;
  background-image: url(../images/question.svg);
  background-repeat: no-repeat;
  width:21px;
  height:23px;
  background-size:100%;
  top:3px;
}
.question-list li {
  padding-left: 33px;
  padding-bottom:18px;
}
.join-box{
  background: var(--bg-gradient);
  border-radius: 20px;
  padding:30px 35px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join-box h3{
  color: var(--white);
  margin-bottom:0;
  text-align: left;
}
.join-box .btn-red{
 background:var(--white);
 color:#ED6A22;
 font-weight:600;
}

.career-test h2{
  color:#fff;
  margin-bottom:30px;
}
.career-test .slick-prev {
  left: -55px;
}
.career-test .slick-next {
  right: -55px;
}
.career-test-box{
  display: flex;
  gap:30px;
}
.career-test-img {
  width: 260px;
  flex: 0 0 auto;
  text-align: center;
}
.career-test-img img{
  border-radius:10px;
  margin-top:10px;
  margin-bottom:20px;
}
.career-test-img p{
  margin-bottom:0;
}
.career-test-cont p{
  text-align: justify;
}
.career-icons img{
  width:90px;
}
.awards-list .grid-box{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.w-box{
  background-color: #fff;
  border-radius:15px;
  padding:12px;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}
.awards-list .thum-gallery .wow img {
  aspect-ratio: auto;
}
.awards-list .thum-gallery .wow{
  margin-bottom:0;
  border-radius:0;
  box-shadow: none;
}
.fix-p{
  height:342px;
  overflow: hidden;
  margin-bottom:15px;
}
.career-test-cont{
  padding-bottom:15px;
}
.link-white{
  margin-top:10px;
  color:var(--white);
  border:1px solid #fff;
  border-radius:50px;
  padding:6px 18px;
  display: inline-block;
}
.link-white:hover{
  background-color:var(--white);
  color:var(--red);
}
.show-con .fix-p{
  height:auto;
}
.less{
  display: none;
}
.show-con .link-white{
  display: none;
}
.show-con .less{
  display:inline-block;
}
.main-tab{
  margin-bottom:45px;
}
.main-tab .nav-link{
  font-size:24px;
  font-weight:500;
  border:0;
  margin: 0;
  padding:15px 30px;
  color:var(--black);
  border-bottom:2px solid transparent;
}
.main-tab .nav-link.active{
  border:0;
  color: var(--red);
  border-bottom:2px solid var(--red);
}
.contact-page .tab-pane .icon-text{
  flex-direction: column;
  align-items: start;
}
.icons-s img{
  width:90px;
  margin-bottom:15px;
}
.break-list{
  list-style-type:none;
  padding-left:0;
  display: flex;
  flex-wrap: wrap;
}
.break-list li{
  text-align: center;
  border: 1px solid #ddd;
  padding-top:10px;
  padding-bottom:10px;
  flex: 0 0 auto;
  width: 33.33333333333%;
  margin-top:-1px;
}
.break-list li:nth-child(1){
  width:50%;
}
.break-list li:nth-child(2){
  width:50%;
}
.break-list li p{
  text-align: center;
  margin-bottom:0;
  line-height: 1.3;
}
.break-list li span{
  font-weight:600;
  font-size:18px;
  color: var(--red);
}
.events-slide .slick-slide{
 padding:0 15px;
}
.success-animation { margin:0 auto;}
.checkmark {
    width:91px;
    height:90px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #1ecd97;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #1ecd97;
    animation: fill .5s ease-in-out .5s forwards, scale .4s ease-in-out .10s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #1ecd97;
    fill: #fff;
    animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}
.red{
	color:rgb(236,0,0);
}
.orange {
    color: #ff623e;
}
.btn-orange2{
    color:#fff;
    background: -webkit-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
    background: linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
}
.btn-bor2{
    background: #fff;
    border: solid 1px t#534c95;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #1ecd97;
    }
}

.thank-page .w-box{
  max-width:650px;
  margin:0 auto;
  padding: 50px 20px;
}
.green{
  color:#1ecd97;
}
.con-nam-rr{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-banner{
  padding-top:30px;
  padding-bottom:60px;
}
.by{
  display: flex;
  align-items: center;
  gap:10px;
}
.by img{
  width:30px;
  height:30px;
  overflow: hidden;
  object-fit: cover;
}
.breadcrumb-new{
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 27px;
}
.breadcrumb-new li{
  font-size: 15px;
  line-height: 1.3;
  padding: 4px 0;
}
.breadcrumb-new .breadcrumb-item+.breadcrumb-item::before{
  content:'>';
}
.breadcrumb-new .breadcrumb-item a{
  color:var(--black);
}
.blog-right{
  position: sticky;
  top: 95px;
}
.blog-right .br-box{
  padding:35px;
}
.blog-right .list-dot li a{
  color:var(--gray);
}
.blog-right .list-dot li a:hover{
  color:var(--red);
}
.posts-slide .slick-slide{
  padding:15px;
}
.blog-bg{
  background-color: #f7f7f7;
} 
.blog-page .news-box .by img {
  aspect-ratio: inherit;
  margin:0;
}
.blog-page .news-box .by b{
  color:var(--gray);
  font-size:14px;
}
.blog-banner .date{
  color: var(--gray);
}
.blog-banner .date img{
  width: 22px;
  opacity: 0.7;
  margin-top: -3px;
}
.terms-p h3 ~ h3{
  margin-top:50px;
}
.mobile{
  display: none;
}
.btn-now{
  cursor: pointer;
  transform: rotate(7deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  top: 45%;
  z-index: 99;
  color: #fff;
  padding: 12px;
  margin: 0;
  width: 145px;
  height: 61px;
  text-align: center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  font-size:17px;
  position: fixed;
  left: auto;
  right: -59px;
  line-height: 17px;
  background:var(--bg-gradient);
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-now:hover{
background:var(--bg-hover);
color:#fff;
}
.iframe{
  pointer-events: none;
  border-radius:20px;
  height:317px;
}
.if-w{
  height:375px;
}
.if-5{
  height:547px;
}

@media only screen and (min-width:991px) {
  .navbar ul li:hover > ul {
      display: block
  }
  .navbar ul li.mega-menu:hover > ul {
      display: flex
  }
  .navbar ul ul ul {
    position: absolute;
    top: 0;
    left:auto;
    right: 100%;
    min-width: 220px;
    display: none;
}
.navbar ul li:nth-child(6) ul {
  min-width: 15rem;
}
}
@media only screen and (min-width:991px) {
  .page-section{
    overflow:hidden;
  }
  .left-content{
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .right-content{
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .bottom-content{
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .top-content{
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .zoom-content{
    opacity: 0;
    -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
    -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .animate .zoom-content{
    opacity: 1;
    -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }
  .animate .left-content, .animate .right-content {
    opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  .animate .bottom-content, .animate .top-content{
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
 
  .navbar{
    padding-bottom:0;
  }
  .inqury-sec img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 100/150;
  }

  }
  @media (max-width:991px) {
    .navbar-toggler {
      display: none;
    }
    .navbar-brand img {
      width: 130px;
    }
    .fix-nav .navbar-brand img {
      width: 90px;
    }
    .search-box {
      right: 15px;
      top: 90px;
      left: 15px;
      width: auto;
      max-width: 100%;
    }
    .fix-nav .search-box {
      top: 58px;
      max-width: 100%;
      right: 15px;
    }
    .vector-usp,  .vector-why, .vector-rr, .vector{
      display:none;
    }
    .inqury-sec .white-box {
      background-position: bottom right -224px;
    }
    .br-box-l h2 span {
      font-size:16px;
      padding-left: 0;
      margin-left: 0;
      border-left: 0px solid #D1D1D1;
      display: block;
      margin-top: 12px;
    }
    .test-filters {
      flex-direction: column;
      padding:5px;
    }
    .test-filters .btn{
      font-size: 15px;
      padding: 3px 13px;
      margin: 2px;
      border: 1px solid transparent;
    }
    .test-filters .btn.btn.active{
      border-color: var(--red);
    }
    .grid-box {
      -webkit-column-count:1;
      -moz-column-count:1;
      column-count: 1;
    }
    .test-box {
      margin-bottom:20px;
      flex-direction: column;
    }
    .text-box-i{
      margin-left: 0;
      padding: 16px;
    }
    .text-box-i::before {
      content: '';
      border-width: 0px 7px 7px 7px;
      border-color: transparent transparent #ddd transparent;
      top: -8px;
      right: 0;
      left: 0;
    }
    .test-box:hover .text-box-i::before {
      border-color:transparent transparent #afafaf transparent;;
    }
    .text-box-i h4 span {
      padding-left: 0;
      margin-left: 0;
      display: block;
      border: 0;
    }
    .m-i-img{
      max-width:575px;
      margin: 0 auto;
    }
    .director h2 span {
      font-size: 16px;
      padding-left:0px;
      margin-left:0px;
      border-left:0px solid #D1D1D1;
      display: block;
    }
    .director h2{
      text-align: center;
      display: block;
      width: 100%;
    }
    .director h4{
      text-align: center;
    }
    .director img{
      width:300px;
    }
    .tech-img{
      margin-bottom:20px;
    }
    .or-md-1{
      order:1;
    }
    .icon-r-img{
      display: none;
    }
    .join-us-box {
      font-size: 21px;
      line-height: 33px;
      padding: 20px 15px;
    }
    .join-us-box:hover {
      -webkit-box-shadow: 0 0 0 4em #ED6A22 inset;
      box-shadow: 0 0 0 4em #ED6A22 inset;
    }
    .join-us-box:hover span::before {
      right: 0;
      font-size: 0;
    }

  }  

@media (max-width:767px) {
 
  .main-slider .row .col-md-6:last-child{
    order:-1;
  }
  .elimate{
    display: none;
  }
  .banner-img{
    width:300px;
    height:375px;
  }
  .img-br{
    margin:0 auto;
  }
  .img-br h2{
    font-size: 15px;
    padding:13px 18px;
  }
  .main-slider{
    text-align: center;
  }
  .banner-text{
    margin-top:30px;
    max-width:100%;
  }
  .main-slider .slick-prev {
    left: 0;
  }
  .main-slider .slick-next {
    right: 0;
  }
  h1{
    font-size:26px;
  }
  .v-sec {
    height: 296px;
  }
  .who-sec{
    text-align: center;
  }
  .treat-sec .slick-arrow{
    z-index:3;
  }
  .treat-sec .slick-next, .posts-slide .slick-next {
    right:0px;
    top: 33%;
  }
  .treat-sec .slick-prev, .posts-slide .slick-prev {
    left:0px;
    top: 33%;
  }
  .treat-box {
    padding: 0;
  }
  .why-sec{
    text-align: center;
  }
  .why-sec h4 {
    padding: 12px 13px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .ex-pro-box {
    max-width: 480px;
    margin: 15px auto;
  }
  .br-box .brl + .brl {
    border-left: 0px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 22px;
  }
  .num-count .icon-text img {
    width: 50px;
  }
  .text-num h2 {
    font-size: 24px;
  }
  .blog-box{
    flex-direction: column;
  }
  .blog-box img{
    width:100%;
    aspect-ratio: 100/55;
  }
  .ph{
    display: none;
  }
  .testimonial-slide .slick-prev {
    left:0;
  }
  .testimonial-slide .slick-next {
    right:0;
  }
  .white-box {
    padding: 15px;
  }
  .follo-icon {
    justify-content: start;
  }
  .icon-mail-alt {
    margin-left: 5px;
  }
  .list-arrow {
    padding-left: 0;
  }
  .list4 li {
    width: 100%;
  }
  .footer-logo{
    display:none;
  }
  .footer-bottom{
    flex-direction: column;
  }
  .padding {
    padding: 30px 0;
  }
  .testimonial-sec{
    padding-bottom:200px;
  }
  .d-photo {
    margin-bottom:10px;
  }
  h2{
    font-size:22px;
  }
  .br-box-l {
    padding: 15px;
  }
  .inner-banner{
    margin-top:95px;
    text-align: center;
  }
  .inner-banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
  }
  .technologies .v-sec {
    height: 260px;
    margin-bottom: 25px;
  }
  .technologies .slick-prev {
    left: 0;
    top:42%;
  }
  .technologies .slick-next {
    right: 0;
    top:42%;
  }
  .accor-treat .accordion-button {
    font-size: 18px;
  }
  .inner-testimonial .slick-arrow, .inner-testimonial .slick-arrow{
    top:15%;
  }
  .inner-testimonial .slick-prev {
    left: 0;
  }
  .inner-testimonial .slick-next {
    right: 0;
  }
  .test-inner{
    padding:15px 10px;
  }
  .inner-test-sec {
    padding-bottom: 185px;
  }
  hr {
    margin: 30px 0;
  }
  .journey-box .year {
    font-size: 14px;
    padding-right: 10px;
    width: 50px;
  }
  .journey-box .year::after {
    width: 7px;
    height:7px;
  }
  .journey-box::before {
    left:46px;
  }
  .journey-box .text-box-i {
    margin-left:12px;
  }
  .journey-box .text-box-i::before {
    border-width: 7px 7px 7px 0px;
    border-color:transparent #ec6523 transparent transparent;
    top: 14px;
    right: auto;
    left: -7px;
  }
  .journey-box h3 {
    font-size: 16px;
  }
  .contact-tab{
    flex-direction: column;
  }
  .contact-page .nav-pills {
    margin-right: 0;
    width: 100%;
    flex-direction: row !important;
  }
  .contact-page .nav-pills .nav-link{
    padding: 10px 10px 8px 15px;
    width: 31%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    margin: 4px;
  }
  .contact-page  .tab-content{
   margin-top:20px;
  }
  .contact-page h3 {
    font-size: 18px;
  }
  #videoModal .btn-close {
    right: 4px;
    top: -46px;
  }
  .ab-img {
    max-width: 100%;
  }
  h3{
    font-size:20px;
    line-height:1.3;
  }
  .lotus-right {
    background-position: top 35px right -71px;
    background-size: 142px;
  }
  .lotus-left{
    background-position: bottom 5px left -71px;
    background-size: 142px;
  }
  .slider-nav .slick-prev {
    left: 0;
  }
  .slider-nav .slick-next {
    right: 0px;
  }
  .media-page .slider-nav .slick-list {
    margin: 0 auto;
    width: 85%;
  }
  .half-list li{
    width:100%;
    padding-right:0;
  }
  .doct-contact .br-box{
    flex-direction: column;
    align-items: start;
    padding: 15px;
  }
  .con-nam {
    padding-right: 0;
    border-right: 0px solid #ddd;
    margin-right: 0;
    margin-bottom:20px;
  }
  .con-nam img{
    width: 55px;
    margin-right: 8px;
  }
  .con-nam-con h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .br-colom{
    margin:10px 0;
  }
  .or1{
    order:1;
  }
  .testimonial-sec.inner-test-sec p {
    -webkit-line-clamp: none;
  }
  .sm-count .icon-text {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .testimonials-page iframe {
    height: 265px;
  }
  .news-box{
    margin:15px 0;
  }
  .poin-list {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .poin-list li::before {
    content: '|';
    top: 0;
    right: 0;
    width: 0;
    height: 0;
  }
  .poin-list li {
    font-size: 19px;
    padding: 0 16px;
  }
  .con-nam-rr{
    gap:8px;
  }
  .mobile{
    display: block;
  }
  .destop{
    display: none;
  }
  .btn-now{
    width: 125px;
    padding: 9px;
  }


}
@media (min-width:320px) and (max-width:575px) {
  .inner-banner img{
    aspect-ratio:100/45;
  }
  .inner-banner h1{
    font-size:22px;
    padding: 0 15px;
  }
  .contact-page .nav-pills .nav-link {
    width: 47%;
  }
  .btn-both .btn-red{
    min-width: auto;
    padding: 11px 36px;
  }
  .stories-box{
    flex-direction: column;
  }
  .testimonial-slide .slick-arrow {
    top: 68px;
  }
  .inner-banner-text p {
    font-size: 16px;
    line-height:19px;
  }
  h1 img {
    display: block;
    margin: 0 auto 18px auto;
  }
  .h2-sm {
    font-size: 18px;
  }
  .join-box{
    flex-direction: column;
    padding: 25px 20px;
  }
  .join-box h3 {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .img-slide .slick-prev {
    left: 0;
  }
  .img-slide .slick-next {
    right: 0;
  }
  .form-box {
    padding: 15px;
  }
  .awards-list .grid-box {
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }
  .career-test-box {
    gap:20px;
    flex-direction: column;
  }
  .career-test-img {
    margin: 0 auto;
  }
  .fix-p {
    height: 338px;
  }
  .inqury-sec img{
    object-position: top;
    aspect-ratio: 100/90;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .blog-right {
    margin-top: 30px;
  }
  .iframe{
    height: 267px;
  }
  .if-w {
  height: 255px;
}

}
@media (min-width:576px) and (max-width:767px) {
  .usp-bottom h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .usp-bottom {
    bottom:-111px;
  }
  .ex-pro-box:hover .usp-bottom {
    bottom: 18px;
  }
  .usp-bottom p {
    font-size: 14px;
    line-height: 23px;
  }
  .list4 li {
    width: 50%;
  }
  .inner-banner h1{
    font-size:26px;
  }
 
  .stories-box{
    flex-direction: column;
  }
  .testimonial-slide .slick-arrow {
    top: 68px;
  }
  .join-box{
    flex-direction: column;
    padding: 25px 20px;
  }
  .join-box h3 {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .awards-list .grid-box {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
  }
  .career-test-box {
    gap:20px;
    flex-direction: column;
  }
  .career-test-img {
    margin: 0 auto;
  }
  .fix-p {
    height: 338px;
  }
  .inqury-sec img{
    object-position: top;
    aspect-ratio: 100/90;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .blog-right {
    margin-top: 30px;
  }

}
@media (min-width:768px) and (max-width:991px) {
  h1{
    font-size:30px;
  }
  .banner-text {
    max-width: 320px;
  }
  .elimate{
    display:none;
  }
  .banner-img{
    height:395px;
  }
  .img-br h2{
    font-size: 16px;
    padding: 10px 22px;
  }
  .main-slider .slick-prev {
    left: -20px;
  }
  .main-slider .slick-next {
    right: -20px;
  }
  .why-sec h4 {
    padding:11px 24px;
    margin:10px 0;
    font-size: 16px;
    line-height: 1.3;
  }
  .why-sec img.why-img {
    aspect-ratio: 100/146;
  }
  .br-box .brl + .brl {
    border-left: 0px solid #ddd;
    padding-top:0px;
  }
  .num-count .icon-text img {
    width: 50px;
  }
  .text-num h2 {
    font-size: 24px;
  }
  .news-box img{
    aspect-ratio:100/55
  }
  .blog-con {
    padding: 15px;
  }
  .blog-box img {
    width: 120px;
    aspect-ratio: 100/85;
  }
  .blog-box h4{
    font-size:16px;
    line-height: 1.3;
    margin-top:0;
  }
  .ph {
    width: 48px;
    height: 48px;
  }
  .p2 {
    left: 2%;
  }
  .p4 {
    right: 2%;
  }
  input.form-control {
    height: 45px;
  }
  .inqury-sec img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 100/70;
  }
  footer .icon-text p{
    font-size:14px;
  }
  .footer-logo{
    display: none;
  }
  .list4 li {
    width: 33%;
  }
  .ph{
    display: none;
  }
  .inner-banner {
    margin-top: 95px;
  }
  .journey-box .text-box-i::before {
    border-width: 7px 7px 7px 0px;
    border-color: transparent #ddd transparent transparent;
    top: 14px;
    right: auto;
    left: -7px;
  }
  .contact-page .nav-pills .nav-link{
    width: 240px;
    font-size: 16px;
    padding: 12px 9px 12px 20px;
  }
  .contact-page .nav-pills {
    margin-right: 20px;
  }
  .sm-count .icon-text {
    flex-direction: column;
  }
  .sm-count .icon-text img {
    margin-bottom: 10px;
  }
  .testimonial-slide .slick-prev {
    left: -30px;
  }
  .testimonial-slide .slick-next {
    right: -30px;
  }
  .poin-list li {
    font-size: 24px;
    padding:5px 16px;
  }
  .poin-list {
    flex-wrap: wrap;
  }
  .poin-list li::before {
    top: 17px;
  }

}
@media (min-width:992px) and (max-width:1199px) {
  .navbar-brand img {
    width:90px;
  }
  .fix-nav .navbar-brand img {
    width:90px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding:24px 5px;
  }
.fix-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding:24px 5px;
  }
  .menu-right .icon-search {
    font-size: 16px;
  }
  .ma5-tog {
    padding:10px 12px 6px 12px;
    margin-left:1px;
    border-radius: 50px;
  }
  .banner-img{
    height:435px;
  }
  .v-sec {
    height: 236px;
  }
  .why-sec h4 {
    padding: 16px 24px;
    border-radius: 10px;
    margin: 12px 0;
    font-size: 16px;
  }
  .num-count .icon-text img {
    width: 50px;
  }
  .text-num h2 {
    font-size: 24px;
  }
  .icon-text p {
    font-size: 13px;
  }
  h1{
    font-size:31px;
  }
  .news-box img {
    aspect-ratio: 100/65;
  }
  .list4 li {
    width: 33%;
  }
  .main-slider .slick-prev {
    left: -34px;
  }
  .main-slider .slick-next {
    right: -31px;
  }
  .vector {
    left: -48px;
    top: 33px;
    width: 120px;
  }
  .vector-rr {
    right: -111px;
    top: 0px;
    width: 220px;
  }
  .vector-why {
    left: -58px;
    top: 123px;
    width: 140px;
  }
  .testimonial-slide .slick-dots li:nth-child(1){
    left:-148px;
    top:400px;
  }
  .testimonial-slide .slick-dots li:nth-child(2){
    left: -10%;
    top: 24px;
  }
  .testimonial-slide .slick-dots li:nth-child(3){
    left:-16%;
    top: 182px;
  }
  .testimonial-slide .slick-dots li:nth-child(4){
    right: -80px;
    top: -13px;
  }
  .testimonial-slide .slick-dots li:nth-child(5){
    right:-112px;
    top: 215px;
  }
  .testimonial-slide .slick-dots li:nth-child(6){
    right:-130px;
    bottom:-510px;
  }
  .test-filters .btn{
    padding: 16px 10px;
  }
  .technologies .v-sec {
    height: 190px;
  }
  .contact-page .nav-pills .nav-link{
    width: 300px;
  }
  .list-arrow li a {
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
  }
  .inner-banner {
    margin-top: 84px;
  }
  .poin-list {
    flex-wrap: wrap;
  }
  .poin-list li {
    font-size: 28px;
    padding:0px 19px;
  }
  .career-test .slick-prev {
    left: -28px;
  }
  .career-test .slick-next {
    right: -28px;
  }

}
@media (min-width:1200px) and (max-width:1299px) {
  .navbar-brand img {
    width: 130px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding:29px 10px;
  }
.fix-nav .navbar-expand-lg .navbar-nav .nav-link{
    padding:29px 10px;
  }
  .v-sec {
    height: 266px;
  }
  .list-arrow li a {
    font-size: 13px;
  }
  .list-arrow li a:hover {
    padding-left: 3px;
  }
  .vector {
    left: -64px;
    top: 27px;
    width: 150px;
  }
  .form-box{
    max-width:900px;
    margin:0 auto;
  }
  .inner-banner{
    margin-top: 100px;
  }
  .max-1000{
    max-width:1000px;
  }

}

@media (min-width:1300px) and (max-width:1599px) {
  .container{
    max-width:1200px;
  }
  .list-arrow li a:hover {
    padding-left: 2px;
  }
  .form-box{
    max-width:900px;
    margin:0 auto;
  }
  .appointment .form-box {
    max-width: 1070px;
  }
  .max-1000{
    max-width:1000px;
  }

}
@media (min-width:1600px) {
  .container{
    max-width:1270px;
  }
  .max-1000{
    max-width:1000px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 42px 16px;
  }
  .fix-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 22px 17px;
  }
  .search-box {
    right: 173px;
  }
  .vector-usp {
    right: -137px;
    top: 413px;
    width: 270px;
  }
  .vector-why {
    left: -104px;
    top: 153px;
    width: 230px;
  }
  .contact-page iframe{
    height:340px;
  }
  .form-box{
    max-width:900px;
    margin:0 auto;
  }
  .spine img{
    width:100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:100/70;
  }
  .appointment .form-box {
    max-width: 1070px;
  }
  .c-slide img{
    aspect-ratio:100/75;
  }
  .ability-sec-s h1{
    font-size: 50px;
  }
 .iframe {
  height: 337px;
} 
.if-w {
  height: 398px;
}
.if-5 {
  height: 579px;
}
 
}
.errorLogs{
  color: red;
}
.errorLogs.success {
  color: green;
}
#formloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../images/loading2.gif) no-repeat center center;
  z-index: 10000;
}
