html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
    url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Gilroy';
}

ol, ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/**********/
.custom_condition.find_outer_custom {
    padding: 20px 0px;
}
.find_inner {
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 20px;
}
.find_inner .card {
    margin: 15px 0px;
}
.find_inner h3 {
    color: #333;
    font-weight: 600;
}
.find_inner .card-header {
    background-color: #eea561;
    color: #fff;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 600;
}
.find_inner .card-body .btn.btn-primary {
    margin-left: auto;
    background-color: #FB5253;
}
.find_inner .card-body .btn.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}
.find_inner .card-body {
    display: flex;
    align-items: flex-start;
}
.find_inner .card-body p {
    width: calc(100% - 120px);
}
/***********/
.bs-datepicker-container { z-index: 9999 !important; }
input:focus, button:focus, div:focus, a:focus{
    outline: none;
}
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
   appearance: none !important;
}
.events-list {
    overflow-x: inherit !important;
    overflow-y: scroll !important;
    max-height: 110px !important;
}
.events-list .fas.fa-play-circle, .unstyled.list-unstyled li .fas.fa-play-circle {
    display: none;
}
.slot_outer.custom_slot .bootstrap-datetimepicker-widget.dropdown-menu.bottom {
	position: absolute;
	margin-bottom: 30px;
}
.sidebarright .dataTables_wrapper div.dataTables_length select {
    width: 100px !important;
    padding: 10px !important;
    margin: 2px 10px !important;
    border-radius: 5px !important;
}
.col-20p {
    width: 19%;
    margin: 0px 5px;
}
.new-calendar {
    min-width: 140px;
    padding: 12px 10px !important;
}
#DataTables_Table_0_length label {
    display: flex;
    align-items: center;
}
#DataTables_Table_0_length label .select {
    margin: 0px 10px;
}
.create-role-outer button {
    padding: 10px 20px;
    font-size: 13px;
}
#monthshow p {
    margin: 0px;
}
#DataTables_Table_0_filter input {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 7px;
}
.col-18p {
    width: 18%;
    margin: 0px 5px;
}
.mb-4.error-msgs {
    color: red;
}
.filter-social {
    display: flex;
    align-items: center;
}
.filter-social .select {
    margin-left: 10px;
    margin-right: 15px;
    width: 120px;
}
/**********03-05-2021***********/
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}
.custom-slider-div .carousel-item img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    background-color: #eea8683b;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}
.banner-inner-top img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    background-color: #eea8682b;
}
.emoji-selectables span img {
    max-width: unset;
}

/* Popup Open button */
.popup-with-emoji {
    position:fixed;
    top:0px;
    left:0px;
    /*background:rgba(0,0,0,0.75);*/
    width:100%;
    height:100%;
    display:none;
    z-index: 999999;
}

/* Popup inner div */
.popup-content {
    width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 100px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

/* Popup close button */
.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    background: rgba(0,0,0,0.8);
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-decoration:none;
}

.close-button:hover {
    background: rgba(0,0,0,1);
    color: #fff;
    text-decoration: none;
}
/***********20-05-2021************/
.post-title-content span {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 3px;
    color: #757575;
}
.linkedin-icons ul li a i {
    font-weight: 500;
    margin-right: 8px;
}
.linkedin-icons ul li a {
    color: #757575;
    font-weight: 500;
    font-size: 16px;
}
.linkedin-icons ul li {
    display: inline-block;
    margin-right: 20px;
}
.linkedin-icons {
    margin-top: 20px;
    padding: 15px 0px;
    border-top: 1px solid #cccccc59;
}
.twitter-icons {
    margin: 15px 0px;
}
.twitter-icons ul li {
    display: inline-block;
    width: 18%;
}
.twitter-icons ul li a i {
    font-size: 18px;
    color: #757575;
}
.hashtag-ul.img-ul.preview-img.two-images img {
    width: 49%;
    height: 250px;
}
.hashtag-ul.img-ul.preview-img.three-images img {
    width: 32%;
    height: 200px;
}
.hashtag-ul.img-ul.preview-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px;
}
.desc-p {
    font-size: 16px;
    word-break: break-word;
}
.perview-left {
    margin-right: 12px !important;
}
.perview-upper {
    display: flex;
    /*    align-items: center;*/
    margin-bottom: 20px;
}
.perview-left img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
.custom_check li {
    margin-top: 5px;
}

.custom_check li .fa {
    color: #eea561;
    margin-right: 10px;
}
.section-space.contact-outer-inputs {
    padding-bottom: 60px;
    margin-top: -50px;
    margin-bottom: 50px;
}
.section-space.login-bg {
    padding: 10px 0px !important;
}
/*******************/
.filter-social {
    margin-bottom: 13px;
}
.filter-social select {
    padding: 5px 10px;
    margin-right: 14px;
    margin-left: 5px;
    border: 1px solid #eea561;
    border-radius: 5px;
    font-size: 14px;
    background-image: url(../img/s-icon.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 14px;
    padding-right: 25px;
    margin-bottom: 10px;
}
.set_calender_back_outer {
    display: flex;
    align-items: center;
}
.back_btn.back_calender {
    margin-left: auto;
}
.back_btn.back_calender a {
    background-color: #fb5353;
    color: #fff !important;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}
.back_btn.back_calender a:hover {
    background-color: #000;
    text-decoration: none;
}
.subject_oyter {
    width: 50%;
    margin-right: 10px;
    border-radius: 5px !important;
}
.setting-left.tabs_setting_left {
    padding: 25px;
}
.graph_img {
    width: 100%;
}
.account_overview_outer.second_row.fourth_row .account_overview_div {
    width: 50%;
}
.setting-left.tabs_setting_left .nav.nav-tabs li {
    width: 16.6%;
    text-align: center;
}
.account_overview {
    border: 1px solid #dee2e6;
}
.account_overview_title {
    text-align: center;
    color: #eea561;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
}
.account_overview_outer {
    display: flex;
}
.account_overview_div {
    width: 20%;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #dee2e6;
}
.post_publish_title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.account_overview_div p {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
}
.account_overview_div span {
    color: #ccc;
}
.account_overview_outer.second_row {
    border-top: 1px solid #dee2e6;
}
.account_overview_div ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #2cb32c;
    line-height: 12px;
    margin: 0px !important;
    color: #2cb32c;
    font-size: 13px;
}
.account_overview_div ul li:last-child {
    border-right: none;
}
.publish_count {
    text-align: center;
    color: #333;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
}
.post_publish_title i {
    margin-left: 10px;
}
.account_overview_outer.second_row.third_row .account_overview_div {
    text-align: left;
    width: 33.3%;
}
.account_overview_div:last-child {
    border-right: none;
}
.setting-left.tabs_setting_left .nav.nav-tabs {
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.setting-left.tabs_setting_left .nav.nav-tabs li a.active {
    border: none;
    background-color: #e6e7e8;
}
.setting-left.tabs_setting_left .nav.nav-tabs li a {
    border-radius: 0px;
    color: #eea561;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.setting-left.tabs_setting_left .nav.nav-tabs li a i {
    margin-right: 10px;
}
.cleder {
    width: 50%;
}
button{
    transition: 0.3s all ease-in-out;
}
.calender-left #mention-users {
    min-height: 50px !important;
    border-radius: 10px !important;
}
/*button:hover{
  box-shadow: 0 0 0 2px white, 0 0 0 3px #000;
}*/
a,a:hover{
    text-decoration: none;
    color:inherit;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
img{
    max-width: 100%;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .6s !important;
}
.hashtag-ul.img-ul.preview-img.youtube-preview-img.custom_pre4 video {
    width: 100%;
    height: 290px !important;
}
.text_outer.youtube_outer h3 {
    margin-bottom: 5px !important;
}
.listing_re4 li .fa, .listing_re4 li .fal {
    margin-right: 3px !important;
}
.listing_re4 li {
    font-size: 12px !important;
    display: inline-block !important;
    margin-left: 0px !important;
    margin-top: 3px !important;
}
.inner_listing p {
    display: inline-block;
    font-size: 12px !important;
}
.hashtag-ul.img-ul.preview-img.youtube-preview-img.custom_pre4 ul li {
    width: auto !important;
}
.tui-image-editor-container .tui-image-editor-header-buttons, .tui-image-editor-container .tui-image-editor-controls-buttons {
    margin-right: 50px !important;
}
.chat-lower-section textarea {
    width: calc(100% - 90px);
    border: none;
    resize: none;
    min-height: 30px;
}
.chat-message-div span {
    word-break: break-word;
}
#editorModal .modal-dialog.new-post-modaldialog {
    max-width: 100%;
    margin: 0px;
}
#editorModal .modal-dialog.new-post-modaldialog .modal-content {
    border: none;
}
.post-optimization-time, .post-optimization-format {
    font-size: 12px;
    color: #df691e;
    display: block;
    line-height: 20px;
    font-weight: 600;
}
.post-optimization-time span, .post-optimization-format span {
    color: #757575;
    font-weight: 500;
}
.post-optimization-copy-length, .post-optimization-copu-link, .post-optimization-image,
.post-optimization-date {
    display: block;
    font-size: 12px;
    color: #5eae6d;
    line-height: 20px;
    font-weight: 600;
}
.post-optimization-copy-length span, .post-optimization-copu-link span,
.post-optimization-image span, .post-optimization-date span{
    color: #757575;
    font-weight: 500;
}
.desc-p.twitter-desc-p {
    word-break: break-word;
}
.unsplash-image-library.active {
    border: 3px solid #fa5152;
}
.paymentMainOuter {
    padding: 70px 0px;
}
.label-error-outer.contr_45 {
    display: inline-block;
    width: 50%;
    margin-right: 10px;
}
.label-error-outer.contr_45 textarea {
    min-height: 70px !important;
    border-radius: 10px !important;
}
.both546 input {
    border-radius: 10px !important;
}
.perview-right {
    width: calc(100% - 75px);
}
.hashtag-left {
    width: calc(100% - 200px);
}

.both546 {
    display: flex;
    margin-bottom: 15px;
}
.label-error-outer.contr45 {
    width: 50%;
}
.payment-input {
    border: 1px solid #8898AA !important;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
div#chatting-screen {
    display: inherit;
    width: 100%;
}
div#msg_card_body_private {
    width: 100%;
}
.standard-planright {
    margin-left: auto;
}
.plan-outer {
    margin: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    display: flex;
}
.plan-outer.active .plan-left i {
    color: #eea561;
}
.plan-outer.active {
    border-color: #eea561;
    background-color: #eea56114;
}
.planTitle {
    font-size: 16px;
    margin-bottom: 10px;
}
.planSubTitle {
    font-style: italic;
}
.plan-left i {
    font-size: 22px;
    color: #757575;
}
.purchase-outer {
    text-align: center;
}
.plan-left {
    margin-right: 15px;
}
.purchase-subtitle {
    font-size: 25px;
    margin: 15px 0px;
    font-weight: 600;
}
.purchase-title {
    font-size: 18px;
    font-weight: 600;
}
.view-plan-btn {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #EEA561;
    border: 2px solid #EEA561;
    color: #fff;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    box-shadow: 10px 8px 30px 0px #ff535352;
    display: inline-block;
}
.outcome {
    margin-bottom: 30px;
}
.pay-btn {
    background-color: #eea561;
    border-radius: 30px;
}
.view-plan-btn:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-color: #000;
}
.standard-ul li {
    display: inline-block;
    margin: 0px 5px;
    font-size: 14px;
    font-weight: 600;
}
.payment-right-outer {
    border: 1px solid #eea561;
    padding: 30px;
    background-color: #f2f2f2;
}
.standard-plan {
    display: flex;
    align-items: center;
}
.payment-label {
    margin-left: 0px;
    height: 30px;
}
.credit-title {
    color: #EEA561;
    font-weight: 600;
    font-size: 18px;
}
.paymentLeftOuter form {
    width: 100%;
}
.dropzone {
    border: none !important;
    padding: 0px !important;
}
.multiselect-container .checkbox input {
    margin: 0px 10px 0px 0px !important;
    width: 15px !important;
}
.jQWCP-wWidget {
    width: 250px !important;
}
.jQWCP-wWheel {
    width: 160px !important;
    height: 160px !important;
}
.giphy-image-library.active {
    border: 3px solid #fa5152;
}
.jQWCP-slider-wrapper, .jQWCP-wPreview {
    height: 160px !important;
}
.image-slide-preview {
    width: 210px;
    height: 210px;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}
