.page_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 150px;
}
@media only screen and (max-width: 995px){
    .page_sec {
        margin-top: 180px;
    }      
}
@media only screen and (max-width: 700px){
    .page_sec {
        margin-top: 120px;
    }      
}
@media only screen and (max-width: 340px){
    .page_sec {
        margin-top: 140px;
    }      
}
@media only screen and (max-width: 310px){
    .page_sec {
        margin-top: 125px;
    }      
}
#page_content, .page_intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 540px){
    .page_intro {
        margin-bottom: 0;
    }      
}
.page_intro .page_title{
        color: #231f20;
    text-transform: uppercase;
    font-family: var(--georgia);
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 2rem;
    width: 35%;
    text-align: center;
    line-height: 45px;
    margin-top: 1.5em;
}
.inner_title{
    color: #231f20;
    text-transform: uppercase;
    font-family: var(--georgia);
    font-size: 25px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    line-height: 60px;
}

@media only screen and (max-width: 1027px){
    .inner_title {
        font-size: 20px;
    }     
}
@media only screen and (max-width: 400px){
    .inner_title {
        font-size: 15px;
    }     
}
@media only screen and (max-width: 1400px){
    .page_intro .page_title {
        width: 60%;
    }      
}
@media only screen and (max-width: 1027px){
    .page_intro .page_title {
        font-size: 45px;
    }     
}
@media only screen and (max-width: 949px){
    .page_intro .page_title {
        width: 70%;
    }      
}
@media only screen and (max-width: 740px){
    .page_intro .page_title {
        font-size: 40px;
        margin-bottom: 1rem;
        line-height: 50px;
    }      
}
@media only screen and (max-width: 660px){
    .page_intro .page_title {
        font-size: 35px;
        line-height: 40px;
    }      
}
@media only screen and (max-width: 540px){
    .page_intro .page_title, .page_intro .wp-block-heading {
        font-size: 30px;
        margin-top: 1rem;
    }      
}
@media only screen and (max-width: 451px){
    .page_intro .page_title, .page_intro .wp-block-heading {
        font-size: 22px;
        line-height: 30px;
    }      
}
@media only screen and (max-width: 340px){
    .page_intro .page_title, .page_intro .wp-block-heading {
        font-size: 22px;
    }      
}
.page_intro h4, #page_content h4{
    font-size: 20px;
    margin: 1rem 0;
    margin-top: 2rem;
    text-transform: uppercase;
    color: #231f20;
}
.page_intro h3, #page_content h3{
    margin: 1rem 0;
}
#page_content p, .page_intro p {
    text-align: justify;
    font-size: 20px;
    width: 950px;
    line-height: 28px;
    margin-top: 1rem;
}
#page_content p strong, .page_intro p strong{
    color: var(--primary-site-color);
}
#page_content p a, .page_intro p a{
    color: var(--primary-site-color);
    font-weight: 700;
}
#page_content p a:hover, .page_intro p a:hover {
    color: #045f60;
}
#page_content p a strong, .page_intro p a strong, .page_sec p strong a, .page_intro p strong a, .page_sec strong a{
    color: var(--primary-site-color);
    font-weight: 700;
}
#page_content p a strong:hover, .page_intro p a strong:hover, .page_sec p strong a:hover, .page_intro p strong a:hover, .page_sec strong a:hover{
    color: #045f60;
}
#page_content p a.btn, .page_intro p a.btn{
    color: var(--primary-site-color);
    font-weight: 600;
}
@media only screen and (max-width: 1120px){
    #page_content p, .page_intro p {
        width: 800px;
        font-size: 20px;
/*         line-height: 30px; */
    }       
}
@media only screen and (max-width: 900px){
    #page_content p, .page_intro p {
        width: 650px;
    }       
}
@media only screen and (max-width: 750px){
    #page_content p, .page_intro p {
        width: 500px;
    }       
}
@media only screen and (max-width: 603px){
    #page_content p, .page_intro p {
        font-size: 16px;
        line-height: 25px;
        width: 70%;
    }       
}

