.medical-contact-us {
    padding: 80px 0;
    background: #f7f7f7;
}

.medical-contact-us .header_section {
    text-align: center;
    padding-bottom: 20px;
}

.medical-contact-us .header_section h2 {
    color: #373737;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
}

.medical-contact-us .header_section p {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 auto;
    max-width: 800px;
    padding: 10px 0 40px;
}

.medical-contact-us .bottom_section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.medical-contact-us .bottom_section .bottom_section_card {
    width: 33.3%;
    padding: 0 15px;
}

.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box {
    background: #fff;
    box-shadow: 3px 4px 14px transparent;
}
.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box:hover {
    box-shadow: 3px 4px 14px #00000014;
}

.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .image img {
    width: 100%;
    min-height: 260px;
    max-height: 260px;
    object-fit: cover;
}

.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content {
    padding: 30px;
}
 

.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #373737;
}

.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content p {
    font-size: 16px;
    color: #959595;
    line-height: 23px;
    font-weight: 400;
} 

.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .bottom_section_btn a {
    color: #3399dc;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .bottom_section_btn a:hover {
    color: #373737;
}
@media screen and (max-width: 767px) {
.medical-contact-us {
    background: #f7f7f7;
    padding: 35px 0;
}
.medical-contact-us .header_section h2 {
    font-size: 28px;
    line-height: 25px;
}
.medical-contact-us .header_section p {
    font-size: 15px;
    line-height: 20px;
      padding: 10px 0 15px;
}
.medical-contact-us .bottom_section .bottom_section_card {
    padding: 0 15px;
    width: 100%;
}
.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content {
    padding: 20px 15px;
}
  .medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content h5 {;
    font-size: 16px;
    line-height: 20px;
}
  .medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content p {
    font-size: 15px;
    line-height: 20px;

}
  .medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .bottom_section_btn a {
    font-size: 15px;
    line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .medical-contact-us .bottom_section .bottom_section_card {
    padding: 0 10px;
    width: 50%;
}
  .medical-contact-us .header_section h2 {
    font-size: 28px;
    line-height: 25px;
}
  .medical-contact-us .header_section p {
    font-size: 15px;
    line-height: 22px;
}
 .medical-contact-us .header_section p {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0 20px;
} 
  .medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content {
    padding: 20px 15px;
    margin: 0px 0px 20px;
}
  .medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content h5 {
    font-size: 17px;
}
  .medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content p {
    font-size: 15px;
    line-height: 22px;
}
  .medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .bottom_section_btn a {
    font-size: 15px;
    line-height: 20px;
}
}
@media (min-width: 1024px) and (max-width: 1538px){
.medical-contact-us .bottom_section .bottom_section_card {
    padding: 0 10px;
}
.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content {
    padding: 15px 10px;
}
.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content h5 {
    font-size: 17px;
}
.medical-contact-us .bottom_section .bottom_section_card .bottom_section_box .card_content .Content p {
    font-size: 15px;
    line-height: 20px;
}



}







}