.image-slide-preview img {
    display: block;
    width: 100%;
    margin-top: 25px;
    height: 165px;
    object-fit: contain;
    background-color: #0000004a;
}
.image-slide-preview span {
    color: #e30e0e;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-role-outerf input {
    margin: 10px 0px;
}
.popup-content {
    padding: 0px !important;
}
.emoji-picker {
    background-color: #303841;
    width: 100% !important;
    margin: 0px !important;
    border-radius: 5px;
    height: 400px;
    display: flex;
}
.multiselect-container .checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px !important;
    padding: 10px;
    font-size: 12px;
}
.multiselect.dropdown-toggle.btn-block.text-left.btn.btn-default {
    border: 1px solid #ccc;
    margin-bottom: 22px;
}
.multiselect-container {
    padding: 0px !important;
}
.multiselect-container li {
    /*    background-color: #eea868 !important;
        border-bottom: 1px solid #e18c3f;*/
}
.emojionearea-button-open {
    background-image: url(https://spire.social/frontend/img/laughing.png) !important;
}
#image-editor-btn {
    background-color: #fb5253;
    border: 2px solid #fb5253;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 20px;
}
/**********13-05-2021***********/
.media-library-popup {
    padding-right: 0px !important;
}
.cancel-connectbtns-outer {
    margin-top: 20px;
}
.cancel-connectbtns-outer a {
    padding: 10px;
    margin: 0px 10px;
    display: inline-block;
    padding: 10px;
    background-color: #ccc;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}
.addConnectBtn {
    background-color: #f35a5a !important;
}
.cancel-connectbtns-outer a:hover{
    text-decoration: none;
    background-color: #000 !important;
    color: #fff;
}
#socialMediaIsNotConnected {
    padding-right: 0px !important;
}
#socialMediaIsNotConnected .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    opacity: 1;
    border-radius: 100%;
    text-align: center;
}
#socialMediaIsNotConnected h3 {
    text-align: center;
}
#socialMediaIsNotConnected .new-post-title {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
#socialMediaIsNotConnected .modal-content {
    border: none;
    border-radius: 20px;
}
#socialMediaIsNotConnected .modal-dialog {
    max-width: 700px;
    margin: 100px auto;
}
#socialMediaIsNotConnected .close span {
    font-size: 20px;
}
#div_pagination input {
    background-color: #eea868;
    color: #fff;
    border: 2px solid #eea868;
    margin: 5px;
    border-radius: 5px;
}
.content-dynamic img {
    width: 50%;
    height: 150px;
    object-fit: fill;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    padding-right: 0px !important;
}
div#jQWCP-popup {
    z-index: 99999999999;
}
.insert-to-dynamic-image {
    background-color: #FA5152;
    color: #fff;
    border: 2px solid #FA5152;
    margin: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    width: 30%;
    margin: 10px auto;
}
.content-dynamic {
    max-height: 300px;
    overflow-y: auto;
}
.images-results_count {
    font-size: 12px;
    color: #000;
    text-align: center;
}
.search-media_lib {
    width: 90%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.media-library-popup .new-post-title {
    text-align: center;
    margin: 10px 0px;
}
.media-library-popup .connect-facebook-outer {
    padding: 0px;
}
.media-library-popup .close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9;
    color: #fdba3b;
    text-shadow: none;
    opacity: 1;
}

.media-library-popup .close span {
    font-size: 26px;
}
/********16-4-2021***********/
.bootstrap-datetimepicker-widget.dropdown-menu.top {
    left: 60px !important;
    padding: 10px !important;
    margin-top: -6px !important;
}
.hashtag-ul.img-ul.preview-img.facebook-preview-img img {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 5px;
    display: inline-block;
}
.hashtags-outer {
    display: flex;
    /*    align-items: center;*/
    margin-top: 20px;
    margin-bottom: 20px;
}
.socialshare-title {
    font-size: 14px;
    color: #000;
}
.social-media-connect {
    text-align: left;
    margin-bottom: 10px;
}
.error-mes {
    color: red;
    margin-bottom: 10px;
    display: inline-block;
}
.ulo8 {
    margin: 50px auto 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 50px;
    border-radius: 16px;
    background-color: #eea868;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.drag-outer.custom72 {
    margin: 5px auto;
    text-align: center;
}
.custom_btn5 {
    background-color: transparent !important;
    border: transparent !important;
    font-size: 12px !important;
    color: #f8898a !important;
    margin-left: 5px;
}
.fade_outer {
    width: 90px !important;
    position: absolute;
    z-index: 99999;
    opacity: 0;
    cursor: pointer;
}

.hastag-inner.custom_dropbox2 {
    position: relative;
}

.hastag-inner.custom_dropbox2 a {
    position: absolute;
    left: 20px;
    top: 15px;
    opacity: 0;
}
.cus7 {
    background-color: transparent !important;
    border: transparent !important;
}
#msform .action-button {
    margin: 0px 15px 0px auto !important;
}
/*.rss-select-div .add-btn {
    width: 250px !important;

}*/
.drag-outer.custom72 input {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9999;
    opacity: 0;
}
.upt6 {
    height: auto !important;
    padding: 0px !important;
}

/*************************/
/*.btn-group.btn-group-custom {
    border: 1px solid #ccc;
}*/
.btn-group.btn-group-custom button {
    font-weight: 600;
}

