@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", serif;
}
/* font-family: "Poppins", serif; */

#button {
  display: inline-block;
  background-color: #0B3380;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s ,transform .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transform: translateX(50px);
  border: 3px solid #ffffff;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 35px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  transform: translateX(-0px);
  opacity: 1;
  visibility: visible;
}
/* call icon and whatsapp icon*/
.whatsappimgbox{
  width: 12%;
  position: fixed;
  z-index: 99999;
  bottom: 30px;
  left:30px;
  
}
.scale-up-center{
  animation: scale-up-center 1s ease-in-out infinite alternate both;animation: scale-up-center 1s ease-in-out infinite alternate both;
}
@keyframes scale-up-center {
  0% {
    
    transform: scale(0.9);
  }
  100% {
     transform: scale(1);
  }
}
/* book button */
.bookbtn{
  background: linear-gradient(to left, #0B3380 50%, #03afef 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
 font-weight: 500;
 letter-spacing: 1px;
}
 .bookbtn:hover{
  background-position: left bottom;
  color: #ffffff;
 }
a{
  text-decoration: none;
}
li{
  list-style: none;
}
ul{
  padding: 0px;
}
/*Top navbar  */
.navbgcolor-top{
  background-color:#0B3380;
  position: relative;
  z-index: 1;
}
.navbgcolor-top::after{
  content: "";
  position: absolute;
  background-color: #2386d7;
  width: 30%;
  height: 100%;
  top: 0px;
  right: 0px;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 2% 100%);
  z-index: -1;
}
.navbgcolor-top div ul li a {
  color: #ffffff;
  transition: all .5s;
}
.navbgcolor-top div ul li a:hover {
  color: #ffffff;
}

/* main navbar */

