@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
:root {
    --primary: #b29a5a;
/*     --secondary:#fff; */
    --white: #fff;
    --black: #000;
    --gradient: linear-gradient(#f87217, #000) ;
}
.page-id-3799 h1.text-white.mb-0 { text-transform: uppercase; }

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Work Sans", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 13px;
    padding: 15px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Work Sans", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
	font-family: "Work Sans", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 110px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Work Sans", sans-serif;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Work Sans", sans-serif;
    color: #464d58;
    font-size: 15.5px;
    line-height: 28px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
    font-family: "Work Sans", sans-serif;
  color: #4d5765;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.menutop li.menu-item-has-children:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f107';
    color: #0000006b;
    font-size: 11px;
    position: absolute;
    right: -1px !important;
    top: 16px !important;
    cursor: pointer;
}
.menutop .current-menu-parent:after {
    background-color: #fdfdfd00 !important;
}
.menutop .sub-menu li.current-menu-item a {
    color: #0000007d !important;
    background: #b29a5a00 !important;
}

.menucontainer li:last-child a {
    padding-right: 20px !important;
}
.menutop .sub-menu {
    display: bloack !important;
    position: absolute;
    top: 100%;
    z-index: 99999;
    width: 642px !important;
    padding: 0;
}
.mega-sub-menu .mega-menu-item a.mega-menu-link {
    font-weight: 400 !important;
    padding: 0px 8px !important;
}
ul.mega-sub-menu {
    left: -12% !important;
    max-width: 100%;
    padding: 13px 36px 5px 2px !important;
}

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge, #mega-menu-wrap-primary button.mega-close {
    color: #0a0a0a !important;
    font-size: 17px !important;
    background: #fff !important;

}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #555555b0 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    margin: -5px 0px -6px 0px !important;
    border-bottom: 1px dashed #00000021 !important;
}
.menutop .sub-menu li a {
    width: 49%;
    margin-right: 20px;
    position: relative;
    display: block;
    color: #3333339e !important;
    padding: 7px 10px;
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 17px;
    border-bottom: dashed 1px #e8e7e7 !important;
}
ul.mega-sub-menu {
    display: flex;
    width: 115% !important;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 42px;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
}
.heading {
    display: block;
    margin: 0 auto 65px;
}
.heading:after {
    position: absolute;
    bottom: -19px;
    left: 50%;
    content: '';
    height: 2px;
    width: 80px;
    background: var(--primary);
    transform: translate(-50%,-50%);
}
.heading:before {
    position: absolute;
    bottom: -25px;
    left: 50%;
    content: '';
    height: 2px;
    width: 60px;
    background: var(--secondary);
    transform: translate(-50%,-50%);
}
.leftheading {
    text-align: start;
    position: relative;
    font-size: 38px;
    margin-bottom: 10px;
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 17px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
}
.heading .subheading {
    width: fit-content;
    margin: auto;
    position: relative;
}
.heading .subheading:before, 
.heading .subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.heading .subheading:after {
    transform: translateX(-18px);
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-secondary span {
    z-index: 2;
    position: relative;
}
/* TOP CONTACT CSS */

.topbar {
    background: var(--primary);
    padding: 10px 0;
}
.top-contact {
    column-gap: 20px;
}
.top-contact p, .top-contact p a {
    color: var(--white);
    font-size: 15px;
}
.topcontact {
    align-items: center;
    position: relative;
    z-index: 99;
}

.smoicons {
    column-gap: 3px;
}
.smoicons li a {
    background: #ffffff21;
    color: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.smoicons svg path {
    fill: var(--white);
}

.topcontact ul {
    column-gap: 20px;
}
.topcontact i {
    color: var(--white);
    background: #ffffff29;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.topcontact li {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.topcontact a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}

/* Header */
header .row {align-items: center;}
.logo img {
    position: absolute;
    top: 8px;
    width: 120px;
}
.logo span{
    color: var(--primary);
}
/* Menubar */
.navmenus {
    padding: 34px 0;
    position: relative;
}
.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}

.navmenus .btn-secondary {
    border-radius: 50px;
    padding: 12px 14px!important;
    margin: 0 !important;
}
.menubar .btn:before {
    border-radius: 10px 10px 0 10px !important;
}

.menutop li a {
    display: inline-grid;
    font-size: 17px;
    padding: 14px 10px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: .5px;
    color: var(--black);
}

/* Main Slider */

.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 585px;
    object-fit: cover;
}
.mainslider figure:after {
    background: linear-gradient(45deg, #00000057, #0000004d);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.mainslider .carousel-content {
    width: 75%;
    margin: 0 auto;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.carousel-indicators button {
    display: none

;
}
.mainslider .carousel-content h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 3px;
    border-bottom: 2px solid #fff;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Caveat", cursive;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 25px;
}
.mainslider .carousel-caption h2 span {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: var(--white);
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.discover {
    bottom: 70px;
    left: 70px;
    z-index: 1;
}
.discover img {
    width: 160px !important;
	animation: spin 12s infinite linear;
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}   
}


/* HOME ABOUT SECTION CSS */

 .about {
    padding: 20px 0;
    background-color: #b29a5a;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 47px;
    font-weight: 600;
    line-height: 53px;
    color: #fff;
}
.about-content  p {
    padding: 0;
    margin: 0 0 29px 0;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    line-height: 39px;
}
.about-content span {
 color:var(--primary);
}
.about-content .subheading:after {
    position: absolute;
    content: '';
    top: 12px;
    left: 20px;
    height: 10px;
    width: 10px;
    background: #f87217c4;
    border-radius: 50%;
}
.about-content .subheading {
    background: #f8721714;
    display: block;
    width: fit-content;
    padding: 5px 40px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.about img {
    width: 100%;
    height: 682px;
}
.about figure{
overflow: hidden;
position: relative;
}
.aboutlogo {
    position: absolute;
    top: 45%;
    left: 42%;
    transform: translate(-50%,-50%);
}
.aboutlogo img {
    width: 110px;
    height: 110px;
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-infinite {
  animation: rotateInfinite 5s linear infinite;
}
.aboutlist ul , .whowearelist  ul{
    display: flex;
	flex-direction:column;
    row-gap: 10px;
	margin-top:20px;
}
.about-content {
    padding-left: 37px;
    margin-top: -53px;
}
.about-content .btn {
    margin-top: 10px;
}
/* CAUSE SECTION CSS */

.cause {
    background: #76c6410d;
    padding: 50px 0 60px;
}
.cause-item {
    background: var(--white);
    padding: 30px 20px;
    box-shadow: 0 0 40px 5px #0000000d;
    border-radius: 20px 0 20px 0;
    transition: .4s;
    height: 100%;
    border: 1px solid #76c64173;
    text-align: center;
}
.cause-item figure {
    background: #76c64126;
    height: 85px;
    width: 85px;
    border-radius: 50px;
    margin: 0 auto 15px;
    outline: 2px solid #fff;
    box-shadow: 0 0 10px #adadad;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cause-item img {
    width: 60px !important;
}
.cause-info h3 {
    font-weight: 600;
    color: #182220;
    margin: 18px 0 13px;
    font-size: 25px;
}
.cause-info a {
    color: var(--primary);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 13px;
    display: inline-block;
    border-radius: 6px;
    border-bottom: 2px solid var(--primary);
}
.cause .row {
    row-gap: 20px;
}

/* servicse section  */
.services {
    padding: 60px 0;
}
/* .aboutservices figure {
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    outline: 2px dotted var(--primary);
    outline-offset: 8px;
} */
.aboutservices figure {
    overflow: hidden;
    /* border-radius: 15px; */
    transition: transform 0.3s ease-in-out;
    height: 214px;
    width: 100%;
    /* background: var(--primary); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.aboutservices img {
    transition: filter 0.3s ease, transform 0.3s ease-in-out;
   
}
.aboutservices {
    text-align: center;
}
.servicesinfo figure {
    height: 80px;
    width: 80px;
    background: linear-gradient(90deg, #000000, var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 auto 15px;
    transition: transform 0.3s ease-in-out;
}
.servicesinfo img {
    width: 55px !important;
    height: auto;
    filter: brightness(1) !important;
    transition: filter 0.3s ease, transform 0.3s ease-in-out;
}
.servicesinfo h3 {
    color: var(--white);
    margin: 0;
    font-size: 23px;
    transition: color 0.3s ease;
    font-weight: 600;
}
.services .row {
    row-gap: 20px;
}
/* product section  */
.products {
    background: #f7f7f7;
    padding: 45px 0;
}
.aboutprdcts {
    background: #76c64114;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.aboutprdcts h3 {
    margin: 0;
    padding: 15px;
    font-size: 21px;
}
.products .row {
    row-gap: 20px;
}
.aboutprdcts img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #fff;
}
/*PROCEDURE SECTION */
.procedure {
    padding: 40px 20px;
}
h2.left-heading {
    font-size: 29px;
}
 .procedure span {
    color: #7b6a3e;
}
.procedure h4{
	position:relative;
}
.procedure h4:after {
    position: absolute;
    bottom: -12px;
    left: 36px;
    content: '';
    height: 2px;
    width: 66px;
    background: var(--primary);
    transform: translate(-50%,-50%);
}
.procedure .aboutpro {
    /* background: #76c64114; */
    height: 100%;
    /* border-radius: 10px; */
    overflow: hidden;
    text-align: center;
    display: flex;
}
.procedure img {
    height: 64%;
}
.procedure .des_details {
    margin: 20px 14px;
    text-align: start;
}
.des_details h5 {
    font-weight: 400;
    font-size: 20px;
}
.des_details p {
    color: #777777;
}
.aboutpro figure {
    margin: 0;
    height: 43%;
}
.servive-btn {
    border-radius: 0px;
    padding: 8px;
}
.procedure-box {
    padding: 15px 0px;
}

.time_table {
    border: 4px solid var(--primary);
    padding: 20px;
}
.time_table h4 {
    font-weight: 300;
}
.time_table h5 {
    font-weight: 400;
}
.time_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* .time_table span {
    font-weight: 600;
    font-size: 19px;
} */
span.bold {
    font-weight: 600;
    font-size: 19px;
}

.time_list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 2px;
    border-bottom: 1px dashed #ccc;
}

.time_list li:last-child {
  border-bottom: none;
}

.time_list .day {
  font-weight: 500;
}

.time_list .time {
  font-style: italic;
}
.team-info {
    margin-top: 17px;
}
/*NEWS*/
.heading span {
    color: var(--primary);
}
h2.heading {
    font-weight: 400;
}

.news .info {
    text-align: start;
    background: #f8f8f8;
    padding: 8px;
}
.ab_services {
    text-align: center;
    padding: 10px;
}
/*  .btn {
    position: relative;
    display: inline-block;
    padding: 7px 14px;
    color: #f3f3f300;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #b29a5a;
    
    background-color: #b29a5a;
}  */



.btn:hover::before {
    transform: scale(1, 1);
    transform-origin: top left;
}

.btn:hover {
    color: white; 
}

/* .heading:after {
   
} */
/* CLIENT SECTION CSS */

.client {
    padding: 50px 0;
}
.client-logo img {
    width: 180px !important;
}
.client-logo {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 30px;
    background: #f8721705;
}
.homeblogbox h3 a {
    font-size: 22px;
    /* margin-top: 12px; */
    font-weight: 500;
}
.homeblogbox {
    padding: 20px 8px;
    background: #f8f8f8;
} 
.homeblog {
    margin-bottom: 40px;
}
.homebloglist {
    width: 360px;
}
/* .custom-date-box {
  background-color: #007bff; 
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 6px;
} */
.day {
    display: flex;
    margin-top: -12px;
    margin-bottom: 5px;
}
.custom-date-box {
    background-color: #b29a5a;
    color: #fff;
    height: 51px;
    width: 50px;
    padding: 10px;
    padding: 15px;
    text-align: center;
    /* border-radius: 6px; */
}
.custom-date-box .month {
  font-style: italic;
}

.custom-date-box hr {
    border: 0;
    border-top: 1px solid #ffffff55;
    margin: 0px 0;
    margin-top: -6px;
}

/* HOME CONTACT SECTION CSS */
.homecontact {
    padding: 50px 0 60px;
    background: linear-gradient(45deg, #040f2ab5, #040f2ab5), url(../images/home-contact.webp) no-repeat center center / cover;
    overflow: hidden;
    background-attachment: fixed;
}
.homecontact .heading {
    color: #fff;
}
.homecontact-form {
    width: 100%;
}
.homecontact-form .subheading:before, .homecontact-form .subheading:after {
    background: var(--white);
}
form.wpcf7-form.init {
    background: #f9f9f908;
    padding: 23px;
    border-radius: 10px;
}

/* Footer */

footer {
    padding-top: 50px;
    position: relative;
    z-index: 9;
    background: #b29a5a;
}
footer .logo {
    text-decoration: none !important;
    font-size: 38px !important;
    font-family: unset !important;
    margin-bottom: 20px;
}
footer .container {
    z-index: 9;
    position: relative;
}
footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 10px;
    height: 435px;
    width: 465px;
    background: #76c6410d;
    border-radius: 0 0 50% 50%;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 185px;
    height: 100%;
}
.ftr-about a {
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: 1px;
    margin-top: 5px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}

footer h3 {
    color: #efefeff0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
}
footer .row a {
    display: block;
    font-size: 15px;
}
footer a, footer ul li {
    color: #efefeff0;
    font-size: 14.5px;
    transition: 0.5s ease-in-out;
}
  h5.f_heading {
    font-size: 18px;
    color: #fff;
}
.footer-logo {
    height: 224px;
    width: 217px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
footer h4 {
    color: #fff;
}
footer a:hover {
    color: var(--primary);
}
footer .row {
    margin-bottom: 35px;
}
.ftrcontact li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.ftrlinks li {
    position: relative;
    padding-left:25px;
}
.ftrlinks li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
    color: var(--primary);
}
footer ul.menu li a {
    line-height: 35px;
    display:inline-block;
}

footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefeff0;
    font-size: 15px;
    font-weight: 400;
}
.ftrcontact i {
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff17;
    border-radius: 50%;
}
.ftr-smoicons {
    column-gap: 8px;
    margin-top: 18px;
}
.ftr-smoicons li {
    color: var(--white);
    font-size: 16px;
}
.ftr-smoicons li a {
    color: var(--white);
    font-size: 14px;
    background: #ffffff17;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftr-smoicons svg path{
fill: var(--white);	
}
.ftr-smoicons li a i {
    margin: 0;
}
.copyright {
    text-align: center;
    padding: 12px 0;
    background: #000000a8;
    margin-top: 66px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
.ftr-about a {
    color: var(--white);
}
.newsletter {
    background: var(--primary);
    margin-top: 30px;
    border-radius: 6px;
    padding: 14px;
}
.newsletter-cnt {
    column-gap: 20px;
    align-items: center;
}
.newsletter-cnt h3, .newsletter-cnt h3 span{
	color:var(--white);
}
.newsletter-cnt h3 span {
    font-size: 17px;
    padding-top: 6px;
}
.newsletter-cnt img{
	transition:0.5s ease-in-out;
}
.newsletter-cnt:hover img{
	transform: rotateY(180deg);
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    font-size: 20px;
    font-family: 'Font Awesome 5 Brands';
    width: 100%;
    height: 100%;
    padding: 12px 20px;
}
.newsletter  .wpcf7-spinner{
	display:none;
}
.newsletter  input {
    margin: 0;
    padding: 12px 20px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 30px;
    border-radius: 6px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid #ffffff78;
    background: var(
    --primary);
    width: 50px;
    color: var(--white);
    height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 13px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 25px;
    z-index: 99999999;
    padding: 7px 11px;
    background: #056a62;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    display: flex !important;
    align-items: center;
    column-gap: 5px;
}


.qrcode {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 11;
    background: #f4f7fc;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
}
.qrcode img {
    width: 80px;
}

/* #whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
} */

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 25px;
}
#whatsappbtn span {
    font-size: 17px;
    font-weight: 400;
}
.secondary-container {
    padding: 40px 44px;
}
/* Convenzioni   */
.details {
    margin-top: 24px;
}

.details li::before {
    content: "\f044";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 19px;
    color: #b29a5a;
}
.details li {
    margin-bottom: 18px;
}
.column.list-items {
    position: relative;
}
.list-items h2:after {
    position: absolute !important;
    bottom: 91% !important;
    left: 9% !important;
    content: '';
    height: 2px !important;
    width: 66px !important;
    background: var(--primary) !important;
    transform: translate(-50%,-50%) !important;
}
.column.convenzioni-list {
    position: relative;
}
.convenzioni-list h2:after {
    position: absolute;
    top: 32px;
    left: 10%;
    content: '';
    height: 2px;
    width: 66px;
    background: var(--primary);
    transform: translate(-50%,-50%);
    /* margin-bottom: 4px; */
}
.column.fashim {
    position: relative;
    margin-top: 10px;
}
.fashim h2:after {
    position: absolute;
    /* bottom: -99%; */
    left: 10%;
    top: 35px;
    content: '';
    height: 2px;
    /* bottom: 12px; */
    width: 66px;
    background: var(--primary);
    transform: translate(-50%,-50%);
    /* margin-bottom: 4px; */
}
.list-items li {
    display: flex;
    justify-content: space-between;
    padding: 12px 2px;
    border-bottom: 1px dashed #ccc;
}
.convenzioni-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 2px;
    border-bottom: 1px dashed #ccc;
}
.fashim li {
    display: flex;
    justify-content: space-between;
    padding: 12px 2px;
    border-bottom: 1px dashed #ccc;
}