.btn.btn-primary.arrow-btn {
    background-color: #cccccc1c;
    border: none;
    border-radius: 1px;
    padding: 0px;
}
.eventlisttitle {
    font-weight: 600;
    font-size: 18px;
}
.calender-li p {
    display: none;
}
.profile-down ul {
    display: inherit !important;
}
.connect-facebook-outer {
    padding: 40px;
    text-align: center;
}
.modal-dialog.new-post-modaldialog .modal-role-outer {
    background-image: url(../img/popup-bg.png);
    padding-bottom: 120px;
    background-position: left -10px bottom -53px;
    background-repeat: no-repeat;
    background-size: 52%;
}
.new-post-title {
    text-align: left;
    color: #FA5152;
    font-size: 26px;
    font-weight: 600;
}
.create-role.buildnew-btn {
    background-color: #fa5152;
}
.modal-dialog.new-post-modaldialog .create-role-outer {
    text-align: right;
}
.modal-dialog.new-post-modaldialog .connect-facebook-outer p {
    margin-top: 0px;
    text-align: left;
    color: #757575;
}
.modal-dialog.new-post-modaldialog .modal-content {
    border: 8px solid #eea868;
}
.add-btn.addBTN {
    width: auto;
    padding: 10px 20px !important;
    border: none;
}
.upload-logo-outer.calendar-detail-upload .drag-outer input {
    height: 80px;
}
.slot-outer.schedule-slotouter .slot-container {
    display: inline-block;
}
.upload-logo-outer.calendar-detail-upload .drag-outer p {
    top: 25%;
}
.table.table-sm.custom-table tbody tr td span {
    display: block;
}
.exampleModalLong1 {
    padding-right: 0px !important;
}
.connect-facebook-outer .create-role-outer {
    text-align: center;
    margin-top: 10px;
}
.connect-facebook-outer .create-role-outer a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 20px;
}
.upload-logo-outer.calendar-detail-upload .drag-outer {
    border: 1px dashed #eea868;
    min-height: 80px;
    width: 100%;
}
.upload-logo-outer.calendar-detail-upload {
    margin: 10px 0px;
    box-shadow: none;
    padding: 0px;
}
.error-message.seperate-account-message {
    display: block;
    text-align: right;
}
.setting-left hr {
    border-color: #f2f2f2;
    margin: 0px;
}
.p-calendar {
    font-size: 15px;
    font-weight: 500;
}
.contact-ul.fillter-inner-Ul {
    margin: 0px;
}
.contact-ul.fillter-inner-Ul .contact-ul-right {
    display: block;
}
.contact-ul.fillter-inner-Ul li {
    padding: 5px 0px;
}
.FilterInner input, .FilterInner select {
    padding: 12px;
    width: 100%;
    min-width: 100%;
}
.contact-ul.fillter-inner-Ul .contact-ul-right .contact-list-title {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.contact-ul.fillter-inner-Ul .contact-ul-right p{
    font-size: 14px;
    margin:0px;
    width: 100%;
}
.filter-post-Outer {
    margin: 10px 0px;
    display: flex;
    align-items: center;
}
.filter-post-Outer span {
    font-weight: 600;
    color: #9f9e9e;
    font-size: 17px;
}
.filter-post-Outer img {
    width: 25px;
    margin-left: auto;
}
.FilterInner {
    padding: 10px;
}
.close-div a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.filter-post-Outer.recent-interactiondiv {
    margin-bottom: 0px;
    margin-top: 30px;
}
.close-div a i{
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
}
.filter-Outer {
    width: 350px;
    padding: 15px 0px;
    box-shadow: 0px -10px 20px -4px #ccc;
    display: none;
    transition: 0.3s all ease-in-out;
}
.filter-Outer.active {
    display: block;
    transition: 0.3s all ease-in-out;
}
.close-div {
    text-align: right;
    padding: 0px 10px;
}
.add-btn.send-btna {
    background-color: #eda865;
    border-radius: 10px;
}
.media-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.nav.nav-tabs.tabs-innerouter li a {
    border-radius: 30px !important;
    padding: 10px 20px !important;
    background-color: #d4e3f7 !important;
}
.nav.nav-tabs.tabs-innerouter li a.active{
    background-color: #596cf3 !important;
}
.tabs-outerCustom .nav.nav-tabs {
    border-bottom: 2px solid #f9d9d9;
    margin-bottom: 10px;
}
.tabs-outerCustom .nav.nav-tabs li {
    margin: 0px 10px;
}
.twitter-a {
    background-color: #d5dbf8 !important;
}
.instagram-a {
    background-color: #f9d0d0 !important;
}
.nav.nav-tabs.tabs-innerouter.instagram-feed-outer li a.active {
    background-color: #f86f6f !important;
}
.nav.nav-tabs.tabs-innerouter.instagram-feed-outer li a {
    background-color: #f9d0d0 !important;
}
.tabs-outerCustom .nav.nav-tabs li a.instagram-a.active{
    background-color: #f86f6f !important;
}
.tabs-outerCustom .nav.nav-tabs li a.twitter-a.active{
    background-color: #8b98d8 !important;
}
.tabs-outerCustom .nav.nav-tabs li a.active{
    background-color: #1877f2;
    color: #fff;
}
.tabs-outerCustom .nav.nav-tabs li a i{
    margin-right: 7px;
}
.upload-logo-title.add-post {
    text-align: center !important;
}
.nav.nav-tabs.tabs-innerouter li {
    display: inline-block;
    margin: 0px -20px;
}
.nav.nav-tabs.tabs-innerouter {
    border: none;
    text-align: center;
    margin: 10px auto 20px auto;
    display: block;
}
.tabs-outerCustom .nav.nav-tabs li a {
    padding: 10px 20px;
    background-color: #85b1eb;
    display: inline-block;
    border-radius: 8px 8px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.tabs-outerCustom .nav.nav-tabs li:first-child{
    margin-left: 0px;
}
.tabs-outerCustom .nav.nav-tabs li:last-child{
    margin-right: 0px;
}
.tap-count {
    font-size: 27px;
    color: #000;
    font-weight: 600;
}
.click-location-inner {
    display: flex;
    align-items: center;
}
.click-location-right {
    margin-left: auto;
    font-size: 18px;
    font-weight: 600;
    color: #8990AD;
}
.rate-img {
    width: 57% !important;
}
.tap-outer.sources-outer.click-location-outer {
    margin: 25px 0px 0px 0px;
}
.tap-outer.sources-outer .tap-title {
    margin-bottom: 25px;
}
.source-ul li {
    display: inline;
    margin: 0px 5px;
}
.source-ul li img {
    width: 50px;
}
.tap-title {
    font-size: 18px;
    font-weight: 600;
    color: #8990AD;
    margin: 10px 0px 0px 0px;
}
.locations-dropdown img {
    width: 100%;
}
.tap-outer {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 12px 0px #ccccccb5;
    border-radius: 10px;
    background-color: #fff;
}
.chat-lower-section {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.chat-lower-right {
    margin-left: auto;
}
.chat-lower-right a {
    font-size: 17px;
    color: #508ff4;
    font-weight: 600;
}
.chat-lower-right a i {
    color: #757575b5;
    margin-left: 10px;
}
.chat-lower-section input {
    border: none;
    font-size: 14px;
    width: calc(100vh - 60px);
}
.chat-lower-section {
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #e9e7e7c9;
    border-radius: 5px;
}
.contact-ul-inner {
    display: flex;
    align-items: center;
}
.chat-message-div {
    background-color: #eaf2ff;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 10px;
    width: 85%;
}
.unread-title span {
    font-weight: 600;
    position: absolute;
    top: -11px;
    background-color: #ffff;
    padding-right: 15px;
    display: inline-block;
}
.chat-message-div.unread-message {
    background-color: #508ff4;
    color: #fff;
}
.unread-title {
    margin: 20px 0px;
    position: relative;
}
.chat-upper-left {
    margin: 10px 0px;
}
.chat-upper-left.chat-upper-right .chat-left-updiv {
    direction: rtl;
}
.chat-timingspan {
    font-size: 13px;
    font-weight: 600;
    color: #757575;
    margin-right: 10px;
}
.chat-upper-left.chat-upper-right .chat-message-div {
    margin-left: auto;
}
.chat-left-updiv img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 15px;
    object-fit: cover;
}
.chat-user-title {
    font-weight: 600;
    margin-right: 10px;
}
.chat-outer {
    padding: 0px 20px;
}
.chat-left-updiv {
    display: flex;
    align-items: center;
}
.green-span {
    background-color: #1bc167 !important;
}
.list-spannumber {
    margin-left: auto;
    display: inline-block;
    padding: 8px 15px;
    background-color: #eea868;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 10px;
}
.contact-ul-right {
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
}
.contact-list-title {
    font-size: 17px;
}
.contact-ul-left span {
    width: 11px;
    height: 11px;
    background-color: #ed4c4c;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 2px;
}
.yellow-span {
    background-color: #f4db50 !important;
}
.contact-ul-left img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}
.contact-ul-left{
    margin-right: 20px;
    position: relative;
}
.contact-ul {
    margin: 15px 0px;
    /*    max-height: 650px;
        overflow-y: auto;*/
}
.chat-upper-section {
    max-height: 56vh;
    overflow-y: auto;
    min-height: 56vh;
}

.contact-ul li {
    padding: 10px 15px;
}
.setting-tab.notification-div {
    background-color: #f5f4f4;
    margin-bottom: 15px;
    padding: 25px 20px;
}
.find-contact-input {
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #cccccc6e;
    width: 100%;
    padding-left: 40px;
}
.setting-left-inner.billing-outer {
    padding: 20px 80px 40px 80px;
}
.setting-tab.notification-div.custom-branding .save-outer {
    text-align: center;
    margin-top: 40px;
}
.setting-tab.notification-div.custom-branding {
    text-align: center;
    padding: 40px;
}
.setting-tab.notification-div.custom-branding .profile-detail-title {
    margin-bottom: 20px;
}
.setting-tab.notification-div .setting-tableft i.fas.fa-bell {
    color: #eea868;
}
.setting-tab.notification-div .setting-tableft i.far.fa-check-double {
    color: #0ce30c;
}
.setting-tab.notification-div .setting-tableft i {
    font-size: 18px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-color: #e9e9e9;
    border-radius: 100%;
    text-align: center;
    padding: 11px;
}
.onoff-span {
    font-size: 14px;
    font-weight: 600;
    color: #757575;
    margin: 0px 5px;
}
.setting-notification-right {
    margin-left: auto;
    padding: 0px 20px 20px 0px;
    display: flex;
    align-items: center;
}
.setting-title {
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-right: 20px;
}
.setting-notfication-outer {
    display: flex;
    align-items: center;
}
.onoffswitch {
    position: relative; width: 48px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #f7ddc2;
    border-radius: 20px;
    margin-bottom: 0px;
    background-color: #ccc;
}
.onoffswitch-inner {
    display: block;/* width: 200%; margin-left: -100%;*/
    transition: margin 0.3s ease-in 0s;
    height: 23px;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    /*    content: "Followed!";*/
    padding-left: 10px;
    background-color: green; color: #FFFFFF;
}
.onoffswitch-inner:after {
    /*    content: "Not followed";*/
    padding-right: 10px;
    background-color: red; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 23px;
    border: 2px solid #99999933;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    height: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    background-color: #eea868;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 1px;
}
.setting-tab {
    display: flex;
    padding: 35px 30px;
    transition: 0.3s all ease-in-out;
}
.setting-tab:hover{
    background-color: #f8eee4;
}
.setting-tab.active {
    background-color: #f8eee4;
}
.setting-left-inner .select-calendar {
    width: 100% !important;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
}
.setting-left-inner .custom-input1 {
    margin-bottom: 15px;
}
.send-outer {
    margin-bottom: 20px;
}
.setting-left-inner .slot-container {
    display: block;
}
.save-outer .add-btn.new-post.add-media {
    background-color: #fb5353;
    padding: 10px 20px;
    width: auto;
    border: none;
}
.save-outer .add-btn.new-post.add-media:hover {
    background-color: #000;
}
.save-outer {
    text-align: right;
    margin-top: 10px !important;
    margin: 0px 20px;
}
.profile-detail-title {
    font-size: 14px;
    font-weight: 600;
    color: #757575;
    margin-bottom: 5px;
}
.setting-left-inner {
    padding: 0px 20px;
}
.setting-tableft i {
    color: #757575;
    font-size: 12px;
    margin-right: 20px;
}
.setting-tabright p {
    font-size: 11px;
    color: #757575;
    margin-bottom: 0px;
}
.back_btn a {
    color: #000;
    font-size: 16px;
}
.setting-left {
    background-color: #fff;
    padding: 15px 2px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #ccc;
    min-height: 80vh;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.setting-left.profile_sidebar {
    overflow: hidden;
    min-height: initial;
    max-height: inherit;
}
.filter-div {
    margin-right: 15px;
    text-align: center;
}
.pagination-ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    padding: 2px;
    color: #000;
    transition: 0.3s all ease-in-out;
}
.pagination-ul li a.active, .pagination-ul li a:hover{
    background-color: #000;
    color: #fff;
}
.pagination-div {
    text-align: right;
    margin-top: 20px;
}
.pagination-ul li {
    display: inline-block;
}
.pagination-ul li a {
    display: inline-block;
}
.image-libaray-main-outer .image-libary-left img {
    height: 240px;
    object-fit: cover;
}
.image-libaray-main-outer .image-libary-left {
    margin-right: 0px;
    margin-bottom: 10px;
}
.image-libaray-main-outer {
    margin-bottom: 30px;
}
.image-libaray-main-outer .image-detail-outer1 {
    margin: 5px 0px;
    font-size: 13px;
}
.files-p {
    margin-top: -20px;
    margin-bottom: 25px;
}
.image-libary-left {
    margin-right: 100px;
}
.create-post-div.image-actions-outer {
    padding: 0px;
    border: none;
    background-color: transparent;
    margin-top: 50px;
    text-align: left;
}
.create-post-div.image-actions-outer ul li a {
    width: 140px;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.image-libary-left img {
    width: 100%;
    box-shadow: 0px 0px 5px 0px #1d1c1c6b;
}
.drag-title {
    font-weight: 700;
    font-size: 18px;
}
.third-li {
    display: none !important;
}
.image-libarary-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.drag-title a {
    color: #3871d6;
}
.search-upperleft .add-btn.new-post.add-media {
    width: 160px;
}
.image-drop-div {
    text-align: center;
    border: 2px dashed #d6e6fc;
    border-radius: 15px;
    padding: 150px;
    background-color: #ffffff75;
}
.search-upperleft .custom-input1 {
    min-width: 400px;
    margin-bottom: 0px;
    margin-right: 15px;
}
.month-div {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.month-div i {
    font-size: 28px;
    padding: 10px 15px;
    color: #0066ff;
    background-color: #cccccc47;
}
.month-div span {
    font-weight: 700;
    color: #000;
    margin: 0px 20px;
}
.add-btn.new-post {
    padding: 18px;
    width: 210px;
    margin-left: 13px;
}
.add-btn.new-post i {
    margin-right: 8px;
    font-size: 20px;
}
.select-calendar {
    background-image: url(../img/s-icon.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    -webkit-appearance: none;
    padding: 12px;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    min-width: 400px;
    margin-right: 15px;
}
.add-btn.new-post {
    width: 100%;
    padding: 10px;
    font-size: 12px !important;
    border-radius: 10px !important;
}
.search-upperleft .select-calendar.calendar-select-opt2 {
    padding: 12px !important;
    border-radius: 10px !important;
    width: 50%;
}
.filter-div img {
    display: block;
    width: 24px;
}
.filter-div span {
    font-size: 12px;
    font-weight: 600;
}
.calender-list-outer.active .sidebarleft {
    width: 50px;
}
.search-upperright {
    margin-left: auto;
}
.search-upperleft {
    display: flex;
    align-items: center;
}
.search-upper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.social-table-ul li {
    display: inline-block;
    margin: 2px 1px;
}
.social-table-ul li a i.fab.fa-twitter {
    background-color: #55acee;
}
.social-table-ul li a i.fab.fa-google-plus-g {
    background-color: #dc4e41;
}
.social-table-ul li:first-child{
    margin-left: 0px;
}
.social-table-ul li:last-child{
    margin-right: 0px;
}
.social-table-ul li a i{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #3b5998;
    text-align: center;
    padding: 9px;
    color: #fff;
}
.table-select {
    background-color: #efeeee;
    border: 1px solid #efeeee;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.image-detail-outer1 {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    color: #757575;
}
.image-detail-right {
    margin-left: auto;
}
.image-title {
    font-size: 22px;
    color: #757575;
    font-weight: 600;
}

.sidebarright {
    width: 100%;
    padding: 30px 30px 100px 30px;
    background-image: url(../img/bg1.png);
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
}
.bar-tag {
    display: inline-block;
    width: 100px;
    background-color: #eea561;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.calender-list-outer.active .sidebarleft .sidebar-ul li a span {
    display: none;
}
.calender-list-outer.active .sidebarleft .bar-tag {
    width: 50px;
    font-size: 20px;
}
.sidebar-ul li.active span, .sidebar-ul li.active i {
    color: #eea561;
}
.sidebar-ul li.active a{
    border-color: #eea561;
}
.sidebar-ul li a span {
    font-size: 12px;
    line-height: 17px;
    display: block;
}
.sidebar-ul li a i {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.sidebar-ul li a {
    color: #7575759e;
    text-align: center;
    padding: 15px 10px;
    border-left: 4px solid #fff;
    display: block;
    transition: 0.3s all ease-in-out;
}
.sidebarleft {
    width: 100px;
    border-right: 1px solid #cccccc6b;
    min-height: calc(100vh - 96px);
    background-color: #fff;
}
.calender-list-outer {
    margin-top: 0px;
    display: flex;
}
.post-progress-bar1outer {
    overflow-x: auto !important;
}
.post-progress-bar1 {
    width: 2900px;
}
.create-role {
    width: auto;
    background: #eea868;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 14px 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-radius: 15px;
    transition: 0.3s all ease-in-out;
    display: inline;
}
.create-role:hover{
    background-color: #000;
}
.set-premission-outer {
    background-color: #f1f1f1;
    padding: 20px;
}
.set-premission-inner .set-premission-title {
    text-align: left;
}
.set-premission-inner .slot-container {
    margin-bottom: 15px;
}
.set-premission-inner {
    margin-bottom: 20px;
}
.create-role-outer {
    text-align: right;
}
.set-premission-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.rss-select-div-inner-innner span {
    margin-bottom: 25px;
    margin-right: 15px;
}
.rss-select-div-inner-innner {
    display: flex;
    align-items: center;
}
.custom-input1 {
    padding: 15px;
    border: 1px solid #D2D2D2;
    border-radius: 15px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}
.connect-facebook-outer h2 {
    text-align: center;
}
.connect-facebook-outer p {
    color: #eea868;
    margin: 20px 0px;
}
.create-cancel {
    width: auto;
    background: #8F8D8E;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 14px 20px;
    margin: 20px 15px 10px auto;
    text-transform: uppercase;
    border-radius: 15px;
    transition: 0.3s all ease-in-out;
}
.create-cancel:hover, .create-role:hover {
    text-decoration: none;
    color: #fff;
}
.exampleModalLong .close, .exampleModalLong1 .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    opacity: 1;
    font-weight: 600;
    font-size: 28px;
    border-radius: 100%;
    text-shadow: none;
}
.modal-role-outer {
    padding: 20px;
}
.exampleModalLong .modal-dialog {
    max-width: 1000px;
    margin-top: 100px;
}
.exampleModalLong1 .modal-dialog {
    max-width: 600px;
    margin-top: 100px;
}
/*.section-space.contact-outer-inputs {
    padding-top: 0px;
}*/
.add-custom-menu-outer {
    text-align: right;
    margin-bottom: 15px;
}
/* The container */
.slot-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

/* Hide the browser's default checkbox */
.slot-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.slot-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #eea868;
}
.rss-select-div.time-slot .rss-select-div-inner {
    width: 200px;
}
.assignment-trigger-title i {
    width: 20px;
    height: 20px;
    background-color: #fb5253;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
    padding: 2px;
}
.rss-select-div-inner.time-nextslot {
    width: 110px !important;
}
.rss-select-div.state-div a {
    margin-bottom: 0px;
    width: 100px;
}
.assignment-trigger-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.slot-outer {
    margin-bottom: 20px;
}
.current-scdulingslot {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.rss-select-div.time-slot span {
    margin-right: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

/* When the checkbox is checked, add a blue background */
.slot-container input:checked ~ .checkmark {
    background-color: #eea868;
}

/* Create the checkmark/indicator (hidden when not checked) */
.slot-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.slot-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.slot-container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
        45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
        45deg
    );
}
.table.table-sm.custom-table {
    border: 1px solid #ece2db;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}
.edit-tag {
    background-color: #d8d6d7;
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 2px 0px;
    display: inline-block;
}

.button-tag {
    padding: 7px 8px;
    border-radius: 5px;
    margin: 2px 3px;
    float: left;
}


.table.table-sm.custom-table i.fas.fa-clipboard-list {
    font-size: 20px;
}
.table.table-sm.custom-table tbody tr th, .table.table-sm.custom-table tbody tr td {
    padding: 10px;
}
.remove-tag {
    background-color: #f5ced2;
    color: #df0b20;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 2px 0px;
    display: inline-block;
    margin-left: 5px;
}
.table.table-sm.custom-table tbody tr {
    border-bottom: 1px solid #ece2db;
}
.table.table-sm.custom-table thead tr th {
    background-color: #f8efe7;
    color: #936b52;
    padding: 10px;
    border-bottom: 1px solid #ece2db;
}
.rss-select-div-inner {
    width: 50%;
    margin-right: 15px;
}
.add-btn.add-new {
    color: #FB5253;
    background-color: transparent;
    margin-bottom: 0px !important;
    padding: 10px 0px;
    width: 100px;
}
.loom-checkbox-outer {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.loom-title {
    font-weight: 500;
    margin-right: 20px;
}
/* The container */
.loom-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}
/* Hide the browser's default radio button */
.loom-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

/* Create a custom radio button */
.loom-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #eea868;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.loom-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.loom-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.loom-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
}
.upload-logo-outer.ads-upload-logo {
    margin-left: 0px;
    text-align: center;
    width: 60%;
    margin-top: 0px;
}
.perview-upper {
    display: flex;
    /*    align-items: center;*/
    margin-bottom: 5px;
}
.create-post-div ul li a {
    background-color: #ECECEC;
    display: inline-block;
    padding: 15px 30px;
    width: 260px;
    border: 1px solid #CFCFCF;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    color: #000;
}
a:hover {
    text-decoration: none;
}
.create-post-div.image-actions-outer ul li {
    display: inline-block;
    margin: 0px 10px;
}
.create-post-div.image-actions-outer ul li:first-child{
    margin-left: 0px;
}
.create-post-div.image-actions-outer ul li:last-child{
    margin-right: 0px;
}
.create-post-div ul li:nth-child(2) a {
    background-color: #EDA865;
    color: #fff;
}
.create-post-div ul li:nth-child(4) a {
    background-color: #549B61;
    color: #fff;
}
.create-post-div ul li a i {
    margin-right: 15px;
    font-size: 18px;
}
.create-post-title {
    font-size: 30px;
    color: #FA5152;
    font-weight: 600;
    margin-top: -60px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-bottom: 20px;
}
.create-post-div {
    text-align: center;
    padding: 40px;
    background-color: #FFF6F6;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    margin: 40px 0px;
}
.hashtag-1 {
    background-color: #3147CF !important;
}
.song-img {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}
.hashtag-2 {
    background-color: #31CF90 !important;
}
.hashtags-span span {
    background-color: #FA5152;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 13px;
    display: inline-block;
    margin: 2px;
}
.hashtags-span {
    margin-bottom: 40px;
}
.perview-left {
    margin-right: 20px;
}
.post-title {
    font-weight: 600;
    font-size: 18px;
}
.perview-outer {
    background-color: #ffff;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 10px;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.hashtag-ul li {
    display: inline-block;
    margin: 0px 5px;
}
.hashtag-ul li:first-child{
    margin-left: 0px;
}
.hashtag-ul li:last-child{
    margin-right: 0px;
}
.post-idea-outer1 {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.post-idea-outer1.press-outer .post-count {
    border-color: #FBD3AB;
    background-color: #F9DEC3;
}
.post-idea-outer1.press-outer .post-right {
    background-color: #F3E9DF;
    border-color: #FBD8B6;
}
.post-idea-outer1.press-outer1 .post-count {
    border-color: #DFDFDF;
    background-color: #E3E2E2;
}
.post-idea-outer1.press-outer1 .post-right {
    background-color: #F5F5F5;
    border-color: #E9E8E8;
}
.post-idea-outer1.press-outer2 .post-count {
    border-color: #BEEEE6;
    background-color: #D9F8F3;
}
.post-idea-outer1.press-outer2 .post-right {
    background-color: #ECFFFC;
    border-color: #D7FCF6;
}
.post-idea-outer1.press-outer3 .post-count {
    border-color: #D2FBBB;
    background-color: #E5FCD7;
}
.post-idea-outer1.press-outer3 .post-right {
    background-color: #F3FFEC;
    border-color: #D8F8C5;
}
.post-right p {
    margin: 0px;
    font-size: 16px;
}
.post-right-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.post-right {
    background-color: #F9EEEE;
    width: 100%;
    padding: 15px 50px;
    text-align: left;
    border: 1px solid #FEBEBE;
    border-radius: 15px;
}
.post-count {
    width: 35px;
    height: 35px;
    background-color: #F9D9D9;
    font-size: 18px;
    border: 1px solid #F6C3C3;
    border-radius: 100%;
    padding: 3px;
    font-weight: 600;
    margin-right: -17.5px;
    z-index: 9;
    text-align: center;
}
.social-connect-inner img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.post-idea-outer {
    padding-left: 40px;
}
.rss-select-div .add-btn {
    padding: 10px !important;
/*    width: 210px;*/
    margin-left: 10px;
    margin-bottom: 25px;
}
.post-idea-outer .upload-logo-title i {
    color: #fb5253;
    margin-right: 10px;
}
.post-idea-outer .upload-logo-title {
    text-align: left;
}
.schdule-slot {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.schdule-slot i {
    font-size: 20px;
    margin-right: 10px;
}
.label-error-outer {
    display: flex;
}
.fs-title.post-title {
    color: #FA5152;
}
.post-progress-bar1 li {
    width: 14% !important;
}
.post-progress-bar1 li .calender-li {
    background-color: #d5fff8;
}
.post-progress-bar1 li.active .calender-li {
    background-color: #93e3d7 !important;
}
.post-progress-bar1 li:before {
    background: #cdeee8 !important;
}
.post-progress-bar1 li.active:before, #progressbar li.active:after {
    background: #93e3d7 !important;
    color: white;
}
.fs-title.ads-title {
    color: #000;
}

.post-progress-bar li {
    width: 20% !important;
}
.post-progress-bar li .calender-li {
    background-color: #F9D9D9;
}
.post-progress-bar li.active .calender-li {
    background-color: #FEBBBC !important;
}
.post-progress-bar li:before {
    background: #FEBBBC !important;
}
.post-progress-bar li.active:before, #progressbar li.active:after {
    background: #FA5152 !important;
    color: white;
}
.rss-feed-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.add-btn-outer{
    text-align: left;
}
.add-btn {
    background-color: #eea868;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    margin-left: 0px;
    margin-right: auto;
    transition: 0.3s all ease-in-out;
    text-align: center;
}
.add-btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.previous.action-button {
    background-color: #8F8D8E !important;
}
.previous.action-button:hover {
    background-color: #000 !important;
}
.rss-select-div {
    display: flex;
    align-items: center;
}
.rss-select-div i {
    color: #DE0909;
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 20px;
}
.social-connect-inner {
    padding: 10px;
    border-radius: 15px;
    transition: 0.3s all ease-in-out;
    text-align: center;
}
.socialshare-title {
    font-size: 20px;
    margin-top: 10px;
}
.social-media-connect {
    text-align: left;
}
.social-connect-inner:hover {
    box-shadow: 0px 0px 20px 0px #9ec4f682;
}
.social-media-connect li {
    width: 24%;
    padding: 10px;
    border-right: 1px solid #EFECEC;
    display: inline-block;
    border-bottom: 1px solid #EFECEC;
    background-color: #fff;
}
.social-media-connect li:nth-child(9), .social-media-connect li:nth-child(5),
.social-media-connect li:nth-child(6), .social-media-connect li:nth-child(7),
.social-media-connect li:nth-child(8){
    border-bottom: none;
}
.social-media-connect li:nth-child(4), .social-media-connect li:nth-child(8){
    border-right: none;
}
.calender-btns {
    margin-top: 40px;
    text-align: right;
}
.drag-outer p {
    color: #7D7878;
    font-size: 14px;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    padding: 10px;
}
.drag-outer {
    margin-top: 20px;
    border: 2px dashed #eea868;
    border-radius: 20px;
    min-height: 150px;
    position: relative;
}
.drag-outer input {
    height: 150px;
    margin: 0px !important;
    opacity: 0;
}
.upload-logo-title {
    font-size: 18px;
    font-weight: 600;
}
.section-space.footer-custom.inner-footer {
    padding: 20px 0px;
}
.section-space.footer-custom.inner-footer .footer-bottom {
    margin-top: 0px;
}
.upload-logo-outer {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #ccc;
    border-radius: 15px;
    padding: 40px;
    margin-top: 30px;
    margin-left: 40px;
}
.error-message {
    margin-left: auto;
    color: red;
    font-size: 13px;
}
#progressbar li.active .calender-li {
    background-color: #FBE0C5;
}
/********multistep-form*********/
/*form styles*/
#msform {
    width: 100%;
    margin: 10px auto 0px 0px;
    text-align: center;
    position: relative;
}
.calender-label span {
    color: red;
}
.calender-label {
    text-align: left;
    display: block;
    font-size: 15px;
    color: #030303;
}
#msform fieldset {
    /* background: white; */
    border: 0 none;
    border-radius: 3px;
    /* box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%); */
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0px 0% 0 0;
    position: relative;
    text-align: left;
    /* min-height: 100vh; */
}
.fs-title {
    font-size: 36px;
    color: #EDA865;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
.top_subject56 {
    width: 50%;
    margin-right: 10px;
}
.slot_outer.custom_slot {
    width: 60%;
}
.one_top5 {
    display: flex;
}
#msform input, #msform textarea, #msform select {
    padding: 15px;
    border: 1px solid #D2D2D2;
    border-radius: 15px;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}
