/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #ff6b00;
    --mainThemeColor-rgb: 8, 45, 116;
    --mainThemeColor2: #250854;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Readex Pro';
    --eventHeadingFont: 'Readex Pro';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #f8c60f;
    --red: #cf0000;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}
li.pdf-link a {
    color: #ffc107!important;
}
section#agenda {
    direction: rtl;
    text-align: right;
}
#agenda section h3{
  
    text-align: right;
}
button[type="submit"] {
    background: #002c73!important;
}
.modal-header {
    padding: 9px 15px!important;
}
.modal-header .close {
    padding: 0!important;
}
.whatsapp {
    position: fixed;
    bottom: 11%;
    right: 0%;
    width: 80px;
    z-index: 9;
}

.whatsapp img {
    width: 55px !important;
}

.header-content .collapse:not(.show) {
    display: block !important;
    height: 36px !important;
}

#regBtn {
    margin-left: 8px;
}

.curr-lang-en #regBtn {
    margin-left: 0px;
    margin-right: 8px;
}

.text-left.medi img {
    margin-left: 55px;
}

.speaker_img-src a {
    display: block;
}

#speakers .speaker_container:after {
    border: none !important;
    min-height: initial !important;
}

#speakers h5 {
    text-align: center;
}

#speakers .speaker_img-src img {
    background: none !important;
}

.freeHighlighted {
    text-align: center;
    color: var(--mainThemeColor2);
}

.curr-lang-en h1.mainHead {
    line-height: 50px;
}

.curr-lang-en .boxText {
    line-height: 29px;
}

.curr-lang-en .iconBox p {
    line-height: 30px;
}

.curr-lang-en #about h3.main-title {

    text-align: left;


    border-left: 5px solid var(--mainThemeColor);
    padding-left: 15px;
    border-right: 0px;
}

.curr-lang-en ul.list {
    text-align: left;
}

.curr-lang-en ul.list li img {
    right: initial;
    left: 0px;
}

.curr-lang-en ul.list li {
    padding-right: 0px;
    padding-left: 32px;
}

.curr-lang-ar #login-footer .row .col-sm-4 {
    max-width: 33.33%;

}

.curr-lang-ar #login-footer .col-sm-4,
#login-footer .col-sm-8 {
    text-align: right;
}

.curr-lang-ar #LoginModal h4,
.curr-lang-ar #forgot-pwd-modal h4 {
    text-align: right;
}

h3.main-title {
    margin-bottom: 30px;
}

.curr-lang-ar .socialIcons li {
    padding: 0px 5px !important;
}

.formHead {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 10px;
    color: var(--black) !important;
    font-family: var(--eventFont);
}

.formHead span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--black) !important;
}

.formContainer>.container-fluid {
    padding: 0px;
}

.formContainer {
    background: var(--white);
    border-radius: 25px;
    text-align: center;
}

.custom-col-1 label.error,
#packages-error {
    color: red;
    display: block;
    width: 80%;
    float: left;
    font-weight: 300;
    font-size: 12px;
}

.nw-frm-bldr .custom-col-1 .control-label {
    display: none;
}

.reg-form-data .form-control {
    border: 1px solid #eff0f1;
    border-radius: 13px;

}

.control-label {

    padding-top: 0px;

}

.custom-col-1 .iti--allow-dropdown {
    padding: 0px 0px 5px !important;
}

.reg-form-data .col-12 input[type=submit] {
    width: 100%;
    height: 40px;
    border-radius: 11px !important;
    font-weight: 600;
    font-size: 14px;
    background: var(--yellow);
    color: var(--black);
}

.custom-col-1 .form-control {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 12px;
    background: #f3f4f6;
    box-shadow: none;
    font-weight: 300;
}

.nw-frm-bldr h3 {
    display: none;
}

.iti.iti--allow-dropdown {
    width: 100% !important;
}

li.flex-element.langSwichter>a:last-child {
    border-radius: 20px 0px 0px 20px;
}

.iconBoxes .row {
    justify-content: center;
}

.aboutHighlighted span:last-child {
    margin-bottom: 30px;
}

li.flex-element.langSwichter>a:first-child {
    border-radius: 0px 20px 20px 0px;
}

.curr-lang-en li.flex-element.langSwichter>a:last-child {
    border-radius: 0px 20px 20px 0px;
}

.curr-lang-en li.flex-element.langSwichter>a:first-child {
    border-radius: 20px 0px 0px 20px;
}

