/* modal hide for error message */
#connectAPIError {
    display: none;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

#connectAPIError .modal-body {
    padding: 30px;
}

#connectAPIError button.close {
    color: #000;
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 1;
}

.chapterHoverContent .chapterVenueDetails li.chapterTime {
    color: #c8c8c8;
}

.selectThisChapter p strong ,
.selectThisChapter ul.chapterMeetInfo li {
    margin:0 !important;
    color:#fff !important;
}
.selectThisChapter p {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

ul.chooseDate {
    margin-top: 0px;
}

    /* modal hide for error message style ends */

div#visitor_flow_block {
    padding: 50px 0 80px;
    position: relative;
    display: flex;
    background: #f2f2f2;
}

.sw-main {
    position: relative;
    display: block;
}

.sw-main .sw-container {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.sw-main .step-content {
    display: none;
    position: relative;
    margin: 0
}

.sw-main .sw-toolbar {
    margin-left: 0
}

.sw-theme-default {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.sw-theme-default .sw-container {
    min-height: 250px
}

.sw-theme-default .step-content {
    padding: 10px;
    border: 0 solid #d4d4d4;
    background-color: #fff;
    text-align: left
}

.sw-theme-default .sw-toolbar {
    background: #f9f9f9;
    border-radius: 0 !important;
    padding: 10px;
    margin-bottom: 0 !important
}

.sw-theme-default .sw-toolbar-top {
    border-bottom-color: #ddd !important
}

.sw-theme-default .sw-toolbar-bottom {
    border-top-color: #ddd !important
}

.sw-theme-default > ul.step-anchor > li {
    position: relative;
    margin-right: 2px
}

.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: 0 0 !important;
    border: none !important;
    cursor: not-allowed
}

.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
    color: #4285f4 !important;
    background: 0 0 !important;
    cursor: pointer
}

.sw-theme-default > ul.step-anchor > li > a::after {
    content: "";
    background: #4285f4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.sw-theme-default > ul.step-anchor > li.active > a {
    border: none !important;
    color: #4285f4 !important;
    background: 0 0 !important;
    cursor: pointer
}

.sw-theme-default > ul.step-anchor > li.active > a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default > ul.step-anchor > li.done > a {
    border: none !important;
    color: #000 !important;
    background: 0 0 !important;
    cursor: pointer
}

.sw-theme-default > ul.step-anchor > li.done > a::after {
    background: #5cb85c;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default > ul.step-anchor > li.danger > a {
    border: none !important;
    color: #d9534f !important;
    cursor: pointer
}

.sw-theme-default > ul.step-anchor > li.danger > a::after {
    background: #d9534f;
    border-left-color: #f8d7da;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
    cursor: not-allowed
}

@media screen and (max-width: 768px) {
    .sw-theme-default > .nav-tabs > li {
        float: none !important
    }
}

.sw-loading::after {
    position: absolute;
    display: block;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2
}

.sw-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sw-theme-arrows {
    border-radius: 0px;
    border: 0px solid transparent;
}

.sw-theme-arrows > .sw-container {
    min-height: 200px
}

.sw-theme-arrows .step-content {
    padding: 0 10px;
    text-align: left
}

.sw-theme-arrows .sw-toolbar {
    padding: 10px;
    margin-bottom: 0 !important
}

.sw-theme-arrows > ul.step-anchor {
    border: 0;
    padding: 0;
    border-radius: 0;
    list-style: none;
    display: inline-flex;
    overflow: hidden
}

.sw-theme-arrows > ul.step-anchor li + li:before {
    padding: 0
}

.sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    margin-bottom: 15px;
}

.sw-theme-arrows > ul.step-anchor > li:first-child > a {
}

.sw-theme-arrows > ul.step-anchor > li > a:hover {
    color: #cf2030;
    text-decoration: none;
    outline-style: none;
}

.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
    color: #4285f4 !important;
    background: #46b8da !important
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: transparent;
    color: #cf2030;
    background: transparent;
}

.sw-theme-arrows > ul.step-anchor > li.disabled > a, .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important
}

#changeEmailForm input#updateEmailField.errorInput {
    border-color: #cf2030 !important;
}

@media screen and (max-width: 768px) {
    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        background: #ddd !important
    }

    .sw-theme-arrows > .nav-tabs > li {
        float: none !important;
        margin-bottom: 0
    }

    .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px
    }

    .sw-theme-arrows > ul.step-anchor > li > a:after, .sw-theme-arrows > ul.step-anchor > li > a:before {
        display: none
    }
}

.sw-theme-arrows::before {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #5cb85c
}

#mainStepperNav {
    display: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.mt-200 {
    margin-top: 200px
}

#smartwizard h1 {
    margin: 30px 0;
}

#smartwizard p {
    font-size: 24px;
    line-height: 36px;
}

.name_sec_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}

#smartwizard button.btn-stepper,
button#nameFormButton,
#changeEmailForm a.btn-stepper {
    margin-top: 40px;
    font-size: 18px;
    width: 40%;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #cf2030;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 5px 20px;
    transition: background-color .5s, color .3s, border-width .3s;
}

#smartwizard button.btn-stepper:hover,
#smartwizard button.btn-stepper:focus,
#smartwizard button.btn-stepper:active,
button#nameFormButton:hover,
button#nameFormButton:focus,
#changeEmailForm a.btn-stepper:hover {
    color: #cf2030;
    background-color: transparent;
    border-color: #cf2030;
    text-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

button#nameFormButton {
    margin: 0 !important;
}

div#smartwizard .custom-logo {
    width: 100px;
    height: auto;
}

div#smartinnerwizard {
    padding: 0;
    border: 0px;
    margin-top: 15px;
    width: 100%;
    margin-left: 0px;
}

div#smartinnerwizard li i {
    color: #cf2030;
    font-size: 32px;
}

ul.nav.nav-tabs.step-anchor {
    position: relative;
    margin-left: 0px;
    display: inline-flex;
}

ul.nav li.nav-item {
    position: relative;
    margin-bottom: 0px;
}

li.nav-item a {
    display: block;
    margin-bottom: 15px;
    padding: 10px 25px;
}

ul.nav.nav-tabs.step-anchor::after {
    content: "";
    background: #ffffff;
    border: 1px solid #e8e8e8;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 10px;
    border-radius: 30px;
}

