body {
	margin: 0px;
	padding: 0px;
    background-color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

p {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
       url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.main-header {
    padding: 15px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 9px rgb(0 0 0 / 3%);
    z-index: 9;
    transition: 0.2s;
}
.main-header .logo a h2 {
    color: #00008B;
    font-weight: 700;
}
.main-header .logo a h2 span {
    color: #E53935;
}

.banner-main {
    background-image: url(../images/Doctor-family.jpg);
    position: relative;
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
}
.banner-main:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.banner-content p {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0px 0px;
    color: #fff;
}
.banner-form {
    background-color: #00008B;
    padding: 20px;
    border-radius: 24px;
}
.banner-form h2 {
        font-size: 40px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.banner-form p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.banner-form .form-group {
    margin-bottom: 15px;
}
.banner-form .form-group .form-control {
        height: 45px;
    border-radius: 24px;
    border: none;
    padding: 17px;
}
.common-button {
        width: 100%;
    border: none;
    padding: 18px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 44px;
    line-height: 24px;
    background: #E53935;
    color: #fff;
    margin-bottom: 15px;
}
.content-bg .content-bg-block {
        background: #E53935;
    padding: 50px;
    text-align: center;
    border-radius: 24px;
    margin-top: -50px;
}
.content-bg .content-bg-block h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.content-bg .content-bg-block {
    color: #fff;
    margin-bottom: 15px;
}
.content-bg .content-bg-block .common-button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    display: table;
    margin: 30px auto 0px;
    width: 260px;
}
.services-block {
    padding: 60px 0px;
}
.services-block .section-title {
    text-align: center;
}
.section-title h2 {
     font-size: 40px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
}
.section-title p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 10px;
}
.services-main-inner .services-icon {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 9px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #E53935;
    position: relative;
    margin: 0 auto 25px;
}
.services-main-inner .services-icon:before {
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 50%;
}
.services-main-inner {
    padding: 15px;
    border-radius: 24px;
    box-shadow: 0px 8px 9px rgb(0 0 0 / 15%);
    background-color: #fff;
    margin: 0px 0px 25px;
}
.services-main-inner .section-title {
    margin: 0px !important;
}
.services-main-inner .section-title h2 {
        font-size: 22px;
        line-height: 22px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
}
.services-block .section-title {
    margin-bottom: 35px;
}

.middle-block .middle-img img {
    width: 100%;
    height: auto;
}
.bg-middle {
    background-color: #E53935;
}
.middle-content {
    padding: 25px;
}
.middle-content h2 {
    padding-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.middle-content p {
    color: #fff;
}
.middle-content ul {
    margin: 25px 0px 0px;
    padding: 0px;
    list-style: none;
}
.middle-content ul li {
    position: relative;
    color: #fff;
    margin-bottom: 19px;
    padding-left: 40px;
}
.middle-content ul li:before {
    content: "\f00c";
    font-family: Fontawesome;
    background: #00008B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: -3px;
}
.row-reverse {
    flex-direction: row-reverse;
}
.footer-main {
    padding: 50px 0px;
    text-align: center;
    background-color: #00008B;
}
.footer-main p {
    color: #fff;
}
.footer-main p a {
    color: #fff;
}