* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: "Monts-Medium"; */
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    /* border-radius: 5px; */
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:  #4fa337;
    /* border-radius: 10px; */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #4fa337;
  }

  #loading{
    position: fixed;
   width: 100%;
   height: 100vh;
   background:white 
   /* url('https://svgshare.com/i/TGi.svg') */
   url('../images/giphy2.gif')
       no-repeat center center;
   z-index: 999;
  
  }


html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
ul{
  padding-left: 0!important;
  margin-bottom: 0!important;
}
.row{
 --bs-gutter-x: 0!important;
}

@font-face {
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-family: "Monts-ExtraBold";
}

@font-face {
  src: url("../fonts/Montserrat-Bold.ttf");
  font-family: "Monts-Bold";
}

@font-face {
  src: url("../fonts/Montserrat-Medium.ttf");
  font-family: "Monts-Medium";
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.row {
  width: 100%;
  margin-left: 0; 
}

body {
  background-color: white;
}
.headone {
  background-color: #f1f5f8;
  padding: 5px 10px 5px 10px;
}
.ab {
  width: 100%;
  text-align: center;
  align-items: center;
}
.ab p {
  margin-bottom: 0;
  color: #384554;
}

.headtwo {
  background-color: white;
  height: auto;
  padding: 20px 10px;
}
.headtwo img {
  max-width: 40%;
}




.abc {
  background-color: #007bb5;
  padding: 15px;
}

/* iconbar started */

.icon-bar {
  position: fixed;
  top: 80%;

  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 999;
}
.facebook {
  background: #1877f2 !important;
}
.Whatsapp {
  background: #25d366 !important;
}
.instagram {
  background: #e4405f !important;
}
.twitter {
  background: #1da1f2 !important;
}

.icon-bar a {
  text-decoration: none;
  /* width: 200px; */
  background: #1877f2;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  font-size: 18px;
  transform: translateX(-160px);
  -webkit-transform: translateX(-160px);
  -ms-transform: translateX(-160px);

  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.icon-bar a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.icon-bar a i {
  padding-left: 20px;
  font-size: 30px !important;
  animation: letszoom 3s linear alternate-reverse infinite;
}

@keyframes letszoom {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
/* iconbar ended */

/* whatwedo started */
.headingtxt {
  font-family: "Monts-Bold";
  color: #007bb5;
  text-align: center;
  text-transform: uppercase;
}
.whatwedo {
  background-color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/medical-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 40px 45px 40px 45px;
  text-align: center;
  font-family: "Monts-Medium";
}
.whatwedohead {
  font-family: "Monts-Bold";
  color: white;
}
.whatdocenter{
  display: flex;
  justify-content: center;
  text-align: center;
}
.carded {
  padding: 30px 15px;
}

.circular {
  position: relative;
  height: 75px;
  width: 75px;
  background-color: rgb(255, 255, 255);
  /* background: linear-gradient(90deg, rgba(23,117,186,1) 44%, rgba(90,176,58,1) 64%); */
  border-radius: 50%;
  border: 2px solid black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.carded h4 {
  color: #ffffff;
  font-family: "Monts-Bold";
}
.circular i {
  font-size: 25px;
  padding: 20px;
  border-radius: 50%;
  /* background-color:azure; */
  /* background-color: linear-gradient(90deg, rgba(23,117,186,1) 44%, rgba(90,176,58,1) 64%); */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}

.circular:hover i {
  background: radial-gradient(
    circle,
    rgba(23, 117, 186, 1) 44%,
    rgba(90, 176, 58, 1) 64%
  );
  color: white;
}
.carded a {
  color: #30afb8;
}
.carded a:hover i {
  transform: translate(18%);
}

/* Companys started */
.Companys {
  background-color: #f9f9f9;
  height: auto;
  padding: 20px 15px 20px 15px;
  text-align: center;
}

.Companys img {
  margin: 3px;
  padding: 3px;
  max-width: 80%;
}
.clientlogo{
  display: flex;
  justify-content: center;
  text-align: center;
}
/* Companys ended */

/* callus started */
.callus {
  position: relative;
  width: 100%;
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/medical-bg.jpg)repeat fixed 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  text-align: center;
  color: white;
}
.maincallus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.callus a {
  border: 1px solid;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-left: 30px;
  padding: 0 20px;
  display: inline-block;
}

.callus a:hover {
  background: linear-gradient(
    90deg,
    rgba(23, 117, 186, 1) 44%,
    rgba(90, 176, 58, 1) 64%
  );
  color: white;
  border: none;
}

/* callus ended */

/* whoweare started */
.whoweare {
  height: auto;
  padding: 20px 15px;
  background-color: aliceblue;
}
.whoweare p {
  text-align: center;
}
.whoweare h3 {
  background-color: white;
  padding: 4px;
  color: #007bb5;
  text-align: center;
}
.threecover {
  justify-content: space-between;
}
.box {
  text-align: center;
  background-color: azure;
  /* padding-left: 10px;
  padding-right: 10px; */
  margin-left: 5px;
  margin-right: 5px;
}
.box img {
  max-width: 48px;
}
/* whoweare ended */

/* footer started */

footer {
  height: auto;
  padding: 120px 25px;
  background-color: #313b48;
  /* text-align: center; */
  color: #f1f5f8;
  font-family: "Monts-Medium";
}
.footerone{
  padding: 0px 5px;
}
.footerone h5 {
  padding: 10px;
  border-left: 2px solid white;
  line-height: 0.2px;
}
.footerone ul li {
  list-style: none;
}
.footerone ul li a {
  text-decoration: none;
  color: white;
}
.footerone ul li a:hover {
  color: rgb(243, 236, 236);
}

.fa {
  padding: 12px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.credit {
  height: auto;
  color: white;
  background-color: #28313d;
  padding: 20px 15px 20px 15px;
  font-family: "Monts-Medium";
}
.credit p {
  margin-bottom: 0;
  font-size: 13px;
  color: #64707e;
}
/* footer ended */

/* Aboutus started */

.abtusheader {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/abtushead.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  font-family: "Monts-Medium";
}
.textabtus {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-family: "Monts-Medium";
}

.textabtus a {
  border: 1px solid;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-left: 30px;
  padding: 0 20px;
  display: inline-block;
}

.textabtus a:hover {
  background: linear-gradient(
    90deg,
    rgba(23, 117, 186, 1) 44%,
    rgba(90, 176, 58, 1) 64%
  );
  color: white;
  border: none;
}

.visionmission {
  height: auto;
  padding: 20px 10px;
  background-color: #f9f9f9;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../images/whiteee.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-family: "Monts-Medium";
}

/* Aboutus ended */

/* cntactus started */

.contact {
  width: 100%;
  height: auto;
  padding: 25px 55px;
  background-color: rgb(241, 239, 239);
  font-family: "Lato-Regular";
  font-family: "Monts-Medium";
}
.Conth h2 {
  font-family: "Lato-Bold";
}
.Conth h5 {
  font-family: "Lato-BoldItalic";
}

.contactaddress {
  text-align: center;
}
.contactaddress h3 {
  font-family: "Lato-BoldItalic";
  color: #991c57;
}

.formcont {
  padding: 25px 15px;
  background-color: rgb(255, 250, 250);
  text-align: center;
}
.cont {
  background-color: #1877f2;
  padding: 2px;
  color: white;
}

.contactimg img {
  max-width: 80%;
}
.sendbtn{
  margin-top: 5px;
  background-color: rgba(23, 117, 186, 1);
  padding: 10px;
  color: white;
}

.sendbtn:hover{

  background-color: rgb(3, 75, 127);
 
  color: white;
}
/* cntactus ended */

.detailinfo {
  height: auto;
  background-color: #f1f5f8;
  /* padding-top: 25px 15px; */
  /* text-align: center; */
}
.detailinfo .row {
  --bs-gutter-x: 0;
}
.servcimg img {
  max-width: 100%;
  height: 100%;
}

.outer {
  width: 100%;
  height: 70px;
  /* padding: 25px 15px; */
  background-color: rgba(23, 117, 186, 1);
}
.inner {
  width: 90%;
  height: 100%;
  background-color: rgba(90, 176, 58, 1);
  clip-path: polygon(75% 0%, 86% 50%, 75% 100%, 0% 100%, 0 49%, 0% 0%);
  color: black;
  position: relative;
}
.inner h2 {
  color: white;
  font-family: "Monts-ExtraBold";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.servctext {
  padding: 35px 55px;
}

.thpdesc {
  width: 100%;
  height: auto;
  padding: 20px 20px;
  background-color: azure;
}
.thpdesc h2 {
  font-family: "Monts-ExtraBold";
  font-weight: 700;
  position: relative;
  color: rgba(23, 117, 186, 1);
}
.thpdesc h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 5vw;
  border-bottom: 4px solid #25d366;
}

/* Products start */




/* Services start */
.services{
  display: flex;
  justify-content: center;
  align-items: center;
}
.serv{
  display: flex;
  justify-content:center;
  text-align: center;
}
.serv a{
  width: 250px;
height: 80px;

display: flex;
justify-content: center;
background-color: #EFEFEF;
text-decoration: none;
color: #ffffff;
font-size: 20px;
align-items: center;
margin-top: 25px;
margin-bottom: 25px;
font-weight: 600;
-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px !important;
  background-color: rgb(23, 117, 186);
  
}
.serv a:hover{
background-color: #25d366;
color: rgb(23, 117, 186);
}

.cdd{
  padding: 2px 10px;
}
/* Services end */




/* responsive  started */

@media only screen and (min-width: 951px) and (max-width: 1050px) { 

 

  nav ul li{
    margin-left: 5px;
    margin-right: 10px;

  }
  nav ul li a{
  
    font-size: 8px;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 1150px) { 

 

  nav ul li{
    margin-left: 5px;
    margin-right: 10px;

  }
  nav ul li a{
  
    font-size: 9px;
  }
}

@media only screen and (min-width: 1150px) and (max-width: 1250px) { 

 

  nav ul li{
    margin-left: 5px;
    margin-right: 10px;

  }
  nav ul li a{
  
    font-size: 10px;
  }
}

@media (max-width: 950px) {
  /* responsive navbar started */
  /* header {
    position: relative;
  } */
  .mobile-navbar-btn {
    display: block;
    z-index: 99999;
    align-items: center;
    border: 3px solid rgb(255, 255, 255);
    color: rgb(23, 117, 186);
  }
  .mainnav img {
    max-width: 40%;
  }

  .drpdwn {
    width: 20px;
    height: 20px;
    position: absolute;
    align-items: center;
    color: rgb(255, 255, 255);
    display: none ;
  }
  .headone {
    display: none;
}

  /* responsive navbar ended */
}

@media (max-width: 650px) {
  .abtusheader {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../images/abtusheadforphn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    font-family: "Monts-Medium";
  }
  .headone {
    display: none;
  }
  
  .thpdesc h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 10vw;
    border-bottom: 4px solid #25d366;
  }
  .callus a {
    border: 1px solid;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 0px;
    position: relative;
    margin-left: 0px;
     padding: 15px;
  
}

.mainnav img {
  max-width: 40%;
}
.textabtus p{
font-size: 12px;
}

  /* responsive navbar started */

  /* responsive navbar ended */
}





/* reflex gradient */
/* background: linear-gradient(90deg, rgba(23,117,186,1) 44%, rgba(90,176,58,1) 64%); */


header{
  position: relative;
   left: 0;right: 0;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
header .logo img{

max-width: 250px;

}

header .navbar ul{
list-style: none;
text-transform: uppercase;
}

header .navbar ul li{
  position: relative;
  float: left;
}
header .navbar ul li a{
font-size: 15px;
padding: 20px 15px;
color: #333;
display: block;
}
header .navbar ul li a:hover{

  background-color: #25d366;
color: white;
}
header .navbar ul li ul{
position: absolute;
left: 0;

width: 250px;
background: #fff;
display: none;
}
header .navbar ul li ul li{
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid rgba (0,0,0,0.1);
}
header .navbar ul li ul li ul{
  left: 200px;
  top: 0;
  padding: 0px 5px;

}
header .navbar ul li ul li a{
padding: 0;
/* position: absolute; */
left: 0;

}
header .navbar ul li:focus-within>ul,
header .navbar ul li:hover>ul{
  display: initial;
}

#menu-bar{
  display: none;
}
header label{
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: none;

}

.sticky header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-top: 0%;
  padding-bottom: 0%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 99;
}

.sticky .mainnav {
  padding-top: 25px;
}






@media(max-width:991px)
{
  header{
      padding: 20px;
  }
  header label{
      display: initial;
  }
  header .navbar{
      position: absolute;
      top:100%;left: 0%;right: 0%;
      background: #fff;
      border-top: 1px solid rgba(0,0,0,0.1);
      display: none;
  }
  header .navbar ul li{
      width: 100%;
  }
  header .navbar ul li ul{
  position: relative;
  width: 100%;

  }
  header .navbar ul li ul li{
      background: #eee;

  }
  header .navbar ul li ul li ul{
      width:100%;
      left: 0;

  }
  #menu-bar:checked~.navbar{
       display: initial;
  }
  header .logo img{

    max-width: 200px;
    
    }
}
@media(max-width:400px){
  header .logo img{
    max-width: 130px;
    }
}
