@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "GR";
    src: url("fonts/QNYSCK Graphik-Regular.eot");
    /* IE9*/
    src: url("fonts/QNYSCK Graphik-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/QNYSCK Graphik-Regular.woff2") format("woff2"),
        /* chrome、firefox */
        url("fonts/QNYSCK Graphik-Regular.woff") format("woff"),
        /* chrome、firefox */
        url("fonts/QNYSCK Graphik-Regular.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("fonts/QNYSCK Graphik-Regular.svg#gr") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "GSb";
    src: url("fonts/Graphik-Semibold.eot");
    /* IE9*/
    src: url("fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/Graphik-Semibold.woff2") format("woff2"),
        /* chrome、firefox */
        url("fonts/Graphik-Semibold.woff") format("woff"),
        /* chrome、firefox */
        url("fonts/Graphik-Semibold.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("fonts/Graphik-Semibold.svg#GSB") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "GB";
    src: url("fonts/Graphik Web Black Regular.eot");
    /* IE9*/
    src: url("fonts/Graphik Web Black Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/Graphik Web Black Regular.woff2") format("woff2"),
        /* chrome、firefox */
        url("fonts/Graphik Web Black Regular.woff") format("woff"),
        /* chrome、firefox */
        url("fonts/Graphik Web Black Regular.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("fonts/Graphik Web Black Regular.svg#Graphik Web Black Regular") format("svg");
    /* iOS 4.1- */
}

/* ::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #262D33;
    background:#262D33;
}  */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

body {

    overflow-x: hidden;
    /*min-width: 1300px !important;*/
}

a:focus {
    outline: none;
}

#editor_preview .modal-content .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;

    position: absolute;
    right: 15px;
    top: -12px;

    font-size: 25px;
    line-height: 20px;
    border-radius: 50%;

    background: white;
    opacity: 1;
    color: rgb(146, 146, 146);
}

.panel-body {
    padding: 10px;
}

#editor_preview .modal-content .close span {
    display: block;
    width: 100%;
    height: 100%;
}

.editable-bar-right .tab-content {
    overflow-y: scroll;
    height: 85vh;
}

.editable-bar-right .tab-content::-webkit-scrollbar {
    width: 8px;
}

.editable-bar-right .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
}

.editable-bar-right .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background: #262D33;
}

