@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.mediic_nav_manu{
    z-index: 99999;
}
.accordion-header{
    padding: 0 !important;
    margin: 0 !important;
}
.boot-acr .accordion-button{
    font-weight: 600 !important;
    font-size: 18px !important;
    border: 2px solid #007eff !important;
    border-radius: 15px;
}  
.boot-acr .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
   border-radius: 15px; 
}
.boot-acr .accordion-item:first-of-type>.accordion-header .accordion-button{
 border-radius: 15px;    
}
.sdff .box-2{
    padding: 25px 30px 44px;
    /* background: var(--secondary-color); */
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #007eff;
    transition: 0.5s;
    margin-bottom: 10px;
}
.sdff .mediic-title h4{
    padding-top: 9px !important;
}
.link1{
    color: #b1040e !important;
}
.link1:hover{
    color: #212A63 !important;
}
a .nmc-box{
    background-color: #007eff !important;
    color: #FFF !important;
    border-radius: 5px;
    border: 1px solid #007eff !important;
    padding:10px; 
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    width: 100% !important;
    text-align: center;
}
a:hover .nmc-box{
    border: 1px solid #007eff !important;
    background: #ffffff !important;
    color: #333333 !important;
}
.new-list3{
    padding: 0;
    margin: 0;
}
.new-list3 li{
    list-style: none;
    margin-bottom: 10px;
}
.spacex1{
    padding-top: 27px;
}
a.download {
    background: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 2px;
    display: inline-block;
    height: 150px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}
a.download:before {
    background: #ffffff;
    border: solid 3px #b1040e; 
    border-radius: 4px;
    content: "";
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 38%;
    transform: translate(-50%,-50%);
    width: 50px;
}
a.download span:first-child {
    display: none;
}
a.download:hover span:first-child {
    display: inline-block;
}
a.download:hover span:last-child {
    display: none;
}
a.download span {
    background: #b1040e;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    margin: 0 auto;
    left: 10px;
    right: 10px;
}
a.download:after {
background-image:url(../images/rj.png);
    /* content: '\f1c1';
    font-family: "FontAwesome"; 
    color: #b1040e;
    font-size: 30px; */
    content: '';
    top: 25%;
    position: absolute;
    left: 45%;
    height: 35px;
    width: 35px;
}
.sdff ul.mediic-service li{
    padding: 0;
}
.sdff p{
    font-size: 18px;
    font-weight: 600;
    font-family: "Albert Sans";
}
.sdff .mediic-contact-btn a{
    margin-top: 20px;
    padding: 10px 30px;
}
.sdff .mediic-company-contact{
    padding: 25px;
}
.sdff .mediic-contact-btn a .mediic-hover-btn{
    background: #b1040e !important;
}
.sdfdsf .download-btn a{
    margin-bottom: 0;
    font-weight: 500;
}

