


body {
  font: 1rem "Montserrat", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

html, body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}

.btn {
  padding: 14px 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

body .btn.btn-primary {
  background-color: #aa5a93;
  color: #FFF;
  border: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 400;
}

body .btn-primary:hover {
  background-color: #d6a561;
  color: #FFF;
}

.btn.btn-white {
  background-color: #FFF;
  color: #000;
}

.btn.btn-white:hover {
  background-color: #aa5a93;
  color: #FFF;
}

.btn.btn-small {
  padding: 5px 15px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn.btn-large {
  padding: 10px 50px;
}

.bg-primary {
  background: #aa5a93 !important;
}

.bg-secondary {
  background: #d6a561 !important;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
  padding: 40px 0;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.owl-next,
.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ebebeb !important;
  border-radius: 4px;
}
.owl-next img,
.owl-prev img {
  max-width: 90%;
}

.owl-prev {
  left: -35px;
}

.owl-next {
  right: -35px;
}

.owl-dots {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 15px;
}

.owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  margin-right: 15px;
  background: #dcdcdc !important;
}

.owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-dots .owl-dot.active {
  background-color: #aa5a93 !important;
}

.owl-carousel .owl-item {
  padding: 0 2px;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal .btn-close {
  width: 40px;
  height: 40px;
}

.modal .btn-close svg {
  width: 30px;
  height: 30px;
}

.heading {
  margin-bottom: 30px;
}

.heading .h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.heading h2,
.heading .h2 {
  font-size: 2.4rem;
  color: #363636;
  font-weight: 800;
  margin: 0;
}

.heading h3,
.heading .h3 {
  font-size: 1.8rem;
  color: #363636;
  font-weight: 600;
}

.heading .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #d6a561;
  position: relative;
}

.heading3 .h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

header {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all ease-in 0.4s;
}
header .btn.btn-primary {
  padding: 10px 20px;
  font-size: 0.9rem;
}
header nav.navbar {
  margin: 0;
  padding: 0;
}
header nav.navbar .navbar-brand img {
  max-height: 115px;
}
header nav.navbar ul {
  max-width: 600px;
}
header nav.navbar ul li a.nav-link {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  padding: 2px;
  font-weight: 500;
}
header nav.navbar .navbar-toggler svg {
  width: 40px;
  height: 40px;
}

header.fixed {
  background: #FFF;
}

.banner {
  background: url("/wp-content/uploads/2023/01/ivy_banner.jpg") no-repeat bottom right;
  background-size: cover;
  padding-top: 100px;
  height: 630px;
   margin-top: 126px;
}
.banner .container {
  height: 510px;
}
.banner h1{
  font-size: 3.5rem;
  color: #363636;
  font-weight: 800;
}
.banner h2 {
  font-size: 3.5rem;
  color: #363636;
  font-weight: 800;
}
.banner h4 {
  font-weight: 800;
}
.banner .btn.btn-primary {
  padding: 14px 25px;
  font-size: 0.9rem;
}

.banner_bottom_line {
  width: 100%;
  height: 30px;
  background: #d6a561;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.about_ivy {
  padding: 120px 0 60px;
}
.about_ivy .heading h2 {
  font-size: 2.3rem;
}
.about_ivy .heading h2 b {
  display: block;
  font-size: 85%;
}
.about_ivy .img_box {
  position: relative;
  display: inline-block;
}
.about_ivy .img_box:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 10px;
  border: 2px solid #d6a561;
  z-index: -1;
}
.about_ivy p {
  text-align: justify;
}
.about_ivy .btn.btn-primary {
  padding: 14px 30px;
  font-size: 0.9rem;
}