.hastag-inner {
    padding: 6px;
    border: 1px solid #f8898a;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    min-width: 100px;
    margin: 0px 0px 10px;
    cursor: pointer;
}
.hastag-inner.second-hastag-inner {
    border: 1px solid #eda865;
}
.hastag-inner.third-hastag-inner {
    border-color: #a6a7a8;
}
.hashtags-outer {
    display: flex;
    /*    align-items: center;*/
}
.hashtag-right {
    margin-left: auto;
}
.hastag-inner.third-hastag-inner span {
    color: #a6a7a8;
}
.hastag-inner.fourth-hastag-inner {
    border-color: black;
}
.hastag-inner.fourth-hastag-inner span {
    color: black;
}
.hastag-inner.second-hastag-inner span {
    color: #eda865;
}
.hastag-inner img {
    width: 20px;
    height: 17px;
    padding: 2px;
}
.hastag-inner span {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    color: #f8898a;
}
#msform select {
    background-image: url(../img/s-icon.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    -webkit-appearance: none;
}
#msform select:focus, #msform textarea:focus{
    outline: none;
}
/*buttons*/
#msform .action-button {
    width: auto;
    background: #FB5253;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 14px 20px;
    margin: 20px 15px 10px auto;
    text-transform: uppercase;
    border-radius: 15px;
    transition: 0.3s all ease-in-out;
    display: inline;
    margin-top: 10px !important;
}
.section-space.calender-outer .setting-tab {
    display: flex;
    padding: 15px 30px;
    transition: 0.3s all ease-in-out;
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #000;
    color: #fff;
}
/*headings*/
.fs-title {
    font-size: 22px;
    color: #EDA865;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 700;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #5A5A5A;
    margin-bottom: 20px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
.calenderli-title {
    color: #1E1C24;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.calender-li p {
    color: #1E1C24;
    font-size: 14px;
    margin: 0px;
}
.calender-li {
    background-color: #F8EFE7;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: left;
    width: 80%;
    min-height: 50px;
}
#progressbar li {
    list-style-type: none;
    color: #000;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    display: block;
    font-size: 18px;
    color: #fff;
    background: #9E9DA1;
    border-radius: 100%;
    line-height: 32px;
    font-weight: 600;
    border: 2px solid #fff;
    margin-right: -15px;
    z-index: 9;
    height: 35px;
}


