/*
 Theme Name:   clevercourse-v2-04 Child
 Theme URI:    http://example.com/clevercourse-v2-04-child/
 Description:  clevercourse-v2-04 Child Theme
 Author:       LibraFire
 Author URI:   http://librafire.com/
 Template:     clevercourse-v2-04
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  clevercourse-v2-04-child
*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900italic,900&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600,300&subset=latin,latin-ext);
/*General rules*/
body p, body div, body span, body strong, body li, body a, body {
	font-family: 'Roboto', sans-serif;
}
/*--------- Header styling -----------*/
/* Top header */
header .top-navigation-wrapper {
	background-color: #b2598c;
	color: #f5f5f5;
}
header .top-navigation-wrapper div {
	color: #f5f5f5;
	font-size: 13px;
}
header .top-navigation-wrapper a {
	color: #f5f5f5;
	font-size: 13px;
}
header .top-navigation-wrapper a:hover {
	color: #212121;
}
header .top-navigation-wrapper .fa {
	color: #f5f5f5 !important;
}
header .top-social-wrapper .social-icon a {
    opacity: 1;
}
.top-social-wrapper .social-icon a:hover {
    opacity: 0.8;
}

/*Main Header*/
.gdlr-header-inner .gdlr-navigation-wrapper {
    margin-top: 52px;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
	padding: 0 20px 25px 0
}
.gdlr-header-container .gdlr-logo {
	max-width: 181px;
    margin-bottom: 32px;
    margin-top: 39px;
}
/*Slider styling*/
.ms-slide .ms-slide-layers h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 8px;
    letter-spacing: 0;
}
.ms-slide .ms-slide-layers h1 span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 0;
}
.ms-slide .ms-slide-layers h2 {
	font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 8px;
    letter-spacing: 0;
}
.ms-slide .ms-slide-layers h3 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 8px;
    letter-spacing: 0;
}
.ms-slide .ms-slide-layers h4 {
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0;
}
.ms-slide .ms-slide-layers .ms-layer a {
	font-size: 23px;
	color: #ffffff;
	font-weight: 300;
}
.gdlr-master-slider-item.gdlr-slider-item {
    background-color: #ffffff;
    background-image: url("images/slider-shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 55px;
}
body .ms-bullets .ms-bullets-count .ms-bullet {
	background-color: #ffffff;
    border: 2px solid #ffffff;
    height: 20px;
    width: 20px;
    margin-right: 10px !important;
    margin-left: 10px !important;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
body .ms-bullets .ms-bullets-count .ms-bullet:hover {
	background-color: #b1598c;
}
.ms-inner-controls-cont .ms-bullets {
	opacity: 1 !important;
	display: block !important; 
	bottom: 20px !important;
}
.ms-inner-controls-cont .ms-nav-next,
.ms-inner-controls-cont .ms-nav-prev {
	opacity: 1 !important;
	display: block !important;
}
body .ms-bullets .ms-bullets-count .ms-bullet.ms-bullet-selected {
	background-color: #b1598c;
}
.gdlr-column-service-item.gdlr-type-2 .column-service-image {
    margin-bottom: 36px;
}
.three.columns .column-service-content-wrapper .column-service-title {
	color: #01bac9;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.gdlr-column-service-item .column-service-title {
	color: #01bac9;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.column-service-content p {
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	line-height: 16px;
}
.gdlr-item-title-wrapper .gdlr-item-title {
	letter-spacing: 0px;
	font-size: 24px;
    margin-bottom: 49px;
}
.gdlr-item-title-wrapper .gdlr-item-title-link {
	font-size: 18px;
}
.gdlr-lms-course-grid2 .gdlr-lms-course-title {
    color: #01bac9;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 5px 0 45px;
    text-transform: uppercase;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.gdlr-lms-course-title,
.gdlr-lms-course-title a {
    color: #01bac9;
    display: block;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.gdlr-lms-course-title:hover,
.gdlr-lms-course-title a:hover {
    color: #b2598c;
}
.gdlr-lms-item.gdlr-lms-free .gdlr-lms-course-title,
.gdlr-lms-item.gdlr-lms-free .gdlr-lms-course-title a {
	color: #b2598c;
	transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.gdlr-lms-item.gdlr-lms-free .gdlr-lms-course-title:hover,
.gdlr-lms-item.gdlr-lms-free .gdlr-lms-course-title a:hover {
	color: #01bac9;
}
.gdlr-lms-course-grid2 .gdlr-lms-item {
	border-bottom-width: 11px;
	margin-bottom: 62px;
}
.gdlr-lms-course-grid2 .gdlr-lms-course-content {
    height: 54px;
    padding: 2px 20px 6px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.gdlr-lms-course-grid2 .gdlr-lms-item,
.gdlr-lms-course-grid2.gdlr-lms-item {
    background-color: #ffffff;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.gdlr-lms-course-grid2 .gdlr-lms-item:hover .gdlr-lms-course-content,
.gdlr-lms-course-grid2.gdlr-lms-item:hover .gdlr-lms-course-content {
    height: 131px;
    margin-top: -80px;
}
.gdlr-lms-course-grid2 .gdlr-lms-item:hover .gdlr-lms-course-title,
.gdlr-lms-course-grid2.gdlr-lms-item:hover .gdlr-lms-course-title {
	margin: 5px 0 16px;
}
.gdlr-lms-course-grid2 .gdlr-lms-course-price {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.gdlr-lms-course-grid2 .gdlr-lms-course-info {
    font-size: 12px;
    margin: 14px 0 0;
    text-align: center;
    width: 100%;
}
#border-link a {
	border: 1px solid;
	display: inline-block;
	padding: 2px 40px;
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
}
#border-link a:hover {
	background-color: #B2598C;
	color: #fff 
}
/*Predavaci*/
.gdlr-lms-instructor-grid2 .gdlr-lms-instructor-content {
    padding: 0 25px;
}
.gdlr-lms-instructor-grid2 .gdlr-lms-instructor-title-wrapper {
    background-color: #01bac9;
    margin-bottom: 0;
    padding: 18px 11px 6px;
}
.gdlr-lms-instructor-content .gdlr-lms-instructor-title {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
.gdlr-lms-instructor-content .gdlr-lms-author-description {
    color: #212121;
    font-size: 12px;
    margin: 0;
}
.gdlr-lms-instructor-content .gdlr-lms-instructor-position {
    color: #212121;
    font-size: 12px;
}
.gdlr-lms-instructor-content .gdlr-lms-button {
    border: none !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
    width: 100%;
}
.gdlr-lms-instructor-grid2 {
    margin-bottom: 57px;
}
.gdlr-lms-instructor-content .gdlr-lms-button:hover {
    color: #212121;
    border: none !important;
}
.instructor-item-wrapper {
    padding-top: 12px;
}
/*Testimonial section*/
.gdlr-testimonial-item-wrapper .slides .testimonial-item .testimonial-content-wrapper {
    background-color: #ffffff;
    background-image: url("images/quotes-img.png");
    background-position: 30px 20px;
    border-radius: 40px;
    max-width: 894px;
    padding: 37px 44px 26px 130px;
    position: relative;
    width: 100%;
}
.gdlr-item.gdlr-testimonial-item.carousel {
	position: relative;
}
.gdlr-item.gdlr-testimonial-item.carousel:after {
    /*background-image: url("images/testimonials-triangle.png");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 38px;
    position: absolute;
    top: -35px;
    width: 100%;*/
}
.gdlr-testimonial-item-wrapper .slides {
    padding-top: 39px;
}
.gdlr-testimonial-item.plain-style .testimonial-content-wrapper:after {
	background-image: url("images/testimonials-triangle.png");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 38px;
    position: absolute;
    top: -35px;
    width: 100%;
}
.gdlr-testimonial-item-wrapper {
	position: relative;
}
.gdlr-testimonial-item-wrapper .gdlr-item-title-wrapper .gdlr-flex-prev,
.gdlr-testimonial-item-wrapper .gdlr-item-title-wrapper .gdlr-flex-next {
    background-color: #01bac9;
    bottom: 0;
    margin: 0;
    padding: 8px 14px;
    position: absolute;
    transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	z-index: 99;
}
.gdlr-testimonial-item-wrapper .gdlr-item-title-wrapper .gdlr-flex-prev:hover,
.gdlr-testimonial-item-wrapper .gdlr-item-title-wrapper .gdlr-flex-next:hover {
	background-color: #B3598C;
}
.gdlr-testimonial-item-wrapper .gdlr-item-title-wrapper .gdlr-flex-prev {
	margin-left: 68px;
}
.gdlr-testimonial-item-wrapper .gdlr-item-title-wrapper .gdlr-flex-next {
	margin-left: -132px;
}
.gdlr-testimonial-item-wrapper .gdlr-item-title-divider {
	display: none;
}
.testimonial-item .testimonial-content > p {
    color: #212121;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
}
.testimonial-item .testimonial-info {
	margin-top: 14px;
}
.gdlr-item-title-wrapper.gdlr-item {
    margin-bottom: 0;
}
.testimonial-item .testimonial-info .testimonial-author {
	font-size: 16px;
	font-weight: 600;
}
.testimonial-item .testimonial-info .testimonial-position {
	color: #212121;
    font-size: 16px;
}
.gdlr-item.gdlr-testimonial-item.carousel {
    margin-bottom: 27px;
    padding-bottom: 55px;
}
div .gdlr-skin-dark-skin .gdlr-button,
div .gdlr-skin-dark-skin .gdlr-button:hover,
div .gdlr-skin-dark-skin input[type="button"],
div .gdlr-skin-dark-skin input[type="submit"] {
    border: 1px solid;
}
div .gdlr-lms-course-grid2 .gdlr-lms-course-price span,
div input.gdlr-lms-button[type="submit"],
div input.gdlr-lms-button[type="submit"]:focus,
div input.gdlr-lms-button[type="submit"]:hover,
div input.gdlr-lms-button[type="submit"]:active,
div .gdlr-lms-button.cyan {
    border: 1px solid;
}
.gdlr-lms-course-grid2 .gdlr-lms-course-price span.blue, .gdlr-lms-button.blue {
    border: 1px solid #b2598c;
}
/*Top Header styling*/

.gdlr-page-title-wrapper .gdlr-page-title-overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 0;
}
.gdlr-page-title-wrapper {
	padding: 25px 0 30px;
}
/*Page with sidebar*/
.with-sidebar-left .gdlr-lms-instructor-grid2 .gdlr-lms-instructor-content {
    background-color: #01bac9;
}
.with-sidebar-left .gdlr-lms-instructor-grid2 .gdlr-lms-instructor-content {
    padding: 0 15px;
}
.with-sidebar-right .gdlr-lms-instructor-grid2 .gdlr-lms-instructor-content {
    background-color: #01bac9;
}
.with-sidebar-right .gdlr-lms-instructor-grid2 .gdlr-lms-instructor-content {
    padding: 0 15px;
}

/*---------- Footer Styling -----------*/
.footer-wrapper .textwidget > p {
    color: #f5f5f5;
}
.footer-wrapper .gdlr-widget-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 29px;
}
.footer-container .footer-column:first-child .gdlr-widget-title {
	margin-bottom: 16px;
}
.footer-container .footer-column .textwidget img {
	/*margin-bottom: 8px;*/
    margin-bottom: 0px;
    /*background-color: #fff;*/
    padding: 6px 5px 6px 0px;
}
.gdlr-lms-course-widget .gdlr-lms-course-thumbnail img {
	border-radius: 50%;
}
.footer-container .recent-course-widget {
	border-bottom: 1px solid #c27ca4;
}
.recent-course-widget .blog-info .gdlr-head {
    color: #212121;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin: 19px 0 0 0;
    width: 100%;
}
.recent-course-widget-info.blog-info {
	color: #f5f5f5;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
}
.footer-container .gdlr-lms-course-widget .recent-course-widget-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 6px;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-container .footer-column ul li {
	border: none;
	color: #f5f5f5;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	padding-left: 15px;
	margin-bottom: 6px;
}
.footer-container .footer-column ul li:before {
	content: "\f111";
	color: #212121;
    font-size: 7px;
    margin-top: 0;
    text-align: left;
}
.footer-container .footer-column ul li a {
	color: #f5f5f5;
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
}
.footer-container .footer-column ul li a:hover {
	color: #212121;
}
.menu-footer-social-navigation-container .gdlr-icon {
    padding: 0 7px;
}
.footer-container .footer-column .menu-footer-social-navigation-container ul li {
	list-style: none;
	width: auto;
	display: inline-block;
	float: none;
	padding-left: 0;
}
.footer-container .footer-column .menu-footer-social-navigation-container ul li a {
	padding: 1px 2px;
}
.menu-footer-social-navigation-container li a {
	font-size: 22px;
}
.footer-container .footer-column .menu-footer-social-navigation-container ul li::before {
	content: "";
}
/*------------------------------------------------------------------------------------*/
.gdlr-lms-course-grid .gdlr-lms-item .gdlr-lms-course-thumbnail {
    margin-bottom: 0;
    text-align: center;
    background-color: #01BAC9;
    padding-top: 15px;
}
.gdlr-lms-course-grid .gdlr-lms-course-content {
    background-color: #01bac9;
    padding: 9px 15px;
}
.gdlr-lms-course-grid .gdlr-lms-course-content .gdlr-lms-course-title a {
    color: #fff;
    font-size: 14px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.gdlr-lms-course-grid .gdlr-lms-course-content .gdlr-lms-course-title a:hover {
    color: #212121;
    font-size: 14px;
}
.gdlr-lms-course-grid .gdlr-lms-course-content .gdlr-lms-info span {
    color: #212121;
    font-size: 14px;
}
.gdlr-lms-course-grid .gdlr-lms-course-content .gdlr-lms-info span a {
    color: #212121;
    font-size: 14px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.gdlr-lms-course-grid .gdlr-lms-course-content .gdlr-lms-info span a:hover {
    color: #fff;
}
.gdlr-lms-course-grid .gdlr-lms-course-content .gdlr-lms-course-price {
    margin-bottom: 5px;
    text-align: center;
}
.gdlr-lms-course-grid .gdlr-lms-course-content .gdlr-lms-course-price span {
    color: #ffffff !important;
    font-size: 18px !important;
}
.gdlr-lms-course-grid .gdlr-lms-course-info {
    margin-bottom: 9px;
}

/*----------------- Responsive styling ----------*/
@media all and (max-width: 1570px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 38px;
        line-height: 38px;
        padding-top: 13px;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 34px;
        line-height: 34px;
    }
    .ms-slide .ms-slide-layers .ms-layer a {
        font-size: 16px;
    }
}/*(max-width: 1570px)*/
@media all and (max-width: 1140px) {
    .gdlr-lms-instructor-grid2 .gdlr-lms-instructor-content {
        padding: 0;
    }
    .gdlr-lms-instructor-grid2 .gdlr-lms-item {
        padding: 0 25px;
    }
}/*(max-width: 1140px)*/
@media all and (max-width: 1100px) {
    .gdlr-testimonial-item-wrapper .slides .testimonial-item .testimonial-content-wrapper {
        max-width: 600px;
    }
}/*(max-width: 1100px)*/
@media all and (max-width: 1024px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 32px;
        line-height: 32px;
    }
    .ms-slide .ms-slide-layers .ms-layer a {
        font-size: 13px;
    }
    body .ms-bullets .ms-bullets-count .ms-bullet {
        height: 14px;
        width: 14px;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 60px;
        line-height: 60px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 32px;
        line-height: 28px;
    }
}/*(max-width: 1024px)*/
@media all and (max-width: 959px) {
    .gdlr-lms-instructor-grid2 .gdlr-lms-item {
        padding: 0;
    }
    .gdlr-lms-course-grid2 .gdlr-lms-course-title {
        color: #01bac9;
        font-size: 14px;
        line-height: 17px;
    }
    .gdlr-testimonial-item-wrapper .slides .testimonial-item .testimonial-content-wrapper {
        max-width: 420px;
        background-position: 20px 11px;
        padding: 17px 24px 13px 84px;
    }
    .gdlr-testimonial-item.plain-style .testimonial-content-wrapper:after {
        top: -25px;
        background-size: 340px;
    }
}/*(max-width: 959px)*/
@media all and (max-width: 768px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 27px;
        line-height: 27px;
    }
    .gdlr-lms-form {
        padding: 10px;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 51px;
        line-height: 51px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 51px;
        line-height: 51px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 27px;
        line-height: 26px;
    }
}/*(max-width: 768px)*/
@media all and (max-width: 767px) {
    .gdlr-lms-instructor-grid2 .gdlr-lms-item {
        padding: 0;
        max-width: 300px;
        margin: 0 auto;
    }
    .gdlr-testimonial-item-wrapper .slides .testimonial-item .testimonial-content-wrapper {
        background-repeat: no-repeat !important;
        background-size: 27px;
        max-width: 270px;
        background-position: 20px 11px;
        padding: 12px 10px 7px 58px;
    }
    .testimonial-item .testimonial-content > p {
        color: #212121;
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .testimonial-item .testimonial-info .testimonial-author {
        font-size: 14px;
    }
    .testimonial-item .testimonial-info .testimonial-position {
        font-size: 14px;
    }
}/*(max-width: 767px)*/
@media all and (max-width: 440px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 16px;
        line-height: 16px;
        padding-top: 0;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 20px;
        line-height: 19px;
    }
    .ms-slide .ms-slide-layers .ms-layer a {
        font-size: 9px;
    }
    .ms-inner-controls-cont .ms-bullets {
        bottom: 6px !important;
    }
    body .ms-bullets .ms-bullets-count .ms-bullet {
        height: 11px;
        width: 11px;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 29px;
        line-height: 29px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 29px;
        line-height: 29px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 15px;
        line-height: 15px;
    }
}/*(max-width: 440px)*/
@media all and (max-width: 419px) {
    .gdlr-testimonial-item-wrapper .slides .testimonial-item .testimonial-content-wrapper {
        background-repeat: no-repeat !important;
        background-size: 18px;
        max-width: 190px;
        background-position: 15px 5px;
        padding: 23px 10px 7px 24px;
    }
    .gdlr-testimonial-item.plain-style .testimonial-info {
        margin-top: 15px;
        font-size: 12px;
    }
    .testimonial-item .testimonial-info .testimonial-author {
        font-size: 14px;
        line-height: 14px;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 28px;
        line-height: 28px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 15px;
        line-height: 15px;
    }
}/*(max-width: 419px)*/
@media all and (max-width: 412px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 15px;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 15px;
        line-height: 15px;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 27px;
        line-height: 27px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 27px;
        line-height: 27px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 14px;
        line-height: 14px;
    }
}/*(max-width: 412px)*/
@media all and (max-width: 380px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 14px;
        line-height: 14px;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 16px;
        line-height: 16px;
    }
    .ms-layer.msp-cn-5-13 {
        display: none;
    }
    .ms-slide .ms-slide-layers .ms-layer a {
        display: none;
    }
    .ms-layer.msp-cn-5-22 {
        display: none;
    }
    .ms-layer.msp-cn-5-18 {
        display: none;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 25px;
        line-height: 25px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 13px;
        line-height: 13px;
    }
}/*(max-width: 380px)*/
@media all and (max-width: 360px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 13px;
        line-height: 13px;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 13px;
        line-height: 13px;
    }
    body .ms-bullets .ms-bullets-count .ms-bullet {
        height: 9px;
        width: 9px;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 24px;
        line-height: 24px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 13px;
        line-height: 13px;
    }
}/*(max-width: 360px)*/
@media all and (max-width: 330px) {
    .ms-slide .ms-slide-layers h2 {
        font-size: 12px;
        line-height: 12px;
    }
    .ms-slide .ms-slide-layers h4 {
        font-size: 12px;
        line-height: 12px;
    }
    .ms-slide .ms-slide-layers h1 span {
        font-size: 21px;
        line-height: 21px;
    }
    .ms-slide .ms-slide-layers h1 {
        font-size: 21px;
        line-height: 21px;
    }
    .ms-slide .ms-slide-layers h3 {
        font-size: 13px;
        line-height: 13px;
    }
}/*(max-width: 330px)*/