403Webshell
Server IP : 172.67.132.90  /  Your IP : 216.73.216.230
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 PHP/7.0.33
System : Linux cloud-server-0 3.10.0-693.11.1.el7.x86_64 #1 SMP Mon Dec 4 23:52:40 UTC 2017 x86_64
User : root ( 0)
PHP Version : 7.0.33
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  /home/admin/web/maydensupport.co.uk/public_html/frontend/web/css/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/admin/web/maydensupport.co.uk/public_html/frontend/web/css/style.css
/*
Theme Name: Name - Multipurpose HTML Template
Author:
Support: [email protected]
Description: Creative HTML Template.
Verson:1.0
*/


/* Css Index 
----------------------------
1.Theme default css
2.header
        2.1 sub-menu 
        2.2 mega-menu
3.slider
*/

/* 1.Theme default css */
/*font*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
*{
    margin:0;
    padding:0;
}
body{
    font-style:normal;
    font-weight:normal;
    font-family: 'Ubuntu', sans-serif;
    color: #575757;
}
img{
    max-width:100%;
    transition:0.3s;
}
.fix{
    overflow:hidden;
}
button{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
    color:#2E424E;
}
a:focus,
.button:focus{
    text-decoration:none;
    outline:none;
    color:#a0ce4e;
}
a:focus,
a:hover,
.portfolio-cat a:hover
{
    color:#a0ce4e;
    text-decoration:none;
}
.uppercase{
    text-transform:uppercase;
}
.capitalize{
    text-transform:capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin-top:0;
    font-weight:400;
    color:#000;
    text-transform:normal;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    color:inherit;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
hr{
    border-bottom:1px solid #eceff8;
    border-top:0 none;
    margin:30px 0;
    padding:0;
}
p{
    font-size:14px;
    font-weight:400;
    line-height:20px;
    color: #575757;
    margin-bottom:10px;
    letter-spacing: 0.5px;
    font-family: 'PT Sans', sans-serif;
}
label{
    cursor:pointer;
    color:#222;
    font-size:13px;
    font-weight:400;
}
*::-moz-selection{
    background:#d6b161;
    color:#fff;
    text-shadow:none;
}
::-moz-selection{
    background:#444;
    color:#fff;
    text-shadow:none;
}
::selection{
    background:#444;
    color:#fff;
    text-shadow:none;
}
*::-moz-placeholder{
    color:#555555;
    font-size:14px;
    opacity:1;
}
*::placeholder{
    color:#555555;
    font-size:14px;
    opacity:1;
}
.separator{
    border-top:1px solid #f2f2f2;
}
section{
    width: 100%;
    float: left;
}
/* 2.header */

