/* Ripon */
.r_owner_img {
    max-width: 21%;
}
.icon-pink>i{
    color: #E02772;
}
.r-button{
    padding: 0px 10px;
}
.r-width{
    width: 40% !important;
}
.r-common-right{
    padding: 0px !important;
}
.contact-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column; /* Arrange items in a column */
}

.contact-pair {
    justify-content: space-between; /* Distribute items evenly */
    margin-bottom: 20px; /* Adjust as needed */
}

.contact {
    display: flex;
    align-items: center;
    margin-right: 10px; /* Adjust as needed */
}

.contact:last-child {
    margin-right: 0;
}
/* loader */
.loader-wrapper.loader-off,
body.is-loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: #f52424;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: #f52424;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #d92772;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.fw-300 {
    font-weight: 300;
}
.short-intro-section {
    padding-top: 9px;
}

.short-intro-section .top-box .left {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
}

.short-intro-section .top-box .left h4 {
    color: #3791CF;
    font-family: "Roboto", Roboto;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}

.short-intro-section .top-box .left p {
    font-size: 17px;
    font-weight: 600;
}

.short-intro-section .right-btn-wraper {
    background-color: #C2C2C2;
    /* background: url(../image/index.png); */
    /* background-repeat: repeat; */
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 4px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}

.short-intro-section .right-btn-wraper a {
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1.5px;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
    background-color: #39BDE0;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #56A7C6;
    border-radius: 50px 50px 50px 50px;
    padding: 18px 20px 18px 20px;
    display: flex;
    justify-content: center;
    position: relative;
    color: #ffffff;
    border-top: 2px solid #56dfff;
    font-size: 20px;
    margin: 10px;
}
.short-intro-section .right-btn-wraper a i {
    position: absolute;
    left: 20px;
}

.short-intro-section .right-btn-wraper a:hover {
    color: #39BDE0;
    background-color: #EBEBEB;
}
.short-intro-section .right-btn-wraper .btn-wrap:nth-child(even) a {
    margin-left: 0;
}
.short-intro-section .right-btn-wraper .btn-wrap:nth-child(odd) a {
    margin-right: 0;
}
.owner-short-details {
    padding-top: 10px;
}
.owner-short-details .left img {
    width: 100%;
}
.owner-short-details .right h3 {
    color: #d92772;
    font-size: 29px;
    font-weight: 400;
}
.owner-short-details .right p {
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}

.about-us-content {
    padding: 10px 0px;
}

.coomon-heading-wrap {
    margin: 15px 0px 0px 0px;
    padding: 10px 0px 10px 15px;
    background-color: #EEEEEE;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #39BDE0;
    margin-bottom: 20px;
}

.coomon-heading-wrap *:not(i) {
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 0;
}
.coomon-heading-wrap .bg-lred{
    color: #D92772;
    font-size: 24px;
}

.common-content-wrap h1,
.common-content-wrap h2, 
.common-content-wrap h3, 
.common-content-wrap h4,
.common-content-wrap h5,
.common-content-wrap h6{
    display: table;
    font-weight: 400;
    padding: 10px 25px 10px 15px;
    background-color: #EEEEEE;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #39BDE0;
    margin-bottom: 20px;
}
.common-content-wrap h1 {
    font-size: 28px;
}

.common-content-wrap h2 {
    font-size: 24px;
}
.common-content-wrap h3 {
    font-weight: 600;
}
.common-content-wrap h3 {
    font-size: 18px;
}
.common-content-wrap ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.common-content-wrap p {
    margin-bottom: 20px;
    font-weight: 400;
}
.common-content-wrap a {
    position: relative;
    display: block;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
}
.common-content-wrap a:hover{
    color: #d92772;
}
.common-content-wrap a:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.common-content-wrap img {
    max-width: 100%;
    margin-bottom: 15px;
}


