html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

header{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: url(img/banner.jpg);
    background-size: cover;
    background-position: center top -0px;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.logo-wrapper{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.logo{
    width: 30%;
}

.logo img{
    width: 100%;
    margin-top: 0px;
}

.logo-text{
    width: 50%;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    padding-top: 15px;
}

.phone-wrapper{
    width: 17%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}

.phone-top{
    width: 100%;
    font-family: Gotham-Medium; 
    font-size: 11px;
    color: #000;
    text-align: right;
}

.phone{
    width: 100%;
    font-family: Gotham-Medium; 
    font-size: 13px;
    color: #000;   
    text-align: right; 
    position: relative;
    top: -10px;
}

.header-menu{
    width: 100%;
    color: #000;
    padding-top: 20px;
}

.header-menu a{
    text-decoration: none;
    color: #000;
}

.header-menu a:hover{
    color: #f59d1c;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #000;
}

.header-button-wrap{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.header-button {
    background-color: #005bff;
    border-radius: 6px;
    padding: 15px 10px 10px 10px;
    color: #fff;
    width: 220px;
    height: 50px;
    font-family: Gotham-Medium;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
}

.banner{
    width: 100%;
    height: 600px;
    background: url(img/luisa.jpg);
    background-size: 35%;
    background-position: top 60px right 90px;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.banner-wrapper{
    width: 60%;
    padding-top: 30px;
    position: relative;
}

.banner-title{
    color: #005bff;
    font-family: Gotham-Bold;
    font-size: 15px;
    text-align: left;
    margin: 0 auto;    
}

.banner-text{
    color: #000;
    font-family: Gotham-Bold;
    font-size: 48px; 
    line-height: 55px;
    width: 100%;  
    text-align: left;
    margin: 0 auto;     
}

.banner-sm-text{
    color: #000;
    font-family: Gotham-Medium;
    font-size: 16px; 
    width: 80%;   
    padding-top: 20px; 
    text-align: left;
    padding-bottom: 30px;   
}

.banner-button {
    background-color: #005bff;
    border-radius: 6px;
    padding: 15px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 50px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
}

.about{
    padding: 80px 0 80px 0;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about h1{
    text-align: left !important;
}

.about .left{
    width: 50%;
}

.about .left img{
    width: 95%;
    border-radius: 12px;
    margin-top: 30px;
}

.about .right{
    width: 50%;
    padding-left: 20px;
}

.about-title{
    font-family: Gotham-Bold; 
    font-size: 32px; 
    width: 100%;  
    padding-top: 0px;
    padding-bottom: 20px;
}

.about-title span{
    color: #ee1a34;
    font-size: 16px;
    font-family: Gotham-Medium; 
}

.about .right p{
    font-family: Gotham-Medium; 
    font-size: 15px;
    padding-top: 0px;
    width: 100%;
    color: #000;
}

.about-button{
    background-color: #005bff;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 40px;
    font-family: Gotham-Medium;
    font-size: 15px;
    text-align: center;
    cursor: pointer;  
    margin-top: 20px;  
}

.services{
    padding: 80px 0 80px 0;
    background-color: #f1f0f5a8;
}

.services .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services h1{
    padding-bottom: 10px !important;
}

.services-title{
    font-family: Gotham-Light; 
    font-size: 24px;
    width: 80%;
    padding-bottom: 30px;
    color: #005bff;
    text-align: center;
    margin: 0 auto;
}

.services-item{
    width: 24%;
    height: auto;
    border-radius: 12px;
    margin-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;
}

.services-item .top{
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.services-t{
    width: 90%;
    text-align: left;
    font-family: Gotham-Bold;
    font-size: 20px;
    padding: 0px 0 15px 0;
    margin: 0 auto;
}

.services-s{
    width: 90%;
    text-align: left;
    font-family: Gotham-Light;
    font-size: 13px;
    padding: 15px 0 15px 0;
    margin: 0 auto;
    font-weight: 700;
}

.services-button{
    padding: 0px 10px 10px 15px;
    color: #005bff;
    width: 200px;
    height: 40px;
    font-family: Gotham-Light;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    cursor: pointer;    
}

.servv-button{
    background-color: #005bff;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 40px;
    font-family: Gotham-Medium;
    font-size: 15px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto; 
    position: relative;
    top: 40px;
}

.news{
    padding: 80px 0 100px 0;
}

.news .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-left-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;    
}

.news-item{
    width: 31%;
    height: 450px;
    background: #f1f1f1;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05);    
}

.news-item .top{
    width: 100%;
    height: 250px;
    border-radius: 4px;
}

.news-item .center{
    padding-top: 20px;
}

.news-item .bottom{
    padding-top: 20px;
}

.news-item h3{
    font-family: Gotham-Bold; 
    font-size: 15px;
    text-align: left; 
    margin: 0 auto;   
    width: 90%;
}

.news-button {
    width: 150px;
    padding: 5px 3px;
    background: #005bff;
    color: #fff;
    font-family: Gotham-Light;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    top: 20px;
    left: 20px;
}

.news-data{
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-family: Gotham-Light;
    font-size: 14px; 
    padding-top: 20px;   
}

.offer{
    padding: 150px 0 110px 0;
    background: url(img/top-view-frame-with-stethoscope.jpg);
    background-size: 100%;
    background-position: right 0px top 110px;
    background-repeat: no-repeat;
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
}

.offer-abs-image{
    position: absolute;
    top: 100px;
    right: 0px;
}

.offer .left{
    width: 20%;
    height: 480px;
}

.offer .right{
    width: 80%;
}

.offer-title{
    font-family: Gotham-Medium; 
    font-size: 42px;
    font-weight: 700;
    padding-top: 80px;
    line-height: 30px;
    color: #000;
}

.offer-sm-title{
    font-family: Gotham-Medium;  
    font-size: 18px; 
    padding-top: 10px;  
    color: #000;
}

.offer form{
    width: 100%;
    font-family: Gotham-Light; 
}

.offer form > label{
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.offer form > label > input{
    width: 380px;
    height: 40px;
    outline: none;
    border: none;
    border: solid 0px #000;
    padding-left: 20px;
    font-family: Gotham-Light; 
    border-radius: 8px;
}

.offer p{
    font-family: Gotham-Light; 
    font-size: 12px;     
}

.offer-button {
    border-radius: 8px;
    width: 380px;
    height: 50px;
    color: #000;
    font-family: Gotham-Medium;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

footer{
    padding: 80px 0 80px 0;
    background: #fff;
    color: #000;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-item{
    width: 24%;
}

.footer-item p{
    font-family: Gotham-Medium; 
    font-size: 18px;
}

.footer-item ul{
    padding-left: 0rem;
}

.footer-item li{
    list-style: none;
    font-family: Gotham-Light; 
    font-size: 14px; 
    padding-top: 15px;   
}

.podval{
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 40px 0;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.podval-item{
    width: 32%;
    font-family: Gotham-Light; 
    font-size: 14px; 
    color: #fff;    
}
