.bg-color{
    background: #f6f6f6ad;
}
.title {
    text-align: center;
    margin-bottom: 45px;
}

.title.left {
    text-align: left;
}

.title p {
    margin-top: 25px;
}

.sub-title {
    font-size: 22px;
    line-height: 29px;
    color: var(--text-color); 
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.h1-title {
    font-size: 80px; 
    color: var(--primary-color);
    font-weight: 800; 
    text-transform: capitalize;
    margin-bottom: 18px;
}

.h2-title {
    font-size: 48px; 
    font-weight: 800;
    color: var(--primary-color); 
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;
}

.h3-title {
    font-size: 40px; 
    color: var(--primary-color);
    font-weight: 800; 
    text-transform: capitalize;
    margin-bottom: 25px;
}

.h4-title {
    font-size: 25px; 
    color: var(--primary-color);
    font-weight: 800; 
    margin-bottom: 0;
}

/*==========Homepage CSS Start==========*/
section {
    overflow: hidden;
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-section{
  background-repeat: no-repeat;
    background-image: url(../images/banner-img.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit; 
}

.banner-content-wrapper {
  margin: 30px 0;
}

.banner-section h1{
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px;
} 
.banner-img-wrapper{    
  position: relative;
  margin-left: 100px;
  top: 50px;
}
.icon-circle{
  position: absolute;
  left: 0;
  top: 0; 
}
.icon-circle3{
  position: absolute;
  left: 0;
  top: 0;
  width: 213px;
  height: 214px;
}
.icon-circle2{
  position: absolute;
  left: -90px;
  bottom: 10px;
  width: 291px;
  height: 291px; 
}
.icon-dots-2{
  position: absolute;
  width: 140px;
  height: 144px;
  right: 0;
  top: 0;
}
.girl-img{
  position: relative;
}


/*==========About Area sec CSS Start==========*/

.about-img {
    position: relative;
}
.about-img:before {
    position: absolute;
    left: -50px;
    top: 55px;
    width: 200px;
    height: 40%;
    content: "";
    background: var(--primary-color);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
.about-img:after {
    position: absolute;
    left: -50px;
    bottom: 55px;
    width: 200px;
    height: 40%;
    content: "";
    background:var(--secondary-color);
    z-index: -1;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.left-to-right-shade {
    position: relative;
    overflow: hidden;
    padding-right: 60px;
}
.left-to-right-shade:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 0.3s ease;
}
.left-to-right-shade:hover::before {
    -webkit-animation: shadeLf 1s;
    animation: shadeLf 1s;
  }
.about-area img{
    border-top-right-radius: 200px;
    height: 550px;
    object-fit: cover;
}

@keyframes shadeLf {
    100% {
      left: 125%;
    }
  }

  .order-lg-2 .about-left-item {
    transform: scaleX(-1);
}

/*Content Section start here*/

.area-sponser {
    position: relative;
    background-color: var(--secondary-color); 
}

.area-sponser:before {
    content: "";
    background-image: url(../images/bg-4.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.area-sponser .container-fluid{
    position: relative;
}
.welcome-note {
    background-color: var(--white);;
    padding: 40px; 
    margin: auto; 
    position: relative;
        border-radius: 10px;
    overflow: hidden;
}
.welcome-note h2{
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.welcome-note p{
    position: relative; 
    z-index: 9;
}
.welcome-note p:last-child{
    margin-bottom: 0;
}
.welcome-note:before{
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 410px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 800;
    transform: translate(-50%, -50%);
    opacity: 0.05; 
}
.welcome-note:after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/half-dots-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 210px;
    height: 210px;
}
.welcome-note h2 {
    color: var(--primary-color);
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

  
.content-text-box{
    display: flex;
    position: relative;
  }
  .content-text-box:not(:first-child){ 
    margin-top: 20px; 
  }
 
  .content-text-box i{  
      font-size: 20px; 
      margin-right: 10px;
      margin-top: 5px;
      color: var(--primary-color);
  } 
  .content-text-box p b,   .content-text-box p strong{ 
    font-size: 20px; 
    color: var(--secondary-color);

  }
  .content-text-box p:last-child{
    margin-bottom: 0;
  }
/*contact Us forms css start here*/

.contact-sec{
    background-color: var(--secondary-color); 
    position: relative;
    /* -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 969" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M0 124.777L235.25 40.1068L470.5 101.505L939.5 0L1294 127.252H1607H1920V969H0V124.777Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 969" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M0 124.777L235.25 40.1068L470.5 101.505L939.5 0L1294 127.252H1607H1920V969H0V124.777Z"/></svg>');  */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.home-contact-one__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
}
.home-contact__card {
    padding: 32px;
    background-color: var(--primary-color);
    margin-left: 130px;
    border-radius: 40px;
    position: relative;
    margin-top: 5px;
}

.home-contact__card__content {
    background-color: var(--white);
    border-radius: 40px;
    padding: 70px 80px;
} 
.home-contact__card__shape-two {
    position: absolute;
    left: -136px;
    bottom: 41px;
    width: auto;
}

.appointment-two__form {
    position: relative;
    display: block;
    margin-top: 30px;
  }


 .appointment-two__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .order-lg-2 .about-left-item img {
    transform: scaleX(-1);
    border-top-left-radius: 200px;
    border-top-right-radius: 0px;
}
  
  .appointment-two__input-box input[type="text"],
  .appointment-two__input-box input[type="email"],
  .appointment-two__input-box input[type="tel"],  
  .appointment-two__input-box input textarea { 
    width: 100%;
    border: 1px solid #ddd;
    background-color: var(--white);;
    padding: 15px;
    outline: none;
    font-size: 16px;
    color: var(--text-color);
    display: block;
    font-weight: 400;
    border-radius: 8px;
  }
  .appointment-two__input-box input textarea{
    height: auto;
  }   
  .appointment-two__input-box input .button1:focus{
    box-shadow: unset;
  }
  .appointment-two__input-box input .button1:hover{
    background-color: black;
  }
  .home-contact__card__shape-one {
    width: 190px;
    height: 89%;
    position: absolute;
    left: -190px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white);
    border-radius: 90px 0px 0px 90px;
}


/*==========Service Area sec CSS Start==========*/
.service-area{
    background-image: url(../images/services_aliment_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;    
    background-color: #f6f6f6ad;
}
.services-box{
    transition: .3s;
    padding: 30px 15px;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 11px #eb344945;
    background: var(--white);;
    height: 100%;
}
.services-box:hover{
    background: var(--secondary-color);
    box-shadow: 3px 4px 15px #EB34497D;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box:hover p, .services-box:hover h5 a{
    color: var(--white);;
}
.services-icon{
display: inline-block;
width: 60px;
height: 60px;
background: var(--primary-color);
margin-bottom: 20px;
box-shadow: 1px 1px 5px var(--black);
border-radius: 15px;
padding: 10px;
}
.second-services-content h5 {
    font-weight: 600;
    transition: .3s; 
    letter-spacing: 0;
    font-size: 21px;
    color: #252525;
}
.second-services-content p:last-child {
    margin-bottom: 0;
}


/*about Us Page css Start here*/

.breadcrumb-wrap {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb-wrap img{
  width: auto;
}
.breadcrumb-wrap .br-shape-one, .breadcrumb-wrap .br-shape-two {
  position: absolute;
  z-index: 0;
}
.breadcrumb-wrap .br-shape-one {
  left: 15%;
  top: 60px;
}
.breadcrumb-wrap .br-shape-two {
  top: 30%;
  right: 18%;
  transform: translateY(-50%);
}
.breadcrumb-content {
  text-align: center;
}
.breadcrumb-content h2, .breadcrumb-content h1 {
  font-size: 60px; 
  font-weight: 700;
  margin: 0 0 13px;
}

.breadcrumb-content .breadcrumb-menu {
  text-align: center;
}
.breadcrumb-content .breadcrumb-menu li {
  display: inline-block;
  position: relative;
  color: var(--black);
  font-weight: 500; 
}
.breadcrumb-content .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-content .breadcrumb-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-content .breadcrumb-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--primary-color);
}
.breadcrumb-content .breadcrumb-menu li a:hover{
  color: var(--secondary-color);
}
.breadcrumb-content .breadcrumb-menu li:first-child:after {
  content: "\f101";
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  margin: 0 6px; 
  font-size: 13px;
} 

/* Banner Shapes */
.banner-shapes .circle {
  width: 770px;
  height: 770px;
  z-index: -2;
  top: -300px;
  left: -200px;
  background: white;
  border-radius: 50%;
  position: absolute; 
}
  @media only screen and (max-width: 991px) {
    .banner-shapes .circle {
      width: 400px;
      height: 400px; } 
    }

.banner-shapes .shape-one,
.banner-shapes .shape-two {
  z-index: -1;
  max-width: 10%;
  position: absolute; }

.banner-shapes .shape-one {
  left:10%;
  top: 20%;
  -webkit-animation: down-up-two 15s infinite;
  animation: down-up-two 15s infinite; }

.banner-shapes .shape-two {
  right: 6%;
  top: 20%;
  transform:translateY(-50%);
  -webkit-animation: upDownLeft 20s infinite;
  animation: upDownLeft 20s infinite; }


.banner-shapes:after, .banner-shapes:before {
  position: absolute;
  border: 2px solid;
  content: '';
  width: 15px;
  height: 15px;
  z-index: -1;
  border-radius: 50%; }

.banner-shapes:before {
  left: 20%;
  top: 20%; 
  border-color: #01c9f5;
  -webkit-animation: shapeAnimationOne 30s infinite;
  animation: shapeAnimationOne 30s infinite; }

.banner-shapes:after {
  right: 10%;
  top: 20%;
  border-color: var(--primary-color);
  -webkit-animation: shapeAnimationTwo 30s infinite;
  animation: shapeAnimationTwo 30s infinite; 
}
@-webkit-keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }
@keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }

    @-webkit-keyframes down-up-two {
      0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px); }
      50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px); }
      100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px); } }
    
    @keyframes down-up-two {
      0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px); }
      50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px); }
      100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px); } }

        
  @-webkit-keyframes shapeAnimationOne {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(0px, 150px) rotate(90deg);
      transform: translate(0px, 150px) rotate(90deg); }
    50% {
      -webkit-transform: translate(150px, 150px) rotate(180deg);
      transform: translate(150px, 150px) rotate(180deg); }
    75% {
      -webkit-transform: translate(150px, 0px) rotate(270deg);
      transform: translate(150px, 0px) rotate(270deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } }
  
  @keyframes shapeAnimationOne {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(0px, 150px) rotate(90deg);
      transform: translate(0px, 150px) rotate(90deg); }
    50% {
      -webkit-transform: translate(150px, 150px) rotate(180deg);
      transform: translate(150px, 150px) rotate(180deg); }
    75% {
      -webkit-transform: translate(150px, 0px) rotate(270deg);
      transform: translate(150px, 0px) rotate(270deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } }
  
  @-webkit-keyframes shapeAnimationTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(-150px, 0px) rotate(270deg);
      transform: translate(-150px, 0px) rotate(270deg); }
    50% {
      -webkit-transform: translate(-150px, 150px) rotate(180deg);
      transform: translate(-150px, 150px) rotate(180deg); }
    75% {
      -webkit-transform: translate(0px, 150px) rotate(90deg);
      transform: translate(0px, 150px) rotate(90deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } }
  
  @keyframes shapeAnimationTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(-150px, 0px) rotate(270deg);
      transform: translate(-150px, 0px) rotate(270deg); }
    50% {
      -webkit-transform: translate(-150px, 150px) rotate(180deg);
      transform: translate(-150px, 150px) rotate(180deg); }
    75% {
      -webkit-transform: translate(0px, 150px) rotate(90deg);
      transform: translate(0px, 150px) rotate(90deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } }
   
  