.text-color-nav i{
   font-size: 10px;
}
/* new section */
.bg-images{
  background-image: url(../images/sliderlover.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-box{
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.main-box i{
  font-size: 45px;
  color: #1050c5;
}
p{
  font-family: "Poppins", serif;
  color: #7F7F80;
}
.textpara{
  text-align: justify;
  color: #7F7F80;
}
.textpara1{
  text-align: justify;
  color: #333333;
}
.text-heading{
  color: #000;
}
.btn-more{
  padding: 5px 20px;
  background-color: #0B3380;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  transition: all .5s;
}
.btn-more:hover{
  background-color: #1050c5;
  color: #ffffff;
}
/* our Department */
.top-heding{
  color: #444444;
  font-weight: 600;
}
.line{
  width: 5%;
  height: 4px;
  background-color: #0a46b5;
  margin: 0px auto;
}
.heading-text-para{
  font-weight: 600;
  text-align: center;
  color: #7F7F80;
  letter-spacing: 1px;
}
.text-about{
  letter-spacing: 1px;
}
.top-heding span{
   color: #0a46b5;
   font-size: inherit;
}
.btnknow{
  color: #0B3380;
  transition: all .5s;
}
.btnknow:hover{
  color: #0f0f0f;
}
/* services section */

.button1{
  padding: 20px;
  border: none;
  display: block;
  height: 100%;
  transition: all .5s;
}
.button1.active{
  background-color: #0084a9 !important;
  color: #ffffff;
}
.button1.active .icon-box{
  border: 6px solid #5e94c0;
}
.icon-box{
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  border: 6px solid #dedede;
  width: 70%;
  margin: 0 auto;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}
.button1:hover{
  background-color: #0084a9;
  color: #fff;
}
.button1:hover .icon-box{
  border: 6px solid #5e94c0; 
}
.icon-box img{
  transition: all .3s;
  
}
.button1:hover .icon-box img{
  transform: translateY(-200px);
}
.icon-box1::after 
,.icon-box2::after,
 .icon-box3::after ,
 .icon-box4::after ,
 .icon-box5::after,
 .icon-box6::after,
 .icon-box7::after,
 .icon-box8::after,
 .icon-box9::after,
 .icon-box10::after
 {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
transform: translateY(200px);
transition: all .3s;
}
.button1:hover .icon-box1::after ,
.button1:hover .icon-box2::after ,
.button1:hover .icon-box3::after ,
.button1:hover .icon-box4::after, 
.button1:hover .icon-box5::after,
.button1:hover .icon-box6::after,
.button1:hover .icon-box7::after,
.button1:hover .icon-box8::after,
.button1:hover .icon-box9::after,
.button1:hover .icon-box10::after
{
  transform: translateY(0px);
}
 .icon-box1::after {
  background-image: url(../images/services-img/Accident-and-fracture.png);
}

.icon-box2::after {
  background-image: url(../images/services-img/hip-replacement.png);
}
.icon-box3::after {
  background-image: url(../images/services-img/Accident-and-fracture.png);
}
.icon-box4::after {
  background-image: url(../images/services-img/Pediatric-Orthopedics.png);
}
.icon-box5::after {
  background-image: url(../images/services-img/Fracture-Treatment.png);
}
.icon-box6::after {
  background-image: url(../images/services-img/Laminectomy.png);
}
.icon-box7::after {
  background-image: url(../images/tarma-surgery.png);
}
.icon-box8::after {
  background-image: url(../images/services-img/Sports-Medicine.png);
}
.icon-box9::after {
  background-image: url(../images/services-img/Knee-Pain-Treatment.png);
}
.icon-box10::after {
  background-image: url(../images/services-img/Pediatric-Orthopedics.png);
}
.marker-list-md{
  padding-left:20px ;
}
.marker-list-md li{
  list-style: circle;
}
/* Conditions we treat */
.bg-color{
background-color: #f3f3f3;
}

.we-treat li{
  list-style: "✓   ";
  color: #1E76BD;
  list-style-position: outside;
  text-align: justify;
}
.we-treat li span{
  color: #FF1728;
}
/* footer section */
.bg-color-footer{
  background-color: #101A29;
}
.footer-heding{
  color: #ffffff;
}
.footerpara{
  color: #ffffff;
}
.footer-list li a{
  color: #ffffff;
  transition: all .5s;
}
.footer-list li a:hover{
  color: #1E76BD;
}
.footer-list{
  line-height: 2rem;
}
.footer-list li i{
  color: #ffffff;
  padding-right: 10px;
}
.link-address{
  color: #ffffff;
  transition: all .5s;
}
.footer-icon i{
  font-size: 30px;
  color: #ffffff;
}
.link-number{
  font-size: inherit;
  color: #1E76BD;
  font-weight: bold;
  transition: all .5s;
}
.copyline{
  text-align: center;
  color: #ffffff;
}
.copyline a{
  color: #03afef;
}
/* human body section */
.bg-color{
  background-color: #eeeeee;
}
.iconAll {
  color: #ffffff;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: 5px solid #5b9fd7c8;
  z-index: 6;
  position: relative;
}

.iconAll::after {
  content: "";
  position: absolute;
  background-color: #166eb6;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1; /* Background element */
  animation: slide-fwd-center 2.7s cubic-bezier(0.645, 0.045, 0.355, 1.000)both infinite ; 
}

.iconAll::before {
  content: "";
  position: absolute;
  background-color: #166eb6;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1; /* Background element */
  animation: slide-fwd-center 2.7s cubic-bezier(0.645, 0.045, 0.355, 1.000)both .4s infinite ; 
}
/* services pages */

.Nav-color-ExpertiseBox{
  padding: 5px 0px;
 transition: all .5s;
 border-bottom: 1px solid #171717bf;
 }
 .Nav-color-ExpertiseBox:hover{
  background-color: #043C77;
 
 }
 .Nav-color-Expertise1{
  
  display: flex;
  justify-content: space-between;
  color: #000000;
  padding: 10px 20px;
  transition: all .2s;
 }
 .Nav-color-Expertise1:hover {
  color: #ffffff;
 }
 .Nav-color-Expertise1:hover .Nav-color-Expertise{
  color: #ffffff;
 }
 .navbgcolor{
background-color: #e5e5e5;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
top: 17%;
 }
 .slider-icon{
  padding-left: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
 }
.slider-icon i{
  font-size: 7px;
}
 .Navactive{
  padding: 5px 10px;
  background-color: #043C77;
  color: #ffffff;
 }
 .hedingtxtServisesAll{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 20px;
 }
 .colorall{
  color: #107EAD;
 }
 .liststyle{
  list-style: disc;
 }
 .exeboximg{
  width: 65%;
 }
 .exeboximg1{
  width: 90%;
 }
 .heading-color{
  color: #043C77;
  font-weight: bold;
 }
/* counter section */
.counter-bg-img{
  background-image: url(../images/counter-banner.png);
 background-position: center;
 background-size: cover;
 position: relative;

}
.counter-bg-img::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1444ac8b;
  top: 0px;
  left: 0px;
}
.counter-box{
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;


}
.counter-box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  filter: blur(8px);
  z-index: -2;
}

.counter-box:hover:after{
  right: -7%;
  bottom: -15%;
}
.counter-box h2 {
  font-weight: bold;
}
.counter-box h2 ,.counter-box h5{
  color: #204066;
}
.icon-top{
  border: 4px solid #7c7c7c;
  border-radius: 50%;
  width: 35%;
}
@keyframes slide-fwd-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

.icon1{
  position: absolute;
  top: 50%;
  left: 28%;
}
.icon2{
  position: absolute;
  top: 34%;
  left: 65%;
}
.icon3{
  position: absolute;
  top: 20%;
  left: 35%;
}
.icon4{
  position: absolute;
  top: 46%;
  left: 55%;
}
.icon5{
  position: absolute;
  top: 15%;
  left: 48%;
}
.icon6{
  position: absolute;
  top: 70%;
  left: 41%;
}
.icon7{
  position: absolute;
  top: 90%;
  left: 55%;
}
.icon8{
  position: absolute;
  top: 54%;
  left: 70%;
}
.icon9{
  position: absolute;
  top: 35%;
  left: 48%;
}
.icon10{
  position: absolute;
  top: 95%;
  left: 40%;
}
.icon-box-body{
  font-size: 14px;
  z-index: 2;
  position: relative;
  background-color: #1050c5;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-name{
  position: absolute;
  background-color: #2386d7;
  width: 130px;
  padding: 10px ;
  border-radius: 10px;
  z-index: 3;
  bottom: -100%;
  opacity: 0;
  transition: all 1s ;
 visibility: hidden;
  right: 70px;
  transform:  translateX(30px);
  transform-origin: left;
  text-align: center;
}
.body-name a ,.body-name-right a{
  color: #ffffff;
}
.icon-box-body:hover .body-name {
  opacity: 1;
  transform: translateX(0);
  transform-origin: left;
  visibility: visible;
}
.body-name-right{
  position: absolute;
  background-color: #2386d7;
  width: 130px;
  padding: 10px ;
  border-radius: 10px;
  z-index: 3;
  bottom: -100%;
  opacity: 0;
  transition: all 1s ;
 visibility: hidden;
   left:100px;
  transform:  translateX(-30px);
  transform-origin: right;
  text-align: center;
}
.icon-box-body:hover .body-name-right{
  opacity: 1;
  transform: translateX(0);
  transform-origin: right;
  visibility: visible;
}

.body-name1{
  right: 100px;
}
.body-name::after{
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #2386d7;
  content: "";
  top: 50%;
  right: -40%;
  transform: scaleX(0) translateX(0px);
  transform-origin: right;
  transition: all .3s ;
}
.body-name1::after{
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #2386d7;
  content: "";
  top: 50%;
  right: -69%;
  transform: scaleX(0) translateX(0px);
  transform-origin: right;
  transition: all .3s ;
}

.body-name2::after{
  position: absolute;
  width: 88px;
  height: 2px;
  background-color: #2386d7;
  content: "";
  top: 50%;
  left:-65%;
  transform: scaleX(0) translateX(0px);
  transform-origin: left;
  transition: all .3s ;
}
.icon-box-body:hover .body-name2::after {
  transform: scaleX(1);
  transform-origin: left;
}


.icon-box-body:hover .body-name::after ,
.icon-box-body:hover .body-name1::after {
  transform: scaleX(1);
  transform-origin:  right;
}
/* banner section */
.titlebarimg-our-doctors-specialists{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/our-doctors-specialists.png);
}
.titlebarimg-faq{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/why-choose-us-banner.png);
}
.titlebarimg-our-knee{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/knne-banner.png);
}
.titlebarimg-our-hip{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/hip.png);
}
.titlebarimg-our-spine{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/spine.png);
}
.titlebarimg-our-truma{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/truma.png);
}
.titlebarimg-our-Arthroscopic{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/Arthroscopic.png);
}
.titlebarimg-our-Gallery{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/gallery.png);
}
.titlebarimg-our-contact{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  background-image: url(../images/contact-banner.png);
}
.titlebarimg-our-joint{
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  background-size: cover;
  
}
.Wrist{
  background-image: url(../images/Wrist-Joint.png);
}
.Elbow{
  background-image: url(../images/Elbow-Joint.png);
}
.Shoulder{
  background-image: url(../images/Shoulder-joint.png);
}
.Spine{
  background-image: url(../images/Spine-Joint.png);
}
.Pivot{
  background-image: url(../images/Pivot-joints.png);
}