/* CONTATTI */
.contatti h2 {
    font-size: 32px;
    font-weight: 300;
}
.richiedi{
	position:relative;
}
.richiedi h2:after {
    position: absolute;
    left: 9%;
    top: 44px;
    content: '';
    height: 2px;
    width: 66px;
    background: var(--primary);
    transform: translate(-50%,-50%);
}
.orari{
	position:relative;
}
.orari h2:after {
    position: absolute;
    left: 9%;
    top: 43px;
    content: '';
    height: 2px;
    width: 66px;
    background: var(--primary);
    transform: translate(-50%,-50%);
}

/*Contatii */
/* .secondary-container.contatti {
    padding: 40px 69px !important;
} */
.secondary-container.contatti {
    padding: 60px 0px !important;
}
.appointment-list {
    margin-top: 45px;
}
.appointment-list .icon img {
    height: 40%;
    width: 76%;
}
.contatii-logo img {
    height: 119px;
    /* width: 138px !important; */
}
.richiedi h4 {
    font-weight: 300;
    font-size: 24px;
}
.orari-list h4 {
     font-weight: 300;
    font-size: 24px;
}
.logo-sec {
    margin-left: 36px;
}
.logo-sec h4 {
    font-size: 24px;
    font-weight: 300;
}
.orari-list {
    margin-top: 40px;
}
.orari-list img {
    width: 49px;
}
.orari .content {
    margin-left: 20px;
}
.contatii-team {
    background: #f7f7f7;
}
.contatii-team h2.left-heading {
    font-size: 29px;
    padding: 27px 12px;
}

