div#div_col_body_user {
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Carousel */
div#div_row_main_carousel {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
div#div_main_carousel{
    padding: 20px 35px;
    border-radius: 20px;
}
div#div_main_carousel .nivoSlider{
    border-radius: 20px;
}
div#div_main_carousel .nivo-caption{
    background: #FFF;
    color: #000;
    padding: 15px 15px;
    text-align: center;
    position: relative;
}
div#div_main_carousel .nivo-directionNav a {
    bottom: 25px;
    top: initial;
}
div#div_main_carousel .slick-prev,
div#div_main_carousel .slick-next{
    height: 40px;
    width: initial;
}
div#div_main_carousel .slick-prev{
    left: 15px;
}
div#div_main_carousel .slick-next{
    left: -45px;
}

/* Phrase */
div#div_row_phrase{
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Services */
#div_row_services{
    padding: 50px 0px;
}
#h3_services{
    line-height: 1;
}
div#div_img_serv {
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
}
#img_services {
    border-radius: 20px;
}
div#div_txt_serv {
    padding: 0px 30px;
}
div#div_txt_serv a{
    display: table;
    margin-bottom: 10px;
}
div#div_txt_serv a:hover h2{
    font-weight: bold;
}
#div_txt_infser {
    border: solid 2px #56c5c7;
    border-radius: 15px;
    padding: 25px;
}

/* Testimonies */
#div_row_testimonies{
    padding: 50px 0px;
}
.lbl_desc_testim{
    overflow: hidden;
    height: calc(100% - 25px);
}
div#div_col_testim .slick-prev{
    left: -30px;
}
div#div_col_testim .slick-next{
    right: -30px;
}
.div_info_testim{
    display: block;
    margin: auto;
    width: 80%;
    background: white;
    border: solid 2px #56C5C7;
    border-radius: 15px;
    text-align: justify;
    padding: 20px;
    height: 300px;
    cursor: pointer;
    box-shadow: 2px 3px 8px black;
}
.div_info_testim a label{
    cursor: pointer;
}
#div_row_listtestim{
    margin-top: 50px;
}
.mod_testim{
    padding: 30px;
    border-radius: 15px;
}
.div_cont_testim{
    padding-bottom: 8px;
}
.div_info_testim:hover{
    border: solid 2px #0075BE;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
	div#div_row_head {
    	position: absolute;
	}
    div#div_main_carousel .slick-prev {
        left: 3px;
    }
    div#div_main_carousel .slick-next{
        left: -27px;
    }
    div#div_img_serv {
        margin-bottom: 25px;
    }
    .div_info_testim a label {
        line-height: 1.2;
    }
    div#div_txt_serv {
        margin-top: 20px;
    }
}