/*
Theme Name: Chiropractor
Author: Ajay Kumar
Author URI: https://websitepandas.com/
Description: Chiropractor custom theme
Version: 1.0
Tested upto: 5.4
*/
body, p {
  font-size: 18px !important;
	line-height: 1.6;
}
section.category_menu {
    padding: 10px 0;
}
ul.cat_menu_list {
    display: inline-flex;
}
ul.cat_menu_list li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 15px 40px;
    text-align: center;
}
section.second_section {
  padding: 60px 0 0;
  text-align: center;
}
.fnt_sze{
    font-size: 44px;
    font-family: inherit !important;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.category_options .wpcf7-list-item.first{
    margin: 5px auto !important;
}
#styled-checkbox-1 .wpcf7-list-item{
    margin: 5px auto !important;
}
.wpcf7-form-control.wpcf7-radio.radio_buttons .wpcf7-list-item{
    margin: 5px auto !important;
}
#test1 .wpcf7-list-item{
    margin: 5px auto !important;
}
#radio_button .wpcf7-list-item{
    margin: 5px auto !important;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
input#btn_sft{
    padding-top: 0;
}
h2{
    font-size: 36px !important;
}
.cat_menu_list li {
  list-style: none;
}
.entry-content.entry label{
    font-weight: 500;
}
p.form-submit {
    text-align: center;
    padding-top: 30px;
}
.find_btn button {
    border: 0;
    color: #fff;
    font-size: 18px;
    background: #8789c0;
    padding: 12px 45px;
    border-radius: 4px;
}
section.form_section {
    /*padding: 20px 0;*/
    background: #fafafa;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.catelist_box {
    padding-top: 30px;
    text-align: center;
}
.pddtp_sec{
    padding-top: 30px;
}
.pddtp_sec1{
    padding-top: 20px;
}
section.category_items_list_section {
    padding-top: 35px;
}
ul.cat_menu_list li p {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}
.cat_itm_bx {
    box-shadow: 0 3px 8px rgba(0,0,0,.07)!important;
    text-align: center;
}
.cat_itm_bx p {
    padding: 24px 0;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.img_cntnr img {
    border-radius: 4px;
}
.section2_head h2 {
    font-size: 24px;
    line-height: 30px;
    color: rgb(72,72,72)!important;
    margin-bottom: 50px;
    font-weight: 800;
}
/*.find_text h1 {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    letter-spacing: -.3px;
}*/
form.form_elemet input {
    height: 48px;
    -webkit-box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
    border: 1px solid #dadada;
    color: #434343;
    border-radius: 4px;
    font-weight: 400;
    box-shadow: none;
}
ul.cat_menu_list li a {
    color: #000;
}
section.category_items_list_section.pd_tp {
    padding-top: 10px;
}
form#advanced-searchform {
    display: flex;
}
button#searchsubmit {
    padding: 0px 40px;
    border: none;
    background: #000;
    border-radius: 4px;
    color: #fff;
}
button#searchsubmit {
    padding: 0px 40px;
    border: none;
    background: #8789c0;
    margin-left: 15px;
    border-radius: 4px;
    color: #fff;
}
p.form_heading {
    text-align: center;
    font-size: 24px !important;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
}
/*.trigger{
      text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}*/