/* Doctor Details Page */
.dr_profile h2 {
    margin-top: 20px;
    font-size: 27px;
    font-weight: 300;
    text-align: end;
}

.doctor-details {
    text-align: start;
    padding-left: 10% !important;
}
.doctor-details h1 {
    font-size: 37px;
    font-weight: 200;
}
.doctor-details p {
    font-size: 18px;
}
.esperienze h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
}
.esperienze strong {
    font-size: 19px;
    font-weight: 500;
    margin-left: 10px;
    color: var(--primary);
}
.esperienze span {
    font-size: 21px;
}
.pubblicazioni h1 {
    text-transform: capitalize;
    font-weight: 300;
}
.corsi-frequentati h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
}
.corsi-frequentati {
    margin-top: 20px;
}
.corsi-frequentati strong {
    font-size: 19px;
    font-weight: 500;
    margin-left: 10px;
    color: var(--primary);
}
.corsi-frequentati span {
    font-size: 21px;
}
.rivew-slider .box {
    background: #f8f8f8;
    color: #777777;
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 1px;
    position: relative;
    padding: 33px 6px;
    width: 263px;
    height: auto;
}
.rivew-slider .box::before {
    color: #d3d3d3;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    left: 20px;
    position: absolute;
    top: 7px;
}
/*Gallery*/
.secondary-container.gallery {
    background: #f5f5f5b0;
}
.center-heading {
    display: grid;
    align-items: center;
    place-items: center;
    margin-bottom: 20px;
}
.center-heading h2 {
    font-size: 35px;
    font-weight: 400;
}
.center-heading span {
    color: var(--primary);
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-row .col {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb {
    /* background: linear-gradient(#000000d9, #b29a5a); */
    padding: 121px 0 45px;
    text-align: center;
    background: #b29a5a;
}
.breadcrumb .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}

.breadcrumb h1 {
    font-weight: 300;
    font-size: 36px;
    color: var(--black);
    color: #000 !important;
}
.breadcrumb p {
    margin: 0;
    color: var(--black);
    font-size: 18px;
}
.breadcrumb a {
    color: var(--primary);
    margin-right: 25px;
    position: relative;
    font-size: 18px;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color:  var(--black);
}
.page-id-3466 #currentpage {
    display: none;
}
.page-id-3466 nav.breadcrumbs {
    position: absolute;
    top: 50%;
    right: 50px;
    display:block !important;
}
nav.breadcrumbs{
display:none;
}
nav.breadcrumbs a {
    font-size: 17px;
    color: var(--primary);
}

