/* new home page tab css*/
.main_home ul#searchTab {
    border: none !important;
	margin:0!Important;
}
.main_home .tab-content {
    border: 2px solid #1B2572 !important;
    padding: 40px !important;
    background-color: #ebebeb;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 5px !important;
    max-width: 100% !important;
    width: 900px;
}
.main_home .row.custom_form_filter_main_row {
    min-width: 100% !important;
}
.main_home #custom_form_btn, .main_home #custom_form_mapbtn {
    padding:7px 35px !important;
    height:45px;
	font-size:16px;
}
.main_home .ich-settings-main-wrap .btn-default {
    padding: 7px 35px !important;
    font-size: 16px;
    border-radius: 5px !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px 20px;
    text-align: center !important;
    height: 45px;
    transition: background-color 0.3s ease;
    margin: 0 15px;
}
.main_home #rem-search-box .rem-search-1 .search-options .searcher {
    background-color: transparent;
    padding-top: 0!important;
}
.main_home .col-sm-6.col-md-6.margin-bottom.search-field {
    margin-bottom: 0 !important;
}
.main_home #rem-search-box .rem-search-1 .search-options .searcher .footer {
    background-color: transparent;
    padding: 15px 20px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_home .nav-tabs .nav-link {
    transition: all 0.4s ease!important;
    -moz-transition: all 0.4s ease!important;
    -o-transition: all 0.4s ease!important;
    -ms-transition: all 0.4s ease!important;
    -webkit-transition: all 0.4s ease!important;
}
.main_home .ich-settings-main-wrap .dropdown .selected, .ich-settings-main-wrap .dropdown li {
    font-size: 16px!important;
	padding:10px 12px 15px!important;
}
.main_home .ich-settings-main-wrap .dropdown {
    height:45px;
}
.main_home .ich-settings-main-wrap .dropdown .carat {
    height: 46px;
	overflow: hidden;
}
.main_home #rem-search-box .rem-search-1 .search-options .searcher .margin-div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px;
}
.main_home #rem-search-box .rem-search-1 .search-options .searcher .dropdown{
	margin-bottom:0!important;
}
.main_home .nav-tabs .nav-item {
    margin-bottom: 0 !important;
}
.main_home #rem-search-box .rem-search-1 .search-options .searcher .filter label {
    margin: 10px 0 5px !important;
}
.main_home .nav-tabs .nav-link{
    border-color: transparent !important;
}
/* new home page tab css end*/

/* hide title page*/
.page-id-9320 h1.entry-title {
    display: none;
}
.page-id-9322 h1.entry-title {
    display: none;
}
.page-id-9249 h1.entry-title {
    display: none;
}
.page-id-924 h1.entry-title {
    display: none;
}

.post-9247 h1.entry-title , .post-9249 h1.entry-title{
    display: none;
    padding: 0px !important;
}
.post-4319 h1.entry-title ,.post-4464 h1.entry-title,.post-4460 h1.entry-title,.post-9259 h1.entry-title,.post-9261 h1.entry-title{
    display: none;
}
article#post-9247, article#post-9249{
    padding: 0px !important;
}

/**/

/*  courses listing shortcode css */

 .post-3385 .section-blogs , .post-4128 .section-blogs , .post-4126 .section-blogs {
    background-color: unset !important;
    padding: 0px 0 !important;
}

.post-3385 .section-header h2 , .post-4128 .section-header h2, .post-4126 .section-header h2{
    display: none;
}

/*new changes css */

#post-2878 .entry-title {
    display: block !important;
    text-transform: capitalize;
}

li#menu-item-4286 .menu-link {
    text-transform: none;
}

#post-2882 .entry-title {
    display: block !important;
    text-transform: capitalize;
}

#post-4151 .entry-title {
    display: block !important;
    text-transform: capitalize;
}

#post-4149 .entry-title {
    display: block !important;
    /*text-transform: capitalize;*/
}

.page-id-9296 .pmpro_login_wrap h2, .page-id-9298 .pmpro_login_wrap h2 {
    display: none;
}