@media only screen and (max-width: 450px){
    #page_content p, .page_intro p {
        width: 80%;
        line-height: 25px;
    }      
}
.adjuster_container {
    width: 950px;
}
@media only screen and (max-width: 1120px){
    .adjuster_container {
        width: 800px;
    }       
}
@media only screen and (max-width: 900px){
    .adjuster_container {
        width: 650px;
    }       
}
@media only screen and (max-width: 750px){
    .adjuster_container {
        width: 500px;
    }       
}
@media only screen and (max-width: 603px){
    .adjuster_container {
        width: 70%;
    }       
}

@media only screen and (max-width: 450px){
    .adjuster_container {
        width: 80%;
    }      
}
.adjuster_container h1, .adjuster_container h2, .adjuster_container h3, .adjuster_container h4, .adjuster_container h5, .adjuster_container h6{
    width: 100%;
	text-align: left;
}
.adjuster_container .page_intro .separator {
	padding-bottom: 0;
}
.page_intro .benefit-intro{
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0rem;
}
@media only screen and (max-width: 1120px){
    .page_intro .benefit-intro {
        font-size: 20px;
        line-height: 30px;
    }       
}
@media only screen and (max-width: 603px){
    .page_intro .benefit-intro {
        font-size: 16px;
        line-height: 25px;
    }       
}

.page_intro .page_two_row{
    display: flex;
    width: 950px;
    justify-content: center;
    gap: 50px;
    margin-top: 2rem;
}
.page_intro .page_two_row.services_row{
   display: grid;
   justify-items: center;
   grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1120px){
    .page_intro .page_two_row{
        width: 800px;
        gap: 20px;
    }    
}
@media only screen and (max-width: 900px){
    .page_intro .page_two_row{
        width: 650px;
    }
    .page_intro .page_two_row.services_row{
        width: 650px;
    }    
}
@media only screen and (max-width: 770px){
    .page_intro .page_two_row{
        width: 650px;
    }
    .page_intro .page_two_row.services_row{
        width: 650px;
        grid-template-columns: 1fr;
    }    
}
@media only screen and (max-width: 750px){
    .page_intro .page_two_row{
        width: 500px;
    }
    .page_intro .page_two_row.services_row{
        width: 500px;
    }    
}
@media only screen and (max-width: 603px){
    .page_intro .page_two_row{
        width: 70%;
    }
    .page_intro .page_two_row.services_row{
        width: 70%;
    }    
}
@media only screen and (max-width: 450px){
    .page_intro .page_two_row{
        width: 80%;
    }
    .page_intro .page_two_row.services_row{
        width: 80%;
    }    
}
.page_intro .page_two_row .page_card{
    height: auto;
    width: 650px;
}
@media only screen and (max-width: 770px){
    .page_intro .page_two_row .page_card{
        text-align: center;
    }    
}
.page_intro .page_two_row.services_row .page_card{
    width: auto;
}
.page_intro .page_two_row.services_row .page_card img{
    width: 75px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 1120px){
    .page_intro .page_two_row .page_card{
        width: 530px;
    }
    .page_intro .page_two_row.services_row .page_card{
        width: auto;
    }
}
@media only screen and (max-width: 900px){
    .page_intro .page_two_row .page_card{
        width: 380px;
    }
    .page_intro .page_two_row.services_row .page_card{
        width: auto;
    }   
}
@media only screen and (max-width: 770px){
    .page_intro .page_two_row .page_card{
        width: 100%;
    }
    .page_intro .page_two_row.services_row .page_card{
        width: auto;
    }
}
.page_intro .page_two_row .img_card{
    width: 250px;
    height: 340px;
}
@media only screen and (max-width: 770px){
    .page_intro .page_two_row .img_card{
        display: none;
    }    
}
.page_intro .page_two_row .img_card img{
    width: 100%;
    height: 100%;
}
.page_intro .page_two_row .page_card .card-title{
    text-align: center;
    margin-bottom: 2rem;
    width: 100%;
    color: var(--blue-color-static);
}
.page_intro .page_two_row .page_card h3.card-title{
    font-size: 22px;
}
@media only screen and (max-width: 770px){
    .page_intro .page_two_row .page_card .card-title{
        width: 100%;
    }    
}
#page_content .page_intro .page_two_row .page_card p{
    width: 100%;
    margin-bottom: 4rem;
    margin-top: 0rem;
}
#page_content .page_intro .page_two_row.services_row .page_card p{
    width: 100%;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 603px){
    #page_content .page_intro .page_two_row .page_card p{
        font-size: 16px;
        line-height: 25px;
    }    
}
@media only screen and (max-width: 450px){
    #page_content .page_intro .page_two_row .page_card p{
        line-height: 27px;
    }    
}
.page_intro .services_row .page_card .card-title {
	color: #231f20;
	font-weight: 400;
	padding: 1rem 0;
}