.our_treatments {
  background: #e5f3f9;
}
.our_treatments .heading p {
  font-size: 1.4rem;
}
.our_treatments .t_box h4 {
  font-size: 0.9rem;
}
.our_treatments .t_box .t_icon_box {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #d6a561;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.our_treatments .t_box .t_icon_box:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px dashed #d6a561;
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.our_treatments .t_a .m_ {
  margin-right: -50px;
}
.our_treatments .t_b .m_ {
  margin-left: -50px;
}

.raq {
  padding: 0;
}
.raq .container {
  background: url("/wp-content/uploads/2023/01/raq_bg.jpg") no-repeat center;
  padding-bottom: 50px;
  padding-top: 10px;
  background-size: cover;
}
.raq .container .heading h3 {
  color: #FFF;
}
.raq .container input,
.raq .container select {
  background: transparent;
  border: 1px solid #FFF;
  padding: 0 10px;
  height: 40px;
  color: #FFF;
}
.raq .container input::-webkit-placeholder,
.raq .container input::placeholder,
.raq .container input,
.raq .container select {
  color: #FFF;
  font-size: 0.7rem;
}

.raq .container select:focus,
.raq .container select:active{
	background: #FFF;
	color: #000;
}

.raq .container .btn.btn-primary {
  padding: 10px 30px;
  background: #FFF;
  color: #000;
}

.testi_carousel .item {
  padding: 10px;
}
.testi_carousel .item .text_box {
  padding: 30px 20px;
  border: 2px solid #aa5a93;
  border-radius: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.testi_carousel .item .text_box .testi_corner_shape {
  position: absolute;
  left: 60px;
  top: 100%;
  width: auto;
}
.testi_carousel .item .text_box::before,
.testi_carousel .item .text_box::after {
  content: "";
  display: block;
  width: 65px;
  height: 20px;
  background: #FFF;
  position: absolute;
}
.testi_carousel .item .text_box::before {
  top: -8px;
  left: 85px;
  background: #FFF url("/wp-content/uploads/2023/01/Shape-1-copy.png") no-repeat 10px center;
}
.testi_carousel .item .text_box::after {
  bottom: -10px;
  left: 130px;
  background: #FFF url("/wp-content/uploads/2023/01/Shape-1-copy.png") no-repeat 10px center;
}
.testi_carousel .testi_info h4 {
  font-size: 1rem;
}
.testi_carousel .owl-next,
.testi_carousel .owl-prev {
  top: 32%;
  bottom: initial;
  transform: translateY(-50%);
}

footer {
  background: #e5f3f9;
  padding: 40px 0 0;
}
footer .f_logo img {
  max-height: 143px;
}
footer a {
  color: #363636;
}
footer a img {
  margin-right: 10px;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  margin-bottom: 20px;
  color: #2551ad;
}
footer ul li a {
  text-decoration: none;
  color: #2551ad;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
footer .map_box {
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
footer .copyright p {
  font-size: 0.8rem;
}

.follow_us h5 {
  font-size: 1rem;
  margin-right: 10px;
}

.social_icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d6a561;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .banner.home-banner {
      background-image: url(/wp-content/uploads/2023/01/ivy_banner_home_mobile.jpg);
      background-blend-mode: overlay;
      background-color: #ffffff3b;
  }
  .banner {
   margin-top: 99px;
}
  .banner h1 {
      font-size: 37px;
  }
  .banner h2 {
      font-size: 37px;
  }
  .banner {
    background-position: left bottom;
    padding-top: 80px;
    height: 580px;
  }
  .banner .container {
    height: 480px;
  }
  .our_treatments .t_box.d-flex {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .our_treatments .t_box.d-flex .t_icon_box {
    margin: 0 auto !important;
  }
  .our_treatments .t_box.d-flex .t_info {
    text-align: center !important;
    margin-top: 20px;
  }
  .our_treatments .t_a .m_ {
    margin: 0 !important;
  }
  .our_treatments .t_a,
  .our_treatments .t_b {
    width: 100%;
    display: block !important;
  }
  .about_ivy {
    padding-top: 60px;
  }
  header nav.navbar .navbar-brand img {
    max-height: 70px;
  }
  header nav.navbar ul li a.nav-link {
    text-align: center;
    padding: 10px;
  }
  header nav.navbar ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  header nav.navbar ul li:last-child {
    text-align: center;
    padding: 10px;
    border-bottom: 0;
  }
}
header.mob_nav_on {
  background: #fff;
}



/*ram new css */
/*===========contact us page============*/
.cmn-pt {
    padding-top: 115px;
}
.breadcrumb-area {
    background-image: url(/wp-content/uploads/2023/01/contact-us-banner.jpg);
    height: 350px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.bread-inner-content h1 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 18px;
    color: #363636;
    font-weight: 800;
    padding-left: 30px;
}
.contact-area {
    padding: 70px 0px 70px;
}


.labe-area {
    color: #2b2c2c;
    margin-bottom: 8px;
    font-size: 15px;
}
.connect-head h2 {
    color: #2e3192;
    font-size: 32px;
    font-family: 'Metropolis-Bold';
}
.connect-head p {
    color: #000000;
    font-family: 'Metropolis-SemiBold';
    font-size: 15px;
    line-height: 24px;
}
.connect-head hr {
    color: #000;
    opacity: 1;
    width: 120px;
    margin: 0px 0px 23px;
}
.inner-info-cnt h3 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
}
.contact-ic i {
    color: #2551ad;
    font-size: 18px;
}
.inner-info-cnt h4 a {
    color: #000000;
    font-size: 18px;
}
.inner-info-cnt ul {
    padding: 0px;
    margin: 0;
}
.inner-info-cnt ul li {
    color: #000;
    font-size: 16px;
    list-style: none;
}
.inner-info-cnt ul li a{
    color: #000;
}
.contact-info {
    display: flex;
    padding: 20px 0px;
    position: relative;
}
.contact-ic {
    margin-right: 15px;
}
.connect-head {
    margin-bottom: 50px;
}
.contact-form-area h2 {
    color: #aa5a93;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
.service-form .input-group {
    margin-bottom: 20px;
    position: relative;
}
.service-form .selectdiv:after {
    color: #00b696;
    top: 7px;
}

.service-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.service-form .input-group .form-control {
    color: #2b2c2c;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    border: solid 1px #2b2c2c;
    padding: 8px 15px 8px 15px;
}
.service-form .input-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2b2c2c;
  opacity: 1;
}
.service-form .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2b2c2c;
}
.service-form .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #2b2c2c;
}
.service-form .input-group.num-inp .form-control {
    padding-left: 7px;
}
.service-form .input-group .selectdiv {
    width: 100%;
}
.form-sbmt-btn .btn.btn-primary {
    padding: 10px 40px;
    font-size: 15px;
}
.contact-form-area {
    padding-right: 40px;
}
.connect-with-us-area {
    padding-left: 40px;
    display: flex;
    height: 100%;
    align-items: center;
}
.vr-border {
    border-right: solid 1px #000;
}
.contact-info:after {
    content: '';
    height: 1px;
    width: 140px;
    position: absolute;
    background-color: #000;
    bottom: 0;
    left: 30px;
}
.contact-info.lst-child:after{
  display: none;
}
/*=========end contact us page==========*/
/*=======blog category page ======*/
.breadcrumb-area ul li {
    color: #000;
    text-transform: uppercase;
}
.breadcrumb-area .pagination {
    align-items: center;
    padding-left: 30px;
}

.breadcrumb-area .spacer {
    font-size: 0.8rem;
    padding: 0 10px;
}
.single-blog-row {
    background-color: #f4f4f4;
    padding: 23px 15px;
    border-radius: 0px;
    --bs-gutter-x: 0px;
    margin-bottom: 25px;
    align-items: center;
}
.latest-poat-area .blog-img-sec img {
    width: 100%;
    height: 293px;
    object-fit: cover;
}
.latest-poat-area .blog-cnt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
.latest-poat-area .blog-cnt {
    padding: 0px 42px;
}
.latest-poat-area .blog-cnt hr {
    width: 62px;
    background-color: #362e2b;
    opacity: 1;
    height: 2px;
    margin-top: 13px;
    margin-bottom: 14px;
}
.latest-poat-area .blog-cnt p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
}
.latest-poat-area .blog-cmnt-date p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
}
.latest-poat-area .back-btn {
    background-color: #aa5a93;
    padding: 7px 20px;
}
.latest-poat-area .back-btn:hover{
    background-color: #d6a561;
}