.Foot{
  background-image: url(../images/foot-Joint.png);
}
.Ankle{
  background-image: url(../images/Ankle-Joint.png);
}
.Saddle{
  background-image: url(../images/S-Joint.png);
}
.titlebarimg{
  background-color: #ECF2FF;
   height: 35vh;
 }
 .titlebar{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 35vh;
 }
 .titlebar div a {
   color: #2b2b2b;
   transition: all .5s;
 }
 .titlebar div a:hover{
   color: #043C77;
 }
 .icon-color{
   color: #043C77;
   font-size: 20px;
   padding-right: 10px;
 }
 .textcolor-title{
   color: #043C77;
   font-weight: 500;
 }
 .titleheding{
   font-weight: 700;
   color: #484848;
   letter-spacing: 1px;
 }
 .color-dot{
   color: #484848;
   font-weight: bolder;
 }
 .about-img-box{
  border-radius:0px  100px 0px 0px;
  overflow: hidden;
 }
 .text-box-about{
  background-color: #0B3380;
  position: absolute;
  padding: 20px;
  display: flex;
  column-gap: 20px;
  align-items: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  right: 5%;
  bottom: -12%;
  overflow: hidden;
 }
 .text-box-about::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/about-two-experience-shape-1.png);
  background-repeat: no-repeat;
  left:  69%;
  opacity: .5;
 
 }
 .icon-box-about {
  background-color: #ffffff;
 
 }
 .year-text{
  text-align: center;
  color: #ffffff;
 }
 .year-text h2,.year-text h5{
  text-shadow: rgb(23, 23, 23) 1px 0 10px;
  font-weight: 600;
 }
 .icon-box-about i{
  font-size: 35px;
  padding: 20px;
 }
 .Memberships-list{
  padding-left: 20px;
 }
