:-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px inset;
    background-color: rgb(231, 231, 231);
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #555;
}

::-webkit-scrollbar-thumb {
    background-color: #777;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: red;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: red;
    opacity: 1;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: Segoe;
    font-weight: 400;
    /* Firefox */
}

@font-face {
    font-family: century;
    src: url(../fonts/CenturyGothic.ttf);
}

@font-face {
    font-family: century;
    src: url(../fonts/CenturyGothic.ttf);
}


@font-face {
    font-family: Segoe_Bold;
    src: url(../fonts/SegoeUIBold.ttf);
}

@font-face {
    font-family: Segoe;
    src: url(../fonts/SegoeUI.ttf);
}

@font-face {
    font-family: seguisb;
    src: url(../fonts/seguisb.ttf);
}

input {
    font-family: century;
}

.font-red {
    color: red;
}

.detail {
    /* box-shadow: black 0px 0px 4px; */
    margin: 0.1% 0px;
}

.login {
    /* background: rgb(171, 27, 96); */
}

.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #00275b;
}

.frmwrap {
    background: #fff;
    padding: 1% 0%;
    margin: 2% auto 10%;
    text-align: center;
    border: 1px solid rgb(255 0 0);
    border-radius: 15px;
    box-shadow: 0px 0px 2px rgb(188, 188, 188);
    height: auto;
    /* min-height: 300px; */
    width: 73%;
    font-family: century;
}

.main_page {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.frmwrap1 {
    background: #fff;
    padding: 3% 3%;
    margin: 10% auto 8%;
    text-align: center;
    /* border: 0px solid rgb(234, 234, 234); */
    border-radius: 15px;
    box-shadow: 0px 0px 11px rgb(188, 188, 188);
    min-height: 300px;
    width: 70%;
}

.log-title {
    font-size: 2.3em;
    font-weight: 900;
    color: #FF0000;
    margin-bottom: 5%;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 4px;
    font-size: 1em;
    line-height: 1.2;
    color: rgb(85, 85, 85);
    background-color: transparent;
    /* border-radius: 0px 20px 20px 0px; */
    box-shadow: none;
    border: none;
    /* border-bottom: 2px solid #1b4586; */
    outline: none;
    border-radius: 0;
}

label.error {
    color: rgb(255, 0, 0);
    font-size: 0.9em;
    margin-bottom: -5%;
    display: block;
}

body {}

.form-group {
    /* width: 90%; */
    margin: 0px auto 4%;
    border-radius: 25px;
    margin-right: 0px;
    border: 2px solid #EAEAEA;
}

.regbtn {
    color: #fff;
    border: 1px solid #FF0000;
    font-weight: 600;
    transition: 0.5s all;
    border-radius: 0px;
    padding: 6px 38px;
    outline: none;
    /* text-transform: uppercase; */
    background-color: #FF0000;
    border-radius: 20px;
    font-size: 1.1em;
    /* margin-top: 11%; */
    font-family: Segoe_Bold;
    /* background-image: linear-gradient(to right, rgb(152, 24, 28), rgb(235, 28, 35),rgb(152, 24, 28)); */
}


.regbtn:active,
.regbtn:hover,
.regbtn:focus {
    background: white;
    color: #FF0000;
    border: 1px solid #FF0000;
}

.footer {}

.footermd {
    display: block;
}

.footersm {
    display: none;
}

.pdesc2 {
    font-family: Arial;
    font-size: 11px;
    color: #5A595C;
    margin: 1% 1% 1% 2%;
}

@media (min-width: 768px) {
    #forgot .modal-dialog {
        width: 500px;
        margin: 200px auto;
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }
}

#agendamodal .modal-title {
    color: #FF0000;
    font-size: 1.7em;
    font-weight: 700;
}

#agendamodal .modal-header .close {

    font-size: 2.5em;
}

#agendamodal .card {
    /* border-right:1px solid #ddd; */
    height: 50vh;
}

#agendamodal .card h2 {
    font-size: 1.5em;
    color: #FF0000;
    font-weight: 700;
}

#agendamodal .card span {
    font-size: 0.7em;
    color: #FF0000;
    font-weight: 700;
}

#agendamodal .card img {
    width: 150px;
    height: 170px;
    /* object-fit: cover; */
    margin: 0 auto;
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 7px;
}