.wp_content {
    padding: 0px 0 15px;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.82);
    opacity: 1;
    display: none;
    z-index: 999;
    /*visibility: hidden;*/
      -webkit-transform: translate(0,0);
	  -ms-transform: translate(0,0);
	  -o-transform: translate(0,0);
	  transform: translate(0,0);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.search_bar button {
    border: none;
    padding: 15px 9%;
    background: rgb(7, 81, 194);
    border-radius: 51px;
    font-weight: 600;
    /*/ margin-left: -164px; /*/
    color: #fff;
    font-size: 21px;
}
li.open_popup {
    padding: 10px 1em 10px .4em;
    font-size: 18px;
    cursor: pointer;
    color: #222;
    border-bottom: 1px solid #aaa;
}
span.wpcf7-list-item {
    padding-top: 5px;
    margin-bottom: 5px;
    width: 96%;
    cursor: pointer;
}
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
  margin: 0 !important;
}
.headings_f p {
  margin-bottom: 0;
}
div#datafetch ul {
    border: 1px solid #aaa;
    width: 100%;
    text-align: left;
    margin-left: 5%;
    background: #fff;
}
div#datafetch1 ul {
    border: 1px solid #aaa;
    width: 100%;
    margin-left: 0;
    background: #fff;
}
.modal-content {
  position: relative;
  background-color: #fff;
  padding: 1rem 1.5rem;
  width: 600px;
  border-radius: 0.5rem;
  overflow: auto;
  margin: 70px auto;
  max-height: 550px;
}
.box_custom {
  margin-bottom: 20px;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: 40px;
}
li.open_popup:hover {
    border: 1px solid #aaa;
    border-right: none;
    border-left: none;
    cursor: pointer;
    background: #fff;
}
.form_width {
    width: 75%;
    margin: 0 auto;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.headings_f h3 {
  text-align: center;
  font-size: 24px !important;
  line-height: 32px;
  font-weight: 700;
	margin-top: 0;
}
.headings_f {
  margin: 30px auto;
}
.headings_f p {
    text-align: center;
    font-size: 20px;
}
button.uacf7-next {
    padding: 8px 30px;
    background: #4c90f6;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    border: none;
}
input#btn_sft {
  position: relative;
  right: 24px;
  top: 22px;
  border-radius: 4px;
  text-transform: capitalize;
  background: #1e73be;
  padding: 10px 10px;
  height: 59px;
  width: 100px;
  font-size: 16px;
}
button.uacf7-prev {
    padding: 8px 30px;
    background: #4c90f6;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    border: none;
}
div#step-1 p {
    text-align: center;
    color: #000;
}
.wpcf7-spinner {
    display: block;
}
input[type=checkbox], input[type=radio] {
    width: 40px !important;
    height: 20px;
    line-height: inherit;
    display: inline;
}
span.wpcf7-list-item-label {
  color: #000;
  vertical-align: super;
  font-weight: normal;
  cursor: pointer;
}
span#test1 .wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}
div.search_result {
  display: none;
}
.jeg_breadcrumbs.jeg_breadcrumb_container.pd_tp {
    padding-top: 30px;
}
.h_logo {
    padding: 20px;
}
.h_logo img {
    width: 65%;
}
.fom_bx {
    padding: 12em;
}
.find_text h1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    /*padding-left: 166px;*/
    text-align: center;
    color: #FFF;
    margin-top: 0;
    /* margin-bottom: 80px; */
    /*text-shadow: 1px 1px 40px rgba(22,23,31,1)!important;*/
    /*max-width: 700px;*/
}
ul.wp_menu.wp_main_menu.wp_menu_style_2 li a {
    /*color: #fff;*/
    text-transform: capitalize;
}
input#keyword {
    width: 96%;
    height: 70px;
    border-radius: 60px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 13px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff !important;
    padding-left: 35px;
}