/* Home page design  */

.home_banner{
    height: 600px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7rem 0px;
}
@media only screen and (max-width: 1100px){
    .home_banner {
        height: 500px;
    }       
}
@media only screen and (max-width: 800px){
    .home_banner {
        height: 350px;
    }       
}
@media only screen and (max-width: 770px){
    .home_banner {
        margin: 4rem 0px;
    }
}
@media only screen and (max-width: 500px){
    .home_banner {
        height: 250px;
    }       
}
.home_banner::before{
    content: "";
    position: absolute;
    top: -1.8rem;
    right: 0;
    height: 30px;
    width: 65%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    background: var(--primary-site-color);
}
@media only screen and (max-width: 700px){
    .home_banner::before {
        top: -1.25rem;
        height: 20px;
    }       
}
.home_banner::after{
    content: "";
    position: absolute;
    bottom: -1.8rem;
    left: 0;
    height: 30px;
    width: 65%;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
    background: var(--primary-site-color);
}
@media only screen and (max-width: 700px){
    .home_banner::after {
        bottom: -1.25rem;
        height: 20px;
    }       
}
.schedule_sorting {
    display: block;
    margin: 1rem auto;
    width: 950px;
}
@media only screen and (max-width: 1120px){
    .schedule_sorting {
        width: 800px;
    }      
}
@media only screen and (max-width: 900px){
    .schedule_sorting {
        width: 650px;
    }      
}
@media only screen and (max-width: 750px){
    .schedule_sorting {
        width: 500px;
    }      
}
@media only screen and (max-width: 603px){
    .schedule_sorting {
        width: 70%;
    }      
}
@media only screen and (max-width: 450px){
    .schedule_sorting {
        width: 80%;
    }      
}
@media only screen and (max-width: 400px){
    .schedule_sorting {
        width: 95%;
    }      
}
.schedule_sorting .select-sort {
    position: relative;
    display: block;
    width: 180px;
    height: 3.5em;
    line-height: 3;
    overflow: hidden;
    border-radius: 0.25em;
}
.schedule_sorting select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 0.5em;
    color: #231f20;
    cursor: pointer;
    appearance: none;
    outline: none;
    background: #cccccc;
    background-image: none;
    border: none;
}
.schedule_sorting .select-sort::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.schedule_sorting .select-sort::after {
    content: '\25BC';
    position: absolute;
    top: -2rem;
    right: 0;
    pointer-events: none;
    font-size: 30px;
}
#printarea{
    width: 950px;
}
@media only screen and (max-width: 1120px){
    #printarea {
        width: 800px;
    }      
}
@media only screen and (max-width: 900px){
    #printarea {
        width: 650px;
    }      
}
@media only screen and (max-width: 750px){
    #printarea {
        width: 500px;
    }      
}
@media only screen and (max-width: 603px){
    #printarea {
        width: 70%;
    }      
}
@media only screen and (max-width: 450px){
    #printarea {
        width: 80%;
    }      
}
@media only screen and (max-width: 400px){
    #printarea {
        width: 95%;
    }      
}
.schedules_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
@media only screen and (max-width: 590px){
    .schedules_grid {
        grid-template-columns: 1fr;
    }      
}
.sc_rd_Box {
    width: 100%;
    height: 100%;
    font-size: 16px;
    margin-right: -1px;
    vertical-align: top;
    border: 1px solid #e5e5e4;
}
.sc_rd_Box .day {
    background-color: #1E1935;
    color: #ffffff;
    display: block;
    font-weight: 700;
    font-size: 12px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}
