body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    min-height: 100vh;
}

#bgcolor {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 16%);
}

.navbar-brand {
    padding: 10px 15px;
}

nav#bgcolor .brand-logo a img {
    max-width: 220px;
}

#navigationtext h2 {
    color: #2F2F2F;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-right: 30px;
}

.navbar-nav > li > a {
    background: #F36C23;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 12px 20px 11px;
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    width: 113px;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a:focus {
    background: #F36C23 !Important;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #F36C23 !Important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: #F36C23 !Important;
}

.dropdown-toggle:hover {
    color: #000;
}

.dropdown-menu > li {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2F2F2F;
    white-space: nowrap;
}

.dropdown-menu .divider {
    padding: 0px;
    background-color: #acacac;
}

.dropdown-menu {
    min-width: 235px;
}

strong {
    color: #7530EF; /*...updated from #1e4486 while AB-1341..*/
}

.thankyoutext h1:after {
    content: "";
    width: 10%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.thankyoutext {
    margin-top: 130px;
    text-align: center;
}

    .thankyoutext h1 {
        position: relative;
        margin-top: 0;
        margin-bottom: 0px;
        padding-bottom: 20px;
        /*font-size: 36px;
        text-transform: capitalize !Important;
        background: -webkit-linear-gradient(left, rgb(0, 152, 222) 23%, rgb(26, 37, 170) 100%);
        background: -o-linear-gradient(left, rgb(0, 152, 222) 23%, rgb(26, 37, 170) 100%);
        background: -ms-linear-gradient(left, rgb(0, 152, 222) 23%, rgb(26, 37, 170) 100%);
        background: -moz-linear-gradient(left, rgb(0, 152, 222) 23%, rgb(26, 37, 170) 100%);
        background: linear-gradient(to right, rgb(0, 152, 222) 23%, rgb(26, 37, 170) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/thankyou.png', sizingMethod='scale')";*/
    }


#thanks {
    /*position: relative;
    width: 53%;
    margin: 0 auto;
    float: none;*/
    position: absolute;
    width: 53%;
    margin: 0 auto;
    float: none;
    top: 26%;
    right: 0px;
    left: 0px;
}

.thankyoutext p {
    font-size: 24px;
    margin-top: 20px;
    color: #2F2F2F;
    padding-bottom: 130px;
}

#foottext p {
    text-align: center;
    font-size: 12px;
    color: #2f2f2f;
    padding: 10px 0px;
    margin: 0px;
    font-weight: normal;
}