/***
=============================================
Testimonial Two
=============================================
***/
.testimonial-two {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    background: var(--bg-color);
  }
  
  .testimonial-two__single {
    position: relative;
    display: block;
    padding-top: 35px;
    z-index: 1;
  }
  
  .testimonial-two__single .quote-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 80px;
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    border-radius: 10px;
    border-top-right-radius: 0px;
    content: "";
    z-index: 2;
  }
  
  .testimonial-two__single .quote-icon span:before {
    color: var(--white);;
    font-size: 18px;
  }
  
  .testimonial-two__single-inner {
    position: relative;
    display: block;
    background: var(--white);;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 60px 40px 40px;
    border-radius: 10px;
  }
  
  .testimonial-two__single-inner:before {
    position: absolute;
    left: 50px;
    bottom: -25px;
    border-right: 25px solid var(--white);;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    content: "";
    z-index: 5;
    overflow: hidden;
  }
  .testimonial-two__single-inner p{
    margin-bottom: 0;
  }
  .testimonial-two__single-inner .rating-box {
    position: absolute;
    top: -22px;
    right: 80px;
    display: block;
    background: var(--secondary-color);
    padding: 6px 30px 6px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    z-index: 5;
  }
  .testimonial-two__single-inner .rating-box ul{
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
  }
  
  .testimonial-two__single-inner .rating-box ul li span {
    position: relative;
    display: inline-block;
    color: var(--white);;
    font-size: 13px;
    line-height: 13px;
  }
  
  .testimonial-two__single .text-box {
    position: relative;
    display: block;
  } 

  
  .testimonial-two__single .client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 95px;
  }
  
  .testimonial-two__single .client-info .img-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .testimonial-two__single .client-info .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .testimonial-two__single .client-info .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
  }
  
  .testimonial-two__single .client-info .text-box h3 {
    color: var(--black);
    font-size: 19px;
    line-height: 25px;
    font-family: 'Nunito';
    font-weight: 700;
    margin-bottom: 3px;
  }
  
  .testimonial-two__single .client-info .text-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  