ul.nav li.nav-item::after {
    position: absolute;
    content: "";
    background: transparent;
    bottom: 0;
    width: 102%;
    z-index: 9;
    height: 10px;
    transform: skew(25deg);
    transition: all 0.3s ease-in;
}

li.nav-item.done.active i {
    color: #cf2030 !important;
}

ul.nav li.nav-item.active::after,
ul.nav li.nav-item.done.active::after {
    background: #cf2030 !important;
}

ul.nav li.nav-item:first-child::after {
    border-radius: 15px 0px 0px 5px;
}

ul.nav li.nav-item:last-child::after {
    border-radius: 0px 5px 15px 0px;
}

li.nav-item.done::after {
    background: #c8c8c8 !important;
}

li.nav-item.done i {
    color: #c8c8c8 !important;
}

div#smartinnerwizard .sw-btn-prev {
    display: none;
}

#smartinnerwizard .sw-container.tab-content {
    margin-top: 65px !important;
}

.innerStepperNav {
    margin: 20px 0 75px;
}

#smartinnerwizard p {
    margin: 5px 0 0;
    color: #000;
}

.name_sec_form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#smartinnerwizard select,
#smartinnerwizard input,
form#changeEmailForm input.changeEmailFormField {
    border: none !important;
    background: transparent !important;
    border-bottom: 1px solid #98999a !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 21px !important;
    margin-right: 0px !important;
}

select#nameTitle {
    width: 50% !important;
    margin-right: 20px !important;
    background: url(../img/down-arrow.png) transparent no-repeat center right !important;
    background-size: 15px !important;
}

.name_sec_form span {
    position: relative;
    width: 100%;
    margin-right: 20px !important;
}

.testimonial_quote_section,
.testimonial_view,
.quote_view {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.quote_view {
    flex: 1;
}

.testimonial_view {
    align-items: center;
    flex: 2;
    position: relative;
    background: #ffffff;
    padding: 5px 35px 5px 5px;
    border-radius: 100px 15px 15px 100px;
}

.testimonial_view i.fa-quote-right {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #98999a;
    font-size: 20px;
}

.testimonial_view img {
    border-radius: 100%;
    width: 100px;
    height: auto;
    margin-right: 30px;
}

.testimonee_content h5 {
    font-size: 18px;
    color: #98999a;
}

.testimonee_content p {
    font-size: 14px !important;
    color: #98999a;
    line-height: 20px !important;
    margin-bottom: 0;
}

.quote_content h6 {
    color: black;
    font-size: 15px;
}

.quote_content h5 {
    color: #98999a;
    font-size: 16px;
    font-style: italic;
}

.testimonial_quote_section {
    margin-top: 120px;
}

.name_sec_form span::after {
    content: "";
    color: #cf2030;
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.name_sec_form span.errorInput::after {
    font-size: 12px;
    height: auto;
    overflow: visible;
}

#firstNameBlock::after {
    content: "Please Enter First Name";
}

#lastNameBlock::after {
    content: "Please Enter Last Name";
}

#firstNameBlock.lengthError::after {
    content: "Please enter minimum 2 characters";
}

#lastNameBlock.lengthError::after {
    content: "Please enter minimum 2 characters";
}

.btn-toolbar.sw-toolbar.sw-toolbar-bottom {
    display: none;
}

#smartinnerwizard .name_sec_form span.errorInput input {
    border-color: #cf2030 !important;
}

input#businessEmail.errorInput {
    border-bottom-color: #cf2030 !important;
}

.checkbox_accept span.error {
    position: absolute;
    bottom: -28px;
    font-weight: 100;
    color: #cf2030 !important;
}

#goToMainStepper {
    display: none;
}

form#locationSearchForm,
form#professionSearchForm,
form#emailPhoneForm {
    margin: 50px 0;
}

form#changeEmailForm {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
    margin: 80px 0 20px;
}

form#professionSearchForm {
    margin: 0 !important;
}

#changeEmailForm a.btn-stepper {
    width: 200px !important;
    margin: 0 0 0 25px;
}

div#changeEmailDivision p {
    margin-bottom: 0;
}

input.changeEmailFormField {
    width: 100%;
}

#changeEmailForm a.btn-stepper {
    margin-top: 0 !important;
    width: 200px !important;
}

#locationSearchForm i.fa-search,
#professionSearchForm i.fa-search {
    position: absolute;
    top: 0;
    right: 0;
}

#locationSearchForm span,
form#professionSearchForm span {
    position: relative;
}

input#locationSearch,
input#professionSearch {
    width: 100%;
    border-width: 2px !important;
    font-size: 21px !important;
}

.pac-container.hdpi {
    z-index: 9;
}

#professionResultBlock {
    margin: 50px 0;
}

ul#professionResults {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

ul#professionResults li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border: 1px solid transparent;
    border-radius: 10px;
    height: 0px;
    color: #98999a;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

ul#professionResults li.showborder {
    height: 40px;
    padding: 2px 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #98999a;
}

ul#professionResults li.userSearchKey {
    color: #cf2030;
}

ul#professionResults li:hover {
    background: #cf2030;
    border-color: transparent;
    color: #ffffff;
}

#emailPhoneForm {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.checkbox_accept {
    margin-top: 50px;
}

.checkbox_accept label {
    width: 50%;
    font-size: 14px;
    display: inline-flex;
    margin: 0 !important;
}

.checkbox_accept a {
    color: #000000;
    font-weight: bold;
}

.emailSeciton {
    width: 100% !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.finalClass {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

input#businessEmail {
    width: 100%;
    display: inline-flex;
}

span.error {
    color: #cf2030;
    font-size: 14px;
    position: relative;
    display: block;
}

input#mobile-number {
    width: 100%;
    margin: 0px 0px 0px 10px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    display: flex;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border-bottom: 1px solid #98999a;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
    color: #cf2030;
}

.checkbox_accept label {
    width: 100%;
    font-size: 14px;
    display: flex;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #cf2030;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 8px;
    width: 100%;
    margin-top: -4px;
}

.cbx:hover span:first-child {
    border-color: #cf2030;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #cf2030;
    border-color: #cf2030;
    animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

#emailPhoneButton {
    width: 100% !important;
    margin: 0 !important;
}

section.model-1 {
    display: inline-flex;
    align-items: center;
}

.includeCheckbox span {
    font-size: 16px;
    color: #64666a;
    margin-left: 10px;
}