/* CONTACT US PAGE CSS */

.contactus form {
    padding: 35px 30px 25px;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    background: #f2ecf0;
}
.contactus_details {
    padding: 28px;
    background: #ae7d9d1f;
    border-left: none;
    margin-bottom: 14px;
    padding-left: 85px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border-right: 3px solid var(--primary);
}
.contactus_details p {
    margin: 0;
}
.contactus_details i.fas, .contactus_details i.fab {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--primary);
    color: transparent;
    height: 100%;
    width: 60px;
    border-radius: 0 60px 60px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 0 0 #0000001f;
    border-right: 2px solid var(
    --white);
    font-size: 22px;
    -webkit-text-stroke: 1px var(--white);
}
.contactus_details h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.contactus_details p a {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 400;
}
.contactus_details:last-child {
    margin: 0;
}
.contactus form input[type="submit"] {
    width: 100%;
    padding: 15px 20px 15px;
    border-radius: 6px;
    background: var(--primary);
}
.contactus form span.wpcf7-spinner {
    display: none;
}
.google-map iframe {
    width: 100%;
    border-radius: 10px;
}
footer .gglmap {
    margin: 35px 0 25px;
}

footer .gglmap iframe {
    height: 300px;
}


.featuers-box {
    background-color: #f6fafb;
    padding: 30px;
    border-radius: 5px;
    border: 1px dotted #03a7f1;
}

