.carousel_wrap {
    height: 360px;
    position: relative;
    margin-bottom: 30px
}

#carousel img {
    opacity: 1;
    width: 100%;
    height: 100%
}

#carousel {
    width: 100%;
    margin: 50px auto 0;
    height: 430px;
    position: relative;
    clear: both;
    overflow: hidden
}

#carousel>div {
    visibility: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 1);
    -moz-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 1);
    box-shadow: 0 0 8px 0 rgba(102, 102, 102, 1)
}

#carousel .caption {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px
}

.carous_item {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: block
}

.carous_desc {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 14px;
    height: 30px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    color: #8A8A8A;
    margin-bottom: 15px;
    top: 0
}

.carousel_wrap .nav_button {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 30px;
    right: 0;
    font-size: 40px;
    font-weight: 600;
    color: red;
    cursor: pointer;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease
}

.carousel_wrap .nav_button.prev_button {
    left: 50px
}

.carousel_wrap .nav_button.next_button {
    left: auto;
    right: 50px
}

.carousel_div1 .carousel-control.left,
.carousel_div1 .carousel-control.right {
    background-image: none;
    top: 36%;
    height: 115px
}

@media(max-width:1200px) {
    #carousel {
        width: 100%
    }
}

@media(min-width:760px) and (max-width:991px) {
    .shadow.profile_slider_div {
        width: 280px !important;
        height: 280px !important
    }
    #carousel {
        width: 100%
    }
    .carousel_div1 .carousel-control {
        width: 4%
    }
}

@media(max-width:991px) {
    .carousel-control img {
        max-width: 100%;
        height: 100%
    }
    .carousel_div1 .carousel-control.left,
    .carousel_div1 .carousel-control.right {
        top: 38%;
        height: 65px
    }
    #carousel {
        height: 250px
    }
}

@media(max-width:767px) {
    #carousel {
        height: 200px
    }
	
	.shadow.profile_slider_div {
        width: 200px !important;
        height: 200px !important
    }
}
	
@media(max-width:430px) {
     .shadow.profile_slider_div {
        width: 180px !important;
        height: 180px !important
    }
}