*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	
}

:root{
    --web-primaryColor:#060639;
    --web-secondaryColor:#25258f;
    --web-textColor:#fff;
    -web-btnColor:gray;
}

header{
    background-color:var(--web-primaryColor);
}
.banner-img figure{
    height:500px;
}

.inner-services>div{
    width:270px;
    padding:10px;
    border-radius:7px;
    box-shadow:0px 0px 10px #776464;
}
.inner-services div figure{
    width:250px;
    height:250px;
    margin:0;
}
.surgury-img img{
    width:100%;
    height:350px;
}
.img-width{
    width:100%;
    height:350px;
}
.contect{
    background-color:#e8e8e861;
    padding:40px 0px;
}
.contect ul{
    list-style-type:none;
}
.add{
    line-height: 35px;
}
.footerbg-color{
    background-color:#074552;
}
.footerbg-color ul{
    padding-left:0 !important;
    margin-bottom: 0px !important;
    list-style-type:none;
}
.sidefix{
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 100;
}
.footerbg-color{
    color:#fff;
}
.footerbg-color ul li a{
    color:#fff;
    transition:0.3s ease;
    text-decoration:none;
}
.footerbg-color ul li a:hover{
    color:yellow;
}
.footer-bt-bg{
    background: #215e6b;
    padding:10px 0px;
}