.bannersss{
  position: relative;
  z-index: 1;
}
.top-secddd{
padding-top: 5px;
background: #b1040e;
}
.top-sec2{
  background: #BF2221;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
.top-sec2 ul li{
  display: inline;
}
.top-secdf{
  position: relative;
}
.top-sec2:before{
  content:'';
  background: #b1040e;
    right: -100%;
    left: inherit;
    width: 100%;
    border-width: 0;
    height: 37px;
    top: 0;
}



.top-header {
    overflow: hidden;
}
.bg-white {
    background-color: #fff!important;
}
.bg-info {
    background-color: #b1040e !important;
}
@media (min-width: 768px){
.top-header .right-menus:before {
    background: #b1040e;
    right: -100%;
    left: inherit;
    width: 100%;
    border-width: 0;
    height: 37px;
    content: "";
}
.top-header .right-menus:after, .top-header .right-menus:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 0 0 27px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}
}
.social.text-dark {
    color: #ffffff !important;
}
@media (min-width: 768px){
.top-header .right-menus:after{
position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 0 0 27px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1); 
}
.top-header .right-menus:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 0 0 27px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}
.social aside {
    width: 100%;
}
.social aside .textwidget {
    display: flex;
}
}
@media (min-width: 768px){
.top-header .right-menus:before {
    background: #b1040e;
    right: -100%;
    left: inherit;
    width: 100%;
    border-width: 0;
    height: 48px;
}
}
.position-relative {
    position: relative!important;
}
.social-links li:nth-child(1) a {
    background-color: #0862F7;
}
.social-links li:nth-child(2) a {
    background-color: #F70000;
}
.social-links li:nth-child(3) a {
    background-color: #AE06E3;
}
.social-links li:nth-child(4) a {
    background-color: #0A63BC;
}
.social-links li:nth-child(5) a {
    background-color: #4fca5f;
}
.social-links li a {
    width: 25px;
    height: 25px;
    padding-top: 2px;
    border: 0;
}
.social-links li a i{
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
}
.social-links li{
    list-style: none;
}
.social {
    padding-left: 100px;
}
.sfsfs a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.sfsfs li{
    padding-right: 30px;
}
.sfsfs li i{
    padding-right: 5px;
    font-size: 14px;
}
.social-links li{
    margin-right: 7px;
}
.dfsf img{
    float: right;
}
.sdfds{
    padding-top: 0px;
}
.menu-secss{
    background: #0972B3;
    border-top:10px solid #FFC006;
    position: relative;
    z-index: 99;
}
.faccsd ul li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image: url(../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 500 !important;
}
.faccsd ul li a{
    color: #333333;
}
.faccsd ul {
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none !important;
}
.mass{
    background: #b1040e;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.mass a{
    color: #ffffff;
    font-weight: 600;
} 
.mass a span{
    color: #FFC006;
    font-weight: 600;
}
.sdfsfsggs .carousel-control-prev{
    display: none;
}
.sdfsfsggs .carousel-control-next{
    display: none;
}
.sdfsdflldf .owl-buttons{
    display: none;
}
.gdfgfdhh .blog-single-box{
    background: #b1040e !important;
}
.gdfgfdhh .blog-single-box:hover{
background: #007eff !important;
}
.top-secsdff{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cousdfdsf .feature-thumb img{
    width: 200px;
    height: 200px;
}
.resse .feature-single-box-2{
background: #b1040e !important;
}
.resse .feature-single-box-2:hover{
    background: #007eff !important;
}
.resse:hover .feature-single-box-2::before{
   border-top: 2px solid #007eff !important;
   border-left: 2px solid #007eff !important;
}
.resse:hover .feature-single-box-2::after{
        border-bottom: 2px solid #007eff !important;
    border-right: 2px solid #007eff !important;
}
.vvvff p{
    font-size: 16px !important;
    line-height: 26px !important;
    color: #ffffff !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-family: "Roboto", sans-serif;
    text-align: left !important;
}
.vvvff .feature-title h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 37, 112, 0.2);
    position: relative;
    z-index: 1;
}
.vvvff .feature-single-box-2 .mediic-icon img {
    padding: 0 0 10px;
}
.vvvff .mediic-btn2{
    padding-top: 5px;
}
.cousdfdsf .mbbslld .feature-thumb img{
    height: 100px !important;
    width: 100px !important;
}
.mbbslld .feature-single-box-2 .feature-thumb img{
    border-radius: 8px;
}
.mbbslld .feature-single-box-2 .feature-content {
    padding-left: 15px;
    width: 100%;
}
.mbbslld .feature-single-box-2 {
    padding: 15px;
    border-radius: 8px;
}
.mbbslld .feature-single-box-2:hover:before{
    border-radius: 8px;
}
.mbbslld .feature-single-box-2:hover:after{
    border-radius: 8px;
}
.mbbslld .vvvff .feature-title h3{
    font-size: 21px;
}
.mbbslld .feature-single-box-2{
    display: block;
    margin-bottom: 20px;
}
.disdf{
    display: flex;
    padding-top: 10px;
}
.mbbslld .feature-single-box-2 .feature-content.ggdskf{
    padding-left: 0;
}