.testimonial-slider .owl-dots{
    text-align: center;
    margin-top: 20px;
}
.testimonial-slider button.owl-dot{
    width: 13px;
    height: 13px;
    background: #c4c4c4;
    border-radius: 100%;
    opacity: 1;
    margin: 0 5px !important;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}
.testimonial-slider button.owl-dot.active{
    background-color: var(--secondary-color);
}
  
/*--------------------Blog section start here--------------------*/
.single_expert {
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 6px;
    background-color: var(--white);;
    border-color: var(--secondary-color);;
    height: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    overflow: hidden;
    transition: .3s;
    display: flex; 
    flex-direction: column;
  }
   
  .item-details {
    padding: 25px;
  
    flex-grow: 1;
  }
  
  .item-details h4 {
    font-size: 25px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: var(--nunito);
  }
  
  .meta-data {
    font-size: 14px; 
    color: var(--text-color);;
    padding: 15px 25px;
    margin-bottom: 0;
    border-top: 1px solid var(--primary-color);;
  }
  span.post-date {
      margin-right: 10px;
  }
  .post-footer {
      margin-top: 10px;
  }
  .single_expert:hover h4, .single_expert:hover a {
      color: var(--primary-color); !important;
  }
  .post-footer a {
    font-weight: 900;
  }
  
  .post-footer a:hover {
    color: #0085a6;
  }
  
  
  .single_expert .expert_thumb {
    overflow: hidden;
    position: relative;
  }
  .single_expert .expert_thumb:before{
    display: block;
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: background-color 0.5s ease;
    z-index: 9;

  }
  .single_expert:hover .expert_thumb:before{
    background: transparent;
    transition: background-color 0.5s ease;
  }
  
  .single_expert .expert_thumb img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 256px;
    object-fit: cover;
    width: 100%;
  }
  
  .single_expert:hover .expert_thumb img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .single_expert p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: var(--text-color);;
  }
  .single_expert .item-details a {
    color: var(--black);;
  }
  .single_expert .item-details a:hover{
    color: var(--secondary-color);;
  }
  .single_expert:hover{
   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .blog-tag{
    position: absolute;
    top: 0;
    background: #69727d;
    background-color: var(--primary-color);;
    color: var(--white);;
    border-radius: 5px;
    font-size: 15px;
    margin: 20px;
    right: 0;
    padding: 9px 20px;
    z-index: 9;
    line-height: 1;
    font-weight: 600;
  }
/*==========404 Error Page CSS Start==========*/
.main-404-error {
    margin: 0;
}

.error-content {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.error-content .error-img {
    margin-bottom: 30px;
    max-width: 500px;
}

.error-content .h2-title {
    margin-bottom: 18px;
    color: var(--text-color);
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
}

.thank-you-img {
     
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
}
.thank-you-img svg{
    width: 150px;
    height: 150px;
    color: var(--primary-color);
}
.thank-you-img .error-img{
    margin-bottom: 0;
}
/*==========FAQ CSS End==========*/

.main-faq .faq-sec-content  .accordion-item{
    background-color: transparent;
    margin-top: 20px;
  }
  .main-faq .accordion-button {
    background-color: var(--secondary-color);
    color: #FFF;
    pointer-events: none;
    padding: 10px 15px;
    font-size: 19px;
}
.main-faq .faq-sec-content .accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; 
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 0;
}
.main-faq .accordion-body{
    background-color: var(--white); 
    padding: 10px 15px;
}
.main-faq .faq-sec-content .accordion-header .accordion-button:not(.collapsed) {
    color: var(--primary-color); 
    box-shadow: unset; 
    background-color: var(--secondary-color);
    color: #FFF;
}
.main-faq .accordion-button::after {
    content: "\f063";
    font-family: 'FontAwesome';
    background-image: unset !important;
} 
.main-faq .accordion-button:focus{
    box-shadow: unset;
}
 
/*==========404 Error Page CSS End==========*/
 
.page-blog-detail h1{
    font-size: 40px;
font-weight: 800; 
margin: 30px 0 10px 0;      
color: var(--primary-color); 
}
.page-blog-detail .title, .page-blog-detail h2 {
font-size: 37px;
font-weight: 700; 
margin: 30px 0 10px 0;     

}
.page-blog-detail h3 {
font-size: 27px;
font-weight: 700; 
margin: 20px 0 10px 0;    

}
.page-blog-detail h4 {
font-size: 25px;
font-weight: 700; 
margin: 20px 0 10px 0;  

}
.page-blog-detail h5, .page-blog-detail h6{
font-size: 24px;
font-weight: 700; 
margin: 20px 0 10px 0;    
text-transform: capitalize;

}
.page-blog-detail .content {
margin-top: 20px;

} 
.sidebar .h4-title {
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}
.sidebar .h4-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 79px;
    height: 1px;
    background: var(--primary-color);
}
.recent-post-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.recent-post-box:not(:last-child) {
    margin-bottom: 25px;
}
.recent-post-box .img {
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.recent-post-box .text p {
    margin-bottom: 10px;
    font-weight: 700;
}
.recent-post-box .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
}
.recent-post-box .date img {
    width: 20px;
}
.sidebar {
    position: sticky;
    top: 100px;
}
.page-blog-detail{
    overflow: inherit;
}