.col-md-7.pd_zro_lft {
    padding-left: 0;
    padding-right: 0
}
.col-md-5.pd_zro_rght {
    padding-right: 0;
    padding-left: 0
}
.search_bar {
    width: 100%;
    text-align: center;
}
.lft_bg_img {
    padding: 12em 0;
    height: 568px;
    max-height: 510px;
}
.find_text_msg h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}
/*.find_text_msg {
    padding: 0 172px;
}*/
ul.wp_menu.wp_main_menu.wp_menu_style_2 {
    float: right;
    margin-top: 6px;
}
.row.rght_pd {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.row.bx {
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 13px;
    margin-left: 0;
    margin-right: 0;
}
section.pst_lst_section {
  padding: 10px 0 40px;
}
.pst_img {
    padding: 15px 0px;
}
.fixed {
  position: fixed;
  top: 3%;
  transform: scale3d(0.8, 0.8, 0.8);
  width: 100%;
  z-index: 99;
  left: 5.5%;
}
.faq_section {
  padding-bottom: 60px;
}
section.header_section1 {
    position: fixed;
    top: 0;
    /*padding: 24px 0;*/
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    z-index: 9;
    width: 100%;
}
ul.mglft {
    margin-left: 30px;
}
ul.mglft.mgbtm{
    margin-bottom: 15px;
}
h2.has-text-align-left.txt_size {
    font-size: 36px !important;
}
h3.has-text-align-left.txt_size1 {
    font-size: 28px !important;
}
.content_box ul li {
    list-style: disc;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
figure.wp-block-table td {
    border-right: 1px solid #000;
    padding: 15px;
    font-size: 16px;
}
figure.wp-block-table table tr {
    border-bottom: 1px solid;
}
figure.wp-block-table table {
    border: 1px solid #000;
}
section.header_section_sign {
    position: fixed;
    top: 0;
    /*padding: 20px 0;*/
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    z-index: 9;
    width: 100%;
}
.fixed .form_width{
    /*width: 55%;*/
    height: 40px;
    margin-left: 0;
}
.fixed .search_bar button {
    top: 15%;
}
.fixed .form_width .input_search {
    height: 65px !important;
    border: 1px solid rgb(142, 150, 151) !important;
    box-shadow: none !important;
}
div#datafetch {
    position: absolute;
    width: 50%;
}
div#datafetch1 {
    position: absolute;
    width: 50%;
}
.sticky1{
    transition: all 0.2s linear 0s;
}
section.header_section.top_sticky_sign {
    border-bottom: 1px solid rgb(234, 235, 235);
}
section.header_section.top_sticky {
    border-bottom: 1px solid rgb(234, 235, 235);
}
section.archive_body_section {
    padding: 30px 0;
}
.content_bx p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}
.side_button_bx button {
    border: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 15px 45px;
    background: rgb(7, 81, 194);
    color: #fff;
    letter-spacing: 1px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.wp-block-contact-form-7-contact-form-selector {
    padding: 0% 5%;
}
.form_fields {
    padding-bottom: 10px;
}
.mgbtm{
    margin-bottom: 0;
}
.side_button_bx {
    position: fixed;
    top : 45%;
    right: 0;
}
.float_btn {
  display: block !important;
  z-index: 999;
}
.bst_nr_u {
    text-align: center;
    padding-bottom: 30px;
}
a .row.bx {
    color: #000;
    margin-left: 0;
    margin-right: 0;
}
.bst_nr_u h2 {
    font-weight: 700;
}
.pst_cntnt p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}
.pst_cntnt h3 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 22px;
}
.post_ttl {
    font-weight: 600;
    line-height: 1.3;
    font-size: 22px;
    margin: 1em 0 0.5em;
}
.form_fields_email input {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 6px;
    background: #fff;
    margin-top: 10px;
    padding: 28px;
    margin-bottom: 20px;
}
.form_fields_pass input {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 6px;
    background: #fff;
    margin-top: 10px;
    padding: 28px;
    margin-bottom: 20px;
}
.form_fields_email label {
    font-size: 16px;
    font-weight: 600;
}
.form_fields_pass label {
    font-size: 16px;
    font-weight: 600;
}
section.login_form_section {
    padding: 60px 0;
}