.curr-lang-en li.flex-element.langSwichter {
    margin-left: 15px;
}

.iconBox img {
    height: 80px;
}

li.flex-element.langSwichter {
    display: flex;
    align-items: start;
}

.curr-lang-ar li.flex-element.langSwichter {
    margin-right: 8px;
}

.langSwichter a.active {
    background: var(--mainThemeColor);
    color: var(--white) !important;
}

.langSwichter a {
    border: 1px solid var(--mainThemeColor);
    margin-left: -1px !important;
    display: inline-block;
    padding: 7px 12px !important;
}

.curr-lang-ar #agenda .nav-tabs>li {
    float: right;
}

.curr-lang-ar .cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 45px 0px 0px !important;
}

.curr-lang-ar #faq h3.main-title {
    text-align: right;
    color: var(--mainThemeColor2);
}

.curr-lang-ar .faq h4.panel-title a {
    padding-left: 0px;
    padding-right: 45px;
}

.curr-lang-ar .num_icon {
    background-image: linear-gradient(to right, var(--yellow) 0%, var(--yellow) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 0px;
    margin-left: 15px;
    left: initial;
    right: 0px;
}


#agenda .fade:not(.show) {
    opacity: 1;
}

.curr-lang-ar .panel-heading .panel-title,
.curr-lang-ar .faq .panel {
    text-align: right;
}

.curr-lang-ar .cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-right: 0px;
}

#faq .collapse:not(show) {
    display: none !important;
}

#faq .collapse.in {
    display: block !important;
}

.iconBoxes {
    padding: 45px 0px 35px !important;
}

.aboutHighlighted span {
    display: inline-block;
    background: var(--mainThemeColor);
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
    padding: 8px 12px;
}

.aboutHighlighted {
    text-align: center;
}

#about h3.main-title {
    font-size: 32px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
    border-right: 5px solid var(--mainThemeColor);
    padding-right: 15px;
}

ul.list {
    font-size: 20px;
    font-weight: 300;
    text-align: right;
}

ul.list li {
    position: relative;
    padding-right: 32px;
}

ul.list li img {
    position: absolute;
    right: 0px;
    top: 5px;
}

#about {
    background: #f6f6f6;
}

.iconBox p {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

.iconBoxes {
    padding: 45px 0px 30px;
}

.iconBox p span {
    color: var(--red);
    font-size: 13px;
    display: block;
}

h1.mainHead {
    color: var(--yellow);
    font-size: 50px;
    text-align: center;
    line-height: 70px;
}

.curr-lang-ar .col-sm-3.event-logo {
    text-align: right;
}

.boxText span {
    font-weight: bold;
    color: var(--yellow);
}

.boxText {
    border: 4px solid #fff;
    border-radius: 30px;
    font-size: 22px;
    padding: 12px 20px;
    color: #fff;
    margin: 30px 50px;
    line-height: 38px;
}

.text-right.medi img {
    margin-right: 50px;
}

body.curr-lang-ar * {
    direction: rtl;
    font-family: 'Readex Pro' !important;
}

/* General-------------------------- */
html,
a,
* {
    /* -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;*/
}

.curr-lang-en li.flex-element.langSwichter {
    margin-left: 8px;
}

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
}

.simple-section {
    padding: 100px 0px;
}

.coloredBg {
    background: var(--mainThemeColor);
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
}

.whiteText * {
    color: var(--white);
}

.whiteText a:hover,
.whiteText a:focus {
    color: var(--yellow);
}

h4.form-heading {
    font-size: 0px;
}

body>p:first-of-type {
    margin: 0px;
}



/* Buttons------------------------------ */
.vfairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.btnBlink {
    background-color: #ffc107 !important;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    color: #FFF;
    border-radius: 70px;
}



@-webkit-keyframes glowing {
    0% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }

    50% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 40px #ffc107;
    }

    100% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }

    50% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 40px #ffc107;
    }

    100% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }

    50% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 40px #ffc107;
    }

    100% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }
}

@keyframes glowing {
    0% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }

    50% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 40px #ffc107;
    }

    100% {
        background-color: #ffc107;
        -webkit-box-shadow: 0 0 3px #ffc107;
    }
}


.btnBlink:hover,
.btnBlink:focus {
    color: #000;
    text-decoration: none;

}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded);
}

