@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,500;1,700&family=Poppins:ital,wght@0,600;1,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}


.logo {
   width: 40%; 
       padding-top: 5px;

}
.banner {
    height: 69%;
}
.number {
    float: right;
    font-size: 19px;
    color: #fff;
    background: #955f83;
    margin-top: 3%;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}
img {
    /*height: 100%;*/
    width: 100%;
}
.form {
    background-color: #eee;
    padding: 28px;
    border-radius: 8px;
    margin-top: -77px;
    z-index: 99;
    margin-left: 54px;
    width: 85%;
    box-shadow: 0 0 31px #2121217a;
}
.form-control {
    background-color: #ddd;
}

.button{
    padding-left: 74%;
    margin-top: 13px;
}
.title{
    margin-left: 16px;
}
.form-group1{
    margin-left: 15px;
    width: 97%;
}
h2 {
    font-weight: 600!important;
    color: #955f83!important;
    text-align: center;
    margin-bottom: 4%!important;
}
p { 
    font-size: 17px;
    text-align: justify;
}
li{
    font-size: 17px;
}
.whychoose {
    height: 70%;
    width: 60%;
}
.drimage {
        height: 70%;
    width: 100%;
}

h4 {
    font-weight: 600!important;
    color: #955f83!important;
    text-align: center!important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #955f83; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #955f83; 
}

.para {
    padding: 0px 110px 0px 25px;
}
.hdh2 {
    text-align: left;
    padding: 0px 110px 0px 25px;
}
.pt100 {
        padding-top: 50px;
}
.carousel-control.left {
    left: -6%;
    height: 94%;
    width: 5%;

}
.carousel-control.right {
    right: -6%!important;
    height: 94%;
    width: 5%;

}
.team {
    border: 3px solid #955f83;
    border-radius: 4px;
}
.pt-100 {
    padding-top: 100px;
}
.welcomebackground {
    background: #80808021;
    margin-left: -1%;
}
.carousel-control.left {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgba(0,0,0,.0001) 100%)!important;
}
.carousel-control.right {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgba(0,0,0,.0001) 100%)!important;
}
ul {
    color: #fff;
}
.servicebck {
    background: #955f83;
    /*margin-top: 5%;*/
    padding-bottom: 50px;
}
.footertop {
    margin-top: 6%;
}
.mobile {
    color:#fff;
}
.mobileicon {
    font-size:30px;
    color:#fff;
}
.getacallback {
    margin-top: 0px;
}




a{
   text-decoration:none;
   color:#fff;
}

a:hover{
   color:#2ecc71;
}

.main{
  width: 100%;
}

.sub-main{
  width: 30%;
  margin:22px;
  float: left;
}

.button-one, .button-two, .button-three{
  text-align: center;
  cursor: pointer;
  font-size:24px;
  margin: 0 0 0 100px;
}



/*Button One*/
.button-one {
  padding:20px 60px;
  outline: none;
  background-color: #27ae60;
  border: none;
  border-radius:5px;
  box-shadow: 0 9px #95a5a6;
}

.button-one:hover{
  background-color: #2ecc71;
}

.button-one:active {
  background-color: #2ecc71;
  box-shadow: 0 5px #95a5a6;
  transform: translateY(4px);
}


/*Button Two*/
.button-two {
  border-radius: 4px;
    background-color: #955f83;
    border: none;
    padding: 6px;
    width: 200px;
    transition: all 0.5s;
    font-size: 16px;
    color: #fff;
}


.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}


/*Button Three*/
.button-three {
    position: relative;
    background-color: #f39c12;
    border: none;
    padding: 20px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

.button-three:hover{
   background:#fff;
   box-shadow:0px 2px 10px 5px #97B1BF;
   color:#000;
}

.button-three:after {
    content: "";
    background: #f1c40f;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.button-three:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
.footerback {
    padding: 30px 0px 13px 100px; 
    /*background-color: #80808026;*/
    color: white;
    margin-left: 4%;
}
.welcme {
    font-size: 46px;
}
.despara {
    margin: 0 0 0px;
    text-align: center;
}

.showmob {
    display:none;
}
.mobshow {
    display:block;
}


@media only screen and (max-width: 480px) and (min-width: 320px) {
.showmob {
    display:block;
}
.mobshow {
    display:none;
}    
    

.form {
    /*margin-right: 54px!important;*/
    margin-top: -4%;
    margin: 0px 10px 0px 10px!important;
    width: 98%!important;
}
.logo {
    width: 100%!important;
}
.para {
    padding: 0px 10px 0px 10px!important;
}
.hdh2 {
    text-align: center!important;
    padding: 0px 0px 0px 10px!important;
}
.carousel-control.left {
    left: 0%!important;
    height: 97%!important;

}
.carousel-control.right {
    right: 0%!important;
    height: 97%!important;

}
.main {
    margin-left: -51%!important;
}
.sub-main {
     margin: 0px!important; 
     float: none!important; 
}
.button-two {
    width: 144px!important;
    font-size: 11px!important;
}
.welcme {
    font-size: 26px!important;
    margin-top: -13%!important;
}
.banner {
    height: 28%!important;
}
.form-group1 {
    width: 90%!important;
}
.getcallsubmit {
        margin-top: 3%;
}
.callbtn {
     margin-top: 8%;
}
.drimage {
    height: auto!important;
}
.doctortop {
        margin-top: 7%;
}
}