.dv-actv:hover,
.dv-actv:focus,
.dv-actv.active {
    /* border:2px solid #166DF5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 2px solid #166DF5 !important;
    outline-offset: 0px;
}

.dv-actv {
    position: relative;
}

.dv-actv>.plus-circle {
    display: none;
}

.dv-actv:hover .plus-circle {
    display: block;
    background: #166DF5;
    border-radius: 100px;
    color: #fff;
    font-size: 46px;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    right: auto;
    line-height: 44px;
    padding: 0px;
    min-width: auto;
    z-index: 99;
    cursor: pointer;
}

.content-editable {
    width: 100%;
    padding: 50px 260px 0 0px;
}

.editable-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
}

.editable-bar .col-lg-4 {
    width: 100%;
}

.logo-div {
    width: 40px;
    float: left;
}

.logo-div img {
    width: 100%;
    margin-top: 3px;
    height: auto;
}

.center-bar {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
}

/* .center-bar a{display: inline-block;font-size:16px;color:#262D33;    padding: 15px 10px;} */

.center-bar a {
    display: inline-block;
    font-size: 14px;
    color: #262D33;
    padding: 0px 10px;
    border-right: 1px solid #e1e1e1;
    margin-top: 10px;
}

.center-bar a:last-child {
    border-right: none;
}

.top-right-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.top-right-bar button {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 36px;
    min-width: 100px;
    padding: 0px 15px;
    color: #262D33;
    margin-left: 10px;
    background: #fff !important;
    border: 1px solid #262D33;
    outline: none;
    flex-shrink: 0;
}

.menu-right-h a.join-login {
    margin-left: 5px !important;
}

.top-right-bar button:hover,
.top-right-bar button:focus {
    background: #262D33 !important;
    color: #fff;
}

.top-right-bar button i {
    margin-right: 5px;
}

.main-edit-dv {
    width: 100%;
    float: left;
    transition: 0.2s all ease;
}

.reducedv {
    width: 100%;
    float: left;
    padding-left: 300px;
    transition: 0.8s all ease;
}


.editable-bar-right {

    /* width: 300px;
    background: #fff;
    position: fixed;
    top: 20px;
    height: 100%;
    left: 0px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    z-index: 999;
    display: none; */

    width: 300px;
    background: #fff;
    position: fixed;
    top: 20px;
    height: 100%;
    left: 0px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    z-index: 999;
    display: none;
    float: left;

}

.menu-right-panel {
    width: auto;
    float: left;
    font-size: 25px;
    color: #262D33;
    padding: 8px 15px;
    margin-left: 20px;
    margin-top: 0px;
}

.fullwdth {
    padding: 50px 0px 0 0px;
}

.zero-margn-top {
    padding: 0px 0px 0 0px;
}

a.close-privew {
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    color: #fff;
    display: none;
}

/* .fullscreen-dv{background:#fff;overflow-y: scroll;overflow-x: hidden;} */

.editable-bar-right .tabbable-panel {
    margin-top: 60px;
}

.editable-bar-right .tabtop li a {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    ;
    font-weight: 700;
    color: #1b2834;
    border-radius: 0px;
    margin-right: 0;
    /* border:1px solid #ebebeb !important; */
}

.editable-bar-right .tabtop .active a:before {
    content: "♦";
    position: absolute;
    top: 15px;
    left: 40%;
    color: #166DF5;
    font-size: 30px;
}

.editable-bar-right .tabtop li a:hover {
    color: #166DF5 !important;
    text-decoration: none;
}

.editable-bar-right .tabtop .active a:hover {
    color: #fff !important;
}

.editable-bar-right .tabtop .active a {
    background-color: #166DF5 !important;
    color: #FFF !important;
}

.editable-bar-right .margin-tops {
    margin-top: 10px;
}

.editable-bar-right .tabtop li a:last-child {
    padding: 10px 35px;
}

.editable-bar-right .banner-dvs {
    width: 100%;
    float: left;
    padding: 10px;
}

.editable-bar-right .banner-dvs .slides-div {
    width: 100%;
    float: left;
}

.editable-bar-right .banner-dvs .slides-div h1 {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;

}

.editable-bar-right .banner-dvs .slides-div h1.domain-name-cls {
    width: auto;
    float: left;
}

#copylinkDomain {
    font-size: 12px;
    float: right;
    margin-top: -5px;
    font-weight: 500;
    color: #166DF5;
}


.heading-dv.footr-remove h1 {
    width: auto;
    float: left;
}

.removr-flink {
    width: auto;
    float: right;
    font-size: 11px;
    color: red;

}

.add-flink {
    width: auto;
    float: right;
    font-size: 11px;
    color: #3DC47E;
}

.add-flink i,
.removr-flink i {
    margin-right: 5px
}

.editable-bar-right .panel-default>.panel-heading {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
}

.editable-bar-right .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
    padding: 7px 0;
}

.editable-bar-right .panel-default {
    /* border-bottom: 1px solid #D9DADB; */
    border-color: transparent;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
}

.editable-bar-right .panel-group .panel {
    margin-bottom: 0;
    border-radius: 6px;
    margin-bottom: 13px;
}

.editable-bar-right .uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.editable-bar-right .uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 2px solid #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.editable-bar-right .uploader label a.uplaod-icon {
    position: static;
    left: 30%;
    top: 40%;
    font-size: 13px;
    color: #262D33;
    background: transparent;
    padding: 0 15px;
    border-radius: 32px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    min-width: 60px;
    font-weight: normal;
    font-family: 'roboto', arial;
    display: block;
    margin-top: 15px;
    width: 110px;
    margin-left: 22%;
    border: 1px solid #262D33;
}

.editable-bar-right .uploader label span {
    font-size: 11px;
    margin-top: 10px;
    width: 100%;
    float: left;
    color: #262D33;
    font-weight: normal;
    font-family: 'GR', Arial, Helvetica, sans-serif;
}

.editable-bar-right .uploader label a.uplaod-icon i {
    margin-right: 3px;
    font-size: 16px;
}

.editable-bar-right .uploader label:hover {
    border-color: #166DF5;
}

.editable-bar-right .uploader label.hover {
    border: 3px solid #166DF5;
    box-shadow: inset 0 0 0 6px #eee;
}

