* {
    margin: 0;
    padding: 0;

}

ul {
    list-style: none
}

a {
    text-decoration: none;
}
::selection{
    background-color: #ea1c24;
    color: #ffffff;
}
::scrollbar-thumb {
  background-color: #000;
  outline: 1px solid slategrey;
}
body {
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    /*overflow-x: hidden;*/
}
header {
    padding: 20px 0;
    background-color: #fff;
}
.mtcase{
    margin-top: 55px;
}
.logo img {
    height: 65px;    
}
.topright {
    float: right;
    margin-top: 5px;
}
.topright ul {
    margin: 0
}
.topright ul li {
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 55px;
    margin-left: 35px;
    line-height: 28px;
    color: #333;
}
.topright ul li a{
    color: #333;
}
.topright ul li a:hover{
    color: #ec1c24
}
.topright ul li img {
    height: 35px;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 0.3s;
}
.topright ul li:hover img{
    transform: scale(1.1);
}
.topright ul li span {
    font-weight: 400;
    font-size: 15px;
    display: block;
    color: #4a4a4a;
    
}

#banner {
    position: relative;
}

#banner .bannercnt {
    position: absolute;
    top: 20%;
    text-align: left!important;
    left: 10%;
}

.bannercnt h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 78px;
    color: #ea1c24;
}

.bannercnt h1 span {
    font-family: 'Roboto', sans-serif;
    font-size: 58px;
    display: inline-block;
    font-weight: 300;
    color: #ea1c24;
    text-transform: none;
}

.bannercnt button {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #000;
    margin: 0 5px;
    font-size: 16px;
    padding: 6px 25px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
    margin-top: 25px;
    transition: 0.5s;
      border: 2px solid #cfcfcf;
}

.bannercnt button i {
    margin-left: 8px;
    font-size: 16px;
    color: #ea1c24;
    transition: 0.5s;
}

.bannercnt button:hover {
    background-color: #ea1c24;
    color: #fff;
    border: 2px solid #ea1c24;
}

.bannercnt button:hover i {
    color: #fff;
    transform: translateX(5px);
}

#banner .carousel-control-next,
#banner .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 40%;
}

#banner .carousel-control-prev {
    left: 2%;
    color: #000;
}

#banner .carousel-control-next {
    right: 2%;
     color: #000;
}

.menu {
    position: relative;
    z-index: 999;

}

.menu .navbar {
  /*  background: #eeeeee90;*/
    background: #31359D;
    padding: 7px 0;
}

.menu .navbar ul li {
    padding: 0 2px;
    border-radius: 0;
}

.menu .navbar ul li a {
    padding: 7px 15px!important;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #fff!important;
    text-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
}

.menu .navbar ul li a.bttn {
    background: #1e2738;
    border-radius: 30px;
    color: #fff !important;
    width: 195px;
    text-align: center;
    transition: 0.5s;
}

.menu .navbar ul li a.bttn:hover {
    color: #fff !important;
    background: #ea1c24;

}
.menu .navbar ul li a.bttn i{
    font-size: 18px;
    padding-left: 5px;
    color: #ff5800;
}
.menu .navbar ul li a:hover {
    color: #fff !important;   
    background-color: #009de3;
    border-radius: 2px;
}
.menu .navbar ul li a.active{
    color: #fff !important;   
    background-color: #009de3;
    border-radius: 2px;
}
.menu .navbar ul li a:hover i{
    color: #fff;
}
.menu .navbar ul li ul {
    background-color: #222a9a;
    padding: 0;
    width: 830px;
    left: -150px;
    top: 41px;
        border-radius: 0;
         transition: 0.5s ease;
}

.menu .navbar ul li ul li {
    padding: 0;
    display: inline-block;
    width: 50%;
    float: left;
     padding: 5px 0;
  
}

.menu .navbar ul li ul li a {
   
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
    color: #fff!important;
    transition: 0.5s ease;
    text-transform: none;
}