.spacex{
  padding-top: 20px;
}
.spacex1{
  padding-top: 1px;
}
.spacex2{
  padding-top: 2px;
}
.spacex3{
  padding-top: 3px;
}
.spacex4{
  padding-top: 4px;
}
.spacex5{
  padding-top: 5px;
}
.spacex6{
  padding-top: 6px;
}
.spacex7{
  padding-top: 7px;
}
.spacex8{
  padding-top: 8px;
}
.spacex9{
  padding-top: 9px;
}
.spacex10{
  padding-top: 10px;
}
.spacex11{
  padding-top: 11px;
}
.spacex12{
  padding-top: 12px;
}
.spacex13{
  padding-top: 13px;
}
.spacex14{
  padding-top: 14px;
}
.spacex15{
  padding-top: 15px;
}
.spacex16{
  padding-top: 16px;
}
.spacex17{
  padding-top: 17px;
}
.spacex18{
  padding-top: 18px;
}
.spacex19{
  padding-top: 19px;
}
.spacex20{
  padding-top: 20px;
}
.spacex21{
  padding-top: 21px;
}
.spacex22{
  padding-top: 22px;
}
.spacex23{
  padding-top: 23px;
}
.spacex24{
  padding-top: 24px;
}
.spacex25{
  padding-top: 25px;
}
.spacex26{
  padding-top: 26px;
}
.spacex27{
  padding-top: 27px;
}
.spacex28{
  padding-top: 28px;
}
.spacex29{
  padding-top: 29px;
}
.spacex30{
  padding-top: 30px;
}
.spacex31{
  padding-top: 31px;
}
.spacex32{
  padding-top: 32px;
}
.spacex33{
  padding-top: 33px;
}
.spacex34{
  padding-top: 34px;
}
.spacex35{
  padding-top: 35px;
}
.spacex36{
  padding-top: 36px;
}
.spacex37{
  padding-top: 37px;
}
.spacex38{
  padding-top: 38px;
}
.spacex39{
  padding-top: 39px;
}
.spacex40{
  padding-top: 40px;
}
.spacex41{
  padding-top: 41px;
}
.spacex42{
  padding-top: 42px;
}
.spacex43{
  padding-top: 43px;
}
.spacex44{
  padding-top: 44px;
}
.spacex45{
  padding-top: 45px;
}
.spacex46{
  padding-top: 46px;
}
.spacex47{
  padding-top: 47px;
}
.spacex48{
  padding-top: 48px;
}
.spacex49{
  padding-top: 49px;
}
.spacex50{
  padding-top: 50px;
}
.spacex51{
  padding-top: 51px;
}
.spacex52{
  padding-top: 52px;
}
.spacex53{
  padding-top: 53px;
}
.spacex54{
  padding-top: 54px;
}
.spacex55{
  padding-top: 55px;
}
.spacex56{
  padding-top: 56px;
}
.spacex57{
  padding-top: 57px;
}
.spacex58{
  padding-top: 58px;
}
.spacex59{
  padding-top: 59px;
}
.spacex60{
  padding-top: 60px;
}
.spacex61{
  padding-top: 61px;
}
.spacex62{
  padding-top: 62px;
}
.spacex63{
  padding-top: 63px;
}
.spacex64{
  padding-top: 64px;
}
.spacex65{
  padding-top: 65px;
}
.spacex66{
  padding-top: 66px;
}
.spacex67{
  padding-top: 67px;
}
.spacex68{
  padding-top: 68px;
}
.spacex69{
  padding-top: 69px;
}
.spacex70{
  padding-top: 70px;
}
.spacex71{
  padding-top: 71px;
}
.spacex72{
  padding-top: 72px;
}
.spacex73{
  padding-top: 73px;
}
.spacex74{
  padding-top: 74px;
}
.spacex75{
  padding-top: 75px;
}
.spacex76{
  padding-top: 76px;
}
.spacex77{
  padding-top: 77px;
}
.spacex78{
  padding-top: 78px;
}
.spacex79{
  padding-top: 79px;
}
.spacex80{
  padding-top: 80px;
}
.spacex81{
  padding-top: 81px;
}
.spacex82{
  padding-top: 82px;
}
.spacex83{
  padding-top: 83px;
}
.spacex84{
  padding-top: 84px;
}
.spacex85{
  padding-top: 85px;
}
.spacex86{
  padding-top: 86px;
}
.spacex87{
  padding-top: 87px;
}
.spacex88{
  padding-top: 88px;
}
.spacex89{
  padding-top: 89px;
}
.spacex90{
  padding-top: 90px;
}
.spacex91{
  padding-top: 91px;
}
.spacex92{
  padding-top: 92px;
}
.spacex93{
  padding-top: 93px;
}
.spacex94{
  padding-top: 94px;
}
.spacex95{
  padding-top: 95px;
}
.spacex96{
  padding-top: 96px;
}
.spacex97{
  padding-top: 97px;
}
.spacex98{
  padding-top: 98px;
}
.spacex99{
  padding-top: 99px;
}
.spacex100{
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .spacex{
  padding-top: 0px;
}
.spacex1{
  padding-top: 0px;
}
.spacex2{
  padding-top: 0px;
}
.spacex3{
  padding-top: 0px;
}
.spacex4{
  padding-top: 0px;
}
.spacex5{
  padding-top: 0px;
}
.spacex6{
  padding-top: 0px;
}
.spacex7{
  padding-top: 0px;
}
.spacex8{
  padding-top: 0px;
}
.spacex9{
  padding-top: 0px;
}
.spacex10{
  padding-top: 0px;
}
.spacex11{
  padding-top: 0px;
}
.spacex12{
  padding-top: 0px;
}
.spacex13{
  padding-top: 0px;
}
.spacex14{
  padding-top: 0px;
}
.spacex15{
  padding-top: 0px;
}
.spacex16{
  padding-top: 0px;
}
.spacex17{
  padding-top: 0px;
}
.spacex18{
  padding-top: 0px;
}
.spacex19{
  padding-top: 0px;
}
.spacex20{
  padding-top: 0px;
}
.spacex21{
  padding-top: 0px;
}
.spacex22{
  padding-top: 0px;
}
.spacex23{
  padding-top: 0px;
}
.spacex24{
  padding-top: 0px;
}
.spacex25{
  padding-top: 0px;
}
.spacex26{
  padding-top: 0px;
}
.spacex27{
  padding-top: 0px;
}
.spacex28{
  padding-top: 0px;
}
.spacex29{
  padding-top: 0px;
}
.spacex30{
  padding-top: 0px;
}
.spacex31{
  padding-top: 0px;
}
.spacex32{
  padding-top: 0px;
}
.spacex33{
  padding-top: 0px;
}
.spacex34{
  padding-top: 0px;
}
.spacex35{
  padding-top: 0px;
}
.spacex36{
  padding-top: 0px;
}
.spacex37{
  padding-top: 0px;
}
.spacex38{
  padding-top: 0px;
}
.spacex39{
  padding-top: 0px;
}
.spacex40{
  padding-top: 0px;
}
.spacex41{
  padding-top: 0px;
}
.spacex42{
  padding-top: 0px;
}
.spacex43{
  padding-top: 0px;
}
.spacex44{
  padding-top: 0px;
}
.spacex45{
  padding-top: 0px;
}
.spacex46{
  padding-top: 0px;
}
.spacex47{
  padding-top: 0px;
}
.spacex48{
  padding-top: 0px;
}
.spacex49{
  padding-top: 0px;
}
.spacex50{
  padding-top: 0px;
}
.spacex51{
  padding-top: 0px;
}
.spacex52{
  padding-top: 0px;
}
.spacex53{
  padding-top: 0px;
}
.spacex54{
  padding-top: 0px;
}
.spacex55{
  padding-top: 0px;
}
.spacex56{
  padding-top: 0px;
}
.spacex57{
  padding-top: 0px;
}
.spacex58{
  padding-top: 0px;
}
.spacex59{
  padding-top: 0px;
}
.spacex60{
  padding-top: 0px;
}
.spacex61{
  padding-top: 0px;
}
.spacex62{
  padding-top: 0px;
}
.spacex63{
  padding-top: 0px;
}
.spacex64{
  padding-top: 0px;
}
.spacex65{
  padding-top: 0px;
}
.spacex66{
  padding-top: 0px;
}
.spacex67{
  padding-top: 0px;
}
.spacex68{
  padding-top: 0px;
}
.spacex69{
  padding-top: 0px;
}
.spacex70{
  padding-top: 0px;
}
.spacex71{
  padding-top: 0px;
}
.spacex72{
  padding-top: 0px;
}
.spacex73{
  padding-top: 0px;
}
.spacex74{
  padding-top: 0px;
}
.spacex75{
  padding-top: 0px;
}
.spacex76{
  padding-top: 0px;
}
.spacex77{
  padding-top: 0px;
}
.spacex78{
  padding-top: 0px;
}
.spacex79{
  padding-top: 0px;
}
.spacex80{
  padding-top: 0px;
}
.spacex81{
  padding-top: 0px;
}
.spacex82{
  padding-top: 0px;
}
.spacex83{
  padding-top: 0px;
}
.spacex84{
  padding-top: 0px;
}
.spacex85{
  padding-top: 0px;
}
.spacex86{
  padding-top: 0px;
}
.spacex87{
  padding-top: 0px;
}
.spacex88{
  padding-top: 0px;
}
.spacex89{
  padding-top: 0px;
}
.spacex90{
  padding-top: 0px;
}
.spacex91{
  padding-top: 0px;
}
.spacex92{
  padding-top: 0px;
}
.spacex93{
  padding-top: 0px;
}
.spacex94{
  padding-top: 0px;
}
.spacex95{
  padding-top: 0px;
}
.spacex96{
  padding-top: 0px;
}
.spacex97{
  padding-top: 0px;
}
.spacex98{
  padding-top: 0px;
}
.spacex99{
  padding-top: 0px;
}
.spacex100{
  padding-top: 0px;
}
}
.sdfdscosdf{
    background: #b1040e !important;
    padding: 20px;
    border-radius: 20px;
}
.sdfdscosdf h4{
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
}
.sdfdscosdf .foot-contact li a{
    color: #ffffff;
}
.sdfdscosdf .foot-contact li{
    color: #ffffff;
}
.sdfdscosdf .foot-contact li i{
    color: #ffffff;
}
.d-maps{
    margin-bottom: -10px;
}
.sfdsf a{
    padding: 10px 30px 10px 30px;
}
@media only screen and (min-width: 768px) {
ul.ruby-menu > li > a:after{
  display: none;
}
}
.faddlis2 .asdsad p.faddlis3{
  color: #333333 !important;
}
.table-act{
  font-weight: 600;
  color: #ffffff !important;
  background: #b1040e !important;
}
.casss .mediic-category-box{
  background: #0972B3;
  border-top:3px solid  #FFC006;
  border-radius: 0;
}
.casss ul.mediic-service li{
  background: #b1040e !important;
  border: 0;
  width: 100%;
}
.casss .mediic-category-box {
    padding: 20px 20px 24px 20px;
    margin-bottom: 10px;
}
.casss .nav-tabs{
  border-bottom: 0;
}
.casss .nav-tabs .nav-link{
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.casss .nav-tabs .nav-link:focus, 
.casss .nav-tabs .nav-link:hover{
  border:0 !important;
  line-height: 26px !important;
}
.casss .nav-tabs .nav-item.show .nav-link, 
.casss .nav-tabs .nav-link.active{
  background: #FFC006;
  border: 0;
  border-radius: 3px;
}
.nav-tabs .nav-link{
  border: 0 !important;
}
.casss ul.mediic-service li:before{
  background: #FFC006;
}
.casss img{
  float: right;
  padding-top: 5px;
}
.casss i{
  padding-right: 5px;
}
.gseee{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.insssdd h4{
  color: #b1040e !important;
  font-size: 21px;
  line-height: 31px;
}
.bor-20{
  border-radius: 20px;
}
.gseee h2{
color: #b1040e !important;
font-size: 30px;
line-height: 40px;
}
.casss img.lidd{
  margin-top: -12px !important;
}
table p{
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left !important;
}





/* entire container, keeps perspective */
.sseuus .flip-container {
  perspective: 1000;
}
  /* flip the pane when hovered */
.sseuus .flip-container:hover .flipper, 
.sseuus .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

.sseuus .flip-container, 
.sseuus .front, 
.sseuus .back {
  width: 100%;
  height: 290px;
  margin: 0.3em auto;
}

/* flip speed goes here */
.sseuus .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.sseuus .front, 
.sseuus .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
   color: cornSilk;
   text-align: center;
}

/* front pane, placed above back */
.sseuus .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  border: 1px solid #dddddd;
}