.blog-single-bx .blog-img-sec img {
    height: 202px;
}
.blog-single-bx {
    background-color: #f4f4f4;
    padding: 13px 13px;
    border-radius: 0px;
    margin-bottom: 25px;
}
.blog-single-bx .blog-cnt {
    padding: 15px 20px 10px;
}
.blog-single-bx .blog-cnt h4 {
    font-size: 18px;
}
.blog-single-bx .blog-cnt p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-poat-area .heading {
    text-align: center;
    margin-bottom: 13px;
}
.latest-poat-area .heading .h2:after{
  display: none;
}
.latest-poat-area .heading .h2 {
    font-size: 30px;
}
.latest-poat-area {
    padding:50px 0px;
}
.multi-blog-row .back-btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}


/*==================blog page ===============*/
.blog-area {
    padding-top: 55px;
    padding-bottom: 70px;
}
.blog-top-hed {
    padding-bottom: 38px;
}
.blog-top-hed h3 {
    font-size: 26px;
    text-align: center;
    color: #fc861f;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 33px;
    font-weight: 700;
}
.blog-top-hed h3:before{
    content: "";
    width: 100px;
    height: 2px;
    background: #ff8811;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
}
.blog-top-hed p {
    text-align: center;
    font-size: 14px;
    color: #232222;
    line-height: 25px;
}