.btnWhite {
    background: var(--white);
    color: var(--yellow);
    border: 3px solid var(--yellow);
    border-radius: 25px !important;
    background: none !important;

    display: inline-block;
}

/*.curr-lang-en .btnWhite{   margin-right: 50px;}
.curr-lang-ar .btnWhite{   margin-left: 50px;}*/

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.popup h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
}

h1,
.popup h1 {
    font-size: var(--h1FontSize);
    font-weight: 800;
}

h2 {
    font-size: var(--h2FontSize);
}

h3 {
    font-size: var(--h3FontSize);
}

h4 {
    font-size: var(--h4FontSize);
}

h5 {
    font-size: var(--h5FontSize);
}

h6 {
    font-size: var(--h6FontSize);
}

/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--black);
    color: var(--white);

}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

}

.slim-bar .row {
    justify-content: end !important;
}

/* Set 0 padding or Margin */
.noPadding {
    padding: 0px !important;
}

.noTopPadding {
    padding-top: 0px !important;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noLeftMargin {
    margin-left: 0px !important;
}

.noRightMargin {
    margin-right: 0px !important;
}


/* Main Heading------------------------- */
.main-title {
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: var(--h3FontSize);
}

.main-title span {
    display: block;
    color: var(--mainThemeColor);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-title .headingOverlayText {
    position: absolute;
    color: var(--overlayHeadingTextColor);
    margin: 0px 0px 0px 0px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -9px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    display: inline;
    text-transform: lowercase;
}




/* Unordered list------------------------------- */
ul {
    list-style: none;
    padding: 0px;
}

ul li {
    margin-bottom: 15px;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
    ;
}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
    transition: none !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
    transition: none !important;
}

#main-nav a {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
    padding: 8px 10px;
    font-size: 15px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

.stickyNav {
    width: 100%;
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.navClose {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

#LoginBtn,
#regBtn {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn:hover,
#LoginBtn:focus {
    color: var(--white) !important;
}

.navbar-toggle {
    /*Set to 0 if Accessibility Feature not added*/
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}



/* Hero Section */
.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1691867494background-png1691867494.png")no-repeat center;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 6%;
    position: relative;
}

.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--black) 0%, var(--black) 100%);
    background-image: linear-gradient(to right, var(--black) 0%, var(--black) 100%);
    position: absolute;
    opacity: 0;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#date-info {
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--eventFont);
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.two-btns {
    text-align: center;
    margin: 35px 0 20px;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;

}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


.two-btns a:first-child {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--white) !important;
    color: var(--mainThemeColor) !important;
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.page-heading {
    height: 1px;
}

form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--darkgrey);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 0px solid #dedede;
    margin-bottom: 30px;
    padding: 0px 15px;
}

.nw-frm-bldr .control-label {
    font-size: var(--smallText);
    font-family: var(--eventHeadingFont);
    color: var(--eventFontColor);
}

.reg-form-data .form-control {
    font-size: var(--smallText);
    font-family: var(--eventFont);
    color: var(--eventFontColor);
}

.nw-frm-bldr.reg-form-wrap>.row>.col-12,
.row.row-content>div>.container-fluid {
    padding: 0;
}


/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}

.full-page-container .col-lg-12 {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row-content {
    padding: 10px 0px;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header {
    background: var(--mainThemeColor);
    min-height: 50px;
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button {
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    color: var(--white);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    border-color: #ccc;
}

#login-footer .col-sm-8 .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
}

.modal .modal-dialog {
    max-width: initial;
}

#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}

#login-footer .btn,
#reset-pwd-frm .btn {
    border-radius: var(--rounded);
}

#login-footer .btn:hover,
#reset-pwd-frm .btn:hover {
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}

#reset-pwd-frm label,
#LoginModal label {
    font-family: var(--eventHeadingFont);
}

#reset-pwd-frm input,
#LoginModal input {
    font-family: var(--eventFont);
}


/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: -50px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 0px 29px 0px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}

#clockdiv .eventlive {
    max-width: 500px;
    font-size: 24px;
}

/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2)
}

#whyAttend li i {
    color: var(--yellow);
}

.whiteText .main-title span {
    color: var(--yellow);
}



/* Agenda-------------------------------------------- */
#agenda {
    background-color: #f1f1f1;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
    font-size: 30px;
}

#agenda section {
    background: none !important;
}

.agenda-style-6 .detail-box p {
    font-size: 20px !important;
    margin-bottom: 0px;
    line-height: 25px !important;
}