/*=====================*/
.checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.checkbox:after, .checkbox:before {
    font-family: FontAwesome;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-language-override: normal;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.checkbox label {
    width: 45px;
    height: 20px;
    background: #c8c8c8;
    position: relative;
    display: inline-flex;
    border-radius: 46px;
    transition: 0.4s;
    margin-bottom: 0;
    align-items: center;
}

.checkbox label:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    left: 0;
    z-index: 2;
    background: #64666a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}

.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.checkbox input:hover + label:after {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.checkbox input:checked + label:after {
    left: 25px;
}

.model-1 .checkbox input:checked + label {
    background: rgba(207, 32, 48, 0.4);
}

.model-1 .checkbox input:checked + label:after {
    background: #cf2030;
}

.resultFilterRow{
    margin-bottom: 50px;
}

.filter_results {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.filter_results ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.filter_results li {
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    margin-right: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #707070;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.filter_results li:hover,
.filter_results li.filterResultSelected {
    background: #ffffff;
}

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

.sort_results {
    width: 100%;
    margin-bottom: 40px;
}

section.model-1 span {
    margin-left: 20px;
}

.chapterResultsSection {

}

.chapterBlock {
    height: 190px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: rgba(200, 200, 200, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
}

.chapterDetailblock {
    z-index: 99;
}

.chapterBlock:hover {
    cursor: pointer;
}

.chapter_mode .chapter_size {
    height: 0;
    font-size: 0 !important;
    visibility: hidden;
    width: 0;
    padding-left: 35px;
    transition: all 0.2s ease-in;
}

.chapterBlock:hover .chapter_mode {
   flex-direction: column;
}

.chapterBlock:hover .chapter_mode .chapter_size,
.scheduleChapter .chapter_mode .chapter_size {
    height: auto;
    width: 100%;
    font-size: 12px !important;
    visibility: visible;
}

.chapterBlock::after {
    content: "";
    position: absolute;
    width: 0;
    background: transparent;
    height: 0;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.chapterBlock:hover::after,
.chapterBlock.scheduleChapter::after,
.chapterBlock.scheduleChapter:hover::after {
    background: #64666A;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.chapterBlock.scheduleChapter:hover::after,
.chapterBlock.scheduleChapter::after {
    background: #cf2030;
}

.chapterBlock h1 {
    font-size: 24px;
    margin: 0 !important;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000000;
    z-index: 99;
    transition: all 0.3s ease-in;
}

.chapterBlock h1 span {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #64666a;
    display: block;
}

.chapterBlock:hover h1,
.chapterBlock:hover h1 span,
.chapterBlock.scheduleChapter h1,
.chapterBlock.scheduleChapter h1 span {
    color: #ffffff;
}

.chapterName {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
}

.chapterBasicInfo,
.chapterBlock.scheduleChapter .selectThisChapter,
.chapterBlock:hover .chapterHoverContent,
.chapterBlock.scheduleChapter:hover .selectThisChapter {
    height: 100%;
    width: 100%;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    font-size: initial;
    transition: all 0.1s ease-in;
    z-index: 99;
    display: flex;
    cursor: default;
    flex-direction: column;
    justify-content: space-between;
}

.chapterHoverContent,
.selectThisChapter,
.chapterBlock.scheduleChapter .chapterBasicInfo,
.chapterBlock.scheduleChapter .chapterHoverContent,
.chapterBlock.scheduleChapter:hover .chapterHoverContent,
.chapterBlock.scheduleChapter:hover .chapterBasicInfo,
.chapterBlock:hover .chapterBasicInfo {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    display:none;
    font-size: 0px;
    transition: all 0.1s ease-in;
}

.chapterBasicInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chapter_size {
    color: #64666a !important;
    font-size: 14px !important;
    font-weight: bold;
}

.chapter_size span {
    color: #64666a;
    font-weight: bold;
}

ul.chapter_mode {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9;
}

ul.chapter_mode li {
    font-size: 12px !important;
    color: #64666a;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.chapter_mode li i {
    color: #cf2030;
    font-size: 18px !important;
    margin-right: 10px;
}

ul.chapter_mode li span {
    margin-right: 5px;
}

ul.chapter_mode li .chapterInfoBtn {
    background: #64666a;
    padding: 7px;
    border-radius: 2100px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}

ul.chapterMeetInfo li {
    font-size: 14px;
    font-weight: bold;
    color: #64666a;
    line-height: 20px;
    word-break: break-all;
}

.chapterVenueDetails p {
    word-break: break-all;
}

.chapterDetailBlock {
    height: 100%;
}

.chapterVenueDetails p strong {
    font-size: 12px;
    line-height: 15px;
}

.chapterHoverContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.chapterHoverContent .chapterVenueDetails p,
.chapterHoverContent .chapterVenueDetails p span {
    font-size: 14px !important;
    color: #c8c8c8 !important;
    line-height: 20px !important;
}

.scheduleChapter .chapterVenueDetails p{
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 20px !important;
}

span.selectChapterLink,
.scheduleMyVisit {
    border: 1px solid #fff;
    padding: 3px 5px;
    width: 100%;
    color: #64666A;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    background: #fff;
    display: flex;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 30px;
    transition: all 0.3s ease;
}

span.selectChapterLink:hover,
.scheduleMyVisit:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #ffffff;
}

button.scheduleMyVisit:disabled,
button[disabled].scheduleMyVisit,
button.scheduleMyVisit:disabled:hover,
button[disabled].scheduleMyVisit:hover {
    border: 1px solid #c8c8c8;
    background-color: transparent;
    color: #C8C8C8;
    cursor: default;
}

.scheduleMyVisit:hover {
    color: #cf2030;
}

.chapterVenueDetails p {
    color: #c8c8c8;
}

.chapterVenueDetails p span:last-child a {
    font-weight: bold;
    color: #c8c8c8;
    text-decoration: none;
}

.chapterVenueDetails p span:last-child a:hover {
    color: #ffffff;
}

#changeEmailDivision i.close,
.moreBox i.close{
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    z-index: 222;
}

.moreBox i.close {
    z-index: -1;
}

#changeEmailDivision i.close {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.5);
}

.moreBox i.close:hover {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

#map {
    height: 500px;
    width: 100%;
    border:none;
    margin: 0 auto;
}

ul.chooseDate {
    margin-top: 0px;
}

.chapterHoverContent .chapter_size,
.selectThisChapter .chapter_size {
    display: none;
}
ul.chooseDate li {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 0px;
}

ul.chooseDate li.chooseDateTitle {
    text-transform: uppercase;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.6);
    background: transparent !important;
    line-height: 16px !important;
    margin: 0 0 4px;
    padding: 0 !important;
}

ul.chooseDate li.dateList {
    cursor: pointer;
}

ul.chooseDate li:hover,
.dateSelected {
    background: rgba(100, 102, 106, 0.35);
}

#smartinnerwizard .sort_results select#sortResults option {
    text-transform: capitalize;
}

#smartinnerwizard .sort_results select#sortResults {
    border-radius: 4px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 1px solid transparent !important;
    padding: 8px !important;
    cursor: pointer !important;
    color: #64666a !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    background: #ffffff !important;
    width: 100% !important;
}

#smartinnerwizard .sort_results select#sortResults:focus {
    border: 1px solid transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.resultrightInfo {
    width: 100%;
}

p#locationSelected {
    color: #000000;
}

.tooltipList {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipList .tooltiptext {
    visibility: hidden;
    width: 205px;
    background-color: #cf2030;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 222;
    left: 0;
    bottom: -80px;
}

span.tooltiptext::before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 0;
    border-bottom: 12px solid #cf2030;
    position: absolute;
    top: -7px;
    margin-left: -5px;
}

.tooltipList:hover .tooltiptext {
    visibility: visible;
}

.lastStepRightSection p {
    margin-bottom: 30px;
}

div#chapter_list_blocks {
    margin-top: 0px;
}

