a:hover {
    text-decoration: none;
}

.main-container {
    margin: 0;
}

.main-container .main {
    max-width: 100%;
    padding: 0;
}

.wrapper-full {
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.main-container .main .messages .success-msg {
    display: none;
}

.main-container .main .messages li {
    margin-top: 0 !important;
}

/* Expo Header css start */

.expo-header {
    max-width: calc(100% - 80px);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 45px 25px 25px;
    border-bottom: 2px solid var(--grey-color-tone-seven);
    background-color: var(--white-color);
}

a.visit-ms {
    color: var(--grey-color-tone-four);
    font-size: 23px;
    display: flex;
    align-items: center;
}

a.visit-ms > b {
    margin-left: 8px;
    font-weight: 600;
}

a.visit-ms > svg {
    margin-left: 25px;
}

/* Expo Header css end */

.expo-main-content {
    width: 100%;
    background-image: url(../images/Expo/expo-main-dotted-bg.png);
    background-repeat: no-repeat;
    background-position: center top -50px;
    position: relative;
}

.expo-main-content::after {
    content: "";
    background-image: url(../images/Expo/expo-charger-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 506px;
    height: 660px;
    right: 0;
    top: 270px;
}

.expo-main-content h1 {
    max-width: 825px;
    margin: 0 auto;
    text-align: center;
    color: var(--dark-color);
    font-size: 45px;
    font-weight: 400;
    line-height: 73px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    padding-top: 50px;
    margin-bottom: 40px;
}

.expo-main-content h1 > span {
    font-size: 58px;
    letter-spacing: 1.75px;
    font-weight: 700;
    color: var(--primary-color);
}

.expo-main-content > p,
.expo-main-content form > p {
    color: var(--dark-color);
    max-width: 840px;
    margin: 65px auto 35px;
    text-align: center;
    font-size: 33px;
    font-weight: 300;
    line-height: 47px;
    letter-spacing: 0.33px;
}

.expo-main-content > p > span,
.expo-main-content form > p > span {
    color: var(--primary-color);
    font-size: 39px;
    letter-spacing: 0.39px;
    font-weight: 600;
}

.expo-main-content.expo-registration-main > p {
    margin: 90px auto 35px;
}

.common-expo-ms-power {
    max-width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: flex-end;
}

.common-expo-ms-power .expo-power-content {
    max-width: 810px;
    border-radius: 0px 76.825px 76.825px 0px;
    background: var(--light-white-color);
    padding: 42px 70px 35px 285px;
    position: relative;
}

.common-expo-ms-power .expo-power-content:before {
    content: "";
    background-image: url(../images/Expo/ms-prod-info.png);
    background-repeat: no-repeat;
    left: -190px;
    position: absolute;
    height: 420px;
    width: 430px;
    top: -6px;
}

.common-expo-ms-power .expo-power-content p {
    color: var(--dark-color);
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 45px;
    border-bottom: 2px dashed var(--light-grey-color-second);
}

.common-expo-ms-power .expo-power-content p > b {
    font-weight: 600;
}

.common-expo-ms-power .expo-power-content a {
    margin-top: 50px;
    border-radius: 73.778px;
    background: var(--primary-color);
    padding: 17px 30px;
    display: inline-flex;
    align-items: center;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.22px;
    position: relative;
    z-index: 2;
}

.common-expo-ms-power .expo-power-content a svg {
    margin-left: 28px;
}

.expo-middle-container {
    max-width: 1035px;
    margin: 0 auto;
}

.expo-middle-wrap {
    background-color: var(--light-white-color);
    border-radius: 65px;
    padding: 45px 45px 49px 45px;
    position: relative;
}

.expo-middle-wrap::before {
    content: "";
    background-image: url(../images/Expo/go-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: -98px;
    width: 195px;
    height: 140px;
}

.expo-main-content #lcd-buyback > img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.expo-title {
    color: var(--dark-color);
    text-align: left;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 97px;
    margin-bottom: 20px;
    line-height: 83px;
}

.expo-title span {
    color: var(--primary-color);
    font-weight: 600;
}

.expo-login {
    max-width: 585px;
    text-align: left;
    margin: 0 auto;
}

.expo-login .expo-title {
    padding-left: 20px;
}

.form-control {
    margin-bottom: 40px;
}

.form-control:nth-child(2) {
    margin-bottom: 50px;
}

.form-control label {
    display: block;
    padding-left: 20px;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}

.form-control input {
    border-radius: 93px;
    border: 1px solid var(--grey-color-tone-seven);
    background: var(--white-color);
    width: 100%;
    padding: 20px;
}

.form-btn .btn-red {
    border-radius: 62px;
    background: var(--primary-color);
    min-width: 141px;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--white-color);
    margin-right: 30px;
    line-height: 20px;
    cursor: pointer;
}

.expo-ques h4 {
    color: var(--dark-color);
    font-size: 22px;
    font-weight: 500;
    position: relative;
    line-height: normal;
    padding-left: 15px;
    margin-bottom: 45px;
    max-width: 95%;
}

.expo-ques h4:before {
    position: absolute;
    content: '';
    width: 4px;
    top: 6px;
    left: 0;
    border-radius: 15px;
    background-color: var(--primary-color);
    height: 20px;
}

.rp-desk-btn {
    font-size: 20px;
    background-color: var(--white-color);
    color: var(--light-grey-color-second);
    border-radius: 50px;
    float: left;
    display: block;
    padding: 12px 25px;
    text-align: center;
    border: 1px solid var(--scrollbar-thumb-bg);
    margin: 0 15px 0 0;
    cursor: pointer;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.205px;
}

.expo-ques {
    margin: 0 auto 55px;
    max-width: 846px;
}

.expo-ques ul {
    display: flex;
    flex-wrap: nowrap;
}

.expo-ques li {
    display: inline-block;
}

.expo-ques input {
    display: none;
}

.expo-ques ul>li>input[type=radio]:checked+label, .expo-ques ul>li>input[type=checkbox]:checked+label {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.expo-rating-block label {
    margin-right: 45px;
    cursor: pointer;
}

.expo-rating-block input[type=checkbox]:checked+label svg>path {
    fill: var(--primary-color);
    stroke: transparent;
    stroke-width: 0;
}

.expo-ques.expo-submit-data {
    margin: 90px auto 40px;
    position: relative;
}

.expo-ques.expo-submit-data a {
    border-radius: 62px;
    background: var(--grey-color-tone-six);
    color: var(--light-grey-color-second);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
    padding: 9px 30px;
    display: inline-block;
    pointer-events: none;
}

.expo-ques.expo-submit-data::after {
    content: '';
    width: calc(100% - 190px);
    display: block;
    border-bottom: 2px dashed var(--grey-color-tone-seven);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 10px;
}

.expo-ques.expo-submit-data a.data-verified {
    background: var(--primary-color);
    color: var(--white-color);
    cursor: pointer;
    pointer-events: auto;
}

.expo-registartion-block {
    display: block;
    width: 100%;
    border-radius: 40px;
    background: var(--white-color);
    padding: 38px 45px 45px 36px;
}

.expo-register-form {
    width: 100%;
}

.expo-register-form h3 {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--dark-color);
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.124px;
    margin: 0 0 22px 0;
}

.expo-register-form h3>svg {
    margin-right: 10px;
}

.expo-register-form .legend {
    color: var(--error-color);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding-left: 55px;
    margin-bottom: 35px;
    display: block;
}

.expo-form-list {
    width: 100%;
    padding-left: 55px;
}

.expo-form-list .expo-fields {
    display: flex;
    margin: 0 0 25px 0;
}

.expo-form-list .expo-fields .field-block {
    margin-right: 55px;
    margin-left: 0;
    width: calc(50% - 55px);
}

.expo-form-list .expo-fields .field-block label {
    color: var(--gray-plus-icon);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
}

.expo-form-list .expo-fields .field-block input,
.expo-form-list .expo-fields .field-block select {
    box-shadow: 0px 0px 4.561px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    background: var(--ms-comment-block-bg);
    width: 100%;
    padding: 16px;
    border: 0;
    height: auto;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 500;
}

.expo-form-list .expo-fields .field-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/Expo/select-arrow.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center right 16px;
    padding-right: 52px;
}