.mgbtms{
    margin-bottom: 30px;
}
.form_boxs {
    text-align: left;
    box-shadow: 0 1px 5px 0 rgb(50 50 50 / 20%);
    width: 40%;
    border-radius: 4px;
    padding: 60px;
    margin: auto;
}
.form_container {
    text-align: center;
}
.form_forgot a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.form_btn_sbmt input {
    width: 100%;
    height: 50px;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
}
.form_forgot {
    padding-bottom: 30px;
}
.form_headings h1 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 800;
}
.form_headings {
    text-align: center;
}
.sign_bx {
    text-align: center;
    padding: 30px;
    box-shadow: 0 1px 5px 0 rgb(50 50 50 / 20%);
}
.cntnt_bx_sgn a {
    padding: 14px 15%;
    font-weight: 600;
    border-radius: 4px;
    background: rgb(7, 81, 194) !important;
    width: 100%;
    color: #fff;
}
.cntnt_bx_sgn h2 {
    font-weight: 600;
    font-size: 24px;
}
.cntnt_bx_sgn p {
    font-size: 17px;
    margin-top: 10px;
}
.sign_bx {
    text-align: center;
    padding: 30px 30px 60px;
    box-shadow: 0 1px 5px 0 rgb(50 50 50 / 20%);
    background: #eeeeee;
}
.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init {
  width: 100%;
}
.or_bx {
    text-align: center;
    padding: 8em 0;
}
section.sign_form_section {
    padding: 50px 0 60px;
}
.btm_txt {
  text-align: center;
  margin-top: 20px;
}
.all_comments {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}
.all_comments p {
  margin-bottom: 10px;
}
.btm_txt p {
  font-size: 20px;
}
input#updateuser {
    padding: 5px 129px 42px;
    border-radius: 8px;
    background: rgb(7, 81, 194);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    border: none;
}
.form_boxes {
    text-align: left;
    box-shadow: 0 1px 5px 0 rgb(50 50 50 / 20%);
    width: 40%;
    background: #fff;
    border-radius: 4px;
    padding: 60px;
    margin: auto;
}
.cntnt_bxes {
    background: #fafafa;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    margin-bottom: 20px;
}
.pro_txt h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 10px;
}
.pro_txt p {
    font-size: 14px;
    line-height: 20px;
}
.form_headings_pro h3 {
    line-height: 32px;
    text-align: left;
    font-size: 24px;
    margin-top: 0;
    font-weight: 700;
}
.form_headings_pro h3 span {
    color: #8789c0;
}
.pro_txt {
    padding-right: 20px;
    padding-left: 10px;
}
.content_box p {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
}
.content_box h1 {
    text-align: left;
    font-size: 44px;
}
.floating_button_box {
  display: none;
}
.content_box h4 {
    text-align: left;
    font-size: 20px;
}
.wp-block-columns{
    margin-bottom: 0;
}
.page_section {
  text-align: center;
  padding: 3em 0;
}
.wp_breadcrumbs.wp_breadcrumb_container.pd_tp {
  padding: 20px 0;
  margin-top: 0;
}
.comments_box {
    padding: 10px 5px;
    border-bottom: 1px solid #e2e2e2;
}
.floating_button_box button {
    border: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 15px 45px;
    background: rgb(7, 81, 194);
    color: #fff;
    width: 100%;
    letter-spacing: 1px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.options {
  max-height: 200px;
  overflow: auto;
}
.req_btn a, .vew_btn a {
  padding: 15px 15px !important;
  border-radius: 8px;
  margin-right: 10px;
  color: #fff;
  background: rgb(7, 81, 194);
}
.wpsm_panel + .wpsm_panel {
  margin-top: 20px !important;
}
.content-inner ol, .content-inner ul, .wpb_text_column ol, .wpb_text_column ul {
  list-style-position: unset;
}
ol, ul {
  list-style: repeating-linear-gradient;
}

.form_headings h1{
        margin-top: 0;
    }
 .profile_img img {
    width: 5%;
}
section.header_section.top_sticky_sign {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
.mnu_list {
    text-align: right;
    margin-top: 8px;
}
span.user_name_txt {
    font-weight: 900;
    margin-right: 10px;
}
div#prof_list {
    position: absolute;
    z-index: 9999;
    background: #8789c0;
    color: #fff;
    right: 10px;
    top: 64px;    
    text-align: initial;
    padding: 10px;
    box-shadow: 0 0 3px #e2e2e2;
}
div#prof_list a {
    padding: 5px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
html {
     margin-top: 0px !important; 
}
#viewport {
  padding-left: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.user_dashbord {
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 3px #e2e2e2;
}
#content {
  width: 100%;
  position: relative;
  margin-right: 0;
}
.input_field {
    margin-bottom: 15px;
}
.user_description {
    margin-bottom: 15px;
}
.tab-content {
    padding: 5% 0;
}
/* Sidebar Styles */

#sidebar {
    position: sticky !important;
    padding: 0;
    height: auto !important;
    width: auto !important;
    overflow-y: auto;
    background: #6e83b7;
    transition: all 0.5s ease;
}

#sidebar header {
  background-color: #263238;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
}

#sidebar header a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#sidebar header a:hover {
  color: #fff;
}

#sidebar .nav{
  
}

