/*
Theme Name: SC Custom Wordpress Test Theme 
Theme URI: https://www.savantcare.com/
Author: Me
Author URI: https://www.savantcare.com/
Description: This is my custom theme
Version: 1.0
*/
    
*{outline: none !important; text-decoration: none !important; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 30px; color: #111;}
h1,h2,h3,h4,h5,h6{
  color: #05004e;
  font-weight: bolder;
}
.btn_main{
  padding: 15px 35px;
  border-radius: 5px;
  background: #205FA2;
  color: #fff;
}
.main_header{
  z-index: 999;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.main_header.set_hdr{
  background:#fff;
  transition: all 0.3s ease-in-out;
}
.main_menu ul > li a{
  display: block;
  color: #16133d;
}
.main_menu ul > li:hover a,.main_menu ul > li a:hover{
  color: #205FA2;
}
.home_banner{
  overflow: hidden;
  position: relative;
}
.banner_cont_part{
  position: absolute;
  left: 9%;
  top: 50%;
  z-index: 111;
  display: inline-block;
  transform: translateY(-50%);
  width: 82%;
}
.banner_cont_part h1{
  font-size: 36px;
  text-transform: capitalize;
  color: #205fa2;
  line-height: 36px;
  margin-bottom: 20px;
}
.bg-dark-blue{
  background-color: #0E3E6E !important;
}
.help_home_sec {
  margin-top: -106px;
  position: relative;
  z-index: 11;
}
.serv_hm_sec ul{
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.serv_hm_sec ul > li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 0;
}
.serv_hm_sec ul > li:before{
  display: inline-block;
  content: "\f138";
  font-size: 18px;
  color: #05004e;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  margin-right: 10px;
}
.serv_hm_sec .row > .col{
  border-right: 1px solid #ddd;
}
.serv_hm_sec .row > .col:last-child{
  border: none;
}
.serv_hm_sec .row > .col > div{
  height: 100%;
}
.choose_us{
  background-image: url("https://www.savantcare.com/wp-content/themes/betasc/images/choose-us-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 160px;
}
.nrse_img{
  margin-top: -200px;
}
.help_contact hr{
  background-color: #fff;
  margin: 2rem 0 !important;
}
.home_contact .bi {
  color: #0E3E6E;
  padding: 20px;
  background: #fff;
  border-radius: 100%;
}
.home_contact a strong,.home_contact a h2{
  color: #fff;
}
.headre_contact h5{
  color: #0E3E6E;
}
.owl-dots{
  text-align: center;
  margin-top: 40px;
}
.testi_slider .owl-dots > button{
  padding: 7px !important;
  background: #ccc !important;
  display: inline-block;
  margin: 0 4px;
  border-radius: 100%;
}
.testi_slider .owl-dots > button.active{
  background: #504f4f !important;
}
.hm_latest_blog{
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: url("https://www.savantcare.com/wp-content/themes/betasc/images/latest-article-bg.webp");
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
}
.hm_latest_blog::before{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #0E3E6E;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: -1;
}
.box_post{
  background: rgba(255,255,255,0.9);
  border: 1px solid #fff;
}
.site_foter h4{
  color: #fff;
  margin-bottom: 30px;
}
.site_foter ul{
  padding: 0;
  margin: 0;
}
.site_foter ul li{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 0.5px solid #A6A6A62B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site_foter ul > li:last-child{
  border: none;
}
.site_foter ul li > a{
  display: block;
  color: #eee;
}
.site_foter p{
  color: #eee;
  margin: 0;
}
.footr_logo > img{
  filter: brightness( 200% ) contrast( 200% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.copy_right{
  background: #205FA2;
}
.footr_address li::before{
  display: inline-block;
  content: '\f32f';
  color: #fff;
  font-size: 18px;
  margin-right: 7px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
}
.footr_address li:nth-child(2):before{
  content: "\f5b6";
}
.footr_address li:last-child:before{
  content: "\f101";
}
.social_link > li a{
  display: inline-block;
}
.social_link > li{
  margin: 0 5px;
}
.social_link > li a .bi{
  color: #fff;
  font-size: 24px;
}
.mobile_nav{
  padding: 7px 9px;
  background: #0E3E6E;
  cursor: pointer;
  border-radius: 100%;
}
.mobile_nav .bi{
  color: #fff;
}
.nav{
  display: flex;
}
.nav li{
  list-style: none;
  margin: 0px 1rem;

}
.main_menu > li {
  margin: 0 1rem;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bg-sky {
    background-color: #cbe4ff;
}
.insurnce_slider .owl-dots > button{
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  box-shadow: 0 0 3px 0 rgba(207, 161, 161, 0.2);
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
}
.insurnce_slider .owl-dots > button.active{
  width: 40px;
  background-color: #205FA2;
  transition: all 0.3s ease-in-out;
}
.location_slider .carousel .carousel-control-prev, .location_slider .carousel .carousel-control-next {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #6c757d;
  opacity: 1;
  width: auto;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.location_slider .carousel .carousel-control-next {
  right: -65px;
}
.location_slider .carousel .carousel-control-prev {
  left: -65px;
}
.location_slider .carousel {
  overflow: visible;
}
.carousel {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.carousel-slides {
	display: flex;
	min-width: 100%;
	transition: transform 1s ease-in-out;
}
.carousel-slide {
	flex: 0 0 100%;
	opacity: .6;
	transition: opacity 1s ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.carousel-slide.active {
	opacity: 1;
}
.carousel-slides img {
	border: 5px solid #ffffff;
	border-radius: 5px;
}
button.next, button.prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: auto;
	padding: 16px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	background-color: rgba(0,0,0,.8);
	border: none;
	outline: 0;
}
button.next {
	right: 20px;
}
button.prev {
	left: 20px;
}
.authr_commnt{
  display: flex;
  flex-wrap:wrap;
  margin: 20px 0;
  padding:1.5rem;
  border:1px solid #ddd; 
  background:#eee;
}
.authr_commnt img{
    border-radius: 100%; 
    margin: 30px;
    width:105px;
    height: 105px;
    margin-left: 0;
}
.authr_commnt .authr_commnt_con{
    width: 70%;
}
.authr_commnt .authr_commnt_con a{
    color: #0d6efd !important;
}
.inner_banner{
  background-color: #fff ;
  padding-top: 9rem;
  padding-bottom: 3rem;
}
.inner_banner h1{
  color: #b3b4b3;
}
.provider_boxes .dp_provider_bottm {
  width: 148px;
  height: 148px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-top: -55px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  border: 2px solid #eee;
}
.provider_boxes h3 > a {
  display: block;
  line-height: normal;
}
.provider_boxes h3 {
  margin-top: 15px;
  min-height: 75px;
}
.provider_boxes p {
  margin: 5px 0;
  font-size: 14px;
}
.provider_boxes .btn-box {
  display: block;
  background: #1f5790;
  color: #fff;
}
.appointment_form_1 label {
  width: 100%;
}
.appointment_form_1 .form-control {
  height: auto;
  padding: 10px;
}
.appointment_form_1 .wpcf7-submit {
  background: #205FA2 !important;
  color: #fff;
  font-weight: bold;
}
.booking_sec .btn_main {
  width: 235px;
}
.feed_form_box{
  width: 80%;
  border-radius: 18px;
  overflow: hidden;
  background-image: url(./images/review-watermark-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.rating_star i{
  font-size: 32px;
  color: #ffcc33;
}
.form-control{
  border: none;
  box-shadow: rgb(204, 219, 232) 1px 1px 6px 0px inset, rgba(255, 255, 255, 0.3) -3px -3px 6px 1px inset;
  resize: none !important;
  height: auto;
  padding: 10px !important;
  background-color: #fff !important;
}
.blog_comment_section #comments {
  margin-bottom: 3rem;
}
.blog_comment_section .commentlist {
  padding-left: 0px;
}
.blog_comment_section .commentlist li {
  margin: 20px 0;
  list-style: none;
}
.blog_comment_section .commentlist li .comment-body {
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.follow_tag {
  background: aliceblue;
  color: #fff;
  padding: 2px 20px;
  position: absolute;
  left: 0px;
  top: 23px;
}
.testi_con_box {
  position: relative;
  transition: all 0.3s ease;
}
.testi_con_box:hover{
  box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important;
  transition: all 0.3s ease;
}
.dp_hm_test_doctor {
  padding-top: 20px;
}
.short_review {
  position: relative;
  top: -33px;
}
.divider_line > span {
  display: inline-block;
  background: #eee;
  padding: 0 10px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.divider_line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  margin-top: 15px;
}
.lower_sec_testi .bi {
  font-size: 5rem !important;
  color: #ccc;
}
.dp_hm_test_doctor h5 {
  margin-top: -15px !important;
}
.follow_tag > img {
  width: auto !important;
  height: 40px;
}
.follow_tag::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid aliceblue;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
  background: linear-gradient(45deg, #007bff, #00d4ff40); /* Gradient background */
  color: white;
  border-radius: 37%; /* Fully round button */
  padding: 15px;
  font-size: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3); /* Slight shadow */
  z-index: 1000;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  height: 55px;
}
.back-to-top i {
  transition: transform 0.3s; /* Smooth icon rotation */
}
.back-to-top:hover {
  transform: scale(1.15); /* Zoom on hover */
  background: linear-gradient(45deg, #0056b3, #00a3cc); /* Darker gradient on hover */
}
.back-to-top:hover i {
  transform: rotate(180deg); /* Rotate icon on hover */
}
.back-to-top:active {
  transform: scale(0.9); /* Shrink slightly when clicked */
}
.provider-page-testimonial .bi{
  font-size: 4rem !important;
}
.provider-page-testimonial .p-2{
  padding: 0.2rem !important;
}
.provider-profile-testimonial-scrollable-div {
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 207, 213, 0.5) transparent;
}  
.search-box {
  border-radius: 50px;
  padding: 10px;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.search-box input, .search-box select {
  border: none;
  outline: none;
}
.search-box .input-group-text {
  background: none;
  border: none;
}
.search-icon {
  background-color: #215fa2;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  border: none;
  outline: none !important;
  box-shadow: none;
}
.search-icon i {
  color: white;
  font-size: 18px;
}
.search-icon:focus {
  outline: none;
  box-shadow: none;
}
.search-box select:focus, .search-box input:focus {
  outline: none;
  box-shadow: none;
}
.banner-datepicker{
  box-shadow: none;
} 
.provider_filter{
  position: sticky;
  top: 70px;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.provider_filter .form-select{
  width: 300px;
  border: none;
  padding: 13px;
}
.provider_filter button{
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.provider_list {
  padding-left: 17rem !important;
  padding-right: 17rem !important;
}
.main_header .btn_main .bi {
  margin-right: 6px;
}
.headre_contact .btn {
  border: 1px solid #205fa2;
  text-align: left;
}
.headre_contact .btn h5 {
  margin-top: -6px !important;
}
.home_banner .carousel-indicators > button{
  opacity:1 !important;
  height: 5px;
  border: 1px solid #aeadad;
}
.home_banner .carousel-indicators > button.active{
  background-color:#215fa2 !important;
  opacity:1 !important;
}
.site_foter ul.social_link li{
  border:none;
  margin-bottom:0;
  padding-bottom:0;
}
.banner_search_form {
  position: absolute;
  bottom: 70px;
  left: 9%;
  z-index: 11;
  right: 9%;
}
.main_menu > li {
  margin: 0 1rem;
}
.search_hder:hover {
  cursor: pointer;
}
.main_menu li {
    margin: 0 1rem;
}
.current-menu-item > a{
    color: #0d6efd !important;
}
/*************** provider templete css start ***************/
.provider_tmpl_inner_banner{
  background-color: #edece5 ;
  padding-top: 9rem;
  padding-bottom: 3rem;
}
.provider_tmpl_inner_banner h1{
  color: #b3b4b3;
}
.visite_links .bi{
  width: 45px;
  height: 45px;
  background-color: #205FA2;
  color: #fff;
  font-size: 20px;
  border-radius:100% ;
  padding: 7px 0;
  margin-right: 10px;
}
.nav.book-appt-ul > li {
  margin: 0 !important;
  }
.provider_details_appont_date .nav-pills .nav-link{
  background-color: #fff;
  border-radius: 0;
  color: #205FA2;
  border-radius: 0 30px 30px 0;
}
.provider_details_appont_date .nav-pills > li:first-child .nav-link{
  border-radius: 30px 0 0 30px;
}
.provider_details_appont_date .nav-pills .nav-link.active{
  background-color: #205FA2;
  color: #fff;
}
.provider_details_appont_date .nav-pills .nav-link .bi{
  font-size: 17px;
  color: #205FA2;
  margin-right: 6px;
}
.provider_details_appont_date .nav-pills .nav-link.active .bi{
  color: #fff;
}
.zabuto-calendar tr > td{
  border: 1px solid #eee;
  padding: 7px;
  background-color: #fff;
}
/* .zabuto-calendar tr > td.zabuto-calendar__day--today{
  background-color: #205FA2;
  color: #fff;
} */
.zabuto-calendar tr > td:hover{
  background: #eee;
}
.zabuto-calendar__event{
  cursor: pointer;
}
.event-slot-green{
  background-color: #5bc58c !important;
}
.event-slot-blue{
  background-color: #00a3cc !important;
}
.event-slot-orange{
  background-color: #fb9619 !important;
}
.provider_detila_sector .checklist > li{
  position: relative;
}
.provider_detila_sector .checklist > li::before {
  display: inline-block;
  content: "\f134";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 21px;
  color: #205FA2;
  position: absolute;
  left: -32px;
  top: 1px;
}
.education-ul{
  margin-left:32px;
}
.book-appt-ul li{
  margin : 0 0 0 0 !important;
}
.divClassOfDateWiseSlots{
  display: none;
}
.legend-container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.legend-item {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.legend-item::before {
  content: "●";
  margin-right: 8px;
  font-size: 22px;
  margin-top: -4px;
}
.legend-item.green::before {
  color: #5bc58c;
}
.legend-item.blue::before {
  color: #00a3cc;
}
.legend-item.orange::before {
  color: #fb9619;
}
.on-click-border{
  border: 3px solid #6c757d !important;
}
/* provider profile appt. calendar CSS properties starts */
#available_appt_slots .carousel-control-prev-icon {
  width: 15px;
  height: 15px;
  background-color: black;
  mask: none;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  background: black;
}
#available_appt_slots .carousel-control-next-icon {
  width: 15px;
  height: 15px;
  background-color: black; 
  mask: none;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background: black;
}
#available_appt_slots .carousel-control-prev,
#available_appt_slots .carousel-control-next {
  top: 16%;
  transform: translateY(-50%);
  height: 25px;
}
#available_appt_slots .carousel-control-prev {
  margin-left: -22px;
}
#available_appt_slots .carousel-control-next {
  margin-right: -22px;
}
.slot-buttons {
  max-height: 162px;
  overflow-y: auto;
  border-top: 1px solid #d1cdcd;
}
.slot-buttons::-webkit-scrollbar {
  width: 3px;
}
.slot-buttons::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 3px;
}
.slot-button-class {
  background-color: #205FA2;
  border-color: #205FA2;
  color: #fff;
}

.slot-button-class:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.blank_date{
  display: inline-block;
  width: 78px;
  height: 30px;
  vertical-align: bottom;
}
.blank_slots{
  display: inline-block;
  width: 50px;
  height: 6px;
  background-color: #ddd;
  border-radius: 5px;
}
/* provider profile appt. calendar CSS properties ends */
#idOfProvidersReviewsSlider .carousel-indicators button {
  background-color: #ccc;
}
#idOfProvidersReviewsSlider .carousel-indicators {
  margin-bottom: 0rem;
}
.main_menu ul > li.menu-item-has-children {
	position: relative;
	margin-right: 20px !important;
}
.main_menu ul > li.menu-item-has-children::after {
	content: "\f282";
	display: inline-block;
	position: absolute;
	right: -20px;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	top: 1px;
	color: #205fa2;
}
.main_menu ul > li .sub-menu {
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 -1px 2rem rgba(0,0,0,.15) !important;
	margin: 10px 0;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	width: 150px;
	left: 0;
}
.main_menu ul > li .sub-menu::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 45%;
	transform: translateX(-45%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
}
.main_menu ul > li .sub-menu li {
	margin: 7px 11px !important;
}
.main_menu ul > li:hover .sub-menu{
  top: 90%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
.insurance-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.insurance-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.insurance-logo {
  width: 120px;
  height: 50px;
  margin-right: 15px;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.insurance-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.blog-inner_con p {
	text-align: justify !important;
}
.sepcalitis_main .h-100 p {
  min-height: 120px; 
}
.insurnce_slider .owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: inherit;
  height: 65px;
}
.insurnce_slider .owl-carousel .owl-dots {
  text-align: center;
  margin-top: -65px;
}
.authr_commnt h5 {
  flex: 0 0 100%;
}
.img-lcp, .img-lcp img {
	height: 429px;
}
.location_slider .carousel .carousel-item,
.location_slider .carousel .carousel-item img{
  height:347px
}
/* .comment-respond {
  display: none;
} */
/*************** provider templete css end ***************/
/************************************************************ media css query ***********************************************************/
@media screen and (min-width: 1900px){
  .banner_cont_part{
    left: 16%;
    width: 36%;
  }
  .banner_search_form {
    left: 16%;
    right: 16%;
  }
  #available_appt_slots .carousel-control-prev {
    margin-left: -50px !important;
  }
  #available_appt_slots .carousel-control-next {
    margin-right: -50px !important;
  }
  .provider_filter{
    top:100px;
  }
}
@media screen and (min-width: 1540px){
  .provider_filter{
    top:100px;
  }
}
@media screen and (max-width: 1561px){
  .nav li {
    margin: 0px 10px !important;
  }
  .logo img {
    width: 200px;
    height: auto;
  }
  .headre_contact .bi {
    font-size: 24px !important;
  }
  .headre_contact h5 {
    font-size: 17px;
         margin-top: -5px !important;
  }
  .headre_contact strong {
    font-size: 13px;
  }
  .banner_content_heading{
    width: 55%;
  }
}
@media screen and (max-width: 768px){
  .abut_sec, .testimonials_home, .help_home_sec, .serv_hm_sec{
    padding-top:0 !important;
   }
   .help_contact{
   padding:15px !important;
   }
   .home_contact .fs-1{
   font-size:25px !important;
   }
   .serv_hm_sec ul{
    margin-top: 20px;
   }
   .serv_hm_sec ul > li {
     padding: 3px 0;
   }
  .logo > img{
    width: 210px;
    height: auto !important;
  }
  .headre_contact{
    display: none;
  }
  .main_header{
    padding: 7px 0;
  }
  .mobile_nav{
    display: inline-block !important;
  }
  .help_home_sec{
    margin-top: 0;
    padding-top: 3rem;
  }
  .home_banner .carousel-item img{
    width: auto !important;
    height: 43vh;
    transform: translateX(-60%);
  }
  .banner_cont_part{
    width: 100%;
    transform: none;
    text-align: center;
    background: none;
    padding: 10px;
    margin-top: -70px;
    z-index: 999;
    position: relative;
    left: 0;
  }
  .banner_cont_part h1 {
    font-size: 31px;
    line-height: 31px;
  }
  .serv_hm_sec .row > .col,.choose_us .col,.site_foter .col{
  flex: 0 0 100%;
  }
  .abut_sec img{
    margin: 1.5rem 0;
  }
  .choose_us .container > .row{
    flex-direction: column-reverse;
  }
  .nrse_img{
    margin-bottom: 3rem;
  }
  .hm_latest_blog{
    background-position: right top;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
  }
  .box_post{
    height: auto !important;
  }
  .main_menu{
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    background: rgba(255,255,255,0.9);
    z-index: 999;
    bottom: 0;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .main_menu:before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    padding: 10px;
    z-index: 1;
    width: 240px;
    height: 70px;
    background: #fff url("https://www.savantcare.com/wp-content/themes/betasc/images/sc-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .main_menu ul{
    display: block !important;
    width: 100%;
    margin-top: 140px;
  }
  .main_menu ul li a{
    font-size: 20px;
    padding: 10px 0;
  }
  .main_header.hideout .main_menu{
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  .responsive_button{
    transition: all 0.3s ease-in-out;
  }
  .responsive_button.set_fix{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
  }
  .wow{
    animation-name: none !important;
  }
  .site_foter h4{
    margin: 20px 0;
  }
  /* .site_foter{
    margin-bottom: 56px;
  } */
  .provider_boxes {
    margin: 3rem 0 !important;
  }
  @-webkit-keyframes fadeInDown {
      from {
          opacity:0;
          -webkit-transform: translatey(-20px);
          -moz-transform: translatey(-20px);
          -o-transform: translatey(-20px);
          transform: translatey(-20px);
      }
      to {
          opacity:1;
          -webkit-transform: translatey(0);
          -moz-transform: translatey(0);
          -o-transform: translatey(0);
          transform: translatey(0);
      }
  }
  @-moz-keyframes fadeInDown {
      from {
          opacity:0;
          -webkit-transform: translatey(-20px);
          -moz-transform: translatey(-20px);
          -o-transform: translatey(-20px);
          transform: translatey(-20px);
      }
      to {
          opacity:1;
          -webkit-transform: translatey(0);
          -moz-transform: translatey(0);
          -o-transform: translatey(0);
          transform: translatey(0);
      }
  }
  @keyframes fadeInDown {
      from {
          opacity:0;
          -webkit-transform: translatey(-20px);
          -moz-transform: translatey(-20px);
          -o-transform: translatey(-20px);
          transform: translatey(-20px);
      }
      to {
          opacity:1;
          -webkit-transform: translatey(0);
          -moz-transform: translatey(0);
          -o-transform: translatey(0);
          transform: translatey(0);
      }
  }
  .hideout .main_menu ul li a {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
  }
  .hideout .main_menu ul > li:nth-child(2) a{
    -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s;
  }
  .hideout .main_menu ul > li:nth-child(3) a{
    -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -o-animation-duration: 2s;
      animation-duration: 2s;
  }
  .hideout .main_menu ul > li:nth-child(4) a{
    -webkit-animation-duration: 2.5s;
      -moz-animation-duration: 2.5s;
      -o-animation-duration: 2.5s;
      animation-duration: 2.5s;
  }
  .hideout .main_menu ul > li:nth-child(5) a{
    -webkit-animation-duration: 3s;
      -moz-animation-duration:3s;
      -o-animation-duration: 3s;
      animation-duration:3s;
  }
  .hideout .main_menu ul > li:nth-child(6) a{
    -webkit-animation-duration: 3.5s;
      -moz-animation-duration:3.5s;
      -o-animation-duration: 3.5s;
      animation-duration:3.5s;
  }
  .hideout .main_menu ul > li:nth-child(6) a{
    -webkit-animation-duration: 3.5s;
      -moz-animation-duration:3.5s;
      -o-animation-duration: 3.5s;
      animation-duration:3.5s;
  }
  .hideout .main_menu ul > li:nth-child(7) a{
    -webkit-animation-duration: 4s;
      -moz-animation-duration:4s;
      -o-animation-duration: 4s;
      animation-duration:4s;
  }
  .hideout .main_menu ul > li:nth-child(8) a{
    -webkit-animation-duration: 4.5s;
      -moz-animation-duration:4.5s;
      -o-animation-duration: 4.5s;
      animation-duration:4.5s;
  }
  .insurnce_slider .owl-dots > button{
    margin: 0 2px !important;
  }
  .location_slider{
    Width:75% !important;
  }
  .location_slider .carousel .carousel-control-prev, .location_slider .carousel .carousel-control-next{
  padding:3px;
  }
  .location_slider .carousel .carousel-control-prev {
    left: -52px;
  }
  .location_slider .carousel .carousel-control-next {
    right: -52px;
  } 
  .authr_commnt{
    display: block;
    text-align: center;
  }
  .authr_commnt .authr_commnt_con, .booking_sec .btn_main{
    width: 100%;
  }
  .provider_filter{
    position: static;
  }
  .provider_filter .form-select{
    padding: 7px;
    width: 100%;
  }
  .provider_filter .d-flex > div{
    margin: .5rem !important;
  }
  .banner_content_heading {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: auto;
  }
  .banner_search_form{
  position:static;
  padding:15px;
  }
  .banner_search_form .d-flex{
    flex-wrap:wrap;
  }
  .banner_search_form .input-group{
  border:none !important;
  margin:0 !important;
  }
  .carousel{
    flex-wrap:wrap;
  }
  .carousel-indicators{
    position:static;
    margin-top:1rem;
  }
  .hm_search_btn_group {
    width: 100% !important;
    margin-top: 15px;
    padding: 0 15px;
  }
  .serv_hm_sec .row > .col {
    flex: 0 0 50%;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .serv_hm_sec ul > li {
    flex-wrap: nowrap;
  }
  .serv_hm_sec img {
    height: 30px;
  }
  .serv_hm_sec h4 {
  font-size: 18px;
  }
  .serv_hm_sec .row > .col:nth-child(2){
  border:none;
  }
  .insurnce_slider .owl-dots > button.active {
    width: 30px !important;
  }
  .home_location_sec .row {
    flex-direction: column-reverse;
  }
  .home_location_sec ul {
    column-count: 2;
  }
  .testi_con_box{
    padding:1.5rem !important;
  }
  .dp_hm_test_doctor > div.d-block,.dp_hm_test_doctor > p{
    display:none !important;
  }
  .doc_particle {
    padding: 1.5rem !important;
    text-align: center;
  }
  .doc_particle h4 {
    margin: 15px 0;
  }
  .doc_particle .d-flex {
    justify-content: center;
  }
  .dp_hm_test_doctor h5 {
    padding-left: 40px;
  }
  .dp_hm_test_doctor h5::after {
    content: "\f229";
    float: right;
    cursor: pointer;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    color: #0E3E6E;
    position: absolute;
    right: 12px;
    top: 31px;
  }
  .dp_hm_test_doctor.active > div.d-block, .dp_hm_test_doctor.active > p{
    Display:block !important;
  }
  .doc_particle > .d-flex{
    flex-wrap:wrap;
  }
  .top_news{
    margin-top:0 !important;
    margin-right:0 !important;
  }
  .appt-slot-div{
    width: 50% !important;
  }
  #available_appt_slots .carousel-control-prev {
    margin-left: -8px !important;
  }
  #available_appt_slots .carousel-control-next {
    margin-right: -8px !important;
  }
  .insurance-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .main_menu .menu-main-menu-container {
    width: 100%;
  }
  .main_menu ul > li.menu-item-has-children::after {
    right: 0;
    top: 15px;
    z-index: -8;
  }
  .main_menu ul > li .sub-menu{
  position: static;
  box-shadow:none !important;
  margin:0;
  padding:0;
  width:100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  }
  .main_menu ul > li.active .sub-menu{
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: all 0.2s linear;
  }
  .main_menu ul > li .sub-menu li {
    margin: 0px 10px !important;
  }
  .menu-item-has-children{
    cursor: pointer;
  }
  .provider_list {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .responsive_wrap {
    display: block !important;
  }
  .get_marrid_study_revl > .bg-light .row > div p {
    text-align: center !important;
    margin: 5px 0 !important;
  }
  .newsletter_subscriptions > .d-flex{
    flex-wrap:wrap;
    text-align:center
  }
  .res-w-100{
    width:100% !important;
  }
  .authr_commnt_con p {
    text-align: center !important;
  }
  .authr_commnt img{
      margin:20px;
  }
  .img-lcp, .img-lcp img {
    height: 203px;
  }
  .img-lcp img{
  margin:0 !important;
  }
  .img-lcp{
  margin-bottom:15px;
  }
  .main_blog_inner.py-5 {
    padding-top: 0 !important;
  }
  .location_slider .carousel .carousel-item,
  .location_slider .carousel .carousel-item img{
  height:177px
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem !important;
  }
  }
@media screen and (max-width: 380px){
  .home_banner .carousel-item img {
    transform: translateX(-54%);
  }
  .banner_cont_part h1 {
  font-size: 25px;
  line-height: 25px;
  }
  #available_appt_slots .carousel-control-prev {
    margin-left: -14px !important;
  }
  #available_appt_slots .carousel-control-next {
    margin-right: -14px !important;
  }
  .newsletter_subscriptions {
    padding: 1.5rem !important;
  }
}
