@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}


body::selection{
  background-color: var(--pinkish);
  color: #fff;
}
body{
  overflow-x: hidden;
}
:root{
  --black-color:#000000;
  --primary-color:#ffffff;
  --red-color:#ff1744;
  --grey:#e0e0e0;
  --pinkish:#C51162;
  --grey-type:#000000;
  --font: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  --blue: #ff1744;
}



.bg-img{
    background-image: linear-gradient( to right , rgba(26, 26, 26, 0.774)), url(images/main.png);
    width: 100%;
    height: 110vh;
    background-position: center;
    background-size: cover;
    padding: 20px 20px;
}

/* drop down */


/* .ser:hover .active>ul{
  display: block;
} */













@media (max-width: 844px) {
  /* Main dropdown container */
  .active > ul {
    position: relative;
    top: 0;
    left: 0;
    width: 120%;           
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    display: block;
  }

  /* Dropdown list items */
  .active > ul > li {
    display: block;
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .active ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-decoration: none;
  }

  /* Submenu styles */
  .subbb {
    position: relative;
    left: 0;
    top: 0;
    padding: 10px 10px;
  }

  .subbb li {
    padding: 8px 0;
  }


  .subbb {
    position: absolute;
    left: 70% !important;
    top: 0;
    padding: 4px  15px !important;
    display: none;  /* ✅ directly here */
  }

  .subbb li {
    padding: 8px 0;
  }

}





@media (max-width:797px){
  .list{
    width: 100% !important;
    justify-content: start !important;
  }
  .list>ul{
    width: 100%;
    text-align: start;
  }

  .subbb{
    position: absolute;
  }

  .fa-angle-down{
    transform: rotate(20deg);
  }

  .visible{
    width: 100%;
    display: flex;
  }

  .active ul{
    z-index: 222;
    width: 100%;
  }
  
  .activeِ>ul>li{
    text-align: start;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px;
  }

  .active{
    width: 100% !important;
  }

  .active>ul{
    width: 100%;
    position: relative;
    left: 20px !important;
  }

  .active>ul>li{
    align-content: start;
    width: 90% !important;
  }
  
  .visible{
    display: block;
  }

  .ser>a{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  .list>ul>li{
    border-bottom: 1px solid #ccc;
  }
}




.subbb{
  display: none;
}



@media (max-width:797px){
  .subbb{
    top: 70px;
  }
  

  .subbb>ul{
    width: 100%;
    padding: 20px !important;
  }


  /* .subbb>ul{ */
    /* position: relative; */
    /* right: 100% !important; */
    /* width: 700px !important; */
  /* } */



  /* .sub-page3{
    position: relative !important;
    left: 94% !important;
  }
  .sub-page3>ul>li>a{
    text-align: center;
    width: 200px !important;
  } */
}




.subbb {
  position: absolute;
  top: 0;
  left: 00%;   /* appear next to parent */
  min-width: 200px;
  display: none;
}

/* Links inside subbb */
.subbb ul li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  white-space: normal;
  word-wrap: break-word;
}

@media (max-width: 844px) {
  .subbb {
    position: relative;
    left: 1% !important;
    top: 80px;
    z-index: 245;
    width: 300px;
    display: none; /* hidden until clicked */
  }

}



@media (max-width: 344px) {
  .subbb {
    position: relative;
    left: 0% !important;
    top: 80px;
    z-index: 245;
    width: 250px;
    display: none; /* hidden until clicked */
  }

}




@media (max-width: 912px) {
  .subbb {
    position: relative;
    /* left: 0% !important; */
    top: 80px;
    z-index: 245;
    width: 300px;
    display: none; /* hidden until clicked */
  }

}




@media (max-width: 1024px){
  .subbb {
    position: relative;
    /* left: 0% !important; */
    top: 80px;
    z-index: 245;
    width: 400px;
    display: none; /* hidden until clicked */
  }

}




@media (max-width: 820px){
  .active{
    justify-content: center;
    width: 100% !important;
  }
}



@media (max-width: 412px){
  .active{
    justify-content: center;
    width: 100% !important;
  }

  /* .subbb{
    width: 260px;
  } */
}




@media (max-width:689px) {
  .sub-page3{
    position: relative ;
    left: 92%;
  }


  .sub-page3>ul>li{
    width: 100%;
    font-size: 15px;
  }
}

