*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .container1{
    width: 1250px;
    margin: auto;
  }
  .container2{
    width: 1100px;
    margin: auto;
  }
  ::selection{
    background-color: var(--pink);
    color: white;
  }
  p{
    margin-bottom: 0px!important;
  }
  
  
  /* ============================  colors  ======================= */
  :root{
    --pink:#BC74A5;
    --blue:#0E54AE;
    --bg:#F2F2F2;
    --font:#C3C4B5;
    
  }
  .bg{
    background-color: var(--bg);
  }
  .pink{
    color: var(--pink);
  }
  .bgpink{
    background-color: var(--pink);
  }
  .blue{
    color: var(--blue);
  }
  .bgblue{
    background-color: var(--blue);
  }
  .pt-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .mt-50{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pt-100{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pm-100{
    padding-top: 80px;
    /* padding-bottom: 80px; */
  }
  .hfont{
    font-size: 70px;
  }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0!important;
    margin-bottom: 0px!important;
  }
  .pt-70{
    padding-top: 70px;
  }

  .btn{
   background-color: var(--blue)!important;
  }
  
  .btn:hover{
    background-image: linear-gradient(to left,var(--pink))!important;
  }
  
  .bglogin {
    background-color: #07356B;
}


  .container{
    width: 10px;
    margin: auto;
  }
  
  .ricon{
    position: relative;
  }
  .icons{
    position: absolute;
    top: -25%;
    left: 20px;
    background-color: white;
    height: 90px;
    width: 90px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 5px 1px black;
  }
  .icons img{
    width: 55%;
  }
  .icons:hover{
    top: -30%;
    transition-duration: 0.5s;
  }
  .fav{
    width: 35px;
    height: 35px;
    background-color: white;
    color: var(--blue);
  }
  .red{
    color: red;
  }

   .effect:hover{
    opacity: 0.7;
    transition-duration: 0.8s;
    /* transition: 1s linear 2s; */
   }

   /* =================== slider ============================= */
   .sbg1{
    background-image: url(../images/asset\ 14.jpeg);
    background-size: cover;
    background-position: left;
   } 
   .sbg2{
    background-image: url(../images/asset\ 15.jpeg);
    background-size: cover;
   } 
   .sbg3{
    background-image: url(../images/asset\ 16.jpeg);
    background-size: cover;
   } 

   .item {
    position: relative;
}

   /* ================== header ============================ */
  .box{
    box-shadow: 4px 4px 14px gray;
  }
  /* =================== section two ======================= */
  
  .bgimg1{
    background-image: url(../images/background-3.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
  }
  
  .pading{
    padding-left: 100px;
    padding-top: 70px;
    text-align: center;
  }
  .pstyle{
    font-size: 25px;
    line-height:35px;
   padding-top: 60px;
  }
  .ps{
    padding-left: 10%;
  }
  .qut{
    font-family: "Yantramanav",Arial,Helvetica,sans-serif;
    font-size: 1.563em;
      font-style: normal;
      line-height: 1.5;
      position: relative;
     font-weight: 300;
      text-align: center;
  }
  
  .sections{
    position: relative;
    top:-80px;
    left:15px;
  }
  .sign{
    margin-top: 19px;
    width: 120px;
  }
  
  /* =================== section three ======================= */
  
  .bgimg2{
    background-image: url(./images/background-doctor.jpg);
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    width: 100%;
    /* overflow: hidden; */
  
  }
  .bgimg2 img{
    width: 96%;
    margin-left: 100px;
    /* margin-bottom: 600px; */
  }
  .pleft{
    padding-left: 130px;
    padding-right: 50px;
    padding-top: -20px;
  }

  .pinput input,textarea,select{
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .aleft input{
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!;
  }
  /* =============== section four ==================== */
  .psize img{
    width: 70px;
  }
  
  /* =============== footer ========================= */
  
  .bgimg3{
    background-image: url(./images/bgn-footer-left.png);
    height: auto;
    background-size: cover;
    background-position: center;
    background-color: var(--bg);
  }
  
  .p p{
    margin-bottom: 5px!important; 
  }
  .pimgr{
    position: relative;
  }
  
  .pimg{
    position: absolute;
    top: 10px;
    left: 70px;
  }
  .fcontainer{
    width: 1100px;
    margin: auto;
  }
  a{
    text-decoration: none!important;
    color: white!important;
  }
  a:hover{
    color: #6f5fbe!important;
  }
  
  /* ======================================    Contact page    ================================================ */
  .cpy{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  /* =========== slider ========== */
  
  .ccontainer{
    width: 1000px;
    margin: auto;
  }
  .font{
    font-size: 50px;
  }
  
  .cbgimg1{
    background-image: linear-gradient(rgba(14,84,174,0.9),rgba(14,84,174,0.9)),url(../images/contact/asset\ 42.jpeg);
    background-size:cover;
    background-attachment: fixed;
    background-position-y: -358.727px;
  }
  .section h1{
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
  }
  .section h1::after{
    position: absolute;
    content: "";
    height: 4px;
    top:100px;
    width: 100px;
    right:0;
    left: 10px;
    background-color: var(--pink);
  }

  /* ================ testimonial slider  ====================== */
  .tbgimg{
    background-image: url(../images/contact/slider/asset\ 52.jpeg);
    background-position: center;
    background-size: cover;
  }
  .section2 p{
    display: inline-block;
    position: relative;
  }
  .section2 p::after{
    position: absolute;
    /* margin: 100px; */
    content: "";
    height: 4px;
    top:160px;
    width: 200px;
    right:0;
    left: 90px;
    background-color: var(--pink);
  }
  .section2 p::before{
    position: absolute;
    /* margin: 100px; */
    content: "";
    height: 4px;
    top:-20px;
    width: 200px;
    right:0;
    left: 90px;
    background-color: var(--pink);
  }

  /* ========================== appointment ====================================*/
  
  .abgimg1{
    background-image: linear-gradient(rgba(14,84,174,0.9),rgba(14,84,174,0.9)),url(../images/appointment.jpg);
    background-size:cover;
    background-attachment: fixed;
    background-position-y: -358.727px;
  }
  