.hide-footer-section {
    display: none;
}

.company-image {
    width: 181px !important;
    height: 180px !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.margin-right-hundred{
    margin-right: 100px;
}

.error{
    color:red;
}

.red_submit{
    background: #F8403E;
    border:none;
}

.nice-select{
    height:100%;
}

.nice-select .current{
    line-height: 47px;
}

.selectReq
{
    padding-right: 8px !important;
}



#calendar {
    max-width: 1100px;
    margin: 0 auto;
  }

  .height-calender-card{
    height:632px;
  }

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="margin-right-hundred"] {
     margin-right: 20px;
    }


    [class*="height-calender-card"] {
        height:auto;
       }
  }

  .reltiv{
    position: relative;
}
.frmPnl .text-info1{
    color: #e42e2a !important;
    position: absolute;
    right: 15px;
    top:16px;
}
.frmPnl .hidden{
    display: none;
}
.tooltip{

    color: #fff !important;
    line-height: normal !important;
}
.tooltip-title p{
    line-height: normal !important;
    color:#fff !important;
    font-size: 14px !important;
    margin-bottom: 0;
    background: transparent;
}



.tooltip p{
    line-height: normal !important;
    color:#fff !important;
    font-size: 14px !important;
    margin-bottom: 0;
    background: transparent;
}

.frmPnl .text-info1 {
    color: #e42e2a !important;
    position: absolute;
    right: 15px;
    top: 16px;
}

.pricing-table {
    width: 100%;
    margin-bottom: 45px;
}
.pricing-table tr td{
    border-bottom: solid 2px #f8403e;
    vertical-align: top;
    padding: 20px 10px;
}

.pricing-table tr:first-child td {
    border-top: solid 2px #f8403e;
    padding: 20px 10px;
}

.pricing-table thead td {
    font-weight: bold;
}

.pricing-table tr td {
    text-align: right;
}

.pricing-table tr td:first-child {
    text-align: left;
}

.pricing-table .no-border td{
    border-bottom: none;
}

.pricing-table .pricing-list, .contact-block {
    padding: 0;
    margin: 0;
}

.pricing-table .pricing-list li {
    list-style: disc;
    padding-left: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.pricing-header {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.pricing-cost {
    font-weight: bold;
}

.pricing-sub-header {
    text-decoration: underline;
    margin-bottom: 20px;
}

.font-bold {
    font-weight: bold;
}

.contact-block .title{
    margin-bottom: 20px;
}

@media only screen and (max-width: 526px) {
    .pricing-table tr td{
        padding: 10px 0;
        font-size: 15px;
    }

    .pricing-table tr:first-child td {
        padding: 10px 0;
    }
}

.btn-join-disabled {
    display: inline-block;
    min-width: 193px;
    background: rgba(0, 0, 0, 0.1) !important;
    cursor: default !important;
}

.btn-join {
    display: inline-block;
    min-width: 193px;
    padding: 10px !important;
}

.modal-xlg {
    max-width: 1200px;
}

.meeting-iframe {
    width: 100%;
    height: 500px;
}

.btn-join img{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 5px;
}

.btn-join:hover {
    opacity: 0.7;
}

.slideshow {
    margin-top: 110px;
    position: relative;
}

.slideshow .slide {
    display: block;
    position: relative;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.slide-content .container{
    display: flex;
    flex-direction: column;
}

.slide-content .title {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.slide-content .description {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}

.slideshow .owl-dots {
    position: relative;
    z-index: 10;
    bottom: 30px;
    display: flex;
    margin: auto;
    padding: 5px 0;
    justify-content: center;
}

.slideshow .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #D6D6D6;
    margin-right: 7px;
    border-radius: 50%
}

.slideshow .owl-dot.active {
    background: #869791;
}

.reset-pass-form {
    margin-bottom: 40px;
}

.btnForget button {
    cursor: pointer;
}

.btnForget button:hover {
    opacity: 0.7;
}

.reset-pass-form .error {
    font-size: 14px;
}

.btn-red-sm {
    background: #f8403e;
    color: #fff !important;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    padding: 8px 20px;
}

.btn-red-sm:hover {
    opacity: 0.7;
}
.custom-error-notify {
    padding: 20px 0;
    display: flex;
    position: absolute;
    top: 20px;
    border-width: 2px;
    z-index: 1000;
    left: calc(50% - 250px);
    max-width: 500px;
    width: 100%;
    margin: 0 20px;
    text-align: center;
    justify-content: center;
    align-items: center;

}
.custom-error-notify i {
    margin-right: 10px;
}

.login-form-divide {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.login-form-divide:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 43, 104, 0.2);
}

.login-form-divide .divide-label {
    font-size: 18px;
    color: #bebebe;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 1px 15px;
    margin: 0 auto;
}

.login-with-btn:hover {
    opacity: 0.7;
}

.login-with-btn img{
    /* height: 35px; */
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li span {
    right: 0;
}

.upcoming-events-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap-x: 2em;
    gap-y: 1em;
}

@media (max-width: 768px),
(orientation: portrait) {
    .upcoming-events-list {
        grid-template-columns: 1fr;
    }
}

.upcoming-events-list li {
    width: 100%;
    padding: .5em 0;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.upcoming-events-list span {
    position: relative;
    display: block;
    font-size: .8em;
    color: #7F7F7F;
    margin-bottom: .5em;
    width: 50%;
}

.upcoming-events-list span:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 30px;
    height: 2px;
    background: #f8403e;
}

.upcoming-events-list small {
    color: #f8403e;
    width: 50%;
    padding-left: 1em;
    font-style: italic;
}

.upcoming-events-list li a {
    color: black;
}

.upcoming-events-list li a:hover {
    color: black;
    text-decoration: underline;
}

.pt-6 {
    padding-top: 10rem !important;
}

.fs-1 {
    font-size: 1em;
}

.account-min-height {
    min-height: calc(100vh - 78px);
}

.goldColor {
    background: #DAA520;
    color: #fff;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    margin-right: 20px;
    padding: 12px 38px;
  }

  .goldColor:hover {
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  }
  .goldColor.btn-sm {
    padding: .25rem .5rem;
  }