/* $("p:nth-child(odd)").css("background-color", "yellow");
$("p:nth-child(even)").css("background-color", "pink"); */
#agendamodal .speaker_border {
    border-right: 1px solid #ddd;
}

#agendamodal .modal-dialog {
    width: 1200px;
    margin: 60px auto;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.pdesc {
    font-family: Arial;
    font-size: 9px;
    color: #5A595C;
    margin: 1% 1% 1% 2%;
}

/*loader*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #1b4586;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 0;
    right: 0;
    background: white;
}

.agenda {
    /* float: right; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .125); */
    background: #fff;
    /* border-bottom: 5px solid red; */
    color: #000;
    font-weight: 800;
    margin-top: 3%;
    border-radius: 0 25px 25px 0;
    font-size: 1.5em;
    /* position: absolute; */
    right: 0;
    top: 1.5%;
    z-index: 99;
    width: 12vw;
    display: flex !important;
    align-items: center;
}

.agenda span {

    font-size: 0.9em;
}

.agenda img {
    width: 25%;
    margin-right: 7%;
}

.reg-title {
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    color: red;
    font-family: Segoe_Bold;
    margin-bottom: 2%;
}

.thankvl {
    text-align: center;
    padding: 1% 5%;
    height: 400px;
    min-height: 300px;
    margin: 1% 0;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* color: #FF0000; */
    background: #fff;
    /* font-weight: 900; */
    font-family: 'Segoe_Bold';
    /* border-bottom: 3px solid #1b4586; */
    width: 65%;
    padding-top: 0;
}

.thankvl h2 {
    color: #FF0000;
    font-size: 3.5rem;
}

.para {
    font-size: 1.5em;
}

.thankip {
    text-align: center;
    padding: 1% 7%;
    height: 400px;
    min-height: 300px;
    margin: 7% 0;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* color: #FF0000; */
    background: #fff;
    /* font-weight: 900; */
    font-family: 'Segoe_Bold';
    /* border-bottom: 3px solid #1b4586; */
    width: 65%;
}

.thankip h2 {
    color: #FF0000;
    font-size: 3.5rem;
}

.form-title h4 {
    text-align: center;
    color: #FF0000;
    font-weight: 800;
}

.clse_btn {
    padding: 10px 16px;
    border-radius: 40px;
    position: absolute;
    z-index: 99;
    top: -13%;
    right: -4%;
    border: 5px #bdbdbd;
    border-style: double;
    transition: 1s;
}

.clse_btn1 {
    padding: 2px 8px;
    border-radius: 40px;
    position: absolute;
    z-index: 99;
    top: -30%;
    right: -3%;
    border: 5px #bdbdbd;
    border-style: double;
    transition: 1s;
}

.otp_msg {
    color: #1b4586;
    font-weight: 900;
    font-family: 'Segoe_Bold';
    text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.backdiv {
    background-color: rgba(255, 255, 255, 0.52);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
}

/*loader ends*/

body {
    font-family: century;
    /* background-color: #fff; */
    /* background-image: url(../images/BG.jpg); */
    color: black;
    background-attachment: unset;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 0.9em;
}

.form-group1 {
    width: 84%;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 6px;
}

ul.tab li a:focus,
.active {
    height: 100%;
}

.nav-tabs {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    display: flex;
    align-items: flex-end;
    font-size: 1em;
    font-family: seguisb;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.4;
    font-weight: 600;
    border: none;
    /* border-bottom: 2px solid #ab1b60; */
    /* background-color: #d7d7d7; */
    font-size: 1.2em;
    padding: 5px 15px;
    color: rgb(99, 99, 99);
    border-radius: 0px 0px 0 0;
    transition: 0.3s;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    padding: 8px 15px;
    border: none;
    color: red;
    cursor: default;
    /* background-color: #ffffff; */
    border: none;
    /* background: #1b4586; */
    color: red;
    transition: 0.3s;
    /* border-bottom: 2px solid rgb(161 25 29); */
}



.nav-tabs>li {
    color: #000;
    width: 50%;
    float: left;
    margin-bottom: 0px;
    border-radius: 4px 4px 0 0;
}

.tab-content {
    margin-top: 5%;
    padding: 0px 17px;
}

.cargill {
    float: right;
}

#clickhere {
    color: #999;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #1b4586;
}

.info span {
    color: #fff;
}