.specialists-list-table-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}
.specialists-list-table-wrap button {
    background: none;
    padding: 4px 10px;
    line-height: 1.4;
}
.specialists-list-table-wrap .buttons-page-length {
    border: 0;
}
.specialists-list-table-wrap .buttons-page-length:hover {
    border: 0!important;
}
.specialists-list-table-wrap .dt-button-background {
    display: none!important;
}
.specialists-list-table-wrap .dt-button-collection {
    padding: 0;
    border: 0;
}
.specialists-list-table-wrap .dt-button-collection button {
    margin: 0!important;
    border-color: transparent;
}
.specialists-list-table-wrap .dt-button-collection button:hover, 
.specialists-list-table-wrap .dt-button-collection button.active {
    background: rgba(0,0,0,.075)!important;
    box-shadow: none!important;
    border-color: transparent!important;
}
.specialists-list-table-wrap .menu button {
    margin: 0;
}
.specialists-list-table-wrap .dt-button-collection {
    width: 130px;
}
.specialists-list-table-wrap .dataTables_filter label {
    /* font-weight: 600; */
    /* display: flex; */
    /* align-items: center; */
}
.specialists-list-table-wrap .dataTables_filter label input {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    width: 190px;
    height: 35px;
}
.specialists-list-table-wrap .dataTables_filter label input:focus {
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
}
.specialists-list-table-wrap .dataTable tbody th, 
.specialists-list-table-wrap .dataTable tbody td {
    padding: 4px 10px;
}
.specialists-list-table-wrap  .f-w {
    min-width: 150px!important;
}
.specialists-list-table-wrap .dataTable tbody td {
    font-weight: 300;
    font-size: 15px;
}
.specialists-list-table-wrap button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.specialists-list-table-wrap button.buttons-copy:before {
    content: "\f0c5";
}
.specialists-list-table-wrap button.buttons-print:before{
    content: "\f02f";
}
.specialists-list-table-wrap button.buttons-excel:before {
    content: "\f1c3";
}
.specialists-list-table-wrap button.buttons-csv:before {
    content: "\f6dd";
}
.specialists-list-table-wrap button.buttons-pdf:before {
    content: "\f1c1";
}
.specialists-list-table-wrap .paginate_button {
    padding: 0 9px!important;
}
.specialists-list-table-wrap .dataTables_info,
.specialists-list-table-wrap .dataTables_paginate {
    margin-top: 20px;
    padding-top: 0.25em;
}
.specialists-list-table-wrap .dtr-details {
    width: 100%;
}
.survey_form h6 {
    color: #000000;
    font-weight: 600;
}
.survey_form .list-item-label {
    font-weight: 300;
    padding-left: 4px;
    padding-right: 14px;
}
.survey_form input.submit {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.survey_form input.submit:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
.survey_form .radio {
    display: flex;
    flex-wrap: wrap;
}
.patient_survey h6{
    font-size: 18px;
}
/*Photo Video Gallery CSS Start*/
.photo-video-gallery-outer {
    width: 100%;
}
.photo-video-gallery-outer .heading {
    background: #f47d1f;
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 0px 14px;
    margin-bottom: 10px;
}
.photo-video-gallery-outer .heading .icon {
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-right: 20px;
}
.photo-video-gallery-outer .heading .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.photo-video-gallery-outer.video .heading {
    background: #4479bd;
}
.photo-video-gallery-inner iframe {
    width: 100%;
}
.photo .photo-video-gallery-inner {
    /* border-top: 10px solid #f47d1f; */
}
.video .photo-video-gallery-inner {
    /* border-top: 10px solid #4479bd; */
}
.photo-video-gallery-inner .slider.slider-nav .slick-slide {
    height: 72px;
    background: #000;
    padding: 6px 3px;
    cursor: pointer;
}
.photo-video-gallery-inner .slick-slider img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.photo-video-gallery-inner .slider.slider-nav img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .4;
    transition: all .3s ease;
}
.photo-video-gallery-inner .slick-slider {
    margin-bottom: 0;
}
.photo-video-gallery-inner .slider.slider-nav .slick-slide:focus {
    outline: 0;
}
.photo-video-gallery-inner .slick-slide.slick-current {
    cursor: default!important;
}
.photo-video-gallery-inner .slider.slider-nav .slick-current img {
    opacity: 1;
}
.photo-video-gallery-inner .slider-for .slick-prev {
    left: 10px;
    z-index: 999;
}
.photo-video-gallery-inner .slider-for .slick-next {
    right: 10px;
    z-index: 999;
}
.photo-video-gallery-inner .slider-for .slick-arrow:before {
    font-size: 35px;
}
.photo-video-gallery-inner .slider-nav button {
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.photo-video-gallery-inner .slider-nav .slick-prev {
    left: 10px;
}
.photo-video-gallery-inner .slider-nav .slick-next {
    right: 10px;
    z-index: 999;
}
.photo-video-gallery-inner .slider-nav button {
  content: '';
  height: 27px;
  width: 27px;
  background: #000000;
  border-radius: 100%;
  border: 2px solid #ffffffe0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-video-gallery-outer .see-more-btn-wrapper {
    margin-top: 50px;
}
/*Photo Video Gallery CSS End*/

/*---------------------------------------*/
/*------------tt-accordion-box ----------*/
/*---------------------------------------*/
.tt-accordion-box {
  /* margin-top: 80px; */
}
.faq-wrap .tt-accordion-box .item .tt-title {
    font-size: 17px;
    padding: 12px 20px;
    font-weight: 700;
    border: 1px solid #d4d4d4;
}

.tt-accordion-box .item {
    border: 1px solid #d4d4d4;
    /* border-bottom: none; */
}

.faq-wrap .tt-accordion-box .item {
    margin-top: -2px!important;
}

.faq-wrap .tt-accordion-box .item .tt-title:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
}