.editable-bar-right .uploader label.hover #start i.fa {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
}

.editable-bar-right .uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

.editable-bar-right .uploader #start.hidden {
    display: none;
}

.editable-bar-right .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.editable-bar-right .uploader #response {
    float: left;
    clear: both;
    width: 100%;
}

.editable-bar-right .uploader #response.hidden {
    display: none;
}

.editable-bar-right .uploader #response #messages {
    margin-bottom: .5rem;
}

.editable-bar-right .uploader #file-image {
    display: inline;
    margin: 0 auto .5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}

.editable-bar-right .uploader #file-image.hidden {
    display: none;
}

.editable-bar-right .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.editable-bar-right .uploader #notimage.hidden {
    display: none;
}

.editable-bar-right .uploader progress,
.editable-bar-right .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.editable-bar-right .uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.editable-bar-right .uploader .progress[value]::-webkit-progress-value {
    background: -webkit-linear-gradient(left, #166DF5 0%, #166DF5 50%);
    background: linear-gradient(to right, #166DF5 0%, #166DF5 50%);
    border-radius: 4px;
}

.editable-bar-right .uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #166DF5 0%, #166DF5 50%);
    border-radius: 4px;
}

.editable-bar-right .uploader input[type="file"] {
    display: none;
}

.editable-bar-right .uploader div {
    margin: 0 0 .5rem 0;
    color: #5f6982;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.editable-bar-right .uploader .btn {
    display: inline-block;
    margin: .5rem .5rem 1rem .5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: .2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #166DF5;
    border-color: #166DF5;
    cursor: pointer;
}

.heading-dv .switch {
    position: relative !important;
    display: inline-block;
    width: 34px;
    height: 24px;
    pointer-events: all !important;
    float: right;
    margin-right: 10px;
    margin-top: -18px;
    margin-bottom: 15px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px !important;
    width: 16px !important;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    right: 14px;
}


.heading-dv .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #262D33;
    line-height: 40px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.heading-dv .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #D9DADB;
    border-radius: 5px;
}

.heading-dv .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
}

.heading-dv .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 1px;
    width: 20px;
}

.heading-dv .list,
.heading-dv .auction {
    width: 100%;
    float: left;
    margin-top: 10px;
}


.heading-dv {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.heading-dv h1 {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #262D33;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.social-ion-dv {
    width: 100%;
    float: left;
}

.social-ion-dv i {
    border: 1px solid #D9DADB;
    height: 40px;
    /* padding: 0 13px; */
    float: left;
    margin-top: 10px;
    border-radius: 5px 0 0 5px;
    line-height: 40px;
    font-size: 16px;
    width: 43px;
    text-align: center;
}

/* .social-ion-dv i.fa-facebook{
    padding: 0 15px !important;
  } */

.social-ion-dv input {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    width: 82% !important;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #D9DADB;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border-radius: 0 5px 5px 0 !important;
    border-left: 0 !important;
}

.heading-dv input,
.heading-dv select {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #D9DADB;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border-radius: 5px;
}

button.navigation-btn {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 0px 30px;
    color: #fff;
    float: left;
    margin-top: 15px;
    outline: none;
    border: none;
    text-align: center;
}

.links-editor-nav {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-color: transparent;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
}

.links-editor-nav .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: -5px;
}

.links-editor-nav .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #aaa;
    border-width: 0 2px 3px 0;
    transform: rotate(45deg);

}

.links-editor-nav.personal-profile .form-group {
    margin-bottom: 0px;
}

.links-editor-nav label {

    color: #939699 !important;
    font-size: 13px !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif !important;

}

.heading-dv label.checkbox-inline {
    width: auto;
    float: left;
    margin-left: 0;
    padding-left: 0px;
    margin-top: 10px;
    font-size: 12px;
    margin-right: 20px;
}

.heading-dv .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    margin-top: 10px;
}

.heading-dv input[type=radio] {
    width: auto;
    height: auto;
    margin: 2px 5px 0 0px;
}

.heading-dv.color-picker input {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    background: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0px 0;
    border-radius: 5px;

}

.social-iink {
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
}

.social-iink input {
    display: block;
}

.padding5 {
    padding: 5px;
}

.padding5px {
    padding: 5px;
}

#response {
    display: none
}

.response {
    display: none
}

