.main-nav .megamenu-top-margin {
  top: 5em;
}

.youtube-carousel .owl-nav{
  position:relative; 
  top: -150px;
}

.youtube-carousel .owl-nav i {
  font-size: 24px;
}

.youtube-carousel .owl-nav .owl-prev {
  left: -40px;
  position: absolute;
}

.youtube-carousel .owl-nav .owl-next {
  position: absolute;
  right: -40px;
}


.new-company-tabs .tab-container .tabcontent {
    border-top: none;
    display: none;
    padding: 20px;
}

.iti{
 display:block;
}

.iti__country-name {
    color: #000;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

button {
    cursor: pointer;
}

button:disabled,
button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}


.jw-modal {
    display: none;
    position: fixed;
    inset: 0px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 40px;
    overflow: auto;
}

.jw-modal.open {
    display: block;
}

.jw-modal-body {
    padding: 20px;
    background: rgb(255, 255, 255);
    width: 80%;
    margin: auto;
}

body.jw-modal-open {
    overflow: hidden;
}

.jw-modal .btn-check {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
}

.jw-modal .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.23rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jw-modal .rounded-pill {
    border-radius: 50rem !important;
}

.jw-modal .btn-outline-primary {
    color: rgb(13, 110, 253);
    border-color: rgb(13, 110, 253);
}

.jw-modal .btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.jw-modal .btn-check:active + .btn-outline-primary, .jw-modal .btn-check:checked + .btn-outline-primary, .jw-modal .btn-outline-primary.active, .jw-modal .btn-outline-primary.dropdown-toggle.show, .jw-modal .btn-outline-primary:active {
    color: rgb(255, 255, 255);
    background-color: rgb(43, 136, 217);
    border-color: rgb(43, 136, 217);
}


#iframe_widget
 {
    bottom: 30px !important;
}

#iframe_widget #x3_initiate_chat {
    overflow: hidden;
    text-indent: -999px;
    width: inherit;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    background: var(--color-theme-one) !important;
}

#iframe_widget #x3_initiate_chat svg {
    width: 30px !important;
    height: 40px;
    margin: 0 !important;
}