.faq-wrap .tt-accordion-box .item .tt-content, 
.faq-wrap .tt-accordion-box .item .tt-content * {
    font-size: 17px;
    font-weight: 300;
    /* color: #D92772; */
    margin-top: 0;
    padding-top: 0px;
}

.faq-wrap .tt-accordion-box .item .tt-content {
    padding: 15px 20px;
}
.faq-wrap .tt-accordion-box .item.visible .tt-title:before {
    content: "\f068";
}

.faq-wrap .tt-accordion-box .item.visible .tt-title {
    /* color: #D92772; */
}
@media (max-width: 768px) {
  .tt-accordion-box {
    margin-top: 65px;
  }
}
@media (max-width: 550px) {
  .tt-accordion-box {
    margin-top: 45px;
  }
}
.tt-accordion-box .item:not(:first-child) {
  margin-top: 55px;
}
.tt-accordion-box .item:not(.active) .tt-content {
  display: none;
}
.tt-accordion-box .item.active .tt-title {
  color: #f52424;
}
.tt-accordion-box .item.active .tt-title:before {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.tt-accordion-box .item .tt-title {
  font-size: 30px;
  line-height: 1.1;
  color: #393939;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.007em;
  position: relative;
  padding: 0 56px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-accordion-box .item .tt-title:before {
  content: "\e90b";
  font-family: 'driving';
  font-size: 30px;
  line-height: 1.1;
  position: absolute;
  right: 0;
  top: 3px;
}
.tt-accordion-box .item .tt-title:hover {
  color: #D92772;
}
.tt-accordion-box .item .tt-content {
  margin: 35px 0 0 0;
  padding: 0 25px 56px 0;
  border-bottom: 1px solid #e9e9e9;
}
.tt-accordion-box .item .tt-content p {
  margin-top: 28px;
}
.tt-accordion-box .item .tt-content > ul {
  margin-top: 28px;
}
.tt-accordion-box .item:last-child .tt-content {
  padding-bottom: 0;
  border: none;
}
@media (max-width: 768px) {
  .tt-accordion-box .item .item:not(:first-child) {
    margin-top: 35px;
  }
  .tt-accordion-box .item .tt-title {
    font-size: 26px;
  }
  .tt-accordion-box .item .tt-title:before {
    top: 0px;
  }
  .tt-accordion-box .item .tt-content {
    margin: 15px 0 0 0;
    padding: 0 25px 36px 0;
  }
}
@media (max-width: 500px) {
  .tt-accordion-box .item .tt-title {
    font-size: 19px;
  }
  .tt-accordion-box .item .tt-title:before {
    top: 0px;
    font-size: 21px;
  }
  .tt-accordion-box .item:not(:first-child) {
    margin-top: 25px;
  }
  .tt-accordion-box .item .tt-content p {
    margin-top: 23px;
  }
}
.common-link-btn {
    font-size: 15px;
    background-color: #000000;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.common-link-btn i {
    margin-right: 11px;
}

.common-link-btn:hover {
    background: #d92772;
    color: #fff;
}

.contact-about-us-left-item *:not(i) {
    color: #000!important;
    font-weight: 400!important;
}

.contact-about-us-left-item .heading .title {
    font-weight: 600!important;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.blog-item-outer {
    margin-bottom: 30px;
}
.blog-item-inner img {
    width: 100%;
    height: 125px;
}

.blog-item-inner .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.blog-item-inner {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.blog-item-inner:hover {
    background: #ddd;
}
.blog .blog-item-inner {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.blog .blog-item-inner:hover {
    background: transparent;
}

.blog .blog-item-inner .title {
    line-height: 28px;
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 8px 0px 8px 2px;
}
.blog-item-outer.blog {
    margin-top: 30px;
}
.blog .blog-item-inner:hover {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}
.blog-item-details .image{
    text-align: center;
}
.blog-item-details img {
    max-width: 100%;
}
.blog-item-details p {
    font-weight: 300;
    text-align: justify;
    font-size: 17px;
}
.common-btn {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.common-btn:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}





















@media (min-width: 1800px){
    .blog-item-inner img{
        height: 193px;
        width: 100%;
    }
    .flex-basis{
        flex-basis: 35%;
    }
}


@media (min-width: 2000px){
    .blog-item-inner img{
        height: 223px;
        width: 100%;
    }
    .flex-basis{
        flex-basis: 35%;
    }
}




@media (max-width: 1500px){
    .r-side{
        margin: 0px 35px;
    }
    .r_owner_img{
        max-width: 21%;
    }
    .flex-basis{
        flex-basis: 41%;
    }
}

@media (max-width: 1201px){
    .blog-item-inner img{
        height: 100px;
    }
    .blog .blog-item-inner .title,
    .blog-item-inner .title{
        font-size: 15px;
    }
    .short-intro-section .top-box .left{
        text-align: center;
    }
    .short-intro-section .top-box .right,
    .short-intro-section .top-box .left{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .r-side{
        margin: 0px 35px;
    }
    .r_owner_img{
        max-width: 20%;
    }
    .flex-basis{
        flex-basis: 48%;
    }
}

@media (max-width: 991px){
    .blog-item-inner img{
        height: 65px;
    }
    .blog .blog-item-inner .title{
        font-size: 15px;
        line-height: 1.5;
        padding: 4px;
    }
    .short-intro-section .right-btn-wraper .btn-wrap:nth-child(odd) a,
    .short-intro-section .right-btn-wraper .btn-wrap:nth-child(even) a{
        margin-right: 10px;
        margin-left: 10px;
    }
    .r-side{
        margin: 0px 0px;
    }
    .r_owner_img{
        max-width: 20%;
    }
    .flex-basis{
        flex-basis: 35%;
    }
}
@media (max-width: 767px){
    .blog-item-inner img{
        height: 136px;
        width: 100%;
    }
    .blog .blog-item-inner .title{
        padding: 15px;
    }
    .specialists-list-table-wrap .buttons-page-length{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .specialists-list-table-wrap .dt-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15px;
    }

    .specialists-list-table-wrap .dataTables_filter {
        float: unset;
        text-align: center;
    }
    .specialists-list-table-wrap button {
        margin: 5px;
    }
    .specialists-list-table-wrap .dt-button-collection {
        padding: 0;
        border: 0;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .r-side{
        margin: 0px 0px;
    }
    .r_owner_img{
        max-width: 100%;
    }
    .flex-basis{
        flex-basis: 35%;
    }

}

@media (max-width: 575px){
    .blog-item-inner img{
        height: 220px;
        width: 100%;
    }
    .blog .blog-item-inner img {
        height: 200px;
    }
    .r-side{
        margin: 0px 0px;
    }
    .r_owner_img{
        max-width: 100%;
    }
    .flex-basis{
        flex-basis: 35%;
    }
}