.bg-4 {
    background: #d9d9d9;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

/*bg-1 {
	background: url(../images/loginslider.png) no-repeat top center;
	background-size:cover;
	height: 478px;
	padding: 0px;
}*/

.btn-success {
    background: #F36C23;
    width: 190px !important;
    border-color: #F36C23;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 21px;
}

select:disabled.simple-control::-ms-expand {
    display: none;
}

.input-lg {
    font-size: 14px;
    border-radius: 0px;
    margin: 40px 0px;
}

.login h3 {
    position: relative;
    color: #2f2f2f !Important;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 12px;
    padding-top: 12px;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 370px;
    max-width: calc(100% - 30px);
}

    .login h3:after {
        content: "";
        width: 32%;
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.well {
    background: url(../images/loginbg.jpg) no-repeat top center;
    border-radius: 0px;
    border: none;
    padding: 22px;
    /*max-width: 370px;*/
    margin: 0 auto;
}

    .well .form-group input::placeholder {
        color: #2f2f2f;
    }

.bg-46 {
    background: url(../images/loginslider2.png) no-repeat top center;
    background-size: 100%;
    border-radius: 0px;
    height: 444px;
}

form {
    margin-top: 40px;
}

.bg-34.text-center {
    background: #7530E6;
    color: #fff;
    width: 100%;
}

.detail {
    width: 85%;
    margin: 0 auto;
}

    .detail h5 {
        margin-top: 20px;
    }

    .detail h2 {
        text-align: left;
        margin-top: 10px;
    }

.detailform {
    width: 85%;
    margin: 0 auto;
    margin-top: 40px;
}

/* .titlebox {
    margin-left: 15px;
} */

.titlebox .titleheader {
    display: inline-block;
    background-color: #7530E6;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 38px;
    padding: 8px 16px;
    min-width: 170px;
    text-align: center;
}

.submitrequest-form {
    width: 95%;
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.bgform {
    border-top: 1px solid #7530EF; /*...updated from #1e4486 while AB-1341..*/
    background-color: #f5f3f6;
    display: table;
    margin-bottom: 30px;
    width: 95%;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .bgform label {
        color: #2f2f2f;
    }

    .bgform.nomargin input::placeholder, .bgform.nomargin textarea::placeholder {
        color: #2f2f2f;
    }

    .bgform.nomargin select {
        color: #2f2f2f;
    }

.btn-group {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .btn-group > .btn {
        border-radius: 0;
        width: 50%;
    }

        .btn-group > .btn:first-child {
            margin-left: 0;
        }

    .btn-group > .btn {
        position: relative;
        float: left;
    }

label.btn.btn-default.hcpradioselect {
    background: #0098de;
    color: #fff;
    font-size: 14px;
}

.form-control {
    border-radius: 0px;
}

label.radio-custom-label {
    margin: 0px;
}

.submitrequest-form .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn_saveforms {
    background-color: #f36c23;
    width: auto;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 24px 8px;
    border: 0;
    margin: 0px 2px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none !important;
}

.btn_saveforms23 {
    background-color: #f36c23;
    width: auto;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    padding: 9px 27px;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 16px;
    outline: none !important;
}

    .btn_saveforms23:focus {
        outline: none;
        color: #fff;
    }

    .btn_saveforms23:hover {
        background-color: #f36c23;
        color: #fff;
    }

.btnright {
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}

.btn_saveforms:hover {
    background-color: #f36c23;
    color: #fff;
    border-color: #f36c23;
}

.btn_saveform3 {
    background: #7530EF; /*...updated from #1e4486 while AB-1341..*/
}

.buttondiv {
    margin-right: 6%;
    margin: 20px 0px;
    text-align: center;
}

.col-md-4.col-sm-6.col-xs-12.min-height {
    min-height: 109px;
}

.text_wrapper {
    text-align: left;
    color: #fff;
    padding-top: 20px;
}

.text-danger {
    color: #f00 !important;
    font-size: 14px;
}

.text_wrapper h4 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-weight: normal;
}

.well .input-lg {
    font-weight: bold;
}

.text_wrapper h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
}

.text_wrapper p {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0px;
    font-weight: normal;
}

.text-box {
    background: rgba(255, 255, 255, 0.8);
    width: 434px;
    /* position: relative;
     */
    margin-top: 30px;
    min-height: 100px;
}

.detailprogram {
    width: 47%;
    float: right;
    margin: 0 auto;
}

.text-box-content {
    text-align: left;
    padding: 15px;
}

    .text-box-content p {
        color: #2F2F2F;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .text-box-content strong {
        font-size: 16px;
        color: #7530EF; /*...updated from #1e4486 while AB-1341..*/
        font-weight: bold;
    }

.contentdetail strong {
    font-size: 16px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #acacac;
}

.contentdetail {
    width: 68%;
}

.specialities {
    display: table;
    margin-left: 0px;
    margin-top: 10px;
}

.bluebg {
    width: 83%;
    margin: 0 auto;
}

.specialities .fa {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    line-height: 59px !important;
    border: 1px solid #e1e3ef;
}

.bluebox .firstbox .specialities .fa {
    line-height: 55px !important;
}

.bluebox .col-md-4 {
    padding: 0px 8px;
}
/*.specialities .fa {
	background: #fff;
	width: 62px;
	height: 62px;
	border-radius: 50px;
	text-align: center;
	line-height: 59px !important;
	border: 1px solid #e1e3ef;
}*/

/*.specialities h4 {
	color: #fff;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
}*/
.specialities h4 {
    color: #fff;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.whitecolor p {
    color: #fff !important;
}

.codetext p {
    text-align: right;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2F2F2F;
}

.bluebox {
    padding: 10px;
    overflow: hidden;
    background-color: #7530EF; /*...updated from #1e4486 while AB-1341..*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: -10px;
}

.colorbg {
    color: #898989;
}

    .colorbg:hover {
        color: #2F2F2F;
    }

.buttonsection {
    width: 71%;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .buttonsection label {
        font-size: 19px;
        color: #2F2F2F;
    }

.colorbtnblue {
    background: #F36C23;
    outline: none;
    font-weight: 500;
    outline: none !important;
}

.buttonsection h6 span {
    color: #1725aa;
    text-decoration: underline;
}

.buttonsection h6 {
    color: #494848;
}

.bgform .form-group {
    margin-bottom: 15px;
    margin-top: 15px;
}

.termdetail {
    width: 90%;
    margin: 0 auto;
}

input[type='radio']:checked:before {
    background: #0098de;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 54%;
    height: 54%;
    margin: 23% auto;
    border-radius: 50%;
}

/*input[type='radio'] {
    -webkit-appearance: none;
    width: 21px;
    height: 21px;
    border: 1px solid #2F2F2F;
    border-radius: 50%;
    outline: none;
    margin: 3px 0px;
}*/

input[type='radio'] {
    /* -webkit-appearance: none; */
    width: 18px;
    height: 15px;
    border: 1px solid #2F2F2F;
    border-radius: 50%;
    outline: none;
    margin: 0px 0px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -25px;
}

.colorbtnblue a {
    color: #fff;
    text-decoration: none;
}

.btn-success:hover {
    background-color: #f36c23;
    color: #fff;
    border-color: #f36c23;
}

.btn-success.active,
.btn-success:active,
.btn-success.focus,
.btn-success:focus,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #F36C23;
    border-color: #F36C23;
    outline: none;
    font-weight: 500;
}

    .btn-success.active.focus,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .btn-success:active.focus,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .open > .dropdown-toggle.btn-success.focus,
    .open > .dropdown-toggle.btn-success:focus,
    .open > .dropdown-toggle.btn-success:hover {
        background-color: #F36C23;
        border-color: #F36C23;
    }

.dropdown-menu strong {
    font-size: 15px;
    font-weight: bold;
    color: #7530EF; /*...updated from #1e4486 while AB-1341..*/
}

.dropdown-menu h5 {
    font-size: 15.92px;
    font-weight: bold;
    color: #2f2f2f;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

.dropdown-menu {
    padding: 20px;
}

    .dropdown-menu p {
        font-size: 15.92px;
        color: #2f2f2f;
        font-family: 'Poppins', sans-serif;
        margin: 0px;
        font-weight: normal;
    }

        .dropdown-menu p strong {
            color: #7530EF; /*...updated from #1e4486 while AB-1341..*/
        }

        .dropdown-menu p a {
            color: #7530EF; /*...updated from #1e4486 while AB-1341..*/
        }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow.jpg) white no-repeat right 6px center !important;
}

    select::-ms-expand {
        display: none;
    }


option:first {
    color: #999;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.atendeetext {
    float: right;
    list-style-type: none;
}

#divsdisplaynone .bgform {
    display: none;
}

.bgform p {
    font-size: 17px;
    color: #9a2822;
    text-align: center;
}

.bgform2 p {
    font-size: 17px;
    color: #9a2822;
    text-align: center;
}

.detailtext p {
    color: #337ab7 !important;
    font-size: 16px !important;
    margin-bottom: 0px;
    font-weight: bold;
}

#popupbox {
    width: 83%;
    margin: 0 auto;
    padding-top: 31px;
}

