@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;700&display=swap');

@font-face {
    font-family: "RosaSans";
    src:
        url("hinted-RosaSans-Medium.ttf")
}

.blinking-div {
    display: flex;
    animation: changeColor 2s infinite alternate;
}


@keyframes changeColor {
    0% {
        background-color: orange;
    }

    50% {
        background-color: white;
    }

    100% {
        background-color: yellow;
    }
}

.image-speakers img {
    max-width: 300px;
    margin: 0 auto;
}

body {
    color: #333333;
    /*font-family: 'Tenor Sans', sans-serif;*/
    /*    font-family: 'Baloo 2', cursive;*/
    font-family: "RosaSans";
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;

}

#price {
    text-align: center;
}


.organizers img {
    max-height: 90px;
    margin: 0 auto 15px;
    background: #fff;
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.organizers1 img {
    max-height: 60px;
    margin: 0 auto 15px;
    background: #fff;
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.speakers {
    color: black;
    text-decoration: none;
    transition: all 0.22s;
}

.speakers:hover img {
    box-shadow: 2px 7px 11px 4px #00000029;
    transition: all 0.22s;
}

.speakers img {
    transition: all 0.22s;
}

.numbers span {
    cursor: pointer;
}

.minus,
.plus {
    width: 30px;
    height: 30px;
    background: #198754;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}

.numbers input {
    height: 30px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;

}

.accordion-header button {
    font-weight: 800;
    /*    color: dodgerblue;*/
    background: #365D9B !important;
    color: white !important;


}

#faqsss .accordion-header button {

    pointer-events: none;

}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    margin-bottom: 0px;

    max-width: 100%;
    position: relative;
    box-shadow: 0 0 0px 1px #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    transition: all linear 0.22s;
    margin-bottom: 2rem;
}

.plan-inner:hover {
    box-shadow: 0 0px 10px 10px #ccc;
    transition: all linear 0.22s;
}

.entry-title {
    background: #fff;
    height: auto;

    position: relative;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.entry-title>h4 {
    font-size: 1.5rem;
    color: black !important;
    padding: 1rem 0 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.entry-title>p {
    font-size: 13px;
    color: #8a8a8a;
    padding: 0 0 5px 0;

}

.tooltip-inner {
    max-width: 100% !important;
}

.entry-title .price {
    position: relative;
    cursor: pointer;
    /*bottom: -25px;*/
    background: #f4f4f4;
    height: auto;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    /*border-radius: 50px;*/
    /* border: 5px solid #fff;*/
    /*  line-height: 80px;*/
    font-size: 4rem;
    font-weight: 700;
}

.price span {
    position: relative;
    font-size: 14px;
    bottom: 0;
    left: 5px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #F9F9F9;
    padding: 5px 0;
    font-size: 15px;
}

.entry-content li:last-child {
    border: none;
}

.plan .btn {
    padding: 2em 0 3em 0;
    text-align: center;
}

.btn a {
    background: #4484c1;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
}

.plan-inner:hover a {
    background: #9dcd54;

}

.text-success {
    color: #9dcd54 !important;
}

.hot {
    position: absolute;
    top: 2px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

/*.basic .entry-title {
  background: #75DDD9;
}*/
.basic .price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9dcd54;
    text-shadow: 0px 3px 10px #ccc;

}

.individual .price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0087c7;
    text-shadow: 0px 3px 10px #ccc;

}

.enterprise .price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #03b6bf;
    text-shadow: 0px 3px 10px #ccc;

}

.ultimite .price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #103297;
    text-shadow: 0px 3px 10px #ccc;

}

.basic sup,
.individual sup,
.enterprise sup,
.ultimite sup {
    font-size: 1rem;
    color: black;
    margin-left: -15px;

}

.price-tabs .nav-link.active,
.price-tabs .show>.nav-link {
    color: #fff;
    background-color: #0087c7;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.list-height {
    height: 100vh;
}

.price-tabs .nav-link {
    height: 65px;
    width: 200px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*.basic .entry-title > h3 {
  background: #44CBC6;
}

.basic .price {
  background: #44CBC6;
}

.standard .entry-title {
  background: #4484c1;
}

.standard .entry-title > h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title > h3 {
  background: #DD4B5E;
}

.ultimite .entry-title {
  background: #0087C7;
}

.ultimite .price {
  background: #026EA2;
}*/


.tab-titles li.active,
#features .nav-pills .nav-link.active,
#features .nav-pills .show>.nav-link {
    color: black;
    background-color: #f2f2f2;
}

#features #v-pills-tab .card-body img {
    display: block;
    height: 50px;
    margin: 10px auto;
}

#features .tab-content1,
#features .tab-content {
    display: none;
    padding: 2rem;
    /*min-height: 350px;*/
}


#features .tab-content h3,
#features .tab-content1 h3 {
    font-size: 2.5rem;
    color: #0087C7;
}

#features .tab-content p,
#features .tab-content1 p {
    font-size: 1.3rem;
    font-weight: 200;
    color: #818181;
}


#features .tab-titles a,
#features .tab-titles1 a,
#features #v-pills-tab .card-body {
    height: 100px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    border-collapse: collapse;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
    margin-bottom: -1px;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    flex-direction: column;
}

#features #v-pills-tab .card-body h3,
.tab-titles a h3,
.tab-titles1 a h3 {
    font-size: 14px;
    color: gray;
    text-align: center;
}

a {
    color: #0087C7;
    text-decoration: none;
}

#header col {
    display: flex;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

/*.lead {
    font-size: 18px;
}*/