/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    /* height: 1px; */
    /* background: #BFBFBF; */
    position: absolute;
    left: -50%;
    top: 50%;
    z-index: -1;
    border-top: 1px dashed #BFBFBF;
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #1E1C24;
    color: white;
}
/********************************/
.panel-heading {
    padding: 0;
    border:0;
}
.calender-title-outer {
    text-align: center;
    margin: 0px 0px;
}
.calneder-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.calender-title-outer p {
    color: #5A5A5A;
    font-size: 17px;
    width: 60%;
    margin: 0 auto;
}
.bell-tag::before {
    display: none;
}
.back-btn {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.back-btn i{
    margin-right: 7px;
}
.fal.fa-bell.bell-custom {
    background-color: #EECDAE;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
}
.socialshare-title a {
    color: #000;
}
.section-space.calender-outer {
    background-image: url(../img/circle.png), url(../img/bg1.png);
    background-position: left top, right 0px bottom 0px;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 15px;
    overflow-x: hidden;
    min-height: calc(100vh - 175px);
}
.search-input {
    border: 1px solid #E6E5E5;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    padding-left: 35px;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    min-width: 300px;
    background-size: 15px;
}
.available-span {
    text-align: right;
    display: block;
    font-size: 10px;
    font-weight: 600;
}
.name-span {
    display: block;
    text-align: right;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
.dropdown.profile-drop-down button {
    border: none;
    background-color: transparent;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #1a1919;
    display: flex;
    align-items: center;
}
.stickyHeader.headerCol .name-span {
    color: #fff;
}
.stickyHeader.headerCol .available-span {
    color: #fff;
}
.active-div span {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0eb30e;
    bottom: 0;
    right: 10px;
    border-radius: 100%;
    border: 1px solid #ccc;
}
.active-div {
    position: relative;
}
.dropdown.profile-drop-down button img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-left: 10px;
    object-fit: cover;
    margin-right: 10px;
}
.profile-down li {
    width: 100%;
    text-align: left;
    display: block;
    padding: 5px 10px;
    margin: 0px !important;
}
.dropdown.profile-drop-down .dropdown-menu.show {
    margin-top: 20px;
    /* box-shadow: 0px 0px 3px 0px #ccc; */
    width: 200px;
    background-color: #fff;
    left: -15px !important;
    border-radius: 10px;
}
.dropdown.profile-drop-down .dropdown-menu.show::before {
    content: "";
    position: absolute;
    margin: auto;
    top: -6px;
    left: auto;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(
45deg );
    -webkit-transform: rotate(
45deg );
    -moz-transform: rotate(225deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #fff;
    border-left: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,.15);
}
.profile-down li a {
    font-size: 14px !important;
    color: #000 !important;
}
.dropdown-toggle::after {
    border-top: .3em solid #e90e8b;
}
.premium-div .choose-plan-btn {
    background-color: #8f8d8e;
    border-color: #8f8d8e;
    box-shadow: 1px 10px 25px 1px #8f8d8e85;
}
.premium-div .choose-plan-btn:hover{
    color: #8f8d8e;
}
.enterprise-div .choose-plan-btn {
    background-color: #f76e58;
    border-color: #f76e58;
    box-shadow: 1px 10px 25px 1px #f76e586b;
}
.enterprise-div .choose-plan-btn:hover{
    color: #f76e58;
}
.enterprise-div .pricing-upper {
    background-color: #F76E58;
}
.premium-div .pricing-upper {
    background-color: #8F8D8E;
}
.custom_cancle a {
    background-color: #F76E58;
    padding: 10px 20px !important;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 50px;
}
.custom_cancle a {

    text-decoration: none;
}
.custom_cancle {
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 20px;
}
.setting-title.custom_bil {
    display: inline-block;
}
.choose-plan-btn {
    background-color: #EDA561;
    font-size: 14px;
    border: 2px solid #EDA561;
    color: #fff;
    font-weight: 600;
    padding: 12px 9px;
    border-radius: 30px;
    display: block;
    width: 160px;
    text-align: center;
    transition: 0.3s all ease-in-out;
    margin: 20px auto -105px auto;
    box-shadow: 0px 10px 25px 1px #eda56185;
}
.choose-plan-btn:hover{
    background-color: #fff;
    color: #EDA561;
}
.standard-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.pricing-ul li {
    padding: 15px 10px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}
.pricing-ul li i {
    color: #3BB54A;
    margin-right: 12px;
}
.pricing-ul li:nth-child(even){
    background-color: #F5F5F5;
}
.standard-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.pricing-upper {
    background-color: #EDA561;
    padding: 10px;
    text-align: center;
}
.pricing-outer {
    border: 1px solid #CFCFCF;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 80px;
}
.monthly-price-ul li {
    display: inline-block;
    width: 49%;
    padding: 30px;
    text-align: center;
    border-right: 1px dashed #4B4F9C;
    position: relative;
}
.ribbon-img {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.monthly-price-ul li span {
    color: #0D152E;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
}
.monthly-price-ul li a {
    color: #201F41 !important;
    font-size: 16px;
    border: 1px solid #201F41;
    display: block;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    margin: 5px auto;
    width: 120px;
}
.monthly-title {
    font-size: 36px;
    font-weight: 700;
    color: #0D152E;
}
.monthly-price-ul li:last-child{
    border-right: none;
}
.monthly-price-ul {
    width: 90%;
    border: 1px dashed #4B4F9C;
    border-radius: 15px;
    margin: 0 auto 70px auto;
}
.accordian-outer {
    display: flex;
}

.panel-title>a, .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #F1F1F1;
}
.accordian-right {
    margin-left: auto;
}
.accordian-right i {
    color: #434343;
    font-weight: 600;
    transition: all 0.5s;
}
.panel-heading.active a .accordian-right i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.count-span {
    color: #757575;
    margin-right: 10px;
}
.panel-body {
    padding: 10px 35px;
}
.accordian-left i {
    color: #ccc;
    margin-left: 15px;
    font-weight: 600;
}
.panel.panel-default {
    margin-bottom: 15px;
}
.panel-title {
    margin-bottom: 0px;
}
/*.panel-heading  a:before {
   font-family: "Font Awesome 5 Free";
   content: "\f33d";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.section-space.feature-introduce-outer.article-outer {
    background-color: #FDF5ED;
    padding-bottom: 90px;
}
.email-outer.callouter {
    background-color: #F76C58;
}
.email-outer i {
    color: #fff !important;
    margin: 0 auto;
    display: block;
    font-weight: 500;
}
.email-outer span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 8px;
    display: block;
}
.email-outer {
    background-color: #eea868;
    width: 49%;
    display: inline-block;
    padding: 20px;
}
.deliveryul li a {
    color: #000;
}
.deliveryul li:first-child{
    margin-left: 0px;
}
.deleivery-title {
    color: #434343;
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0px 30px 0px;
}
.deliveryul li {
    display: inline-block;
    margin: 0px 5px;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    color: #757575;
}
.popular-question-inner.question-outer.faqquestion-outer {
    margin-top: 30px;
}
.popular-question-inner.question-outer {
    text-align: center;
}
.popular-question-inner.question-outer i {
    color: #ccc;
}
.row.popular-question-row {
    align-items: center;
}
.popular-question-inner.table-content {
    background-color: #FDF5ED;
    padding: 40px;
    margin-bottom: 30px;
}
.popular-question-inner.table-content .question-title {
    padding-left: 35px;
}
.popular-question-inner.table-content i {
    color: #ccc;
    margin-right: 10px;
}
.question-title {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.popular-question-title {
    color: #434343;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.section-space.contact-bg.faq-bg {
    background-image: url(../img/faq-bg.png);
}
.row.contact-row {
    align-items: center;
}
.video-bottom-title {
    text-align: right;
    color: #817B7B;
    font-weight: 600;
}
.login-account-outer .getstarted-btn.signup-btn.login-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
}
.login-account-outer {
    margin: 30px 0px 10px 0px;
    text-align: center;
}
.download-tutorial {
    text-align: right;
    color: #F1925D;
    margin-bottom: 8px;
}
.modalheader-left h5 {
    font-size: 34px;
    color: #1E1C24;
    font-weight: 600;
}
.modal.tutorial-modal-outer .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}
.modal.tutorial-modal-outer .modal-body {
    border-bottom: none;
    padding-top: 0px;
}
.modal.tutorial-modal-outer .close {
    background-color: #000;
    padding: 0px 5px !important;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    font-size: 21px;
}
.vedio-outer video {
    width: 100%;
    height: 450px;
    object-fit: contain;
    background-color: #000;
}
.modalheader-left h5 span {
    color: #F1925D;
}
.modal.tutorial-modal-outer .modal-content {
    border-radius: 30px;
    border: none;
    padding: 10px;
}
.modal.tutorial-modal-outer .modal-dialog {
    max-width: 800px;
    border-radius: 30px;
    margin-top: 120px;
}
.modal.tutorial-modal-outer {
    padding-right: 0px !important;
}
.section-space.contact-bg.feature-bg {
    background-image: url(../img/feature-bg.png);
}
/*.desire-left.contact-banner {
    padding-top: 100px;
}*/
.contactdesire-right.tutorialdiv {
    text-align: center;
}
.row.tutorial-row {
    justify-content: center;
}
.t-title {
    font-size: 18px;
    color: #434343;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}
.t-icon-outer {
    width: 68px;
    height: 68px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 100%;
    padding: 15px;
}
.tutorial-inner {
    background-color: #F1F1F1;
    padding: 40px;
    text-align: center;
    margin-bottom: 15px;
}
.contactdesire-right h1 {
    color: #000;
    font-size: 27px;
}
.contactdesire-right p {
    font-size: 18px;
    color: #9E9595;
    margin-bottom: 50px;
}
.wave-img1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}
.section-space.contact-bg {
    background-image: url(../img/Bg-Shape.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 0px;
    background-size: 670px;
    margin-top: -96px;
    /*    position: absolute;
        top: 0;
        right: 0;*/
}
.wave-img2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
}
.register-outer.forgot-pwd-outer {
    padding: 0px;
    background-image: none;
    position: relative;
}
.section-space.forgot-pwdbg {
    background-image: url(../img/forgot-pwdbg.png);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: top;
    background-size: 80%;
}
.section-space.login-bg {
    background-image: url(../img/login-img.png);
    background-repeat: no-repeat;
    min-height: 80vh;
    background-position: right bottom;
}
.section-space.feature-introduce-outer {
    padding-bottom: 170px;
}
.section-space.feature-introduce-outer .introduce-section, .section-space.features-spire .introduce-section {
    padding-top: 0px;
}
.getstarted-btn.signup-btn.login-btn {
    background-color: #eea561;
    border-color: #eea561;
    color: #fff;
}
.already-account-div.notaccount {
    margin-top: 20px;
    text-align: center;
}
.already-account-div.notaccount a {
    color: #eea561;
}
.already-account-div {
    text-align: right;
    font-size: 18px;
}
.forgot-pwd-outer a {
    color: #eea561;
    font-size: 15px;
    font-weight: 600;
}
.custom-input.email-input {
    background-image: url(../img/mailicon.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding: 15px 30px 15px 50px;
    background-size: 20px;
}
.custom-input.password-input {
    background-image: url(../img/lockicon.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding: 15px 30px 15px 50px;
    background-size: 15px;
}
.register-inner.login-right {
    padding: 20px 50px 10px 50px;
}
.login-left img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}
.register-outer.login-outer {
    background-image: url(../img/login-bg.png);
    padding: 0px;
    background-position: left;
}
.already-account-div a {
    color: #FA5152;
    font-weight: 600;
}
.rememberme-outer {
    display: flex;
    align-items: center;
}
.forgot-pwd-outer {
    margin-left: auto;
}
.terms-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8F8D8E;
    font-weight: 600;
}

/* Hide the browser's default checkbox */
.terms-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.terms-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #8f8d8e8c;
    border: 1px solid #7070706b;
}

/* On mouse-over, add a grey background color */
.terms-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.terms-container input:checked ~ .checkmark {
    background-color: #EEA561;
}

