.slider.float_l {
    background-position: center top;
    background-repeat: no-repeat;
    height: 625px;
}
.welcome.float_l {
    padding: 30px 0;
    background-image: url('../images/welcome-sec-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.wel-img {
    float: left;
    text-align: center;
    color: #315c8b;
    font-size: 27px;
    width: 23%;
}
.wel-img img {
    float: left;
    border: 9px solid #fff;
    box-shadow: 0px 0px 11px #0e0f0f;
    margin: 0 0 30px 0;
}
.wel-text {
    float: left;
    width: 57%;
    padding: 0 0 0 2%;
}
.wel-text .heading {
    color: #003471;
    font-size: 42px;
    line-height: 50px;
    padding: 10px 0;
}
.wel-text .simple-text {
    line-height: 26px;
}
.specialize-sec.float_l {
    padding: 35px 0;
    background-image: url('../images/specialize-sec-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
.specialize-sec .heading {
    text-align: center;
    font-size: 40px;
    border-bottom: 6px solid #2f80b7;
    line-height: 52px;
    padding: 0 0 24px 0;
}
.speci-box {
    background-image: url('../images/white45.png');
    float: left;
    width: 31.3%;
    margin: 25px 1%;
}
.speci-box a.thumb, .speci-box a.thumb img {
  float: left;
  width: 100%;
}
.speci-box .title {
    font-size: 30px;
    line-height: 35px;
    padding: 30px 13px;
}
.speci-box .simple-text {
    padding: 0 13px;
    line-height: 26px;
}
.speci-box a.more {
    float: left;
    color: #fff;
    margin: 45px 13px 40px 13px;
    padding: 8px 68px;
    font-size: 20px;
    text-decoration: none;
    background-color: #2f80b7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.speci-box a.more:hover {
    background-color: #bf1e2e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.location-testi-sec.float_l {
    padding: 45px 0 35px 0;
}
.h-location {
    float: left;
    width: 65%;
    margin: 0 2% 0 0;
}
.h-location .heading {
    font-size: 40px;
    border-bottom: 6px solid #2f80b7;
    line-height: 52px;
    padding: 0 0 8px 0;
}
.h-location .h-location-box.box1 {
	margin-left: 0;
}
.h-location .h-location-box {
    float: left;
    width: 49%;
    margin: 28px 0 28px 2%;
    background-color: #c6dcee;
}
.h-location-box a.thumb, .h-location-box a.thumb img {
    display: block;
    width: 100%;
}
.h-location-box .title {
    font-size: 30px;
    line-height: 35px;
    padding: 30px 20px 17px 20px;
}
.h-location-box .simple-text {
    padding: 0 20px;
    line-height: 22px;
}
.h-location-box a.map {
    float: left;
    color: #fff;
    margin: 35px 20px 45px 20px;
    padding: 8px 55px;
    font-size: 18px;
    text-decoration: none;
    background-color: #2f80b7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.h-location-box a.map:hover {
    background-color: #bf1e2e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.h-testimonials {
    float: left;
    width: 33%;
    background-color: #c6ddee;
    background-image: url('../images/h-testimonials-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.h-testimonials .heading {
    font-size: 35px;
    line-height: 40px;
    padding: 40px 45px 3px 45px;
    background-color: #a2c7e1;
}
.h-testimonials .h-testi-text {
    padding: 25px 52px;
    font-style: italic;
    line-height: 26px;
}
.h-testimonials .h-testi-name {
    padding: 0 52px;
    line-height: 26px;
}
.h-testimonials .h-testi-navi {
    text-align: center;
    margin: 60px 0 78px 0;
}