.blogBox {
    margin-bottom: 30px;
}

.resultHelpBlock h4 {
    color: #000000;
    font-size: 21px;
}

.resultHelpBlock ul li {
    color: #64666a;
    font-size: 16px;
    margin:0 15px 0 0;
}

.resultHelpBlock ul li:last-child {
    color: #64666a;
    font-size: 16px;
    margin-right: 0px;
}

.resultHelpBlock ul li a {
    color: #64666a;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

.resultHelpBlock ul li a:hover {
    color: #cf2030;
}

.resultHelpBlock li i {
    color: #64666a !important;
    font-size: 16px !important;
    line-height: 16px;
}

.resultHelpBlock ul {
    margin-top: 0;
    display: flex;
    align-items: center;
}

#stepper-3 h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

#stepper-3 p {
    color: #000000;
}

#changeEmail {
    font-size: 14px;
}

#changeEmailDivision {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease-in-out;
}

#changeEmailDivision.showUpdiv {
    height: auto;
    visibility: visible;
    overflow: visible;
    font-size: initial;
    opacity: 1;
    margin: 80px 0 100px;
    transition: all 0.5s ease-in-out;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c8c8c8;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #c8c8c8;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #c8c8c8;
}

:-moz-placeholder { /* Firefox 18- */
    color: #c8c8c8;
}

span#nameCatcher {
    text-transform: capitalize;
}

input#cbx {
    opacity: 0;
    height: 0px;
    width: 0px;
}

.resultHelpBlock {
    position: relative;
    background: #fff;
    padding: 20px;
}

#professionLoad,
.countryInfoLoad,
.chapterDetailsLoad {
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin: 0 10px 0 0;
    padding: 10px;
    border: 4px dashed rgba(207, 32, 48, 0.7);
    border-radius: 100%;
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

span.countryInfoLoad,
span.chapterDetailsLoad {
    display: inline-flex;
    position: absolute;
    margin-left: 50px;
    margin-top: 30px;
}

span.chapterDetailsLoad {
    display: inline-flex;
    position: absolute;
    left: 40%;
}

.page-template-template-Find-a-Chapter ul#highlight_menu li a {
    pointer-events: none;
    cursor: default;
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#loadMore a {
    background: #cf2030;
    border-radius: 30px;
    border: 2px solid transparent;
    color: white;
    text-decoration: none;
    padding: 0px 20px;
    font-size: 16px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}

#loadMore a:hover {
    background-color: transparent;
    border-color: #cf2030;
    color: #cf2030;
}

div#loadMore i.fad {
    margin-left: 10px;
    margin-top: 5px;
}

form#changeEmailForm .error {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.chapter_mode li i.fas.fa-video {
    background: #cf2030;
    color: white !important;
    border-radius: 100%;
    font-size: 14px !important;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laststep_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.laststep_video a {
    position: absolute;
    font-size: 60px;
    color: #ffffff;
    transition: all 0.3s ease-in;
}

.laststep_video a:hover {
    color: #cf2030;
}

button#html5-close::before {
    content: "\f00d";
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    right: 30px;
    bottom: -30px;
    font-family: "Font Awesome 5 Pro";
}

button#html5-close img {
    display: none;
}

div#stepper-3 h3 {
    margin-bottom: 35px;
}

h4#lastStepChapterName {
    color: #000000;
    margin-bottom: 10px;
}

ul#lastStep_ChapterInfo li {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul#lastStep_ChapterInfo li::before {
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
    font-size: 32px;
    font-weight: 100;
}

li#lastStep_chapterDate::before {
    content: "\f073";
}

li#lastStep_chapterTime::before {
    content: "\f017";
}

li#lastStep_chapterType i {
    color: #ffffff;
    padding: 0px;
    border-radius: 100%;
    background: #cf2030;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    font-size: 14px;
    margin-right: 20px;
}

li#lastStep_chapterType {
    font-size: 16px !important;
    color: #64666a;
    margin: 30px 0 0;
}

.lastStepRightSection::before {
    content: "";
    width: 1px;
    height: 65%;
    background: #cf2030;
    position: absolute;
    left: -10px;
    top: 10px;
}

.lastStep_videoContentSection {
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
    border-top: 1px solid #cccccc;
}

.lastStep_newsLetterSubscribe {
    background: #ffffff;
    border-bottom: 8px solid #cf2030;
    justify-content: space-between !important;
    padding: 50px !important;
    transition: all 0.3s ease-in;
}

.lastStep_newsLetterSubscribe .mktoFormRow input#Email {
    border: 1px solid #cf2030;
}

.lastStep_newsLetterSubscribe h4 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
}

.lastStep_newsLetterSubscribe h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px !important;
}

.lastStep_newsLetterSubscribe h3 sup {
    font-size: 22px;
}

.lastStep_newsLetterSubscribe p {
    font-size: 21px;
    color: #64666A !important;
}

.lastStep_newsLetterSubscribe .mktoFormRow input#Email {
    font-size: 18px !important;
}