/* Create the checkmark/indicator (hidden when not checked) */
.terms-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.terms-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.terms-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
        45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
        45deg
    );
}
.feature-right-img {
    padding-left: 100px;
}
.feature-left-img {
    padding-right: 100px;
}
.getstarted-btn.signup-btn {
    background-color: #FB5253;
    border-color: #FB5253;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
}
.signup-outer {
    margin: 30px 0px 0px 0px;
    text-align: center;
}
.terms-container a {
    color: #eea561;
}
.register-inner .logo {
    text-align: center;
}
.custom-input {
    border: 1px solid #7D7D7D;
    width: 100%;
    padding: 15px 30px;
    border-radius: 30px;
    color: #000;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
}
.custom-input:focus {
    border-color: #EEA561;
    color: #EEA561;
}
.register-title {
    font-size: 27px;
    text-align: center;
    margin: 5px 0px;
}
.register-inner {
    padding: 20px 10px 50px 50px;
}
.section-space.register-bg {
    min-height: 100vh;
    background-image: url(../img/register-bg.png);
    background-repeat: no-repeat;
}
.register-outer {
    padding: 20px;
    background-image: url(../img/register-right.png);
    background-position: right;
    box-shadow: 0px 0px 37px 0px #6a3b3b38;
    background-color: #fff;
    background-repeat: no-repeat;
    min-height: 550px;
}
.headerCol.stickyHeader .free-trial-btn:hover {
    background-color: #000;
    color: #fff;
}
.social-icons {
    margin-top: 15px;
}
.browse-btn-outer {
    text-align: center;
}
.contact-left p {
    color: #fff;
    font-size: 18px;
}
.contact-right input {
    width: 70%;
    border: none;
    font-weight: 600;
}
.send-btn {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    border: 2px solid #000;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 600;
    margin-left: auto;
}
.contact-left {
    width: 60%;
    padding-right: 50px;
}
.footer-inner img {
    width: 80px;
}
.contact-right {
    width: 40%;
    background-color: #fff;
    padding: 10px 10px 10px 30px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.contact-title {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 10px;
}
.container.custom-container.footer-container {
    padding: 0px 100px;
}
.contact-outer {
    background-color: #eea561;
    padding: 30px 50px;
    border-radius: 16px;
    margin: -45px 25px 70px 25px;
    display: flex;
    align-items: center;
}
.section-space.brand-success-outer {
    padding: 40px 0px;
    position: relative;
}
.clip-img {
    width: 100%;
}
.section-space.features-outer {
    background-color: #fdf5ed;
}
.right-bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
}
.left-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 30%;
}
.brand-right.brandrightleft {
    padding-left: 100px;
    padding-right: 0px;
}
.getstarted-btn.start-trial.let-start {
    background-color: #FA5152;
    border-color: #FA5152;
}
.section-space.easy-step-outer {
    background-color: #FDF5ED;
    padding: 10px 0px;
}
.brand-right .intrdouce-title {
    margin-bottom: 20px;
}
.brand-right {
    padding-right: 100px;
}
.row.brand-row {
    align-items: center;
}
.brand-left img {
    width: 100%;
}
.getstarted-btn.start-trial {
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    padding: 10px 40px;
}
.featues-left .intrdouce-title {
    padding-left: 60px;
    margin-bottom: 20px;
}
.section-space.features-outer .introduce-inner {
    margin: 60px 0px;
}
.featues-left .desc-p {
    padding-left: 60px;
    margin-bottom: 20px;
}
.desc-p {
    font-size: 20px;
    color: #6A6464;
}
.featues-left {
    padding-left: 100px;
}
.featues-right {
    padding-right: 100px;
}
.introduce-inner img {
    width: 106px;
}
.introduce-inner {
    box-shadow: 0px 0px 57px 0px #bababa54;
    border-radius: 10px;
    padding: 60px;
    margin: 15px;
    transition: 0.3s all ease-in-out;
    height: 100%;
    background-color: #fff;
}
.introduce-inner-title {
    color: #1E1C24;
    font-size: 25px;
    margin: 15px 0px;
    font-weight: 600;
}
.introduce-inner p {
    font-size: 18px;
    color: #6A6464;
    margin: 0px;
}
.introduce-inner:hover {
    box-shadow: 0px 0px 57px 0px #ebb4b478;
}
.integrated-div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subtitle {
    color: #736E6E;
    font-size: 24px;
    width: 60%;
    margin: 30px auto 60px auto;
}
.introduce-section {
    padding-top: 70px;
    text-align: center;
}
.intrdouce-title {
    font-size: 57px;
    font-weight: 700;
    color: #1E1C24;
    line-height: 55px;
}
.intrdouce-title span {
    font-weight: 500;
    color: #EEA561;
}
.section-space.integrated-main-outer {
    margin-top: -80px;
    padding-bottom: 20px;
}
.integrated-div ul li i {
    font-size: 30px;
    color: #333333;
}
.integrated-div span {
    font-size: 24px;
    color: #000;
    margin-right: 15px;
}
.integrated-div ul li {
    display: inline-block;
    margin: 0px 5px;
}
.getstarted-div {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.free-trial-text {
    color: #DC9A60;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.getstarted-btn {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #EEA561;
    border: 2px solid #EEA561;
    color: #fff;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    box-shadow: 10px 8px 30px 0px #ff535352;
}
.row.instructions-row {
    margin-top: 50px;
}
.already-account-div.notaccount.instruction-div {
    margin-top: 0px;
}
.getstarted-btn:hover {
    background-color: #1E1C24 !important;
    color: #fff !important;
    border-color: #1E1C24 !important;
}
.getstarted-div input {
    border: 2px solid #948989;
    padding: 10px 20px;
    border-radius: 30px;
    color: #948989;
    font-weight: 600;
    margin-right: 10px;
    min-width: 300px;
}
#newsletter-popup .modal-role-outer {
    background-image: none !important;
    padding-bottom: 0px;
}
.contact-right.no_bg .btn {
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    border-radius: 50px;
    padding: 10px;
}

.contact-right.no_bg {
    background-color: transparent;
}
.email_outer input {

    background-size: 16px;
    -webkit-appearance: none;
    padding: 20px;
    border: 1px solid #D2D2D2;
    border-radius: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    min-width: 400px;
    margin-right: 15px;
}
.desire-left h1 {
    font-size: 41px;
    color: #1E1C24;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn.custom_btn7 {
    background-color: #fff;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 50px;
}
.desire-left p {
    color: #5A5A5A;
    font-size: 20px;
    line-height: 30px;
}
.desire-left {
    padding: 80px 0px 50px 0px;
}
.section-space.desire-skill-outer {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 790px;
    margin-top: -96px;
}
.social-icons li {
    display: inline-block;
    margin: 0px 1px;
}
.voice-calling-left.platform-right img {
    width: 60%;
}
.voice-calling-left.platform-right{
    text-align: right;
}
.social-icons li:first-child{
    margin-left: 0px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a i {
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: #fff;
    border-radius: 100%;
    padding: 9px;
    transition: 0.3s all ease-in-out;
    border: 1px solid #fff;
    margin-right: 10px;
}
.social-icons li a i:hover{
    background-color: #eea561;
    color: #fff;
    border-color: #eea561;
}
.section-space.footer-custom {
    background-color: #000;
    margin-top: 30px;
}
.footer-bottom {
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.footer-border {
    border-top: 1px solid #ffffff2e;
    margin: 40px 10px;
}
.footer-ul li a {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    position: relative;
    font-weight: 600;
}
.agora-title.platform-title {
    margin-bottom: 30px;
}
.footer-ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    background-color: #eea561;
    height: 1px;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.footer-ul li a:hover {
    color: #eea561;
    text-decoration: none;
}
.footer-ul li a:hover:before {
    right: 0;
    width: 100%;
}
.footer-title.contactfooter-title {
    margin-top: 20px;
}
.footer-title {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-ul.footer-bottom-ul {
    margin-left: auto;
}
.footer-ul.footer-bottom-ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 2px solid #707070;
    margin: 0px;
}
.footer-ul.footer-bottom-ul li:first-child{
    padding-left: 0px;
}
.footer-ul.footer-bottom-ul li:last-child{
    padding-right: 0px;
    border-right: none;
}
.footer-ul.footer-bottom-ul li a{
    margin: 0px;
}
.footer-bottom {
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.footer-inner p {
    color: #fff;
    margin-bottom: 0px;
}
.footer-inner img{
    margin-bottom: 15px;
}
.voice-calling-right.customer-outer .agora-title {
    font-size: 40px;
    line-height: 48px;
}
.logo img {
    width: 170px;
}
.section-space {
    padding: 10px 0px 10px;
}
.free-trial-btn {
    background-color: #fff;
    color: #000 !important;
    text-transform: inherit !important;
    padding: 8px 20px !important;
    border-radius: 30px;
}

.free-trial-btn::before{
    display: none
}
.free-trial-btn:hover{
    background-color: #EEA561;
    color: #fff !important;
}
.container.custom-container {
    max-width: 90%;
}
header .container.custom-container {
    max-width: 100%;
}
.dropdown .dropdown-toggle {
    font-size: 16px;
    color: #050051;
    font-weight: 600;
}
/*.dropdown-menu {
    left: 0px !important;
}*/
.dropdown.profile-drop-down button:hover{
    box-shadow:none;
}
.dropdown-toggle::after {
    background-image: url(../img/down-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 7px;
    border: 0;
    vertical-align: -2px;
}
.toggle {
    width: 30px;
    position: relative;
    height: 20px;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    z-index: 99999;
    margin-left: auto;
}
.bar {
    background-color: #fff;
    position: absolute;
    height: 3px;
    width: 100%;
    transition: all 500ms ease-in-out;
}
.toggle .bar:nth-child(1) {
    top: 0;
}
.toggle .bar:nth-child(2) {
    top: 9px;
    width: 15px;
}
.toggle .bar:nth-child(3) {
    top: 18px;
    width: 20px;
}
.headerCol.inner-header {
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px #ccc;
}
/* header css start */
.headerCol{
    /*  background-color: #fff;*/
    padding:10px 0px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.stickyHeader.headerCol {
    box-shadow: 0 5px 5px 1px rgb(8 8 8 / 10%);
    background-color: #eea868 !important;
}
.logo a{
    color:#fff;
    font-size: 20px;
}
.nav_menu ul{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items:center;
    justify-content: flex-end;
}
.nav_menu ul li + li{
    margin-left:35px;
}
.nav_menu ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
}
.nav_menu ul li a:hover{
    text-decoration: none;
}
.nav_menu ul li a:hover:before {
    right: 0;
    width: 100%;
}
.nav_menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    background-color: #fff;
    height: 1px;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
/*.nav_menu ul li a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  height: 2px;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.nav_menu ul li a:hover:before{
  right:0;
  width: 100%;
}*/

/*********26-04-2021*********/
#hashModal .modal-dialog {
    max-width: 700px;
}
.done-btn-outer {
    text-align: center;
}
.modal-custom-label {
    display: block;
    font-size: 14px;
}
.modal-custom-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dfdede;
    margin-bottom: 20px;
}
.done-a {
    background-color: #fbe9d9;
    color: #757575;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
    transition: 0.3s all ease-in-out;
}
.done-a:hover{
    background-color: #000;
    color: #fff;
}
.table.CustomTable i {
    FONT-WEIGHT: 600;
    font-size: 18px;
    color: #eea868;
}
.posthour {
    color: #eea868;
    background-color: #fbe9d9;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 13px;
}
.table.CustomTable {
    border: 1px solid #dee2e6;
    font-size: 15px;
}
.table-div {
    max-height: 600px;
    overflow-y: auto;
}
.table.CustomTable {
    border: 1px solid #dee2e6;
}
.hastag-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
}
.tabbable-panel.modal-navbar ul li {
    width: 33.3%;
    text-align: center;
}
.tabbable-panel.modal-navbar ul li a {
    padding: 7px 10px;
    border-bottom: 3px solid #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.tabbable-panel.modal-navbar ul li a.active {
    border-color: #eea868;
    background-color: #eea86840;
    color: #eea868;
    font-weight: 600;
}
.tabbable-panel.modal-navbar ul{
    margin-bottom: 15px;
}
#hashModal .modal-header h5 {
    text-align: center;
    width: 100%;
    font-weight: 600;
}
/******************/
span#user_email_error {
    float: left;
    color: #ff0000;
}
.choose_slot {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.slot-popup-content {
    width: 470px !important;
    padding: 10px !important;
}
.calendar_settings a.fa.fa-cog {
    /* float: left; */
    font-size: 18px;
    text-align: right;
    color: #eea561;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 5px;
}
.popup-content.slot-popup-content select {
    width: 100%;
    padding: 15px;
    margin: 20px 0px;
}
.slot_outer input {
    width: 80% !important;
}
.choose_slot .fas {
    margin-right: 4px;
    color: #EDA865;
}
@media(max-width:1700px){
    .contact-left.platform-right img {
        position: absolute;
        top: -237px;
        left: -100px;
        bottom: 90px;
    }
    .footer-inner img {
        width: 70px;
    }
.section-space.desire-skill-outer {
    background-size: contain;
    background-position: right 0px bottom;
}
}


@media(max-width:1400px){
/******09-09-2021******/
.publish_count {
    font-size: 24px;
}
.container.custom-container {
    max-width: 95%;
}
.post-idea-outer {
    padding-left: 0px;
}

/************/
    .desire-left.contact-banner {
        padding-top: 80px;
    }
.setting-left-inner.billing-outer .pricing-ul li {
    padding: 12px 10px;
}
    .setting-left-inner.billing-outer {
        padding: 20px 10px 40px 10px;
    }
    .desire-left.contact-banner h1 {
        font-size: 46px;
        line-height: 50px;
    }
    .section-space.contact-bg {
        background-size: 620px;
    }
    .tutorial-inner {
        padding: 25px;
    }
    .chat-upper-section {
        max-height: 50vh;
        overflow-y: auto;
        min-height: 50vh;
    }
    .sidebarright {
        padding: 20px 30px 20px 30px;
    }
}

@media(max-width:1366px){
.col-20p {
    width: 18%;
}
    .search-input {
        min-width: 200px;
    }
    .source-ul li img {
        width: 40px;
    }

.hashtag-ul li img {
    width: 30px;
}
    .hashtags-span span {
        padding: 7px 10px;
    }
    .hashtag-ul.img-ul li {
        width: 47%;
        display: inline-block;
    }
    .hashtags-outer.content-write-ul .hashtag-ul li {
        display: inline-block;
        margin: 5px 5px;
    }
    .hashtags-outer.content-write-ul .hashtag-left {
        margin-bottom: 10px;
    }
.socialshare-title {
    font-size: 14px;
    color: #000;
}
    .calender-li {
        min-height: 68px;
    }
    .calender-li {
        width: 80%;
    }
    .calenderli-title {
        font-size: 16px;
    }
    .register-outer.login-outer {
        background-position: left -200px bottom;
    }
    .register-outer {
        background-position: right -100px bottom;
    }
    .featues-left {
        padding-left: 50px;
    }
    .left-bg-img {
        width: 28%;
    }
    .container.custom-container.footer-container {
        padding: 0px 0px;
    }
    .brand-right {
        padding-right: 50px;
    }
    .brand-right.brandrightleft {
        padding-left: 50px;
    }
    .introduce-inner {
        padding: 40px 20px;
    }
    .introduce-inner-title {
        font-size: 22px;
        margin: 10px 0px;
    }
}


@media(max-width:1199px){
/******09-09-2021******/
.publish_count {
    font-size: 25px;
}
.calender_main_customdiv {
    width: 100%;
    overflow-x: auto;
}
#showEventCalendar {
    width: 1200px !important;
}
.hashtags-outer.content-write-ul .hashtag-left {
    width: 100% !important;
}
.hashtag-left {
    width: 100% !important;
}
.hashtags-outer.content-write-ul {
        display: inherit;
    }
.post_publish_title {
    font-size: 15px;
}
.account_overview_div {
    padding: 15px;
}
.setting-left.tabs_setting_left .nav.nav-tabs li a {
    font-size: 15px;
}
/************/
    .nav_menu ul li a {
        font-size: 14px;
        padding: 0px 10px;
    }
    .social-media-connect li:nth-child(5),
    .social-media-connect li:nth-child(6), .social-media-connect li:nth-child(7),
    .social-media-connect li:nth-child(8){
        border-bottom: 1px solid #EFECEC;
    }
    .contact-list-title {
        font-size: 15px;
    }
    .list-spannumber {
        padding: 4px 10px;
    }
    .billing-price-outer {
        overflow-x: scroll;
    }
    .row.billing-price-row {
        width: 1200px;
    }
    .table.table-sm.custom-table {
        width: 1200px;
    }
    .select-calendar {
        min-width: 150px;
    }
    .create-post-div {
        padding: 100px 30px;
    }
    .sidebarright {
        width: calc(100% - 100px);
    }
    .add-btn.new-post {
        width: 200px;
    }
    .perview-outer .desc-p {
        font-size: 14px;
    }
    .social-media-connect li {
        width: 49%;
        padding: 5px;
    }
    .social-connect-inner {
        padding: 30px 0px;
    }
    .upload-logo-outer {
        padding: 30px;
        margin-top: 30px;
        margin-left: 0px;
    }
    .popular-question-inner.table-content {
        padding: 15px;
    }
    .email-outer {
        width: 45%;
    }
    .feature-left-img {
        padding-right: 0px;
    }
    .feature-right-img {
        padding-left: 0px;
    }
    .wave-img2, .wave-img1 {
        width: 30%;
    }
    .register-outer.login-outer {
        background-position: left -310px bottom;
    }
    .register-inner.login-right {
        padding: 90px 15px 20px 15px;
    }
    .register-outer {
        min-height: auto;
    }
    .register-inner {
        padding: 20px 10px 20px 0px;
    }
    .getstarted-div input {
        min-width: auto;
    }
    .desire-left h1 br{
        display: none;
    }
    .subtitle {
        width: 100%;
        margin: 30px auto 40px auto;
    }
    .intrdouce-title {
        font-size: 48px;
    }
    .section-space.desire-skill-outer {
        background-position: right -400px bottom;
    }
    .section-space {
        padding: 0px 0px;
    }
    .headerCol {
        padding: 10px 0px;
    }
    .footer-border {
        margin: 30px 10px;
    }
    .dropdown .dropdown-toggle {
        font-size: 13px;
    }
    .nav_menu ul li + li {
        margin-left: 9px;
    }
}

