@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
   font-family: 'Poppins', sans-serif;
    color: #300905;
    line-height: 18px;
    font-size: 16px;
    background-color: #fff;
    overflow-x: hidden;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
    margin: 0;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
}
::selection {
    color: #fff;
    background-color: #1BA2E4;
}
a {
    transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -ms-transition: linear 0.3s;
    color: #300905;
}
a:hover {
    text-decoration: none;
    color: #e6b131;
}
button:focus,
a:focus {
    outline: none;
}
.form-control:focus,
.btn.focus,
.btn:focus {
    box-shadow: none;
}
html {
    scroll-behavior: smooth;
}
.container {
    max-width:1280px;
}
/* reuse style */
h1 {
    font-size: 80px;
    color: #000;
}
h2 {
    font-size: 45px;
    color: #000;
}
h3 {
    font-size: 40px;
    color: #000;
}
h4 {
    font-size: 30px;
    color: #000;  
}
h5 {
    font-size: 25px;
    color: #000;
}
h6 {
    font-size: 20px;
    color: #000;
}
h6 {
    font-size: 18px;
    color: #000;
}
p {
    font-size: 16px;
    font-weight: 300;
    color: #19224A;
    line-height: 24px;
    padding-bottom: 14px;
}
/* header style start*/
header {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    padding:10px 0 0 0;
}
header:after{background: rgb(15,41,161);
background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%);height:10px; width: 100%; position: absolute; top: 0; left: 0; content: ''}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    margin-left: 60px;
    display: flex;
    align-items: center;
}
.main-menu { float: left; width: 100%;}
.main-menu nav:not(.mean-nav)>ul {
    display: block;
    align-items: center;
    column-gap: 0px;
}
.main-menu li span{display: block; width: 100%; text-align: right; font-size: 20px; font-weight: bold; padding-bottom: 10px;}
.main-menu nav:not(.mean-nav) ul li { position: relative; display:inline-block;}
.main-menu nav:not(.mean-nav)>ul>li {padding:0;transition: ease-in-out 0.3s;}
.main-menu nav:not(.mean-nav)>ul>li>a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding:10px 15px;
    margin-left:15px; border-radius: 5px;-webkit-box-shadow: 5px 5px 12px 2px rgba(209,209,209,1);
-moz-box-shadow: 5px 5px 12px 2px rgba(209,209,209,1);
box-shadow: 5px 5px 12px 2px rgba(209,209,209,1);transition: ease-in-out 0.4s; 
  background: rgb(136,22,142); font-weight: 600;
background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%);
}
.main-menu nav:not(.mean-nav)>ul>li:hover a{background: rgb(15,41,161); padding:10px 15px;
background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%); transform: scale(1.1)}
 .main-menu nav:not(.mean-nav)>ul>li:hover img{ transform: scale(1.1);transition: ease-in-out 0.3s;} 
.pl-30 {
    padding-left: 40px;
}
/* home page style start */
.banner-section {
    transition: ease-in-out 0.4s; 
    background: rgb(136,22,142); font-weight: 600;
background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%);
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 60px;
    display: block; border-bottom: solid 7px #B226B7;
}
.banner-text { padding-top:10px;}
.banner-text p{color: #fff; text-align: center; font-weight: 500; font-size: 21px; padding-top:0px;}
.banner-text h1 {
    color: #fff;
    font-weight:600; text-align: center; position: relative; margin-bottom:10px; 
    width: 100%; font-size:50px; background: url(../images/liner.svg) bottom center no-repeat; 
    padding-bottom: 14px; 
}
.zoom-in-zoom-out {
  transition: ease-in-out 0.4s;
    background: rgb(136,22,142); font-weight: 600;
background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%);
  animation: zoom-in-zoom-out 2s ease-out infinite;-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px; margin: 0 auto; margin-bottom:40px;
border-top-left-radius: 50px; width: 360px; font-size: 25px; font-weight: 300;
border-bottom-right-radius: 50px; color: #fff; text-align: center; padding:14px 33px;
}
.zoom-in-zoom-out span{font-weight: 600;}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.banner-text h1 span {
    font-weight: 700;
    background:transparent;
    padding:0px;
    line-height:60px; width: 100%; display: block;
}
.form-parent {
    background: rgb(136,22,142); font-weight: 600;
    background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%);
    padding: 0px 30px 45px 30px;
    border-radius: 15px;
    width:100%;
    margin-left:0;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(84,84,84,1);