.grey-b {
    background: lightgrey;
}

.list-main-div {
    background: lavender;
}

input[type=radio] {
    height: 15px;
}

.movebg {
    cursor: grab;
    background-repeat: no-repeat;
    background-size: 1000px;
}

.movebg[dragable=false] {
    cursor: default;
}

.moveSlider {
    cursor: grab;
    background-repeat: no-repeat;
    background-size: 120%;
}

.moveSlider-r {
    background-size: cover !important;
    background-position: initial !important;
}

img.file-image {
    max-width: 168px;
    cursor: pointer;
}

.zoom_icon {
    /* position: absolute;
    z-index: 1;
    bottom: 25px;
    left: calc(50% - 35px);
    color: #fff;
    background: #166DF5;
    border-radius: 25px;
    padding: 5px;
  display:none; */

    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: calc(50% - 35px);
    color: #000;
    background: #fff;
    border-radius: 25px;
    padding: 5px;
    display: none;
    box-shadow: 0 0 10px #999;
}

.zoom_icon .btn:hover {
    color: #000;
    outline: none;
    box-shadow: none;
}

.zoom_icon .disabled {
    color: #aaa;
    cursor: default;
}

.ms-slide-bgcont {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(244, 244, 244, 0) 100%) !important
}

button.publish-btn {
    background: #00d080 !important;
    color: #fff;
    border: 1px solid #00bd74 !important;
}

button.publish-btn:hover {
    background: #00bd74 !important;
    color: #fff;
    border: 1px solid #00bd74 !important;
}

#editor_preview .header.fixed {
    width: 100%;
    position: fixed;
    top: 0px !important;
    height: 98px;
    z-index: 99;
    box-shadow: 0px 0px 13px #e0e0e0;
    padding: 15px 15px;
}

#editor_preview .fullwdth {
    padding: 0px 0px 0 0px;
}

.header-sec {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#editor_preview .header.fixed {
    width: 100%;
    position: fixed;
    top: 0px !important;
    height: 98px;
    z-index: 99;
    box-shadow: 0px 0px 13px #e0e0e0;
    padding: 15px 15px;
}

#editor_preview .content-editable.fullwdth {
    padding: 0px 0px 0 0px;
}

.how-work-banner {
    width: 100%;
    float: left;
    background: transparent;
    margin-top: 25px;
}

.how-work-banner img {
    width: 100%;
}

.how-works-edit {
    /* width:100%;
  float: left; */
    padding: 15px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin: 10px;
    /*width: 48%;*/
    min-height: 50px;
}

.how-works-edit.col-md-12 {
    /* width:100%;
  float: left; */
    padding: 15px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    width: 98%;
    margin: 10px;
}

.feditorDiv .fr-box.fr-basic.fr-top .fr-wrapper {
    box-shadow: none !important;
}

.feditorDiv .fr-box.fr-basic .fr-wrapper {
    background: transparent;
    border: 0;
    border-top: 0;
}

.feditorDiv .fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
    background: 0 0;
    color: #030303;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    margin: 0 2px;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: none;
    padding: 0;
    width: 38px;
    height: 37px;
}


.feditorDiv .fr-toolbar {
    color: #030303;
    background: transparent;
    border-top: none;
    box-shadow: none;
    text-align: center;
}

#tmc_editorDiv .fr-toolbar,
#privacy_editorDiv .fr-toolbar {
    /* color: #030303;
    background: transparent;
    border-top: none;
    box-shadow: none;
    text-align: center; */

    color: #030303;
    background: transparent;
    border-top: none;
    box-shadow: none;
    text-align: center;
    position: fixed;
    top: 3% !important;
    left: 40%;
}

.feditorDiv .fr-box .fr-counter {
    position: absolute;
    bottom: 0px;
    padding: 5px;
    right: 0px;
    color: #cccccc;
    content: attr(data-chars);
    font-size: 15px;
    font-family: "Times New Roman", Georgia, Serif;
    z-index: 1;
    background: #ffffff;
    border-top: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb;
    border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    -webkit-border-radius: 2px 0 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
}

.feditorDiv .fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.feditorDiv .fr-popup .fr-command.fr-btn.fr-dropdown::after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #030303;
    right: 3.75px;
    top: 16.5px;
    content: "";
}


/* .how-works-edit:first-child .remove{display: none;}*/