.page-id-9296 .pmpro_lost_password_wrap h2, .page-id-9298 .pmpro_lost_password_wrap h2 {
    display: none;
}
/* end css */

 .overall-rating{font-size: 14px;margin-top: 5px;color: #8e8d8d;}

 .ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}

.full-stars{
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f4c150;
}

.empty-stars:before,
.full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 14pt;
}

.empty-stars:before {
  -webkit-text-stroke: 1px #848484;
}

.full-stars:before {
  -webkit-text-stroke: 1px orange;
}

.rating-stars ul a:hover {
    color: orange !important;
}
/* Rating Star Widgets Style */
.rating-stars ul {
      left: 0;
    float: left;
    margin-left: 0;
}
.rating-stars ul > li.star {
    display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 1.5em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: orange !important;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: yellow;
}
.pro-content h3.title {
    min-height: 60px;
}

/* end css */

.page-template-default .patient-info span,.home .patient-info span,.page-id-3030 .patient-info span,.page-id-4094 .patient-info span,.page-id-4100 .patient-info span {
    text-transform: none;
}

li.agencyname_profile {
    min-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-pagination .pagination {
    position: relative;
    display: block;
    padding: 1.5rem 2.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.blog-pagination .pagination a span {
    padding: 12px 20px;
    font-weight: 600;
    color: #2E3842;
    margin-right: 10px;
    border-radius: inherit !important;
    border-color: #f0f0f0;
}    

#post-3423 {
    padding: 0px !important;
    }

#news_page_id .bdp-post-image-bg {
    height: auto !important;
    width: auto !important;
}

.page-id-3030 h1.entry-title,.page-id-4094 h1.entry-title,.page-id-4100 h1.entry-title{
    display: none;
    }

/*.ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 12px !important;
}*/

/*.custom_form_filter_main_row .col-3 input#city {
    margin-left: 0 !important;
}*/

.ast-builder-grid-row>.site-header-section {
    flex-wrap: wrap !important;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #1b2573 !important;
    color: #fff !important;
}

.elementor-2882 .elementor-element.elementor-element-1458d32 .elementor-button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1b2573 !important;
}

button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: #ffffff;
    background-color: #1b2573 !important;
    border-color: #1b2573 !important;
}

#wpforms-2627 #wpforms-form-2627 #wpforms-submit-2627 {
    background: #1b2573 !important;
    color: white;
    font-size: 15px;
    border-radius: 6px;
    padding: 12px 28px;
}

button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: #ffffff;
    background-color: #1b2573 !important;
    border-color: #1b2573 !important;
}

.custom_form_btn_col{
  text-align: center;
  padding: 4%;
}

#custom_form_btn{
    background: #1b2573;
    color: white;
    font-size: 19px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 0px #1b2573;
    padding: 1% 4%;
}
a#map-navigation {
    color: #fff;
}
#googlemap{
  height: 300px;
  width: 100%;
}

.custom_form_filter_main_row .selectpicker, .custom_form_filter_main_row .form-control{
    color: white !important;
    background: #7f7f7f !important;
    width: 100%;
    border-color: white !important;
}

.custom_form_filter_h2{ 
  padding-bottom:2%;
  color: #fff;
}
.custom_form_filter_main_row ::placeholder{
  color:white !important;
}
#agent_name_id, .selectpicker, #city_id{
  height: 51px;
}

.page-id-3621 .custom_form_filter_h2.text-center {
     display: block !important; 
}


/*search agent*/
div.search_agent{
  background-color: #7f7f7f;
  justify-content: center;
  border: 1px solid #7f7f7f;
  color: #fefefe;
  margin-left: 10px;
  border-radius: 10px;
}

div.search_agent h4{
  color: inherit;
  text-align: center;
}

input.input.language_checkbox {
    margin-top: 3px;
}

 .required_field:after {
    content:" *";
    color: red;
  }

.dbgOuter{
  margin-top: 15px !important;
  font-size: 10.5pt;
}
.dbgCont{
  display: inline-block;
  padding-right: 25px;
  margin-left: 6px;
}
.membership_checkout_login:link{
  color: #1b2573;
  background-color: transparent;
  text-decoration: underline;
}