.header-top-area {
    background: #243238;
    padding: 10px 0;
}
.header-contact ul li {
    display: inline-block;
    padding-right: 0px;
}
.header-contact ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.header-contact ul li a i {
    padding-right: 5px;
    color: #a0ce4e;
}
.header-bottom-area {
    padding: 10px 0;
    background: transparent;
    position: static;
    z-index: 999999;
    left: 0;
    width: 100%;
    margin: 0 auto;
    /* border-bottom: 1px solid #cbcbcb; */
    background: rgba(255,255,255,0.7);
}
.header-bottom-area:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    height: 2px;
    background: #00c3ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffff1c, #00c3ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffff1c, #00c3ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0; 
    transition: 0.5s;
}
.header-bottom-area.fixed-header{
    background: #fff;
    border:1px dashed transparent;
}
.fixed-header .main-menu ul li a{
    color:#000;
}
.social-area {
    text-align: right;
}
.social-area ul li{
    display:inline-block;
}
.social-area ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #a0ce4e;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.social-area ul li a:hover {
    background: #fff;
    color: #a0ce4e;
}
.social-area ul li a i {
    font-size: 14px;
}
.header-search {
    position: relative;
    width: 100%;
    height: 30px;
}
.header-search .search-area {
    height: 100%;
    width: 100%;
    background: #c5cace;
    border: 1px solid #fff;
    padding: 0 20px 0 10px;
    font-size: 12px;
}
.search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: #a0ce4e;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
}
.search-icon i {
    color: #fff;
    font-size: 11px;
    line-height: 30px;
}
.logo img {
    max-width: 120px;
    margin-top: 9px;
}
.main-menu{
    text-align: right;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.main-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 15px 0;
    letter-spacing: 0.7px;
    position: relative;
}
.main-menu ul li a::before {
    position: absolute;
    left: -6px;
    content: "";
    width: 33px;
    height: 2px;
    background: transparent;
    z-index: 1;
    bottom: 12px;
}
.main-menu ul li a::after {
    position: absolute;
    left: -8px;
    content: "";
    width: 2px;
    height: 15px;
    background: transparent;
    z-index: 1;
    bottom: 12px;
}
.main-menu ul li.active a:before{
    background: #a0ce4e;
}
.main-menu ul li.active a:after{
    background: #a0ce4e;
}
.main-menu ul li:hover > a{
    color:#a0ce4e;
}
/* 2.1 sub-menu */
.main-menu ul li ul.sub-menu {
    position: absolute;
    top: 140%;
    left: auto;
    right: 0;
    background: #2E424E;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    text-align: left;
    z-index: 9;
}
.main-menu ul li:hover > ul.sub-menu{
    opacity:1;
    visibility:visible;
    top:122%;
}
.main-menu ul li ul.sub-menu li{
    border-bottom:1px solid #999;
    display:block;
    margin-right:0px;
    padding-left: 0px;
}
.main-menu ul li ul.sub-menu li a {
    padding: 12px 11px;
    color: #fff;
    font-size: 11px;
}
.main-menu ul li ul.sub-menu li ul.sub-menu{
    left:100%;
    top:0;
}
.main-menu ul li ul.sub-menu li:hover > a {
    color: #a0ce4e;
}
.main-menu ul.sub-menu li a:before{
    background: transparent !important;
}
.main-menu ul.sub-menu li a:after{
    background: transparent !important;
}
.main-menu ul.sub-menu li.active a{
    color: #a0ce4e;
}
.fixed-header{
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
.header-bottom-area.fixed-header:before{
    opacity: 1;
}
.mobile-menu-area{
    display:none;
}
.mean-container .mean-nav ul li a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 13px;
    height: 11px;
    line-height: 11px;
}