.menu .navbar ul li ul li a:hover {
    color: #009de3 !important;
    background: #fff;
    border-radius: 0;
}

.abouthome {
    padding: 4em 0;
/*    background-color: #e8f0ff;*/
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
.abouthome h1{
    font-size: 65px;
    font-weight: 300;
}
.abtlft {
    padding-left: 20px;
}

.abtlft h1 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.abtlft h1 span{
    font-size: 25px;
}

.abtlft h2 {
    font-weight: 400;
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: #444;
    padding: 8px 0 15px 0;
/*    margin-top: 10px;*/
    font-family: 'Roboto', sans-serif;
}
.abtlft h3 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    color: #262626;
    padding: 8px 0 15px 0;
    margin-top: 12px;
    font-family: 'Oswald', sans-serif;
}

.abtlft p {
    text-align: justify;
    color: #000;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.abtlft p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}

.hdr img {
    margin: 15px 0 0 0;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 5px 5px #00000010;
}
.hdr h3{
    text-align: center;
    padding-top: 28px;
    font-weight: 300;

}
.hdr h3 span{
    display: block;
    padding-top: 10px;
    font-size: 38px;
    font-weight: 600;
    color:#31359D;
    font-family: 'Oswald', sans-serif;
}
.title img {
    height: 3px;
}

.rdbtn button {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    padding: 6px 20px;
    border-radius: 30px;
    border: 2px solid #ccc;
    font-weight: 400;
    margin-top: 6px;
    transition: 0.5s;
}

.rdbtn button i {
    margin-left: 6px;
    font-size: 16px;
    color: #ea1c24;
    transition: 0.5s;
}

.rdbtn button:hover {
    background-color: #ea1c24;
    color: #fff;
    border: 2px solid #ea1c24
}

.rdbtn button:hover i {
    color: #fff;
    transform: translateX(10px);
}

.countdown {
    background: #1e2738;
    padding: 4rem 0;
}

.cbox {
    text-align: center;
}

.cbox img {
    width: 80px;
    transition: 0.5s;
}

.cbox:hover img {
    background: transparent;
    transform: translateY(-10px);
    box-shadow: 0 0 0 #00000085;
/*
    padding: 5px;
    border: 3px solid #ff5800;
*/
    border-radius: 0 10px;
}

.cbox p {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding: 20px 0 0 0;
}

.cbox p span {
    color: #ff5800;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
     font-family: 'Oswald', sans-serif;
    
    display: block;
    padding-bottom: 10px
}

.services {
    padding: 4rem 0;
}

heading h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
   /* text-transform: uppercase;*/
    color: #000;
     text-transform: uppercase;
}

.serbox {
    text-align: center;
    margin: 0 15px;
    background: #cccccc30;
}

.serbox img {
    width: 100%;
    margin: auto;
}

#service {
    padding: 40px 0 0 0;
    transition: 0.5s;
}

#service a {
    text-decoration: none;
    color: #000;
}
.serbox{
    padding-bottom: 25px;
    background-color: #fff;
    border: 1px solid #cccccc30;
}
.serbox h2 {
    font-size: 18px;
    margin: 0;
    padding-top: 5px;
    color: #444;
    font-weight: 600;
}
.serbox:hover h2 {
    color: #000;
}
.serbox img {
    margin-bottom: 15px;
}

.serbox p {
    margin-bottom: 0;
    font-size: 16px;
    color: #444;
    padding: 10px 15px 15px 15px;
    transition: 0.5s;
    border-radius: 0 15px;
    font-family: 'Roboto', sans-serif;
}

/*.serbox:hover p {
    background: #ff5800;
    color: #fff;
    font-weight: 400;
}*/

.serbox button {
    background: #fff;
    width: 130px;
    height: 35px;
    font-size: 15px;
    font-weight: normal;
    line-height: 33px;
    color: #000;
    border-radius: 30px;
    border: 2px solid #cccccc;
    transition: 0.5s
}

.serbox:hover button {
    border: 2px solid #ea1c24;
    background: #ea1c24;
    color: #fff;
}

