.main-logo h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    color: #43ab41;
}
.main-logo h1 span {
    display: block;
    text-transform: none;
    font-size: 17px;
    color: #1a3d69;
}
.appointment-section {
    padding: 50px 0;
}
.appointment-section .sec-title h4 {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
}
.appointment-section .sec-title {
    margin-bottom: 50px;
}
.appointment-section input,
.appointment-section textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    height: 50px;
    font-size: 15px;
    box-shadow: none;
    color: #000;
    background: transparent;
    padding: 7px 19px;
    border: 1px solid #000;
    border-radius: 5px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.appointment-section textarea {
    height: 120px;
}
.appointment-section form {
    padding: 0 5%;
}
.pb-50 {
    padding-bottom: 50px;
}
.testimonial-section.typ-white .slide-item .author-info h4 {
    color: #43ab41;
}
.testimonial-section.typ-white .slide-item {
    margin: 10px 0;
}
.testimonial-section.typ-white {
    background: #fff;
}
.wellcome-section.typ-faq {
    padding: 50px 0;
}
.wellcome-section .image-content ul li {
    margin-bottom: 30px;
    border: 1px solid #1a3d69;
    border-radius: 10px;
    padding: 20px;
}
.wellcome-section .image-content ul li:last-child {
    margin-bottom: 0px;
}
.wellcome-section.typ-faq .content-text p {
    font-size: 16px;
    margin-bottom: 0;
}
.gallery-section .default-portfolio-item {
    margin-bottom: 30px;
}
.set-bg .fetch-img-src {
    display: none;
}
.gallery-section .inner-box {
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}
.news-section .owl-theme .owl-controls .owl-nav {
    display: none;
}
.news-section.typ-index {
    background: #1a3d69;
    padding-top: 50px;
    padding-bottom: 45px;
}
.news-section .sec-title {
    margin-bottom: 50px;
}
.news-section .sec-title h4 {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
.gallery-section .inner-box .map {
    height: 315px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .main-logo h1 {
        font-size: 24px;
    }
    .main-logo h1 span {
        font-size: 14px;
    }
    .main-menu .navigation > li > a {
        font-size: 13px;
        padding: 10px 10px;
    }
    .search-button .toggle-search a {
        padding: 10px 15px;
        font-size: 13px;
    }
    .news-section .image-content h6 {
        font-size: 16px;
    }
    .news-section .image-content .news-info li {
        font-size: 12px;
        margin-right: 10px;
    }
    .about-section .item-text {
        height: auto;
    }
    .about-section .item-text h6 {
        font-size: 16px;
    }
    .features-section {
        background-position: center;
    }
    .service-section .image-holder h6 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .header-top .header-info li {
        padding: 0;
    }
    .footer-top .footer-column {
        height: auto;
        margin-bottom: 20px;
    }
    .appointment-section .sec-title h4 {
        font-size: 30px;
    }
    .appointment-section .sec-title {
        margin-bottom: 30px;
    }
    .map-content {
        margin-bottom: 30px;
    }
    .testimonial-section .slide-item .author-info img {
        width: 45px;
        height: 45px;
    }
    .testimonial-section .slide-item .author-info h4 {
        font-size: 18px;
    }
    .testimonial-section .slide-item .author-info {
        margin-top: 0;
    }
    .news-section .image-content h6 {
        font-size: 18px;
    }
    .page-title .title-text h1 {
        font-size: 28px;
    }
    .services-details .image-holder .content-text h6 {
        font-size: 22px;
    }
    .services-details .image-holder .image-box img {
        max-width: 100%;
    }
    .wellcome-section .sec-title h4 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .wellcome-section .sec-title p {
        font-size: 16px;
    }
    .wellcome-section .sec-title {
        margin-bottom: 45px;
    }
    .counter-section {
        padding-top: 50px;
    }
    .footer-top .footer-column h6 {
        margin-bottom: 20px;
    }
    .main-slider h2 {
        font-size: 36px !important;
    }
    .main-slider h5 {
        font-size: 30px !important;
    }
    .wellcome-section .image-content .link-btn {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .features-section .sec-title h4 {
        font-size: 24px;
    }
    .features-section {
        padding-bottom: 70px;
    }
    .service-section .sec-title h4 {
        font-size: 36px;
    }
    .service-section .sec-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 920px) {
    .main-menu .navigation > li > a {
        font-size: 13px;
        padding: 10px 7px;
    }
    .search-button {
        display: none;
    }
}