/*
.fr-box.fr-basic .fr-element {
  min-height: 221px !important;
}
*/

/*a[href="https://www.froala.com/wysiwyg-editor?k=u"]{display: none !important;}*/

.fr-separator {
    display: none !important;
}

.setEmbed {
    min-height: 315px;
}

.remove {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 14px;
    color: #030303;
    z-index: 90;
}

.hove-option:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 2px solid #166DF5 !important;
    outline-offset: 0px;
    position: relative;
    border-radius: 10px;
}

.hove-option .how-work-optin {
    display: none;
}

.hove-option:hover>.how-work-optin {
    display: block;
}

.how-works-edit p {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0px 0px;
    margin: 0px;
    line-height: 30px;
    margin: 0px 0;
}

.select-columdrop ul.dropdown-colum {
    display: none;
}

.select-columdrop:hover>ul.dropdown-colum {
    display: block;
}

ul.dropdown-colum {
    width: auto;
    background: #fff;
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 40px;
    box-shadow: 0px 1px 6px #9c9c9c40;
    min-width: 50%;
    max-width: 80%;
}

ul.dropdown-colum li {
    width: 100%;
    float: left;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 15px 20px;
    color: #030303;
    border-bottom: 1px solid #eaeaea;
    text-align: left;

}

ul.dropdown-colum li:last-child {
    border-bottom: none;
}

#embed-main .modal-header {
    padding: 15px;
    border-bottom: none;
}

#embed-main .modal-header h4 {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #030303;
    padding: 15px 0 0 15px;
}

#embed-main .modal-body {
    padding-top: 0px;
}

#embed-main .modal-header .close {
    margin-top: -8px;
    font-size: 26px;
    opacity: 1;
}

#embed-main .modal-body textarea {
    color: #030303;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #D9DADB;
    height: 40px;
    line-height: 20px;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    resize: none;
    outline: none;
    overflow: hidden;
    height: 38px;
}

.setEmbed iframe {
    width: 100%;
    float: left;
    height: 500px;
}


#embed-main .modal-body p {
    font-size: 12px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #555;
}

#embed-main .modal-body span {
    font-size: 12px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #030303;
}

.how-work-optin {
    background: rgb(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 10px;
    top: -40px;
    clear: both;
    left: 0;
    right: 0;
    z-index: 11;

    position: absolute;
    width: 27%;
    max-width: 940px;
    min-width: 300px;
    height: 50px;
    margin: 0 auto;
}

.glyphicon {
    top: 3px;
}

.how-work-optin span {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    width: auto;
    float: left;
    padding-top: 8px;
}

.how-work-optin a {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 3px 0;
    text-align: center;
    font-size: 17px;
    color: #030303;
    border-radius: 200px;
    float: left;
    margin-left: 10px;
    font-family: 'GB', Arial, Helvetica, sans-serif;

}

.avatar-upload.work-imag {
    width: auto;
    float: left;
    position: relative;
    margin: 0;
    max-width: 30px;
    margin-left: 10px;
}

.avatar-upload {
    position: relative;
    max-width: 100%;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
    height: 30px;
}

.avatar-upload.work-imag .avatar-edit {
    position: inherit;
    right: 0;
    z-index: 0;
    top: 0;
}

.avatar-upload.work-imag .avatar-edit input+label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
}

.avatar-upload.work-imag .avatar-edit input+label:after {
    content: "\f03e";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    color: #030303;
}


.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f03e";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 315px;
    position: relative;
    border-radius: 0%;
    border: none;
    display: none;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.contct-main-form {
    width: 100%;
    margin: 5% 0 10% 0;
    float: left;
}

.contct-main-form h1 {
    padding-bottom: 0px;
    font-size: 38px;
    line-height: 40px;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    color: #030303;
    font-weight: 800;
}

.contct-main-form p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'GR', sans-serif;
    color: #455671;
    font-weight: 500;
    width: 100%;
    float: left;
    padding-left: 0px;
}