.featuers-box .icon {
    width: 84px;
    border-radius: 41px;
    margin: 0 auto;
    /* height: 46%; */
    background: white;
    padding: 11px;
    border: 1px solid #03a7f1;
}

/* gallery page  */
.gallerylightboxlist {
    height: 227px;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
}
.gallery .row {
    row-gap: 5px;
}
.gallerylightboxlist {
    height: 259px;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 393px;
}

.gallerylightboxlist .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(1px);
    background-color: #333333d9;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallerylightboxlist:hover .overlay {
  opacity: 1;
}
.gallerylightboxlist .overlay i {
  color: white;

  transform: translateY(-30px); /* Start above */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.4s ease;
	 font-size: 18px;
    background-color: var(--primary);
    border-radius: 50%;
    height: 37px;
    width: 37px;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.gallerylightboxlist:hover .overlay i {
  transform: translateY(0); /* Drop to center */
  opacity: 1;
}
.studio {
    padding: 30px 40px;
}
.studio h2 {
    font-size: 32px;
    font-weight: 300;
    position: relative;
    margin-left: 2px;
}
.studio span {
    color: var(--primary);
}
 
.studio h2:after {
    position: absolute;
    top: 42px;
    left: 5%;
    content: '';
    height: 2px;
    width: 59px;
    background: var(--primary);
    transform: translate(-54%,-50%);
}
.studio h3 {
    font-weight: 300;
}
.top_services h2:after {
    position: absolute;
    top: 44px;
    left: 9%;
    content: '';
    height: 2px;
    width: 52px;
    background: var(--primary);
    transform: translate(-54%,-50%);
}
.info-block.mb-3.service-tab {
    margin-top: 22px;
    padding: 10px;
    background: #b29a5a12;
}
.service-tab h5.m-0 {
    font-weight: 300;
    font-size: 20px;
}
/*Presentazione Studio*/
.study {
    /* border-bottom: 26px; */
    margin-bottom: 40px;
}
/* .study-para p, h2 {
    margin-left: 50px;
} */
.study-para h2 {
    font-size: 32px;
    font-weight: 300;
}
.study h6 {
    font-size: 22px;
    font-weight: 300;
}
.study-para span {
    font-size: 17px;
    font-weight: 500;
}
.image-border img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 10px;
    height: 267px;
    width: 385px;
    object-fit: cover;
}
.image-border img:hover {
  border-color: #007bff; 
}
.team-regulation {
    margin-top: 40px;
}
.regulation-item li {
position: relative;
}
.regulation-item li:before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    top: -1px;
    left: -15px;
    color: #0000004a;
}
/*Prestazioni*/

h1.perform_index {
    font-size: 31px;
    font-weight: 300;
}
hr {
    border: 0px solid #00000000;
}
.team.bg-lighter {
    background: #f7f7f7 !important;
    padding: 40px 0px;
}
 h2.team-heading{
    font-size: 29px;
    font-weight: 300 !important;
    position: relative;
	margin-bottom: 33px !important;
}

/*  h2.left-heading::after {
    content: '';
    position: absolute;
    top: 44px;
    left: 9%;
    width: 52px;
    height: 2px;
    background-color: var(--primary);
    transform: translateX(-50%);
} */
h2.team-heading::after {
    position: absolute;
    left: 0%;
    margin-top: 38px;
    /* margin-bottom: 53px; */
    content: '';
    height: 2px;
    width: 59px;
    background: var(--primary);
    transform: translate(8%,20%);
}
.study-para hr {
    margin-left: 3px;
    color: #00000047;
}

/* MISSION */
.missions {
    background-attachment: fixed !important;
    background: linear-gradient(90deg, #000000bd, #000000bf), url(../images/msnvsn.jpg) no-repeat center center / cover;
    padding: 65px 0;
    margin-top: 50px;
}
.missions-item {
    background: #00000057;
    padding: 25px;
    border: 1px solid #ffffff2e;
    border-radius: 20px 0 20px 20px;
}
.missions-item p {
    color: #fff !important;
    line-height: 28px;
}
.missions-item figure {
    background: #e3f5fd;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 15px;
    margin-bottom: 10px;
}
.missions-item img {
    width: 60px;
}
.missions-item h3 {
    margin: 10px 0 5px;
    color: #ffff;
    font-size: 22px;
    font-weight: 700;
}
.contactus .startproject {
    display: none;
}

.description a {
    position: absolute;
    font-size: 16px;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width:991px){
.hdrlogo {
    height: 95px;
    width: 95px;
}
header img {
    width: 65px;
}
header .col-sm-10 {
    text-align: -webkit-right;
}
#rmp_menu_trigger-573 {
	width: 42px;
    height: 42px;
    position: relative;
    top: 12px !important;
    right: 0px;
    background: var(--primary) !important;
    transition: transform 0.5s, background-color 0.5s;
}
	button#rmp_menu_trigger-573 {
    display: block;
    margin-left: auto !important;
}
.mainslider .carousel-content {
    width: 70%;
}
.mainslider .carousel-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 10px;
}
.mainslider figure img {
    height: 450px;
}
.benefits .row {
    row-gap: 22px;
}
	.secondary-container {
    padding: 40px 0px;
}
	.image-border img {
    height: auto;
    width: 81%;
}
	.dr_profile img {
    width: 51%;
    height: auto;
}
	.rivew-slider .box {
    width: 363px;
    height: 139px;
}
	.doctor-details {
    text-align: start;
    padding-left: 0% !important;
}
	.studio img.img-fluid.mb-2 {
    width: 74%;
    height: 420px;
}
.about-content .leftheading {
    margin-bottom: 5px !important;
    left: 0px;
}
.about-content {
    text-align: center;
}
.cause {
    padding: 30px 0 45px;
}
.cause .row {
    row-gap: 22px;
}
.heading {
    margin: 0 auto 25px;
    font-size: 35px;
    line-height: 40px;
}
.subheading {
    font-size: 20px;
}
.benefits {
    padding: 45px 0;
}
.join {
    padding: 40px 0 70px;
}
.join h2 {
    font-size: 40px;
    width: 100%;
    margin: 0 auto 10px;
    line-height: 50px;
}
.event {
    padding: 40px 0;
}
.testimonial {
    padding: 30px 0;
}
.client {
    padding: 40px 0;
}
.client-logo img {
    width: 80px !important;
}
.missions-item {
    padding: 20px;
}
.missions .row {
    row-gap: 22px;
}
.founder .row {
    row-gap: 22px;
}