span.field-validation-error.text-danger.submitbtn {
    margin-top: -36px;
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

.well .form-group {
    margin-bottom: 0px;
}

select#Credentials_vod__c {
    padding: 2px 30px 2px 12px;
}

#eventbox {
    min-height: 132px;
    padding-bottom: 60px;
}

#thankyou {
    min-height: 92vh;
}

/* popup modal css added start*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content p {
    font-size: 24px;
    padding-top: 15 px;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 600px;
    margin: 15% auto;
}

/* The Close Button */
.close {
    float: right;
    font-size: 42px;
    font-weight: bold;
    display: block;
    margin: -26px -17px;
    color: #000;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.custom-modal .modal {
    /*top: 30%;
    max-width: 600px;
    margin: 0 auto;
       margin: 0 auto;*/
    width: 100%;
    margin: 0px auto;
}

.custom-modal .modal-content {
    min-height: auto;
    height: auto
}

.card-body a.btn.btn-primary {
    border-color: #F36C23;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    background: #F36C23;
    font-weight: 500;
    outline: none !important;
    padding: 10px 20px 10px;
    line-height: 21px;
}

.bt-search {
    margin-top: 22px;
    background-color: #f36c23;
    width: auto;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    padding: 6px 24px 4px;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    outline: none !important;
}

.label-input-veri-code {
    margin-bottom: 0 !important;
    font-size: 12px;
    font-weight: 600;
}

input.input-veri-code {
    margin-top: 15px !important;
}

.event-veri-login-bg {
    background: url(../images/loginslider.png) no-repeat;
    min-height: calc(100vh - 160px);
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.event-veri-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .event-veri-content .content-left, .event-veri-content .content-right {
        width: 50%;
    }

.content-left {
    background-image: url(../images/event-veri-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.event-veri-content .content-right {
    padding-bottom: 6rem;
    padding-top: 1rem;
}

.event-program-detail {
    padding: 0 2rem;
}

    .event-program-detail h3.item--text {
        text-transform: uppercase;
        margin-bottom: 0;
    }

.event-host-contentdetail {
    font-size: 18px;
    font-weight: 300;
}

    .event-host-contentdetail p {
        margin-bottom: 0;
    }

    .event-host-contentdetail .content-row {
        margin-bottom: 2rem;
    }

p.event-host-title {
    font-style: italic;
}

.event-veri-content .content-right {
    border: 1px solid #ffae00;
}

p.event-host-email a {
    color: #ffae00;
    text-decoration: underline;
}

body .bg-46 {
    background: url(../images/loginslider.png) no-repeat;
    min-height: calc(100vh - 160px);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    height: auto;
}

.bg-46 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    body .bg-46 {
        min-height: calc(100vh - 73px);
    }

    .bg-46 .container {
        width: 83%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    body .bg-46 {
        min-height: calc(100vh - 147px);
    }
}