.contct-main-form form {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.contct-main-form form .form-group {
    margin-bottom: 0px;
    min-height: 120px;
    float: left;
    width: 100%;
}

.contct-main-form form label {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #030303;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.contct-main-form form select,
.contct-main-form form input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 1.428571;
    color: #030303;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'GR', sans-serif;
    color: #455671;
}

.contct-main-form form input:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(26, 19, 19, 0.075), 0 0 8px rgb(204 204 204 / 60%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(204 204 204 / 60%);
}


.lft-pad {
    padding-left: 0px;
}

.krank-info {
    margin: 25px 0px;
    float: left;
    width: 100%;
}

.krank-info h1 {
    font-size: 18px;
    font-family: 'GB', sans-serif;
    color: #030303;
    font-weight: 800;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 28px;
    margin-top: 15px;
}

.krank-info p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'GR', sans-serif;
    color: #555;
    font-weight: 500;
    width: 85%;
    float: left;
}

.tp-mrgcont {
    margin-top: 35px;
}


#embed-main .modal-footer {
    padding: 0px;
}

#embed-main .modal-footer button {
    border-radius: 0px !important;
    padding: 20px 15px !important;
    font-weight: 700 !important;
    width: 100%;
    background: none;
    border-top: 1px solid #ddd;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 14px;
    font-weight: 700;
    color: var(--main-sweet-alert-btn);
    font-family: 'GSB', sans-serif;
}

#embed-main .modal-footer .btn+.btn {
    margin-left: 0px;
}