.lastStep_newsLetterSubscribe.addNewsSuccess {
    background:#cf2030 !important;
}

.lastStep_newsLetterSubscribe.addNewsSuccess h4,
.lastStep_newsLetterSubscribe.addNewsSuccess p {
    display: none;
}

.lastStep_newsLetterSubscribe.addNewsSuccess h3,
.lastStep_newsLetterSubscribe.addNewsSuccess #anothernewsform p{
    color:#ffffff !important;
    display: block;
}

.lastStep_newsLetterSubscribe.addNewsSuccess .theLatest-newsLetter {
    width: 100%;
    margin: 0 auto !important;
}

.lastStep_newsLetterSubscribe .theLatest-newsLetter {
    width:90%;
}

#anothernewsform i.fal.fa-check-circle {
    color:#ffffff !important;
    font-size: 65px;
}

.lastStep_socialLinks.footerSocialIcons li a i {
    color: inherit !important;
    font-size: 24px;
}

.lastStep_socialLinks.footerSocialIcons {
    margin-top: 15px;
}

.lastStep_newsLetterSubscribe .theLatest-newsLetter .mktoButtonRow {
    right: 0;
    top: inherit;
}

.searchRightInput {
    display: flex;
    background: #ffffff;
    align-items: center;
    border-radius: 11px 11px 0 0;
    padding: 10px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
}

#smartinnerwizard input.locationSelected {
    width: 100%;
    padding: 10px !important;
    font-size: 16px !important;
    background: rgba(200, 200, 200, 0.25) !important;
    border-radius: 20px !important;
    border: none !important;
}

spa#addressClose {
    position: absolute;
    right: 20px;
    font-size: 16px;
    color: #63666a;
    cursor: pointer;
    border-radius: 100%;
}

span#scaleMap {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #64666a;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

span#scaleMap i {
    margin-top: 2px;
}

.legendMap {
    padding: 10px;
    background:#ffffff;
    margin:0;
}

button.custom-map-control-button {
    background: #64666a;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    bottom: 115px;
    top: inherit !important;
    right: 20px;
    left: inherit !important;
    border: 0px;
    display: flex;
    align-items: center;
    box-shadow: none;
    justify-content: center;
    z-index: 99 !important;
    cursor: pointer;
}

button.custom-map-control-button::after {
    content: "\f601";
    font-family: "Font Awesome 5 Pro" !important;
    color:#ffffff;
    font-size: 16px;
}

button.gm-control-active img{
    display: none !important;
}

button.gm-control-active {
    background: #64666a !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px;
}

button.gm-control-active[aria-label="Zoom out"]::after {
    content: "\f068";
}

button.gm-control-active[aria-label="Zoom in"]::after {
    content: "\f067";
}

button.gm-control-active[aria-label="Zoom in"]::after,
button.gm-control-active[aria-label="Zoom out"]::after {
    font-family: "Font Awesome 5 Pro" !important;
    color:#ffffff;
    font-size: 20px;
}

.gmnoprint div[draggable="false"] {
    border-radius: 2px;
    cursor: pointer;
    background: none !important;
    width: 30px !important;
    height: 60px !important;
}

.gmnoprint {
    margin-top: 30px;
}

.legendMap {
    padding: 10px;
    background: #ffffff;
    margin: 0;
    width: fit-content;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 7px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #707070;
    font-size: 13px;
    font-weight: bold;
}

a#updateMap {
    background: #CF2030;
    border:2px solid transparent;
    box-shadow: 1px 1px 7px #0000004d;
    border-radius: 37px;
    position: absolute;
    bottom: 15px;
    left: 40%;
    z-index: 99;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

a#updateMap i {
    margin-right: 10px;
}

a#updateMap:hover {
    background: #ffffff;
    border:2px solid #cf2030;
    color:#cf2030;
}

div#smartinnerwizard ul.legendMap li i {
    font-size: 13px;
    color: #707070;
    margin-right: 5px;
}

button#contactMe {
    border-radius: 32px;
    margin-top: 20px;
    border: 2px solid #cf2030;
    color: #cf2030;
    background: #ffffff;
    transition: all 0.3s ease-in;
}

button#contactMe:hover {
    border: 2px solid transparent;
    color: #FFFFFF;
    background: #cf2030;
}

.resultrightInfo {
    position: -webkit-sticky;
    position: sticky;
    top: 175px;
}

form#mktoForm_2241 input, form#mktoForm_2241 textarea, form#mktoForm_2241 select {
    width: 100% !important;
}

div#contactMeModal {
    top: 50px;
}

button#hideContactForm {
    position: absolute;
    top: -15px;
    right: -20px !important;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #64666A;
    border-radius: 100%;
    padding: 0;
    transition: all 0.3s ease-out;
}

button#hideContactForm:hover {
    color: #aaaaac;
}

form#mktoForm_2241 {
    width: 100% !important;
}

form#mktoForm_2241 input#Salutation {

}

div#contactMeModal .mktoForm .mktoFormRow {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

div#contactMeModal .mktoFieldDescriptor.mktoFormCol,
div#contactMeModal .mktoForm .mktoFieldWrap {
    width: 100%;
}

div#contactMeModal .mktoFieldDescriptor.mktoFormCol {
    margin-left: 10px !important;
}

div#contactMeModal .modal-body {
    padding: 30px 40px 30px 30px;
}

div#contactMeModal input,
div#contactMeModal input#Email,
div#contactMeModal textarea,
div#contactMeModal select {
    width: 100% !important;
    border: none;
    position: relative;
    border-bottom: 1px solid #64666A !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #64666A;
    height: 40px !important;
    padding: 5px !important;
    background: transparent !important;
    margin-top: 30px !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
    margin-top: 30px !important;
}

div#contactMeModal textarea {
    height: 85px !important;
}

div#contactMeModal .mktoButton::before {
    content:none !important;
}

div#contactMeModal span.mktoButtonWrap.mktoBluePill {
    margin-left: 0 !important;
}

div#contactMeModal .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    background: #cf2030 !important;
    border: 2px solid transparent !important;
    color: #ffffff !important;
    text-align: center;
    transition: all 0.3s ease-out;
    text-indent: 0px;
    text-shadow: none;
    text-transform: capitalize;
    font-size: 20px;
    margin-left: 25px !important;
    margin-top: 30px !important;
    position: relative;
    font-family: "Helvetica Neue" !important;
}