.blog-dis h4 {
    color: #fc861f;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}
.blog-img img {
    margin-bottom: 20px;
}

.blog-dis p {
    line-height: 22px;
    color: #000;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-dis hr {
    color: #bababa;
    margin: 10px 0px;
    opacity: 1;
}

.blog-img img {
    margin-bottom: 20px;
    width: 100%;
    object-fit: cover;
}

.blog-bx.blog-bx-fst {
    padding-right: 20px;
}
.blog-bx .blog-img img {
    height: 190px;
    object-fit: cover;
    border: solid 1px #bababa;
}
.blogbx-sec .blog-img img {
    height: 141px;
    object-fit: cover;
}

.blogbx-sec .blog-dis h4 {
    font-size: 15px;
}
.table-blog-cnt h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.table-blog-cnt p {
    color: #000;
    font-size: 16px;
}
/*======industry=====*/
.blog-industry-head-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #bababa;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.blog-industry-head-btn h4 {
    font-size: 20px;
    color: #fc861f;
    margin-bottom: 0px;
    font-weight: 700;
}
.blog-industry-head-btn a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}
.blog-industry-head-btn a i {
    color: #fc861f;
    padding-left: 6px;
}

.blog-industry .blog-img img {
    height: 119px;
}
.blog-industry .blog-dis h4 {
    font-size: 15px;
}
.blog-industry {
    padding-bottom: 20px;
}

.blog-lft {
    padding-right: 45px;
}
.blog-dis a {
    text-decoration: none;
}

.back-btn {
    background-color: #aa5a93;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s;
    border: none;
}
.back-btn:hover{
  background: #f57a05;
    color: #fff;
}

/*right area*/
.categories-search form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #fc861f;
}
.categories-search form .form-control {
    border:none;
    background: #f9f9f9;
    padding: 13px 13px 12px 20px;
    position: relative;
    border-width: 2px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.categories-search form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  opacity: 1;
}
.categories-search form{
    position: relative;
}
.blog-search-button {
    border: none;
    position: absolute;
    right: 2px;
    top: 3px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 15px;
    color: #000;
}

/*appointment form*/

.service-form {
    background-color: #f9f9f9;
    padding: 25px 20px;
}
.service-form .input-group .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #5AB6E3;
    font-size: 16px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 3px;
    padding: 8px;
}
.service-form .input-group .input-group-text i {
    color: #aa5a93;
}
.service-form .input-group {
    margin-bottom: 15px;
    position: relative;
}
.service-form .selectdiv:after {
    color: #00b696;
    top: 7px;
}

.service-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.service-form .input-group .form-control {
    padding: 8px 10px;
    font-size: 14px;
    padding-left: 34px;
    color: #1a3c55;
    border-radius: 4px !important;
    border: solid 1px #afafaf;
    background-color: #fff;
}
.service-form .input-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
}
.service-form .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.service-form .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.service-form .input-group.num-inp .form-control {
    padding-left: 7px;
}
.service-form .input-group .selectdiv {
    width: 100%;
}

.service-form .btn-round {
    color: #fff;
    background-color: #aa5a93;
    padding: 8px 35px 7px 35px;
    border: solid 1px #aa5a93;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
}
.right-cat-hed {
    color: #aa5a93;
    font-size: 20px;
    margin-bottom: 13px;
}

.blog-author {
    display: flex;
}
.authorname h4 {
    color: #646464;
    font-size: 16px;
    margin-bottom: 0px;
    font-style: italic;
}
.authorname p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}
.authorname {
    margin-left: 15px;
}
.author-img {
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 100px;
}
.fact-checked .authorname h4 {
    font-style: normal;
}
.fact-checked .authorname h4 .clin-cont {
    color: #000;
    font-size: 14px;
    display: block;
}
span.dr-samp {
    display: block;
    color: #aa5a93;
    text-transform: uppercase;
    font-weight: 600;
}
.fact-checked-btn {
    margin-left: 48px;
}
.fact-checked-btn p {
    margin-bottom: 0px;
    background-color: #aa5a93;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 100px;
}
.fact-checked-btn p i {
    color: #fc861f;
}
.blog-author.fact-checked {
    margin: 0px 0px 40px;
}




/*==================end blog page ===============*/

.navbar-toggler {
    padding: 5px;
}