.right-sidebar .btn-warning {
    color: #333;
    background-color: #E5D8C7;
    border-color: #E5D8C7;
}

/*.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #ffd9a7;
    border-color: #ffd9a7;
}*/
/*.btn-danger{
    background: red;     
    border-color: red;
}*/

.text-primary {
    color: #0087C7 !important;
}

.btn-success {
    color: #fff;
    background: darkblue;
    border-color: darkblue;
}

/*.btn-danger:hover {
    color: #333;
    background-color: #ffca2c;
    border-color: #ffca2c;
}*/

#faq .nav-link.active {
    width: 100%;
    max-width: 100%;
    border-left-width: 4px;
    border-left-color: #4D83FF;
    border-left-style: solid;
    background-color: #F6F9F9;
    margin-bottom: 15px;
    display: block;
    padding: 14px 15px;
    background-color: #F6F9F9;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
    color: #393E60;
    transition: all 0.2s ease;
    font-size: 16px;
    font-weight: 600;
}

#faq .accordion-button {
    font-size: 17px;
    text-align: justify;
    font-weight: 600;
}

#faq .accordion-button:hover {
    color: #007cff;
}

#faq .accordion-collapse.collapse>.accordion-body {
    padding: 1rem 1.25rem;
    color: #007cff;
    opacity: 0;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
    -moz-animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
    -o-animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
    animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
    transform-origin: center;
}

#faq .accordion-collapse.collapse.show>.accordion-body {
    padding: 1rem 1.25rem;
    color: #5179a4;
    opacity: 1;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
    -moz-animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
    -o-animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
    animation: scaleIn 0.3s ease-in-out 0.3s 1 forwards;
}

#faq .accordion-button:not(.collapsed) {
    color: #353535;
    background-color: #ffffff;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.3rem;
}

#faq .nav-link {
    border: none;
    padding: 12px 15px;
    color: #393E60;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 16px;
    display: block;
    width: 100%;
    position: relative;
}

#faq .nav-link:hover {
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

#faq .nav-link.active:after {
    position: absolute;
    content: url(https://hubilo.com/wp-content/uploads/right-arrow.svg);
    right: 16px;
    top: 35%;
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

svg:hover {
    vertical-align: middle;
    fill: orange;
}

.small,
small {
    font-size: 14px;
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 41%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: auto;
    text-align: center;
}

.hr-or {
    background-color: #cdcdcd;
    /*height: 1px;*/
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dropdown-menu {
    box-shadow: 0px 10px 10px #e3e3e3;
    border-radius: 0 0 4px 4px;
    border: none;
    padding: 0;
}

.dropdown-item svg {
    height: 15px;

}

.dropdown-item small {
    color: orange;
}

.dropdown-item {
    font-size: 12px;
    font-weight: 200;
    padding: 8px 1.5rem 8px 10px;
}

#venue-btn .btn {
    font-size: 12px;

    padding: 1rem 3rem;
    margin-right: 10px;
    border: 1px solid #ccc;
}

#venue-btn .btn.active {
    font-size: 12px;
    color: #0087C7;
    background: #f9f9f9;
    border-color: #0087C7;
    padding: 1rem 3rem;
    margin-right: 10px;
}

.welcome-text {
    font-size: 4rem;
    font-weight: 200;
    color: #0087c7;
    text-shadow: 0 9px 10px #0000001f;
}

.welcome-text span {
    color: #75a827;
}

.logo img {
    max-height: 40px;
}

.desing-card {
    width: 300px;
    height: 400px;
    background-color: red;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.design-card .maincontent:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.desing-card:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #2e2b2c;
    right: -1px;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.desing-card:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #2e2b2c;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0, 100% 0%, 0% 100%);
    z-index: 1;
}

.desing-card .box1 {
    height: 200px;
    background-color: #fff;
    width: 100%;
    position: relative;
}

.desing-card .box2 {
    height: 200px;
    background-color: #fff;
    width: 100%;
    position: relative;
}

.desing-card .box1::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 90%;
    background-color: red;
    opacity: 0.8;
    clip-path: polygon(0% 0, 100% 0%, 0% 100%);
}

.desing-card .box1::before {
    position: absolute;
    content: '';
    width: 35%;
    height: 60%;
    background-color: red;
    opacity: 0.8;
    clip-path: polygon(0% 0, 100% 0%, 0% 100%);
}