.heading-dv[type="radio"]:checked,
.heading-dv[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.heading-dv[type="radio"]:checked+label,
.heading-dv[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.heading-dv[type="radio"]:checked+label:before,
.heading-dv[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.heading-dv[type="radio"]:checked+label:after,
.heading-dv[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.heading-dv[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.heading-dv[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.coloum-select {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.coloum-select p {
    color: #555;
    font-size: 13px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
}

.social-icons-list a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: none;
    padding: 4px 15px 4px 15px;
    border-radius: 6px;
    text-align: center;
    display: block;
    margin-bottom: 7px;
    min-width: 34px;
    float: right;
    clear: both;
    box-shadow: none;
    background: #1578FC;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 4%;

}

.social-icons-list a:hover,
.social-icons-list a:focus {
    color: #fff;
}

.social-icons-list a .animated-icon {
    /* max-width: 0;
-webkit-transition: max-width 1s;
transition: max-width 1s; */
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;

}

/* .social-icons-list a:hover .animated-icon {
max-width: 150px;
margin-right: 5px;
} */


.tmc_modal-edt .modal-header h4 {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #030303;
    padding: 15px 0 0 15px;
    width: auto;
    float: left;
}

.tmc_modal-edt .head-btn-modl {
    width: auto;
    float: right;
}

.tmc_modal-edt .head-btn-modl a {
    background: #030303;
    color: #fff;
    min-width: 70px;
    padding: 0px 15px;
    height: 36px;
    line-height: 36px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    float: left;
    margin: 4px 10px 0 0;
    border-radius: 30px;

}

.tmc_modal-edt .modal-body {
    position: relative;
    padding: 25px 15px 25px 15px;
    float: left;
    width: 100%;
    clear: both;
    height: 70vh;
    margin-top: 25px;
}

.tmc_modal-edt .modal-body ul,
.tmc_modal-edt .modal-body ol {
    width: 100%;
    float: left;
    margin: 0 15px 15px 0;
    padding: 0 15px;
}

.tmc_modal-edt .modal-body p,
.tmc_modal-edt .modal-body ul li,
.tmc_modal-edt .modal-body ol li {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-size: 12px;
    color: #555;
    line-height: 22px;
}

.tmc_modal-edt .modal-body h3 {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #030303;
}

.tmc_modal-edt .modal-body {

    overflow-y: scroll;


}

.tmc_modal-edt .modal-body::-webkit-scrollbar {
    width: 6px;
}


.tmc_modal-edt .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
}

.tmc_modal-edt .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background: #262D33;
}




.tmc_modal-edt .modal-body p:focus {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 2px solid #166DF5 !important;
    outline-offset: 0px;
}

.tmc_modal-edt .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    clear: both;
    width: 100%;
}

.tmc_modal-edt .modal-footer {
    padding: 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    float: left;
}

@media (min-width: 1430px) and (max-width: 1460px) {
    .main-edit-dv.reducedv .header.fixed {
        width: 81%;
        position: fixed;
        top: 50px;
        height: 98px;
        z-index: 99;
        box-shadow: 0px 0px 13px #e0e0e0;
        padding: 15px 15px 15px 45px;
    }

    /*.header.fixed {
        width: 100%;
        position: fixed;
        top: 50px;
        height: 98px;
        z-index: 99;
        box-shadow: 0px 0px 13px #e0e0e0;
        padding: 15px 15px 15px 25px;
    }*/

    .top-right-bar button {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 100px;
        height: 36px;
        line-height: 34px;
        min-width: 63px;
        padding: 0px 20px;
        color: #262D33;
        float: right;
        margin-top: 7px;
        outline: none;
        border: none;
        margin-left: 10px;
        background: #fff !important;
        border: 1px solid #262D33;
        outline: none;
    }

    button.publish-btn {
        background: #00d080 !important;
        color: #fff;
        border: 1px solid #00bd74 !important;
    }

    button.publish-btn:hover {
        background: #00bd74 !important;
        color: #fff;
        border: 1px solid #00bd74 !important;
    }


}


@media (min-width: 1280px) and (max-width: 1366px) {

    .container {
        width: 100%;
    }

    .top-right-bar button {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 100px;
        height: 36px;
        line-height: 34px;
        min-width: 63px;
        padding: 0px 20px;
        color: #262D33;
        float: right;
        margin-top: 7px;
        outline: none;
        border: none;
        margin-left: 10px;
        background: #fff !important;
        border: 1px solid #262D33;
        outline: none;
    }

    button.publish-btn {
        background: #00d080 !important;
        color: #fff;
        border: 1px solid #00bd74 !important;
    }

    button.publish-btn:hover {
        background: #00bd74 !important;
        color: #fff;
        border: 1px solid #00bd74 !important;
    }



}

@media (min-width:768px) and (max-width: 1024px) {

    .container {
        width: 100%;
    }

    .join-list-panel .col-md-9,
    .join-list-panel .col-md-3 {
        width: 50%;
    }

    .list-main-div.list3 h1 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        color: #fff;
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 25px;
        padding: 0px 80px 0 0;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .main-edit-dv.reducedv .col-md-8,
    .main-edit-dv.reducedv .col-md-4 {
        width: 100%;
    }

    .top-right-bar button {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 100px;
        height: 36px;
        line-height: 36px;
        min-width: 110px;
        padding: 0px 30px;
        color: #fff;
        float: right;
        margin-top: 7px;
        outline: none;
        border: none;
        margin-left: 10px;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 13px;
        border-radius: 100px;
        height: 36px;
        line-height: 34px;
        min-width: 110px;
        padding: 0px 20px;
        color: #262D33;
        float: right;
        margin-top: 7px;
        outline: none;
        border: none;
        margin-left: 10px;
        background: #fff !important;
        border: 1px solid #262D33;
        outline: none;
    }

}


@media (min-width:320px) and (max-width:640px) {
    .reducedv {
        width: 100%;
        float: left;
        padding-left: 0;
        transition: 0.8s all ease;
    }

    .msp-cn-165-25 {
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 80px;
        color: #e5e5e5;
        line-height: 22px !important;
        margin-top: 6px !important;
        font-size: 12px !important;
    }
}

#P_masterslider {
    max-width: 1600px !important;
    margin: 2px auto 0;
}

.send-form,
.send-form:hover {
    display: inline-block;
    margin-right: 10px;
    border-radius: 100px;
    min-width: 150px;
    height: 40px;
    line-height: 42px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    background: var(--main-brand-color) !important;
}


label.cerror,
label.cerror:focus,
label.cerror:active,
label.cerror:hover {
    border: none !important;
    box-shadow: none !important;
    color: #e10000 !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    background: none !important;
    padding: 5px 0px 0px 0px;
}

.cerror,
.cerror:focus {
    background: #fff !important;
}

#contact_form #contact_number {
    width: 80%;
}

label#contact_number-error {
    position: absolute;
    top: 80px;
}

.how-works-edit.col-md-12[data-type='embed'] iframe {
    height: 610px
}

.how-works-edit.col-md-6[data-type='embed'] iframe {
    height: 310px !important;
}

@media (min-width: 1200px) {
    .pages_div .container {
        width: 1140px;
    }
}

@media (max-width: 767px) {
    .how-works-edit.col-md-12[data-type='embed'] iframe {
        height: 310px !important;
    }
}

.no-border {
    border : none !important;
}