/*about Us Page css Start here*/ 

.blog-date {
  color: #134cb3;
  margin-top: 20px;
  display: block;
  font-weight: 900;
}

h1.blog-heading {
  font-size: 40px;
  font-weight: 700;
  margin: auto auto 13px;
  max-width: 900px;
}

/*responsive css start here*/


@media (max-width: 1399px){
.blog-date {
    font-size: 13px;
}
}

@media (max-width: 1200px){
    .h1-title {
        font-size: 60px;
    } 
    .page-blog-detail h1 {
        font-size: 35px;
        }
    .page-blog-detail .title, .page-blog-detail h2 {
        font-size: 32px;
    } 
    .banner-section h1 {
      font-size: 44px;
    }
    .icon-circle2{
      width: 200px;
      height: 200px;
    }
    .icon-circle3{ 
      width: 150px;
      height: 150px;
    }
    .banner-img-wrapper{
      bottom: -60px;
      top: auto;
    }
    .home-contact__card__shape-one {
      width: 150px;
      left: -150px;
    }
    .home-contact__card {
        max-width: 800px;
        margin-left: auto;
    }
    .left-to-right-shade {
      padding-right: 40px;
    }
    .about-img {
      margin-left: 20px;
    }
    .about-img:after, .about-img:before{
      left: -30px;
    }
    /* .about-img:after{
      bottom: 41px;
    }
    .about-img:before{
      top: 41px;
    } */
    }
 