.desing-card .box2::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 90%;
    background-color: red;
    opacity: 0.8;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.desing-card .box2::before {
    position: absolute;
    content: '';
    width: 35%;
    height: 60%;
    background-color: red;
    opacity: 0.8;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.desing-card .content {
    position: absolute;
    width: 280px;
    background-color: #fff;
    height: 280px;
    right: 10px;
    top: 10px;
}

.desing-card .maincontent {
    position: absolute;
    width: 260px;
    background-color: #fff;
    height: 380px;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.desing-card .maincontent p {
    padding-left: 15px;
    padding-right: 15px;
}

.desing-card .maincontent h4 {
    color: red;
    text-decoration: underline;
}

.text-justify {
    text-align: justify;
}

.headings {
    font-weight: 700;
    font-size: 1.5rem;
}

.subhead {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
}

b,
strong {
    font-weight: 600;
}

.social li a {
    display: flex;
    height: 30px;
    width: 30px;
    line-height: 30px;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    color: #495057;
    justify-content: center;
}

.social li:first-child a:hover {
    color: #003399;
    background: #fff;
    /*box-shadow: 0 0 3px 0 #0000001f;*/
    border-color: initial;
}

.social li:nth-child(2) a:hover {
    color: #03A9F4;
    background: #fff;
    /*box-shadow: 0 0 3px 0 #0000001f;*/
    border-color: initial;
}

.social li:nth-child(3) a:hover {
    color: #0255ad;
    background: #fff;
    /*box-shadow: 0 0 3px 0 #0000001f;*/
    border-color: initial;
}

.social li:nth-child(4) a:hover {
    color: purple;
    background: #fff;
    /*box-shadow: 0 0 3px 0 #0000001f;*/
    border-color: initial;
}

.social li:nth-child(5) a:hover {
    color: #024f67;
    background: #fff;
    /*box-shadow: 0 0 3px 0 #0000001f;*/
    border-color: initial;
}

.social li:nth-child(6) a:hover {
    color: #de0505;
    background: #fff;
    /*box-shadow: 0 0 3px 0 #0000001f;*/
    border-color: initial;
}

.social li:nth-child(7) a:hover {
    color: #ff9800;
    background: #fff;
    /*box-shadow: 0 0 3px 0 #0000001f;*/
    border-color: initial;
}


.search-sec {

    background: rgb(233, 242, 255);
}

.tagline {
    font-weight: 700;
    font-size: 3rem;
}

.sub-tagline {
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 6px;
}

.nice-select {
    height: auto !important;
}


header {
    position: relative;
    background-color: black;
    height: 70vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header .video {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    /* -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
}

.heading {
    color: #0087c7;
    text-transform: uppercase;
    font-size: 3rem;
    text-shadow: 0 4px 13px #d0d0d0;

}

#features .fa {
    font-size: 30px;
    margin: 10px 0 1REM;
    color: #0087c7;

}

#features .card {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    box-shadow: 0 0 12px 5px #00000005;
    transition: all linear 0.22s;
}

#features .card:hover {
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 12px 5px #ccc;
    transition: all linear 0.22s;
}



.welcome-div {
    min-height: 55vh;
}

#sidebarWrap {
    /*height: 400px;
    width: 210px;
    float: right;*/
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

#main {
    /* width: 750px;*/
    height: 100%;

}

#footer {
    clear: both;

}

#sidebar {
    width: 230px;
    height: 400px;
    position: absolute;
    /* background:#111;*/
}

#sidebar1 {
    width: 230px;
    height: 550px;
    position: absolute;
    /* background:#111;*/
}


#header {
    /* height: 200px;
    background: #333;
    margin-bottom: 10px;*/
}


#sidebar.fixed {
    position: fixed;
    top: 70px;
}

#sidebar1.fixed {
    position: fixed;
    top: 70px;
}

/*#footer { height: 600px; background:#333; } */
#sidebar1 .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.list-group-item span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    background: #dbdbdb;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
}

.list-group-item.active {
    background: none;
    color: #495057;
    border: none;
    font-weight: bold;
}

.list-group-item.active span {
    background: orange;
    color: #fff;
    border: none;
}

/*================= HOMEPAGE STYLES END ====================*/