.mean-container .mean-bar {
    background: #fff;
}
.mean-container a.meanmenu-reveal span {
    background: #000;
}
.mobile-menu-area{
    position: relative;
}
.mobile-logo {
    position: absolute;
    top: 4px;
    left: 5%;
    z-index: 9999;
}
.mobile-logo img {
    max-width: 72px;
    margin-top: 10px;
}
/*banner-area-start*/
.banner-area{
    width:100%;
    position: relative;
}
.slider-overlay1{
    position: relative;
}
.slider-overlay{
    width:100%;
    height:100%;
    /*background:rgba(0,0,0,0.4);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-area img{width:100%;}
.nivo-caption{
    background:transparent;
    color:#000;
    opacity:1;
    height:100%;
    text-align:center;
}
.slider-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 47%;
    float: left;
    z-index: 6666;
    left: 100px;
    text-align:left;
}
.slider-text h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    margin-bottom: 20px;
}
.slider-text-right{
    text-align: right;
    float: right;
    left: auto;
    right: 100px;
}
.slider-text-right h2{
    text-align: right !important;  
}
.slider-text-right p{
    text-align: right !important;    
}
.slider-text-right span.banner-title-border{
    /*display: none;*/
    margin-left: 80% !important; 
}
.slider-img img{
    left: auto;
    right: 0;
    max-width:60%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index:39;
}
.slider-text h2 {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
}
.banner-title-border {
    display: block;
    width: 120px;
    height: 2px;
    background: #fff;
    margin-bottom: 20px;
}
.slider-text h4 span{
    color: #86c341;
}
.slider-text p{
    color:#fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
}
.nivo-prevNav {
    background: rgba(0,0,0,0.4);
    width: 38px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.nivo-prevNav i {
    color: #fff;
    font-size: 26px !important;
    line-height: 50px !important;
}
.nivo-nextNav {
    background: rgba(0,0,0,0.4);
    width: 38px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.nivo-nextNav i {
    color: #fff;
    font-size: 26px !important;
    line-height: 50px !important;
}
/*about-us-area-start*/
.about-us-area {
    padding: 50px 0;
    background-size: cover;
    background-position:right center !important;
}
.section-title{
    text-align: center;
    margin-bottom:40px;
    position: relative;
}
.section-title h3 {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    color: #000;
    font-weight: 500;
}
.sec-title-img {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: -24px;
    left: 0;
    right: 0;
}
.abhealth-area-inner .sec-title-img{
    right: auto;
}
.sec-title-img img {
    width: 75px;
}

.section-title h3 span {
    color: #000;
    font-weight: 500;
}
.about-main-content h1 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 18px;
}
.about-main-content p {
    margin-bottom: 28px;
}
.about-sub-para {
    min-height: 90px;
    margin-bottom: 5px;
}
.about-sub-para p{
    position: relative;
    padding-left: 20px
}
.about-sub-para p::before {
    position: absolute;
    content: "\f0c8";
    left: -13px;
    color: #a0ce4e;
    font-family: 'fontAwesome';
    font-size: 11px;
    transform: rotate(45deg);
    top: 3px;
}
/*service-area-start*/
.service-area{
    background-size: cover;
    background-position: center center;
    background: url(img/servicebg.jpg);
}
.service-overlay{
    width: 100%;
    height: 100%;
    background: rgba(243,246,254,0.9);
    padding: 50px 0 10px;
}
.single-serv {
    text-align: center;
    /* border: 1px solid #86c341; */
    box-shadow: 0px 8px 21px 0px rgba(6,30,52,0.1);
    height: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
    background: #fff;
    transition: 0.3s;
}
.single-serv:hover{
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777; 
}
.single-serv h5 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.single-serv p {
    min-height: 100px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'PT Sans', sans-serif;
}
.serv-icon {
    width: 60px;
    height: 60px;
    background: #a0ce4e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}
.serv-icon1{
    width: 50px;
    height: 50px;
    background: #a0ce4e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    border:2px solid #fff;
}
.serv-icon i {
    color: #fff;
    font-size: 22px;
}
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    background: rgba(0,0,0,0.5) !important;
    width: 20px;
    height: 37px;
}
.owl-prev i {
    font-size: 33px;
    color: #fff;
    line-height: 37px;
}
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    background: rgba(0,0,0,0.7) !important;
    width: 20px;
    height: 37px;
}
.owl-next i {
    font-size: 33px;
    color: #fff;
    line-height: 37px;
}