@media(max-width:991px){
    .register-outer {
        background-position: right -300px bottom;
    }
.sidebarright {
    width: calc(100% - 50px);
}
    .hashtag-left {
        width: calc(100% - 0px);
    }
    .headerCol .bar {
        background-color: #000;
    }
.section-space.contact-outer-inputs .col-20p {
    width: 48%;
}
.exampleModalLong .modal-dialog {
    max-width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
    .modal-dialog.new-post-modaldialog .modal-role-outer {
        padding-bottom: 140px;
    }
    .row.analytic-row .col-md-4, .row.analytic-row .col-md-7, .row.analytic-row .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .setting-tab {
        padding: 15px 15px;
    }
    .section-space.desire-skill-outer {
        margin-top: -78px;
    }
    .headerCol.inner-header .bar {
        background-color: #eda563;
    }
    .opennav .headerCol.inner-header .bar {
        background-color: #fff;
    }
    .section-space.contact-bg {
        margin-top: -79px;
    }
    .create-post-div.image-actions-outer ul li {
        margin: 0px 0px;
    }
    .image-detail-outer1 {
        display: inherit;
        margin: 10px 0px;
    }
    .image-detail-left {
        margin-bottom: 5px;
    }
    .create-post-div.image-actions-outer {
        margin-top: 20px;
    }
    .image-title {
        font-size: 20px;
    }
    .image-libary-left {
        margin-right: 0px;
    }
    .upload-logo-outer.ads-upload-logo {
        width: 100%;
    }
    .loom-container {
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .loom-checkbox-outer {
        display: inherit;
        margin-bottom: 15px;
    }
    .loom-title {
        margin-right: 0px;
        margin-bottom: 10px;
        display: block;
    }
    .hashtags-outer {
        display: inherit;
    }
    .hashtag-right {
        margin-top: 10px;
    }

    .post-idea-outer {
        padding-left: 0px;
    }
    .post-right {
        padding: 15px 30px;
    }
    /*.calneder-title {
        font-size: 30px;
    }*/
    #msform {
        margin: 10px auto 0px 0px;
    }
    #msform fieldset {
        padding: 10px 0px;
        margin: 10px 0% 0 0;
    }
    .calender-title-outer p {
        font-size: 15px;
        width: 100%;
    }
    /*.section-space.calender-outer {
        margin-top: 75px;
    }*/
    .monthly-price-ul {
        margin: 0 auto 30px auto;
    }
    .pricing-ul li {
        padding: 10px 20px;
        font-size: 14px;
    }
    .monthly-price-ul li {
        padding: 10px;
    }
    .monthly-price-ul li span {
        font-size: 11px;
    }
    .monthly-title {
        font-size: 22px;
    }
    .standard-subtitle {
        font-size: 18px;
    }
    .standard-title {
        font-size: 22px;
    }
    .t-title {
        font-size: 14px;
    }
    .modal.tutorial-modal-outer .modal-dialog {
        max-width: 90%;
        margin-top: 80px;
    }
    .introduce-inner {
        margin: 15px 0px;
    }
    .section-space.contact-bg {
        background-size: 390px;
    }
    .register-outer.login-outer {
        background-position: left -430px bottom;
    }
    .register-inner.login-right {
        padding: 30px 15px 20px 15px;
    }
    .custom-input {
        padding: 10px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .navCol {
        position: fixed;
        bottom: 0;
        top: 0px;
        left: 0;
        right: 0px;
        text-align: center;
        -webkit-transform: translate(100%, 0%);
        -ms-transform: translate(100%, 0%);
        transform: translate(100%, 0%);
        -webkit-transition: all 500ms ease-in-out 0s;
        -o-transition: all 500ms ease-in-out 0s;
        transition: all 500ms ease-in-out 0s;
        z-index: 8;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #eea868;
    }
    .desire-left h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .free-trial-text {
        margin-top: 15px;
        font-size: 16px;
    }
    .getstarted-div {
        margin-top: 10px;
    }
    .section-space.integrated-main-outer {
        margin-top: -240px;
    }
    .introduce-inner {
        padding: 20px 20px;
    }
    .intrdouce-title {
        font-size: 35px;
        line-height: 40px;
    }
    .desc-p {
        font-size: 16px;
    }
    .getstarted-btn.start-trial {
        padding: 10px 20px;
    }
    .introduce-inner p {
        font-size: 16px;
    }
    .featues-right {
        padding-right: 0px;
    }
    .contact-outer {
        padding: 20px 20px;
        margin: -115px 5px 30px 5px;
    }
    .contact-left p {
        font-size: 16px;
    }
    .contact-right {
        width: 50%;
    }
    .container.custom-container.footer-container {
        padding: 0px 0px;
    }
    .contact-left {
        width: 50%;
        padding-right: 20px;
    }
    .contact-title {
        font-size: 28px;
        margin-bottom: 0px;
    }
    .featues-left .intrdouce-title {
        padding-left: 20px;
    }
    .featues-left .desc-p {
        padding-left: 20px;
    }
    .featues-left {
        padding-left: 0px;
    }
    .subtitle {
        margin: 20px auto 40px auto;
        font-size: 18px;
    }
    .getstarted-div input {
        width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .desire-left p {
        font-size: 16px;
        line-height: 24px;
    }
    .logo img {
        width: 130px;
    }
    .desire-left {
        padding: 50px 0px 20px 0px;
    }
    .section-space.desire-skill-outer {
        background-position: right -280px bottom;
        min-height: 900px;
    }
    .footer-inner p {
        margin: 0px;
        font-size: 14px;
    }
    .contact-input img {
        right: -65px;
        top: -115px;
        width: 60%;
    }
    .sub-title {
        font-size: 18px;
    }
    .opennav .navCol{
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    .nav_menu {
        width: 100%;
        text-align: center;
        overflow-y: auto;
        max-height: 100%;
        padding: 30px 20px;
    }
    .dropdown-menu .dropdown-item {
        color: #050051;
        text-align: center;
    }
    .nav_menu ul{
        flex-direction: column;
    }
    .nav_menu ul li + li{
        margin-left:0;
        margin-top:20px;
    }
    .nav_menu ul li a{
        font-size: 25px;
    }
    .opennav .bar:nth-child(1) {
        width: 100%;
        transform: rotate(135deg);
        top:10px
    }
    .opennav .bar:nth-child(2) {
        top: 10px;
        width: 100%;
        transform: rotate(-135deg);
    }
    .opennav .bar:nth-child(3) {
        visibility: hidden;
        opacity: 0;
    }
    .dropdown .dropdown-toggle {
        color: #fff;
    }
    .nav_menu ul li + li {
        margin-top: 10px;
    }
    .nav_menu ul li a {
        font-size: 14px;
        color: #fff;
    }
    .dropdown-menu.show {
        padding: 0px;
        position: inherit !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
    }
    .dropdown-toggle::after {
        vertical-align: -6px;
        border-top: .4em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0px;
        border-left: .5em solid transparent;
    }
    .social-media-connect li:nth-child(even){
        border-right:none;
    }
    /*.headerCol.inner-header .bar {
        background-color: #eda563;
    }*/
    .stickyHeader.headerCol .bar{
        background-color: #fff;
    }
    /*.calender-list-outer {
        margin-top: 75px;
    }*/
    .sidebarright {
        padding: 15px;
    }
	.col-20p {
/*    width: 48% !important;*/
    margin: 0px 5px 50px !important;
}
.find_inner .card-body {
    display: block;
}
.find_inner .card-body p {
    width: calc(100% - 0px);
}
}

@media(max-width:767px){
/******09-09-2021******/


.search-upperright .btn-group.btn-group-custom {
    /* background-color: red; */
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}
#monthshow p {
    border: transparent !important;
    font-size: 12px !important;
}
.month-div {
    border: transparent !important;

}
.connect-facebook-outer {
    padding: 10px !important;
}
.filter-social {
    display: inline;
    align-items: center;
}
.cal-month-box {
    width: 710px;
    overflow: scroll;
}
#showPostIdeaCalendar {
    overflow-x: auto;
    width: 100%;
}
.setting-left.tabs_setting_left .nav.nav-tabs li {
    width: 50%;
    text-align: center;
}
.month-div i {
    padding: 10px 13px;
}
.add-btn.new-post {
    margin-left: 0px;
}
.calendar_settings {
    text-align: right;
    display: inline-block;
}
.back_btn.back_calender a {
    font-size: 13px;
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: right !important;
}
.custom_cancle a {
    font-size: 15px;
    display: inline-block;
}
.custom_cancle span {
    display: inline-block;
    margin-bottom: 5px;
}
.custom_cancle {
    float: none;
    margin-right: 15px;
    margin-left: 15px;
}
.footer-ul.footer-bottom-ul li {
    margin: 5px 0px;
}
.col-18p {
    width: 100%;
    margin: 0px 0px;
}
.setting-left.tabs_setting_left .nav.nav-tabs li a {
    font-size: 14px;
}
.account_overview_title {
    font-size: 16px;
    padding: 8px;
}
.account_overview_outer {
    display: block;
}
.account_overview_div {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
}
.account_overview_outer.second_row.third_row .account_overview_div {
    width: 100%;
}
.account_overview_outer.second_row {
    border-top: none;
}
.account_overview_outer.second_row.fourth_row .account_overview_div {
    width: 100%;
}
/************/
    .logo img {
        width: 120px;
    }
.col-20p {
    width: 100% !important;
    margin: 0px 5px 0px !important;
}
    .payment-right-outer {
        padding: 15px;
        margin-top: 15px;
    }
    .plan-outer {
        margin: 20px 0px;
        padding: 15px;
    }
    .standard-plan {
        display: inherit;
    }
    .view-plan-btn {
        padding: 5px 10px;
        font-size: 14px;
    }
    .standard-ul {
        margin-bottom: 10px;
    }
    .purchase-subtitle {
        font-size: 18px;
        margin: 10px 0px;
    }
    .purchase-title {
        font-size: 16px;
    }
    #giphy-images-content img {
        height: 100px;
    }
    #socialMediaIsNotConnected .modal-dialog {
        max-width: 90%;
        margin: 60px auto;
    }
    #socialMediaIsNotConnected .modal-content {
        padding: 30px;
    }
    .eventlisttitle {
        margin-top: 15px;
    }
    #progressbar li:before {
        width: 25px;
        font-size: 12px;
        line-height: 23px;
        height: 25px;
    }
    .modal-dialog.new-post-modaldialog .connect-facebook-outer {
        padding: 0px;
    }
    .new-post-title {
        font-size: 23px;
    }
