@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: #1b50a5 !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 #1b50a5; */
    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: #1b50a5;
    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: #1b50a5;
    font-size: 30px; */
    content: '';
    top: 24%;
    position: absolute;
    left: 38%;
    height: 45px;
    width: 45px;
}
.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: #1b50a5 !important;
}
.sdfdsf .download-btn a{
    margin-bottom: 0;
    font-weight: 500;
}

.bannersss{
  position: relative;
  z-index: 1;
}
.top-secddd{
padding-top: 5px;
background: #1b50a5;
}
.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: #1b50a5;
    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: #1b50a5 !important;
}
@media (min-width: 768px){
.top-header .right-menus:before {
    background: #1b50a5;
    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: #1b50a5;
    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: #1b50a5;
    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: #1b50a5 !important;
}
.gdfgfdhh .blog-single-box:hover{
background: #007eff !important;
}
.top-secsdff{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}