.news-letter-area{
    background: url(img/newsletterbg.jpg);
    padding: 50px 0 40px; 
}
.contact-del{
    margin-bottom: 30px;
}
.contact-icon {
    width: 29px;
    height: 29px;
    background: #a0ce4e;
    text-align: center;
    line-height: 29px;
    transform: rotate(45deg);
    margin-right: 16px;
}
.contact-icon i {
    font-size: 14px;
    color: #fff;
    transform: rotate(-45deg);
}
.contact-del p{
    margin-bottom: 0px;  
}
.news-input-field input {
    width: 100%;
    height: 40px;
    border: 1px solid #aabcc6;
    padding: 0 8px;
}
.news-input-field textarea{
    width: 100%;
    padding: 5px 10px;
    height: 120px;
    resize: none;
    border: 1px solid #aabcc6;
}
.sub-btn-style {
    position: relative;
    width: 120px;
    height: 42px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0px;
    z-index: 2;
    border: 1px solid #a0ce4e;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}
.sub-btn-style:before{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    background: #a0ce4e;
    height: 100%;
    content:"";
    z-index: -1;
    transition: 0.3s;
}
.sub-btn-style:hover:before{
    background: #fff;
    width: 0;
}
/*footer-area-start*/
.footer-overly{
    padding: 30px 0;
    background: rgba(0,0,0,0.7);
}
.footer-logo img {
    width: 130px;
}
.footer-menu {
    margin-top: 15px;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 25px;
}
.footer-menu ul li a {
    color: #000;
    transition: 0.3s;
}
.footer-menu ul li a:hover{
    color:#a0ce4e;
}
.social-area h5{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 17px;
}
/*work-with-us-area-start*/
.apply-form{
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}
.work-with-us-area{
    padding: 50px 0;
}
/*get-in-touch-area-start*/
.pt-50{
    padding-top: 50px;
}
.map-area iframe{
    width: 100%;
    height: 480px;
}
.get-form{
    padding-top: 50px;

}
.get-contact-area {
    padding: 70px 0 50px;
    background: #fff;
}
.single-get-style{
    text-align: center;
}
.single-get-style h5{
    text-transform: capitalize;
    font-size: 17px;
}
.single-get-style p {
    margin-bottom: 0px;
}
.get-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #a0ce4e;
    line-height: 40px;
    text-align: center;
    transform: rotate(45deg);
    margin-bottom: 25px;
    transition: 0.3s;
    cursor: pointer;
}
.get-right-border{
    position: relative;
}
.get-right-border::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 0;
    width: 50%;
    height: 2px;
    border-bottom: 2px dashed #a0ce4e;
}
.get-full-border::before{
    width: 100%; 
}
.get-left-border::before{
    left: 0;
    right: auto;
}
.get-icon:hover{
    transform: rotate(-45deg);  
}
.get-icon:hover i{
    transform: rotate(45deg);
}
.get-icon i {
    line-height: 60px;
    color: #fff;
    font-size: 28px;
    transform: rotate(-45deg);
    transition: 0.3s;
}
/*service-pro-area*/
.service-pro-area{
    padding: 50px 0;
}
.serv-pro-content-left h4 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 10px;
}
.serv-pro-content-right .carousel-control-prev i {
    font-size: 29px;
    color: #fff !important;
}
.serv-pro-content-right .carousel-control-next i {
    font-size: 29px;
    color: #fff !important;
}
.serv-pro-content-right .carousel-control-prev {
    left: 0;
    width: 25px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.8);
}
.serv-pro-content-right .carousel-control-next {
    right: 0;
    width: 25px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.8);
}
.we-provide-area {
    padding: 60px 0 30px 0;
    background: rgba(243,246,254,0.9);
}

.about-banner{
    position: relative;
}
.about-banner-inner{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-banner-inner h1{
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.about-banner-inner h1:after{
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    right: 0;
    max-width: 65px;
    width: 100%;
    height: 2px;
    background: #a0ce4e;
    bottom: -7px;
    margin: 0 auto;
}
.abhealth-area-inner .section-title{
    text-align: left;
    margin-bottom: 30px;
}
.abhealth-area-inner1 .section-title{
    text-align: center;
    margin-bottom: 50px;
}
.abhealth-area-inner h2{
    font-size: 19px;
}
.abhealth-area{
    background:#fff;
    padding-bottom: 30px;
}
.abhealth-area-inner .section-title h3 {
    font-size: 30px;
    line-height: 35px;
    position: relative;
}
.abhealth-area-inner {
    padding-top: 40px;
}
.abhealth-area-inner1 .about-sub-para {
    min-height: 120px;
    margin-bottom: 5px;
}

.banner-area img {

    width: auto;
    height: 400px;
   margin: 0 auto;
   display: block;
}
.about-banner {
    background: #10a9ef;

}

/* ==== mayden-banner ==== */
.mayden-banner img{
    max-width: 1200px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

/* ==== update banner ==== */
.mayden-banner-carousel .owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 40px;
}
.mayden-banner-carousel .owl-next {
   background: rgba(0,0,0,0.3) !important;
   float: right;
   width: 35px;
    height: 55px;
   text-align: center;
   right: 0px;
    line-height: 29px !important;
}
.mayden-banner-carousel .owl-prev{
    background: rgba(0,0,0,0.3) !important;
    width: 35px;
    height: 55px;
    text-align: center;
    left: 0px;
    line-height: 29px !important;
 }
 .mayden-banner{
     position: relative;
 }
 .mayden-banner-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    padding: 21px;
    max-width: 300px;
    width: 100%;
    /* border-bottom: 5px solid #71aa37; */
    border-bottom: 5px solid #0b6500; 
}

.mayden-banner-text h3,h1 {
    font-size: 32px;
    /* color: #5fad08; */
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 32px;
}
.mayden-banner-text p {
    font-size: 15px;
    margin: 0px;
    font-weight: 300;
}

.mayden-multi-banner {
    background: #1eacc1;
}
.mayden-multi-banner-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10%;
}
.mayden-multi-banner-text h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 47px;
}