div#contactMeModal .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:hover {
    background: #ffffff !important;
    border:2px solid #cf2030 !important;
    color:#cf2030 !important;
}

div#contactMeModal ::-webkit-input-placeholder { /* Edge */
    color: #64666A;
}

div#contactMeModal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #64666A;
}

div#contactMeModal ::placeholder {
    color: #64666A;
}

div#contactMeModal .mktoButtonRow {
    position: relative !important;
    margin: 0 !important;
}

div#contactMeModal h5 {
    color:#64666A !important;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

div#successForm p,
div#successForm i {
    color: #cf2030 !important;
}

#mktoForm_2241 .mktoRequiredField label.mktoLabel {
    display: block !important;
    width: 1px !important;
    height: 0px !important;
}

.mapArea {
    order:0;
}

.chapterArea{
    order:1;
}

.mapArea .mapNedHelpBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.mapAre div#chapter_list_blocks {
    margin-top: 30px;
}

.mapArea div#rightGmapSection {
    width: 85%;
    display: flex;
}

.mapArea .resultHelpBlock {
    display: flex;
    flex-direction: column;
}

.mapArea .resultHelpBlock ul {
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.mapArea .resultHelpBlock ul li {
    color: #64666a;
    font-size: 16px;
    margin: 0 0 15px!important;
}

.chapterArea div#chapter_list_blocks {
    margin-top: 30px;
}

.chapterArea .blogBox {
    margin-bottom: 30px;
}

.chapterArea .chapterBlock {
    width:100%;
    margin: 0;
}
.chapterArea .chapterVenueDetails {
    margin-top:0 !important;
}

.scheduleChapter ul.chapter_mode li,
.scheduleChapter ul.chapter_mode li span,
.scheduleChapter ul.chapter_mode li i,
.chapterBlock:hover ul.chapter_mode li,
.chapterBlock:hover ul.chapter_mode li span,
.chapterBlock:hover ul.chapter_mode li i{
    color:#fff !important;
}

.chapter_size span {
    margin-left: 5px;
}

@media only screen and (max-width: 1360px) {
    .chapterVenueDetails {
        /* margin-top: -20px; */
    }
}

/* end stepper */
@media only screen and (max-width: 1200px) {
    div#smartwizard h1 {
        font-size: 24px;
        line-height:32px;
        margin: 15px 0;
    }

    ul.chapterMeetInfo li {
        font-size: 13px;
    }

    div#smartwizard p {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonial_view {
        flex: 1;
    }

    .resultrightInfo {
        width: 98%;
    }

    .resultHelpBlock ul li {
        margin-bottom: 15px;
    }

    .filter_results {
        align-items: center;
    }

    .filter_results li,
    #smartinnerwizard .sort_results select#sortResults {
        font-size: 14px !important;
    }

    .innerStepperNav {
        margin: 20px 0 50px;
    }

    .laststep_video a {
        font-size: 46px;
    }

    #smartinnerwizard select,
    #smartinnerwizard input,
    form#changeEmailForm input.changeEmailFormField {
        font-size: 18px !important;
    }

    ul#lastStep_ChapterInfo li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    ul#lastStep_ChapterInfo li::before {
        font-size: 24px;
    }

    li#lastStep_chapterType {
        font-size: 14px !important;
    }

    li#lastStep_chapterType i {
        width: 20px;
        height: 20px;
        line-height: 14px;
        font-size: 10px;
        margin-right: 16px;
    }

    h4#lastStepChapterName {
        font-size: 20px;
    }

    .lastStep_newsLetterSubscribe {
        background: #ffffff;
        border-bottom: 8px solid #cf2030;
        justify-content: space-between !important;
        padding: 30px !important;
    }

    .lastStep_newsLetterSubscribe h4 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px;
    }

    .lastStep_newsLetterSubscribe h3 {
        font-size: 30px;
        line-height: 36px;
    }

    ul.chapter_mode li i {
        color: #cf2030;
        font-size: 18px !important;
        margin-right: 6px;
    }

    .chapter_mode li i.fas.fa-video {
        font-size: 11px !important;
        width: 22px;
        height: 23px;
    }
    ul.chapter_mode li {
        font-size: 11px !important;
    }
    span.selectChapterLink, .scheduleMyVisit {
        font-size: 13px;
    }
    .chapter_mode .chapter_size{
        padding-left: 28px;
    }



}

@media only screen and (max-width: 1024px) {
    #smartwizard button.btn.sw-btn-next.btn-stepper {
        width: 55%;
        margin-top: 0px;
    }

    .testimonial_quote_section {
        flex-direction: column;
    }

    .testimonial_view {
        margin-bottom: 40px;
        border-radius: 15px !important;
    }

    .cbx span:last-child {
        width: 100%;
    }

    form#changeEmailForm {
        width: 75%;
    }

    input#createPhoneSection {
        margin-top: 25px;
    }


    .resultrightInfo.sort_results {
        margin-bottom: 0;
    }

    #smartinnerwizard .sort_results select#sortResults {
        width: 100% !important;
    }


}

