*{

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body{

    margin: 0px;
    padding: 0px;
}

.mt-40{

    margin-top: 40px;
}

.mt-60{

    margin-top: 60px;
}

.mt-80{

    margin-top: 80px;
}

.mt-100{

    margin-top: 100px;
}

.mt-120{

    margin-top: 120px;
}

.mt-140{

    margin-top: 140px;
}

/*headertop*/

.headertop{

    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    position: relative;
z-index: 1;
}

.headertop::before{

    position: absolute;
    content: "";
    width: 35%;
    height: 100%;
    background-color: #011e45;
    z-index: -1;
}


.hederlogo{
    margin: 0px;
    padding: 0px;
}

.hederlogo h2{

    color: white;
    font-size: 36px;
}

/*headernav*/

.headernav{
    margin: 0px;
    padding: 0px;
}

.headernav ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.headernav ul li{

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headernav ul li a{

    margin: 0px;
    padding: 0px 25px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    color: #011e45;
}

/*headerappointment*/

.headerappoint{

    margin: 0px;
    padding: 0px;
    display: flex;
 justify-content: right;
}

.headerappointbt{
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.headerappointbt button{
    background-color: #f78da7;
    color: white;
}

.headerappointbt button:hover{
    background-color: #f78da7;
    color: white;
}

.headeraddressdetails{

    width: 50px;
    height: 50px;
    background-color: #f78da7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*banner*/


.bannerleft{

    width: 100%;
    height: 550px;
    background-color: #011e45;
    overflow: hidden;
 
}

.bannerlefttext{

  

    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    color: #011e45;
    font-size: 220px;
    font-weight: 700;
 
    text-transform: capitalize;
    line-height: 250px;
    text-shadow: 1px 1px 0 #f78da7, 1px 1px 0 #f78da7, 1px 1px 0 #f78da7, 1px 1px 0 #f78da7;
 
}

.bannerright{

    margin: 0px;
    padding: 0px;
}
.bannerimg{

    width: 100%;
    height: 550px;
}

/*aboutus*/


.aboutusbody{

    margin: 0px;
    padding: 80px 0px;
    background-color: #203453;
}

.aboutusbodyleft{

    margin: 0px;
    padding: 0px;
    display: flex;
}

.aboutusbodyleftbody{

    width: 100%;
    height: 450px;
    position: relative;
    right: 30px;

}

.aboutusbodyleftbody span{

    position: absolute;
    inset: 0;
    background-image: url(../image/aboutus.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.aboutusbodyleftbody span:nth-child(1){

    clip-path: polygon(0 0 , 50% 0, 50% 50% , 0 50%);
    transform: translate(15px , 15px);
}

.aboutusbodyleftbody span:nth-child(2){

     clip-path: polygon(50% 0 , 100% 0, 100% 50% , 50% 50%);
     transform: translate(35px , 15px)
}

.aboutusbodyleftbody span:nth-child(3){

    clip-path: polygon(0 50% , 50% 50%, 50% 100% , 0 100%);
    transform: translate(15px , 15px)

}

.aboutusbodyleftbody span:nth-child(4){

    clip-path: polygon(50% 50% , 100% 50%, 100% 100% , 50% 100%);
    transform: translate(35px , 15px)

}

.aboutusright{

    margin: 0px;
    padding: 0px;
}

.aboutusright h2{

    color: #f78da7;
    text-align: center;
}


.aboutusright p{

    color: white;
    font-size: 18px;
    padding: 0px 20px;

}


.aboutusright button{

    background-color: #f78da7;
    color: white;
    margin-left: 55px;
}

.aboutusright button:hover{

    background-color: #f78da7;
    color: white;
    margin-left: 55px;
}

/*ourservice*/


.ourseervice{

    margin: 0px;
    padding: 0px;
}

.ourseervicetext{

    text-align: center;
    margin: 0 auto;
  
}

.ourseervicetext h2{

    color: #011e45;
    font-size: 24px;
}

.ourseervicetext h4{

    color: #011e45;
    font-size: 36px;
}

.servicecarasoul{

    margin: 0px;
    padding: 0px;
}

.servicecarasoulbox{

    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.servicecarasoulboximg{

    width: 100%;
    height: 400px;
}

.servicecarasoulboximg{

    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.servicecarasoulbox:hover img{

transform: scale(1.2) rotate(3deg);

}

.servicecarasoulboxtext{

    margin: 20px;
    padding: 0px;
}

.servicecarasoulboxtext h4{

    color: #011e45;
}

.servicecarasoulboxtext p{

    font-size: 18px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

  .servicecarasoulboxtext h6 a{

    color: #011e45;
    font-size: 18px;
    text-decoration: none;
  }


  /*ourspexcalities*/

  .ourspecalitiestop{
background-color: #f4f5f9;
padding: 40px 0px;

  }

  .ourspecalitiestoptext{

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 110px;
  }

  .ourspecalitiestoptext h2{

    color: #f78da7;
    
  }

  .ourspecalitiestoptext h4{
    
    color: #011e45;
    font-size: 38px;
  }

  .ourspecalitiestopimg{
display: flex;
justify-content: right;
height: 375px;
overflow: hidden;

  }

  .ourspecalitiestopimg1{


margin: 0px;
padding: 0px;
width: 100%;
height:375px;
background-image: url(../image/hero-img1.jpg);
background-position: center right;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

  }


  .ourservicebox
  {
    margin: 0px;
    padding: 0px;
  }



  body{ font-family: arial,helvetica;}
h1{ text-align: center;line-height: 45px}
.box{
  width: 100%;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  height: 400px;
}
.box .box-img{
  transform: rotateY(0);
  transition: all 0.5s ease-in-out 0s;
  height: 400px;
}
.box:hover .box-img{
  transform: rotateY(-90deg);
}
.box .box-img img{
  width: 100%;
  height: auto;
}
.box .box-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
  border: 1px solid #011e45;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.7);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out 0s;
}

.box .box-content h6 a{

    color: #f78da7;
    text-decoration: none;
}

.box:hover .box-content{
  transform: rotateY(0);
}

.boximg{

    height: 400px !important;
}


/*whychooseus*/

.whychooseustextcenter{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.whychooseustextcenter h2{

    color: #f78da7;
}

.whychooseustextcenter h4{

    color: #011e45;
    font-size: 38px;
}

.personalizedbox{

    margin: 0px;
    padding: 20px;
    border: solid 1px #011e45;
    border-radius: 10px;
    background-color: #f4f5f9;
}


.personalizedboxicon{


    margin: 0 auto;
    display: table;
}

.personalizedboxtext{

    margin: 15px 0px;
    padding: 0px;
}

.personalizedboxtext h4{

    color: #011e45;
}


/*getthecare*/


.getthecareleft{

    margin: 0px;
    padding: 20px;
}

.getthecareleft h2{
    color: #f78da7;
}

.getthecareleft h4{

    color: #011e45;
    font-size: 36px;
}

.getthecareleft p{

    font-size: 18px;
    color: #011e45;

}

.getthecarelefttext{

    margin: 15px 0px;
}

.getthecarelefttext1{

    display: flex;
    gap: 20px;
    margin: 12px 0px;
}

.getthecarelefttext1icon{

    width: 40px;
    height: 40px;
    background-color: #f78da7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getthecarelefttext1icon i{

    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getthecarelefttext1icontext{

    color: #011e45;
    font-size: 18px;
    line-height: 40px;
    border-radius: 50%;
}

.getthecareright{

    margin: 0px;
    padding: 0px;
}

.getthecarerightbvox{

    background-color: #011e45;
    padding: 20px;
    border-radius: 10px;

}

.getthecarerightbvox h2{

    color: white;
    text-align: center;
}

.getthecarerightbvox1{

    background-color: white;
    border-radius: 10px;
    padding: 40px;
    margin: 0px;
}

.getthecarerightbvox1 input{

    width: 100%;
    padding: 20px;
    background-color: #f4f5f9;
    color: #011e45;
    border-radius: 10px;
    border: solid 1px #011e45;
    margin: 10px 0px;

    font-size: 18px;
}

.getthecarerightbvox1 input:focus{
    outline: none;
}

.getthecarerightbvox1 textarea{

    width: 100%;
    padding: 20px;
    background-color: #f4f5f9;
    color: #011e45;
    border-radius: 10px;
    border: solid 1px #011e45;
    margin: 10px 0px;
    font-size: 18px;
    height: 150px;
}

.getthecarerightbvox1 textarea:focus{

    outline: none;
}

.getthecarerightbvox1 button{

    background-color: #f78da7;
    color: white;
}

.getthecarerightbvox1 button:hover{

    background-color: #f78da7;
    color: white;
}



/*testimonnial*/

.testimonialleft{

    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.testimonialleft::before{

    position: absolute;
    content: "";
    background-image: url(../image/hand-drawn-arrow1.png);
    width: 250px;
    height: 250px;
    background-position: center;
    background-size:80px 80px;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 30px;
    z-index: -1;
    transform: rotate(180deg);
}

.testimonialleft h2{

    color: #f78da7;
}

.testimonialright{

margin: 0px;
padding: 20px;
background-color: #f4f5f9;
border-radius: 10px;

}

.testimonialrightimg{

    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: dotted 1px #f78da7;
    margin: 0 auto;
}

.testimonialrightimg1{

margin: 0;
padding: 0x;
width: 70px;
height: 70px;
border-radius: 50%;
border: dotted 1px #f78da7;
}

.testimonialrighttext{

    margin: 0px;
    padding: 0px;
}

.testimonialrightimgstar{

    margin: 20px 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.testimonialrightimgstar i{

    color: #ffbb00;
}

.testimonialrighttext1{
    margin: 20px 0px;
    padding: 0px;
}

.testimonialrighttext1 h6{

    color: #f78da7;
}

/*footer*/

.footerbg{

    background-color: #203453;
    padding-top: 60px;
    margin: 0px;
}

.footerrleft{

    margin: 0px;
    padding: 0px;
}

.footerrleft h2 a{
    color: white;
}

.footerrleft p{

    color: white;
    font-size: 18px;
    margin-top: 20px;
}

.footermiddle{

    margin: 0px;
    padding: 0px;
}

.footermiddle h2{

    color: white;
    font-size: 36px;
    margin-bottom: 20px;
}

.footernav{

    margin: 0px;
    padding: 0px;
}

.footernav ul{

    margin: 0px;
    padding: 0px;
    display: block;
}


.footernav ul li{

    margin: 0px;
    padding: 15px;
    list-style: none;
}

.footernav ul li a{

    font-size: 18px;
    color: white;
    display: block;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.footernav ul li a:hover{

    color: #f78da7;
}

.footerright
{

    margin: 0px;
    padding: 0px;
}

.footerright h2{

    color: white;
    font-size: 36px;
    margin-bottom: 30px;
}

.footerrightsocial{


   padding-top: 20px;
    display: flex;
    gap: 20px;
}


.footerrightsocial i{

    color: white;
    font-size: 24px;
}


.footerrightsocial p , .footerrightsocial p a{

    color: white;
    font-size: 18px;
    text-decoration: none;
}



.footercopyright{


    margin-top: 20px;
    border-top: solid 1px white;
    padding: 10px 0px;
}

.footercopyright p , .footercopyright p a{

    color: white;
    font-size: 18px;
    text-decoration: none;
text-align: center;
padding-top: 15px;
}

.sticky{

    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: white;
    width: 100%;
    display: block;
    box-shadow: 0 0 2em 0 rgba(247, 141, 168, 0.514)
}


.resnav{

    margin: 0px;
margin-right: 20px;
    display: none;
    float: right;
    margin-top: -40px;
}


/*aboutus*/


.aboutus_body{

background-color: #f78da7;
height: 350px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}


.aboutus_body h2{

    color: white;
}


.aboutus_body h4  , .aboutus_body h4 a{

    color: white;

}



/*conatctus*/

.contact1{

    margin: 0px;
    padding: 20px;
    background-color: #f4f5f9;
    border-radius: 10px;
}


.contact1icon{


  text-align: center;
}

.contact1icon i{


    color:#f78da7;
    font-size: 48px;
}


.contact1icontext{

    margin: 20px 0px;
    padding: 0px;
    text-align: center;
}

.contact1icontext p ,.contact1icontext p a {

    color: #011e45;
    font-size: 18px;
    text-decoration: none;
}


.display_none{

    display: none !important;
}

@media (max-width:991px){

    .resnav{

        display: block;
    }

    .dis_none{

        display: none;
    }

    .headernav{

        width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        background-color: white;
        transition: all 0.4s ease-in-out;
    }

    .headernav ul{

        display: block;
    }

    .headernav ul li{

        display: block;
        padding: 20px 0px;
    }

    .headernav.main{
        left: 0;
    }

    .bannerlefttext{
        position: initial;
        z-index: -1;
    }

    .headertop::before{

        width: 50%;
    }

    .mt-20{

        margin-top: 60px !important;
    }

    .aboutusbodyleftbody span:nth-child(4){

      
        transform: translate(-20px , 15px);
    }

    .aboutusbodyleftbody span:nth-child(2){

        transform: translate(-20px , 15px);
        clip-path: polygon(50% 0 , 100% 0, 100% 50% , 50% 50%);
    }

    .display_none{
        display: block !important;
    }
    .bannerimg{

        height: 193px;
    }

    .bannerleft{

        height: 193px;
    }
    .bannerlefttext{

        font-size: 48px;
margin-top: 30px;
       margin-left: -91px;
       
    }
}