#sidebar .nav a{
  background: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 16px 24px;
}

#sidebar .nav a:hover{
  background: none;
  color: #fff;
}

#sidebar .nav a i{
  margin-right: 16px;
}
.head_text {
    text-align: center;
    margin-bottom: 30px;
}
.head_text h2 {
    font-size: 26px !important;
    font-weight: 900 !important;
}
p.form-username {
    margin-bottom: 30px;
}
.btn_cntr input {
  padding: 5px 129px 42px;
  border-radius: 8px;
  background: rgb(7, 81, 194);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border: none;
}
p.form-username input {
    padding: 24px 15px;
    border-radius: 30px;
}
p.form-email {
    margin-bottom: 30px;
}
p.form-email input {
    padding: 24px 15px;
    border-radius: 30px;
}
p.form-url {
    margin-bottom: 30px;
}
p.form-url input {
    padding: 24px 15px;
    border-radius: 30px;
}
p.form-password {
    margin-bottom: 30px;
}
p.form-password input {
    padding: 24px 15px;
    border-radius: 30px;
}
p.form-textarea {
    margin-bottom: 30px;
}
p.form-textarea textarea {
    padding: 24px 15px;
    border-radius: 30px;
}
.mobile_menu{
  display: none;
}
.mob_hide{
  display: block;
}
.entry-content.entry h2 {
    margin: 30px 0;
    text-align: center;
    font-size: 26px !important;
    font-weight: 900;
}
ul.acf-checkbox-list.acf-bl li {
    list-style: none;
    padding-bottom: 5px;
}
tr.acf-field.acf-field-text.acf-field-631b6cc4cda16 td {
    padding-bottom: 30px;
}
td.acf-label {
    padding-right: 30px;
}
.side_head{
    display: block;
}
.profile_img img {
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }
.reset_password_form_bx {
        width: 40%;
        box-shadow: 0 1px 5px 0 rgb(50 50 50 / 20%);
        padding: 40px;
        margin: 70px auto;
        border-radius: 8px;
    }
    .somfrp-lost-pass-form-text {
        text-align: center;
        margin-top: 30px;
        font-weight: 700;
    }
    form#lostpasswordform legend {
        display: none;
    }
    p.no-margin label {
        font-weight: 600;
        font-size: 14px;
    }
    input#somfrp_user_info {
        border-radius: 8px;
    }
    input#somfrp_user_info {
        border-radius: 8px;
        margin-top: 10px;
        padding: 24px;
    }
    input#som_new_user_pass {
        border-radius: 8px;
        margin-top: 10px;
        padding: 24px;
    }
    input#som_new_user_pass_again {
        border-radius: 8px;
        margin-top: 10px;
        padding: 24px;
    }
    button#reset-pass-submit {
        width: 100%;
        height: 50px;
        border: none;
        text-transform: capitalize;
        background: rgb(7, 81, 194) !important;
        font-size: 16px;
        border-radius: 4px;
    }
    form#resetpasswordform legend {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }
    form#resetpasswordform label {
        font-size: 16px;
        font-weight: 500;
    }