/*========responsive area============*/
@media screen and (max-width: 992px){
  .blog-single-bx .blog-cnt {
      padding: 15px 0px 10px;
  }
  .blog-single-bx .blog-cnt h4 {
      font-size: 16px;
  }
  .latest-poat-area .blog-cnt {
      padding: 15px 0px 10px;
  }
  .latest-poat-area .blog-cnt h4 {
      font-size: 16px;
  }
  .latest-poat-area .blog-img-sec img {
      height: 201px;
  }
  .single-blog-row.alt-single {
      flex-direction: column-reverse;
  }
  .container{
	padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-area {
      padding-right: 0px;
  }
  .vr-border {
      border-right:none;
  }
  .connect-with-us-area {
      padding-left: 0px;
      margin-top: 20px;
  }
  .contact-area {
      padding: 60px 0px 50px;
  }
  .cmn-pt {
      padding-top: 82px;
  }
  .bread-inner-content h1 {
      font-size: 35px;
      margin-bottom: 0px;
      padding-left: 0px;
      text-align: center;
  }
  .breadcrumb-area {
      height: 230px;
  }
  .breadcrumb-area .pagination {
      align-items: center;
      padding-left: 0px;
      justify-content: center;
  }
  .blog-single-bx .blog-cnt h4 br {
      display: none;
  }
  .blog-lft {
      padding-right: 0px;
  }
  .blog-author.fact-checked {
      margin: 0px 0px 40px;
      flex-direction: column;
  }
  .authorname {
      margin-left:15px;
      margin-top:0px;
  }
  .fact-checked-btn {
      margin-left: 0px;
      margin-top: 10px;
      display: inline-flex;
  }
  .blog-cat-right {
      margin-top: 30px;
  }
  .pg-pos-lf {
      background-position: left;
  }
  .blog-area .container {
      padding: 0px 20px;
  }
  .blog-author.fact-checked .authorname {
      margin-left: 0px;
      margin-top: 10px;
  }
  .breadcrumb-area.contact-bread {
      background-image: url(/wp-content/uploads/2023/01/contact-us-banner-mobile.jpg);
      background-blend-mode: overlay;
      background-color: #ffffff80;
      height: 480px;
  }
  .banner.contact-bread {
      background-image: url(/wp-content/uploads/2023/01/about_us_banner_mob.jpg) !important;
      background-color: #ffffff80 !important;
  }
  .breadcrumb-area.blog-bread{
    background-image: url(/wp-content/uploads/2023/01/blog-banner-mob.jpg) !important;
    background-color: #ffffff80 !important;
    height: 480px;
  }


}
/*========end responsive area============*/

/* ===============new service page =============== */

.bred-strip {
    padding: 15px 0px;
    width: 100%;
    background-color: #e5f3f9;
    margin-top: 116px;
}
.bred-strip .bread-inner-content h1 {
    margin-bottom: 0px;
    color: #363636;
    text-align: center;
    font-size: 32px;
}
.bred-strip ul li {
    color: #363636;
}
.bred-strip .spacer {
    font-size: 0.8rem;
    padding: 0 10px;
}
.bred-strip ul li a {
    color: #363636;
}
.bred-strip .pagination {
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0;
    padding: 0;
}

/* service page */
.service-fm{
	padding-right:0px;
}
.service-fm #contact_btn {
    background-color: #aa5a93;
    color: #fff;
}
.service-fm .form-head {
    text-align: center;
}
.service-fm .form-head h2 {
    margin-bottom: 15px;
}
.service-fm .form-head hr {
    background-color: #000;
    width: 80px;
    margin: 20px auto;
    opacity: 1;
}
.service-fm .service-form {
    background-color: #e5f3f9;
    padding: 30px 30px;
    border-radius: 12px;
}
.service-fm .service-form .input-group .form-control {
    padding: 12px 10px;
    border-radius: 9px !important;
}

/* need */

.service-expl {
    background-color: #e5f3f9;
    padding: 60px 0px;
}
.need-cnt {
    padding-right: 100px;
}
.need-img {
    text-align: center;
}


.talltale-lft {
    text-align: right;
}
.talltale-cnt .tlt-inr {
    min-height: 85px;
    margin-bottom: 20px;
}
.tlt-inr h3 {
    color: #aa5a93;
    font-size: 18px;
    margin-bottom: 4px;
	position:relative;
}
.talltale-cnt .tlt-inr:last-child {
    margin-bottom: 0px;
}
.talltale-graph-img img {
    min-height: 330px;
    object-fit: cover;
}
.talltale-graph-img {
    text-align: center;
}
.talltale-lft .tlt-inr h3:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #aa5a93;
    border-radius: 100px;
    right: -18px;
    top: 8px;
}
.talltale-rgt .tlt-inr h3:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #aa5a93;
    border-radius: 100px;
    left: -18px;
    top: 8px;
}
.treat-expln {
    padding: 50px 0px 0px;
}