.progress-bar-green {
    background: rgba(79, 178, 124, 1);
    background: -moz-linear-gradient(left,
            rgba(79, 178, 124, 1) 0%,
            rgba(79, 178, 124, 0) 100%);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(79, 178, 124, 1)),
            color-stop(100%, rgba(79, 178, 124, 0)));
    background: -webkit-linear-gradient(left,
            rgba(79, 178, 124, 1) 0%,
            rgba(79, 178, 124, 0) 100%);
    background: -o-linear-gradient(left,
            rgba(79, 178, 124, 1) 0%,
            rgba(79, 178, 124, 0) 100%);
    background: -ms-linear-gradient(left,
            rgba(79, 178, 124, 1) 0%,
            rgba(79, 178, 124, 0) 100%);
    background: linear-gradient(to right,
            rgba(79, 178, 124, 1) 0%,
            rgba(79, 178, 124, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fb27c', endColorstr='#4fb27c', GradientType=1);
}

.progress-bar-orange {
    background: rgba(233, 161, 83, 1);
    background: -moz-linear-gradient(left,
            rgba(233, 161, 83, 1) 0%,
            rgba(233, 161, 83, 0) 100%);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(233, 161, 83, 1)),
            color-stop(100%, rgba(233, 161, 83, 0)));
    background: -webkit-linear-gradient(left,
            rgba(233, 161, 83, 1) 0%,
            rgba(233, 161, 83, 0) 100%);
    background: -o-linear-gradient(left,
            rgba(233, 161, 83, 1) 0%,
            rgba(233, 161, 83, 0) 100%);
    background: -ms-linear-gradient(left,
            rgba(233, 161, 83, 1) 0%,
            rgba(233, 161, 83, 0) 100%);
    background: linear-gradient(to right,
            rgba(233, 161, 83, 1) 0%,
            rgba(233, 161, 83, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9a153', endColorstr='#e9a153', GradientType=1);
}

.progress-bar-red {
    background: rgba(222, 82, 94, 1);
    background: -moz-linear-gradient(left,
            rgba(222, 82, 94, 1) 0%,
            rgba(222, 82, 94, 0) 100%);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(222, 82, 94, 1)),
            color-stop(100%, rgba(222, 82, 94, 0)));
    background: -webkit-linear-gradient(left,
            rgba(222, 82, 94, 1) 0%,
            rgba(222, 82, 94, 0) 100%);
    background: -o-linear-gradient(left,
            rgba(222, 82, 94, 1) 0%,
            rgba(222, 82, 94, 0) 100%);
    background: -ms-linear-gradient(left,
            rgba(222, 82, 94, 1) 0%,
            rgba(222, 82, 94, 0) 100%);
    background: linear-gradient(to right,
            rgba(222, 82, 94, 1) 0%,
            rgba(222, 82, 94, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de525e', endColorstr='#de525e', GradientType=1);
}

.orders-table tr {
    padding: 50px 0;
}

.orders-table td {
    vertical-align: middle;
}

.status-label:before {
    content: " \25CF";
    font-size: 15px;
    margin: 0 5px 0 0;
}

.status-green:before {
    color: #4fb27c;
}

.status-orange:before {
    color: #e9a153;
}

.bg-orange {
    background: #e9a153;
}

.text-orange {
    color: #e9a153;
}

.status-red:before {
    color: #de525e;
}

.bg-red {
    background: #de525e;
}

.text-red {
    color: #de525e;
}

.stat-title {
    margin: 10px;
}

.operator-avatar {
    height: 35px;
    width: 35px;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
}

.operator-avatar:hover {
    transform: scale(1.3);
}

.operator-avatar:nth-child(n + 2) {
    margin-left: -15px;
}

.progress-thin {
    height: 3px;
}

.stat-bullet {
    margin-right: 5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: transparent;
}

.stat-bullet-finished {
    border: 3px solid #7c63f9;
}

.stat-bullet-pending {
    border: 3px solid #ffa048;
}

.stat-bullet-rejected {
    border: 3px solid #ec5759;
}

.stat-date-filter {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

.stat-date-filter .dropdown-item {
    font-size: 12px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: none;
}

.dispatched-orders table th {
    border-bottom: none;
}

.dispatched-orders table td {
    border-top: none;
}

.dispatched-orders table tbody tr,
.event-row {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dispatched-orders table tbody tr:hover,
.event-row:hover {
    transform: scale(1, 1) translateY(-5px);
    -webkit-transform: scale(1, 1) translateY(-5px);
    -moz-transform: scale(1, 1) translateY(-5px);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.more-option .dropdown-toggle::after {
    display: none;
}



label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #00000047, #000);
    opacity: 0.2;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    header {
        height: auto;
        padding-top: 7rem;
    }

    /*  header {
        background: url('../images/twintlobby.jpg') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }*/
}

/**Blog2**/
.bolg-post-list {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.bolg-post-list>li {
    padding: 0 10px;
    width: 33%;
    margin-bottom: 25px;
}

.package-title {
    font-size: 20pt;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.package-price {
    font-size: 24pt;
    text-transform: uppercase;
    color: #000;
    text-align: right;
    font-weight: 900;
}

.package-price span {
    font-size: 9pt;
    display: block;
    text-transform: none;
    color: #000;
    font-weight: 300;

}

/*--------------*/
.blog-left {
    padding-right: 40px;
}

.blog-post+.blog-post {
    margin-top: 35px;
}

.blog-post .content {
    padding-top: 25px;
}

.blog-post .content h3.title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
}

.blog-post .content h3.title a {
    color: #000;
    text-decoration: none;
}

.featured-post img {
    width: 100%;
    border-radius: 10px;
}

.meta-post {
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
    font-size: 13px;
}

.meta-post li {
    display: inline-block;
    margin-right: 15px;
}

.meta-post li a {
    color: #8c8c8c;
    text-decoration: none;
}

.entry-post {
    font-size: 14px;
    text-align: justify;
}

.entry-post img {
    max-width: 100% !important
}


.read-more-btn {
    display: inline-block;
    width: 120px;
    padding-left: 0;
    line-height: 34px;
    height: 38px;
    border: 2px solid #ffc6c9;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-decoration: none;
}

.read-more-btn:hover,
.read-more-btn:focus {
    color: #fff;
    text-decoration: none;
}

.read-more-btn:before {
    content: '';
    position: absolute;
    background: orange;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.read-more-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.more-link {
    margin-top: 22px;
}

.sidebar .widget {
    margin-bottom: 36px;
}

.widget-search form input {
    height: 40px;
    border: none;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 0 20px;
    width: 100%;
    font-size: 13px;
}

.sidebar .widget .widget-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2d2d2d;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.widget-categories>ul.cat-list {
    list-style: none;
    padding-left: 0;
}

.widget-categories>ul.cat-list>li {
    margin-bottom: 15px;
    font-weight: 400;
}

.widget-categories>ul.cat-list>li>a {
    color: #484848;
    position: relative;
    font-size: 12px;
    text-decoration: none;
}

.widget-categories>ul.cat-list>li>a .fas {
    font-size: 10px;
    margin-right: 9px;
    color: #989898;
}

.widget-tags ul.tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-tags ul.tag-list li {
    margin: 0 0 10px;
    display: inline-block;
}

.widget-tags ul.tag-list li a {
    display: inline-block;
    padding: 5px 15px;
    color: #8c8c8c;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 30px;
    text-decoration: none;
}

.blog-pagination {
    text-align: center;
    margin-top: 40px;
}

.blog-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-pagination ul li {
    display: inline-block;
    padding: 0 5px;
}

.blog-pagination ul li a {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: block;
    border: solid 2px #e5e5e5;
    line-height: 42px;
    color: #32466a;
    text-decoration: none;
    font-size: 14px;
}


.blog-pagination ul li.prev a,
.blog-pagination ul li.next a {
    color: #e21f27;
}

.title {
    font-size: 4rem;
    text-transform: uppercase;
    color: black;
}

.blog-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.blog-title:hover {
    color: black;
    text-decoration: none;
}

.blog-pagination ul li.active a {
    background: #e21f27;
    border-color: #e21f27;
    color: #fff;
}

.package:hover .info-div {
    opacity: 0.8;
    transition: all linear 0.22s;
    -webkit-transition: all linear 0.22s;
    -moz-transition: all linear 0.22s;

}

.info-div {
    position: absolute;
    opacity: 0;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 15px;
    transition: all linear 0.22s;
    -webkit-transition: all linear 0.22s;
    -moz-transition: all linear 0.22s;
}

.thumb-image {
    position: relative;

}

.price-circle {
    position: absolute;
    right: 15px;
    bottom: 20px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    line-height: 1.1;
    background: orange;
    color: white;
}


.package .card-body {
    max-height: 220px;
    overflow: hidden;
}

.package .card-footer .btn {
    font-size: 1rem;
}

.package.card {
    /* border-radius: 15px;*/
    overflow: hidden;
    cursor: pointer;
}

.package.card:hover {
    box-shadow: 0 0 30px 10px #dbdbdb;
    transition: all linear 0.22s;
    -webkit-transition: all linear 0.22s;
    -moz-transition: all linear 0.22s;
}

.package-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.price-circle .package-price {
    font-size: 1.5rem;
    text-align: center;

}

.price-circle:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 8px orange;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.number {
    position: absolute;
    right: 0;
    left: 40%;
    top: -30px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 24px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    line-height: 1.1;
    background: orange;
    color: white;
    border: 2px solid #fff;
    z-index: 99;
}

.number:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 6px orange;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}

#howto .card {
    margin-top: 20px;
}

#howto p {
    height: 70px;
}

#howto h4 {
    font-weight: 700;
}

#howto .fa {
    background: orange;
    height: 131px;
    position: relative;
    top: -40px;
    padding: 10px;
    padding-bottom: 10px;
    width: 120px;
    border-left: 0;
    line-height: 100px;
    border-right: 0;
    border-bottom-left-radius: 50%;

    z-index: -0;
}