@media (max-width: 992px){
.h1-title {
    font-size: 50px;
}
.h2-title {
    font-size: 40px;
    margin-bottom: 20px;
} 
.h1-title {
    font-size: 44px;
} 
.h3-title {
    font-size: 36px;
}
.h4-title {
    font-size: 22px;
}  

.recent-posts .item-details h4 {
    font-size: 19px;
    }
.sidebar .h4-title { 
    margin-bottom: 20px;
    margin-top: 10px;
}

h1.blog-heading{
  font-size: 33px;
} 
.banner-section h1 {
  font-size: 40px;
}
.banner-img-wrapper {
  max-width: 300px;
  margin: auto;
  bottom: 0;
  margin-top: 30px;
}
.about-left-item {
  max-width: 520px;
  margin: auto;
  margin-bottom: 30px;
}
.welcome-note{
  padding: 30px;
}
.home-contact__card__shape-one, .home-contact__card__shape-two {
  display: none;
}
.home-contact__card{
  margin: auto;
}
.home-contact__card__content{
  padding: 40px 50px;
}
.single_expert {
  max-width: 450px; 
  margin: auto;
}
.single_expert.wow{
  height: auto;
  margin: 15px auto; 
}
/* .about-img:after{
  bottom: 50px;
}
.about-img:before{
  top: 50px;
} */
.item-details {
  padding: 15px;
}
.meta-data{
  padding: 10px 15px;
}
.left-to-right-shade{
  padding: 0;
}
.about-area img {
  border-top-right-radius: 100px;
}
.testimonial-two__single .quote-icon{
  left: 20px;
}
.testimonial-two__single-inner .rating-box{
  right: 20px;
}
.testimonial-two__single-inner{
  padding: 40px 20px 20px;
}
.breadcrumb-wrap {
  padding: 60px 0;
}
.breadcrumb-content h2, .breadcrumb-content h1 {
  font-size: 46px;
}
h1.blog-heading {
  font-size: 37px;
}
.page-blog-detail .title, .page-blog-detail h2{
  margin: 20px 0 10px 0;
}
}


