
/* 
Theme Name: Happiness Arba
Author: Neem Infosys
Description: The official tech comapny theme by <a href="https://neeminfosys.com/">  Neem Infosys </>
Version: 1.0.0
*/


/* .top_margin{
  margin-top: 30px;
} */


/* google translate css */
#google_translate_element{
  margin-top: 25px;
}
/* .goog-te-gadget a{
   display: none;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  left: 0;
  top: -1000px!important;
  height: 0px!important;
  width: 100%;
  z-index: -11111!important;
  position: fixed;
  border: none;
  border-bottom: 1px solid #6B90DA;
  margin: 0;
  box-shadow: 0 0 8px 1px #999;
  display: none!important;
   overflow: hidden!important;
} */

.header_main{
  background: #fff!important;
}
.st-nav .st-nav-list ul {
  width: 230px;
}
.color_primary{
  color: #003091;
}
#st-1 .st-btn {
  height: auto!important;
}
#st-1 .st-btn > span {
  margin-top: 5px!important;
}

.pop_button{
  animation: popBtnAnm 3s linear infinite;
  animation-delay: 0.3s;
}
@keyframes popBtnAnm {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.15);
  }
}


/* Polylang Flags Inline */
/* .top-bar-area.multi-content .social li a {
  height: 50px; 
  width: 50px;
  line-height: 44px;
  display: inline-block;
  border: 2px solid #d32e4f;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  color: var(--white);
  font-size: 13px;
} */
.polylang_langswitcher{
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.language_switcher ul li a{
  color: #fff;
}
@media screen and (max-width: 992px){
  .language_switcher ul li a{
    color: #000;
  }
}

.slider_custom_height{
  height: 800px!important;
}
@media screen and (max-width: 1460px){
  .slider_custom_height{
    height: 720px!important;
  }
}
@media screen and (max-width: 1300px){
  .slider_custom_height{
    height: 580px!important;
  }
}
@media screen and (max-width: 992px){
  .slider_custom_height{
    height: 460px!important;
  }
}
@media screen and (max-width: 768px){
  .slider_custom_height{
    height: 350px!important;
  }
}
@media screen and (max-width: 576px){
  .slider_custom_height{
    height: 300px!important;
  }
}
@media screen and (max-width: 480px){
  .slider_custom_height{
    height: 250px!important;
  }
}
@media screen and (max-width: 420px){
  .slider_custom_height{
    height: 220px!important;
  }
}
.slick-dots li.slick-active{
  background: #00a859!important;
}

@media screen and (max-width: 992px){
  .about_image{
    display: none;
  }
}

/* ============== Pagination css starts=================== */
.pagination .page-numbers{
    margin-right: 1rem;
    width: 2.2rem;
   height: 2.2rem;
   line-height: 2.2rem;
   font-size: 1.2rem;
   font-weight: 600;
   text-align: center;
   border-radius: 50%;
   border: 2px solid #013893;
   background: #fff;
   color: #013893;
 }
 .pagination .page-numbers:hover{
   background: #013893;
   border-color: #013893;
   color: #fff;
 }
 .pagination .current {
    background: #013893;
    border-color: #013893;
   color: #fff;
 }
 .pagination .page-numbers:last-child{
   margin-right: 0rem;
 }
 /* ============== Pagination css ends=================== */


 /* ============== Search Field CSS starts=============== */
 .wp-block-search__button{
  background: #687aa9;
  color: var(--white-color);
  padding: 8px;
  width: 4.5rem;
  top: 32px!important;
  border-radius: 0 0.5rem 0.5rem 0;
 }
 .wp-block-search__inside-wrapper {
  border-radius: 4px;
  border: 2px solid #687aa9;
  background: #f4f5f8;
 }
 .sidebar-info li{
  list-style: none;
 }
 /* ============== Search Field CSS ends=============== */


/* ============== Gallery CSS starts=============== */
 .gallery_item{
  border-radius: 4px;
  padding: 10px;
 }
 .gallery_item:hover strong{
   color: #003091;
 }
 .gallery_item:hover img{
  transform: scale(1.05);
}
 .gallery_item .post-section{
  background: rgb(239, 239, 255);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
 }
 .gallery_item .image{
  border-radius: 6px;
  padding: 10px;
  background: rgb(239, 239, 255);
 }
 .gallery_item .fw-bold{
  padding-bottom: 12px;
 }
 .gallery_item p{
  margin: 0px;
  padding: 0px;
  font-size: 16px!important;
  text-align: center;
 }
 .gallery_item img{
  border-radius: 4px;
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
 }
/* ============== Gallery CSS ends=============== */


/* direction button starts */
.direction_button{
  width: fit-content;
  background: #003091;
  border-radius: 6px;
  padding: 0 5px;
  margin-top: 20px;
  animation: animate2 3s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 0 30px 2px #f54a5b; */
  cursor: pointer;
  animation-delay: 0.3s;
}
.direction_button a{
  color: #fff;
  font-weight: 400;
  padding: 6px 10px;
}
.direction_button a:hover{
  color: #fff;
}
.direction_button:hover{
  background: #0a46be;
}
/* @keyframes animate2 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
} */

@media screen and (max-width:768px){
 .direction_button{
   bottom:20px;
 }
 .direction_button a{
  padding: 4px 8px;
}
}
@media screen and (max-width: 576px){
  .direction_button{
    left: -25px;
  }
}
/* direction button ends */


/* search page css starts */
.search-results {
  margin-top: 20px;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.entry-meta {
  color: #666;
}
/* search page css ends */


/* single page css starts */
.blog_items .item img{
  width: 100%;
  height: auto;
  border-radius: 4px!important;
}
.date_single{
  margin-left: 6px;
}
.blog_items .meta ul{
  margin-top: 10px;
   display: flex;
   justify-content: space-between;
}
.single_page_icon{
  font-size: 18px;
  color: #10547b;
}
.single_page_meta{
  font-size: 16px;
  font-weight: 500;
  color: #10547b;
}
.single_page_title{
  margin-top: 20px;
  font-weight: 600;
  font-size: 36px;
  color: #10547b;
}
.single_page_description{
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #222;
}
.page_content_main{
  width: 100%!important;
}
.recent-post .thumb{
  width: 100px!important;
  height: auto;
}
.recent-post .thumb img{
  width: 100%;
  height: 100%;
}
/* single page css ends */


/* success gallery css starts */
.success_gallery_item .info{
   background: #10547b;
}
.success_gallery_item .info h4{
  padding-top: 20px;
}
.success_gallery_item .info h4 a{
  color: #fff;
}
.success_gallery_item .info h5{
  margin-top: -10px;
  padding-bottom: 10px;
  color: #fff;
}
/* success gallery css ends */


.bg_secondry{
  background: #006838!important;
}
.st-hero-btn-group svg{
  height: 20px;
  fill: #fff;
  stroke: #fff;
  margin-right: 8px;
  position: relative;
  z-index: 0;
}

/* hover transition button starts*/
.hoverAnmBtn{
  position: relative;
}
.hoverAnmBtn a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  background: #00a859;
  height: 100%;
  width: 0%;
  z-index: -1;
  border-radius: 6px;
  transition: width 0.5s ease-in-out;
}
.hoverAnmBtn::before:hover{
  background: transparent;
}
.hoverAnmBtn a:hover::before{
  width: 100%;
}
/* hover transition button ends*/

.cta_section_container{
  background: #003091;
  border-radius: 12px;
}

.st-seperator.white .st-seperator-left{
  background: #fff;
}
.st-seperator.white .st-seperator-right{
  background: #fff;
}
.enquiry_form_wrapper form{
  background: #fff;
  border-radius: 6px;
  padding: 40px 40px 20px 40px;
}
.cta_image .image{
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.custom_button{
  background: #003091;
  color: #fff!important;
  width: fit-content!important;
}
.custom_button:hover{
  background: #0243c7;
  color: #fff!important;
}


.testi_item{
  background: #ebf7ec!important;
}
.fa-quote-left:before {
  content: "\f10d";
  color: #003091;
  opacity: 0.6;
}
.testi_item:hover .fa-quote-left:before{
  opacity: 1;
}
.testi_item:hover .st-testimonial-name{
  color: #003091!important;
}
.st-slider.st-style2 .slick-arrow { 
  color: #003091!important;
}

.st-post-title a:hover{
  color: #003091!important;
}
.st-post.st-style3.st-type1 {
  padding: 30px 30px 0px 30px;
}
.st-post.st-style3.st-color2 .st-link-hover-wrap .st-link-hover {
  background-color: #003091;
}
.st-post.st-style3.st-color2 .st-link-hover-wrap .st-link-hover i, .st-post.st-style3.st-color2 a:not(.st-btn):hover {
  color: #003091;
}

.service_item{
  margin-top: 20px;
  transition: all 0.3s ease;
}
.coloured_bg{
  transition: all 0.2s ease;
}
.coloured_bg:hover{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.coloured_bg img{
  height: 60px;
  margin-right: 12px;
}
.slick-slide-in .coloured_bg {
  background-color: #e1f4f5;
}
.slick-slide-in:nth-child(1) .coloured_bg {
  background-color:   rgb(245, 223, 245);
}
.slick-slide-in:nth-child(2) .coloured_bg {
  background-color: rgb(242, 252, 217);
}
.slick-slide-in:nth-child(3) .coloured_bg {
  background-color: rgb(230, 223, 252);
}
.slick-slide-in:nth-child(6) .coloured_bg {
  background-color:   rgb(245, 223, 245);
}
.slick-slide-in:nth-child(7) .coloured_bg {
  background-color: rgb(242, 252, 217);
}
.slick-slide-in:nth-child(8) .coloured_bg {
  background-color: rgb(230, 223, 252);
}
.slick-slide-in:nth-child(9) .coloured_bg {
  background-color:   rgb(245, 223, 245);
}
.slick-slide-in:nth-child(10) .coloured_bg {
  background-color: rgb(242, 252, 217);
}
.slick-slide-in:nth-child(11) .coloured_bg {
  background-color: rgb(230, 223, 252);
}
.slick-slide-in:nth-child(14) .coloured_bg {
  background-color:   rgb(245, 223, 245);
}
.slick-slide-in:nth-child(12) .coloured_bg {
  background-color:   rgb(245, 223, 245);
}
.slick-slide-in:nth-child(15) .coloured_bg {
  background-color: rgb(242, 252, 217);
}
.slick-slide-in:nth-child(13) .coloured_bg {
  background-color: rgb(230, 223, 252);
}
.slick-slide-in:nth-child(16) .coloured_bg {
  background-color:   rgb(230, 223, 252);
}
.slick-slide-in:nth-child(17) .coloured_bg {
  background-color: rgb(242, 252, 217);
}
.slick-slide-in:nth-child(18) .coloured_bg {
  background-color: rgb(230, 223, 252);
}
.slick-slide-in:nth-child(19) .coloured_bg {
  background-color:   rgb(245, 223, 245);
}

/* Apply purple background to elements not covered by the above rules */



.st-tab-links.st-style1{
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.department_item{
  transition: all 0.3s ease;
  margin-top: 10px!important;
}
.department_item:hover{
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
}
.department_item:nth-child(1) .coloured_bg {
  background-color: #fcecea;
}
.department_item:nth-child(2) .coloured_bg {
  background-color: #e7effb;
}
.department_item:nth-child(3) .coloured_bg {
  background-color: #f1e8fd;
}
.department_item:nth-child(4) .coloured_bg {
  background-color: #dbfdd4;
}
.department_item:nth-child(5) .coloured_bg {
  background-color: #dbfdd4;
}
.department_item:nth-child(6) .coloured_bg {
  background-color: #f1e8fd;
}
.department_item:nth-child(7) .coloured_bg {
  background-color: #e7effb;
}
.department_item:nth-child(8) .coloured_bg {
  background-color: #fcecea;
}
.department_item:nth-child(9) .coloured_bg {
  background-color: #fcecea;
}
.department_item:nth-child(10) .coloured_bg {
  background-color: #e7effb;
}
.department_item:nth-child(11) .coloured_bg {
  background-color: #f1e8fd;
}
.department_item:nth-child(12) .coloured_bg {
  background-color: #dbfdd4;
}
.department_item:nth-child(13) .coloured_bg {
  background-color: #dbfdd4;
}
.department_item:nth-child(14) .coloured_bg {
  background-color: #f1e8fd;
}
.department_item:nth-child(15) .coloured_bg {
  background-color: #e7effb;
}
.department_item:nth-child(16) .coloured_bg {
  background-color: #fcecea;
}
.department_item:nth-child(17) .coloured_bg {
  background-color: #fcecea;
}
.department_item:nth-child(18) .coloured_bg {
  background-color: #e7effb;
}
.department_item:nth-child(19) .coloured_bg {
  background-color: #f1e8fd;
}
.department_item:nth-child(20) .coloured_bg {
  background-color: #dbfdd4;
}

/* chairmans message */
.pdtb{
  padding: 80px 0;
}
.founder_message_wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder_message_section{
  background: url(assets/img/bg111.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.founder_message_section h2{
  color: #333;
}
.founder_message_section h4{
  color: #333;
  font-weight: 400;
}
.founder_message_section p{
  color: #555;
}
.founder_image_wrapper{
  display: flex;
  align-items: center;
}
.founder_image{
  height: 360px;
}
.founder_image img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width:768px){
  .pdtb{
      padding: 50px 0;
  }
  .founder_image_wrapper{
      margin-top: 20px;
      justify-content: center;
  }
}
/* chairmans message */



.st-post-text p{
  margin-top: 40px;
  font-weight: 400;
}
.sidebar_form input::placeholder{
  color: #444;
}
.sidebar_form textarea::placeholder{
  color: #444;
}
.doctor_item_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.doctor_item{
   width: 300px;
   height: auto;
   border: 1px solid #ccc;
   border-radius: 6px;
   overflow: hidden;
   margin: 15px;
   position: relative;
}
.center_doctor_items{
  display: flex;
  justify-content: center;
}
.doctor_page_doctor_items .doctor_item{
  width: 255px;
  margin: 12px;
}
.doctor_image{
  height: 230px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.doctor_item img{
  height: auto;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  margin-top: 0px!important;
  transition: all 0.3s ease;
}
.doctor_item:hover img{
  transform: scale(1.05);
}
.doctor_details h5{
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  line-height: 0px;
  font-size: 16px;
}
.doctor_details p{
  text-align: center;
  font-size: 14px;
  line-height: 10px;
  font-weight: 400;
  padding: 10px;
}
.st-wave-animation:before, .st-wave-animation:after {
  display: none!important;
}
.doctor_book_button{
  position: absolute;
  top: 210px;
  left: -500%;
  width: 180px;
  background: #003091;
  border-radius: 6px;
  padding: 5px;
  transition: all 0.5s ease;
}
.doctor_book_btn2{
  font-size: 16px;
  padding: 0px;
}
.doctor_item:hover .doctor_book_button{
  left: 50%;
  transform: translate(-50%);
}
.doctor_book_button a{
  color: #fff;
  font-weight: 400;
  padding: 6px 10px;
}
.doctor_book_button a:hover{
  color: #fff;
}
.doctor_book_button:hover{
  background: #0a46be;
}
.doctor_detail_grid{
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 25px;
}
.doctor_detail_grid h4{
  line-height: 0px;
  font-size: 18px;
  color: #555;
}
.doctor_detail_grid span{
  color: #777;
  font-weight: 500;
  font-size: 14px;
}
.doctor_detail_grid .detail_item{
  margin: 30px 0;
}
.doctor_detail_grid .detail_item ol li{
  color: #777;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 992px){
  
}
@media screen and (max-width: 768px){
  .doctor_detail_grid{
    grid-template-columns: 100%;
  }
}


.contact_page_map iframe{
   border-radius: 6px;
}
.foot_list{
  display: flex;
  flex-wrap: wrap;
}
.foot_list .contact2{
  margin:0 auto;
}

@media screen and (max-width: 1200px){
  .st-main-header-right ul li{
    margin-right: 20px!important;
  }
}
@media screen and (max-width: 992px){
  .st-tab-links.st-style1{
    grid-template-columns: auto auto auto;
  }
  .st-height-b100{
    height: 60px!important;
  }
}
@media screen and (max-width: 768px){
  .st-tab-links.st-style1{
    grid-template-columns: auto auto;
  }
  .department_doctor_title{
    text-align: center;
  }
  .doctor_item_wrapper{
    justify-content: center;
  }
  .st-height-b100{
    height: 40px!important;
  }
  .service_content{
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}



/* doctor filter based on department or search starts */
.search_filter_header {
  display: grid;
  grid-template-columns: auto auto 120px;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #006838;
  padding:20px 20px 10px 20px;
  border-radius: 4px;
}
.search_filter_header select, input, button {
  margin-bottom: 10px;
  padding: 8px;
  border: none;
  border-radius: 2px;
  font-weight: 500;
  color: #666;
}
.search_filter_header input::placeholder {
  color: #666;
}
.search_filter_header button {
  cursor: pointer;
  background: #fff;
  color: #222;
}

.search_filter_header input:focus{
  outline: 2px solid #222;
}
.search_filter_header select:focus{
  outline: 2px solid #222;
}

@media screen and (max-width: 768px){
  .search_filter_header {
    display: grid;
    grid-template-columns: auto auto 40px;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding:10px 10px 0px 10px;
  }
  .searchText{
    display: none;
  }
}
@media screen and (max-width: 480px){
  .search_filter_header {
    gap: 5px;
    grid-template-columns: auto 140px 40px;
  }
}
@media screen and (max-width: 380px){
  .search_filter_header {
    grid-template-columns: auto 130px 0px;
  }
  #search-button{
    overflow: hidden;
    display: none;
  }
}
/* doctor filter based on department or search ends */


.contact-content .form-box p {
  padding-right: 0;
}
.btn_submit{
  background: #003091!important;
  color: #fff!important;
}
.btn_submit:hover{
  background: #0949ca!important;
  color: #fff!important;
}
.cta_row .btn_submit{
  padding: 0px 20px!important;
}
#submit{
  min-width: 100px;
}
.form-group p{
  margin: 0px!important;
  padding: 0px!important;
}
.estimate-area .estimate-form input, .estimate-area .estimate-form .nice-select {
  padding: 0 5px;
}
.wpcf7-form-control-wrap input{
  width: 100%!important;
}
.wpcf7-form-control-wrap select{
  margin-top: -20px!important;
  border: 1px solid blue!important;
}

.appinment-forms.custom_popUp{
  max-width: 420px;
	padding: 20px 20px 0px 20px!important;
}


.dropdown-menu{
  min-width: 260px!important;
}

.sub_service_item{
  background: #fff;
}

.about-style-three ul li::after {
  position: absolute;
  left: 0;
  top: 18px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  transform: translateY(-50%);
  color: var(--color-secondary);
  font-size: 16px;
}


/* google translate code output cleaned start*/
/* hiding topbar */
body > .skiptranslate {
  display: none;
}
body {
  top: 0px !important; 
}

/* hiding image and powered by text */
#google_translate_element img{
display: none !important;
}
.goog-logo-link {
  display:none !important;
}  
.goog-te-gadget{
  color: transparent !important;
}
.goog-te-gadget a{
  display:none !important;
}

/* hiding original text tooltip on hover */
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
.goog-text-highlight {  background-color: transparent !important; border: none !important; box-shadow: none !important;}

/* maintaining margin to translate div */
.google_lang_div{
  margin-right: 20px!important;
  margin-bottom: -25px!important;
}
/* google translate code output cleaned end*/