.agenda-style-6 .detail-box .designation {
    font-size: 16px !important;
}

#agenda .nav-tabs>li>a {
    color: var(--black) !important;
    background-color: #e8e8e8 !important;
    font-size: 26px;
    font-weight: 300;
    border-radius: 0px;
}

#agenda .nav>li>a:hover,
.nav>li>a:focus {

    color: var(--mainThemeColor) !important;
}

#agenda .agenda-style-6 .time-box,
#agenda .nav-tabs>li.active>a,
#agenda .nav-tabs>li.active>a:hover,
#agenda .nav-tabs>li.active>a:focus {
    background: var(--mainThemeColor) !important;
    color: var(--white) !important;

}

.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:focus:before,
.nav-tabs>li.active>a:hover:before {
    border-top-color: var(--mainThemeColor) !important;

}

div.speaker2[data-toggle="modal"] {
    cursor: pointer;
}

div.speaker2[data-toggle="modal"]:hover strong {
    color: var(--mainThemeColor);
}

.agenda-time span {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {


    border-top-color: var(--mainThemeColor) !important;
}

/*Sponsors Section----------------------------------------*/
.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .panel {
    background: var(--faqBgColor);
    padding: 24px 25px 24px;
    margin: 0 0 27px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

}


.faq .panel-heading {
    padding: 0 !important;
    background: 0 0 !important
}

.faq h4.panel-title a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    color: var(--mainThemeColor2);
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    text-transform: none;
    padding-left: 45px;
}

.faq .panel-collapse {
    text-decoration: none;
    cursor: pointer
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: var(--eventFontSize) !important;
    font-family: var(--eventFont) !important;
    line-height: 24px !important;
    color: var(--eventFontColor) !important
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: '068';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: '067';
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, var(--yellow) 0%, var(--yellow) 100%) !important;
    background-image: linear-gradient(to right, var(--yellow) 0%, var(--yellow) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 45px 0px 45px;
}

/* Contact Section------------------------------ */
.ask-cta {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-cta>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-cta .contact-img {
    max-height: 200px;
}

#contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactPersons {
    display: flex;
    flex-wrap: wrap;
}

.contactPersons_box {
    margin-right: 70px;
    margin-bottom: 30px;
}

.contactPersons_box p {
    margin-bottom: 0px;
}

.textSmall {
    font-size: var(--smalltext);
    font-weight: 400;
}

.contactPersons_box h5 {
    line-height: 23px;
}

.contactPersons>div:nth-child(even) {
    margin-right: 0px;
}




/* Footer----------------------------- */
footer {
    background: var(--mainThemeColor2);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor2);
}

.footer-links li {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

/*Top to the Page button---------------*/
#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

#top:hover,
#top:focus {
    background-color: var(--darkgrey);
}


/*Accessibility Features---------------*/
.btn.btn-access.slide {
    position: absolute;
    z-index: 45;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background: var(--darkgrey);
    right: 12px;
    top: 46px;
    text-align: center;
    padding: 5;
}

.btn.btn-access.slide:hover {
    background: var(--mainThemeColor);
}

.accsess_tray {
    display: block;
    position: fixed;
    right: 10px;
    background-color: var(--white);
    top: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.accsess_tray #readspeaker_button1,
.accsess_tray .hall-wrap .rsbtn {
    right: -34px;
}

.accsess_tray .rsexpanded span {
    margin: 0;
}

.accsess_tray .rsexpanded span.rsbtn_text {
    margin: 5px 0 0 6px;
}

.accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
    margin: 7px 0 0 5px;
}

.accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
    display: inline-block;
}

.accsess_tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray .btn-tray {
    padding: 6px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(var(--mainThemeColor-rgb), 0.1);
    color: var(--mainThemeColor);
}

.accsess_tray .btn-tray:last-child {
    margin-right: 4px;
}

.accsess_tray .btn-tray.btn:hover {
    opacity: 0.9;
}

.accsess_tray .btn-tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray span {
    margin-right: 8px;
}

.accsess_tray .btn-close-access {
    text-align: center;
    padding: 8px 8px;
    background: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#accessibility-fade-in {
    width: 1px;
    opacity: 0;
    transition: all 0.75s ease;
    z-index: 5;
}

#accessibility-fade-in.show {
    opacity: 1;
    width: 262px;
    display: flex !important;
}

/* Privacy Policy------------- */
.content-page ul {
    list-style-type: disc;
    margin-left: 20px;
}