.sc_rd_Box ul {
    margin: 0!important;
}
.sc_rd_Box ul li {
    list-style: none;
    padding: 10px!important;
    color: var(--color, #f0f0f0);
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 70px;
    border: 1px solid #e5e5e4;
}
@media only screen and (max-width: 900px){
    .sc_rd_Box ul li {
        font-size: 12px;
    }      
}
@media only screen and (max-width: 791px){
    .sc_rd_Box ul li {
        height: 85px;
    }      
}
@media only screen and (max-width: 700px){
    .sc_rd_Box ul li {
        font-size: 11px;
    }      
}
@media only screen and (max-width: 600px){
    .sc_rd_Box ul li {
        font-size: 12px;
    }      
}
.sc_rd_Box ul li.filterClass_deactive a{
    visibility: hidden;
}
.sc_rd_Box ul li.filterClass_active a{
    visibility: visible;
}
@media only screen and (max-width: 590px){
    .sc_rd_Box ul li {
        height: 55px;
    }
    .sc_rd_Box ul li.emptyBox{
        display: none;
    }
    .sc_rd_Box ul li.filterClass_deactive{
        display: none;
    }
    .sc_rd_Box ul li.filterClass_active{
        display: block;
    }
    .sc_rd_Box ul li.emptyBox.filterClass_active{
        display: none;
    }  
}
@media only screen and (max-width: 489px){
    .sc_rd_Box ul li {
        font-size: 13px;
    }      
}
.sc_rd_Box ul li:nth-child(odd) {
    background-color: #cccccc;
}
@media only screen and (max-width: 590px){
    .schedules_grid .mobileSchedule_bg_active{
        background-color: #cccccc;
    }
    .schedules_grid .filterClass_active.mobileSchedule_bg_active{
        background-color: #cccccc;
    }
    .schedules_grid .filterClass_active.mobileSchedule_bg_deactive{
        background-color: #ffffff;
    }
}
.sc_rd_Box ul li a {
    transition: all 0.2s ease-in-out;
    padding: 14px 0;
	color: var(--primary-site-color);
}
.sc_rd_Box .time {
    text-transform: uppercase;
    font-size: 15px;
    color: #231f20;
    display: block;
    clear: both;
    line-height: normal;
}
@media only screen and (max-width: 900px){
    .sc_rd_Box .time {
        font-size: 13px;
    }      
}
@media only screen and (max-width: 847px){
    .sc_rd_Box .time {
        font-size: 12px;
    }      
}
@media only screen and (max-width: 700px){
    .sc_rd_Box .time {
        font-size: 11px;
    }      
}
@media only screen and (max-width: 600px){
    .sc_rd_Box .time {
        font-size: 11px;
    }      
}
.page_form_sec {
    height: 700px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 0px;
    margin-bottom: 0;
    border-top: 7px solid var(--primary-site-color);
    background: url('https://excelsiormmahickory.testbrianweb.com/wp-content/uploads/2024/05/free-trial-background-card_pexels-photo-7991654.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* animation: changeFormBg 10s infinite; */
}
.support_form{
    width: 100%;
    display: flex;
    justify-content: center;
}
/* @keyframes changeFormBg {
    0%{
        background: url(../images/free-session-1_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    10%{
        background: url(../images/free-session-1_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    20%{
        background: url(../images/free-session-1_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    30%{
        background: url(../images/free-session-1_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    40%{
        background: url(../images/free-session-1_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    50%{
        background: url(../images/free-session-1_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    60%{
        background: url(../images/free-session-2_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    70%{
        background: url(../images/free-session-2_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    80%{
        background: url(../images/free-session-2_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    90%{
        background: url(../images/free-session-2_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    100%{
        background: url(../images/free-session-2_background-card_pexels-photo-7991654.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
} */
@media only screen and (max-width: 800px){
    .page_form_sec {
        overflow: hidden;
    }  
}
.page_form_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.page_form {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 100%;
    position: relative;
    flex-direction: column;
}
.page_form_sec .page_form {
    width: 800px;
}
.support_form .page_form {
    width: 950px;
}
@media only screen and (max-width: 1120px){
    .support_form .page_form {
        width: 800px;
    }
}
@media only screen and (max-width: 900px){
    .support_form .page_form {
        width: 650px;
    }
}
@media only screen and (max-width: 700px){
    .support_form .page_form {
        width: 90%;
    }
}
@media only screen and (max-width: 520px){
    .page_form {
        width: 100%;
    }
    .page_form::before{
        width: 100%;
    }      
}
.page_form h3{
/*     font-size: 56px; */
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white-color-static);
}
/* @media only screen and (max-width: 780px){
    .page_form h3{
        font-size: 45px;
    }    
} */
/* @media only screen and (max-width: 603px){
    .page_form h3{
        font-size: 35px;
    }    
} */
@media only screen and (max-width: 420px){
    .page_form h3{
/*         font-size: 25px; */
        margin-bottom: 1rem;
        letter-spacing: 0;
    }    
}
@media only screen and (max-width: 310px){
    .page_form h3{
/*         font-size: 22px; */
        margin-bottom: .5rem;
    }    
}

/*wpforms for remove */

.page_form_sec .page_form .wpforms-container {
    width: 60%;
}
.support_form .page_form .wpforms-container {
    width: 100%;
}
@media only screen and (max-width: 900px){
    .page_form_sec .page_form .wpforms-container {
        width: 80%;
    }      
}
@media only screen and (max-width: 750px){
    .page_form_sec .page_form .wpforms-container {
        width: 90%;
    }      
}
div.wpforms-container-full {
    margin-bottom: 24px;
}
div.wpforms-container-full {
    margin-left: auto;
    margin-right: auto;
}
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    /* background: none; */
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    /* background: none; */
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0;
    clear: both;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px 0px!important;
    clear: both;
}
.support_form div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-top: 2rem!important;
}
/* .support_form .page_form .wpforms-submit.bt{

} */
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    /* background: none; */
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.page_form .wpforms-field {
    height: 50px!important;
    padding: 0px 0px!important;
    clear: both;
    border-radius: 5px!important;
    overflow: hidden;
    margin: 1.2rem 0!important;
}
.wpforms-field {
    /* background: rgba(255,255,255,0.2)!important; */
    /* color: #fff!important; */
    border-radius: 0!important;
    font-size: 16px!important;
    height: 44px!important;
    width: 100%!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    position: relative!important;
    margin-top: 1rem!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide, div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
    position: absolute;
    top: -99999px;
    left: -99999px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}