@media (max-width: 380px){
    .wp_main_menu > li > a {
      font-size: 14px;
    }
    .cat_itm_bx p {
      padding: 18px 0;
      font-size: 18px;
    }
    .find_local_btn button {
      padding: 10px 20px !important;
      font-size: 13px !important;    
    }
    h2 {
      font-size: 28px !important;
    }
    .find_text h1 {
      font-size: 36px;
      line-height: 42px;
    }
    .lft_bg_img {
      height: 230px!important;
    }
    section.header_section1{
        padding: 0;
    }
    /*ul.wp_menu.wp_main_menu.wp_menu_style_2 {
      float: none !important;
      width: 100% !important;
      margin: 0 auto !important;
    }*/
}
@media (max-width: 550px){
    .content_box h1 {
      font-size: 36px;
    }
    .form_boxes {
      width: auto !important;
    }
    #close_btn {
      text-align: right;
      padding: 10px 10px 0px 0px;
      color: #fff;
      font-weight: 900;
      cursor: pointer;
      margin-bottom: 0;
    }
    .col-md-3.stickyies.mob_hide {
      position: absolute;
      width: 100%;
      padding: 0;
      z-index: 9999;
    }
    ul.cat_menu_list li p {
        font-size: 14px;
    }
    .profile_img img {
      width: 8%;
      height: 4% !important;
    }
    div#prof_list {
      position: absolute;
      z-index: 9999;
      background: #30416b;
      color: #fff;
      right: 35px;
      top: 46px;
      text-align: initial;
      padding: 15px 30px 15px 5px;
      box-shadow: 0 0 3px #e2e2e2;
    }
    .btn_cntr {
      margin-top: 30px;
    }
    .side_head{
        display: none;
    }
    .col-lg-3.stickyies.mob_hide {
      position: absolute;
      width: 100%;
      z-index: 999999;
      top: 0;
      padding: 0;
    }
    .btn_cntr input {
      padding: 1px 20px 10px !important;
    }
    #add_list h3 {
      margin-top: 0;
      padding-top: 0;
    }
    .profile_img {
      display: ruby-base;
    }
    .profile_img img {
      width: 10%;
      height: 8%;
      border-radius: 100%;
    }
    .header_section.top_sticky {
      padding-bottom: 15px;
    }
    .body_section_myacount {
      margin-top: 50px;
    }
    .post_draft_bx {
      margin-bottom: 30px;
    }
    .post_count_bx {
      column-count: 1;
    }
    .mob_hide{
      display: none;
    }
    .mobile_menu{
      display: block;
      padding-right: 15px;
    }
    .post_publish_bx{
        margin-bottom: 30px;
    }
    .reset_password_form_bx {
      width: 100%;
    }
    figure.wp-block-table td {
        padding: 5px;
        font-size: 12px;
    }
    .cntnt_bx_sgn a {
      padding: 14px 60px;
    }
    h2.has-text-align-left.txt_size{
        font-size: 28px !important;
    }
    .find_text h1 {
        font-size: 36px;
        line-height: 1.2em;
    }
    .view_btton {
        margin-top: 0 !important;
      padding: 5% 0 23% !important;
    }
    .req_btn a {
      padding: 10px !important;
    }
    .vew_btn a {
      padding: 10px !important;
    }
    .req_btn {
      float: left;
    }
    .vew_btn {
      margin-top: 0 !important;
      float: right;
    }
    .floating_button_box {
      display: block;
      position: fixed;
      bottom: 4%;
      width: 100%;
      z-index: 9999;
    }
    .wpcf7-list-item-label {
      margin-left: 10px;
    }
    span.wpcf7-list-item-label {
      line-height: 18px;
    }
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 28px !important;
        line-height: 1.2em !important;
    }
    h3 {
      font-size: 24px !important;
      line-height: 1.2em !important;
    }
    .lft_bg_img {
      height: 240px;
    }
    .find_local_btn button {
        padding: 14px 45px;
    }
    .pst_img img {
      width: 100%;
    }
    .h_logo {
      text-align: center;
    }
    .side_button_bx {
      z-index: 99;
    }
    ul.cat_menu_list {
      display: block;
      column-count: 2;
    }
    ul.cat_menu_list li {
        padding: 10px 15px;
    }
    .or_bx {
      padding: 2em 0 0;
    }
    .h_logo {
      text-align: center;
      padding: 20px 0 0;
    }
    .form_boxes {
        width: 100%;
    }
    div#datafetch1 {
      top: 33%;
      width: 62%;
    }
    .form_boxs {
        width: 100%;
    }
    /*.search_bar button {
      padding: 15px 50px;
      font-size: 16px;
      margin-top: 20px;
      margin-left: 0;
      width: 100%;
    }*/
    input#keyword {
      width: 100%;
      height: 50px;
      font-size: 14px;
      padding-left: 16px;
    }
    .search_bar form {
      width: 100%;
    }
    .search_bar {
      width: 100%;
    }
    .form_width {
      width: 100%;
    }
    .lft_bg_img {
      padding: 50px 20px;
      height: auto;
      max-height: 510px;
    }
    .fixed {
      position: unset;
      top: unset;
      left: unset;
    }
    span.wpcf7-list-item {
      font-size: 14px;
    }
    .modal-content {
      /*top: 20em;
      left: 52%;
      padding: 1rem;*/
      width: 90%;
    }    
    .content_box p {
      font-size: 14px;
      line-height: 26px;
    }
    .fixed .form_width{
        display: none;
    }
    .fixed .search_bar button {
        display: none;
    }
   /* .fixed .search_bar form .input_search {
        height: 65px !important;
        border: 1px solid rgb(142, 150, 151) !important;
        box-shadow: none !important;
    }*/
    .lft_bg_img {
      height: 240px !important;
    }
    .headings_f p {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      /*line-height: 20px;*/
      margin-bottom: 0;
    }
    .headings_f h3{
        font-size: 18px !important;
        line-height: 1.2em !important;
    }
    .wpcf7-list-item {
      margin: 2px auto;
    }
    .headings_f {
      margin-bottom: 10px;
    }
    input#btn_sft {
      width: 43%;
    }
    .find_local_btn button {
        padding: 13px 22px !important;
    }
    .pddtp_sec .mgbtm-30{
        padding: 0;
        margin: 0;
    }
    .cat_itm_bx p {
        font-size: 24px;
    }
    .row.bx {
      margin: 15px auto;
    }    
    ul.wp_menu.wp_main_menu.wp_menu_style_2 {
	  float: none;
	  margin-top: 6px;
	  display: inline-block;
	}
    .pddtp_sec {
      padding-top: 0;
    }
	.mnu_list {
	  text-align: center;
	}
	.side_button_bx {
	  position: fixed;
	  top: auto;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  text-align: center;
	}
	.wp_footer_bottom {
	  background: #fff;
	  padding: 18px 0 20%;
	  color: #a8a8aa;
	}
	.wp-block-contact-form-7-contact-form-selector {
	  padding: 3% 0%;
	}
}
/*@media (min-width: 320px) and (max-width: 372px){
    ul.wp_menu.wp_main_menu.wp_menu_style_2 {
      width: 95% !important;    
  }
}
*/@media (min-width: 414px) and (max-width: 428px){
    ul.wp_menu.wp_main_menu.wp_menu_style_2 {
      width: 82% !important;    
  }
  .lft_bg_img {
      height: 230px !important;
    }
}
@media (min-width: 551px) and (max-width: 992px){
    .cntnt_bx_sgn a {
      padding: 14px 105px;
    }
    .reset_password_form_bx {
      width: 100%;
    }
    .col-md-3.stickyies.mob_hide {
      position: absolute;
      width: 100%;
      padding: 0;
      z-index: 9999;
    }
    .floating_button_box {
      display: block;
      position: fixed;
      bottom: 4%;
      width: 100%;
      z-index: 9999;
    }
    div#prof_list {
      background: #30416b;
      right: 30%;
      top: unset;
    }
    .btn_cntr input {
      padding: 1px 20px 10px !important;
    }
    .form_boxes {
      width: auto !important;
    }
    #close_btn {
      text-align: right;
      padding: 10px 10px 0px 0px;
      color: #fff;
      font-weight: 900;
      cursor: pointer;
      margin-bottom: 0;
    }
    .col-lg-3.stickyies.mob_hide {
      position: absolute;
      width: 100%;
      z-index: 999999;
      top: 0;
      padding: 0;
    }
    .profile_img {
      display: ruby-base;
    }
    .mob_hide{
      display: none;
    }
    .side_head{
        display: none;
    }
    .mobile_menu{
      display: block;
      padding-right: 15px;
    }
    .row.bx{
        margin: 15px;
    }
    .view_btton {
        margin-top: 0 !important;
      padding: 5% 0 10% !important;
    }
    .req_btn {
      float: left;
    }
    .vew_btn {
       margin-top: 0 !important;
      float: right;
    }
    .cat_itm_bx p{
        font-size: 24px;
    }
    .pst_img img {
      width: 100%;
    }
    .side_button_bx {
      z-index: 99;
    }
    .wp_block_title.mgtp {
      margin-top: 20px;
    }
    ul.cat_menu_list {
      display: block;
      column-count: 2;
    }
    ul.cat_menu_list li {
        padding: 10px 15px;
    }
    .or_bx {
      padding: 2em 0 0;
    }
    .h_logo {
      text-align: center;
      padding: 20px 0 0;
    }
    .form_boxes {
        width: 100%;
    }
    div#datafetch1 {
      top: 33%;
      width: 62%;
    }
    .form_boxs {
        width: 100%;
    }
    /*.search_bar button {
      padding: 15px 50px;
      font-size: 16px;
      margin-top: 20px;
      margin-left: 0;
      width: 100%;
    }*/
    input#keyword {
      width: 100%;
      height: 50px;
      font-size: 14px;
      padding-left: 16px;
    }
    .search_bar form {
      width: 100%;
    }
    .search_bar {
      width: 100%;
    }
    .lft_bg_img {
      padding: 50px 20px;
      height: auto;
      height: 205px !important;
      max-height: 510px;
    }
    .fixed {
      position: unset;
      top: unset;
      left: unset;
    }
    span.wpcf7-list-item {
      font-size: 14px;
    }  
    .content_box p {
      font-size: 16px;
      line-height: 30px;
    }
    .fixed .form_width{
        display: none;
    }
    .fixed .search_bar button {
        display: none;
    }
    .find_text h1 {
      font-size: 34px;
    }
    .h_logo img {
      width: 20%;
    }
    .form_cntner.sticky1.fixed {
      display: none;
    }
    .h_logo {
      text-align: center;
    }
    ul.cat_menu_list {
      column-count: 2;
    }
    .wp_postblock_content h3 {
      font-size: 20px !important;
    }
	ul.wp_menu.wp_main_menu.wp_menu_style_2 {
	  float: none;
	  margin-top: 6px;
	  display: inline-block;
	}
	.mnu_list {
	  text-align: center;
	}
	.side_button_bx {
	  position: fixed;
	  top: auto;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  text-align: center;
	}
	.wp_footer_bottom {
	  background: #fff;
	  padding: 18px 0 20%;
	  color: #a8a8aa;
	}
	.wp-block-contact-form-7-contact-form-selector {
	  padding: 3% 0%;
	}
}
@media (min-width: 768px) and (max-width: 992px){
    .lft_bg_img {
      height: 210px !important;
    }
    .find_text h1 {
      font-size: 36px;
    }
    h3 {
      font-size: 20px !important;
    }
    .pddtp_sec {
      padding-top: 0;
    }
    .pddtp_sec .mgbtm-30 {
      margin-top: 0;
    }
    .view_btton {
        margin-top: 0 !important;
      padding: 5% 0 10% !important;
    }
    .req_btn {
      float: left;
    }
    .vew_btn {
      margin-top: 0 !important;
      float: right;
    }
    .section2_head h2 {
      padding-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    .h_logo img {
      width: 70%;
    }
    .form_cntner.sticky1.fixed {
      display: none;
    }
    .lft_bg_img {
      padding: 130px 70px;
      height: auto;
      max-height: unset;
    }
    .search_bar form {
      width: 100%;
    }
    input#keyword {
      width: 100%;
      height: 60px;
    }
    .search_bar button {
      padding: 15px 50px;
    }
    ul.cat_menu_list li {
      padding: 15px 28px;
    }
    .modal-content{
        width: 50%;
    }
    .form_width {
        width: 65%;
    }
    .modal-content {
      top: 29%;
  }
  .view_btton {
      padding: 5% 0 10% !important;
    }
    .req_btn {
      float: left;
    }
    .vew_btn {
      margin-top: 0 !important;
      float: right;
    }
    h2 {
      font-size: 27px !important;
    }
}
@media (min-width: 998px) and (max-width: 1024px){
    .vew_btn {
      margin-top: 60px !important;
      float: none;
    }
    .view_btton {
      padding: 60% 0 10% !important;
    }
    /*.search_bar button {
      width: 100%;
      margin: 20px auto 0;
    }
*/    
.form_width {
      width: 100%;
    }
}
@media (min-width: 1024px) and (max-width: 1280px){
  .vew_btn a {
      padding: 10px 18px !important;
    } 
    .req_btn a {
	  padding: 10px 18px !important;
	}
}