#pmpro_level-1 #pmpro_pricing_fields_checkbox_msg {
    display: block !important;
}
.custom-profile-card .pmpro_btn-submit-checkout{
    background-color: #1b2573;
    color: #fff;
}
.custom-profile-card .button_viewprofile{
    margin-top: 10px;
}
.custom-profile-card .view-btn {
    color: #fff !important;
    font-size: 13px;
    border: 1px solid #1b2573;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
    background-color: #D6B701 !important;
}
.custom-profile-card a.btn.view-btn.button_viewprofile {
    border: 1px solid #fff;
}

.custom-profile-card .patient-info {
    background-color: #fff !important;
}

.custom-profile-card .card-body {
    background-color: #e7e7e7;
	border-radius: 20px;
}
.custom-profile-card .patient-info {
    padding: 20px;
    border-radius: 10px;
}
.custom-profile-card .card.widget-profile.pat-widget-profile {
    border-radius: 20px;
}
/* .patient-info ul li i {
    width:100% !important;
} */
.custom-profile-card .patient-info li i {
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

.custom-profile-card .widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 2px solid #1B2573;
}
.custom-profile-card a.btn.view-btn.button_viewprofile {
    padding: 13px;
    border-radius: 10px;
	    color: #1B2573 !important;

}
.custom-profile-card .fa-envelope:before {
    content: "\f0e0";
    color: #1B2573;
}



[data-key="staticlayers"] {
    position: absolute;
    top: 50% !important;
    justify-content: center !important;
    align-content: center !important;
    vertical-align: middle !important;
    
}

@media only screen and (max-width: 768px){
   
   #custom_form_mapbtn {
    border-left: 0px solid #fff !important;
}


    a.countrylist_info {
    padding-left: 0px;
    padding-right: 10px;
    font-size: 15px;
}

    .row.custom_form_filter_main_row .col-2, .row.custom_form_filter_main_row .col-1 {
        text-align: center;
    }
    #wpforms-2627 #wpforms-form-2627 #wpforms-submit-2627 {
        padding: 6px 6px !important;
    }
    

    .page-id-3423 article.ast-article-single {
     padding: unset !important;
    }
    
    #news_page_id .bdp-post-image-bg {
    height: unset !important;
    width: unset !important;
}


    .single-user_profile .remove_bk ul.nav.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        background-color: unset !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .single-user_profile .remove_bk .inner_city_list {
        border-radius: 50px;
        background-color: #1b2573 !important;
        border-color: #1b2573 !important;
        color: white;
        line-height: 4;
        padding-left: 13px;
        padding-right: 13px;
        margin-right: 5px;
        margin-left: 5px;
    }
   .single-user_profile .single_agent .doc-info-right {
        min-width: unset; 
    }
    .single-user_profile .icon_profile {
        padding: 12px;
        min-width: 30px;
    }
    
    .single-user_profile .row.custom_form_filter_main_row .col-2, .row.custom_form_filter_main_row .col-1 {
        text-align: center !important;
    }
    .custom_form_filter_main_row #agent_name_id {
      margin: 0 auto !important;
    }
   
   .page-id-3030 .row.custom_form_filter_main_row,.page-id-4094 .row.custom_form_filter_main_row,.page-id-4100 .row.custom_form_filter_main_row{
        background: #fff !important;
        text-align: center;
    }
    .page-id-3030 .row.custom_form_filter_main_row #agent_name_id,.page-id-4094 .row.custom_form_filter_main_row #agent_name_id,.page-id-4100 .row.custom_form_filter_main_row #agent_name_id{
        border: 1px solid #f8f9fa !important;
    }
    
 
}