.logo {
    float: right;
}

.font-times {
    font-family: 'Times New Roman';
}

.event-desc {
    font-family: Mercury;
    font-size: 2.3em;
    text-transform: uppercase;
    color: rgb(0, 79, 113);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 11%;
}

.event-title1 {
    font-family: Mercury;
    font-size: 1.8em;
    margin: 0 3% 0;
    float: right;
    line-height: 1.2;
}

.time {
    font-family: Mercury;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 1%;
    margin-bottom: 1%;
}

.event-title1 {
    width: 170px;
    padding: 2%;
}

.event-title2 {
    width: 30%;
    float: right;
    padding: 1% 2% 1% 1%;
}

.event-info {
    margin-left: 4%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.errorshow {
    font-size: 1em;
    color: red;
    font-family: inherit;
}

.vertigo-logo {
    margin: calc(15px + 0.5%) auto 1%;
}

.regbtn::after {
    position: absolute;
    top: -3px;
    right: 0;
    border-right: 15px solid rgb(255, 255, 255);
    border-bottom: 20px solid rgba(0, 0, 255, 0);
    border-top: 20px solid rgba(0, 0, 255, 0);
}

.regbtn::before {
    position: absolute;
    top: -3px;
    left: 0;
    border-left: 15px solid rgb(255, 255, 255);
    border-bottom: 20px solid rgba(0, 0, 255, 0);
    border-top: 20px solid rgba(0, 0, 255, 0);
}

.btn-holder {
    position: relative;
    display: inline-block;
}

.details {
    margin: 0;
    opacity: 0.8;
    width: 80%;
}

.img-holder {
    display: inline-block;
    /* margin: 0% auto 0%; */
    padding: 0%;
    border-radius: 0px;
    /* width: 100%; */
}

.img-holder img {
    width: 100%;
    /* margin-top: 5%; */
}

.img-holder h1 {
    font-weight: 700;
    font-size: 3.2em;
}

.img-holder p {
    font-weight: 600;
    font-size: 1.3em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.footer {}

.logo1 {
    margin: 1% 0% 0% 1%;
}

.logo2 {
    margin: 2% 3% 0% 0%;
    float: right;
}

.bg-light {
    background: transparent;
    padding: 1%;
    margin-top: 1%;
}

.icon-holder {
    width: 100%;
    display: table;
}

.icon-holder2 {
    width: 100%;
    display: table;
}


.icon-holder label {
    width: 40px;
    color: #1b4586;
    display: table-cell;
    vertical-align: middle;
    /* border-bottom: 2px solid #1b4586; */
    /* background-color: #1b4586;
        border: solid 1px rgb(169 11 24);
        background-image: linear-gradient(to right, rgb(152, 24, 28), rgb(235, 28, 35),rgb(152, 24, 28)); */
    font-size: 20px;
    /* border-radius: 20px 0px 0px 20px; */
}

.icon-holder2 label {
    width: 40px;
    color: #1b4586;
    display: table-cell;
    vertical-align: middle;
    /* border-bottom: 2px solid #1b4586; */
    /* background-color: #1b4586;
        border: solid 1px rgb(169 11 24);
        background-image: linear-gradient(to right, rgb(152, 24, 28), rgb(235, 28, 35),rgb(152, 24, 28)); */
    font-size: 20px;
    /* border-radius: 20px 0px 0px 20px; */
}

.icon-holder img {
    width: 30px;
    padding: 5px;
}

.captcha-group {
    padding: 10px 15px;
    border-radius: 20px;
    border: 2px solid #EAEAEA;
    background-color: #fff;
    margin-bottom: 20px;
}

.captcha-group .captcha-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.captcha-group .captcha-box {
    display: inline-block;
    min-width: 150px;
    padding: 5px 16px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #ff0000;
    background: #ffffff;
    letter-spacing: 0.05em;
    font-size: 1.7rem;
}

.captcha-group .icon-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* margin-top: 10px; */
    justify-content: center;
}

.captcha-group .form-control {
    padding-left: 46px;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;

    background-color: #1b4586;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #b3adad;

}

.desc {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0 !important;
}

.desc-btn {
    color: rgb(44, 77, 149);
    padding: 0px;
}

.desc-text {
    color: black;
    text-align: left;
    margin: 0;
}

.desc-label {}

.header {
    display: flex;
    align-items: center;
}

.bg-grey {
    background-size: cover;
    background-position: center;
}

.code-event {
    position: fixed;
    right: -73px;
    transform: rotate(90deg);
    /* font-weight: 700; */
    top: 50%;
    color: white;
}

#form1 {
    font-family: seguisb;
}