/* back, initially hidden pane */
.sseuus .back {
  transform: rotateY(180deg);
  border: 1px solid #dddddd;
  padding: 20px;
}
.sseuus .asdsad2 img{
  border-radius: 50%;
}
.sseuus .asdsad2 .front{
  padding: 25px;
}
.sseuus .asdsad2 h5{
  font-size: 18px;
  padding-bottom: 10px;
  color: #333333;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.sseuus .asdsad2 .front p{
  font-size: 16px;
  color: #b1040e !important;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 500;
}
.sseuus .asdsad2 .back p{
  font-size: 18px;
  line-height: 28px;
  color: #333333 !important;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sseuus .doc-bor {
    background: #333333;
    height: 1px;
    width: 100px;
    margin: 0 auto;
}
.asdsad2 img {
    width: 100px;
    /* height: 100px; */
    border-radius: 50%;
    margin-bottom: 10px;
}
.sseuus .asdsad2 .back p.dssdfs{
  color: #b1040e !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.mediic-service li a.sdfsdfpol i{
color: #ffffff;
}
.sdfsdfpol{
  color: #ffffff;
  font-family: "Roboto", sans-serif !important;
}
.bordf20{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.deean{
  background: #b1040e !important;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.deean h4{
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 0;
  margin-top: 0;
}
.deean p{
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.sdfsdf img{
  border-radius: 20px;
}
.sdfsspoisda a{
  background: #0972B3;
  color: #ffffff;
}
.sdfsspoisda a:hover{
  background: #b1040e !important;
  color: #ffffff;
}
.commist .nav-tabs .nav-link{
  background: #0972B3;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
  margin-right: 5px;
  font-weight: 500;
  color: #ffffff;
}
.commist .nav-tabs .nav-item.show .nav-link, 
.commist .nav-tabs .nav-link.active{
  background: #FFC006 !important;
  font-weight: 500;
  color: #333333;
}
.commist .nav-tabs{
  border-bottom: 0;
}
.commist .nav-tabs .nav-link:focus, 
.commist .nav-tabs .nav-link:hover{
  background: #FFC006 !important;
  font-weight: 500;
  color: #333333;
}
.sdfdsfsjjdf{
  font-size: 20px;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}







@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 270px;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
.menu-secss .bg-primary{
  background: none !important;
}
.menu-secss .nav-item{
  text-transform: uppercase;
  border-left: 1px solid #08639b;
  border-right: 1px solid #0a81cb;
}
.menu-secss .nav-link{
  color: #ffffff;
  font-weight: 600;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media only screen and (min-width: 768px) {
 .menu-secss .dropdown-toggle::after{
    display: none;
  }
}
.menu-secss .navbar-nav .nav-link.active, 
.menu-secss .navbar-nav .nav-link.show{
  background: #FFC006;
  color: #333333;
}
.menu-secss .nav-link:hover{
   color: #333333 !important;
   background: #FFC006;
}
.menu-secss .dropdown-menu{
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.menu-secss .dropdown-item{
white-space:normal !important;
line-height: 26px;
}
.faccsd h4 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color: #b1040e;
    padding-bottom: 20px;
    margin-top: 0;
    font-family: "Albert Sans";
}
@media only screen and (max-width: 767px) {
.bg-primary .p-3{
  padding: 0 !important;
}
.faccsd ul{
  padding-left: 10px;
  padding-right: 10px;
}
.faccsd ul li{
  text-align: left;
}
.faccsd h4{
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
}