div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form label, div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    /* background: none; */
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    background: none;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.page_form .wpforms-field label.wpforms-label-hide {
    display: none!important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: var(--primary-site-color);
    font-weight: 400;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    /* background-color: #fff; */
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* color: #333; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 60%;
}
div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form label, div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    /* background: none; */
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    /* background: none; */
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.page_form_sec .page_form .wpforms-field input{
    height: 100%!important;
}
.page_form .wpforms-field input {
    background-color: #fff;
    width: 100%;
    border: none!important;
    color: #231f20;
    padding: 0 0.5rem;
    outline: none!important;
}
.page_form .wpforms-field textarea {
    background-color: #fff;
    width: 100%;
    border: none!important;
    color: #231f20;
    height: 200px!important;
    padding: 0 0.5rem;
    outline: none!important;
    padding: 6px 10px!important;
}
.wpforms-field input {
    font-family: var(--proxiThin-font)!important;
    font-size: 16px!important;
}
.support_form .wpforms-container-full .wpforms-form select{
    width: 100%;
    border: none!important;
    color: #231f20;
    padding: 6px 10px;
    height: 40px;
    outline: none!important;
}
/* .support_form .wpforms-container-full .wpforms-form textarea{
    width: 100%;
    border: none!important;
    color: #000;
    padding: 6px 10px;
    outline: none!important;
} */