/*    .calender-label {
        margin-bottom: 0px;
    }*/
    .nav.nav-tabs.tabs-innerouter li {
        display: block;
        margin: 0px 0px;
    }
    .calender-list-outer .sidebarleft .sidebar-ul li a span {
        display: none;
    }
    .calender-list-outer .sidebarleft .bar-tag {
        width: 50px;
        font-size: 20px;
    }
    .sidebarleft {
        width: 50px;
    }
    .setting-left {
        padding: 10px 2px;
    }
    .billing-price-outer {
        overflow-x: inherit;
    }
.row.billing-price-row {
    width: 100%;
    margin: 0 auto;
}
    .calneder-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .setting-left {
        min-height: auto;
        margin-top: 10px;
    }
    .setting-title {
        font-size: 18px;
    }
    .setting-left-inner {
        padding: 0px 20px;
    }
    .name-span {
        color: #fff;
    }
    .files-p {
        margin-top: -10px;
        margin-bottom: 15px;
    }
    .pagination-div {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .image-title {
        margin-top: 15px;
    }
    .image-libarary-title {
        margin-bottom: 10px;
    }
    .image-drop-div {
        padding: 30px;
    }
    .search-upperleft .custom-input1 {
        width: 250px;
        margin-right: 0px;
        margin-bottom: 10px;
        min-width: auto;
    }
    .search-upper {
        display: inherit;
        margin-bottom: 10px;
    }
.month-div {
    margin-top: 10px;
    width: 210px;
    background-color: #fff;
}
    .post-progress-bar1 {
        width: 100%;
    }
    .current-scdulingslot {
        margin-top: 20px;
    }
    .rss-select-div.time-slot span {
        display: none;
    }
    .edit-tag {
        margin-bottom: 5px;
        display: inline-block;
    }
    .post-progress-bar1 li {
        width: 100% !important;
    }
    .rss-select-div-inner {
        width: 100%;
        margin-right: 0px;
    }
    .add-btn.add-new {
        margin-left: 0px;
        text-align: left;
        margin-bottom: 15px !important;
    }
    .rss-select-div {
        display: inherit;
    }
    .perview-outer {
        padding: 10px;
        margin-bottom: 10px;
    }
    .hashtag-ul li {
        margin: 5px 2px;
    }
    .post-progress-bar li {
        width: 100% !important;
    }
    .add-btn {
        font-size: 13px;
    }
    .rss-select-div .add-btn {
        margin-bottom: 15px;
    }
    #msform .action-button {
        margin: 10px 15px 10px auto;
    }
    .post-idea-outer {
        margin-top: 15px;
    }
    #progressbar li {
        width: 100%;
    }
    .fs-subtitle {
        font-size: 15px;
        margin-bottom: 20px;
        margin-bottom: 10px;
    }
    #msform input, #msform textarea, #msform select {
        padding: 15px;
        margin-bottom: 15px;
    }
    #msform textarea:focus{
        outline: none !important;
    }
    .fs-title {
        /*    font-size: 24px;*/
        margin-bottom: 10px;
    }
    .calender-li {
        width: 100%;
        min-height: auto;
        margin-bottom: 5px;
    }
    .monthly-price-ul li {
        border-right: none;
        border-bottom: 1px dashed #4B4F9C;
        width: 100%;
    }
    .pricing-outer {
        margin-bottom: 50px;
    }
    .monthly-price-ul li:last-child{
        border-bottom: none;
    }
    .popular-question-inner.table-content .question-title {
        padding-left: 0px;
    }
    .email-outer {
        padding: 10px;
    }
    .popular-question-title {
        font-size: 20px;
    }
    .faq-detail-outer {
        margin-top: 25px;
    }
    .deleivery-title {
        font-size: 24px;
        margin: 10px 0px 15px 0px;
    }
    .popular-question-inner.question-outer.faqquestion-outer {
        margin-top: 15px;
    }
    .popular-question-inner.table-content {
        margin-bottom: 15px;
    }
    .modalheader-left h5 {
        font-size: 24px;
        line-height: 32px;
    }
    .vedio-outer video {
        height: 290px;
    }
    .section-space.feature-introduce-outer {
        padding-bottom: 30px;
    }
    .section-space.easy-step-outer .row.brand-row {
        flex-direction: column-reverse;
    }
    .section-space.contact-bg {
        background-size: 160px;
    }
    .desire-left.contact-banner h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .contactdesire-right p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .register-outer.login-outer {
        background-image: none;
    }
    .rememberme-outer {
        display: inherit;
    }
    .forgot-pwd-outer {
        margin-top: 10px;
    }
    .register-inner {
        padding: 20px 0px 20px 0px;
    }
    .register-outer {
        background-image: none;
    }
    .getstarted-btn.signup-btn {
        font-size: 16px;
    }
    .already-account-div {
        text-align: center;
        font-size: 14px;
    }
    .signup-outer {
        margin: 30px 0px 0px 0px;
    }
    .custom-input {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .register-title {
        font-size: 20px;
        text-align: center;
        margin: 20px 0px;
    }
    .section-space.desire-skill-outer {
        background-position: right -280px bottom;
        min-height: 720px;
    }
    .social-icons li a i {
        margin-right: 0px;
    }
    .featues-left .intrdouce-title {
        padding-left: 0px;
        margin-bottom: 10px;
    }
    .contact-right {
        width: 100%;
        padding: 5px 5px 5px 0px;
    }
.contact-left p {
    margin-top: 10px;
}
    .contact-left {
        width: 100%;
        padding-right: 0px;
    }
    .contact-outer {
        padding: 20px 20px;
        margin: 0px 5px 30px 5px;
        display: inherit;
    }
    .section-space.features-outer .introduce-inner {
        margin: 20px 0px;
    }
    .featues-left .desc-p {
        padding-left: 0px;
        margin-bottom: 10px;
    }
    .introduce-inner {
        margin: 10px 0px;
        height: auto;
    }
    .section-space {
        padding: 30px 0px;
    }
    .getstarted-btn.start-trial {
        margin-top: 0px;
    }
    .brand-right.brandrightleft {
        padding-left: 0px;
        margin-top: 30px;
    }
    .brand-right {
        padding-right: 0px;
    }
    .introduce-section {
        padding-top: 30px;
    }
    .integrated-div span {
        font-size: 20px;
        margin-right: 0px;
        margin-bottom: 15px;
        display: block;
        margin-top: 10px;
    }
    .contact-title {
        font-size: 26px;
    }
    .section-space.integrated-main-outer {
        margin-top: -200px;
    }
    .integrated-div {
        display: inherit;
    }
    .section-space.footer-custom {
        padding: 20px 0px;
    }
    .footer-inner img {
        width: 80px;
        margin-bottom: 0px;
    }
    .social-icons {
        margin-bottom: 20px;
    }
    .footer-title {
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .social-icons li a i {
        width: 30px;
        height: 30px;
        padding: 6px;
    }

    .footer-bottom {
        font-size: 13px;
        margin-top: 10px;
        display: inherit;
        text-align: center;
    }
    .section-space.footer-custom.inner-footer {
        padding: 10px 0px;
    }
    .footer-ul.footer-bottom-ul {
        margin-top: 5px;
    }
    .footer-ul li {
        /* display: inline-block; */
        margin: 0px 0px;
    }
    .footer-border {
        margin: 15px 10px;
    }
    .footer-ul li:first-child{
        margin-left: 0px;
    }
    .footer-ul li:last-child{
        margin-right: 0px;
    }
    .footer-ul li a {
        font-size: 13px;
        margin-bottom: 0px;
    }
.filter-social select {
    margin-right: 0px;
    margin-left: 0px;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.add-btn.new-post {
    width: auto;
    margin: 5px 0px;
}
.add-btn.new-post i {
    font-size: 15px;
}
}

@media(max-width:575px){
	.modal-role-outerf input {
    margin: 10px 0px;
    width: 100%;
    min-width: 100%;
}
	.new-calendar {
    min-width: 100px;

}
.create-cancel {
    margin: 0px;;
}
.connect-facebook-outer .create-role-outer a {
    display: inline-block;
    font-size: 10px;
    padding: 7px 13px;
}
.modal-role-outer {
    padding: 10px;
}
    .getstarted-div input {
        width: 100%;
    }
.setting-left.tabs_setting_left .nav.nav-tabs li {
    width: 100%;
}
.email_outer input {
    min-width: 100%;
}
    .search-upperleft {
        display: inherit;
    }
    .sidebarright {
        width: calc(100% - 50px);
    }
    .month-div i {
        font-size: 20px;
    }
.month-div {
    width: 202px;
}
    .select-calendar {
        margin: 10px 0px;
    }
    .filter-div {
        width: 40px;
    }
    .modal.tutorial-modal-outer .modal-content {
        padding: 0px;
    }
    .getstarted-div .getstarted-btn {
        display: inline-block;
        margin-top: 10px;
    }
    .modal.tutorial-modal-outer .close {
        margin-right: 4px;
        margin-top: 0px;
    }
    .section-space.desire-skill-outer {
        min-height: 780px;
    }
    .subtitle {
        font-size: 16px;
    }
    .intrdouce-title {
        font-size: 26px;
        line-height: 30px;
    }
    .introduce-inner img {
        width: 96px;
    }
}



@media(max-width:480px){

    .social-media-connect li {
        width: 100%;
        padding: 5px;
        border-right:none !important;
    }
    .tabs-outerCustom .nav.nav-tabs li {
        margin: 0px 0px;
        display: block;
        width: 100%;
    }
    .tabs-outerCustom .nav.nav-tabs {
        margin: 0 auto 10px auto;
        display: block;
        text-align: center;
    }
    .search-upperleft .custom-input1 {
        width: 200px;
    }
	.section-space.integrated-main-outer {
    margin-top: -130px !important;
}
.integrated-div span {
    display: block;
    margin-top: 50px;
}
.desire-left h1 {
    font-size: 26px;
    line-height: initial;
}
}



@media(max-width:375px){


}




@media screen and (max-width: 720px) {
    .popup-content {
        width:90%;
    }
}

select {
    background-color: #EECDAE;
    border: 1px solid #efeeee !important;
    color: #000 !important;
}

.email-outer a {
    color: white;
}


/** rohit */
/*.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #fff;
    width: 150px;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #eea868;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover {
    background-color: #eea868;
}
.select-styled:active, .select-styled.active {
    background-color: #eea868;
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #eea868;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #fb5253;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
    color: #c0392b;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
*/