.about img {
    width: 72%;
    height: 657px;
}
.about-content {
    padding-left: 0px !important;
    margin-top: 9px;
    text-align: start !important;
}
/* .about-content .leftheading {
    margin-bottom: 5px !important;
    left: -52px;
} */
/* .container, .container-md, .container-sm {
    max-width: 79%;
} */
	.container, .container-md, .container-sm {
    max-width: 97%;
}
p {
    font-size: 15px;
    line-height: 19px;
}
.aboutservices h3 {
    font-size: 17px;
}
.aboutservices p {
    font-size: 15px;
    line-height: 22px;
}
.procedure h2.left-heading {
    margin-left: -4px !important;
    font-size: 32px !important;
}
.aboutpro figure {
    margin: 0;
    height: 58%;
}
.procedure .des_details {
    margin: -2px 23px;
    text-align: start;
}
	.des_details p {
    color: #777777;
    line-height: 28px;
}
	.procedure .aboutpro {
    margin-bottom: 29px;
}
	.procedure img {
    height: 68%;
}
	.team-info h3 {
    font-size: 20px;
}
	.homebloglist img {
    width: 228px;
    height: 153px;
}
	h2.heading {
    font-weight: 400;
    margin-top: 29px;
}
	.homebloglist {
    width: 228px !important;
}
	.homeblogbox h3 a {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 11px !important;
}
	/* Contact */
	
	.richiedi h2:after {
    left: 6%;
}
.orari h2:after {
    left: 6%;
}
.dr_profile h2 {
    text-align: start;
}

}

@media(max-width:767px){
/* 	html {
    overflow: hidden !important;
} */
	html {
    overflow-x: hidden;
}
	.page-id-3466 nav.breadcrumbs {
    position: absolute;
    top: 63%;
    right: 50px;
    display: block !important;
}
	
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
.mainslider figure img {
    height: 400px;
}
.mainslider .carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
}
.benefits-item:before {
    background-size: cover;
}
.about-content .leftheading {
    font-size: 27px;
    line-height: 40px;
}
.join h2 {
    font-size: 35px;
    margin: 0 auto 10px;
    line-height: 45px;
}
.event {
    padding: 20px 0 30px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 30px;
}
.client {
    padding: 30px 0;
}
.missions {
    padding: 45px 0;
    margin-top: 30px;
}
.founder-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.founder {
    padding: 40px 0;
}
.secondary-container.contactus .row {
    row-gap: 22px;
}
.donate-content img {
    width: 100%;
}
button#rmp_menu_trigger-573 {
    top: 16px !important;
}
/* 	.position-relative {
    position: relative!important;
    width: 100% !important;
    margin-left: -34px !important;
} */
	.mainslider.position-relative {
    left: -33px !important;
}
	.custom-carousel-indicators {
    display: none !important;
   
}
	.aboutservices {
    text-align: center;
    padding: 0 60px;
}
/* 	.aboutservices p {
    font-size: 15px;
    line-height: 22px;
    width: 337px;
    margin-left: 94px;
} */
	.about figure img {
    height: 50% !important;
}
	.about figure img {
    width: 52% !important;
    margin-left: 90px;
}
	.about-content .leftheading {
    left: 0px;
}
	.heading:after {
    bottom: -7px !important;
}
	/* Gallery */
	.gallerylightboxlist {
    width: 100% !important;
}
	/*  Dr. page  */
	img.attachment-featured.size-featured.wp-post-image {
    width: 94%;
    height: 32%;
}
	.dr_profile img {
    height: 291px !important;
    width: 69% !important;
}
	.secondary-container {
    padding: 40px 0px;
}
	.studio {
    padding: 30px 0px;
}
	.studio .col-lg-8 {
    padding: 0 60px;
}
	.studio img.img-fluid.mb-2 {
    width: 100%;
    object-fit: cover;
}
	.col-lg-4.top_services {
    padding: 0 50px;
}
	.top_services h2:after {
    left: 5%;
}
	.studio h2:after {
    top: 43px;
    left: 5%;
}
	.richiedi h2:after {
    left: 7% !important;
    top: 44px;
}
	.orari h2:after {
    left: 7%;
}
	.doctor-details {
    text-align: start;
    padding-left: 0% !important;
}
	.rivew-slider .box {
    width: 100%;
}
	.page-id-3466 nav.breadcrumbs {
    top: 44%;
}
}

