.toggleMenu {
    width: 38px;
    height: 38px;
    background: #fff;
    border: none;
    outline: none;
    color: #007DAD;
    font-size: 16px;
    padding: 0;
    text-align: center;
    display: none;
    margin-left: auto;
}

@media screen and (max-width:1199px) {
    * {
        box-sizing: border-box;
    }

    .logo img {
        max-width: 440px;
    }

    .main-header {
        padding: 18px 0;
    }


    .top-nav li a {
        padding: 12px 15px;
    }

    .treatment>fieldset,
    .profile>fieldset {
        margin-right: 11px;
        padding: 2px 20px 8px;
        width: 421px;
        font-size: 22px;
    }

    .treatment>fieldset {
        margin-left: auto;
        margin-top: -45px;
    }

    section .cc-contactpop input {
        width: 100%;
    }

    .new-heading {
        font-size: 24px;
    }

    .post-with-img figure {
        width: 175px;
        height: 177px;
    }

    .post-with-img .field-cont {
        width: calc(100% - 190px);
        float: none;
        margin-left: 15px;
    }
}

@media screen and (max-width:991px) {
    .top-nav li a {
        padding: 12px 10px;
        font-size: 15px;
    }

    .post-with-img {
        flex-direction: column;
    }

    .post-with-img .field-cont {
        margin: 0;
        width: 100%;
    }

    .footer-grid {
        width: calc(100% / 3);
    }

    .footer-grid:nth-child(1) {
        display: block !important;
    }

    .footer-grid h3 {
        font-size: 18px;
    }

    .footer span.m-big {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {

    .top-header-left {
        float: none; 
    }
    .logo {
        margin-bottom: 15px;
    }

    .logo img {
        max-width: 370px;
        width: 100%;
    }

    .top-header .right-left {
        display: none;
    }

    .social-links ul li img {
        max-width: 32px;
    }

    .content-top-grid-title h1 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.38);
        font-size: 21px;
        font-weight: 700;
    }

    .new-row {
        margin: 0;
    }

    .new-col {
        padding: 0;
    }

    .new-col.half {
        width: 100%;
    }

    .footer-grid {
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid rgba(153, 153, 153, 0.13);
        border-left: none !important;
    }

    .footer-grid:first-child {
        border-bottom: 1px solid rgba(153, 153, 153, 0.13) !important;
    }

    .footer-grid:nth-child(3) {
        border-bottom: none !important;
    }

    .new-col.half .border-box,
    .new-col.half .post-with-img {
        margin-bottom: 30px;
    }

    .new-col.half:last-of-type .post-with-img {
        margin-bottom: 0;
    }

    .post-with-img figure {
        margin: 0 auto 15px;
    }

    .post-with-img .field-cont h2 {
        text-align: center;
    }

    .profile {
        margin-top: 10px;
    }

    .header {
        position: relative;
        z-index: 999;
    }

    .top-nav .wrap {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .top-nav ul {
        position: absolute;
        top: 58px;
        left: 0;
        right: 0;
        z-index: 9999;
        display: none;
    }

    .top-nav ul li {
        width: 100%;
        border-bottom: solid 1px rgb(2, 137, 189) !important;
    }

    .toggleMenu {
        display: block;
    }

    .cc-wraper .cc-contactpop {
        width: 240px;
        right: 20px;
    }

    .cc-wraper .cc-contactpop input,
    .cc-wraper #select_dr {
        height: 34px;
        font-size: 13px;
        padding: 2px 10px;
    }

    .cc-wraper .cc-contactpop button {
        font-weight: bold !important;
        font-size: 14px !important;
    }

    .cc-wraper .cc-contactpop h1 {
        font-size: 16px;
    }

    .cc-wraper .cc-wraper .cc-contactpop i {
        width: 48px;
        height: 48px;
        line-height: 49px;
    }

    .about h3 {
        font-size: 21px;
        text-transform: capitalize;
    }

    .service-wrapper {
        margin-left: 30px !important;
    }

    .service-heading {
        font-size: 21px;
    }


    .images_1_of_3, .images_1_of_3 p, .span_1_of_3{
        width: 100% !important;
    }

    .images_1_of_3 img {
        max-width: 100% !important;
        display: block;
    }

    .about table td img{
        max-width: 100%;
    }

    .company_address{
        padding: 15px;
    }

    .company_address h3{
        font-size: 24px !important;
    }

    .company_address p, .company_address span{
        margin-left: 0px !important;
    }
}