@media (max-width:430px) {
  .active{
    width: 100% !important;
  }

  /* .subbb{
    width: 300px !important; 
  } */
}




@media (max-width:375px) {
  .subbb{
    position: relative;
    left: -10px !important  ;
    /* width: 300px !important; */
  }
}

.active{
  position: relative;
}


.active>ul{
  background-color: var(--primary-color);
  border-radius: 30px;
  padding: 20px;
  margin-top: 0px;
  margin-left: -20px;
  display: none;
  border: 1px solid #ccc;
  position: absolute;
}

.active >ul>li{
  display: flex;
  flex-direction: column;
}


.active ul li a{
  border-bottom: 2px solid transparent;
}

.active ul li a:hover{
  border-bottom: 2px solid var(--pinkish);
}


.active>ul>li{
  outline: none;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 10px 20px;
  /* width: 200px; */
  text-align: center;
}


.active>ul>li>a{
  color: var(--pinkish);
  text-decoration: none;
}



.visible{
  position: relative;
}


.subbb{
  position: relative;
  position: absolute;
  left: 100%;
}



.subbb>ul{
  box-shadow: 2px 2px 10px grey;
  border: 2px solid var(--pinkish);
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: -20px;
  list-style-type: none; 
}


.subbb>ul>li{
  margin-bottom: 10px;
}

.subbb>ul>li>a{
  color: var(--pinkish);
  text-decoration: none;
}




.visible{
  align-content: center;
}






@media (max-width: 1190px) {
  .subbb ul li a {
    padding: 6px;
  }
}



.subbb{
  display: none;
}



.subbb.show {
  display: block;
}


/* .visible:hover .sub-page{
  display: block;
}


.visible:hover .sub-page3{
  display: block;
}



.visible:hover .sub-page4{
  display: block;
}

.visible:hover .sub-page2{
  display: block;
} */



















/* navbar */