.price-circle .package-price small {
    font-size: 0.6rem;
    text-align: center;

}

.package-price {
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    float: left;
}

.package-inclusion {
    font-size: 1rem;
}

.package-price small {

    font-weight: normal;
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    line-height: 1.2;

}

.package-wishlist-button {

    text-transform: uppercase;
    text-align: left;
    color: #FF8C12;
    font-weight: 600;
    line-height: 1.1;
    font-size: 12px;
    float: left;
    border-left: 2px solid #DAD7D2;
    padding: 11px 20px 10px 24px;
    margin-left: 19px;
    position: relative;
    background: none !important;
    border: none !important;
}

.package-wishlist-button span {
    font-size: 1.1rem;
    display: block;
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important
}

.slider-for {
    border-radius: 15px;
    position: relative;
    max-height: 440px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav {
    margin: auto;
    position: absolute;
    bottom: 10px;
    z-index: 99;
    left: 0;
    right: 0;
}

.myprofile-menu {
    list-style: none;
    padding: 0;
}

.myprofile-menu li a {
    display: block;
    padding: 10px;
    color: #333;
    transition: all linear 0.22s;
    border-bottom: 1px solid #dbdbdb;
}

.myprofile-menu li.on {
    border-left: 3px solid orange;
    background: #ececec;
    transition: all linear 0.22s;
}

.myprofile-menu li:hover a {
    padding-left: 30px;
    transition: all linear 0.22s;

}

.or {
    position: absolute;
    right: -15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    background: #ccc;
    line-height: 30px;
    font-size: 12px;
    color: black;
    top: 10%;
}

.blockquote-content {
    position: relative;
    background-color: #ece9e3;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 7px;
    padding: 19px 25px;
    margin-bottom: 22px;
}

.blockquote-content::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 9px 0 9px;
    border-color: #ece9e3 transparent transparent transparent;
}

blockquote cite {
    font-style: normal;
    font-size: 0.8rem;
    padding: 0 0 0 29px;
    display: block;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: 270px;
    /* margin: 10px 1%; */
    /* min-width: 100%; */
    max-width: 347px;
    height: 160px;
    width: 25%;
    /* height: auto; */
    background: #000000;
    text-align: center;
    cursor: pointer;
}

.effect-jazzs figcaption {
    background: #ffffff;
    margin: 15px;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
    width: auto !important;
    bottom: 0;
    text-transform: none !important;
}

.effect-jazzs figcaption p {
    color: #7a7a7a;
}

.effect-jazzs figcaption h6 {
    color: #616161;
    font-weight: 400;
}

figure.effect-layla {
    background: #000;
}

figure.effect-layla img {
    height: 390px;
    width: 100%;
}

figure.effect-layla figcaption {
    padding: 2em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 20px;
    right: 10px;
    bottom: 20px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 10px;
    right: 20px;
    bottom: 10px;
    left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 40%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 1.5rem;
    font-weight: 700;
}