@media (max-width: 667px) {
  .custom-carousel-indicators img {
    width: 36px;
    height: 24px;
  }
	.homebloglist {
    width: 197px !important;
}
	p.excerpt {
    font-size: 12px;
    margin-top: 10px;
}
	.secondary-container {
    padding: 40px 0px;
}
	.studio {
    padding: 30px 29px;
}
	.studio h2 {
    font-size: 25px;
}
	.studio h2:after {
    top: 33px;
    left: 7%;
}
	.top_services h2:after {
    top: 38px;
    left: 6%;
}
	.list-items h2:after {
    left: 7% !important;
}
	.convenzioni-list h2:after {
    left: 7%;
}
	.fashim h2:after {
    left: 7%;
}
	.convenzioni-team {
    padding: 20px 0;
}
	.richiedi h2:after {
    left: 9%;
}
	.orari h2:after {
    left: 9%;
}
	.rivew-slider .box {
    width: 464px;
    height: auto;
}
	.doctor-details .container, .container-md, .container-sm {
    max-width: 100% !important;
}
	.doctor-details {
    text-align: start;
    /* padding-left: 10% !important; */
}
	.doctor-details h1 {
    font-size: 32px;
}

}
@media(max-width:568px){
.breadcrumb {
    padding: 50px 0;
}
header .col-sm-2, header .col-sm-10 {
    width: 50%;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.mainslider .carousel-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
	.about-content  p {
    font-size: 16px;
    line-height: 28px;
}
	.des_details p {
    line-height: 24px;
}
	.homebloglist {
    width: 100% !important;
    margin-bottom: 20px;
}
	p.excerpt {
    font-size: 14px;
}
	
.btn {
    padding: 8px 20px;
}
.mainslider figure img {
    height: 300px;
}
.benefits-item {
    justify-content: space-between;
}
.benefits-item h3 {
    font-size: 25px;
}
.join h2 {
    font-size: 27px;
    margin: 0 auto 5px;
    line-height: 36px;
}
.leftheading {
    font-size: 28px;
    margin-bottom: 5px;
}
.copyright {
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.contactus_details {
    padding: 20px;
    padding-left: 75px;
    border-radius: 10px;
}
.contactus form {
    padding: 25px 25px 20px;
}
.google-map iframe {
    height: 300px;
}
.secondary-container {
    padding: 40px 0;
}
.donate-content h2 {
    font-size: 22px;
    margin-top: 15px;
}
	/* Contact us */
	.richiedi h2:after {
    left: 10%;
}
	.orari h2:after {
    left: 10%;
}
	.doctor-details {
    text-align: start;
    display: contents;
}
	.doctor-details h1 {
    font-size: 32px;
}
	.studio {
    padding: 30px 0px;
}
	.studio h2:after {
    top: 61px;
    left: 8%;
}
	.studio h2 {
    font-size: 25px;
}
	.studio h2:after {
    top: 59px;
    left: 7%;
}
}

@media(max-width:414px){
.hdrlogo {
    height: 85px;
    width: 85px;
}
header img {
    width: 60px;
}
	.logo img {
    top: 11px;
    width: 108px;
}
	button#rmp_menu_trigger-573 {
    top: 6px !important;
		right: 20px;
}
.navmenus {
    padding: 34px 8px;
}
	.mainslider.position-relative {
    left: -59px !important;
}
	.mainslider figure img {
    object-position: right;
    object-fit: cover;
}
.container{
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
	.about-content {
    padding: 20px !important;

}
.about-content .leftheading {
    font-size: 20px;
    line-height: 30px;
}
	.about-content  p {
    font-size: 14px;
    line-height: 25px;
}
	.procedure h2.left-heading {
    font-size: 26px !important;
}
	h4 {
    font-size: 18px;
}
	.procedure img {
    height: 43%;
}
	.des_details p {
    line-height: 21px;
}
	.procedure .aboutpro {
    margin-bottom: 7px;
}
	.team h2.left-heading {
    font-size: 24px;
}
	.team-info h3 {
    font-size: 13px;
}

	.homeblog {
    padding: 0 22px;
}
	.team {
    padding: 0 20px;
}
	footer a.footer-logo img {
    width: 145px;
    height: 70%;
}
footer .row {
    margin-bottom: 35px;
    margin-left: -7px;
}	
	html {
    overflow-x: hidden;
}
	.time_list li {
    padding: 10px 2px;
    
}
.join h2 {
    font-size: 22px;
    margin: 0 auto 5px;
    line-height: 30px;
}
.leftheading {
    font-size: 23px;
    margin-bottom: 5px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 22px;
    line-height: 30px;
}
	/* Details page */
	.breadcrumb {
    display: inline-block;
    padding: 55px 24px;
    width: 100%;
}
	.page-id-3466 nav.breadcrumbs {
    top: 37%;
    right: 97px;
}
	.breadcrumb h1 {
    font-size: 30px;
}
	/* Gallery */
	.studio {
    padding: 30px 7px;
}
	.studio h2 {
    font-size: 22px;
}
	.studio h2:after {
    top: 54px;
    left: 9%;
}
	.top_services h2:after {
    top: 30px;
}
	/*Contact */
	
	.page.page-id-3799 .breadcrumb {
	display: inline-block;
    padding: 55px 40px;
	width: 100%;
}
	.secondary-container.contatti {
    padding: 60px 12px !important;
}
	.contatti h2 {
    font-size: 25px;
}
	.richiedi h2:after {
    left: 12%;
	top:36px ;
}
	.appointment-list {
    margin-top: 30px;
}
	.richiedi h4 {
    font-size: 20px;
}
	.orari-list img {
    width: 35px;
}
	.orari-list h4 {
    font-size: 21px;
}
	.orari h2:after {
    left: 12%;
	top:36px;
}
	.logo-sec h4 {
    font-size: 20px;
}
	.appointment-list .icon img {
    height: 46%;
    width: 61%;
}
	/* Doctor Details */
	.doctor-details {
    display: contents;
}
	.doctor-details h1 {
    font-size: 30px;
}
	.doctor-details p {
    font-size: 15px;
}
	.esperienze h1 {
    font-size: 23px;
}
	.corsi-frequentati h1 {
    font-size: 25px;
}
	.doctor-details h1 {
    font-size: 27px;
}
	.lead {
    font-size: 15px;
}
	.convenzioni-team {
    padding: 20px;
}
/* 	.secondary-container.Pedodontics {
    padding: 20px;
} */
/* 	.secondary-container.chirurgia_maxillo_acciale {
    padding: 20px;
} */
	.secondary-container {
    padding: 20px;
}
	.page .page-id-3466 .breadcrumb {
    display: inline-block;
    width: 100%;
}
	.team.bg-lighter {
    padding: 40px 15px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, -0.25rem) !important;
    padding-left: var(--bs-gutter-x, -0.25rem) !important;
}
}

.custom-carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.custom-carousel-indicators button {
  border: none;
  background: transparent;
  padding: 0;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s;
  outline: none;
}
.custom-carousel-indicators button.active,
.custom-carousel-indicators button[aria-current="true"] {
  opacity: 1;
  transform: scale(1.15);
}
.custom-carousel-indicators img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 37px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.11);
    transition: border-color 0.3s;
}
.mainslider .custom-carousel-indicators {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}.mainslider:hover .custom-carousel-indicators,.mainslider:focus-within .custom-carousel-indicators {
  opacity: 1;
  pointer-events: auto;
}