/* why choose proc */
.procedure-root-cnt ul li span {
    color: #aa5a93;
    display: block;
    font-weight: 600;
}
.procedure-root-cnt ul li {
    color: #000;
    margin-bottom: 10px;
}
.procedure-root-cnt ul li {
    color: #000;
    margin-bottom: 10px;
	list-style:none;
	position:relative;
}
.need-rct-img img {
    padding-left: 50px;
}
.procedure-root-cnt ul li span:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #aa5a93;
    border-radius: 100px;
    left: -18px;
    top: 9px;
}

/* why choose ivy dental */
.choose-rct-rgt ul li {
    margin-bottom: 10px;
    position: relative;
    color: #000;
}
.choose-rct-rgt ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #aa5a93;
    border-radius: 100px;
    left: -18px;
    top: 9px;
}
.choose-rct-rgt ul {
    padding-left: 20px;
}


/*=========== faq area ===========*/
.pos-about-girl {
    position: absolute;
    right: 0;
    text-align: right;
    top: 30px;
}
.pos-about-girl img {
    width: 84%;
}
.faq-about-plan-area.faq-inner.faq_sec {
    position: relative;
}
.faq-about-plan-area.faq-inner.faq_sec {
    position: relative;
    padding: 140px 0px;
}
.blog-faq .heading h2 {
    font-size: 52px;
    font-weight: 700;
}
/*=========== end faq area ===========*/

/* cross bite area  */
.crooked-bx {
    padding: 0px 46px;
    margin-bottom: 40px;
}
.crooked-bx h3 {
    color: #363636;
    font-size: 24px;
    margin: 11px 0px 8px;
    font-weight: 700;
}
.crooked-bx {
    text-align: center;
}

/* team area */
.home-dr-bx .img_box img {
    width: 190px;
    height: 193px;
    border-radius: 100px;
    object-fit: cover;
    margin-bottom: 17px;
}

.inr-ul-li ul {
	padding: 0;
}

.inr-ul-li ul li {
    position: relative;
    margin: 8px 0;
    padding-left: 17px;
    list-style: none;
}

.inr-ul-li ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #aa5a93;
    position: absolute;
    border-radius: 50%;
    left: -0px;
    top: 9px;
}


@media screen and (max-width:992px){
	.bred-strip .bread-inner-content h1 {
		font-size: 22px;
	}
	.bred-strip {
		margin-top: 98px;
	}
	.bred-strip .pagination {
		display: inline-flex;
		width:100%;
		text-align:center;
	}
	.root-canal-cnt {
		margin-bottom: 40px;
	}
	.root-canal-cnt h2 {
		font-size: 32px;
	}
	.root-canal-cnt h2 br{
		display:none;
	}
	.need-cnt .heading h2 {
		font-size: 32px;
	}
	.need-cnt .heading h2 br{
		display:none;
	}
	.need-cnt {
		padding-right: 0px;
		text-align: center;
		margin-bottom: 40px;
	}
	.talltale-lft {
		text-align: left;
		padding-left: 20px;
	}
	.talltale-lft .tlt-inr h3:after {
		right: auto;
		left: -16px;
		top: 8px;
	}
	.talltale-cnt.talltale-rgt {
		padding-left: 20px;
	}
	.talltale-graph-img img {
		padding: 22px 1px;
	}
	.service-expl {
		padding: 40px 0px;
	}
	.need-rct-img img {
		padding-left: 0px;
		margin-top: 20px;
	}
	.procedure-root-area .heading h2 {
		font-size: 32px;
	}
	.choose-rct-dental .row {
		flex-direction: column-reverse;
	}
	.choose-rct-lft {
		margin-top: 20px;
	}
	.choose-rct-rgt .heading h2 {
		font-size: 32px;
	}
	.pos-about-girl {
		display: none;
	}
	.blog-faq .heading h2 {
		font-size: 36px;
	}
	.faq-about-plan-area.faq-inner.faq_sec {
		padding: 30px 0px 50px;
	}
	.crooked-bx {
		padding: 0px 8px;
		margin-bottom: 40px;
	}
	.crooked-bx h3 {
		font-size: 20px;
	}
	
	
	
}