.bdp-readmorebtn{
    border: none !important;
}
.bdp-readmorebtn:hover,.bdp-readmorebtn:focus{
    background: #1b2573 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

.bdp-readmorebtn{
    border: none !important;
}
.bdp-readmorebtn:hover,.bdp-readmorebtn:focus{
    background: #1b2573 !important;
}

.search-box-3 .search-location .selectpicker{
    height: 100% !important;
}

.custom_form_filter_main_row .selectpicker{
    height: 100% !important;
}

.bdp-post-grid-main, .bdp-list-main, .bdpgridbox-main, .bdp-post-masonry {
     margin: 0 0px; 
}

[data-key="staticlayers"] {
    position: absolute;
    top: -70px !important;
    justify-content: center !important;
    align-content: center !important;
    vertical-align: middle !important;
    
}

}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
    .banner-wrapper {
        max-width: 65% !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .page-id-4829 .banner-wrapper,.page-id-5087 .banner-wrapper,.page-id-5089 .banner-wrapper{
        max-width: 80% !important;
    }
    .page-id-4829 .banner-wrapper .search-location,.page-id-5087 .banner-wrapper .search-location,.page-id-5089 .banner-wrapper .search-location{
        min-width: 275px !important;
    }
    .page-id-4829 .banner-wrapper #agent_name_id,.page-id-5087 .banner-wrapper #agent_name_id,.page-id-5089 .banner-wrapper #agent_name_id{
        padding: 0px 5px !important;
    }

    .type-page .banner-wrapper{
        /*max-width: 100% !important;*/
        margin-bottom: unset !important;
    }
    #agent_name_id{
        padding: unsets !important;
    }
    .search-box .form-control{
        padding-left: 5px !important
    }

    .search-box {
        max-width: unset !important; 
        margin: unset !important;
    }
    .search-box-3 {
        position: unset !important;
    }
    .search-box .search-location {

        -ms-flex: 0 0 240px;
        flex: unset !important; 
        margin-right: 12px;
        position: relative;
        width: unset !important;

}
}

@media only screen and (max-width: 991.98px){
    .type-page .banner-wrapper{
        max-width: 100% !important;
        margin-bottom: unset !important;
    }
    #agent_name_id{
        padding: unsets !important;
    }
    .search-box .form-control{
        padding-left: 5px !important
    }

    .search-box {
        max-width: unset !important; 
        margin: unset !important;
    }
    .search-box-3 {
        position: unset !important;
    }
    .search-box .search-location {

        -ms-flex: 0 0 240px;
        flex: unset !important; 
        margin-right: 12px;
        position: relative;
        width: unset !important;

}

}


@media screen and (max-width: 568px) and (min-width: 320px) {
   
        [data-key="staticlayers"] {
        position: absolute;
        top: -35px !important;
        justify-content: center !important;
        align-content: center !important;
        vertical-align: middle !important;


        }
    
 }

@media screen and (max-width: 1023px) and (min-width: 769px) {
   
        [data-key="staticlayers"] {
        position: absolute;
        top: -40% !important;
        justify-content: center !important;
        align-content: center !important;
        vertical-align: middle !important;


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

    .home .custom_form_filter_main_row .col-3 input#city {
    margin-left: 0px !important;
    }


    .custom_form_filter_main_row .col-3 input#city {
    margin-left: unset;
    }
    .page-id-3030 .row.custom_form_filter_main_row {
    background-color: #a9a9a93d;
    }
.main_home .tab-content {
    width:100%!important;
}
.main_home .col-4, .main_home .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 10px;
}
.main_home .custom_form_filter_main_row .selectpicker, .main_home .custom_form_filter_main_row .form-control {
    width:100% !important;
}
.main_home #rem-search-box .rem-search-1 .search-options .searcher .footer {
    background-color: transparent;
    padding: 15px 20px 0 !important;
    display: inline-grid;
}	
.main_home #rem-search-box .rem-search-1 .search-button {
    float: none;
    text-transform: uppercase;
    padding: 10px 14px;
    margin: 10px 0!important;
}
}

 @media screen and (max-width: 380px) and (min-width: 320px) {
    @-moz-document url-prefix() {
        [data-key="staticlayers"] {
        position: absolute;
        top: -35px !important;
        justify-content: center !important;
        align-content: center !important;
        vertical-align: middle !important;


        }
    }
 }


 /*@media screen and (max-width: 767px) and (min-width: 320px) {
   
    #custom_form_mapbtn {
    border-left: 1px solid #1b2573 !important;
    }
    
 }*/

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

    [data-key="staticlayers"]{
    position: absolute;
    top: -350px !important;
    justify-content: center !important;
    align-content: center !important;
    vertical-align: middle !important;

    }


 }*/