figure.effect-layla p {
    padding: 0.5em 0em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -40%, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    white-space: nowrap;
    font-size: 12px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 2rem;
    color: white;
    text-decoration: none;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 1rem;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
    background: -webkit-linear-gradient(0deg, #000000 0%, #07344a 100%);
    background: linear-gradient(0deg, #000000 0%, #07344a 100%);
    margin: 0;
}

figure.effect-jazz img {
    opacity: 0.7;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.head {
    color: #0087c7 !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.sub-head {
    color: #0087c7 !important;
    font-size: 1.2rem;
}

.slider-nav .item-slick {
    max-width: 150px;
    margin-right: 15px;
    outline: none !important;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 15px;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slider-container {
    border-radius: 15px;
    position: relative;
}

.bx {
    color: #00a5ad;

}

.card-footer {
    padding: .5rem 0.5rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.phone-bid {
    font-weight: 300;

}

.phone-bid span {
    font-weight: 700;
}

.phone-bid .fas {
    margin-right: 10px;
}

.auction-detail-time-text {
    color: #135eab;
    overflow: hidden;
    text-align: center;
    margin: 0;
}

.auction-detail-time-top {
    text-transform: uppercase;
    font-size: .7rem;
    line-height: 1.1;
    display: block;
}

.auction-detail-time-number {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.1;
    margin: -6px 0 -4px;
    display: block;
}

.auction-detail-time-units {
    font-size: 0.7rem;
    line-height: 1.1;
    font-weight: 600;
    display: block;
}

.auction-detail-block-price .auction-detail-text-large {
    font-size: 1.6rem;
    color: #135eab;
}

.auction-detail-text-small-caps {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #000;
}

.auction-detail-text span {
    display: block;
}

.back-top {
    position: fixed;
    bottom: 8em;
    right: 2em;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.74);
    font-size: 13px;
    padding: 5px 10px;
    display: block;
    display: none;
    z-index: 1111;
    font-weight: 600;
    height: auto;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    transform: scaleY(5px);
    border-radius: 4px;
}

.back-top:focus,
.back-top:hover {
    background: #03A9F4;
    text-decoration: none;
    color: #fff
}

.form-select-lg,
.form-control-lg {
    font-size: 16px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(255, 255, 255, 0.1);
}

.right-sidebar {
    position: sticky;
    top: 10px;
}

.timer {

    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

.timer div {
    padding: 10px;
    border-radius: 3px;
    background: #052c65;
    display: inline-block;
    font-size: 31px;
    font-weight: 800;
    width: 68px;
    line-height: 1;
}

.timer .smalltext {
    color: yellow;
    font-size: 12px;

    font-weight: 500;
    display: block;
    padding: 0;
    width: auto;
}

.timer #time-up {
    margin: 8px 0 0;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
}


@media(max-width: 480px) {
    .grid figure {
        height: 270px;
        width: 100%;

    }

    .grid figure h2 {
        font-size: 1.5rem;
    }

    .fixed-bottoms {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: white;
        margin-bottom: 0 !important;
    }

    #sidebar.fixed {
        position: relative !important;
        top: 0px;
    }

    #sidebar {
        position: relative;
    }

    .list-height {
        height: auto;
    }

    .tab-content1,
    .tab-content {

        padding: 1rem;
        /*height: 250px;*/
    }

    #features .tab-content1 h3,
    #features .tab-content h3 {
        font-size: 2rem;
    }

    .welcome-div {
        min-height: 15vh;
    }

    .welcome-text,
    .heading {
        font-size: 2.5rem;
    }

    .filter-filter {
        height: auto;
        min-height: 5px;
    }

    .logo img {
        max-height: 40px;
    }

    .tagline {
        font-weight: 700;
        font-size: 2rem;
    }

    .sub-tagline {
        font-weight: 400;
        font-size: 1.5rem;
        letter-spacing: 6px;
    }

    #bid-title {
        margin-top: 0;
    }

    .nav-tabs .nav-link {

        font-size: 0.9rem;
        padding: 0.5rem 0.5rem;
    }

    .stick {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 94%;
    }

    header {
        position: relative;
        background-color: black;
        height: auto;
        min-height: 5rem;
        width: 100%;
        overflow: hidden;
    }
}

/*!
 *
 * jQuery TE 1.4.0 , http://jqueryte.com/
 * Copyright (C) 2013, Fatih Koca (fattih@fattih.com), (http://jqueryte.com/about)

 * jQuery TE is provided under the MIT LICENSE.
 *
*/

/* editor's general field */
.jqte {
    margin: 30px 0;
    border: #000 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    -moz-box-shadow: 0 0 3px #999;
    overflow: hidden;
    transition: box-shadow 0.4s, border 0.4s;
    -webkit-transition: -webkit-box-shadow 0.4s, border 0.4s;
    -moz-transition: -moz-box-shadow 0.4s, border 0.4s;
    -o-transition: -o-box-shadow 0.4s, border 0.4s;
}