.wpforms-container-full .wpforms-form input[type=text], .wpforms-container-full .wpforms-form input[type=email], .wpforms-container-full .wpforms-form input[type=number], .wpforms-container-full .wpforms-form select {
    background: #fff;
}
.support_form .wpforms-container-full .wpforms-form input[type=text], .support_form .wpforms-container-full .wpforms-form input[type=email], .support_form .wpforms-container-full .wpforms-form input[type=number], .support_form .wpforms-container-full .wpforms-form select, .support_form .wpforms-container-full .wpforms-form textarea {
    background: var(--grey-color-static);
    border: 1px solid #84817a!important;
}
/* Form input validation  */
.page_form .wpforms-field input:invalid{
    animation: shake .3s;
    color: red;
}
@keyframes shake{
    0%{
        transform: translateX(4px); 
    }
    45%{
        transform: translateX(-4px); 
    }
    75%{
        transform: translateX(4px); 
    }   
}
.wpforms-field-medium {
    max-width: 100%!important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 10px 0 0 0;
    clear: both;
    position: relative;
    display: flex;
    justify-content: center;    
}
.support_form div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    bottom: -160px;
}
/* @media only screen and (max-width: 618px){
    .support_form div.wpforms-container-full .wpforms-form .wpforms-submit-container{
        bottom: -180px;
    }
} */
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    /* background: none; */
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){
    background: var(--primary-site-color)!important;
    color: #FFF!important;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    border: 1px solid #ddd;
    font-size: 1em;
    padding: 10px 15px;
    background:var(--primary-site-color);
    color: var(--blue-color-static);
    outline: none;
    text-transform: uppercase;
    border: none;
    box-shadow: inset 0 1px 0 rgb(255, 255, 255 / 20%);
    padding: 0.9rem 2.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    transition: var(--transition-pattern);
    width: 100%;
    height: auto;
}

#page_content div.wpforms-container-full .wpforms-form button[type=submit] {
    width: auto;
}
.page_form_sec  .page_form .wpforms-submit.bt{
    width: 100%;
}
.page_form .wpforms-submit.bt {
    background: #fdd301!important;
    color: #102547!important;
    text-transform: uppercase;
    margin-top: 1.8rem;
    border: none!important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    border-radius: 4px;
    padding: 0.9rem 2.5rem!important;
    text-align: center!important;
    font-size: 27px!important;
    font-weight: 700!important;
    outline: none;
    border: none;
}
@media only screen and (max-width: 727px){
    .page_form .wpforms-submit.bt {
        font-size: 22px!important;
    }      
}
@media only screen and (max-width: 618px){
    .page_form .wpforms-submit.bt {
        font-size: 20px!important;
        margin: 0;
    }      
}
@media only screen and (max-width: 574px){
    .page_form .wpforms-submit.bt {
        font-size: 17px!important;
    }      
}
@media only screen and (max-width: 520px){
    .page_form .wpforms-submit.bt {
        font-size: 22px!important;
    }      
}
@media only screen and (max-width: 505px){
    .page_form .wpforms-submit.bt {
        font-size: 20px!important;
    }      
}
@media only screen and (max-width: 469px){
    .page_form .wpforms-submit.bt {
        font-size: 17px!important;
    }      
}
@media only screen and (max-width: 416px){
    .page_form .wpforms-submit.bt {
        font-size: 15px!important;
    }      
}
@media only screen and (max-width: 381px){
    .page_form .wpforms-submit.bt {
        font-size: 13px!important;
    }      
}
@media only screen and (max-width: 308px){
    .page_form .wpforms-submit.bt {
        font-size: 11px!important;
    }      
}
.page_form .wpforms-submit.bt:hover{
    background: #231f20!important;
    color: #FFF!important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover{
    background: #231f20!important;
    color: #FFF!important;
}

div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form label, div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: none;
    /* height: auto!important; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    background: none;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.bt-red {
    background: var(--red-color)!important;
    color: #fff!important;
    font-family: var(--proxima-font)!important;
    font-size: 13px!important;
    font-weight: 900!important;
    border: 1px solid var(--red-color)!important;
}
.bt {
    padding: 1rem 2.5rem!important;
    text-decoration: none!important;
    border: 1px solid transparent!important;
    outline: none!important;
    color: var(--secondary-color)!important;
    border-radius: 5px!important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out!important;
    cursor: pointer!important;
}