@media (max-width: 767px){
    .sub-title {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: normal;
    }
    .h1-title {
        font-size: 32px;
    }
    .h2-title {
        font-size: 27px;
    } 
    .error-content p{
        margin-bottom: 20px;
    }
    .thank-you-img svg {
        width: 130px;
        height: 130px;
    }
    .thank-you-img{
        margin-bottom: 10px;
    } 
    .error-content .error-img {
        margin-bottom: 20px;
    } 
    .home-contact__card__content {
        padding: 30px 20px;
    }  
    .appointment-two__input-box{
      margin-bottom: 15px;
    }
    .home-contact__card {
      padding: 12px;
    }
    .breadcrumb-content h2, .breadcrumb-content h1 {
      font-size: 38px;
  }
    .breadcrumb-wrap {
      padding: 40px 0;
  }

  .about-area img{
    height: auto;
  }
  .single_expert{
    height: auto;
  }
}

@media (max-width: 576px){
  
  .footer-top {
    margin-bottom: 20px;
  } 
  
  h1.blog-heading {
    font-size: 29px;
} 
.icon-circle2 {
  width: 140px;
  height: 140px;
  left: -60px;
}
.icon-circle3{
  display: none;
}
.banner-section h1 {
  font-size: 31px;
}
.about-img:before, .about-img:after{
  display: none;
}
.about-img{
  margin: 0;
}
.welcome-note {
  padding: 20px;
}
.item-details h4 {
  font-size: 22px;
}
}

@media (max-width: 480px){
    
.sub-title { 
    margin-bottom: 5px;
} 

.page-blog-detail h1 {
    font-size: 28px;    
    margin: 20px 0 10px 0;
}
.page-blog-detail .title, .page-blog-detail h2 {
    font-size: 28px;
    margin: 20px 0 10px 0;
}
.page-blog-detail h3 {
    font-size: 25px;
    }
.page-blog-detail h4 {
font-size: 24px;
}
.page-blog-detail h5, .page-blog-detail h6{
    font-size: 22px;
}

.about-two__btn-box{
  display: none;
}
.home-contact__card__content {
  padding: 20px 15px;
  border-radius: 10px;
}    
.home-contact__card {
  padding: 12px;
  border-radius: 10px;
}
.item-details h4 {
font-size: 20px;
}
.single_expert .expert_thumb img{
  height: 210px;
}
.footer-wrap .footer-top .footer-shape-one{
  top: 0;
  right: 0;
}
.footer-wrap .footer-top .footer-shape-two {
  bottom: 70px;
  opacity: 0.03;
}
.testimonial-two__single .quote-icon{
  width: 50px;
  height: 50px;
}
.testimonial-two__single-inner:before{
  bottom: -22px;
}
.appointment-two__input-box input[type="text"], 
.appointment-two__input-box input[type="email"], 
.appointment-two__form textarea{
  padding: 10px 15px;
}
.home-contact__card__content p {
  font-size: 16px;
}
.appointment-two__form{
  margin-top: 20px;
}
.about-right-text h2 {
  margin-bottom: 10px;
}
.banner-section h1 {
  font-size: 29px;
}
.welcome-note h2{
  margin-bottom: 20px;
}
.welcome-note {
  padding: 20px 15px;
}
.testimonial-two__single .client-info{ 
  margin-left: 50px;
}
.testimonial-two__single .client-info .img-box {
  width: 60px;
  height: 60px;
}
.testimonial-two__single .client-info .text-box{ 
  margin-left: 10px;
}
.testimonial-two__single .client-info .text-box h3{
  font-size: 18px;
}
.breadcrumb-content h2, .breadcrumb-content h1 {
  font-size: 32px;
}
}
 
@media (max-width:375px){
.page-blog-detail .title, .page-blog-detail h2 {
  font-size: 26px;
}
.page-blog-detail .title, .page-blog-detail h2 {
  font-size: 24px;
}
.space-class {
  padding: 30px 0;
}
}