.content-page ul li {
    margin-bottom: 0;
}

.content-page p,
.content-page li {
    text-align: justify;
}


@media (max-width: 767px) {
    .speaker_container:hover::after {
        height: 190px;
        min-height: 205px !important;
        width: 100% !important;
        left: 0px !important;
        top: 0px !important;
    }

    .panel-title {
        font-size: 14px !important;
    }

    .curr-lang-en .btnWhite {
        margin-right: 0px;
    }

    .curr-lang-ar .btnWhite {
        margin-left: 0px;
    }

    .text-left.medi {
        text-align: center !important;
    }

    .text-right.medi {
        text-align: center !important;
    }

    .text-left.medi img {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .iconBox p {
        font-size: 16px;
    }

    .curr-lang-en .iconBox p {
        line-height: 23px;
    }

    ul li {
        margin-bottom: 15px;
    }

    .speaker_img-src h4 {
        font-size: 14px !important;
    }

    #about h3.main-title {
        font-size: 22px;

    }

    ul.list {
        font-size: 16px;
    }

    .text-right.medi img {
        margin-right: 0px;
        margin-bottom: 12px;
    }

    #regBtn {
        margin-left: 0px;
    }

    .curr-lang-en #regBtn {

        margin-right: 0px;
    }

    #sponsors .col-md-3,
    #speakers .col-md-3 {
        width: 50%;
    }

    .speaker_img-src {
        min-height: 110px !important;
    }

    .speaker_container {
        padding: 20px 0px 30px !important;
    }

    li.flex-element.langSwichter {
        margin-right: 0px;
        margin-top: 20px;
    }

    li.flex-element.langSwichter {

        justify-content: center;
    }

    .speaker_container:after {
        border-radius: 180px 180px 15px 15px !important;

    }

    .speaker_container:after {
        min-height: 205px !important;
    }

    h1.mainHead {
        font-size: 23px;

        line-height: 40px !important;
    }

    .curr-lang-en h1.mainHead {

        line-height: 30px !important;
    }

    .boxText {
        font-size: 18px;
        padding: 4px 16px;
        margin: 30px 0px;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100% !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: none !important;
    }

    #main-nav .navbar-nav {
        flex-direction: column;

    }

    #main-nav .navbar-nav {
        flex-direction: column;
        flex-grow: initial;
    }

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;
        font-family: 'Poppins';
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 2px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-nav.in {
        display: flex !important;
    }

    #main-nav a {
        color: var(--white);
        font-size: 18px;
        padding: 18px 15px;
    }

    #LoginBtn {
        margin-top: 12px;
    }

    .event-logo {
        flex-grow: 1;
    }

    .whyAttendImg {
        max-width: 320px !important;
        display: block;
        margin: auto;
    }

    .contactPersons {
        justify-content: space-around;
    }

    .contactPersons_box {
        margin-right: 0px;
    }

    #contact h3 {
        text-align: center;
    }

    .footer-section .row>div {
        text-align: center !important;
    }

    input[type="file"] {
        width: 100%;
    }

    .modal .modal-dialog {
        width: 95% !important;
    }

    .modal-footer .btn+.btn {
        margin-left: 2px;
    }

    #login-footer .row {
        flex-direction: column;
    }

    #login-footer .row .col-sm-4 {
        order: 1;
    }

    #login-footer .row .col-sm-8 {
        order: 2;
    }

    #login-footer .col-sm-8 {
        padding-left: 2px;
        padding-right: 2px;
    }

    form input[type=submit] {
        width: 100% !important;
    }

    .reg-form-data input::file-selector-button {
        background: var(--mainThemeColor) !important;
    }
}

@media (max-width: 575px) {
    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 23px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    #clockdiv>div {

        margin-right: 13px;
    }

    #clockdiv>div::before {

        right: -11px;

    }

    .two-btns {
        border-radius: 29px;
        width: 100%;
        border: none;
    }

    .two-btns a {
        display: block;
    }

    .two-btns a:first-child {
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }

}

/*Sponsors styles-------------------------*/

.speaker_container {
    margin-bottom: 60px;
    position: relative;
    cursor: pointer;
}

.speaker_img-src h4 {

    padding: 0px 3px;
}

.speaker_img-src {
    text-align: center;
    min-height: 230px;
    padding: 0px;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
}