-moz-box-shadow: 0px 2px 20px 2px rgba(84,84,84,1);
box-shadow: 0px 2px 20px 2px rgba(84,84,84,1); margin-top: 10px;
}
.banner-img{overflow:hidden; width:100%; height: 100%; padding:20px;}
.cercle-img{overflow:hidden; width:100%; height: 100%; border-radius: 100%; border:dashed 1px rgba(255,255,255,0.4);}
.cercle-img img{height: 102%; object-fit: cover; padding:20px;border-radius: 100%; }
.form-parent h5 {
    font-size: 21px;
    color: #8c8c8c;
    font-weight: 400;
    text-align: center;
    position: relative;
    transform: translatex(-50%);
    left: 50%;
    padding-top: 85px;
    padding-bottom: 25px;
}
.form-parent h6 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 45px;
    padding-bottom: 90px;
}
.form-parent {
    position: relative;
}
.form-parent .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form-parent .form-group img {
    position: absolute;
    top: 15px;
    right: 15px;
}
.form-parent .form-control {
    display: block;
    width: 100%;
    /*height: calc(2.5em + 0.85rem + 0px);*/
    padding: 0.475rem 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #151534;
    font-size: 17px !important;
    background:rgba(255,255,255,0.1);
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-weight:300;
    transition: all 0.4s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select {
  color: #8a8a8a!important; 
}
option:not(:first-of-type) {
  color: black!important;
}
.form-parent .form-group select, .contact-footer select {
    /* background: #f6f6f6 url(../images/down-arrow.svg) no-repeat calc(100% - 20px) center; */
    appearance: none;
    appearance: none;
    background-size: 17px 14px;
}
.form-parent .form-group select:hover, .contact-footer select:hover {
    /* background: #fff url(../images/down-arrow.svg) no-repeat calc(100% - 20px) center; */
     border-color: #80bdff;
}
.mt-20{margin-top: 20px;}
.contact-us-section{margin-bottom:1px; background: url(../images/some-factbg.webp) center center no-repeat;}
.contact-body h5{color:#fff; font-weight:300;}
.contact-body a{font-size:30px; font-weight:800; text-decoration: underline; padding-top:20px; color:#fff; display: inline-block; width: 100%; text-align: center;}
#contact-form .cont-form{width: 100%; margin-right: 0;}
.contact-footer .cont-form{position: relative; width:47.6% !important; float: left; margin:0 1%!important;}
.contact-footer .btn-form {
    position: relative;
    width: 114px;
    height: 44px;
    text-align: center;
    background: rgb(25,36,76);
    background: linear-gradient(180deg, rgba(25,36,76,1) 0%, rgba(27,156,222,1) 100%);
    margin: 0px;
    text-transform: unset;
    line-height: 29px;
    color: #ffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: none;
    display: block;
    margin: 0px auto 0px;
    border: 1px solid #1BA2E4;
    margin-top:30px;
}
.contact-footer{padding: 0 10%;}
.contact-footer #contact-form h5{padding-bottom:40px; font-size: 18px; font-weight: 600; text-transform: capitalize;}
.contact-footer #contact-form{ padding:0px; position: relative; text-align:center; background:#fff; border-radius: 20px;}
.form-parent textarea {
    padding:10px 1.5rem !important;
    resize: none !important;
    height:48px;
    background-color: #f6f6f6;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.modal .form-group{background:#f1f1f1;}
.modal textarea.form-control {
    height: 48px;
}
 .banner-section textarea{color:#fff;}
.form-control:focus,
.btn.focus,
.btn:focus {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background: #fff;border: solid 1px #1BA2E4;
}
.form-parent h6 {
    font-size:16px;
    text-align: center;
    color: #fff;
    font-weight:300;
    padding-top: 14px;
    padding-bottom:20px;
}
.form-parent .btn-form {
    position: relative;
    width: 114px;
    height:44px;
    text-align: center;
      border-radius: 5px;transition: ease-in-out 0.4s; 
    text-transform: uppercase;background: rgb(136,22,142); 
background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%); 
    text-transform: unset;
    line-height: 29px;
    color: #ffff;
    text-decoration: none;
    font-size:18px;
    font-weight: 500;
    overflow: hidden;
    align-items: center;
    border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: none;
    display: block;
    margin:0px auto 0px; 
    -webkit-box-shadow: 5px 3px 16px 0px rgba(43,43,43,1);
-moz-box-shadow: 5px 3px 16px 0px rgba(43,43,43,1);
box-shadow: 5px 3px 16px 0px rgba(43,43,43,1); 
}
.form-parent .btn-form:hover {
    background: rgb(15,41,161); padding:10px 15px;
background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%); transform: scale(1.1)
}
strong{font-weight: bold;
}
.about-section ul{padding-left: 20px;}
.about-section li {
    font-size: 16px;
    font-weight: 300;
    color: #19224A;
    line-height: 24px;
    padding-bottom:6px; list-style: disc; 
}
.about-section {padding:60px 0 30px; display: block; width: 100%; position: relative;}
.leaser-hair{background: url(../images/leav-left.svg) left bottom no-repeat;}
.leaser-hair:before{background: url(../images/leav-right.svg) right top no-repeat; z-index: -1; position: absolute; right: 0; width: 40%; height: 100%; top: 0; content: ''}
.txt--gradient-orange{ background-image:linear-gradient(to right, #0f29a1, #B226B7); color:rgba(0, 0, 0, 0); -webkit-background-clip:text; background-clip:text; position:relative; 
font-size:70px; font-weight: 600; text-transform: uppercase; opacity:0.2;}
.leaser-hair h4{text-transform: uppercase; padding-bottom: 30px;}
.txt--gradient-orange2{ background-image:linear-gradient(to right, #0f29a1, #B226B7); color:rgba(0, 0, 0, 0); -webkit-background-clip:text; background-clip:text; position:relative; 
font-size: 30px; font-weight: 600; text-transform: uppercase; }
.pad-right-50{padding-right: 50px;}
.leser-img{position: relative; width: 100%; margin-top:20px; margin-left: 20px; display: block;transition: transform .2s; overflow: hidden;}
.leser-img img{transition: transform .3s;} 
.leser-img:hover img{transition: transform .6s;  transform: scale(1.5);filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */}
.leser-border{position: relative; left: -20px; top:10px; border-radius:10px; border:solid 1px #B226B7; width:90%; height:95%;}
.leser-border:after{width: 15px; height: 15px; border-radius: 100%;background: rgb(15,41,161);
background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%); content: '';
position: absolute; left:-7px; bottom:6%;transition: all 1s;}
.leser-border:before{width:25px; height: 25px; border-radius: 100%;background: rgb(15,41,161);
background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%); content: '';
position: absolute; right:6%; top:-14px;transition: all 1s;}
.leser-border:hover:after{transition: all .5s;transform : translateY(-340px); width: 25px; height: 25px; left: -14px;}
.leser-border:hover:before{transition: all .5s; transform : translateX(-480px); width: 15px; height:15px; right:10px; top:-7px;}
.contact-call {
    padding-top: 40px;
    position: relative;
    left: 0px;
}
.contact-call a {
    height: 70px;
    background: #009db9;
    position: absolute;
    left: 0;
    width: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    color: #fff;
    padding-left: 50px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #1BA2E4;
    border-radius: 11px;
}
.contact-call a:hover {
    background: #001a1f;
    border-color: #fff;
}
.head-call a:hover {
    color: #001a1f;
}
.award-achievement { 
    padding:66px 0; position: relative; display: block; width: 100%; background:#FBF2FB url(../images/leav-left.svg) left bottom no-repeat
}
.award-achievement:before {
    background: url(../images/leav-right.svg) right top no-repeat;
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
    top: 0;
    content: '';
}
.video-box{background: rgb(15,41,161);
background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%); 
padding:140px;
-webkit-border-top-left-radius:250px;
-webkit-border-bottom-right-radius:250px;
-moz-border-radius-topleft:250px;
-moz-border-radius-bottomright:250px;
border-top-left-radius:250px;
border-bottom-right-radius:250px; min-height: 500px;}
.form-control {
    border: solid 1px #fff; border-radius: 8px; background:rgba(255,255,255,0.1);
}
.contact-footer .form-control {
    border: solid 2px #fff;
    border-radius: 8px;
    background:#f1f1f1;
}
 .banner-section textarea{background:rgba(255,255,255,0.1);}
.why-choose-us-section .about-dr-text h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.why-choose-us-section .about-dr-text span {
    background-color: #fff;
    font-size: 40px;
    color: #1BA2E4;
    padding:0px;
    border-radius: 7px;
    font-weight: 600;
}
.why-choose-us-section .para-text p {
    font-size: 18px;
    color: #fff;
    padding-top:40px; padding-bottom: 40px;
    text-align: center;
}
.why-choose-us-parent {
    overflow: hidden;
    padding-top:20px;
    text-align: center;
}
.why-choose-us img {
    background: #fff;
    padding: 17px;
    border-radius: 10px;
    transition: 0.4s ease-in;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -ms-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    height: 90px;
    width: 95px;
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
}
.why-choose-us-parent:hover .why-choose-us img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    filter:grayscale(15%);
    -webkit-filter:grayscale(15%);
}
.why-choose-us p {
    color: #fff;
    padding-top:10px;
    font-size: 20px; padding-bottom:30px;
    max-width: 337px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.contact-us-section { 
    padding-top: 50px;
    padding-bottom: 60px;
}
.contact-form .form-group {
    position: relative;
}
.contact-form .form-group img {
    position: absolute;
    top: 12px;
    right: 15px;

}
.form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.bg-white .form-control{color:#000;}
.some-facts{background: url(../images/some-factbg.webp) center top no-repeat;height: 480px;background-size: 100%; padding:50px 0;}
.some-facts h3{font-size:80px; opacity: 0.1; color: #fff; text-transform: uppercase;}
.some-facts h4{color: #fff; font-size: 32px; font-weight: 600; text-transform:uppercase; margin-top: -65px;}
.facts-icon{border-radius: 10px; position: relative; padding: 20px; margin: 0 auto; margin-top: 10px; margin-bottom:70px;}
.facts-icon:before{background: rgb(136,22,142);
background: linear-gradient(60deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%);
border:solid 1px #fff; position: absolute; content: ''; width: 114px; height: 114px; border-radius: 10px; margin-left: -25px;}
.facts-icon img{position: relative; z-index: 9; left: -6px; top:15px;}
.some-facts p{color: #fff;}
.fact-div:hover .facts-icon:before{transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg); margin-left:-16px;
  transform: rotate(180deg); width:90px; height:90px; padding: 10px;}
  .fact-div:hover .facts-icon img{width: 60px; left:-2px;}
.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.play-btn {
    position: absolute;
    width: 30px;
    left: -38px;
    top: -22px;
}
.video-main {
  position: relative;
  display: inline-block;
}
.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(136,22,142,3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}      
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.cont-form img {
    position: absolute;
    right:30px;
    top: 11px;
}
.contact-footer .cont-form img {right:20px;}
.contact-us-section h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-bottom:20px;
}
.contact-us-section h6{color: #1BA2E4; text-align: center; font-size: 18px; padding-bottom: 20px;}
.contact-form {
    padding-top:0px;
}
.contact-us-section span { 
    color: #1BA2E4; padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}
.our-treatment-section {
    padding-top: 50px;
}
.our-treatment-parent {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.our-treatmentimage-and-text img {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin-bottom: 45px;
}
.our-treatmentimage-and-text h5 {
    font-size: 23px;
    color: #1BA2E4;
    padding-bottom: 20px;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 800;
}
.wrapper .owl-nav {
    display: none;
}
.our-treatmentimage-and-text h5::before {
    content: '';
    position: absolute;
    border-left: 3px solid #000;
    left: 0;
    top: -1px;
    height: 27px;
}

.mb-50 {
    margin-bottom: 50px;
}
.our-treatmentimage-and-text p {
    color: #58595b;
    padding-bottom: 20px;
}
.our-treatment-section .our-treatmentimage-and-text p {
    color: #58595b;
    padding-bottom: 20px;
    max-width: 480px;
}
.our-treatment-12 p {
    max-width: 1000px !important;
}
.why-choose-us {
    overflow: hidden;
}
.our-treatmentimage-and-text img {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin-bottom: 45px;
    border-radius: 15px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.our-treatmentimage-and-text:hover img{
    opacity:0.9;
    transform:scale(1.01);
    -webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    -o-transform:scale(1.01);
    filter:grayscale(0.9);
    -webkit-filter:grayscale(15%);
}
.our-treatment-12:hover .our-treatmentimage-and-text img{
    opacity:0.9;
    transform:scale(1.01);
    -webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    -o-transform:scale(1.01);
    filter:grayscale(15%);
    -webkit-filter:grayscale(15%);
}
.our-treatmentimage-and-text h5 {
    font-size: 21px;
    color: #1BA2E4;
    padding-bottom: 20px;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}
.mt-50 {
    padding-top: 50px;
}
.our-treatment-12 .our-treatment-parent {
    display: flex;
    column-gap: 70px;
}
.mt-70 {
    margin-top: 118px;
}
.our-treatment-12 {
    position: relative;
}
.our-treatment-12 .our-treatmentimage-and-text h5::before {
    content: '';
    position: absolute;
    border-left: 4px solid #000;
    left: 0;
    top: -1px;
    height: 32px;
}
.our-treatment-12 .our-treatmentimage-and-text img {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin-bottom: 50px;
    border-radius: 15px;
}
.our-customer-saying .about-dr-text span {
    background-color: #1BA2E4;
    font-size: 40px;
    color: #fff;
    padding: 14px;
    border-radius: 7px;
    font-weight: 600;
}
.para-text p {
    font-size: 18px;
    color: #242424;
    padding-top: 15px;
    text-align: center;
}
.our-customer-saying {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}
.hig50.text-center {
    height: 110px;
}
.gray-bg-new{background:#fee8ff;}
.sucess-storyes{padding: 40px 0;}
.sucess-storyes h4{color:#1BA2E4;}
.sucess-storyes h4 span{color:#19224A;}
.story-box{border-radius: 15px; padding:40px 0;border:solid 1px #B226B7;  position: relative; margin-top:0px; min-height:470px;}
.story-top{display: flex; width: 100%;  padding-left: 30px;}
.story-box:after{background: url(../images/test-2.webp) left top no-repeat; width: 56px; height:48px; content: '';
position: absolute; right:10px; bottom:20px;}
.story-box:before{width: 56px; height: 35px; content: '';
position: absolute; left:30px; top: -20px;}
.story-box p{padding:30px; text-align: justify; line-height: 24px;}
.st-right{padding-left: 30px;}
.story-top h6{color:#19224A; font-size: 20px; font-weight: 600;}
.story-top p{padding: 0; font-style: italic; color:#B226B7; font-size: 13px;}
.mt-30{margin-top: 30px;}
.pb-60{padding-bottom:60px!important; padding-top: 30px!important}
.head-call2 {
    width: 240px;
    float: none;
    height: auto;
    position: relative;
    background: rgb(25,36,76);
    background: linear-gradient(180deg, rgba(25,36,76,1) 0%, rgba(27,156,222,1) 100%);
    background-size: 100%;
    margin-left: 15px;
    border-radius: 6px;
    margin: 0 auto;
    height: 46px; line-height:30px;
}
.head-call2 img {
    padding: 12px 0 0 20px;
}
.head-call2 a{padding-left: 0;}
.owl-nav{display: none!important;}
.owl-dots {
    text-align: center;
    margin-top: 20px; margin-left: 20px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    margin-right: 4px;
    border-radius: 20px;
}
.owl-dot.active{background:#991c9e;}
/* styling the default Slick dots */
.testinomail-slide {
    padding: 0 0px;
}
.slider-image img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: auto;
    width: 100%;
    border-radius: 11px;
}
.testinomail-slide .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    margin: 0 10px;
    padding-top: 0;
}
.testinomail-slide .slick-next,
.slick-prev {
    display: none;
}
.testinomail-slide .slick-dots {
    bottom: -65px;
}
.slick-dots li button {
    font-size: 0;
}
.testinomail-slide .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "" !important;
    width: 65px;
    height: 0px;
    border: 6px solid #91dbe8;
    border-radius: 8px;
    font-family: "slick";
    font-size: 0px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.testinomail-slide .slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}
.testinomail-slide .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.testinomail-slide .slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    width: 100px;
}
.banner-text strong {
    position: relative;
}
.banner-text strong.borde-two {
    position: relative;
}
.banner-text strong.borde-two {
    position: relative;
}
.testinomail-slide .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 30px;
    padding: 0;
    cursor: pointer;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-bottom: 0px;
}
.apointment-sec {
    padding: 50px 145px 66px 85px;
}
.map-frame iframe {
    width: 100%;
    height: 100vh;
    max-height: 100%;
}
.apointment-sec .about-dr-text h4 {
    color: #fff;
}
.apointment-sec .about-dr-text span {
    background-color: #001a1f;
    padding: 18px;
}
.last-form-cont .form-group {
    margin-bottom: 1rem;
}
.last-form-cont p {
    color: #fff;
    max-width: 950px;
    padding-bottom: 25px;
}
.apointment-sec .about-dr-parent {
    padding-bottom:20px;
}
.phone-and-email {
    display: grid;
    column-gap: 25px;
    grid-template-columns: 1fr 1fr;
}
.last-form-cont .btn-form {
    position: relative;
    width: 212px;
    height: 65px;
    text-align: center;
    background: #009db9;
    margin: 0px;
    text-transform: unset;
    line-height: 29px;
    color: #ffff;
    text-decoration: none;
    font-size: 31px;
    font-weight: 500;
    overflow: hidden;
    align-items: center;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: none;
    display: block;
    margin:10px auto 0px;
}
.map-frame{overflow: hidden; height:100vh;}
.map-frame iframe{height: 120vh;}
.last-form-cont .btn-form:hover {
    background: #001a1f;
    border-color: #fff;
}
.form-control {
    height: calc(1.9em + 0.75rem + 2px);
}
.copyright-sec span {
    font-size: 19px;
}
.copyright-sec a {
    color: #ffff;
    font-size: 19px;
}
.award-slider-photo img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}
footer { color: #fff; margin-top:0;position: relative;background: rgb(136,22,142);
background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%);}
.apointment-sec22{width: 100%; display: block;}
.copyright-sec {
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer p{padding-bottom: 0;}
.apointment-sec22 h4 span{color: #fff;}
.copyright-sec p {
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.btn-form2 {
    padding-top: 0px;
    position: relative;
    left: -20px;
}
.contact-call.getcall {
    padding-top: 0;
    position: relative;
    left: 0px;
    text-align: left;
    float: left; 
    background-size: 100%; 
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-left: 20px;
}
.btn-form2 {
    height:46px;
    background: rgb(136,22,142);
    background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%); 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    color: #fff; 
    padding-left: 0px;
    font-weight: 500;
    border: none; 
    line-height:40px; padding: 0 30px; border-radius:6px;
    -webkit-box-shadow: 5px 3px 16px 0px rgba(43,43,43,1);
-moz-box-shadow: 5px 3px 16px 0px rgba(43,43,43,1);
box-shadow: 5px 3px 16px 0px rgba(43,43,43,1);
}
.video-box {
    background: rgb(15,41,161);
    background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%);
    padding:20px;
    -webkit-border-radius: 250px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius: 250px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomleft: 6px;
border-radius: 250px;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
    min-height:auto;
}
#videodiv1{border-radius:6px; overflow: hidden; border:solid 2px #fff;}
.video-box video{width: 100%;}
.video-list-single {
  margin-bottom: 0;
  position: relative;
}
.data {
    z-index:99;
    cursor: pointer;
}
.btn-form2:hover{color: #fff!important; background: rgb(15,41,161);
    background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%);}
.wid-60 h4{background-size: 50%;}
.txt--gradient-orange3 {
    background-image: linear-gradient(to right, #0f29a1, #B226B7);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    width: 240px;
    margin: 0 auto;
    top: -60px;
}
.txt--gradient-orange4 {
    background-image: linear-gradient(to right, #0f29a1, #B226B7);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto; margin-bottom: 30px;
}
.contact-us-section{text-align: center;}
.mt-100{margin-top: -60px;}
.bg-white{background:#fff;}
.pad-top-10{padding-top: 20px;}
.process-responisve{text-align: center;}
.process-responisve img {
    margin-top: 26px;
}
.process-responisve .process-iocn2 img {
    margin-top: 65px;
}
.desktop-none{display: none!important;}
.story-slider .item{padding: 20px;}
.testimonial-slider .item{padding:6px;}
.project-slider, .major-slider{padding: 0 15px;}
.owl-nav {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {font-family: 'Poppins', sans-serif;font-weight: 100; font-size: 40px;}
/*----------------------------
    03-05-2023 After Style
---------------------------- */
  .process-section ul li p {
    padding-top:10px;
    color: #19224A;
    font-weight: 500;
    opacity: 1;
}
.story-box p {   
    font-weight: 400;
    opacity: 1;
}
.number {
    width: 64px;
    padding: 25px 10px;
}
#study-list ul li p {
   font-weight:500;
}
.study-cont {
    padding-left: 20px;
}
.contact-footer {
    padding:40px 20px; background: #fff url(../images/foot-line.svg) center bottom no-repeat;-webkit-box-shadow: 0px 0px 34px 0px rgba(207,207,207,1);
-moz-box-shadow: 0px 0px 34px 0px rgba(207,207,207,1);
box-shadow: 0px 0px 34px 0px rgba(207,207,207,1); display: block; width: 100%; border-radius:10px;
margin-top:20px;
}
.contact-footer .form-control::placeholder {
    color: #000;
    opacity: 1;
}
.bg-white .form-control::placeholder {
    color: #000;
    opacity: 1;
}
.txt--gradient-orange5 {
    background-image: linear-gradient(to right, #B226B7, #0f29a1);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    font-size: 33px;
    font-weight: 600; 
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.width-660{width: 670px;top: 0; margin-top: -69px; margin-bottom:10px;}
.offer-box{ min-height: 410px; position: relative; background: #fff;-webkit-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); margin-bottom: 30px; display: block; width: 100%; border-radius: 7px;}
.thead-dark2 { 
    background: rgb(136,22,142); color: #fff;
    background: linear-gradient(90deg, rgba(136,22,142,1) 0%, rgba(15,41,161,1) 100%); }
.offer-box:after{width: 15px; height: 15px; border-radius: 100%;background: rgb(15,41,161);
background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%); content: '';
position: absolute; left:-7px; bottom:6%;transition: all 1s;}
.offer-box::before {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: rgb(15,41,161);
    background: linear-gradient(90deg, rgba(15,41,161,1) 0%, rgba(136,22,142,1) 100%);
    content: '';
    position: absolute;
    right: -6px;
    top: 60px;
    transition: all 1s;
}
.offer-box:hover:after{transition: all .5s;transform : translateY(-300px); width:15px; height:15px; left: -7px;}
.offer-box:hover:before{transition: all .5s; transform : translateY(300px); width: 15px; height:15px; right:-7px; bottom:90px;}
.offer-box .table { 
    overflow: hidden;
    border-radius: 6px;
}
.offer-box2{ min-height: 190px; overflow: hidden; position: relative; background: #fff;-webkit-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); margin-bottom: 30px; display: block; width: 100%; border-radius: 7px;}
.table td{border-top: none; padding-bottom:7px; padding-top:7px;}
.table tbody{position: relative;}
.table tbody::after {
    position: absolute;
    content: '';
    left: 38%;
    width: 7px;
    height: 100%;
    background: url(../images/liner-2.svg) left top no-repeat;
    z-index: 99;
    top: 0;
    background-size: 100% 100%;
} 
.table thead th {
    vertical-align: middle; 
}
.table tbody::before {
    position: absolute;
    content: '';
    right: 30%;
    width: 7px;
    height: 100%;
    background: url(../images/liner-2.svg) left top no-repeat;
    z-index: 99;
    top: 0;
    background-size: 100% 100%;
}  
.offer-box:hover, .offer-box2:hover{background: transparent;} 
.pad-top-20{padding-top: 20px; padding-bottom: 30px;}
.width-full{width: 100%; top: 0; margin-top:-60px;}
.cont-form.width-full{width:97%!important}
textarea.form-control {resize: none;}
.center-btn{position: relative; left: 50%; margin-left: -70px;}
.form-control:focus{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background:transparent;
   border:2px solid transparent;
  border-image-source: linear-gradient(45deg, #B226B7, #B226B7, #2640B9, #2640B9);
  border-image-slice: 1; 
}
.banner-section .form-control:focus{background:transparent; color: #fff;}
.fact-div h4{margin-top: -40px;}
.modal-dialog{max-width: 50%;}
.modal-content .form-control::placeholder {
    color: #000;
    opacity: 1;
}
.modal-content .btn-form2{margin-left: 20px;}
.banner-section .form-control{color: #fff;}
.form-group{overflow: hidden; border-radius: 6px;}
.banner-section .leser-border { left: 0px;border: solid 1px rgba(255,255,255,0.5);}
.banner-section .leser-border:after{width:10px; height:10px; border-radius: 100%;background:#fff; content: '';
position: absolute; left:-5px; bottom:6%;transition: all 1s;}
.banner-section .leser-border:before{width:25px; height: 25px; border-radius: 100%;background:#fff; content: '';
position: absolute; right:6%; top:-14px;transition: all 1s;}
.banner-section .leser-border:hover:after{transition: all .5s;transform : translateY(-240px); width: 25px; height: 25px; left: -14px;}
.banner-section .leser-border:hover:before{transition: all .5s; transform : translateX(-280px); width: 15px; height:15px; right:10px; top:-7px;}
.fot-white-box h6{text-align: left; color:#fff; font-size: 24px;}
.fot-white-box p, .fot-white-box p a{color:#fff;}
.fot-white-box {
    width:100%;  
    text-align: left; 
    min-height:130px;
    padding:0px;
    border-radius: 10px;
}
.pad-10{padding: 0 10%;}
.fwb-inner{background: url(../images/location.webp) left top no-repeat; padding-left:80px;}
.fwb-inner2{background: url(../images/hours.webp) left top no-repeat; padding-left:80px;}
.fwb-inner3{background: url(../images/mob.webp) left top no-repeat; padding-left:80px;}



/*======= 09-05-2025======= New CSS ADD*/

.elementor-title h3,.elementor-title h4{
    background-image: linear-gradient(to right, #0f29a1, #B226B7);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.2;
}
.elementor-title h4, .elementor-title h4{
    text-transform: uppercase;
    padding-bottom: 30px;
    font-size: 30px;
    margin: 0 auto;
    top: -60px;
    opacity: 1;
}
.elementor-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
    padding: 20px 0;
}
.elementor-info-box{
    text-align: center;
}
.elementor-icon img {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    opacity: 0.6;
}
.elementor-text p{
    font-size: 20px;
}
/*======= elementor-section-CSS- Close=======*/    

.effective-solution-section, .new-benefits-section {
    padding: 30px 0 20px;
    background: #fdf8fd;
}
.elementor-title h4{
    top: -40px;
    padding-bottom: 0;
}
.elementor-title p{
    position: relative;
    top: -20px;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
}
.effective-solution-info-box {
    background: #88168e12;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    transition: all 1s;
    margin-bottom: 15px;
    border: 2px solid #88168e12;
    min-height: 200px;
}
.effective-solution-info-box:hover{
    background-color: transparent;
    transition: all .5s;
    transform: translateY(-10px);
    border-color: #88168e;
}
.effective-solution-icon img {
   margin-bottom: 10px;
    width: 50px;
    height: 50px;
    filter: invert(1);
}
.effective-solution-info-box h6 {
    margin-bottom: 7px;
}
.effective-solution-info-box p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    padding-bottom: 0;
    font-weight: 400;
}
/*======= effective-solution-section-CSS- Close=======*/   
.new-benefits-box, .new-benefits-text{
    height: 100%;
}
.new-benefits-text {
    background: transparent;
    padding: 10px;
    border: 2px solid #88168e;
    border-radius: 8px;
}
.new-benefits-text h6 {
    font-weight: 600;
    margin-bottom: 10px;
}
.new-benefits-text p {
    font-weight: 400;
    padding-bottom: 0px;
}
.new-benefits-text p::-webkit-scrollbar {
    width: 5px;
    height: 7px
}

.new-benefits-text p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #d0d0d0;
    border-radius: 10px
}

.new-benefits-text p::-webkit-scrollbar-thumb {
    background-color: #88168e;
    border-radius: 10px
}

/*======= new-benefits-section-CSS- Close=======*/

/*======= 09-05-2025======= New CSS CLOSE*/