.serbox button i {
    margin-left: 5px;
    font-size: 14px;
    color: #ea1c24;
    transition: 0.5s
}
.serbox:hover button i{
    color: #fff;
}

.services {
    position: relative;
    background-color: #0C93D4;
}

.services .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 40px !important;
    border-radius: 50%;
    height: 40px !important;
    background: #5f5f5f !important;
    text-align: center;
    top: 50%;
    left: -5%;
     color: #ffffff;
}

.services .owl-carousel .owl-nav button.owl-next {
    position: absolute;
     border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    background: #5f5f5f !important;
    text-align: center;
    top: 50%;
    right: -5%;
    color: #ffffff;
}
.services heading h1{
    color: #fff;
}
.testimonials{
    background: url(../img/serbg.jpg) center no-repeat;
    padding: 4rem 0;
    position: relative;
    background-size: cover;
}
.overlay{
    position: absolute;
    background: hwb(357deg 4% 94% / 50%);
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.cntarea{
    position: relative;
    z-index: 99;
}
.testimonials heading h1{
    color: #fff;
}
.testimonials .owl-carousel.owl-drag .owl-item{
    padding-top: 5.6em;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span{
     background: #ffffff;
}
.testimonials .owl-theme .owl-dots .owl-dot span{
    background: #ea1c24;
}
.rbox{
    background: #eee;
    padding: 25px;
    border-radius: 0 30px;
     padding-top: 60px;
    text-align: center;
    margin: 0 15px
}
.rbox p{
   margin: 0;
   padding-bottom: 8px;
   font-weight: 400;
}
.rbox img{
    position: absolute;
     top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    width: 80px!important;
}
.rbox h3{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 40px;
    color: #000;
      font-family: 'Oswald', sans-serif;
    position: relative;
}
.rbox h3:before{
    content: '';
    position: absolute;
    top: -5px;
    width: 1px;
    height: 25px;
    background: #666;
    margin: auto;
    left: 0;
    right: 0;
}
.rbox i{
    font-size: 40px;
    color: #ea1c24;
      margin-bottom: 10px;
}
.contactus{
    padding: 0;
}

.cubox {
    text-align: center;
    box-shadow: 0 0 5px #00000020;
    padding: 25px 0;
    margin-top: 20px;
    transition: 0.3s
}
.cubox:hover{
    box-shadow: 0 2px 5px #00000040;
}

.cubox i {
    font-size: 35px;
    color: #ff5800;
}
.cubox h4{
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 0 0;
    color: #1e2738
}
.cubox p{
    font-size: 16px;
    padding: 0 15px;
    line-height: 28px;
    margin: 0;
}
.cubox .owl-theme .owl-dots .owl-dot span{
    background: #ff5800;
}

.appointmentform{
    background: url(../img/heart-specialist.jpg) center no-repeat;
    background-size: cover;
  /*  background: #1e2738;*/
    width: 100%;
    height: 100%;
    padding: 70px;
    position: relative;
}
.appointmentform .overlaybg{
    border-radius: 10px;
    background: rgba(30, 39, 56, 0.9);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.appointmentform form {
    position: relative;
   
}
.appointmentform form p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
}
.appointmentform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.appointmentform form input{
    display: block;
    width: 100%;
    border-radius: 0px;
    border: none;
    padding: 12px 18px;
    margin-bottom: 30px;
}
.appointmentform form input::placeholder{
    color: #666!important;
    font-weight: 400;
}
.appointmentform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.appointmentform form textarea{
    display: block;
    width: 100%;
     border: none;
     margin-bottom: 15px;
    height: 230px;
    font-weight: 300;
    padding: 10px;
}
.appointmentform form textarea::placeholder{
   color: #666!important;
    font-weight: 400;
}
.appointmentform form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.appointmentform form button{
    width: 150px;
    margin-top: 10px;
    line-height: 50px;
    font-weight: 400;
     background: #ea1c24;
     border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.appointmentform form button:hover{
    color: #ea1c24;
    background: #fff;
}
.appointmentform form button i{
    margin-left: 5px;
}
.contactuslft{
    padding: 60px 0 70px 30px
}
.appointmentform h3{
    color: #fff;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    font-weight: 300;
}
.appointmentform h3 span{
    font-weight: 600;
    color: #f84950;
     font-size: 36px;
}
footer{
      background-image: url(../img/footerbg.jpg);
     background-position: center;
     background-size: cover;
/*    background: #33333310;*/
    padding: 3.5rem 0;
    margin-top: 50px;
}
.footerbox h1{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: left;
     font-family: 'Roboto', sans-serif;
     padding-bottom: 25px;
}
.footerbox p{
    font-size: 15px;
    color: #000;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    margin: 0;
    padding-bottom: 14px;
}
.footerbox button{
    width: 120px;
    font-size: 16px;
    margin-top: 10px;
    line-height: 40px;
    font-weight: 400;
     background: #ea1c24;
     border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border: 2px solid #fff;
    cursor: pointer;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.footerbox button:hover{
     border: 2px solid #666;
    color: #ea1c24;
    background: #eee;
}
.footerbox ul {
    margin-bottom: 0;
}
.footerbox ul li{
    padding-bottom: 10px;
    line-height: 24px;
     font-size: 15px;
    font-weight: 400;
    color: #000
}
.footerbox ul li i{
    color: #888;
    margin-right: 8px;
}
.footerbox ul li::last-child{
    padding-bottom: 0;
}
.footerbox ul li a{
    color: #333;
      font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    transition: 0.3s;
}
.footerbox ul li a:hover{
    color: #ea1c24;
}
.footerbox ul li a i{
    font-size: 14px;
    color: #545454;
    margin-right: 5px;
}
.footerbox ul{
    margin: 0;
    padding: 0;
}
.cloaction p{
    position: relative;
    padding-left: 30px;
}
.cloaction p i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #858585
}
.fbtm{
     background: #31359D;
     padding: 12px 0;
}

.fbtm p{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.des {
    text-align: right;
}
.des img{
    width: 20px;
    margin-left: 8px;
}
.socialicon{
    border-top: 1px solid #ffffff15;
    margin-top: 20px;
    display: flex;
    padding-top: 30px;
    text-align: center;
}
.socialicon h2{
    font-size: 32px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.socialicon ul{
    margin-bottom: 0;
}
.socialicon ul li{
    font-family: 'Oswald', sans-serif;
    background: #fff;
    padding: 10px;
    padding-left: 25px;
    display: inline-block;
    line-height: 20px;
    position: relative;
    padding-right: 60px;
    border-radius: 30px;
    margin-left: 20px;
    border: 1px solid #33333330;
}
.socialicon ul li a{
    color: #000;
    transition: 0.5s ease;
}
.socialicon ul li a i{
    position: absolute;
    right: 0px;
    color: #fff;
    top: -2px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ea1c24;
    border-radius: 100%;
    transition: 0.3s;
}
.socialicon ul li:hover a i{
    right: 5px;
}
.socialicon ul li:hover{
    background: #ea1c24
}
.socialicon ul li:hover a{
    color: #fff;
}
.socialicon ul li a i.fa-facebook-f{
    background: #4b69b1;
}
.socialicon ul li a i.fa-twitter{
    background: #3bade5;
}
.socialicon ul li a i.fa-linkedin-in{
    background: #0678b6;
}
.socialicon ul li a i.fa-youtube{
    background: #e83f3a;
}
.pl0{
    padding-left: 0!important;
}
.pr0{
    padding-right: 0!important;
}
.bannerinner{
    background: url(../images/about-banner.jpg) no-repeat center;
    height: 180px;
    width: 100%;
    padding-top: 3rem;
}
.bannerinner h2{
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
     letter-spacing: 1px;
}
.bannerinner ul{
    margin: 0;
    padding-left: 0;
}
.bannerinner ul li{
    display: inline-block;
    font-weight: 300;
    color: #fff;
}
.bannerinner ul li a{
    color: #fff;
}
.bannerinner ul li i{
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
    transform: translateY(-1px);
}
.info{
    padding-right: 20px;
}
.contactpage{
    padding: 4rem 0;
}
.contactform{
    padding: 40px;
    border-radius: 10px!important;
}
.contdet{

}
.contdet h2{
    font-size: 18px;
    
    color: #666;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
}
.contdet h3{
    font-size: 20px;
    padding-bottom: 15px;
    color: #009de3;
    font-weight: 600;
}
.contdet p{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}
.contdet p a{
    color: #000000;
}
.contdet p a:hover{
    color: #ea1c24;
}

.contdet p i{
    position: absolute;
    left: 0;
    top: 7px;
}   
.contdetlnks{
    position: relative;
}
.contdetlnks ul {
    margin: 0;
    padding: 0;
}
.contdetlnks ul li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.contdetlnks ul li a i{   
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    background: #ff5800;
    border-radius: 100%;
    transition: 0.3s;
    border: 2px solid transparent;
}
.contdetlnks ul li a:hover i{
    color: #000!important;
    background: #fff!important;
    border: 2px solid #00000050;
}
.contdetlnks ul li:hover a{
    color: #ff5800;

}
.contdetlnks ul li a i.fa-facebook-f{
    background: #4b69b1;
}
.contdetlnks ul li a i.fa-twitter{
    background: #3bade5;
}
.contdetlnks ul li a i.fa-linkedin-in{
    background: #0678b6;
}
.contdetlnks ul li a i.fa-youtube{
    background: #e83f3a;
}
.map{
    
}
.map h1{
    text-align: center;
     font-size: 42px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
}
.casedetail{
    background: #e1eeff;
    padding: 30px;
    transition: 0.5s;
}
.casedetail:hover img{
    transform: translateX(10px);
}
.casedetail h1{
    font-size: 28px;
    line-height: 36px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #1e2738;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
       font-family: 'Oswald', sans-serif;
}
.casedetail h1:after{
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    width: 80px;
    bottom: 0px;
    background-color: #ff5800;
}
.casedetail p{
    line-height: 30px;
}

.caseimg img{
    width: 85%;
    border-radius: 10px;
     transition: 0.5s;
}
.para{
    background: #e1eeff;
    padding: 30px 50px;
    box-shadow: 0 5px 2px #e1eeff;
    position: relative;
    border-radius: 5px;
}
.para:after{
    background: #e1eeff;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: -15px;
    left: 100px;
    transform: rotate(45deg);
}
.para p{
    margin-bottom: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    font-style: italic;
}
.para p:last-child{
    margin-bottom: 0;
}

.revdetail h3{
    position: relative;
    margin-left: 30px;
    font-weight: 600;
    font-size: 20px;
    color: #ff5800;
    padding-left: 80px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.revdetail h3 img{
    position: absolute;
    left: 0;
}
.sercnt h1{
    font-size: 22px;
    margin: 0;
    color: #1e2738;
    padding: 0;
    padding-bottom: 20px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

.sercnt + h1 {
    margin-top: 0;
}
.sercnt h3{
    font-size: 22px;
    margin: 0;
    color: #ea1c24;
    padding: 0;
    padding-bottom: 15px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.sercnt p{
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 15px;
}
.sercnt p.pb-0{
     padding-bottom: 0!important;
}
.sercnt ul{
    margin: 0;
    padding: 0;
}
.sercnt ul li{
    line-height: 28px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
    margin: 0;
}
.sercnt ul li i{
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #ea1c24;
}

.sercnt h2{
    font-size: 24px;
    margin: 0;
    color: #354767;
    font-weight: 400;
    padding: 0;
    padding-bottom: 20px;
    margin-top: 10px;
}
.sersimg{
    text-align: center;
    border: 1px solid #00000030;
     transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    margin: 30px 0;
    box-shadow: 0 0 5px #00000030;
}
.sersimg img{
    margin: auto;
    margin: 10px;
   
}
.sersimg:hover{
/*    transform: translateY(-10px); */
}

.blogbox img{
    border: 1px solid #ccc;
}
.blogbox {
    background: #e1eeff;
}
.blogboxcnt{
    padding: 20px;
}
.blogboxcnt h1{
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding: 12px 0;
    color: #1e2738;
}
.blogboxcnt p{
    margin: 0;
    padding: 0;
}
.blogboxcnt p span{
    font-size: 14px;
}
.blogboxcnt .rdbtn{
    margin-top: 5px;
}
.sercnt p span{
    font-size: 14px;
}
.dc{
    display: none;
}

.foot p {
color: #ffff;
	text-align: center;
}

.foot h1 {
	text-align: center;
}

.foot a {
	color:#ffff;
}

.foot a:hover {
	color: #ff5800;
}
.know{
    background-color: #222a9a;
    clip-path:polygon(0 0,100% 50px,100% 100%,0 100%);
    padding: 5rem 0 6rem 0;
    margin: -50px 0;
}
.know h1{
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.know h1 span{
    color: #ea1c24;
}
.know p{
    color: #fff;
    margin: auto;
    width: 70%;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
}
.radiology table{
    box-shadow: 0 0 5px 5px #00000010;
}
.radiology table tr td h2{
    text-align: center;
    font-weight: 800;
    text-align: left;
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding: 0.8em 0;
    color: #fff;
}
.radiology table tr.red{
    background: #4049ce!important;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1.5px;
}
.radiology table tr td{
    width: 50%;
    background-color: #eeeeee80;
    text-align: left;
    line-height: 30px;
    padding: 18px 24px;
    font-size: 16px;
    border: 1px solid #cccccc80;
     color: #000;
}
.radiology table tr td p{
    color: #000;
    position: relative;
    padding-left: 25px;
    font-weight: normal;
    font-size: 16px;
    }
.radiology table tr td p i{
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 7px;
    color: #ea1c24;
}
.lftd{
    color: #333!important;
    font-weight: 600;

}

.abtlft ul{
    margin: 0;
    padding: 0;
}
.abtlft ul li{
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    color: #333333;
    line-height: 180%;
    padding-bottom: 10px;
}
.abtlft ul li i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #0C93D4;
}
.imggall img{
    box-shadow: 0 0 10px #00000030;
}
.tablecnt table tr td, .tablecnt table tr th {
    border: 1px solid #ccc;
}
.tablecnt table tr th {
    font-size: 16px;
    font-weight: 500;
    background: #4049ce;
    text-align: center;
    color: #fff;
}
.tablecnt table tr td{
    font-size: 16px;
    color: #000;
     font-family: 'Roboto', sans-serif;
}
.websidebar {
    display: none;
}
.teambox {
    text-align: center;
    padding: 0 15px;
}
.teambox img{
    margin: auto;
    width: 60%;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 5px 5px #00000010;
}
.teambox h1{
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding-top: 30px;
    color: #009de3;
 
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.teambox h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    color: #444;
    padding: 5px 0 12px 0;
    font-family: 'Roboto', sans-serif;
}
.teambox p{
    line-height: 1.8;
    text-align: justify;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-bottom: 10px;
}
.teambox p:last-child{
    padding-bottom: 0;
}

#profile-description {

  position:relative;
}
#profile-description .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  position:relative; 

  display: block;
  padding-bottom: 10px;
}
#profile-description .show-more {
/*   width: 690px;  */
  color: #009de3; 
  position:relative; 
  font-size: 14px; 
  padding-top: 5px; 
  height: 30px; 
  text-align: center; 
  background: #f1f1f1; 
  cursor: pointer;
}
#profile-description .show-more:hover { 
    color: #1779dd;
}
#profile-description .show-more-height { 
  height: 490px; 
  overflow:hidden; 
}