.Memberships-list li{
list-style:  disc;
  color: #0a46b5;
  padding-bottom: 20px;
 
}

.Memberships-list li p{
  color: #2b2b2b;
  font-weight: 600;
  margin: 0;
}
/* faq page */
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0B3380;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button::after{
  background-image:url(../images/arrow.png);
  transform: all .5s;
}
.accordion-button:not(.collapsed)::after{
  background-image:url(../images/arrow1.png);
}
/* contact page */
.bgcolor{
  background-color: #eeeeee;
}
.Appointment-form{
  background-color: #1E72B7;
  padding: 40px 30px;
}
.Appointment-main-heading{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  border-bottom: 2px solid #d1d1d1c7;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  color: #fff;
}
.Appointment-main-box{
  background-color: #fff;
  padding: 44px 30px;
  text-align: center;
}
.Appointment-name{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #0B3380;
}
.Appointment-main-box p{
  margin: 0;
}
.Appointment-main-box h5{
  padding: 10px 0px;
  margin: 0;
  color: #1E72B7;
}
.Appointment-main-box h3 a{
  color: #1E72B7;
  font-size: inherit;
}
.Appointment-main-heading::after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0%;
  background-color: #0B3380;
  width: 10%;
  height: 4px;

}
.contact-box{
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-bottom:  1px solid #6c6c6c5c;
}
.heding-address{
  color: #0B3380;
  font-weight:bold;
  font-size: 21px;
}
.contact-box i{
  color: #0B3380;
  font-size: 40px;
}
.contact-box p a{
  color: #373737;
}
.subHeading{
  color: #0B3380;

 font-weight: bold;
}
.subHeading span{
  color: #0F70B7;
  font-size: inherit;
  font-weight: bold;
}
.input-box{
  width: 100%;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.input-box:focus{
  outline: 2px solid #cccccc65;
}
::placeholder{
  font-size: 14px;
}
.clickbtn{
  background-color: #000000;
  font-size: 18px;
  padding: 16px 60px;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 300;
  transition: all .5s;
  border: none;
}
.clickbtn:hover{
  color: #ffffff;
}
/* gallery page */
.img-box{
  position: relative;
   display: block;
   overflow: hidden;
}
.img-box::after{
  position: absolute;
  content: "";
  font-size: 40px;
  width: 80%;
  height: 80%;
  border: 2px solid #ffffff;
  color: #ffffff;
  top: 10%;
  left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  opacity: 0;
}
.img-box:hover:after{
  opacity: 1;
}
.img-box::before{
  position: absolute;
  content: "";
  font-size: 40px;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  background-color: #00000090;
  top: 0%;
  left: 0%;
  transition: all .5s;
  opacity: 0;
}
.img-box:hover::before{
  opacity: 1;
}
.gallery-img{
transition: all 1s;
}
.img-box:hover .gallery-img{
transform: scale(1.2);
}
/* testimonial section */

.googlelogo{
  width: 40%;
}
.staricon{
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.staricon1{
  display: flex;
  column-gap: 5px;
  background-color: #a0cfff95;
  justify-content: center;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}
.staricon1::after{
  content: "";
  position: absolute;
  width: 10%;
  height: 30%;
  background-color: #ffffff;
  top: 0px;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
}
.stariconbox{
  width: 20px;
}
.staricon1 li{
  width: 20px;
  padding-top: 10px;
}
.client{
  margin: 10px;
}
.mainsliderbgcolor{
  background-color: #ffffff;
  width: 100%;
  min-height: 34vh;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.silderimages{
  width: 25%;
  margin: 0px auto;
  border: 5px solid #003a78;
  border-radius: 50%;
}
.datetext{
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
}
.googleGlogo{
  width: 10%;
  
}
.textbox{
  width: 100%;
  height: 15vh;
  overflow: auto;
  padding:10px 20px;
  margin-bottom: 20px;
  
}
.name-testimonials-icon{
  padding: 0px 10px;
}
.name-testimonials-icon i{
  color: #0a46b5;
  font-size: 20px;
}
.textbox p{
  color: #3d3d3d;
  font-weight: 400;
  text-align: justify;
}
.owl-nav button.owl-next,
 .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  opacity: 0;
  transition: all .5s;
  
}
.owl-nav button.owl-next{
  transform: translateX(10px);
}
 .owl-nav button.owl-prev{
  transform: translateX(-10px);
 }
.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
  transform: translateX(0px);
  opacity: 1;
}
.owl-theme .owl-nav {
   margin-top: 0px ; 
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
}
 .owl-theme .owl-nav [class*=owl-]{
  background-color: #0B3380 !important;
  color: #ffffff !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #99627A50;
  color: #99627A;
}
@media (min-width:768px){

  .whatsappimgbox{
    width: 6%;
  }
  .icon-box1::after 
  ,.icon-box2::after,
   .icon-box3::after ,
   .icon-box4::after ,
   .icon-box5::after,
   .icon-box6::after,
   .icon-box7::after,
   .icon-box8::after,
   .icon-box9::after,
   .icon-box10::after
   {
    content: '';
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .logo-box{
    width: 23%;
}
.googlelogo{
  width: 30%;
}
}
@media (min-width:992px){
  .whatsappimgbox{
    width: 3%;
  }
 .sub-manu1{
    position: absolute;
  }
 .sub-manu {
    position: absolute;
    left: 100%;
    top: 0px;
  }
  .sub-manu2 {
    position: absolute;
    left: 100%;
    top: 24%;
  }
  .logo-box{
    width: 12%;
}
.googlelogo{
  width: 10%;
}
}

@media (min-width:1440px){

  .navbar-nav{
    column-gap: 30px;
 }
}