.custom-carousel-indicators button.active img,
.custom-carousel-indicators button[aria-current="true"] img {
  border-color: #1c7f9b;
}
@media (max-width: 375px) {
  .custom-carousel-indicators img {
    width: 36px;
    height: 24px;
  }
	.procedure h2.left-heading {
    font-size: 23px !important;
}
	h4 {
    font-size: 16px;
}
	p {
    font-size: 14px;
    line-height: 19px;
}
	.team-info h3 {
    font-size: 20px;
}
	button#rmp_menu_trigger-573 {
    top: 5px !important;
    right: 2px;
}
	.secondary-container.convenzioni.pb-0 {
    padding: 15px;
}
	h2 {
    font-size: 19px;
}
	.lead {
    font-size: 15px !important;
    font-weight: 300;
}
	.convenzioni-team {
    padding: 19px 11px;
}
	.about-team.text-center.slick-slide {
    padding: 6px 30px;
}
	.convenzioni-team .left-heading h2 {
    font-size: 19px !important;
}
	.breadcrumb h1 {
    font-size: 40px;
}
	/* Contact PAge */
	.secondary-container.contatti {
    padding: 40px 0px !important;
}
	.contatti h2 {
    font-size: 27px;
    font-weight: 300;
}
	.richiedi h2:after {
    left: 13% !important;
}
	.richiedi {
    padding: 0 20px;
}
	.richiedi h4 {
    font-size: 21px;
}
	.logo-sec h4 {
    font-size: 17px;
    font-weight: 500;
}
	.contatii-logo img {
    height: 102px;
}
	.orari {
    padding: 0 20px;
}
	.orari h2:after {
    left: 15% !important;
}
	.orari-list h4 {
    font-size: 18px;
}
	/* Doctor's Details */
	.doctordetails {
    padding: 16px 20px;
}
	img.emoji {
    display: none !important;
}
	.rivew-slider .box {
    width:300px ;
}
	.dr_profile h2 {
    font-size: 21px;
}
	.doctor-details h1 {
    font-size: 24px;
}
	.doctor-details p {
    font-size: 15px;
}
	.esperienze h1 {
    font-size: 23px;
}
	.corsi-frequentati h1 {
    font-size: 24px;
}
	.container {
    display: inline;
}
	/*Gallery Page */
	.page-id-3466 nav.breadcrumbs {
    position: absolute;
    top: 38%;
    right: 78px;
    display: block !important;
}
	.ourgallery {
    padding: 0 15px;
}
	.studio h2 {
    font-size: 22px;
}
	.studio h2:after {
    top: 53px;
    left: 11%;
}
	.top_services h2:after {
    top: 31px;
    left: 11%;
}
	.page-id-3928 .breadcrumb h1 {
    font-size: 30px;
}
	.secondary-container.studiopresentation {
    padding: 20px;
}
	.studio {
    padding: 30px 0px;
}
	.page.page-id-3940 .secondary-container {
    padding: 40px 20px;
}
	.page.page-id-3940 .regulation-item li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 11px;
}
	.Pedodontics.secondary-container {
    padding: 40px 20px;
}
	.study-para h2 {
    font-size: 21px;
}
	.team.bg-lighter {
    padding: 40px 20px;
}
	.page.page-id-3704 .secondary-container {
    padding: 0 20px;
}
	.page.page-id-4175 .breadcrumb h1 {
    font-size: 27px;
}
	span.breadcrumb_last {
    font-size: 16px;
}
	.secondary-container.chirurgia_maxillo_acciale {
    padding: 20px;
}
	.chirurgia_maxillo_acciale h3 {
    font-size: 19px;
}
	
	.page.page-id-4011 .breadcrumb {
    display: inline-block;
    padding: 55px 10px;
}
	.page.page-id-4092 .breadcrumb h1 {
    font-size: 30px;
}
	.breadcrumb h1 {
    font-size: 30px;
}
	.page.page-id-3998 .breadcrumb {
    display: inline-block;
    padding: 55px 10px;
}
	
.page.page-id-4045 .breadcrumb {
    display: inline-block;
    padding: 55px 10px;
}
}