.speaker_img-src img {
    width: 170px !important;
    height: 170px !important;
    margin: auto;
    border: 4px solid #fff;
    border-radius: 20%;
    background-size: 100% 100%;
    border: solid 0px #fff;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 5%);
    background: none !important;
    padding: 15px;
}

.modal-header {
    height: 0;
    padding: 0;
    background-color: rgba(241, 97, 75, 1);
    z-index: 9999;
    position: relative;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.btn-close {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
    text-align: center;
    padding: 10px 13px !important;
    border-radius: 25px 25px !important;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
}

.modal-header h4 {
    color: #fff;
}

.speaker_img-src h4 {
    font-size: 21px;
    color: var(--mainThemeColor2);
    margin-bottom: 8px;
    margin-top: 0px;
    text-align: center;
}

.modal-body {
    padding: 25px;
}

.modal-body img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 0 auto 15px auto;
    display: block;
    border: solid 5px #fff;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
}

.modal-body h4 {
    color: #ff5238;
    font-size: 18px;
    font-weight: 600;
}

.modal-body h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.speaker_bio {
    display: none;
}

.speaker_container:hover .speaker_bio {
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 57, 116, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
}

.speaker_bio span {
    cursor: pointer;
    z-index: 3;
    background: #131313;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.speaker_container:after {
    content: "";
    border: solid 1px var(--mainThemeColor2);
    border-radius: 150px 150px 15px 15px;
    width: 100%;
    height: 100%;
    min-height: 260px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
    pointer-events: none;
}

.speaker_container:hover::after {
    height: 200px;
    min-height: 200px;
    border-radius: 50%;
    width: 200px;
    left: 25px;
    top: 10px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-header .close {
    opacity: 1;
    color: #020202;
    padding: 10px 12px;
    font-weight: normal;
    font-size: 22px;
}

.modal-content {
    background-color: #fafafa;
}

@media (max-width:767px) {
    .speaker_img-src img {
        width: 110px !important;
        height: 110px !important;
    }
}


.agenda-style-6 .time-box {
    padding: 20px;
    background: var(--mainThemeColor);
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
}

.agenda-style-6 .time-box img {
    margin-bottom: 10px;
    width: 20px;
}

.agenda-style-6 .detail-box {
    background: #fff;
    color: #414141;
    padding: 10px 20px;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agenda-style-6 .container .row {
    margin-bottom: 22px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    align-content: center;
}

.icon-boxes {
    background: #e3006a;
}

.icon-boxes .icon-box {
    text-align: center;
    color: #fff;
}

.detail-box .speaker {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 5px;
}

.agenda-style-6 .detail-box p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 22px;
}

.detail-box .speaker img {
    border-radius: 100%;
    border: solid 1px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

.nav-tabs>li>a {
    color: #e3006a;
    background-color: aliceblue;
    border-radius: 6px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #e3006a;
    color: #fff;
}

section.agenda-style-6 {
    background: #f1f1f1;
    padding: 50px 0px;
}

section.agenda-style-6 .nav-tabs {
    margin-bottom: 30px;
    border: none;
}

.agenda-style-6 .detail-box p strong {
    margin-bottom: 0px;
    display: inline-block;
}

.agenda-style-6 .detail-box .designation {
    font-size: 13px;
}

.agenda-style-6 .detail-box .webinarsdescription p {
    margin-bottom: 10px;
    line-height: 20px;
}

h3.main-title {
    text-align: center;
    font-size: 36px;
}

.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
}

.modal-dialog .modal-body p {
    padding: 0 !important;
    margin-top: 0px;
}


.curr-lang-ar .agenda-style-6 .time-box {
    border-radius: 0px 10px 10px 0px;
    font-size: 16px;
}

.agenda-style-6 .detail-box .webinarsdescription p {

    line-height: 26px !important;
}

.curr-lang-ar .agenda-style-6 .detail-box {
    border-radius: 10px 0px 0px 10px;
}

.curr-lang-ar #agenda .detail-box * {
    text-align: right;
    margin-right: 0px;
    margin-left: 15px;
}

/*.curr-lang-ar #login-footer .row {direction: ltr !important;}*/
.curr-lang-ar #LoginModal h4, .curr-lang-ar #forgot-pwd-modal h4{padding:0 !important;}
.curr-lang-ar button.close {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .agenda-style-6 .time-box {
        border-radius: 10px 10px 0px 0px;
    }

    .agenda-style-6 .detail-box {
        border-radius: 0px 0px 10px 10px;
    }
}