#form2 {
    font-family: seguisb;
}

.radio_holder {
    font-family: Segoe;
    font-weight: 400;
    color: #999;
    font-size: 17px;
}

/* Loader code start*/
.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}


@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* Loader code End*/
/*-- ipad devices landscape--*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .frmwrap {
        box-shadow: black 0px 0px 4px;
        /* background: rgb(255, 255, 255); */
        padding: 2%;
        margin: 3% auto;
        text-align: center;
        /* height: auto; */
        width: 75%;
    }

    .swiftlogo {
        text-align: center;
    }

    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 5% 0px;
    }

    .img-holder {
        margin: 0% auto 9%;
    }

    body {
        background-size: cover;
        /* height: 100vh; */
    }

    .main_page {
        display: block;
    }

    .logo1 {
        margin: 2% 0% 0% 2%;
    }

    .logo2 {
        margin: 5% 3% 0% 0%;
        float: right;
    }

    @media (min-width: 768px) {
        #agendamodal .modal-dialog {
            width: auto;
            margin: 60px auto;
            /* display: flex; */
            justify-content: center;
            align-items: center;
        }
    }

    #agendamodal .card {
        height: auto;
        margin-top: 10%;
    }

    .agenda {
        position: relative;
        /* float: right; */
        z-index: 99;
        width: 18vw;
        margin-top: 5%;
    }

    #agendamodal .speaker_border:nth-child(odd) {
        border-right: 1px solid #ddd;
    }

    #agendamodal .speaker_border:nth-child(even) {
        border-right: none;
    }

    .details {
        margin: 0 auto;
    }

    .frmwrap1 {
        box-shadow: black 0px 0px 4px;
        padding: 2%;
        margin: 3% auto 10%;
        text-align: center;
    }

    .form-control::placeholder {
        font-size: 18px;
    }

    .regbtn {
        /* font-size: 1.5vw; */
    }

    .thankvl {
        width: 100%;
        align-items: flex-start;
    }

    .thankip {
        width: 100%;
        height: 50vh;
    }

    .event-title1 {
        width: 150px;
    }
}

/*-- ipad devices portrait --*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% 0px;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
    }

    .frmwrap {
        box-shadow: black 0px 0px 4px;
        padding: 5%;
        margin: 3% auto 10%;
        text-align: center;
        width: 80%;
    }

    .imgfooter {
        width: 100%
    }

    .swiftlogo {
        text-align: center;
    }

    body {
        background-position: center;
        background-size: cover;
        /* height: 100vh; */
    }

    .main_page {
        display: block;
    }

    .img-holder {
        margin: 2% auto 10%;
    }

    .logo1 {
        margin: 3% 0% 0% 3%;
    }

    .logo2 {
        margin: 5% 3% 0% 0%;
        float: right;
    }

    .details {
        margin: auto;
    }

    .frmwrap1 {
        margin: 7% auto;
        width: 70%;
        box-shadow: black 0px 0px 4px;
    }

    #agendamodal .card {
        height: auto;
    }

    #agendamodal .speaker_border:nth-child(odd) {
        border-right: 1px solid #ddd;
    }

    #agendamodal .speaker_border:nth-child(even) {
        border-right: none;
    }

    #agendamodal .modal-dialog {
        width: 90%;
    }

    .agenda {
        float: none;
        width: 20vw;
        /* position: relative; */
        /* float: right; */
        right: 0;
    }

    .form-control::placeholder {
        font-size: 20px;
    }

    .regbtn {
        font-size: 1.7vw;
    }

    .thankvl {
        width: 100%;
        align-items: flex-start;
    }

    .thankip {
        width: 100%;
        height: 25vh;
    }

    .event-title1 {
        width: 188px;
        padding: 3%;
    }
}