@media only screen and (max-width: 991px) {
    .filter_results ul li,
    .includeCheckbox span,
    #smartinnerwizard .sort_results select#sortResults {
        font-size: 16px !important;
    }

    #emailPhoneButton {
        width: 55% !important;
        margin: 0 !important;
    }

    button#emailPhoneButton {
        margin-top: 50px !important;
    }

    .resultFilterRow{
        margin-bottom: 0px;
    }

    .sort_coreGroup {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .filter_results {
        flex-direction: column;
    }

    .laststep_video a {
        font-size: 32px;
    }

    .resultrightInfo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        align-items: center;
        flex-direction: column;
    }

    .sort_results {
        margin-right: 20px;
    }

    .sort_results, .sort_coreGroup {
        margin-top: 0;
        margin-bottom: 0;
    }

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

    .resultTopLocation {
        width: 70%;
    }

    .resultHelpBlock,
    .resultLocationInfo {
        width: 100%;
        margin: 0;
    }

    ul.countryHelpInfo {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .resultHelpBlock ul {
        margin-top: 15px;
    }

    div#chapter_list_blocks {
        margin-top: 0;
    }

    ul.countryHelpInfo {
        flex-direction: column;
        align-items: center;
    }

    .lastStep_newsLetterSubscribe{
        padding: 20px 30px !important;
    }

    .lastStep_newsLetterSubscribe h4 {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
    }

    .lastStep_newsLetterSubscribe h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px !important;
    }

    .lastStep_newsLetterSubscribe h3 sup {
        font-size: 14px;
    }
    .lastStep_newsLetterSubscribe .theLatest-newsLetter {
        width: 100%;
    }

    div#visitor_flow_block {
        padding: 50px 0px;
    }

    .lastStep_newsLetterSubscribe .mktoFormRow input#Email {
        font-size: 14px !important;
    }
    #anothernewsform i.fal.fa-check-circle {
        color: #ffffff !important;
        font-size: 40px;
    }
    div#smartwizard #anothernewsform p {
        font-size: 16px;
    }
    .lastStep_socialLinks.footerSocialIcons {
        margin-bottom: 0;
    }

    .searchRightInput {
        width:100%;
    }
    div#rightGmapSection {
        width:70%;
    }
    span#scaleMap {
        display: none !important;
    }
    .resultHelpBlock {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    ul.countryHelpInfo {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        justify-content: center;
    }
    .sort_coreGroup {
        margin:30px 0;
    }
    #chapterListSection {
        order:2;
    }
    #mapShowSection {
        order:1;
    }
    .mapNedHelpBlock {
        width: 100%;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .sw-main {
        padding: 20px 20px;
        background: #f2f2f2;
    }

    .btn-stepper {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    div#smartwizard h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .testimonial_quote_section, .testimonial_view, .quote_view {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .name_sec_form span {
        position: relative;
    }

    form#professionSearchForm {
        margin-bottom: 20px;
    }

    .checkbox_accept label,
    .cbx span:last-child {
        width: 100%;
    }

    .checkbox_accept.d-flex {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #emailPhoneButton {
        display: inline-flex;
        width: auto;
    }

    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    input#businessEmail {
        width: 100%;
        margin-bottom: 0 !important;
    }

    form#changeEmailForm {
        width: 100%;
    }

    span#professionLoad {
        margin: auto;
        display: flex;
        position: relative;
    }

    .professionResultBlock {
        margin: 50px 0;
        flex-direction: column;
    }

    .resultLocationInfo,
    .resultHelpBlock {
        width: 100%;
    }

    .resultrightInfo.sort_results {
        width: 35%;
        position: absolute;
        top: -65px;
        right: 0;
    }

    #smartinnerwizard .sort_results select#sortResults {
        width: 100% !important;
    }

    .innerStepperNav {
        margin: 0 0 25px;
        display: flex;
        justify-content: center;
    }

    .resultHelpBlock h4 {
        color: #000000;
        font-size: 20px;
    }

    .sort_coreGroup {
        margin: 5px 0 0 0;
    }

    h3.filterTitle {
        text-align: center;
        width: 100%;
        justify-content: center;
        padding: 10px 0 20px;
        border-bottom: 1px solid #c8c8c8;
        position: relative;
        color: #707070;
        margin-bottom: 30px;
        font-weight: normal;
        font-size: 24px;
        margin-left: -7px;
    }

    h3.filterTitle i.far {
        position: absolute;
        left:0;
    }

    .sort_results select#sortResults {
        text-align-last: left !important;
    }

    ul.countryHelpInfo {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
    }

    ul.countryHelpInfo li {
        margin-bottom: 0px;
    }

    ul.countryHelpInfo li:last-child {
        margin-left: 20px;
    }

    .chapterResultsSection {
        margin-top: 30px !important;
    }

    .resultTopLocation p,
    .resultLocationInfo span {
        font-size: 14px !important;
    }

    .resultrightInfo {
        margin-bottom: 20px;
    }

    div#visitor_flow_block {
        padding: 20px 0 5px;
    }

    .laststep_video a {
        font-size: 52px;
    }

    .filter_results ul li, .includeCheckbox span, #smartinnerwizard .sort_results select#sortResults {
        font-size: 14px !important;
    }

    .lastStep_newsLetterSubscribe {
        margin-top: 50px;
    }

    .lastStep_newsLetterSubscribe .theLatest-newsLetter {
        width: 75%;
    }

    .lastStep_newsLetterSubscribe {
        padding: 40px !important;
        height: auto !important;
        margin: 50px 0 80px;
    }

    .lastStep_newsLetterSubscribe h4 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .lastStep_newsLetterSubscribe h3 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 30px !important;
    }

    .lastStep_newsLetterSubscribe h3 sup {
        font-size: 24px;
    }

    .lastStep_newsLetterSubscribe p,
    .lastStep_newsLetterSubscribe .mktoFormRow input#Email {
        font-size: 18px !important;
    }

    .lastStep_newsLetterSubscribe p {
        margin-bottom: 20px !important;
    }
    .lastStepRightSection h3,
    .lastStep_videoContentSection h3 {
        font-size: 24px;
        margin: 20px 0 !important;
    }

    .lastStep_videoContentSection h3 {
        margin-top: 0 !important;
    }
    .lastStep_socialLinks.footerSocialIcons ul li a::after {
        content:none !important;
    }
    .lastStep_socialLinks.footerSocialIcons {
        text-align: center;
    }
    .lastStep_socialLinks.footerSocialIcons ul {
        flex-direction: row;
    }
    .lastStepRightSection::before {
        content:none;
    }
    div#rightGmapSection {
        width: 100%;
    }
    .resultHelpBlock {
        display: none;
        padding: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid grey;
    }

    div#contactMeModal .modal-body h3.position-relative {
        position: initial !important;
    }

    button#hideContactForm {
        top: 15px;
        right: 15px !important;
    }

    #step-5{
        overflow: hidden;
    }
    .resultFilterRow {
        display: block;
        position: absolute;
        background: white;
        right: -1000px;
        top: 0;
        width: 0;
        z-index: 991;
        padding: 0px;
        border-radius: 30px 30px 0 0;
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .resultFilterRow.removeRight{
        right:0px;
        width:100%;
        padding:30px;
        height: 100%;
        overflow: visible;
    }
    .filter_results ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
    }

    .filter_results ul li {
        padding: 10px;
        margin-right: 15px;
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .resultLocationInfo {
        background: white;
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .searchRightInput {
        width: 90%;
        box-shadow: none;
    }
    i.filterToggle {
        font-size: 20px;
        margin-right: 10px;
        border: 2px solid #000;
        padding: 4px 2px 1px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    div#chapter_list_blocks {
        margin-top: 0;
        padding: 0 15px;
    }
    li.filterResultSelected {
        color: #cf2030;
        border-color: #cf2030;
    }
    .resultLocationInfo {
        order:1;
    }
    .mapNedHelpBlock {
        order:2;
    }
    span#needHelpMobile {
        position: absolute;
        top: 40%;
        left: -30px;
        transform: rotate(90deg);
        background: #64666A;
        padding: 10px;
        border:2px solid transparent;
        border-radius: 10px 10px 0 0;
        color: #fff;
        transition: all 0.3s ease-in;
    }
    span#needHelpMobile:hover {
        color:#cf2030;
        background: #ffffff;
        border-color:#cf2030;
    }
    .resultHelpBlock h4 {
        text-align: left;
    }
    .chapter_size {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 576px) {
    div#visitor_flow_block {
        width: 100%;
        overflow: hidden;
    }

    .chapterName {
        height: auto;
    }

    .sw-container.tab-content {
        min-height: 200px !important;
    }

    ul.countryHelpInfo li {
        text-align: left;
    }

    ul.nav.nav-tabs.step-anchor {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }

    div#smartinnerwizard li i {
        color: #cf2030;
        font-size: 22px;
    }

    li.nav-item a {
        padding: 10px 20px;
    }

    .name_sec_form {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .name_sec_form span {
        margin-bottom: 20px;
    }

    #smartinnerwizard select#nameTitle,
    #smartinnerwizard input {
        margin-right: 0px !important;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .name_sec_form span::after {
        bottom: 0px;
    }

    form#changeEmailForm {
        flex-direction: column;
    }

    input.changeEmailFormField {
        margin-bottom: 20px;
    }

    #changeEmailForm a.btn-stepper {
        margin: 0;
    }

    #emailPhoneButton {
        width: 80% !important;
        margin: 0 !important;
    }

    #smartinnerwizard input#cbx {
        width: auto !important;
    }

    ul.countryHelpInfo {

    }

    .checkbox_accept label {
        margin-bottom: 20px !important;
    }

    span.countryInfoLoad {
        margin-top: 0px;
    }

    .includeCheckbox {
        margin: 0px;
    }

    #smartinnerwizard .sort_results select#sortResults {
        text-align-last: left !important;
        text-align: left !important;
        margin-top: 0;
    }

    .resultrightInfo.sort_results {
        width: 60%;
        position: relative;
        top: 0;
        right: 0;
    }

    .filter_results ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter_results ul li {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
        padding: 5px 10px;
        margin-right: 5px;
    }

    .filter_results ul li,
    .includeCheckbox span,
    #smartinnerwizard .sort_results select#sortResults {
        font-size: 14px !important;
    }

    .checkbox label {
        width: 35px;
        height: 15px;
    }

    .checkbox label:after {
        width: 20px;
        height: 20px;
    }

    .well h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .resultLocationInfo {
        width: 100%;
        text-align: center;
    }

    #smartinnerwizard input.locationSelected {
        margin:0;
    }

    .resultTopLocation p {
        font-size: 14px;
        line-height: 16px !important;
    }

    div#visitor_flow_block {
        padding: 0px 0 20px;
    }

    div#smartinnerwizard {
        margin-top: 0;
    }

    .innerStepperNav {
        margin: 0 0 15px;
    }

    .sort_coreGroup {
        margin-top: 0;
    }

    .resultHelpBlock {
        flex-direction: column;
        text-align: center;
        margin-top: 40px;
    }

    .resultTopLocation {
        width: 100%;
    }

    .professionResultBlock {
        margin: 30px 0;
    }

    ul#professionResults li.showborder {
        height: 40px;
        font-size: 14px;
    }

    span.chapterDetailsLoad,
    span.countryInfoLoad {
        left: 30%;
    }

    span.countryInfoLoad {
        margin-top: 50px;
    }

    .includeCheckbox {
        margin: 10px 0;
    }

    .laststep_video a {
        font-size: 48px;
    }

    .testimonial_quote_section {
        margin-top: 60px;
    }

    .resultrightInfo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .searchRightInput {
        padding:0;
        width:85%;
    }

    div#contactMeModal .modal-body {
        padding: 20px !important;
    }

    .sort_results {
        margin-right: 0;
    }

    #smartinnerwizard .sort_results select#sortResults {
        width: 100% !important;
    }

    .sort_coreGroup {
        justify-content: center;
    }

    .filter_results {
        margin: 0;
    }

    .includeCheckbox span {
        margin-left: 15px;
    }
    .lastStep_newsLetterSubscribe .theLatest-newsLetter {
        width: 100%;
    }

    .lastStep_newsLetterSubscribe .mktoFormRow input#Email {
        font-size: 16px !important;
    }
    .lastStep_newsLetterSubscribe h3 {
        font-size: 30px;
    }
    .chapterBlock {
        min-height: 200px;
        height:auto;
    }
    .chapterResultsSection {
        margin-top: 0px !important;
    }
    .chapterHoverContent .chapter_size,
    .selectThisChapter .chapter_size {
        display: block;
        font-size: 12px !important;
    }
    .chapterHoverContent .chapter_size {
        margin: 15px 0 10px !important;
    }

    .selectThisChapter .chapter_size,
    .selectThisChapter .chapter_size span {
        color:#fff !important;
    }



}

@media only screen and (max-width: 420px) {
    li.nav-item a {
        padding: 10px 15px;
    }

    .sort_coreGroup {
        flex-wrap: wrap;
    }

    .includeCheckbox {
        margin: 20px 0;
    }

    .professionResultBlock {
        margin: 20px 0;
    }

    ul#professionResults li.showborder {
        height: 40px;
        font-size: 12px;
    }

    .filter_results ul li {
        padding: 5px 10px;
    }

    .laststep_video a {
        font-size: 36px;
    }

    .lastStep_newsLetterSubscribe h4 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 26px;
    }

    .lastStep_newsLetterSubscribe h3 {
        font-size: 20px;
        margin-bottom: 25px !important;
    }

    .lastStep_newsLetterSubscribe h3 sup {
        font-size: 12px !important;
    }
    .lastStep_newsLetterSubscribe p {
        font-size: 14px !important;
    }

    .lastStep_newsLetterSubscribe {
        padding: 30px 10px !important;
    }
    div#contactMeModal .modal-body {
        padding: 20px 20px 40px !important;
    }
    a#updateMap{
        font-size: 12px;
    }
    .legendMap {
        left:5px;
    }
}