.abhealth-area-inner p span {
    text-align: justify;
    display: inline-block;
    color: #575757;
    line-height: 25px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
}

.about-us-content .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.about-main-content {
    padding: 0 10%;
}
section .about-us-area{
    background: transparent !important;
}

.footer-area {
    background: #eceff1 !important;
}
.footer-overly {
    background: transparent;
}
.abhealth-area-inner ul li {
    background: #fff !important;
    border: 1px solid #aabcc6 !important;
    margin-bottom: 2px;
    padding: 0 9px;
}
.abhealth-area-inner ul li span {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400;
    color: #575757;
    padding: 6px 0px;
    display: inline-block;
}
.abhealth-area-inner ul li font {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400;
    color: #575757;
}
.service-area .col-3{
    margin-bottom: 30px;
}
.service-carousel.owl-carousel .owl-stage-outer {
    padding: 30px 0;
}
.about-main-content em {
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}
.about-sub-para div{
    text-align: left !important;
    padding-bottom: 15px;
}
.mean-container a.meanmenu-reveal {
    color: #000 !important;
}
.mean-container .mean-nav {
    background: #2E424E;
}
.get-in-touch-area {
    padding: 30px 0;
}
.service-area.footer-area .col-3 {
    margin-bottom: 0px;
}

.mayden-multi-banner img{
    max-width: 600px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.abhealth-area img {

    max-width: 590px;
    width: 100%;
    height: auto;
    object-fit: cover;

}
.sec-title-img img {
    width: 75px !important;
    height: auto !important;
}
.logo a img,
.footer-logo a img,
.mobile-logo a img{
    outline: 0px solid #0782C1;
}

.cms_no_design p {
    font-family: 'PT Sans', sans-serif !important;
    line-height: 25px;
}
.section-title center{
    text-align: left;
}
 /*======*/
.blog-top-area img{
    max-width: 100%;
}
.blog-top-area {
    padding: 40px 0;
}
.blog-top-area h3{
    color: #000;
    font-weight: 500;
    font-size: 24px;
}
.blog-list {
    padding: 35px 0 30px 0;
}
.blog-list .single-serv {
    padding: 0px;
}
.blog-list .single-serv img {
    padding: 0px;
    margin: 0px;
    outline: none;
    width: 100%;
}
.blog-list h3{
    color: #000;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 20px;
}
.blog-list .single-serv h5 {
    padding: 0 13px;
}
.blog-list .single-serv p {
    padding: 0 13px;
}
.blog-list .sub-btn-style{
    width: 140px;
    margin: 15px auto 20px;
    display: block;
}
.blog-top-area {
    padding: 40px 0 50px;
}
.blog-list .single-serv{
    text-align: left;
}
.blog-post-time{
    padding: 0 13px;
    font-size: 13px;
}
@media screen and (max-width:767px){
.blog-top-area .col-8,
.blog-top-area .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.blog-top-area h3{
    font-size: 18px;
    padding-top: 16px;
}
.blog-list h3 {
    font-size: 20px;
}
.single-serv p {
    min-height: auto;
}
.blog-top-area {
    padding: 20px 0 20px;
}
.blog-top-area img {
    height: auto;
}
}

Youez - 2016 - github.com/yon3zu
LinuXploit