.expo-form-list .expo-fields .field-block .error-data {
    display: block;
    margin: 10px 0 0 0;
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.expo-form-list .expo-fields .field-block .required>em {
    font-style: normal;
}

.expo-form-list .expo-fields .field-block .input-box {
    width: 100%;
}

.expo-agreement-block {
    padding: 0 0 0 52px;
}

.expo-agreement-block>p {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

.expo-register-form>button {
    border-radius: 52px;
    background: var(--primary-color);
    box-shadow: 0px 0px 3.641px 0px rgba(0, 0, 0, 0.27);
    width: 155px;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 55px 0 0 52px;
    cursor: pointer;
}

.mobile-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-flex .country-m-code {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 92px;
    border-radius: 8.21px;
    background: var(--ms-comment-block-bg);
    box-shadow: 0px 0px 4.561px 0px rgba(0, 0, 0, 0.25);
}

.mobile-flex .country-m-code .plus-onelabel {
    border-radius: 8.21px 0px 0px 8.21px;
    background: var(--grey-color-tone-five);
    min-width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--grey-color-tone-ten);
    font-size: 18px;
    font-weight: 700;
}

.expo-form-list .expo-fields .field-block .input-box.mobile-flex .country-m-code .plus-onelabel+.expo-m-input {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: none;
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
}

.expo-form-list .expo-fields .field-block .input-box.mobile-flex > .expo-m-input {
    max-width: calc(100% - 108px);
}

.expo-form-list .expo-fields .field-block .input-box.mobile-flex > .expo-m-input::-webkit-input-placeholder {
    color: var(--dark-color);
}

.expo-form-list .expo-fields .field-block .input-box .validation-advice {
    width: 100%;
}

.expo-form-list .expo-fields .field-block .input-box.mobile-flex .validation-advice {
    max-width: calc(100% - 110px);
    margin-left: auto;
}

.expo-agreement-block .agree-check-block {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.expo-agreement-block .agree-check-block label a {
    display: inline-block;
}

.expo-agreement-block .agree-check-block label a:hover {
    color: var(--dark-color);
}

.expo-agreement-block .agree-check-block label a > b {
    font-weight: 600;
    margin: 0 4px;
}

.expo-agreement-block .agree-check-block input[type="checkbox"] {
    display: none;
}

.expo-agreement-block .agree-check-block label {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    cursor: pointer;
}

.expo-agreement-block .agree-check-block label::before {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    border: 2px solid var(--dark-color);
    position: absolute;
    left: 0;
    border-radius: 4px;
}

.expo-agreement-block .agree-check-block input[type="checkbox"]:checked + label::after {
    content: '';
    background-image: url(../images/Expo/agree-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.expo-main-content.thankyou-content {
    position: relative;
}

.expo-main-content.thankyou-content::after {
    display: none;
}

.expo-main-content.thankyou-content .expo-middle-container .expo-middle-wrap::after {
    content: "";
    background-image: url(../images/Expo/thank-prod-last.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 385px;
    position: absolute;
    bottom: -15px;
    right: -320px;
}

.thank-you-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.thank-you-block .thank-you-heading {
    width: 100%;
    color: var(--dark-color);
    text-align: center;
    font-size: 51px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.033px;
    margin: 125px 0;
}

.thank-you-block .visit-ms {
    width: 100%;
    margin: 0 0 65px 62px;
}

.thank-you-block .thank-you-heading>span {
    color: var(--primary-color);
    font-size: 65px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
}

/* Expo Footer css start */

.expo-footer {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    width: 100%;
    border-top: 2px solid var(--grey-color-tone-seven);
    padding: 0 68px;
}

.expo-footer .expo-ms-links-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px 40px 40px;
    border-bottom: 2px dashed var(--grey-color-tone-seven);
    background-color: var(--white-color);
}

.expo-footer .expo-ms-links-block .expo-ms-links {
    display: flex;
    align-items: center;
}

.expo-footer .expo-ms-links-block .expo-ms-links .expo-site-links {
    display: flex;
    margin-left: 10px;
}

.expo-footer .expo-ms-links-block .expo-ms-links .expo-site-links li {
    margin-right: 10px;
    max-height: 33px;
}

.expo-footer .expo-ms-links-block .signup-links {
    display: flex;
    align-items: center;
}

.expo-footer .expo-ms-links-block .signup-links a {
    color: var(--dark-black-color-second);
    font-size: 23px;
    font-weight: 600;
    margin: 0 40px 0 0;
}

.expo-footer .expo-ms-links-block .signup-links a:last-child {
    margin: 0;
}

.expo-footer .expo-ms-links-block .signup-links a:hover {
    text-decoration: underline;
}

.expo-address-section {
    padding: 30px 40px 35px 45px;
    display: flex;
    justify-content: space-between;
}

.expo-address-section .contact-detail-section {
    display: flex;
    align-items: flex-start;
}

.expo-address-section .contact-detail-section .flag-icon {
    margin-right: 20px;
    margin-top: 2px;
}

.expo-address-section .contact-detail-section .contact-detail {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-plus-icon);
}

.expo-address-section .contact-detail-section .contact-detail>a {
    font-weight: 600;
    color: var(--gray-plus-icon);
}

.expo-address-section .contact-detail-section .contact-detail>p {
    letter-spacing: 4.469px;
    margin-bottom: 0;
}

/* Expo Footer css end */


/* Responsive css start */

@media only screen and (max-width: 1599px) {

    .expo-main-content::after {
        width: 100%;
        height: 100%;
        right: 0;
        top: 250px;
        max-width: 410px;
        background-size: contain;
    }

    .expo-main-content.thankyou-content .expo-middle-container .expo-middle-wrap::after {
        width: 360px;
        height: 235px;
        bottom: -25px;
        right: -110px;
        background-size: contain;
    }

}

@media only screen and (max-width: 1366px) {

    .expo-main-content::after {
        top: 340px;
        max-width: 330px;
    }

    .expo-registration-main.expo-main-content::after {
        top: 220px;
    }

}

@media only screen and (max-width: 1200px) {

    .expo-main-content::after {
        top: 360px;
        max-width: 240px;
    }

    .expo-middle-wrap {
        margin: 0 15px;
    }

    .expo-middle-wrap::before {
        left: 0;
        top: 0;
        max-width: 140px;
        background-size: contain;
    }

    .common-expo-ms-power .expo-power-content {
        margin: 0 15px;
        padding: 42px 80px 35px 250px;
        max-width: 760px;
    }

    .expo-main-content.thankyou-content .expo-middle-container .expo-middle-wrap::after {
        bottom: 0;
        right: 0;
    }

}

@media only screen and (max-width: 1024px) {

    .expo-main-content::after {
        content: none;
    }

    .expo-ques.expo-submit-data {
        margin: 40px auto 20px;
    }

}

@media only screen and (max-width: 991px) {

    .expo-footer {
        max-width: 100%;
        padding: 0 30px;
    }

    .expo-footer .expo-ms-links-block {
        padding: 30px 20px;
    }

    .expo-footer .expo-ms-links-block .signup-links a {
        font-size: 15px;
        margin: 0 20px 0 0;
    }

    .std img {
        max-width: 50px;
    }

    .expo-address-section {
        padding: 30px 10px;
    }

    .expo-main-content h1 {
        font-size: 36px;
        font-weight: 400;
        line-height: 70px;
    }

    .expo-main-content {
        background-size: contain;
        background-position: center top;
    }

    .expo-title {
        font-size: 40px;
        padding-left: 20px;
    }

    .survey-middle .expo-title {
        padding-left: 0;
    }

    .common-expo-ms-power .expo-power-content {
        padding: 30px 30px 30px 300px;
        max-width: 700px;
    }

    .common-expo-ms-power .expo-power-content:before {
        height: 100%;
        width: 100%;
        top: 0;
        background-size: contain;
        max-width: 320px;
        left: -40px;
    }

    .common-expo-ms-power .expo-power-content p {
        font-size: 19px;
        line-height: 31px;
        padding-bottom: 20px;
    }

    .expo-main-content > p, .expo-main-content form > p {
        padding: 0 5px;
    }

    .common-expo-ms-power .expo-power-content a {
        margin-top: 30px;
    }

    .expo-login {
        max-width: 100%;
    }

    .expo-middle-wrap {
        padding: 35px;
    }

    .expo-middle-wrap::before {
        width: 100%;
        height: 100%;
        max-width: 120px;
    }

    .common-expo-ms-power {
        max-width: 100%;
        margin: 0 auto 50px;
    }

    .rp-desk-btn {
        font-size: 17px;
    }

    .expo-ques {
        margin: 0 auto 35px;
        max-width: 100%;
    }

    .expo-ques h4 {
        margin-bottom: 30px;
        max-width: 100%;
        font-size: 20px;
    }

    .expo-rating-block label {
        margin-right: 30px;
    }

    .expo-register-form .legend,
    .expo-form-list,
    .expo-agreement-block {
        padding-left: 0;
    }

    .expo-register-form>button {
        margin: 55px 0 0 0;
    }

    .expo-main-content.thankyou-content .expo-middle-container .expo-middle-wrap::after {
        display: none;
    }

    .thank-you-block .visit-ms {
        justify-content: center;
        margin: 0 0 40px 0;
    }

    .thank-you-block .thank-you-heading {
        margin: 55px 0 70px 0;
    }

}

@media only screen and (max-width: 767px) {

    .expo-main-content h1 {
        font-size: 31px;
        line-height: 61px;
    }

    .expo-main-content h1 > span {
        font-size: 45px;
    }

    .expo-header {
        max-width: 100%;
        padding: 20px;
    }

    .expo-footer .expo-ms-links-block {
        padding: 20px 0;
    }

    .expo-footer .expo-ms-links-block .expo-ms-links .expo-site-links li {
        margin-right: 7px;
    }

    .expo-footer .expo-ms-links-block .expo-ms-links .expo-site-links {
        margin-left: 5px;
    }

    .expo-address-section {
        display: inline-block;
        padding: 20px 0 0 0;
    }

    .expo-address-section .contact-detail-section {
        margin-bottom: 20px;
    }

    .common-expo-ms-power {
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .expo-main-content > p,
    .expo-main-content form > p {
        max-width: 100%;
        margin: 30px auto 30px;
        font-size: 30px;
        line-height: 38px;
    }

    .common-expo-ms-power .expo-power-content a {
        margin-top: 30px;
    }

    .common-expo-ms-power .expo-power-content p {
        padding-bottom: 30px;
    }

    .main-container {
        padding-bottom: 0;
    }

    .common-expo-ms-power .expo-power-content {
        max-width: 100%;
        padding: 330px 15px 30px 15px;
        border-radius: 30px;
    }

    .common-expo-ms-power .expo-power-content::before {
        left: 0;
        height: 100%;
        width: 100%;
        top: 20px;
        right: 0;
        margin: 0 auto;
    }

    .expo-middle-wrap::before {
        content: none;
    }

    .form-btn .btn-red {
        padding: 12px 0;
        font-size: 20px;
    }

    .expo-ques ul {
        flex-wrap: wrap;
    }

    .expo-ques li {
        margin-bottom: 15px;
    }

    .expo-form-list .expo-fields .field-block {
        margin-right: 40px;
        width: calc(50% - 40px);
    }

}

@media only screen and (max-width: 640px) {

    .expo-header {
        padding: 15px;
    }

    .expo-main-content h1 {
        font-size: 23px;
        padding-top: 30px;
        margin-bottom: 30px;
        line-height: 40px;
    }

    .expo-main-content h1 > span {
        font-size: 35px;
    }

    .common-expo-ms-power .expo-power-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .form-control {
        margin-bottom: 30px;
    }

    .expo-footer .expo-ms-links-block {
        display: inline-block;
    }

    .expo-footer .expo-ms-links-block .signup-links {
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }

    .expo-main-content > p,
    .expo-main-content > p > span,
    .expo-main-content form > p,
    .expo-main-content form > p > span {
        font-size: 25px;
    }

    .expo-ms-logo svg,.expo-ms-links a svg {
        max-width: 150px;
    }

    .expo-header a.visit-ms > svg {
        margin-left: 10px;
    }

    .expo-header a.visit-ms {
        font-size: 19px;
    }

    .expo-footer .expo-ms-links-block .expo-ms-links {
        justify-content: space-between;
    }

    .expo-footer {
        padding: 0 15px;
    }

    .expo-middle-wrap {
        padding: 20px 15px 25px 15px;
        border-radius: 15px;
    }

    .expo-title {
        margin-bottom: 20px;
        line-height: 40px;
        font-size: 30px;
    }

    .form-control:nth-child(2) {
        margin-bottom: 30px;
    }

    .common-expo-ms-power .expo-power-content a {
        padding: 15px 30px;
        font-size: 19px;
        margin-top: 20px;
    }

    .expo-middle-wrap::before {
        max-width: 80px;
    }

    .expo-ques ul {
        display: inline-block;
        width: 100%;
    }

    .expo-ques li {
        width: 100%;
        margin-bottom: 10px;
    }

    .expo-ques {
        margin: 0 auto 10px;
    }

    .expo-ques h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .rp-desk-btn {
        font-size: 15px;
        width: 100%;
    }

    .expo-rating-block label {
        margin-right: 20px;
    }

    .expo-rating-block label svg {
        width: 35px;
        height: 35px;
    }

    .expo-ques.expo-submit-data {
        margin: 20px auto 20px;
    }

    .expo-form-list .expo-fields {
        flex-wrap: wrap;
    }

    .expo-form-list .expo-fields .field-block {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .expo-form-list .expo-fields .field-block:nth-child(2) {
        margin-bottom: 0;
    }

    .expo-registartion-block {
        padding: 38px 20px 45px 20px;
    }

    .expo-register-form h3 {
        font-size: 22px;
    }

    .expo-register-form h3>svg {
        height: 35px;
        width: 35px;
    }

    .expo-register-form .legend {
        font-size: 20px;
    }

    .expo-form-list .expo-fields .field-block label {
        font-size: 15px;
    }

    .expo-form-list .expo-fields .field-block .input-box input,
    .expo-form-list .expo-fields .field-block select,
    .expo-form-list .expo-fields .field-block .input-box.mobile-flex .country-m-code .plus-onelabel+.expo-m-input {
        font-size: 14px;
    }

    .expo-agreement-block .agree-check-block label {
        display: block;
        line-height: 24px;
    }

    .expo-register-form>button {
        min-height: 40px;
        width: 120px;
        font-size: 18px;
        margin: 30px 0 0 0;
    }

    .expo-agreement-block .agree-check-block input[type="checkbox"]:checked + label::after {
        top: 6px;
    }

    .thank-you-block .thank-you-heading {
        font-size: 25px;
        margin: 55px 0;
    }

    .thank-you-block .thank-you-heading>span {
        font-size: 40px;
    }

    .thank-you-block .visit-ms {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .common-expo-ms-power .expo-power-content a svg {
        margin-left: 20px;
    }

    .expo-agreement-block .agree-check-block label a > b {
        margin: 0;
    }

}

@media only screen and (max-width: 479px) {

    .expo-header {
        display: inline-block;
        text-align: center;
    }

    .expo-middle-wrap::before {
        top: 0;
    }

    .expo-title {
        font-size: 25px;
    }

    .form-btn .btn-red {
        min-width: 110px;
        font-size: 16px;
        margin-right: 10px;
    }

    .expo-main-content > p,
    .expo-main-content > p > span,
    .expo-main-content form > p,
    .expo-main-content form > p > span {
        font-size: 20px;
        line-height: 32px;
    }

    .common-expo-ms-power .expo-power-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .expo-footer .expo-site-links li a svg {
        max-width: 25px;
    }

    .expo-footer .expo-ms-links svg {
        max-width: 130px;
    }

    .expo-address-section .contact-detail-section .contact-detail {
        font-size: 12px;
    }

    .expo-address-section .contact-detail-section .flag-icon {
        margin-right: 10px;
    }

    .form-control input {
        padding: 10px;
    }

    .form-control label {
        font-size: 17px;
    }

    .form-control {
        margin-bottom: 20px;
    }

    .common-expo-ms-power .expo-power-content {
        padding: 325px 15px 30px 15px;
    }

    .expo-main-content h1 > span {
        font-size: 25px;
    }

    .expo-main-content h1 {
        font-size: 14px;
        padding-top: 10px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .expo-main-content > p,
    .expo-main-content form > p {
        margin: 20px auto 20px;
        padding: 0 15px;
    }

    .expo-header a.visit-ms {
        justify-content: center;
    }

    .common-expo-ms-power .expo-power-content a {
        font-size: 16px;
        padding: 12px 26px;
    }

    .expo-ques h4 {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .expo-ques h4:before {
        top: 0;
    }

    .rp-desk-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    .expo-rating-block label {
        margin-right: 15px;
    }

    .expo-rating-block label svg {
        width: 30px;
        height: 30px;
    }

    .expo-ques.expo-submit-data a {
        font-size: 17px;
        padding: 7px 30px;
    }

    .mobile-flex .country-m-code {
        max-width: 70px;
    }

    .mobile-flex .country-m-code .plus-onelabel {
        min-width: 33px;
    }

    .expo-form-list .expo-fields .field-block .input-box.mobile-flex > .expo-m-input {
        max-width: calc(100% - 85px);
    }

    .expo-register-form h3 {
        align-items: flex-start;
        line-height: normal;
    }

    .expo-register-form h3>svg {
        height: 30px;
        min-width: 30px;
        margin-top: 5px;
    }

    .expo-form-list .expo-fields .field-block select {
        background-size: 20px;
    }

}
