* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    outline: none;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   */
}
.top{
    height: 150px !important;
}
input {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
html{scroll-behavior: smooth;}
.formele .label strong { color: #c30;}
a {
    color: inherit;
    text-decoration: none;
}
body {
    font-family: regular;
}
.clear {
    clear: both;
}
@font-face {
    src: url(../fonts/RobotoCondensed-Regular.ttf);
    font-family: regular;
}
@font-face {
    src: url(../fonts/RobotoCondensed-Bold.ttf);
    font-family: bold;
}
@font-face {
    src: url(../fonts/RobotoCondensed-Light.ttf);
    font-family: light;
}
p {
    font-family: regular;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #444;
}
strong {
    font-family: bold;
    color: #444;
}
.preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.preloader img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    position: absolute;
}
#main {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hide {
    display: none;
}
.header {
    height: 100px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.center {
    width: 85%;
    margin: auto;
}
.social {
    display: none;
    float: right;
    margin-top: 31px;
}
.social ul li {
    float: left;
    border: 2px solid #ff4e00;
    border-radius: 3px;
    margin: 3px;
    width: 30px;
    height: 30px;
    background: url(../assets/social.png) no-repeat;
    background-size: 20px;
    background-position: 5px -46px;
    opacity: 0.9;
    margin-left: 15px;
}
.social ul li:hover {
    cursor: pointer;
    background-position: 5px 6px;
}
.social ul li:nth-child(2) {
    background-position: 5px -251px;
}
.social ul li:nth-child(2):hover {
    background-position: 5px -200px;
}
.social ul li:nth-child(3) {
    background-position: 5px -149px;
}
.social ul li:nth-child(3):hover {
    background-position: 5px -98px;
}
.header .logo {
    float: left;
    height: 100px;
    width: 190px;
    background: url(../assets/new-logo1.png) no-repeat;
    background-size: contain;
    background-position: center;
}
#banner {
    position: relative;
    top: 0;
    background-color: #e2e2e2;
    height: 600px;
    background-size: cover;
    background-position: center center;
    margin-top: -50px;
}
.tag {
    position: relative;
    z-index: 12;
}
.tag .con {
    width: 22%;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(0, 0, 0, 0.3)),
        color-stop(100%, rgba(0, 0, 0, 0.4))
    );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#66000000',GradientType=0 );
    /* IE6-8 */
    margin-top: 20px;
    border-radius: 5px;
    position: absolute;
    padding: 15px 20px;
}
.tag .center {
    padding-bottom: 5px;
    border-radius: 5px;
}
.banner h2 {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 30px;
    font-family: regular;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    word-wrap: break-word;
}
.banner-text {
    margin: auto;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    font-family: regular;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    word-wrap: break-word;
    width: 80%;
}
.event-sch-date {
    margin-top: 5px;
    font-size: 22px;
}
.event-venue {
    margin-top: 5px;
}
.sponsor{
    background:#fff!important;
}
#register-now {
    font-family: regular;
    position: relative;
    z-index: 1;
    padding: 12px 25px;
    background: #ff4e00;
    color: #fff;
    text-align: center;
    display: table;
    margin: auto;
    border-radius: 3px;
    font-size: 18px;
    margin-top: 15px;
}
.banner p:hover {
    cursor: pointer;
}
#about-event {
    font-size: 16px;
    line-height: 25px;
}
.about,
.aboutspeakers,
.event {
    padding: 30px 0;
}
.about-icon {
    height: 40px;
    width: 40px;
    margin: auto;
    background: url(../assets/event_about.png) no-repeat;
    background-size: 34px;
    background-position: 5px;
    position: relative;
}
.about-icon:after,
.speaker-icon:after,
.register-icon:after,
.agenda-icon:after,
.sponsor-icon:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #444;
    left: 40px;
    top: 19px;
}
.about-icon:before,
.speaker-icon:before,
.register-icon:before,
.agenda-icon:before,
.sponsor-icon:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #444;
    right: 40px;
    top: 19px;
}
.agenda-icon {
    height: 40px;
    width: 40px;
    margin: auto;
    background: url(../assets/agenda.png) no-repeat;
    background-size: 34px;
    background-position: 3px;
    position: relative;
}
.sponsor-icon {
    height: 40px;
    width: 40px;
    margin: auto;
    background: url(../assets/sponsor.png) no-repeat;
    background-size: 34px;
    background-position: 3px;
    position: relative;
}
.event {
    padding: 30px 0px;
}
.event-details {
    width: 50%;
}
.event-date,
.location {
    float: left;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.annual-sponsers {
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}
.annual-sponsers h2 {
    text-align: center;
    display: table;
    margin: auto;
    border-bottom: 2px solid #999;
    margin-bottom: 15px;
    font-size: 22px;
    padding-bottom: 5px;
}
.sponsor-image {
    height: 111px;
    width: 13.6%;
    margin-right: 2%;
    margin-bottom: 5px;
    border: 0px solid #fff;
    border-radius: 3px;
    float: left;
    background-size: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.sponsor-image:last-child {
    margin-right: 0 !important;
    //float: right;
}
.sponsor-image0 {
    background-image: url("../assets/sponsors/ACL.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image1 {
    background-image: url("../assets/sponsors/AGATI.png");
    background-size: 120px !important;
    background-position: center !important;
}
.sponsor-image2 {
    background-image: url("../assets/sponsors/ClinChoice.png");
    background-position: center 20px;
    background-size: 135px !important;
}
.sponsor-image3 {
    background-image: url("../assets/sponsors/Ephicacy.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image4 {
    background-image: url("../assets/sponsors/GSK.png");
    background-size: 120px !important;
    background-position: center !important;
}
.sponsor-image5{
    background-image: url("../assets/sponsors/Inline.png");
    background-size: 120px !important;
    background-position: center !important;
}
.sponsor-image6{
    background-image: url("https://iasct.in/public/frontend/assets/emails/Assets/JohnsonNJohnson.jpg");
    background-size: 154px !important;
    background-position: center !important;
}
.sponsor-image7{
    background-image: url("../assets/sponsors/Novartis.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image8{
    background-image: url("../assets/sponsors/NOVO.png");
    background-size: 120px !important;
    background-position: center !important;
}
.sponsor-image9{
    background-image: url("../assets/sponsors/PFIZER.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image10{
    background-image: url("../assets/sponsors/PPD.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image11{
    background-image: url("../assets/sponsors/SYMBIANCE.jpg");
    background-size: 120px !important;
    background-position: center !important;
}
.sponsor-image12{
    background-image: url("../assets/sponsors/Whiteboard.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image13{
    background-image: url("../assets/sponsors/Algoricslogo.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image14{
    background-image: url("../assets/sponsors/ICONLogo.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image15{
    background-image: url("../assets/sponsors/Alcon.jpg");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image16{
    background-image: url("../assets/sponsors/AstraZeneca.jpg");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image17{
    background-image: url("../assets/sponsors/sponsor3.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image18{
    background-image: url("../assets/sponsors/eClinical.jpg");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image19{
    background-image: url("../assets/sponsors/Emmes_Lockup.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image20{
    background-image: url("../assets/sponsors/Fortrea_Logo.png");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image21{
    background-image: url("../assets/sponsors/SYMBIANCE.jpg");
    background-size: 130px !important;
    background-position: center !important;
}
.sponsor-image22{
    background-image: url("../assets/sponsors/Whiteboard.png");
    background-size: 130px !important;
    background-position: center !important;
}


.workshop-image {
    float: none !important;
    background: url("../assets/navitas.jpg") no-repeat;
    background-position: center center;
    background-size: 160px;
    margin: auto !important;
    height: 111px;
    width: 300px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background-color: #fff;
}
.location {
    background: url(../assets/location.png) no-repeat;
    background-size: cover;
    background-color: #ff4e00;
    background-size: 50px;
    background-position: center;
}
.event-date {
    background: url(../assets/event_calendar.png) no-repeat;
    background-color: #ff4e00;
    background-size: cover;
    background-size: 50px;
    background-position: center;
}
.registration,
.about,
.speaker {
    color: #444;
}
.speaker-icon {
    height: 40px;
    width: 40px;
    margin: auto;
    background: url(../assets/microphone.png) no-repeat;
    background-size: 34px;
    background-position: 4px;
    position: relative;
}
.register-icon {
    height: 40px;
    width: 40px;
    margin: auto;
    background: url(../assets/event_register.png) no-repeat;
    background-size: 34px;
    background-position: 5px;
    position: relative;
}
.all-speakers {
    overflow: hidden;
    padding: 5px 5px;
    padding-top: 10px;
}
.speakers {
    box-sizing: border-box;
    float: left;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}
.speakers:last-child {
    margin-bottom: 0px;
}
.speaker-image {
    height: 100px;
    width: 100px;
    border: 2px solid #e3e3e3;
    float: left;
    margin-right: 20px;
    background-position: center center;
    border-radius: 100%;
    background-size: cover;
}
.speaker-right {
    float: left;
    width: calc(100% - 130px);
}
.event,
.agenda,
.sponsor {
    background-color: #eceff15e;
}
.aboutspeakers .speakername {
    font-size: 16px;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.aboutspeakers .designation {
    font-size: 16px;
    font-family: regular;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.aboutspeakers .details {
    font-size: 15px;
    font-family: regular;
    text-align: justify;
    word-wrap: break-word;
}
.speakername strong {
    color: #ff4e00 !important;
    font-size: 18px;
}
.designation strong {
    color: #444;
    font-size: 16px;
    font-family: bold;
}
.details {
    color: #444;
    font-size: 16px;
    font-family: regular !important;
    width: 95%;
}
.aboutevent p {
    padding: 30px 0;
    font-size: 15px;
}
.info {
    margin-left: 30px;
    width: calc(100% - 130px);
    word-wrap: break-word;
    margin-top: 20px;
}
.info h3 {
    font-size: 22px;
    color: #ff4e00;
    font-family: bold;
}
.info h2 {
    font-size: 30px;
    line-height: 40px;
    color: #444;
}
.info p {
    line-height: 30px;
    font-size: 18px;
}
.heading {
    color: #ff4e00;
    text-align: left;
    font-family: bold;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}
.agenda {
    padding: 30px;
    overflow: hidden;
}
.agenda p {
    color: #444;
    font-size: 20px;
    float: left;
    line-height: 27px;
    margin: auto;
    width: 100%;
}
.download {
    text-align: center;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
#download-agenda {
    display: inline-block;
    line-height: 30px;
    padding: 0 25px;
    text-align: center;
    background: #ff4e00;
    font-family: regular;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 0.1px;
    margin-left: 12px;
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
th,
td {
    border: 2px solid #444;
    text-align: left;
    padding: 6px;
    font-family: regular;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #444;
}
.thickF {
    letter-spacing: 0.3px;
}
#fee-table {
    position: absolute;
    right: 0;
    top: 140px;
    color: #444;
}
.formele .error {
    font-family: regular;
    margin-top: 2px;
    color: #c30;
    font-size: 14px;
    margin-left: 200px;
    display: none;
    letter-spacing: 0.3px;
}
.formele {
    overflow: hidden;
    padding-bottom: 20px;
    font-family: regular;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #444;
}
.registration,
.sponsor {
    padding: 30px 0;
}
#registerform {
    padding: 40px 0 0 0;
}
.formele .label {
    width: 200px;
    float: left;
    font-family: regular;
    font-size: 15px;
    line-height: 30px;
    color: #444;
}
.formele .input {
    float: left;
}
.input1 {
    float: left;
    margin-top: 5px;
}
.input1 label {
    margin-right: 10px;
    color: #444;
}
.input1 input[type="radio"] {
    margin-right: 3px;
    height: 15px;
    width: 15px;
}
#con_pre {
    width: 22px;
}
#contact {
    width: 300px;
}
input:focus,
textarea:focus {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.formele .input input[type="text"] {
    height: 20px;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    width: 350px;
}
.formele .input select {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    width: 370px;
    height: 30px;
    padding-left: 5px;
}
.paymentnote {
    font-size: 14px;
}
.input1 .po,
.input1 .ba {
    float: left;
    line-height: 20px;
    font-size: 12px;
    padding: 10px 25px;
}
.bankdetails {
    border-top: 1px solid #e2e2e2;
}
.text a {
    color: #c30;
    text-decoration: underline;
}
.QRcode{
    background-image: url(../assets/IASCT_QRcode.png);
    background-size: 250px !important;
    background-position: center !important;
    height: 400px;
    width: 20%;
    margin-right: 2%;
    margin-bottom: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    position: absolute;
    bottom: 160px;
    right: 150px;
    background-repeat: no-repeat;

}
#nonmember {
    position: relative;
    z-index: 10;
    height: 17px;
    width: 17px;
    float: left;
    margin-right: 6px;
}
#condition_mem .text {
    font-family: regular;
    font-size: 15px;
    color: #444;
    letter-spacing: 0.3px;
    margin: 4px 0 0 22px;
}
#condition_mem label {
    float: left;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.3px;
    font-family: bold;
}
#submit_btn {
    line-height: 30px;
    padding: 0 25px;
    text-align: center;
    background: #ff4e00;
    font-family: regular;
    font-size: 16px;
    color: #fff;
    display: table;
    border-radius: 3px;
    letter-spacing: 0.1px;
    margin-right: 12px;
    cursor: pointer;
}
#submit_btn:hover {
    cursor: pointer;
}
/*.footer {
    background-color: rgb(36, 39, 50) !important;
}*/
.footer p {
    font-size: 13px;
    /*color: #fff;*/
    line-height: 50px;
    letter-spacing: 0.1px;
    font-family: regular;
}
.footer .copy {
    float: left;
}
.footer .privacy {
    float: right;
    padding-right: 10px;
}
.footer .terms {
    float: right;
    padding-right: 10px;
}
.evt-message {
    margin-bottom: 20px;
    line-height: 30px;
    padding-left: 32px;
}
.evt-message.waiting {
    background: url(../assets/preloader.gif) no-repeat;
    background-size: 25px;
    background-position: left center;
    color: #ff4e00;
}
.evt-message.error {
    background: url(../assets/error.png) no-repeat;
    background-size: 25px;
    background-position: left center;
    color: #cc0000;
}
.evt-message.success {
    background: url(../assets/checkmark.png) no-repeat;
    background-size: 25px;
    background-position: left center;
    color: #4f8a10;
}
#nodata {
    position: absolute;
    width: 400px;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    display: none;
    background: url(../assets/noevent.png) no-repeat;
    background-position: 165px 24px;
    background-size: 80px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#nodata-text {
    margin-top: 110px;
    text-align: center;
    font-size: 25px;
    color: #eb5300;
}
.iasct-link {
    text-align: center;
    font-size: 20px;
    margin-top: 18px;
    text-decoration: underline;
    color: #444;
}
.nodata {
    text-align: center;
    color: #743f3f;
    line-height: 100px;
    font-size: 36px;
}
.mobile-banner {
    position: relative;
    width: 100%;
    display: none;
    padding: 15px 0px;
    background-color: #eceff1;
}
.mobile-banner h2 {
    color: #ff4e00;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: regular;
    word-wrap: break-word;
    font-size: 22px;
    width: 90%;
    margin: auto;
}
.mobile-banner .mobile-banner-text {
    margin: auto;
    text-align: center;
    color: #757575;
    position: relative;
    font-size: 17px;
    font-family: regular;
    margin-bottom: 5px;
    word-wrap: break-word;
    width: 90%;
}

@media screen and (max-width: 1250px) {
    .tag .con {
        width: 50%;
    }
}
@media screen and (max-width: 1100px) {
    .sponsor-image {
        width: 47%;
        margin: 1%;
        background-position: center center !important;
    }
    .sponsor-image:last-child {
        float: left;
    }
    #registerform {
        position: relative;
    }
    .formele .label {
        width: 180px;
    }
    .formele .input input[type="text"] {
        width: 280px;
    }
    .formele .input select {
        width: 303px;
    }
    #contact {
        width: 234px;
    }
}
@media screen and (max-width: 1000px) {
    #fee-table {
        top: 10px;
        width: 100%;
        position: relative;
    }
    .formele .error {
        margin-left: 30%;
    }
    #condition_mem .input {
        width: 100%;
    }
    #nonmember {
        margin-left: 1px;
    }
    .center {
        width: calc(100% - 100px);
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer .copy {
        padding-left: 0px;
    }
    .footer .privacy {
        padding-right: 0px;
    }
    .sponsor-image3 {
        background-position: center center !important;
    }
    .header .logo {
        background-size: 190px;
        width: 180px;
        height: 90px;
    }
    .header {
        height: 90px;
    }
    .formele .label {
        width: 30%;
    }
    .formele .input {
        width: 70%;
    }
    .formele .input input[type="text"] {
        width: calc(100% - 24px);
    }
    .formele .input select {
        width: calc(100% - 2px);
    }
    #contact {
        width: calc(100% - 70px);
    }
}
@media screen and (max-width: 900px) {
    .tag .con {
        width: 44%;
    }
    .banner h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
    .info {
        margin-top: 12px;
    }
    .event-date,
    .location {
        height: 90px;
        width: 90px;
    }
    .location {
        background-size: 44px;
    }
    .event-date {
        background-size: 40px;
    }
    .info h3 {
        font-size: 20px;
    }
    .info h2 {
        font-size: 27px;
        line-height: 37px;
    }
    .info p {
        line-height: 28px;
        font-size: 17px;
    }
    .center {
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
    }
    .tag .con {
        width: 70%;
        right: 30px;
    }
    .banner {
        height: 350px;
    }
    .event-details {
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .event {
        padding: 0;
        overflow: hidden;
    }
}
@media screen and (max-width: 650px) {
    .center {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .tag .con {
        padding: 13px 10px;
        width: 75%;
    }
    .banner h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .annual-sponsers {
        padding-bottom: 0;
    }
    .sponsor-image {
        width: calc(100% - 2px);
        float: none;
        margin: 0px;
        margin-bottom: 20px;
    }
    .sponsor-image:last-child {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
    }
    .workshop-image {
        width: calc(100% - 2px);
        background-position: center center;
    }
    .header .logo {
        background-size: 170px;
        width: 160px;
        height: 70px;
    }
    .header {
        height: 80px;
    }
}
@media screen and (max-width: 550px) {
    .info p {
        line-height: 25px;
        font-size: 15px;
    }
    .tag .con {
        width: 72%;
    }
}
@media screen and (max-width: 500px) {
    .speaker-image {
        height: 100px;
        width: 100px;
        float: none;
        margin: auto;
    }
    .speaker-right {
        float: none;
        margin: auto;
        width: 100%;
        margin-top: 17px;
    }
    .tag .con {
        width: 60%;
    }
    .banner {
        height: 270px;
    }
    .mobile-banner {
        display: block;
    }
    .tag .con {
        display: none;
    }
    .banner-text {
        width: 96%;
    }
    #nodata {
        width: calc(100% - 40px);
        background-position: center 20px;
    }
    .formele .label {
        width: 100%;
        float: none;
    }
    .formele .input {
        width: 100%;
        float: none;
    }
    .formele .error {
        margin: auto;
        position: relative;
        text-align: left;
        margin-top: 6px;
    }
}
@media screen and (max-width: 450px) {
    .mem_title h1 {
        font-size: 18px;
        line-height: 42px;
    }
}
@media screen and (max-width: 400px) {
    .banner {
        height: 240px;
    }
    .formele .error {
        font-size: 13px;
    }
    .center {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .event-date,
    .location {
        height: 80px;
        width: 80px;
    }
    .event-date {
        background-size: 35px;
    }
    .location {
        background-size: 40px;
    }
    .info {
        margin-left: 22px;
        width: calc(100% - 110px);
        margin-top: 8px;
    }
    .info h3 {
        font-size: 18px;
    }
    .info h2 {
        font-size: 22px;
        line-height: 35px;
    }
    .banner h2 {
        font-size: 26px;
    }
    .mobile-banner .mobile-banner-text {
        width: 100%;
    }
    .event-venue {
        font-size: 15px;
        font-family: regular;
    }
    #register-now {
        padding: 10px 22px;
        font-size: 15px;
    }
    .tag .con {
        padding: 0px 0px;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .header .logo {
        background-size: 150px;
        width: 150px;
        height: 60px;
    }
    .header {
        height: 70px;
    }
}
@media screen and (max-width: 350px) {
    .footer .copy {
        width: 100%;
        float: none;
        padding-left: 0px;
    }
    .footer .privacy {
        float: left;
        line-height: 12px;
    }
    .footer .terms {
        float: left;
        padding-left: 10px;
        line-height: 12px;
    }
    .footer {
        padding-bottom: 20px;
    }
}
