@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import 'owl.carousel.min.css';
@import 'bootstrap.min.css';
@import 'animate.css';

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


body{
  font-family: 'Gotham';

}
img{max-width:100%;height:auto;}
.container{
    max-width:1010px;
    width:100%;
    padding:0 15px;
    margin: 0 auto;
}
.container-fluid{max-width:1650px;}
button,a,input,textarea,header .navbar-nav > li > a:after,.btn_togle{
	-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;
	outline:none;text-decoration:none;
}
button:focus{outline:none;}
a:hover,a:focus{text-decoration:none;}
.white_Bg{background-color:#fff;}
.grey_Bg{background-color:#f4f5f9;}
/*-----header-start-------*/

header{
    background-color: transparent;
    transition:all .3s;
    padding: 10px 0;
}
.head_fix header{
    background-color:rgba(24, 61, 105, 0.8);
}
header .navbar,header .navbar-brand{
    padding:0;
}
header .navbar-brand img + img {
    display: none;
}
header .navbar-collapse{
    justify-content: flex-end;
}
header .navbar-nav > li{
    margin-left:35px;
}
header .navbar-nav > li > a {
    color:#fff;
    position: relative;
    padding:5px 0px !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
header .navbar-nav > li > a:after {
    content: '';
    width:0;
    height:2px;
    background-color:#89c7de;
    position: absolute;
    bottom:0;
    left: 0;
}
header .navbar-nav > li.active > a:after,header .navbar-nav > li > a:hover:after{
    width:35px;
}
/*-----header-end-------*/

/*---slider-section--*/
.top_slider_wrap{position:relative;}
.top_slider:before{
    content: '';
    border: 5rem solid transparent;
    border-left-color: #fff;
    position: absolute;
    bottom: 0;
    left:0;
    border-bottom-color: #fff;
    border-right-width: 53rem;
    border-top-width: 0.5rem;
    z-index:1;
}
.top_slider .owl-item {
    max-height: 734px;
}
.top_slider:after {
    content: '';
    border: 5rem solid transparent;
    border-right-color: #fff;
    position: absolute;
    bottom: 0;
    right:0;
    border-bottom-color: #fff;
    border-left-width: 53rem;
    border-top-width: 0.5rem;
    z-index:1;
}
.baner_content {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index:1;
    text-align: center;
    color: #fff;
    transform:translateY(-50%);
   	max-width: 1320px;
    right: 0;
    margin: 0 auto;
}
.baner_content h1 {
    font-size: 40px;
    margin: 0px 0 0;
    font-weight: 300;
}

.baner_content p {
    font-weight: 300;
    font-size: 20px;
    max-width: 40%;
    margin: 5px auto;
    padding: 0 15px;
    color: #cbc6c0;
}

.top_slider .owl-item:after,.patient_Wrap:after,.page_inr_banner:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-color: #89c7de !important;
    width: 34px;
    height: 34px;
}
.owl-prev{left:50px;}
.owl-next {right:50px;}
.owl-dots{text-align:center;}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #bdbdbd !important;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dots .owl-dot.active{background-color:#46a8e5 !important;}
.theme_Btn {
    background-color:#183d69;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 6px 24px;
    text-transform: uppercase;
    border-radius:5px;
    border: 0;
}
.theme_Btn:hover{
    background-color:#46a8e5;
    color:#fff;
}
.theme_text {
    font-size: 15px;
    font-weight: 300;
    color: #737373;
}
.head_title {
    color: #46a8e5;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px;
    text-align:center;
}
.head_title:after {
    content: '';
    height:3px;
    width: 73px;
    background-color: #89c7de;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -38px;
}
.togle_arrow {
    text-align: center;
    position: relative;
    top: -24px;
    z-index: 2;
    
}
.btn_togle {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #183d69;
    line-height: 48px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px #dedede;
}
.btn_togle:hover{box-shadow: 0px 2px 26px 0px #dedede;}


/*-specialist Wrap-*/
.specialist_Wrap{
    padding:0px 0 40px;
}
.rici_link{color:#46a8e5;font-size:15px;font-weight:300;}
.una_list {
    height: 100%;
    padding:20px 0px 10px;
}
.una_img {
    display: flex;
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow:0px 5px 25px 0px #e6e6e6;
    margin: 0 auto 20px;
    overflow: hidden;
}
.una_content{text-align:center;}
.una_content h4 {
    color: #46a8e5;
    text-transform: uppercase;
    font-weight: 500;
    font-size:14px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}
.una_content h4:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color:#89c7de;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
#back-to-top {
    background-color: #46a8e5;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom:40px;
    right:30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    line-height: 36px;
    box-shadow: 0px 0px 8px 0px #ccc;
    display:none;
}
/*-specialist_Wrap end-*/

/*---patient_Wrap----*/
.patient_Wrap{
    background: url(../images/patient_bg.jpg)no-repeat center/cover;
    position:relative;
    padding: 35px 0 20px;
}
.patient_Wrap .container{position:relative;z-index:1;}
.patient_Wrap h1 {
    color: #fff;
    font-weight: 300;
    font-size: 32px;
}
.patient_Wrap .theme_text{color:#fff;}
.patient_video video{width:100%;}

/*----patient_Wrap end------*/

/*---about-us----*/
.dicono_wrap {
    padding: 40px 0 20px;
}
.dicono_text .head_title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
}
.dicono_text .head_title:after {
    left: 0;
    margin-left: 0;
    height: 2px;
    width: 60px;
}
.dicono_text .theme_text,.spcl_content .theme_text{font-size:13px;}
/*---about-us-end---*/

/*--specialization----*/
.specialization_wrap{
    padding:40px 0 20px;
}
.special_slider .item {
    padding: 5px;
}
.spcl_slide {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #e4e4e4;
}
.spcl_content {
    text-align: center;
    background-color: #fff;
    padding: 15px 15px 20px;
}
.spcl_content .head_title {
    font-size: 18px;
    color: #737373;
    text-transform: none;
    margin-bottom:15px;
}
.spcl_content .head_title:after{width:59px;height:2px;}
.spcl_content .theme_Btn,.course_tips .theme_Btn{background-color:#46a8e5;font-size:13px;}
/*----specialization-end----*/

/*--satisfied_wrap---*/
.satisfied_wrap{padding:35px 0;}
.sat_patImg {
    font-size: 0;
}
.sat_patImg img {
    width: 50%;
    display: inline-block;
    font-size: 14px;
}
/*--satisfied_wrap-end--*/

/*---contact-wrap----*/
.contact_wrap{
	padding:40px 0;
}
.contact_form,.contact_map{
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: 0px 4px 5px 0px #e0dddd;
    border-radius: 4px;
}
.contact_form input,.contact_form textarea{
    font-size:14px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    width:100%;
    font-weight: 300;
    color:#737373;
    padding:9px 0;
}
.contact_form textarea{
	height:60px;
    resize:none;
}
::-webkit-input-placeholder {color: #737373 !important;opacity:1;}
::-moz-placeholder {color: #737373 !important;opacity:1;}
:-ms-input-placeholder {color:#737373 !important;opacity:1;}
:-moz-placeholder {color:#737373 !important;opacity:1;}

.checkbox_wrap {
    position: relative;
    padding-left: 30px;
    margin: 5px 0 10px 0%;
}
.checkbox_wrap label {
    font-size:13px;
    color: #737373;
    font-weight: 300;
    margin: 0;
}
.checkbox_wrap input{
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 3px;
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.checkbox_wrap label:before {
    content: '';
    width: 19px;
    height: 19px;
    background-color: #46a8e5;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 3px;
    text-align: center;
}
.checkbox_wrap input:checked + label:before{
	content:url(../images/check.png);
}
.contact_form .theme_Btn {
    padding: 6px 35px;
    cursor: pointer;
    background-color: #46a8e5;
}
.contact_form .theme_Btn:hover{background-color:#183d69;}
.contact_map{
    padding:0;
    height: 100%;
}
.cont_info {
    border-bottom: 1px solid #cde7f8;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.cont_info span {
    display: inline-block;
    color: #737373;
    font-weight: 300;
    font-size: 14px;
    margin-right:10px;
}
.cont_info i{
    color: #46a8e5;
    font-size: 16px;
    margin-right: 8px;
}
.contact_map address {
    padding: 20px 25px;
    color: #737373;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.contact_map address h5{
    font-size:18px;
    color: #46a8e5;
    text-transform: uppercase;
    font-weight: 300;
}
.mapwrap iframe{width:100%;height: 270px;}

/*---footer---*/
footer{
    background-color:#fff;
    padding:20px 0;
    font-weight:500;
    font-size:14px;
    text-align:center;
    border-top: 1px solid #f4f5f9;
}
.foter_link {
    display: inline-flex;
    margin: 0;
}
.foter_link li a {
    color: #b2d6f2;
    font-size: 14px;
    font-weight: 500;
}
.copy_text{
    display:inline-block;
    color:#bdbdc2;
    font-size:14px;
    border-right: 1px solid #bdbdc2;
    line-height: normal;
    padding-right: 5px;
}
.foter_social {
    float: right;
    display: flex;
    margin: 0;
}
.foter_social li a {
    color: #bdbdc2;
    font-size: 16px;
    margin-left: 15px;
}
.foter_social li a:hover{color: #46a8e5;}
/*---footer-end--*/
.btn_togle img{
    animation: togle 1.5s infinite;
}
@keyframes togle{
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-5px);}
}
/*-page-baner-*/
.page_inr_banner {
    position: relative;
    margin-top: 65px;
}
.page_inr_banner:after{background-color: rgba(0,0,0,0.3);}
.page_inr_banner .container {
   position: relative;
   z-index: 1;
}
.page_inr_banner img {
    width: 100%;
}
.inr_bnr_ttl {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
}
.inr_bnr_ttl h3 {
    font-size:26px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}
/*-page-baner-end-*/

/*--chi-siamo page--*/
.inerpage_header{background-color:#fff;padding:5px 0;}
.head_fix .inerpage_header{background-color:#fff;}
.inerpage_header .navbar-brand img{display:none;}
.inerpage_header .navbar-brand img + img{display:inline-block;}
header.inerpage_header .navbar-nav > li > a{color: #46a8e5;}
.desc_wrap{
    padding:30px 0;
}
.desc_wrap .theme_text{
    font-size:16px;
    margin-bottom: 0;
}
.filters {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0px 5px 5px 0px #f3f3f3;
}
.filters ul{display:flex;justify-content:flex-end;list-style:none;flex-wrap: wrap;}
.filters ul li a{
    color: #737373;
    padding:4px 16px;
    font-size: 14px;
    box-shadow:0px 0px 2px 0px #a9a7a7;
    border-radius: 25px;
    display: inline-block;
    text-transform: capitalize;
    margin-left: 10px;
    font-weight:300;
}
.filters ul li:hover a,.filters ul li a.active{
    background-color:#46a8e5;color:#fff;  
}
.filter_Result {
    padding: 20px 0;
}
.filter_Result .una_list{text-align:center;}
.filter_Result .una_img{
    width: 145px;
    height: 145px;
}
.filter_Result .una_list .theme_Btn {
    background-color: transparent;
    border: 1px solid #46a8e5;
    color: #46a8e5;
    font-size: 12px;
    padding: 4px 12px;
}
.filter_Result .una_list .theme_text{min-height: 70px;}
/*--chi-siamo page-end--*/

/*---specialization-page----*/
.spcl_page:after{display:none;}
.spcl_page {
    padding: 30px 0 10px;
}
.spcl_page .head_title{text-align:left;font-size: 20px;margin-bottom:20px;}
.spcl_page .head_title:after{left:0;margin-left:0px;height: 2px;width: 40px;}
.special_detail_wrap {
    padding: 30px 0 60px;
}
.acc_title {
    font-weight: 500;
    color: #154975;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 23px 15px 0;
    position: relative;
    margin-bottom: 15px;
}
.acc_title:before{
    content: '';
    width: 65px;
    height: 2px;
    background-color: #46a8e5;
    position: absolute;
    left: 0;
    bottom: 0;
}
.acc_title:after{
    content:url(../images/acc_nav.png);
    position: absolute;
    right: 0;
    top: 5px;
}
.acc_wrap.active .acc_title:after{
    transform:rotate(-90deg);
}
.acc_content {
    padding: 10px 10px;
    display:none;
}
.acc_content a.theme_text {
    margin-bottom: 15px;
    display: inline-block;
}
.acc_content a.theme_text.active{color: #95c8ee;font-weight:500;}
.special_detail_wrap .acc_wrap .acc_content{display:block;}
.detail_content {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px 0px #e6e6e6;
    height: 100%;
}
.detail_content h5 {
    color: #95c8ee;
    font-size: 18px;
    margin-bottom: 13px;
}
.tags{color: #95c8ee;font-weight:500;}
.spcl_imgwrap {float: right; margin-left: 12px;}
.detail_content .theme_text{text-align:justify;}
.spcl_detail_imgwrap .theme_text {
    font-size: 14px;
    margin: 10px 0 15px;
}
.bnr_ttl_right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.bnr_ttl_right h3,.bnr_ttl_right a {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.bnr_ttl_right h3:after,.bnr_ttl_right a:after{
    content: '';
    width: 45%;
    height: 3px;
    background-color: #46a8e5;
    position: absolute;
    bottom: 0;
    right: 0;
}
.drfilter_wrap .filters ul{    
    justify-content: normal;border-bottom: 0;
}
.drfilter_wrap .filters ul li + li{margin-left:10px;}
.drfilter_wrap .filters ul li a{margin-left:0px;margin-bottom:5px;padding: 4px 10px;}
.grid-item {width: 25%;padding: 0 10px;}
.grid-item .spcl_slide {
    margin-bottom:20px;
    border-radius: 8px;
    overflow: hidden;
}
.grid-item .spcl_slide .head_title {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.grid-item .spcl_slide .head_title:after{display:none;}
.grid-item .spcl_slide .theme_text{text-align:left;}
.grid-item .spcl_content .theme_Btn{font-size:12px;}
.grid-item .spcl_slide .spcl_img img {width: 100%;}


/*---specialization-page-end---*/

/*--perchè-page--*/
.sig_wrap {
    padding: 10px 0 20px;
    text-align: center;
}
.desc_wrap:nth-child(even) {
    background-color: #f4f5f9;
}
/*--perchè-page-end-*/

/*--contact-page---*/
.contactpage_wrap{padding:10px 0 50px;}
.contactpage_wrap .contact_form {
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
}
.contactpage_wrap .contact_form textarea {
    height: 100px;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.contactpage_wrap .contact_form input,.contactpage_wrap .contact_form textarea{
    font-size:15px;
    margin-bottom:15px;
}
.cont_btnwrap{
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 30px;
}
.fild_two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fild_two input {
    width: 49%;
}
.contactpage_wrap .mapwrap{height:100%;}
.contactpage_wrap .mapwrap iframe{height:420px;}
.cont_infowrap {
    position: relative;
    padding-left: 30px;
}
.cont_infowrap .cont_icon {
    position: absolute;
    left: 0;
    top: 0;
}
.cont_infowrap + .cont_infowrap{margin-top:12px;}
.contactpage_wrap .contact_map {
    box-shadow: 0px 0px 7px 0px #e0dddd;
    border-radius: 0;
    padding:0px 25px;
}
.contactpage_wrap .contact_map address{padding: 20px 0;}
.contactpage_wrap .contact_map address + address{border-top:1px solid #e5e5e5;}
.contactpage_wrap .contact_map address h5{margin-bottom:15px;}

/*--contact-page-end--*/

/*---courses-page---*/
.bnr_ttl_right a{
    display: inline-block;
    font-weight: 300;
    margin-left: 10px;
    margin-bottom: -1px;
}
.bnr_ttl_right a.active{font-weight:500;}
.bnr_ttl_right a:after{
    display:none;   
    width: 100%;
    height: 5px; 
}
.bnr_ttl_right a.active:after{display:block;}
.courses_wrap{padding:0 0 30px;}
.courses_wrap .filters > ul {
    justify-content: normal;
}
.filters .nav-pills li a.active{
    background-color:#fff;
    color:#46a8e5;
    box-shadow: 0px 0px 2px 0px #46a8e5;
}
.head_sm {
    color: #154975 !important;
    font-weight: 500;
    font-size: 20px !important;
    text-transform: none;
    text-align: left;
}
.head_sm:after{
    background-color: #46a8e5;
    left: 0;
    margin-left: 0;
    width: 44px;
}
.head_sm_line {
    color: #46a8e5;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.tips_wrap {
    color: #737373;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 4px 0 0 50px;
    margin-bottom: 22px;
}
.tips_wrap:before{
    content: url(../images/icon_tips.png);
    position: absolute;
    left: 0;
    top: 0;
}
.course_tips + .course_tips {
    margin-top: 35px;
}
.courses_wrap .tab-content,.courses_wrap .detail_sidebar{
    margin-top: 25px;
}
.course_sidebar {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.course_sidebar .head_sm {
    text-transform: uppercase;
    font-size: 14px !important;
    margin-bottom: 15px;
}
.course_sidebar + .course_sidebar {
    margin-top: 15px;
}
.course_sidebar .theme_text {
    font-weight: 500;
    margin: 10px 0;
}
.course_sidebar > a{
    color: #25557f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    float: right;
}
.course_sidebar:after{
    content:'';clear:both;display:block;
}
.course_img {
    max-height: 135px;overflow:hidden;
}
.course_img img {
    width: 100%;
}
.public_wrap {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.public_wrap + .public_wrap {
    border-top: 1px solid #e5e5e5;
}
.publica_img {
    width: 20%;
}
.publica_content {
    color: #46a8e5;
    font-weight: 300;
    font-size: 15px;
    padding-left: 15px;
    width:80%;
}
.courses_wrap .acc_wrap .acc_title{
    font-weight:300;
    color: #46a8e5;
    font-size: 15px;
}
.courses_wrap .acc_wrap .acc_title:before{display:none;}
.courses_wrap .acc_wrap.active .acc_title:after {
    transform: rotate(90deg);
}
.courses_wrap .acc_content .tips_wrap,.andrea_wrap .tips_wrap{
    font-weight:500;
}
.courses_wrap .acc_content .tips_wrap span,.andrea_wrap .tips_wrap span{
    display:block;font-weight:300;
}
.btm_links {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 5px;
}
.andrea_wrap .tips_wrap{
    padding:15px 110px 15px 50px;
    margin-bottom:0px;
}
.andrea_wrap .tips_wrap:before{top:15px;}
.andrea_wrap .tips_wrap + .tips_wrap{border-top: 1px solid #e5e5e5;}
.andrea_wrap .tips_wrap .theme_Btn {
    position: absolute;
    right: 0;
    top: 15px;
}
/*---courses-page-end---*/


/*--landing -page---*/
.landing_baner {
    text-align: center;
    position: relative;
    padding: 25px 0 50px;
    background: url(../images/slide1.jpg)no-repeat top/cover;
    color:#fff;
}
.landing_baner:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(24,61,105,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.landing_baner > .container{position:relative;z-index: 1;}
.landing_baner h1 {
    font-size: 36px;
    margin: 30px 0;
}
.landing_baner h2 {
    font-size: 28px;
    font-weight: 300;
}
.vero_scopewrap{
    padding:20px 0;
}
.vero_scopewrap p {
    color: #737373;
    font-size: 26px;
    font-weight: 300;
}
.vero_scopewrap p b{color:#8dc4ed;}
.approccio_wrap{padding:20px 0 0}
.appro_BG {
    background: url(../images/appro_bg.jpg)no-repeat center/cover;
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
}
.appro_text {
    max-width: 50%;
    text-align: center;
    padding: 0 15px;
}
.appro_text p{font-weight:300;font-size:16px;}
.appro_text h2{font-size:24px;margin: 0;}
.sorriso_wrap {
    padding: 30px 0;
}
.sorriso_wrap .spcl_slide {
    text-align: center;
    height: 100%;
    padding:30px 0 10px;
}
.sorriso_wrap .spcl_img {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.questo_wrap .appro_text{
    max-width:100%;
    padding:20px 10%;
}
.questo_wrap .appro_text h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    margin-bottom:15px;
}
.questo_wrap .row.no-gutters:nth-child(odd) {
    flex-direction: row-reverse;
}
.questo_wrap .appro_img img {width: 100%;}
.landingpage_contat .head_title{text-transform:none;}
.landingpage_contat .contact_form,.landingpage_contat .contact_map,.Adesso_wrap .contact_form{
    box-shadow: 0px 0px 5px 0px #e0dddd;
}
.landingpage_contat .contact_map{
    display:flex;
    align-items:center;
}
.landingpage_contat .contact_map address{
    font-size:18px;text-align: center;
}
.questo_wrapOne .row.no-gutters:nth-child(odd) {
    flex-direction:inherit;
}
.foter_address address {
    font-size: 14px;
    color: #737373;
    font-weight: 300;
}
.foter_address address h5{color:#8dc4ed;font-size:16px;}
.Adesso_wrap .head_title{text-transform: none;margin-bottom: 60px;}
.Adesso_wrap .contact_form{height:100%;}
.Adesso_wrap .theme_text{font-size:16px;}
.Adesso_wrap .theme_text b{color:#8dc4ed;}
.icon_checks {
    display: block;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 15px;
}
.teethImg {margin-top: 20px;}
.teethImg img{width:100%;}
.vuoi_wrap .contact_form{border-radius:0;}
/*--landing -page-end--*/


.patient_video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.patient_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}