.jqte * {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.jqte_focused {
    border-color: #00AAE7;
    box-shadow: 0 0 10px #00BDFF;
    -webkit-box-shadow: 0 0 10px #00BDFF;
    -moz-box-shadow: 0 0 10px #00BDFF;
}

/* toolbar */
.jqte_toolbar {
    overflow: auto;
    padding: 3px 4px;
    background: #EEE;
    border-bottom: #BBB 1px solid;
}

.jqte_tool {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.jqte_tool,
.jqte_tool_icon,
.jqte_tool_label {
    border: #EEE 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.jqte_hiddenField {
    display: none
}

.jqte_tool_icon {
    display: block;
    width: 22px;
    height: 22px;
    background: url(jquery-te.png) no-repeat
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
    position: relative;
    display: block;
    padding: 3px;
    width: 70px;
    height: 16px;
    overflow: hidden;
}

.jqte_tool.jqte_tool_1 .jqte_tool_text {
    font: bold 13px Arial, sans-serif;
    color: #222;
}

.jqte_tool.jqte_tool_1 .jqte_tool_icon {
    position: absolute;
    top: 10px;
    right: 2px;
    width: 6px;
    height: 4px;
    background-position: -19px -23px;
    border: none;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none
}

.jqte_tool.jqte_tool_2 .jqte_tool_icon {
    background-position: 0 0
}

.jqte_tool.jqte_tool_3 .jqte_tool_icon {
    background-position: -22px 0
}

.jqte_tool.jqte_tool_4 .jqte_tool_icon {
    background-position: -44px 0
}

.jqte_tool.jqte_tool_5 .jqte_tool_icon {
    background-position: -66px 0
}

.jqte_tool.jqte_tool_6 .jqte_tool_icon {
    background-position: -88px 0
}

.jqte_tool.jqte_tool_7 .jqte_tool_icon {
    background-position: -110px 0
}

.jqte_tool.jqte_tool_8 .jqte_tool_icon {
    background-position: -132px 0
}

.jqte_tool.jqte_tool_9 .jqte_tool_icon {
    background-position: -154px 0
}

.jqte_tool.jqte_tool_10 .jqte_tool_icon {
    background-position: -176px 0
}

.jqte_tool.jqte_tool_11 .jqte_tool_icon {
    background-position: -198px 0
}

.jqte_tool.jqte_tool_12 .jqte_tool_icon {
    background-position: -220px 0
}

.jqte_tool.jqte_tool_13 .jqte_tool_icon {
    background-position: -242px 0
}

.jqte_tool.jqte_tool_14 .jqte_tool_icon {
    background-position: -264px 0
}

.jqte_tool.jqte_tool_15 .jqte_tool_icon {
    background-position: -286px 0
}

.jqte_tool.jqte_tool_16 .jqte_tool_icon {
    background-position: -308px 0
}

.jqte_tool.jqte_tool_17 .jqte_tool_icon {
    background-position: -330px 0
}

.jqte_tool.jqte_tool_18 .jqte_tool_icon {
    background-position: -352px 0
}

.jqte_tool.jqte_tool_19 .jqte_tool_icon {
    background-position: -374px 0
}

.jqte_tool.jqte_tool_20 .jqte_tool_icon {
    background-position: -396px 0
}

.jqte_tool.jqte_tool_21 .jqte_tool_icon {
    background-position: -418px 0
}

.jqte_tool:hover {
    background-color: #FFF;
    border-color: #FFF
}

.jqte_tool:hover .jqte_tool_icon,
.jqte_tool:hover .jqte_tool_label {
    border: #AAA 1px solid
}

.jqte_tool:active .jqte_tool_icon,
.jqte_tool:active .jqte_tool_label {
    border: #777 1px solid
}

.jqte_tool.jqte_tool_1:hover .jqte_tool_icon,
.jqte_tool.jqte_tool_1:active .jqte_tool_icon {
    border: none
}

.jqte_tool_depressed {
    background-color: #DDD;
    border-color: #CCC
}

.jqte_tool_depressed .jqte_tool_icon {
    border-color: #AAA
}

.jqte_tool_depressed:hover {
    background-color: #EEE
}

/* link form area */
.jqte_linkform {
    padding: 5px 10px;
    background: #DDD;
    border-bottom: #BBB 1px solid;
}

.jqte_linktypeselect {
    position: relative;
    float: left;
    width: 130px;
    background: #EEE;
    cursor: pointer
}

.jqte_linktypeselect:Active {
    background: #FFF
}

.jqte_linktypeview {
    padding: 3px 5px;
    border: #333 1px solid;
    color: #777;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none
}

.jqte_linktypetext {
    font-size: 12px;
}

.jqte_linktypearrow {
    position: absolute;
    bottom: 8px;
    right: 6px;
    width: 7px;
    height: 6px;
    margin: 0 auto;
    background: url(jquery-te.png) -7px -23px no-repeat;
}

.jqte_linktypes {
    display: none;
    position: absolute;
    top: 22px;
    left: 1px;
    width: 125px;
    background: #FFF;
    border: #333 1px solid;
    box-shadow: 0 1px 4px #AAA;
    -webkit-box-shadow: 0 1px 4px #AAA;
    -moz-box-shadow: 0 1px 4px #AAA
}

.jqte_linktypes a {
    display: block;
    padding: 4px 5px;
    font-size: 12px;
}

.jqte_linktypes a:hover {
    background: #DDD
}

.jqte_linkinput {
    float: left;
    margin: 0 5px;
    padding: 3px 5px;
    width: 300px;
    background: #EEE;
    border: #333 1px solid;
    color: #777;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
}

.jqte_linkinput:focus,
.jqte_linkinput:hover {
    background: #FFF;
    border-color: #000;
}

.jqte_linkbutton {
    float: left;
    padding: 3px 12px;
    background: #AAA;
    border: #333 1px solid;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px #EEE;
    -webkit-box-shadow: inset 0 1px #EEE;
    -moz-box-shadow: inset 0 1px #EEE;
}

.jqte_linkbutton:hover {
    background: #A1A1A1
}

.jqte_linkbutton:active {
    box-shadow: inset 0 1px #CCC;
    -webkit-box-shadow: inset 0 1px #CCC;
    -moz-box-shadow: inset 0 1px #CCC;
    background: #888;
}

/* text format menu */
.jqte_formats {
    display: none;
    position: absolute;
    width: 180px;
    oveflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    border: #AAA 1px solid;
    box-shadow: 0 0 5px #AAA;
    -webkit-box-shadow: 0 0 5px #AAA;
    -moz-box-shadow: 0 0 5px #AAA;
    z-index: 100;
}

.jqte_format {
    display: block;
    padding: 4px 7px;
    font-size: 13px
}

.jqte_format:hover {
    background: #DDD
}

.jqte_format_1,
.jqte_format_2,
.jqte_format_3,
.jqte_format_4,
.jqte_format_5,
.jqte_format_6 {
    font-weight: bold
}

.jqte_format_1 {
    font-size: 22px
}

.jqte_format_2 {
    font-size: 20px
}

.jqte_format_3 {
    font-size: 18px
}

.jqte_format_4 {
    font-size: 16px
}

.jqte_format_5 {
    font-size: 14px
}

.jqte_format_6 {
    font-size: 12px
}

.jqte_format_7 {
    font-family: "Courier New", Courier, monospace
}

/* font size menu */
.jqte_fontsizes {
    display: none;
    position: absolute;
    width: 180px;
    height: 198px;
    oveflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    border: #AAA 1px solid;
    box-shadow: 0 0 5px #AAA;
    -webkit-box-shadow: 0 0 5px #AAA;
    -moz-box-shadow: 0 0 5px #AAA
}

.jqte_fontsize {
    display: block;
    padding: 3px 7px;
}

.jqte_fontsize:hover {
    background: #DDD
}

/* color pallette */
.jqte_cpalette {
    display: none;
    position: absolute;
    padding: 6px;
    width: 144px;
    background: #FFF;
    border: #AAA 1px solid;
    box-shadow: 0 0 5px #AAA;
    -webkit-box-shadow: 0 0 5px #AAA;
    -moz-box-shadow: 0 0 5px #AAA
}

.jqte_color {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    border: #FFF 1px solid;
}

.jqte_color:hover {
    border-color: #000
}

.jqte_colorSeperator {
    float: none;
    clear: both;
    height: 7px;
}

/* editor area */
.jqte_editor,
.jqte_source {
    padding: 10px;
    background: #FFF;
    min-height: 100px;
    max-height: 900px;
    overflow: auto;
    outline: none;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    resize: vertical
}

.jqte_editor div,
.jqte_editor p {
    margin: 0 0 7px
}

.jqte_editor a:link,
.jqte_editor a:link * {
    color: #0066FF !important;
    text-decoration: underline;
}

.jqte_editor blockquote {
    margin-top: 0;
    margin-bottom: 7px
}

.jqte_editor img {
    float: left;
    margin: 0 10px 5px 0
}

.jqte_editor a[jqte-setlink],
.jqte_editor a[jqte-setlink] * {
    background: #3297FD !important;
    color: #FFF !important
}

.jqte_editor h1,
.jqte_editor h2,
.jqte_editor h3,
.jqte_editor h4,
.jqte_editor h5,
.jqte_editor h6,
.jqte_editor pre {
    display: block;
    margin: 0 0 3px;
}

.jqte_editor h1,
.jqte_editor h1 * {
    font-size: 26px
}

.jqte_editor h2,
.jqte_editor h2 * {
    font-size: 24px
}

.jqte_editor h3,
.jqte_editor h3 * {
    font-size: 22px
}

.jqte_editor h4,
.jqte_editor h4 * {
    font-size: 20px
}

.jqte_editor h5,
.jqte_editor h5 * {
    font-size: 18px
}

.jqte_editor h6,
.jqte_editor h6 * {
    font-size: 15px
}

.jqte_editor pre,
.jqte_editor pre * {
    font-family: "Courier New", Courier, monospace
}

/* source area */
.jqte_source,
.jqte_source textarea {
    background: #FFF1E8
}

.jqte_source textarea {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    min-height: 100px;
    font-family: Courier, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden !important;
    outline: none;
    resize: none;
}

.jqte_source textarea,
.jqte_source textarea:focus {
    css_shadow: none !important;
    background: none !important;
    border: none !important;
}

/* title box */
.jqte_title {
    display: none;
    position: absolute;
    z-index: 9999;
}

.jqte_titleArrow {
    position: relative;
}

.jqte_titleArrowIcon {
    width: 7px;
    height: 6px;
    margin: 0 auto;
    background: url(jquery-te.png) 0 -23px no-repeat;
}

.jqte_titleText {
    padding: 5px 7px;
    margin-top: 0;
    min-width: 5px;
    min-height: 1px;
    max-width: 400px;
    background: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    word-wrap: break-word;
    -ms-word-wrap: break-word
}

.jqte_titleText,
.jqte_titleText * {
    color: #FFF;
    font-size: 11px
}

/* placeholder */
.jqte_placeholder {
    position: relative;
    display: none;
}

.jqte_placeholder_text {
    position: absolute;
    top: 43px;
    left: 10px;
    font-size: 14px;
    color: #CCC;

    /* Responsive Registration Fee Table */
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    @media (max-width: 767.98px) {

        .table-sm th,
        .table-sm td {
            padding: 0.5rem;
            font-size: 0.85rem;
        }

        .table-sm th {

            /* Conference package radio button styling */
            .table-sm .form-check {
                padding-left: 1.25rem;
                margin-bottom: 0;
            }

            .table-sm .form-check-input {
                margin-top: 0.25rem;
                margin-left: -1.25rem;

                /* Clickable table rows */
                .clickable-table tbody tr {
                    cursor: pointer;
                    transition: background-color 0.2s;
                }

                .clickable-table tbody tr:hover {
                    background-color: #f8f9fa;
                }

                .clickable-table tbody tr:hover td {
                    background-color: #f8f9fa !important;
                }
            }

            .table-sm .form-check-label {
                padding-left: 0.5rem;
                cursor: pointer;
            }

            background-color: #365d9b !important;
            font-weight: bold;
            color: #fff;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .fees-header th {
            white-space: nowrap;
        }

        .row-international td,
        .row-local td {
            white-space: nowrap;
        }
    }

    @media (max-width: 575.98px) {

        .table-sm th,
        .table-sm td {
            padding: 0.3rem;
            font-size: 0.75rem;
        }

        .table-sm th {
            min-width: 100px;
        }
    }
}