
section{width:100%;float:left}
    .container{width:1430px}
    .custom_container{width:1400px} 
    .morecontent b {display: none;} 
    .cust-tab .tab-sec .tab-txt p a{color:#878787;margin-left:5px;}
    .cust-tab .tab-sec .tab-txt b{color:#878787;font-weight:400}

/* Product-sec-start */

    .prod-sec{margin-top: 70px;}
    .prod-sec .prod-txt{float: left; width: 100%; margin-bottom: 50px;}
    .prod-sec .prod-txt h1, .prod-sec .prod-txt h2{float: left; width: 100%; color: #0061bc; font-size: 30px;font-family: "OpenSans-Regular";font-weight:700; margin-bottom: 20px;}
    .prod-sec .prod-txt h1 span, .prod-sec .prod-txt h2 span{display: inline-block; margin-bottom: 0px; color: #FFC500; font-size: 30px;font-family: "OpenSans-Regular";font-weight:700;}
    .prod-sec .prod-txt p{float: left; width: 100%; color: #878787; margin-bottom: 0px;}

    .prod-sec .prod-slider{float: left; width: 100%; background-color: #F0EFEB; padding: 40px 0 55px; margin-bottom: 50px;}
    .prod-sec .prod-slider .carousel-item img{height: 495px; object-fit: contain; width: 100%;}

    .prod-sec .prod-slider .carousel-indicators{margin: 0px; bottom:-40px;}
    .prod-sec .prod-slider .carousel-indicators li {background-color:#0061bc;}


    .prod-sec .form-head {width:100%;float:left;background-color:#FDD228;}
    .prod-sec .form-head form{float: left; width: 100%; padding: 20px;}
    .prod-sec .form-head h3{float: left; width: 100%; text-align: center; color: #0061BC; font-size: 36px; font-family: "OpenSans-Regular";font-weight:700;position:relative;z-index:9999;padding:9px 0;}
    .prod-sec .form-head h3:before {position:absolute;content:'';background-image: url('/assets/images/ybyform_bg.svg');background-repeat:no-repeat;background-position:center top;width:100%;height:100%;left:0;
    background-size:cover;z-index:-1;top:0} 


    form .col-12{padding:0 10px!important;}
    .prod-sec form .form-cont{float: left; width: 100%; margin-bottom: 10px;}
    .prod-sec form .form-cont label{display: flex; align-items: center; color: rgba(47, 47, 47, 0.72); font-size: 18px;font-family: "OpenSans-Regular";font-weight:700; margin-bottom: 0px;}
    .prod-sec form .form-cont img{height: 35px; width: 35px; min-width: 35px; object-fit: contain; padding-right: 10px;}
    .prod-sec form .form-cont input, select{width: 100%; height: 42px; line-height: 39px; color: #B5B2B2; border-radius: 5px; border: none; outline: none; font-size: 14px; font-family: "OpenSans-Regular";font-weight:600;
        padding: 0px 15px; background-color: #FFF;}
    .prod-sec form .form-cont input::placeholder{font-size: 14px; font-family: "OpenSans-Regular";font-weight:600; color: #B5B2B2;}

    .prod-sec form .form-cont.file input{width: 100%; height: 42px; line-height: 39px; color: #B5B2B2; border-radius: 5px; border: none; outline: none; font-size: 14px; font-family: "Open-Semi"; 
        padding: 0px 15px; background-color: #FFF;}
    .prod-sec form .form-cont.file input[type="file"]::-webkit-file-upload-button{display: none;} 
    .prod-sec form .form-cont.file input[type="file"]::file-selector-button{display: none;} 
    .prod-sec form .form-cont textarea{width: 100%; height: 106px; line-height: 43px; color: #B5B2B2; border-radius: 5px; border: none; outline: none; font-size: 14px; font-family: "Open-Semi"; 
        padding: 0px 15px; background-color: #FFF; resize: none;}
    .prod-sec form .form-cont textarea::placeholder{font-size: 14px;font-family: "OpenSans-Regular";font-weight:600; color: #B5B2B2;}
    .prod-sec form .form-btn{float: right;}
    .prod-sec form .form-btn button{height: 46px; line-height: 43px; background-color: #0061BC; border-radius: 5px; text-align: center; padding: 0px 12px; color: #FFF; font-size: 16px; font-family: "OpenSans-Regular";font-weight:700;white-space:nowrap;
        text-decoration: none; border: none; outline: none; transition: all .3s ease-in-out;}
    .prod-sec form .form-btn button:hover{background-color: #353535;}
    .th_captcha_sec {width:100%;float:left;display:flex;align-items:center;justify-content:space-between;}
   .th_captcha_sec span {width:50%;float:left;color: #2F2F2F;font-size:14px;font-family: "OpenSans-Regular";font-weight:600;white-space:nowrap}
   .th_captcha_sec span img {height:25px;width:25px;margin-right:5px;}
   .th_captcha_sec input {float:left;height: 46px;line-height: 39px;color: #B5B2B2;border-radius: 5px;border: none;outline: none;width:110px;
      font-size: 14px;font-family: "Open-Semi";padding: 0px 15px;background-color: #FFF;}
   .hidden {display: none;}
        .marker {border: 1px solid red !important;}
        .th_form_ans{position: relative;}
         #content{position: absolute;width: 100%;bottom: -19px;text-align:right;right:0}
        #content span{width:100%;}

    @media only screen and (max-width: 1200px) {
        .prod-sec .prod-slider{padding: 40px 5rem 30px;}
        .prod-sec .prod-slider .carousel-item img{height: 444px;}
		.th_captcha_sec span{font-size:12px;}
		.th_captcha_sec input{width:80px}
		.prod-sec form .form-btn button{padding:0 8px;font-size:14px;}
		
		
    }

    @media only screen and (max-width: 991px) {
        .prod-sec .prod-txt h2{font-size: 25px;}
        .prod-sec .prod-txt h2 span{font-size: 25px;}
        .prod-sec .prod-txt p{font-size: 14px;}
        .prod-sec form .form-head h3{font-size: 27px;}
        .prod-sec form {padding: 40px 15px;}
        .prod-sec form .form-cont label {font-size: 16px;}
        .prod-sec .prod-slider{padding: 40px 2rem 30px;}
        .prod-sec .prod-slider .carousel-item img{height: 605px;}
		.prod-sec form .form-btn button{margin-top:20px;padding:0 20px;}
		.prod-sec .form-head h3{font-size:26px;}
    }

    @media only screen and (max-width: 767px) {
        .prod-sec .prod-txt h2{font-size: 22px;}
        .prod-sec .prod-txt h2 span{font-size: 22px;}
        .prod-sec .prod-txt{margin-bottom: 20px;}
        .prod-sec .prod-slider .carousel-item img{height: 740px;}
        .prod-sec .prod-slider{margin-bottom: 20px;}
		.th_captcha_sec span{font-size:14px;}
		.th_captcha_sec input{width:130px;}
		.prod-sec form .form-btn button{margin-top:0;}
    }

    @media only screen and (max-width: 575px) {
        .prod-sec .prod-slider .carousel-item img{height: 530px;}
	.prod-sec form .form-btn {width: 100%;}
		.prod-sec form .form-btn button{width: 100%; margin-top:20px;}
    }

    @media only screen and (max-width: 425px) {
        .prod-sec .prod-slider .carousel-item img{height: 360px;}
		.th_captcha_sec input{width:90px;}
    }
/* brand-sec-start */

.brand-sec{position: relative; z-index: 1; overflow: hidden; margin-bottom: 50px;}
    .brand-sec::before{content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: -1; background-image: url('https://www.ybyboxes.com/wp-content/themes/ybyboxes-new/assets/images//new/left_vector.webp'); background-repeat: no-repeat;
        background-position: top left;}
    .brand-sec::after{content: ""; position: absolute; height: 100%; width: 100%; right: 0; top: 0; z-index: -1; background-image: url('https://www.ybyboxes.com/wp-content/themes/ybyboxes-new/assets/images//new/right_vector.webp'); background-repeat: no-repeat;
        background-position: top right;}
    .brand-sec .brand-txt{float: left; width: 100%; margin-bottom: 50px; text-align: center;}
    .brand-sec .brand-txt h2{float: left; width: 100%; color: #0061bc; font-size: 30px; font-family: "OpenSans-Regular"; margin-bottom: 20px;
    font-weight:700;}
    .brand-sec .brand-txt h2 span{display: inline-block; margin-bottom: 0px; color: #FFC500; font-size: 30px; font-family: "OpenSans-Regular";
     font-weight:700;}
    .brand-sec .brand-txt p{float: left; width: 100%; color: #878787; font-size: 16px; margin-bottom: 0px;}

    .brand-slider .brand-card{float: left; width: 100%; text-align: center;}
    .brand-slider .brand-card .brand-icon{float: left; width: 100%; margin-top: 1px; display: flex; justify-content: center; margin-bottom: 20px;}
    .brand-slider .brand-card .brand-icon .icon-in{width: 60px; height: 60px; min-width: 60px; background-color: #FFF; box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.75); display: flex; align-items: center; 
        justify-content: center; border-radius: 100%; transition: all .3s ease-in-out;}
    .brand-slider .brand-card .brand-icon .icon-in i{color: #FFC500; font-size: 35px; -webkit-text-stroke: 1.5px; transition: all .3s ease-in-out;}
    .brand-slider .brand-card .brand-icon .icon-in:hover{background-color: #000;} 
    .brand-slider .brand-card span{float: left; width: 100%; margin-bottom: 10px; color: #000; font-size: 20px;font-family: "OpenSans-Regular";
    font-weight:600;}
    .brand-slider .brand-card p{float: left; width: 100%; color: #878787; font-size: 14px;font-family: "OpenSans-Regular";}

    .brand-slider .slick-slide{padding: 0px 10px;}
    .brand-slider{float: left; width: 100%; background-image: url('https://www.ybyboxes.com/wp-content/themes/ybyboxes-new/assets/images//new/curves.webp'); background-repeat: no-repeat; background-position: center 0px;}
    
    .brand-slider .slick-dots li button{height: 20px; width: 20px; border-radius: 100%;}
    .brand-slider .slick-dots li.slick-active button:before{height: 10px; width: 20px; border-radius: 50px; padding: 0px; opacity: 1;}
    .brand-slider .slick-dots li button:before{content: ""; height: 10px; width: 10px; color: #0061BC; background-color: #0061BC; border-radius: 100%;}


    @media only screen and (max-width: 991px) {
        .brand-sec .brand-txt h2{font-size: 25px;}
        .brand-sec .brand-txt h2 span{font-size: 25px;}
        .brand-sec .brand-txt p {font-size: 14px;}
        .brand-slider .brand-card span{font-size: 16px;}
        .brand-slider .brand-card p{font-size: 12px;}
    }

    @media only screen and (max-width: 767px) {
        .brand-slider .brand-card p{font-size: 14px;}
    }

    @media only screen and (max-width: 575px) {
        .brand-sec{margin-bottom: 20px;}
        .brand-sec .brand-txt h2{font-size: 22px;}
        .brand-sec .brand-txt h2 span{font-size: 22px;}
        .brand-sec .brand-txt{margin-bottom: 10px;}
    }

    /* cust-tab-sec-start */
    .cust-tab{margin-bottom: 50px;}
    .cust-tab .cust-txt{float: left; width: 100%; text-align: center; margin-bottom: 30px;}
    .cust-tab .cust-txt h2{float: left; width: 100%; color: #0061bc; font-size: 30px; font-family: "OpenSans-Regular"; margin-bottom: 20px;
    font-weight:700}
    .cust-tab .cust-txt h2 span{display: inline-block; margin-bottom: 0px; color: #FFC500; font-size: 30px; font-family: "OpenSans-Regular";
        font-weight:700;}
    .cust-tab .cust-txt p{float: left; width: 100%; color: #878787; font-size: 16px;font-family: "OpenSans-Regular"; margin-bottom: 0px;}
    .cust-tab .tab-sec{float: left; width: 100%;}

    .cust-tab .tab-sec .nav-tabs{display: flex; flex-wrap: wrap;}
    .cust-tab .tab-sec .nav-tabs li{padding-right: 20px;}
    .cust-tab .tab-sec .nav-tabs .nav-link{color: #B5B2B2; font-size: 14px;font-family: "OpenSans-Regular"; position: relative; padding: 0px 20px; border: none; height: 41px; line-height: 39px; z-index: 1;background:transparent}
    .cust-tab .tab-sec .nav-tabs .nav-link.active{color: #FFF;}        
    .cust-tab .tab-sec .nav-tabs .nav-link.active::before{background-color: #FFC500;}
    .cust-tab .tab-sec .nav-tabs .nav-link::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; transform: scale(1.12, 1.1) perspective(1.0em) rotateX(3deg); 
        transform-origin: bottom left; border-top-right-radius: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border: 1px solid #D2D2D2;}

    .cust-tab .tab-sec .tab-txt{float: left; width: 100%; margin-top: 20px; margin-bottom: 20px;}
    .cust-tab .tab-sec .tab-txt h2, .cust-tab .tab-sec .tab-txt h3{float: left; width: 100%; color: #0061bc; font-size: 30px; font-family: "OpenSans-Regular"; margin-bottom: 10px;
    font-weight:700;}
    .cust-tab .tab-sec .tab-txt span{display: inline-block; margin-bottom: 0px; color: #FFC500; font-size: 30px; font-family: "OpenSans-Regular";
    font-weight:700;}
    .cust-tab .tab-sec .tab-txt p{float: left; width: 100%; font-size: 16px; color: #878787;  font-family: "OpenSans-Regular";}

    .cust-tab .tab-sec .tab-content>.tab-pane{display: block !important; height: 0px; overflow: hidden;}
    .cust-tab .tab-sec .tab-pane.active{height: auto;}
    .cust-tab .tab-sec .tab-slide-sec{float: left; width: 100%;}
    .cust-tab .tab-sec .tab-slide-sec .tab-slider .tab-card{float: left; width: 100%; text-align: center;}
    .cust-tab .tab-sec .tab-slide-sec .tab-slider .tab-card .tab-img{float: left; width: 100%; display: flex; justify-content: center; margin-bottom: 10px;}
    .cust-tab .tab-sec .tab-slide-sec .tab-slider .tab-card .tab-img img{width: 100%; border-radius: 10px; height: 322px; object-fit: cover;}
    .cust-tab .tab-sec .tab-slide-sec .tab-slider .tab-card span{float: left; width: 100%; font-size: 16px;font-family: "OpenSans-Regular"; color: #000; margin-bottom: 10px;font-weight:600;}
    .cust-tab .tab-sec .tab-slide-sec .tab-slider .tab-card p{float: left; width: 100%; font-size: 14px;}


    .tab-slider .slick-slide{padding: 0px 10px;}
    .tab-slider .slick-dots li button{height: 20px; width: 20px; border-radius: 100%;}
    button:focus{outline:none!important;border:none!important;}
    .tab-slider .slick-dots li.slick-active button:before{height: 10px; width: 20px; border-radius: 50px; padding: 0px; opacity: 1;}
    .tab-slider .slick-dots li button:before{content: ""; height: 10px; width: 10px; color: #0061BC; background-color: #0061BC; border-radius: 100%;}
    
    
    .cust-tab .tab-sec .tab-content>.tab-pane{display: block !important; height: 0px; overflow: hidden;}
    .cust-tab .tab-sec .tab-pane.active{height: auto;}
    .cust-tab .tab-sec .tab-descript-sec{float: left; width: 100%; margin-top: 20px;}
    .cust-tab .tab-sec .tab-descript{float: left; width: 100%; height: 405px; overflow: hidden; overflow-y: auto;padding-right:10px;}
    .cust-tab .tab-sec .tab-descript h2{float: left; width: 100%; color: #595959; font-size: 26px;font-family: "OpenSans-Regular";font-weight:700;
        margin: 20px 0 15px;}
    .cust-tab .tab-sec .tab-descript p{float: left; width: 100%; font-size: 16px; padding-right: 20px; color: #6E6E6E;}
    .cust-tab .tab-sec .tab-descript ul{width:100%;float:left;padding-left:20px;}
    .cust-tab .tab-sec .tab-descript ul li{width:100%;float:left;list-style:disc;color: #6E6E6E;}
    .cust-tab .tab-sec .tab-descript ul li strong{color: #6E6E6E;}
    .cust-tab .tab-sec .tab-descript-img{float: left; width: 100%;}
    .cust-tab .tab-sec .tab-descript-img img{width: 100%; object-fit: cover;}

    @media only screen and (max-width: 1350px){
        .cust-tab .tab-sec .tab-descript h4{font-size: 25px;}

    }
    @media only screen and (max-width: 991px) {
        .cust-tab .cust-txt h2{font-size: 25px;}
        .cust-tab .cust-txt h2 span{font-size: 25px;}
        .cust-tab .cust-txt p {font-size: 14px;}
        .cust-tab .tab-sec .tab-txt h3{font-size: 25px;}
        .cust-tab .tab-sec .tab-txt h3 span{font-size: 25px;}
        .cust-tab .tab-sec .tab-txt p{font-size: 14px;}
        .cust-tab .tab-sec .tab-slide-sec .tab-card .tab-img img{height: 290px;}
        .cust-tab .tab-sec .tab-descript p{font-size: 14px;}
        .cust-tab .tab-sec .tab-descript {height: 315px;}
    }

    @media only screen and (max-width: 767px) {
        .cust-tab .tab-sec .tab-descript {margin-bottom: 20px; height: 304px;}
        
    }
    @media only screen and (max-width: 575px) {
        .cust-tab{margin-bottom: 20px;}
        .cust-tab .cust-txt h2{font-size: 22px;}
        .cust-tab .cust-txt h2 span{font-size: 22px;}
        .cust-tab .tab-sec .tab-txt h3{font-size: 22px;}
        .cust-tab .tab-sec .tab-txt h3 span{font-size: 22px;}
        .cust-tab .tab-sec .nav-tabs li{padding-right: 15px;}
        .cust-tab .tab-sec .nav-tabs .nav-link{font-size: 12px; padding: 0px 15px;}
        .cust-tab .tab-sec .tab-slide-sec .tab-card .tab-img img{height: 520px;}
        
        .cust-tab .tab-sec .tab-descript{height: 302px;}
        .cust-tab .tab-sec .tab-descript h4 {font-size: 22px;}
    }

    @media only screen and (max-width: 425px) {
        .cust-tab .tab-sec .nav-tabs li {margin-bottom: 10px;}
        .cust-tab .tab-sec .tab-slide-sec .tab-card .tab-img img{height: 390px;}
        
        .cust-tab .tab-sec .tab-descript p{width: 100%;}
    }

    /* stream-sec-start */
    .stream-sec{overflow: hidden;}
    .stream-sec .stream-txt{float: left; width: 100%; text-align: center; margin-bottom: 30px;}
    .stream-sec .stream-txt h2{float: left; width: 100%; color: #0061bc; font-size: 30px;font-family: "OpenSans-Regular";font-weight:700; margin-bottom: 20px;}
    .stream-sec .stream-txt h2 span{display: inline-block; margin-bottom: 0px; color: #FFC500; font-size: 30px;font-family: "OpenSans-Regular";font-weight:700;}
    .stream-sec .stream-txt p{float: left; width: 100%; color: #878787; margin-bottom: 0px;}
    .stream-sec .stream-card{float: left; width: 100%; text-align: center; padding: 45px 25px; border: 1px solid rgba(210, 210, 210, 0.5); border-radius: 10px 50px 10px 50px; margin-bottom: 20px;}
    .stream-sec .stream-card span{float: left; width: 100%; font-size: 20px; font-family: "OpenSans-Regular";font-weight:600; margin-bottom: 10px; color: #000;}
    .stream-sec .stream-card p{float: left; width: 100%; color: #B5B2B2; font-size: 14px;height:110px; overflow-y:hidden;}
	.stream-sec .stream-card p:hover{overflow-y:auto}
    .stream-sec .brand-slider{background-image:none;}
    .stream-sec .brand-slider.slick-slider{margin-bottom: 70px;}
    .stream-sec .brand-slider .slick-slide{padding: 10px;margin: 0px 10px;min-height:220px}
    .stream-sec .brand-slider .slick-dots li button{height: 20px; width: 20px; border-radius: 100%;}
    .stream-sec .brand-slider .slick-dots li.slick-active button:before{height: 10px; width: 20px; border-radius: 50px; padding: 0px; opacity: 1;}
    .stream-sec .brand-slider .slick-dots li button:before{content: ""; height: 10px; width: 10px; color: #0061BC; background-color: #0061BC; border-radius: 100%;}

    @media only screen and (max-width: 991px) {
        .stream-sec .stream-txt h2{font-size: 25px;}
        .stream-sec .stream-txt h2 span{font-size: 25px;}
        .stream-sec .stream-txt p {font-size: 14px;}
    }

    @media only screen and (max-width: 767px) {
        .stream-sec .stream-card{padding: 45px 14px;}
        .stream-sec .stream-card span{font-size: 18px;}
    }

    @media only screen and (max-width: 575px) {
        .stream-sec .brand-slider.slick-slider{margin-bottom: 50px;}
    }


    /* theme-sec-start */
    .theme-sec .theme-box{background-color: #FFC500; padding: 50px 45px; border-radius: 20px 100px 20px 100px; margin-bottom: 50px;}
    .theme-sec .theme-txt{float: left; width: 100%;}
    .theme-sec .theme-txt h2{float: left; width: 100%; color: #000; font-size: 30px;font-family: "OpenSans-Regular";font-weight:600; margin-bottom: 10px; line-height: 1.5;}
    .theme-sec .theme-txt p{float: left; width: 100%; color: #686868; font-size: 16px; font-family: "OpenSans-Regular"; margin-bottom: 0px;}
    .theme-sec .theme-btn{float: left; width: 100%; display: flex; justify-content: end; align-items: center; height: 100%;}
    .theme-sec .theme-btn a{background-color: #0061BC; height: 75px; line-height: 73px; padding: 0px 40px; border-radius: 12px; color: #FFF; text-decoration: none; font-size: 22px; font-family: "OpenSans-Regular";font-weight:700; 
        text-align: center; transition: all .3s ease-in-out;}
    .theme-sec .theme-btn a span{display: inline-block; font-size: 22px;font-family: "OpenSans-Regular";font-weight:700; color: #FFF; padding-right: 5px;}
    .theme-sec .theme-btn a:hover{background-color: #353535;}

    @media only screen and (max-width: 1090px) {
        .theme-sec .theme-box {padding: 50px 30px;}
        .theme-sec .theme-txt h2{font-size: 25px;}
        .theme-sec .theme-btn a {padding: 0px 20px; font-size: 20px;}
        .theme-sec .theme-btn a span{font-size: 20px;}
    }

    @media only screen and (max-width: 991px) {
        .theme-sec .theme-box {padding: 50px 20px;}
        .theme-sec .theme-txt h2{font-size: 22px;}
        .theme-sec .theme-btn a {padding: 0px 15px; font-size: 18px;}
        .theme-sec .theme-btn a span{font-size: 18px;}
        .theme-sec .theme-txt p{font-size: 14px;}
    }

    @media only screen and (max-width: 767px) {
        .theme-sec .theme-txt{margin-bottom: 20px;}
        .theme-sec .theme-btn{justify-content: center;}
    }

    @media only screen and (max-width: 575px) {
        .theme-sec .theme-box {padding: 50px 15px;}
        .theme-sec .theme-txt h2{font-size: 18px;}
        .theme-sec .theme-btn a {font-size: 16px;}
        .theme-sec .theme-btn a span{font-size: 16px;}
    }


    /*reviews*/
	.reviews-m{padding: 60px 0;background-color: #f0f7fe;margin-top:50px;}
	.review-left label{display: inline-block;width: 100%;color: #8e8d8a;margin-bottom: 25px;}
	.review-left span{color: #0061bc;font-size: 36px;display: inline-block;width: 85%;margin-bottom: 53px;font-family:OpenSans-Bold;line-height: 50px;}
	.review-btn{display: inline-block;width: 100%;}
	.review-btn a{text-decoration: none;background-color: #084695;color: #fff;font-family: OpenSans-SemiBold;padding: 15px;border-radius: 5px;width: 230px;
		display: inline-block;text-align: center;}
	.review-btn a:hover{background-color: #ffcf2a;transition: 0.3s ease;color:#084695;}
	/*review slider*/
	.top-images ul{display: inline-block;width: 100%;list-style: none;margin: 0 0 20px;text-align: center;}
	.top-images ul li{display: inline-block;margin-right: 15px;border: 1px solid #ffcf68;border-radius: 50%;padding: 25px 15px;}
	.top-images ul li:last-child{margin: 0;}
	.review-info{text-align: center;}
	.review-info p{display: inline-block;width: 100%;color: #6d6d6d;margin-bottom: 25px;line-height: 30px;font-size: 18px; height: 128px; overflow: auto;}
	.review-info label{color: #231f20;display: inline-block;width: 100%;margin-bottom: 5px;font-family:OpenSans-Bold;font-size: 22px;}
	.review-info .stars{display: inline-block;width: 100%;}
	.review-info .stars svg{fill: #ffd06a;}
	.review-slider-m .carousel-control-next, .review-slider-m .carousel-control-prev{ width: auto; height: 0; top: 45%; }
	.review-slider-m .carousel-control-next svg, .review-slider-m .carousel-control-prev svg{ fill: #ffc500; height: 25px; width: 25px; }

    /*morecontent*/

    .morecontent b { display: none;font-weight:400;color: #878787;}
    .morelinks, .morelinks:hover {color: #878787;font-weight:400;text-decoration:none;}
