/* new css */
    .wrap__logoHeader {
        margin-right: 0;
        width: 100%;
    }
    .header_img {
        text-align: center;
    }
    .header_img img{
        width: 200px;
        height: auto;
    }
    .wrap__header-top--inner {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

/* end */


.column1 {
  float: left;
  width: 25%;
  padding: 10px;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}
/* .wrap__header-top--inner {
    display: flex;
    justify-content: space-around;
} */


.logo {
    width: 100%;
}

.custom-div-col3{
    width:33%;
    float:left;
    padding:10px;
}

.clear{clear:both;}
.location__name {
    font-family: Arial, Helvetica, sans-serif!important;
    text-transform: uppercase;
    font-weight: bold!important;
}
p.dr-img img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px){ 
    .custom-div-col3{ 
        width:100% !important; 
        margin-top:5px; 
    } 
}

.vid_con {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-div-col2 {
    width: 50%;
    float: left;
    padding: 10px;
}

.location__name {
    font-size: 25px;
}

p.location__address, p.location__address-2, p.location__city-state-zip{
        margin-bottom: 2px !important;
}





.locations:after {
    display:None;
}

.location__phone {
    font-size: 25px;
    line-height: 19px;
    font-weight: 700;
}

.wrap_testimonials {
    box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -webkit-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -moz-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    width:95%;
    margin:25px
}
.wrap_testimonials_inner {
    margin:0 auto;
    padding:15px 35px 35px;
    background:rgba(255,255,255,.5);
    text-align:center;
}
.wrap_testimonials_inner h1 {
    color:#11356C;
}
.btn_cta a {
  background: linear-gradient(to right, #28a0c9 0%, #1d4e78 100%);
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  display: block;
}
/* new css */
@media (min-width: 1025px){
    .location__name:before {
        left: -19px;
        top: 0px;
    }
    .location:first-child {
        width: 100% !important;
    }
}
@media(max-width: 1024px){
    .wrap__header-top--inner {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        text-align: center;
    }
    .wrap__logoHeader {
        display: flex;
        justify-content: center;
    }
     .location__name:before {
        position: unset;
        padding-right: 10px;
    }
     p.location__phone{
         position: unset;
         width: 100%;
     }
     .location__phone:before {
        position: unset;
        padding-right: 10px;
    }
    .location {
        display: unset;
    }
    .location__address, 
    .location__address-2, 
    .location__city-state-zip, 
    .location__phone, 
    .location__fax {
        width: 100%;
    }
}
/* end */
@media (max-width: 767px) {
.wrap_testimonials {
  width: 100%;
  margin: 0;
}
}

@media (max-width: 1200px){ 
    .location__name {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .slider__button a {
        font-size: 20px;
    }
}


