html{
    scroll-behavior: smooth;
}
a:hover{
    text-decoration: none !important;
}
.d-btn:hover, .d-btn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22), 0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.d-btn {
    font-size: 14px;
    padding: 9px 37px !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.d-btn1 {
    font-size: 14px;
    padding: 9px 20px !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.d-btn2 {
    font-size: 14px;
    padding: 9px 20px !important;
    border-width: 2px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.banner h1 {
    font-size: 3em;
    color: #303030;
    font-weight: 900;
}

.f-16 {
    font-size: 16px;
}

.f-12 {
    font-size: 12px;
}
.survey-detail h4{
    margin-bottom:15px;
}


.f-14 {
    font-size: 14px;
}
.f-18{
    font-size:18px;
}
.f-48 {
    font-size: 48px;
}
.f-45 {
    font-size: 45px;
}
.h-320{
    height:320px;
}
.h-435{
    height: 435px;
}
.op-1{
    opacity: 1;
}
.bg-d3{
    background:#d3d3d354;
}
.bg-17{
    background-color: #17a2b85e;
}
.news-content p{
    margin:0 !important;
}
.edit-title h4{
    line-height: 1.7em;
}
.vt-middle{
    vertical-align: middle;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.border-bl{
    border:1px solid #17a2b8;
}
.footer {
    background-color: #303030;
    padding: 40px 0;
}
.copyright-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}
.page-item.active .page-link{
    background-color : #17a2b8 !important;
    border-color :#17a2b8 !important;
}
.survey-edit-link a{
    color:#17a2b8;
}
.social-link {
    opacity: 0.5;
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.table-responsive::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
    background-color : transparent;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #17a2b8;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: #17a2b8;
}
.table-responsive{
    scrollbar-color: #17a2b8 transparent;
    scrollbar-width: thin;
}
.social-link img {
    width: 18px;
}

.footer-bottom {
    padding: 7px 15px;
    background-color: #000;
    text-align: center;
}

.footer-bottom-text {
    font-size: 10px;
}

input.form-control {
    width: 100%;
    border-radius: 4px;
    padding: 0 20px;
    height: 44px;
    background-color: rgba(246, 246, 246, 0.3);
    border: 2px solid #D8DDE6;
    font-size: 14px;
    transition: border-color .2s ease, background-color .2s ease;
}

textarea.form-control {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    background-color: rgba(246, 246, 246, 0.3);
    border: 2px solid #D8DDE6;
    font-size: 14px;
    transition: border-color .2s ease, background-color .2s ease;
}

.pricing {
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15) !important;
    border: none;
    border-radius: 5px;
}

.pricing .card-header {
    background-color: rgb(23, 162, 184);
    border-bottom: 0px solid rgba(0, 0, 0, .125);
    color: #fff;
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-left {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}
.dataTables_wrapper{
    margin-bottom: 8px;
}
.survey-edit-link {
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid hsla(0, 0%, 41.6%, .2);
    color: #303030;
    min-height: 140px;
}
.ch-pwd{
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid hsla(0, 0%, 41.6%, .2);
    color: #303030;
}
.ch-pwd label.frm{
    color:#17a2b8;
}
.survey-edit-link .s-title{
    word-break: break-word;
}
.survey-edit-link .user-count{
    position: absolute;
    left: 20%;
    bottom: 45px;
}
.survey-edit-link .icon-list{
    position: absolute;
    left: 30%;
    bottom: 15px;
}
.s-input {
    min-width: 100%;
}

.survey-table {
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 4px 1px 0px rgba(0, 0, 0, 0.012);
}

.survey-table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.btn-delete {
    opacity: 1;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}


.add-que-div .card,
.que-div .card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .17);
    border-radius: 10px;
    width: 22rem;
}

.survey-form input[type="submit"] {
    width: 100%;
    padding: 12px 20px !important;
}

.card1 {
    box-shadow: 0 12.5px 100px -10px rgba(50, 50, 73, .1), 0 10px 25px -10px rgba(50, 50, 73, .2);
}

.controls button.d-btn1 {
    padding: 0 !important;
}
.survey-sec{
    background-color: #e9ecef;
}
.date-text{
    margin:auto 0 auto auto;
}
@media (max-width:991px){
    .survey-edit-link .user-count{
        position: absolute;
        left: 30%;
        bottom: 45px;
    }
    .survey-edit-link .icon-list{
        position: absolute;
        left: 38%;
        bottom: 15px;
    }
}
@media (max-width: 767px) {
	.navbar-brand{
		width:80%;
	}
    .banner-left {
        order: 2;
        margin-top: 30px !important;
        text-align: center;
    }
    .insights .col-lg-4 {
        margin-bottom: 30px;
    }
    .feature {
        text-align: center;
        padding-top: 1.5rem;
    }
	.feature .feature-icon{
		display:block !important;
		margin-bottom:10px;
	}
    .feature__content {
        width: 80%;
        margin: auto;
    }
    .article {
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }
    .article .container {
        padding-bottom: 0 !important;
    }
    .heading-div, .pricing-sec, .pricing-sec .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .signin, .signup, .signin .row, .signup .row, .subscribe {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-signin, .form-signin, .signup-div, .signup-form {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .social-media, .copyright-text {
        text-align: center !important;
        padding-top: 5px;
    }
    .cfh-div-right,
    .card-deck .card {
        margin: 15px !important;
    }
    .subscribe-div-m {
        padding: 20px !important;
    }
    .footer-2 div{
        text-align: center !important;
    }
    .que-div{
        display: block !important;
    }
    .add-que-div .card, 
    .que-div .card{
        width: 100% !important;
    }
    .btn-delete{
        opacity: 1;
        margin-top: 20px !important; 
        margin-left: 0 !important;
    }
    .cfh-div-right,
    .cfh-div{
        text-align: center !important;
        padding-left: 15px !important;
    }
	/* .news_img{ */
		/* height:250px; */
	/* } */
    .date-text{
        margin:auto !important;
    }
    .save-btn{
        margin-top: 20px;
        float: left;
    }
    .survey-edit-link {
        min-height: unset;
    }
    .survey-edit-link .user-count{
        position: unset;
        left: unset;
        bottom: unset;
    }
    .survey-edit-link .icon-list{
        position: unset;
        left: unset;
        bottom: unset;
    }
}
@media (max-width: 575px) {
	#survey-url{
		font-size:12px;
	}
	.demo-link{
		word-break: break-all;
	}
    .navbar-collapse {
        padding: 15px 0;
        display: flex;
    }
    .nav-item {
        margin-right: 0px !important;
        float: left;
    }
    .nav-link {
        display: inline-block;
        margin: 5px;
    }
    .navbar-nav {
        display: inline-block;
        margin: auto;
    }
    .header .container-fluid {
        padding: 0 !important;
    }
    .banner {
        padding-top: 1rem!important;
    }
    .subscribe-div {
        display: block !important;
    }
    .subscribe-div input {
        margin: 15px 0;
    }
    .s-input{
        border-right:2px solid #D8DDE6 !important;
        margin-bottom: 15px;
    }
    .rounded-left {
        border-top-right-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }
    .survey-c{
        padding-right: 15px !important;
        padding-left: 15px !important;
        text-align: center !important;
    }
    .rounded-right {
        border-top-left-radius:  .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }
   
    .survey-sec{
        text-align: center !important;
    }
}
.error{
    color: red;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 35px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
	border: 0;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.feature-div i{
	color: #17a2b8!important;
    background: rgb(233, 241, 255);
    padding: 12px;
    border-radius: 50%;
}
.feature-icon i{
	color: #17a2b8!important;
    background: #17a2b836;
    padding: 12px;
    border-radius: 50%;
}

.copyright-text p,.copyright-text2 p{
    margin:0;
}

sub span{
    font-size: 14px !important;
}
@media (max-width:425px){
    .s-detail .change_status{
        margin-top:10px;
    }
}
