﻿body,
html {
  /*font-family: "Raleway", system-ui;*/
  font-family:Poppins, sans-serif;
  background: #fff;
}
.main-hero {
    background-color: #007580;
    padding: 50px 0;
}
.main-hero h4 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
}
.main-hero p {
    font-size: 19px;
    color: #fff;
    opacity: 0.7;
    font-family: 'Aktiv Grotesk';
}
.main-hero ul li {
    float: left;
    color: #fff;
    margin-right: 20px;
}
.main-hero ul li a {
    background-color: #fff;
    padding: 5px 13px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #fff;
    font-weight: 600;
    font-family: 'Aktiv Grotesk';
}
.main-hero ul li:first-child {
    font-size: 19px;
    font-family: 'Aktiv Grotesk';
}
.sticky-outer .header-sticky, .sticky-outer .sticky-scroll.show-menu {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}

.main-hero img{
    max-width: 300px;
    float: left;
    margin-top: 20px;
}
.main-hero ul li a span {
    color: #3335cf;
    font-size: 22px;
    margin-bottom: -5px;
    display: table-caption;
    margin-right: 2px;
}
.key-info {
    /* background-color: #01cc941c; */
    padding: 10px 0;
}
.key-info h4 {
    padding: 20px 0;
    margin-bottom: 0;
    color: #000;
}
.key-info ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.key-info ul li {
    position: relative;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #343434;
    list-style: none;
    line-height: 22px;
}
.key-info ul li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    left: -20px;
    top: 5px;
    background-color: #3335cf;
    border-radius: 50%;
}
.key-info ul li:after {
    position: absolute;
    width: 8px;
    height: 4px;
    content: "";
    left: -16px;
    top: 9px;
    background-color: transparent;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.custom-about {
    padding: 20px 0;
}
img.about-cert {
    margin-top: 20px;
}
.enq-list-btn {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e4e4e4;
}
.enq-list-btn a, .enq-list-btn a i {
    color: #fff ! IMPORTANT;
    cursor: pointer !important;
    padding-right: 2px;
}
.enq-list-btn a {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    color: #777777;
    font: normal 12px / 30px "Barlow", sans-serif;
    cursor: auto;
}
.enq-list-btn a:nth-child(1) {
    background-color: #20e36c;
}
.enq-list-btn a:nth-child(2) {
    background-color: #093c56;
}
.enq-list-btn a:nth-child(3) {
    background-color: #fd0100;
}

.custom-service{
    background: url(https://adholicprashant.in/assets/images/home/bg-service.webp) no-repeat;
    background-size: 100%;
    padding: 60px 0 0;
}
.service-card{
    box-shadow: 0 14px 18px 4px #dddddd7d;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    min-height: 368px;
}
.service-card img{
    height: 40px;
    width: 40px !important;
    margin: 0;
}
.service-card h5{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}
.service-card p{
    line-height: 1.7;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 1rem;
}
section.custom-service h4 {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}
section.custom-service p {
    text-align: center;
}
.profile-details{
    background-color: #f0f9ff;
    padding: 30px 0;
}
.profile-details .about-desc p{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 6px 2px #ddd;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}
.profile-details .about-desc p:before {
    content: "“";
    font-size: 134px;
    font-family: 'FontAwesome';
    position: absolute;
    left: -43px;
    top: 20px;
    color: #0060d6;
}
.profile-details .about-desc p:after {
    content: "“";
    font-size: 134px;
    font-family: 'FontAwesome';
    position: absolute;
    right: -43px;
    bottom: 20px;
    color: #0060d6;
    transform: rotate(-180deg);
}
.profile-details .about-desc h4 {
    font-weight: 700;
    font-size: 27px;
    text-shadow: 1px 2px #c9c9c9;
}
section#services-section {
    padding: 15px 0;
}

@media only screen and (max-width: 767px){
    .main-hero h4 {
        font-size: 26px;
        line-height: 33px;
    }
    .main-hero p {
        font-size: 16px;
        line-height: 23px;
    }
    .main-hero ul li {
        margin-right: 0px;
        display: table;
        width: 100%;
        margin: 4px 0;
    }
    .main-hero img{
        display: none;
    }
    .home-form input {
        padding: 10px 10px;
        margin-bottom: 0px;
        margin-bottom: 6px;
    }
    section.home-form button {
        padding: 10px 0;
    }
    .custom-service {
        padding: 30px 0 0;
        background-size: auto;
    }
    section.custom-service h4 {
        font-size: 24px;
    }
    .profile-details .about-desc p:before {
        font-size: 101px;
        left: -13px;
        top: 11px;
    }
    .profile-details .about-desc p:after {
        font-size: 101px;
        right: -13px;
        top: 11px;
    }
    .service-card{
            border: 1px solid #ddd;
                min-height: auto;
    }
}