nav{
    z-index: 1;
    position: sticky;
    top: 20px;
    padding: 10px 20px;
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 2px 2px 5px grey;
}
.navbar{
    height: 50px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.logo>img{
    width: 60px;
}
.list>ul{
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: flex;
    gap: 20px;
    list-style-type: none;
}
.list>ul>li>a{
  align-items: center;
  align-content: center;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.list>ul>li>a:hover{
    border-bottom: 2px solid var(--blue);
}

.nor{
    border-bottom: 2px solid var(--blue) !important;
}
.btn>button{
    background-color:  var(--blue);
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid var(--blue);
    color: #fff;
    font-weight: 700;
    transition: 0.5s ease-in-out;
}

.btn>button:hover{
    color: #C51162;
    background-color: transparent;
}


/* main-section */
.main>button{
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.main{
  position: relative;
  top: 100px;
  left: 150px;
}
.main>h1{
    margin-bottom: 20px;
    /* color: var(--grey-type); */
    color: #fff;
    font-size: 60px;
    
    width: 700px;
    font-family: var(--font);
}
.main>p{
    margin-bottom: 20px;
    width: 650px;
    line-height: 1.3;
    font-family: var(--font);
    color: #fff;
}
.btn-2>button{
    padding: 15px 30px;
    border-radius: 30px;
    border: none;

}
.btn-2>button:nth-child(1){
    background-color: var(--blue);
    color: #fff;
    font-weight: 700;
    border: 2px solid  var(--blue);
    transition: 0.5s ease-in-out;
}

.btn-2>button:nth-child(1):hover{
  border: 2px solid  var(--blue);
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.btn-2>button:nth-child(2){
  transition: 0.5s ease-in-out;
  border: 2px solid  var(--blue);
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.btn-2>button:nth-child(2):hover{
  background-color: var(--blue);
  color: #fff;
  font-weight: 700;
  border: 2px solid  var(--blue);
}

/* two card */

.icon>i{
    font-size: 40px;
    color: var(--blue);
}
.emerg{
    background-color: rgba(248, 213, 213, 0.541);
    display: flex;
    padding: 20px ;
    border-radius: 20px;
    align-items: center;
    gap: 20px;
    position: relative;
    top: 0px;
    transition: 0.5s ease-in-out;
}
.emerg:hover{
    position: relative;
    top: 20px;
}
.line{
    position: relative;
    top: 40px;
    left: 0px;
}
.text{
    color: #fff;
    line-height: 1.3;
}
.text>p{
    font-family: var(--font);
    font-size: 18px;
    color: #202020;
}
.text>h3{
    font-family: var(--font);
}
.line{
    display: flex;
    gap: 40px;
}


/* responsive navber */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.list>ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list{
    transition: 0.5s ease-in-out;
}

/* Hide hamburger by default */
.hamburger {
  display: none;
  position: absolute;
  right: 30px;
  font-size: 24px;
  cursor: pointer;
}


.fa-xmark{
  display: none !important;
}

/* Responsive for 1127px and below */
@media (max-width: 1127px) {
  .hamburger {
    display: block;
    color: #c00157;
  }

  .list {
    display: none;
    position: absolute;
    top: 0px;
    text-align: center;
    justify-content: center;
    left:-20px;
    flex-wrap: wrap;
    padding: 20px;
    width:56%;
    height: 70vh;
    background-color: var(--primary-color);
    border-bottom: 4px solid #c00157;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    z-index: 999;
  }
  
  .list.active {
    display: block;
  }


  .fa-xmark{
    display: block !important;
    font-size: 25px;
    position: absolute;
    right: 2%;
    transition: 0.5s ease-in-out;
  }
  
  
  .fa-xmark:hover{
    color: #c00157;
  }

  .ser>a>i{
    transform: rotate(270deg);
  }


  .active{
    width: 200px;
    max-width: 100%;
  }
  
  
  
  .active>ul{
    padding: 20px 0px !important;
    left: 86%;
  }


  .list>ul>li{
    position: relative;
  }

  .list>ul {
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    top: 50px;
    line-height: 1.9;
    gap: 15px;
  }


  .list >ul >li> a {
    color: #000;
    font-size: 18px;
  }
}


/* main-section */
.main>button{
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.main{
  position: relative;
  top: 100px;
  left: 150px;
}
.main>h1{
    margin-bottom: 20px;
    /* color: var(--grey-type); */
    color: #fff;
    font-size: 60px;
    
    width: 700px;
    font-family: var(--font);
}
.main>p{
    margin-bottom: 20px;
    width: 650px;
    line-height: 1.3;
    font-family: var(--font);
    color: #fff;
}
.btn-2>button{
    padding: 15px 30px;
    border-radius: 30px;
    border: none;

}
.btn-2>button:nth-child(1){
    background-color: var(--blue);
    color: #fff;
    font-weight: 700;
    border: 2px solid  var(--blue);
    transition: 0.5s ease-in-out;
}

.btn-2>button:nth-child(1):hover{
  border: 2px solid  var(--blue);
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.btn-2>button:nth-child(2){
  transition: 0.5s ease-in-out;
  border: 2px solid  var(--blue);
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.btn-2>button:nth-child(2):hover{
  background-color: var(--blue);
  color: #fff;
  font-weight: 700;
  border: 2px solid  var(--blue);
}

/* two card */

.icon>i{
    font-size: 40px;
    color: var(--blue);
}
.emerg{
    background-color: rgba(248, 213, 213, 0.541);
    display: flex;
    padding: 20px ;
    border-radius: 20px;
    align-items: center;
    gap: 20px;
    position: relative;
    top: 0px;
    transition: 0.5s ease-in-out;
}
.emerg:hover{
    position: relative;
    top: 20px;
}
.line{
    position: relative;
    top: 40px;
    left: 0px;
}
.text{
    color: #fff;
    line-height: 1.3;
}
.text>p{
    font-family: var(--font);
    font-size: 18px;
    color: #202020;
}
.text>h3{
    font-family: var(--font);
}
.line{
    display: flex;
    gap: 40px;
}


/* responsive navber */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.list>ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list{
    transition: 0.5s ease-in-out;
}

/* Hide hamburger by default */
.hamburger {
  display: none;
  position: absolute;
  right: 30px;
  font-size: 24px;
  cursor: pointer;
}


.fa-xmark{
  display: none !important;
}

/* Responsive for 1127px and below */
@media (max-width: 1127px) {
  .hamburger {
    display: block;
    color: #c00157;
  }

  .list {
    display: none;
    position: absolute;
    top: 0px;
    text-align: center;
    justify-content: center;
    left:-20px;
    flex-wrap: wrap;
    padding: 20px;
    width:56%;
    height: 70vh;
    background-color: var(--primary-color);
    border-bottom: 4px solid #c00157;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    z-index: 999;
  }
  
  .list.active {
    display: block;
  }


  .fa-xmark{
    display: block !important;
    font-size: 25px;
    position: absolute;
    right: 2%;
    transition: 0.5s ease-in-out;
  }
  
  
  .fa-xmark:hover{
    color: #c00157;
  }

  .ser>a>i{
    transform: rotate(270deg);
  }


  .active{
    width: 200px;
    max-width: 100%;
  }
  
  
  
  .active>ul{
    padding: 20px 0px !important;
    left: 86%;
  }


  .list>ul>li{
    position: relative;
  }

  .list>ul {
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    top: 50px;
    line-height: 1.9;
    gap: 15px;
  }


  .list >ul >li> a {
    color: #000;
    font-size: 18px;
  }



 
  
}
/* main responsive design */



@media screen and (max-width: 1199px) {
    .main {
        left: 80px;
        width: 80%;
    }

    .main > h1 {
        font-size: 45px;
        width: 90%;
    }

    .main > p {
        width: 90%;
        font-size: 16px;
    }

    .btn-2 > button {
        margin-bottom: 20px;
        padding: 12px 24px;
        font-size: 16px;
    }

    .line {
        padding: 20px 60px;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .emerg {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {


    .main {
        top: 50px;
        left: 20px;
        width: 90%;
    }

    .main > h1 {
        font-size: 32px;
        width: 100%;
    }

    .main > p {
        font-size: 14px;
        width: 100%;
    }

    .btn-2 {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .btn-2 > button {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .line {
        flex-direction: column;
        gap: 15px;
    }

    .emerg {
        flex-direction: row;
        align-items: center;
    }

    .icon > i {
        font-size: 30px;
    }

    .text > h3 {
        font-size: 18px;
    }
}



/* committed */
.committed{
    align-items: center;
    padding: 70px 80px;
    display: flex;
    gap: 70px;
}
.comitted-img>img{
    width: 540px;
    border-radius: 10px;
}
.comitted-text>h1{
    font-family: var(--font);
    font-size: 30px;
}
.comitted-text>h1,.comitted-text>h3,.comitted-text>p{
    margin-bottom: 30px;
}
.btn-3>button{
    transition: 0.5s ease-in-out;
    padding: 16px 30px;
    border-radius: 10px;
}
.btn-3>button:nth-child(1){
    border: 2px solid #ff1744;
    background-color: #ff1744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.btn-3>button:nth-child(1):hover{
    border: 2px solid #ff1744;
    background-color: transparent;
    font-weight: 700;
    color: #c00157;
}


.btn-3>button:nth-child(2){
    border: 2px solid #ff1744;
    background-color: transparent;
    font-weight: 700;
    color: #C51162;
}


.btn-3>button:nth-child(2):hover{
    border: 2px solid #ff1744;
    background-color: #ff1744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}



.comitted-text>h3{
    font-size: 22px;
    color: #4b4b4b;
    font-family: var(--font);
}
.comitted-text>p{
    font-family: var(--font);
}



/* responsive section */


@media (max-width: 1238px) {

    .bg-img{
        padding: 0px 0px 130px 0px;
    }
  .committed {
    flex-direction: column;
    padding: 40px 30px;
    gap: 40px;
  }

  .comitted-img > img {
    width: 100%;
    max-width: 100%;
  }

  .comitted-text > h1 {
    font-size: 26px;
    text-align: center;
  }

  .comitted-text > h3 {
    font-size: 20px;
    text-align: center;
  }

  .comitted-text > p {
    text-align: justify;
  }

  .btn-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .btn-3 > button {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .comitted-text > h1 {
    font-size: 22px;
  }

  .comitted-text > h3 {
    font-size: 18px;
  }

  .btn-3 > button {
    padding: 14px 24px;
    font-size: 13px;
  }
}

/* features services */

.features{
    padding: 50px 20px;
    background-color: hsl(0, 100%, 98%);
    line-height: 2.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.features>h2{
    font-size: 30px;
    font-family: var(--font);
}
.features>p{
    font-family: var(--font);
    margin-bottom: 30px;
}
.fea-cards{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.divider{
    width: 90px;
    margin-bottom: 20px;
    border: 1px solid var(--red-color);
}
.card{
    line-height: 1.4;
    padding: 50px 20px;
    border-radius: 10px;
    background-color: #fff;
    border-top: 2px solid var(--red-color);
    width: 500px;
}
.card>i{
    padding:14px  10px;
    font-size: 40px;
    text-align: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background-color: rgb(255, 23, 68 ,0.7);
}
.card>h2{
    font-family: var(--font);
    margin-top: 26px;
    color: #3b3b3b;
}
.i{
    display: flex;
    margin-bottom: 10px;
}
.i>i{
    background-color: #C51162;
    color: #fff;
    font-size: 9px;
    padding: 5px;
    border-radius: 30%;
    text-align: center;
    margin-right: 10px;
}
.li{
    margin: 20px 0px;
}
.card>p{
    font-family: var(--font);
    margin: 10px 0px;
}
.button>a{
    color: #ff1744;
    text-decoration: none;
    font-family: var(--font);
}
.fa-arrow-right{
    transition: 0.5s ease-in-out;
    position: relative;
    left: 0px;
    top: 1px;
}
.button>a:hover .fa-arrow-right{
    position: relative;
    left: 20px;
}


/* responsive design */


@media (max-width: 992px) {
  .fea-cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .card {
    width: 90%;
    padding: 40px 20px;
  }

  .card>h2 {
    font-size: 22px;
  }

  .card>p {
    text-align: justify;
  }

  .li {
    margin: 20px 0;
  }

  .i {
    align-items: center;
  }

  .button {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .features>h2 {
    font-size: 24px;
    text-align: center;
  }

  .features>p {
    text-align: center;
    padding: 0 10px;
  }

  .card {
    padding: 30px 15px;
  }

  .card>i {
    font-size: 30px;
    padding: 12px;
  }

  .card>h2 {
    font-size: 20px;
  }

  .button>a {
    font-size: 14px;
  }

  .fa-arrow-right {
    left: 0px !important;
  }

  .button>a:hover .fa-arrow-right {
    left: 10px !important;
  }
}


/* doctor */
.doctor{
    background-color: #fafafa;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.doctor>h2{
    margin-bottom: 20px;
    font-size: 35px;
    font-family: var(--font);   
}
.doctor>p{
    margin-top: 10px;
    font-size: 15px;
    font-family: var(--font);   
}
.tasks{
    box-shadow: 2px 2px 4px grey;
    margin: 40px 0px;
    background-color: #fff;
    display: flex;
    height: 90px;
    align-items: center;
    padding: 30px 50px;
    border-radius: 10px;
    justify-content: center;
    gap:60px;
}
.input>input{
    border: 2px solid #999999;
    width: 260px;
    padding: 0px 0px 0px 10px;
    border-radius: 10px;
    height: 40px;
    outline: none;
}
.input>input:focus{
    border: 2px solid #bbbbbb;
    box-shadow: 2px 2px 10px #c72d2d;
}
.input>select:focus{
    border: 2px solid #bbbbbb;
    box-shadow: 2px 2px 10px #c72d2d;
}
.input>select{
    border: 2px solid #999999;
    padding: 0px 20px;
    border-radius: 10px;
    width: 260px;
    height: 42px;
}
option{
    font-size: 17px;
}
.input>button{
    background-color: #C51162;
    border: 1px solid #C51162;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    width: 260px;
    height: 42px;
    position: relative;
    bottom: 0px;
    transition: all 0.53s ease-in-out;
}
.input>button:hover{
    bottom: 10px;
    background-color: #c00157;
}


/* doctors list */
.doctors-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.doc>img{
    border-radius: 20px 20px 0px 0px;
    width: 370px;
    height: 300px;
}
.doc>h2{
    font-family:var(--font);
    color: #4b4b4b;
}

.doc>h4{
    font-family: var(--font);
    color: #C51162;
}
.doc{
    line-height: 1.5;
}
.doc>span{
    color: #4b4b4b;
    font-family: var(--font);
    font-size: 15px;
}
.iconss{
    margin-bottom: 20px;
}
.iconss>i{
    color: gold;
    font-size: 13px;
}
.btnns>button{
    padding: 20px 30px;
}
.doc>.btn>button:nth-child(2){
    background-color: transparent;
    color: #C51162;
}
.doc>.btn>button:nth-child(2):hover{
    background-color: var(--red-color);
    color: #fff;
}
.doc{
    margin: 30px 0px;
}

.avai{
    width: 70px;
    font-size: 14px;
    text-align: center;
    padding:7px 20px;
    border-radius: 20px;
    position:relative;
    top: 60px;
    left: 250px;
    background-color: green;
    color: #fff;
    font-family: var(--font);
}
.yellow{
    background-color: rgb(255, 136, 0);
}
.tomo{
    width:190px;
    left: 130px;
    top: 50px;
    background-color: #3b3b3b;
}





/* responsive design */


@media (max-width: 992px) {
  .tasks {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    gap: 20px;
  }

  .input > input,
  .input > select,
  .input > button {
    width: 100%;
    max-width: 400px;
  }

  .doctors-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .doc {
    width: 90%;
    max-width: 400px;
  }

  .doc img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
 .input>button{
    padding: 0px 70px;
  }
  .btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .btn button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .doctor > h2 {
    font-size: 24px;
    text-align: center;
  }

  .doctor > p {
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
  }

  .input > input,
  .input > select,
  .input > button {
    font-size: 15px;
    height: 38px;
  }

 

  .doc h2 {
    font-size: 18px;
    text-align: center;
  }

  .doc h4,
  .doc span {
    text-align: center;
    display: block;
  }

  .iconss {
    justify-content: center;
    text-align: center;
  }
}


/* priority */

.priority{
    padding: 90px 0px;
    font-family: var(--font);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.priority>p{
    line-height: 1.4;
    margin: 40px 0px;
    text-align: center;
    width: 700px;
}


/* responsive design */

@media (max-width: 1272px) {
  .priority>p {
    width: 90%;
    font-size: 16px;
    margin: 30px 0;
  }

  .btn-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .btn-3 > button {
    width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .priority {
    padding: 60px 20px;
  }

  .priority > h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .priority > p {
    font-size: 14px;
    margin: 25px 0;
    width: 100%;
  }

  .btn-3 > button {
    width: 100%;
    font-size: 14px;
    padding: 14px 20px;
  }
}


/* emergency-card */
.emergency-card{
    padding: 90px 50px;
    background-color: #fff3f3;
    justify-content: center;
    gap: 60px;
    display: flex;
}
.emerg-card{
    text-align: center;
    background-color: #fff;
    padding: 30px 20px;
    width: 400px;
    font-family: var(--font);
    position: relative;
    bottom: 0px;
    transition: 0.5s ease-in-out;
}


.emerg-card:hover{
  position: relative;
  border-radius: 40px;
  bottom: 20px;
}




.emerg-card>h1{
    font-size: 30px;
}
.emerg-card>i{
    background-color: rgb(199, 45, 45 , 0.3);
    padding: 20px;
    border-radius: 50%;
    color: #c72d2d;
    font-size: 30px;
}
.emerg-card>h1{
    font-size: 24px;
    margin: 20px 0px;
}
.emerg-card>p{
    line-height: 1.5;
    margin: 30px 0px;
}
/* responsive design */


@media (max-width: 1239px) {
  .emergency-card {
    flex-wrap: wrap;
    gap: 40px;
    padding: 60px 30px;
  }

  .emerg-card {
    width: 80%;
    margin: 0 auto;
  }

  .emerg-card > h1 {
    font-size: 22px;
  }

  .emerg-card > p {
    font-size: 15px;
    margin: 20px 0;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .emergency-card {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }

  .emerg-card {
    width: 100%;
    padding: 20px 15px;
  }

  .emerg-card > h1 {
    font-size: 20px;
  }

  .emerg-card > p {
    font-size: 14px;
  }

  .emerg-card > i {
    font-size: 24px;
    padding: 15px;
  }

  .button a {
    font-size: 14px;
  }
}


/* quick */

.quick{
    text-align: center;
}
.get{
    padding: 80px 0px;
    justify-content: center;
    display: flex;
    gap: 20px;
}
.get-1{
    width: 200px;
    padding: 50px 0px;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    position: relative;
    bottom: 0px;
}
.get-1>i{
    font-size: 30px;
    color: #C51162;
    margin-bottom: 20px;
}
.quick>h2{
    margin-top: 80px;
    font-size: 30px;
    font-family: var(--font);
}
.get-1>p{
    font-size: 20px;
    font-family: var(--font);
}
.get-1:hover{
    bottom: 10px;
    background-color: rgba(199, 45, 45, 0.247);
}


/* responsive */


@media (max-width: 992px) {
  .get {
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px 20px;
  }

  .get-1 {
    width: 45%;
    margin: 0 auto;
  }

  .get-1 > p {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .get {
    flex-direction: column;
    align-items: center;
    padding: 40px 10px;
    gap: 20px;
  }

  .get-1 {
    width: 90%;
    padding: 40px 0;
  }

  .get-1 > i {
    font-size: 26px;
  }

  .get-1 > p {
    font-size: 16px;
  }

  .quick > h2 {
    font-size: 24px;
  }
}



/* footer */

.footer{
    padding: 70px 0px;
    background-color: #ffefef;
    display: flex;
    justify-content: center;
    gap: 160px;
    font-family: var(--font);
}
.foo>ul>li{
    list-style-type: none;
}
.foo>ul>li>a{
    color: #000;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

.foo>ul>li>a:hover{
    color: #c00157;
    border-bottom: 1px solid #c00157;
}

.foo>ul{
    line-height: 1.5;
}

.foo{
    line-height: 2.5;
}

.foo>p>span{
    color: #202020;
    font-weight: 700;
}

.foo>h2{
    color: #c00157;
}


.ic>i{
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #000;
    padding:10px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.ic>i:hover{
    border: 1px solid #c00157;
    color: #c00157;
}




/* responsive design */


@media (max-width: 1185px) {
  .footer {
    flex-wrap: wrap;
    gap: 60px;
    padding: 50px 30px;
    justify-content: space-around;
    text-align: center;
  }

  .foo {
    flex: 1 1 40%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .footer {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
    text-align: center;
  }

  .foo {
    width: 100%;
  }

  .foo ul {
    padding: 0;
  }

  .foo>ul>li>a {
    font-size: 16px;
  }

  .foo>h2 {
    font-size: 20px;
  }

  .ic>i {
    font-size: 18px;
    padding: 8px;
  }
}







/* copyright footer */

.fot{
    background-color: #202020;
    color: #fff;
    padding: 20px 50px;
    text-align: center;
    font-family: var(--font);
}


.list a[aria-current= "page"]{
  text-decoration: underline;
}
























/* about-page */



.about{
  margin-top: 90px;
  font-family: sans-serif;
  text-align: center;
  padding: 50px 0px;
  line-height: 1.5;
}


.about>h1{
  margin-bottom: 15px;
  font-size: 40px;
  font-family: sans-serif;
  color: var(--blue);
}

.about>p{
  padding: 20px 25px;
}

.abb{
  font-family: sans-serif;
  justify-content: center;
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 30px;
}


.right-abb>img{
  max-width: 100%;
}


.left-abb{
  width: 600px;
}

.left-abb>h1{
  font-size: 40px;
  color: var(--pinkish);
}


.left-abb>p{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: #3b3b3b;
  margin-bottom: 40px;
}



.right-abb>img{
  width: 600px;
  border-radius: 30px;
}


.counter>h1,.count>h1{
  font-size: 40px;
  color: var(--blue);
  text-align: center;
}

.coun{
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.counter,.count{
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 50px;
  box-shadow: 2px 2px 3px var(--blue);
  position: relative;
  bottom: 0px;
  transition: 1s ease-in-out;
}

.counter:hover,.count:hover{
  position: relative;
  bottom: 30px;
}


@media (max-width:628px){
  .counter,.count{
    width:  100%;
  }
}

.left-abb>.btn-2>button:nth-child(2){
  color: var(--blue);
}


.left-abb>.btn-2>button:nth-child(2):hover{
  color: #fff;
}


.left-abb>.btn-2>button:nth-child(1):hover{
  color: var(--blue);
}



@media (max-width:1238px){
  .abb{
    text-align: center;
  }
}




@media (max-width:570px){
  .left-abb>h1{
    font-size: 25px;
  }
}
















/* department */

.department{
  text-align: center;
  margin-top: 120px;
  font-family: sans-serif;
  line-height: 1.5;
}


.department>h1{
  font-size: 50px;
  color: var(--blue);
}

.department>p{
  padding: 10px 30px;
}



/* logies */


.logy{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 30px 90px;
}


.cadi > i {
  font-size: 30px;
  color: var(--blue);
  background-color: #c72d2d60;
  padding: 20px;
  border-radius: 50%;
  display: flex;            
  justify-content: center;  
  align-items: center;      
  margin: 0 auto;
}



.cadi{
  margin: 50px 10px;
}



.cadi>img{
  border-radius: 20px;
}


.cadi>h4,.cadi>h5{
  text-align: center;
}

.cadi>h4{
  color:var(--blue);
  margin: 20px 0px;
  font-size: 20px;
  font-family: sans-serif;
}


.cadi>h5{
  margin-bottom: 10px;
  font-size: 16px;
  color: #202020;
  font-family: sans-serif;
}


.cadi>p{
  margin: 20px 0px;
}

.cadi{
  width: 300px;
}

.cadi>img{
  width: 300px;
}



/* doctors */


.doctors{
  text-align: center;
  margin: 100px 10px;
}


.doctors>h1{
  color: var(--blue);
  font-size: 50px;
  font-family: sans-serif;
}

.doctors>p{
  line-height: 1.5;
  padding: 20px 30px;
}













/* contact page */


.contact{
  text-align: center;
  margin: 100px 60px;
}

.contact>h1{
  font-size: 50px;
  font-family: sans-serif;
  color: var(--blue);
}

.contact>p{
  line-height: 1.5;
  margin-top: 20px;
}


.cont{
  margin: 50px 0px;
  justify-content: center;
  gap: 30px;
  display: flex;
}

.left-cont{
  width: 450px;
  background-color: var(--pinkish);
  color: #fff;
  padding: 60px 40px;
  border-radius: 40px;
  font-family: sans-serif;
}

.ico{
  position: relative;
  top: 31%;
  color: #fff;
}

.ico>i{
  margin-top: 10px;
  font-size: 25px;
  text-align: center;
  background-color: #69045881;
  padding: 10px;
  border-radius: 50%;
}

.left-cont>p{
  margin: 30px 0px 70px 0px;
  line-height: 1.5;
}

.loc{
  border-radius: 30px;
  background-color: #83033c83;
  padding: 16px 10px;
  align-items: center;
  margin: 30px 10px;
  gap: 20px;
  display: flex;
  position: relative;
  top: 0px;
  transition: 0.5s ease-in-out;
}


.loc:hover{
  position: relative;
  top: 10px;
}

.left-i>i{
  padding: 15px 13px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #640233d7;
}


.right-i>p{
  line-height: 1.5;
  margin: 10px 0px;
}



.right-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right-cont>iframe{
  width: 700px;
  margin: 30px;
  height: 400px;
  border-radius: 20px;
}

.in>input{
  border-radius: 10px;
  border: 1px solid #202020;
  padding-left: 20px;
  margin: 10px 0px;
  height: 50px;
  width: 500px;
}


.in>input::placeholder{
  color: #202020;
}

.in>textarea{
  width: 500px;
  height: 200px;
  border: 1px solid #202020;
  padding: 20px;
  border-radius: 10px;
}


.in>textarea::placeholder{
  font-family: sans-serif;
  color: #202020;
  font-size: 15px;
}


.in>button{
  width: 500px;
  height: 50px;
  margin: 40px 0px;
  border-radius: 15px;
  background-color: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
  transition: 0.5s ease-in-out;
  font-size: 20px;
}


form{
  justify-content: center;
  max-width: 500px;
  margin: 10px 20px;
  margin: 70px 0px;
  text-align: center;
  border-radius: 20px;
  padding: 50px 20px;
  background-color: #fff;
  box-shadow: 2px 2px 10px grey;
}

form>h1{
  /* width: 630px; */
  font-size: 30px;
  font-family: sans-serif;
  color: var(--blue);
  margin-bottom: 20px;
}




@media (max-width:1327px) {
  .cont {
    flex-direction: column;
    align-items: center;
  }
} 


@media (max-width:560px){
  .left-cont{
    width: 400px;
  }
}


@media (max-width:530px){
  .left-cont{
    width: 350px;
  }
}


@media (max-width:820px){
  form{
    padding: 50px 20px;
  }
}


@media (max-width:737px){
  .right-cont>iframe{
    width: 600px;
  }
}


@media (max-width:581px){
  form{
    width: 400px;
  }

  .in>input,.in>textarea,.in>button{
    width: 350px;
  }
}



@media (max-width:460px){
  form{
    margin: 30px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .in>input,.in>textarea,.in>button{
    max-width: 100%;
  }
}