.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#placeholder {
    text-align: center;
    margin-top: 1.5em;
}

#main-wrapper {
    display: none;
}

.clearfix {
    clear: both;
}

.main-header .links ul li a {
    font-size: 17px;
    padding: 10px;
}

.sec_3 .arrow_slick .item p span {
    font-size: 25px;
    font-weight: 400;
}

.sec_4 img {
    margin: 0 auto;
}

.main-sec {
    background-size: 92vw;
}

.btn-warning {
    color: #fff;
    background-color: #e88b06;
    border-color: #eea236;
    margin-right: 2px;
}

.bubble {
    position: fixed;
    bottom: 25px;
    right: calc(25% - 415px + 30px);
}

@media all and (max-width: 900px) {
    .bubble {
        right: 20px;
    }
}

.bubble {
    width: 23%;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 00px 0px;
    font-size: 20px;
    z-index: 50000;
}

.bubble1 {
    position: fixed;
    bottom: 10px;
    /* right: calc(25% - 415px + 30px); */
	right: 5%;
}

@media all and (max-width: 900px) {
    .bubble1 {
        right: 20px;
    }
}

.bubble1 {
    width: 430px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 00px 0px;
    font-size: 20px;
    z-index: 50000;
}



.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    height: 50px;
    text-align: center;
    width: 230px;
    font-weight: 300;
}

#getback1::-webkit-scrollbar {
    width: 7px;
}

#getback1::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#getback1::-webkit-scrollbar-thumb {
    background: #888;
}

#getback1::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #e88b06;
}

.direct-chat-text {
    position: relative;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    font-family: calibri;
}

.direct-chat-warning .right>.direct-chat-text {
    background: #ffffff;
    border-color: #b3ada3;
    color: #000;
    text-align: right;
}

.right .direct-chat-text {
    margin-right: 49px;
    margin-left: 49px;
}

/* .slider {
    width: 342px;
    margin: 0px 0px 0px 28px;
} */

/* .slick-slide {
    margin: 0px 3px;
} */

/* .slick-slide img {
    width: 100%;
} */

/* .slick-prev:before,
.slick-next:before {
    color: black;
}
 */
/* .slick-slide {}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
} */

.mybtn {
    padding: 7px;
    margin-right: 5px;
    border: 1px solid #864a0c;
    background-color: #f57f05;
    border-radius: 15px;
    color: #ffffff;
    display: block;
    font-size: 13px;
}

.ansbtn {
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e4e4e4;
    color: #ec671f;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
}

.ansbtn:hover {
    background-color: #ec671f;
    line-height: 35px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e4e4e4;
    color: #ffffff;
    font-weight: normal;
    font-size: 15px;
    height: 35px;
}

.ansbtn:last-child {
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ffffff;
    color: #363636;
    font-weight: normal;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
}

.direct-chat-timestamp {
    color: #3e3838;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}