/*-- Mobile devices landscape--*/
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) and (orientation: landscape) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% 0px;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
        flex: 1;
    }

    .frmwrap {
        box-shadow: black 0px 0px 4px;
        /* background: rgb(255, 255, 255); */
        padding: 5%;
        margin: 8% auto;
        text-align: center;
        width: 95%;
    }

    .swiftlogo {
        text-align: center;
    }

    .time {
        font-size: 1em;
    }

    .event-desc {
        font-size: 1.2em;
    }

    .event-title {
        font-size: 1em;
        margin: 0% auto 1%;
    }

    body {
        background-image: none;

    }

    .img-holder {
        margin: 0% auto 20%;
    }

    .logo1 {
        margin: 5% 0% 0% 3%;
    }

    .logo2 {
        margin: 5% 3% 0% 0%;
        float: right;
    }

    .details {
        margin: auto;
    }

    .agenda {
        position: relative;
        width: 25vw;
        float: right;
        right: 0;
    }

    .frmwrap1 {
        margin: 10% auto 0;
        width: 90%;
    }

    .regbtn {
        font-size: 2vw;
    }

    .form-control::placeholder {
        font-size: 18px;
    }

    .event-title1 {
        width: 37%;
        padding: 1% 1% 1% 2%;
    }

    .thankvl {
        width: 100%;
        align-items: flex-start;
    }

    .thankip {
        width: 100%;
    }
}

/*-- Mobile devices portrait--*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% 0px;
    }

    .swiftlogo {
        text-align: center;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        /* padding: 10px; */
    }

    .frmwrap {
        box-shadow: black 0px 0px 4px;
        background: rgb(255 255 255 / 78%);
        padding: 5%;
        margin: 7% auto;
        text-align: center;
        width: 100%;
    }

    .frmwrap1 {
        width: 95%;
        margin: 20% auto;
        box-shadow: black 0px 0px 4px;
    }

    .time {
        font-size: 1em;
    }

    .event-desc {
        font-size: 1.2em;
    }

    .event-title {
        font-size: 1em;
        margin: 0% auto 1%;
    }

    body {
        /* overflow-x: hidden; */
        background-size: contain;
        background-position: left;
        background-image: none;
        height: 100vh;
    }

    .main_page {
        display: block;
    }

    .img-holder {
        margin: 10% auto;
    }

    .logo1 {
        margin: 7% 0% 0% 3%;
    }

    .logo2 {
        margin: 7% 3% 0% 0%;
        float: right;
    }

    #agendamodal .modal-dialog {
        width: auto;
    }

    .agenda {
        float: none;
        /* position: absolute; */
        width: 40vw;
        top: 7%;
        left: 0;
    }

    #agendamodal .card {
        height: auto;
        margin-top: 7%;
    }

    #agendamodal .speaker_border {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .details {
        margin: auto;
    }


    .event-title1 {
        width: 145px;
        padding: 7%;
    }

    .form-control::placeholder {
        font-size: 18px;
    }

    .regbtn {
        /* font-size: 2vw; */
    }

    .reg-title {
        font-size: 2em;
    }

    .nav-tabs {
        font-size: 1em;
    }

    .thankvl {
        width: 100%;
        align-items: flex-start;
    }

    .thankip {
        width: 100%;
        height: 30vh;
    }
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) {
    .main_page {
        display: flex;
    }

    #agendamodal .speaker_border {
        border-right: 1px solid #ddd !important;
    }

}

@media only screen and (device-width: 1024px) and (device-height: 768px) {
    .main_page {
        display: flex;
    }
}

@media only screen and (device-width: 1366px) and (device-height: 1024px) {
    #agendamodal .card {
        height: auto;
    }
}

.main-details {
    /* display: flex; */
    /* justify-content: flex-start; */
}

.topfiled {
    margin-bottom: 2%;

}

.captacha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

input#txtCaptcha {
    text-align: left;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding-left: 0;
    padding: 1px 10px;
}

input#txtCaptcha1 {
    text-align: left;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding-left: 0;
    padding: 1px 10px;
}

@media only screen and (max-width: 1024px) {
    .captcha-group .captacha-container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 12px;
    }

    .captcha-group .captcha-box {
        flex: 0 0 auto;
        width: auto;
        min-width: 100px;
        max-width: 140px;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .captcha-group .icon-holder {
        flex: 1 1 0;
        width: 100%;
        min-width: 0;
    }

    .captcha-group .captcha-label {
        width: 100%;
        margin-bottom: 8px;
    }

    .captcha-group .icon-holder input,
    .captcha-group .form-control {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
    }
}