/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

 .ai_summary_box.container {
        width: 100%;
        max-width: 700px;
        padding: 24px;
        border: solid 1px #d8d8d8;
        border-radius: 10px;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column;
        gap: 24px;
	 margin-bottom:30px;
	 box-sizing: border-box;
      }
      .ai_summary_box.container h3 {
        margin: 0;
      }
      .ai_summary_box .ai_tools {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
      }
      .ai_summary_box .ai_tools a img {
        width: 24px;
      }
      .ai_summary_box .ai_tools a {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
      }



/* end ai */
.loader {
	text-align: center;
}
.top-barss, img[src="https://www.boneandjointindia.com/wp-content/uploads/2024/08/play-icon.png"]{
	display: none;
}
.space-top{
	padding-top: 130px;
}
#phantomss {
    width: 100%;
    z-index: 999;
}
.flaot-phantom {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
	background-color: #fff;
}
.call-us .box-content-wrapper{
    width: fit-content;
    gap: 10px;
}
.call-us a.the7-box-wrapper {
	justify-content: center;
}
.header .toggle-text {
	display: none;
}
.home-sliders .owl-dot {
	opacity: 0.5;
	transition: all ease-in .3s;
}
.home-sliders .owl-dot.active {
	width: 35px !important;
    border-radius: 10px !important;
	opacity: 1;
	box-shadow: none !important;
	background-color: #fff !important;
}
.home-sliders .owl-dot.active span{
	background-color: #fff !important;
}
.elementor-widget-the7-slider-common .bullets-small-dot-stroke .owl-dot:not(.active):hover span {
	background-color: #fff!important;
}
.background-ring {
	animation: rotate 55s infinite linear;
}
.background-rings {
	animation: circle 55s infinite linear;
}
.background-scale{
	animation: scale 12s infinite linear;
}
.specialties-crd .dt-owl-item-heading {
	min-height: 60px;
}
.main-navs .the7-e-sub-nav li.menu-item-2047:after{
	border-bottom: 1px solid #0000001F !important;
}

@keyframes fadeInDown{
0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes scale{
	50%{
		transform: scale(0.8);
	}
	100%{
		transform: rotate(0);
	}
}
@keyframes circle{
	50%{
		transform: rotate(80deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
.specialties-crd h3, .services-crd h3{
	width: 100%;
	display: flex;
	justify-content: start;
	text-align: start;
}
.specialties-crd img{
	transition: 0.5s;
}
.specialties-crd .dt-owl-item-wrap:hover img{
	border-radius: 50%;
    transition: 0.8s;
}
.specialties-crd .owl-dot, .services-crd .owl-dot {
	opacity: 0.5;
	transition: all ease-in .3s;
}
.specialties-crd .owl-dot.active, .services-crd .owl-dot.active {
	width: 35px !important;
    border-radius: 10px !important;
	opacity: 1;
	box-shadow: none !important;
	background-color: #fcac01 !important;
}
.specialties-crd.owl-dot.active span, .services-crd.owl-dot.active span{
	background-color: #ff9d66 !important
}
.specialties-crd .owl-dot:not(.active):hover span, .services-crd .owl-dot:not(.active):hover span {
	background-color: #ff9d66 !important
}
.overflow-hide {
	overflow: hidden;
}
.ply-animation .elementor-widget-container {
	line-height: 0px
}
.ply-animation .play-icon {
	position: relative;
}
.ply-animation .play-icon::before{
    position: absolute;
    border: 8px solid #4caf5075;
    border-radius: 50%;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	animation: icon 3s infinite linear;
}
.header .elementor-widget-image .elementor-widget-container a{
	display: inline-block;
}
.scroll-top.on{
	border-radius: 100px;
}
@keyframes icon{  
	25% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(1.3);
	}
	75% {
		transform: scale(1.4);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}
@keyframe rotate{
	100%{
		transform: rotate(360deg);
	}
}
.play-icon {
	text-align: center;
}
.dr-crd {
	position: relative;
	overflow: hidden;
	transition: all ease-in .3s !important;	
}
.dr-cnt, .dr-crd::before {
    transition: all ease-in .3s !important;	
}
.dr-crd:hover .dr-cnt{
	 bottom: 30px;
}
.dr-crd:hover::before{
	background-color: #126328e6 !important;
	opacity: 0.5;
}
.dr-crd .dr-cnt{
	position: absolute;
    bottom: 8px;
    left: 0px;
}
footer .menu-text {
	transition: all ease-in .3s;
}
footer .menu-text:hover {
	color: #fcac01;
}
.toggles {
	position: fixed;
    bottom: 60px;
    right: 9px;
	z-index:9;
}
.toggles i{
	color: #fff;
}
.toggle-btn{
	font-size: 18px;
    background-color: #fcac01;
    padding: 13px 14px;
    line-height: 0;
    border-radius: 50px;
	border: 1px solid #fff;
	 top: 4px;
    position: relative;
}
.toggles .list-toggle{
	position: absolute;
    bottom: 50px;
    right: 0px;
}
.toggles .list-toggle li{
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
	position: relative;
}
.toggles .list-toggle li a{
	 border-radius: 50px;
	background-color: #fcac01;
    margin: 6px 0px;
    padding: 10px;
	 border: 1px solid #fff;
	position: relative;
	z-index: 2;
}
.surgeries-tab .the7-e-tabs-nav-scroll-wrapper {
	width: fit-content;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 50px;
}
.surgeries-tab .elementor-icon-list-item{
	position: relative;
}
.surgeries-tab .elementor-icon-list-item::after{ 
     position: absolute;
    top: 18px;
    left: 6px !important;
    width: 2px!important;
    height: 100%;
    content: '';
    display: block;
    background-color: #126328;
}
.surgeries-tab .elementor-icon-list-item:last-child::after{   
	display: none;
}
.specialties-list ul{
	display:flex !important;
	flex-wrap:wrap !important;
	gap:16px ;
}
.specialties-list ul li{
	display:flex !important;
	margin:0 !important;
	border-radius: 150px;
	overflow:hidden;
}
.specialties-list .elementor-icon-list-item a{
	
    background: #F6F6F6;
	padding: 10px 24px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	transition: all ease-in .3s !important;	
}
.specialties-list .elementor-icon-list-item:hover a{
	background-color: #fcac01;
	color: #fff !important;
}
.list-toggle img{
	width: 28px;
	height: auto;
}
.list-toggle li, .toggles .toggle-btn{
  cursor: pointer;
}
.position-relative {
	position: relative;
}

.ply-animation {
	position: absolute;
    top: 42%;
/*     left: calc(50% - 40px); */
    z-index: 6;
}
.contact-form-design input, .contact-form-design select, .contact-form-design textarea{
	padding: 10px;
	font-size: 16px !important;
	border-radius: 5px;
	margin-bottom: 16px !important;
	font-family: "Quicksand", Sans-serif;
	
}
.contact-form-design textarea{
	font-size: 16px !important;
	height: 130px;
	border-radius: 5px;
	resize: none;
	margin-bottom: 16px !important;
	font-family: "Quicksand", Sans-serif;
}
input::placeholder, textarea::placeholder, select{color: #000; opacity: 0.7;}
.wpcf7-submit {
	border-radius: 30px !important;
	margin-top: 5px;
}
.cnt-clr {
	color: #000000DB !important;
	transition: all ease-in .3s;
}
.cnt-clr:hover {
	color: #fcac01 !important;
}
.elementor-21 .elementor-element.elementor-element-a3ee4ed .dt-nav-menu-horizontal > li > .horizontal-sub-nav .horizontal-sub-nav {
	background-color: #fff !important;
	border-bottom: 5px solid #fcac01;
	margin-left: 3px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#phantomss .dt-nav-menu-horizontal>li>.horizontal-sub-nav {
    width: 650px !important;
    background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	top: 85px;
	border-bottom: 5px solid #fcac01;
	justify-content: space-between;
}
#phantomss .dt-nav-menu-horizontal>li>.horizontal-sub-nav .menu-text {
	font-family: "Spline Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
#phantomss .dt-nav-menu-horizontal>li>.horizontal-sub-nav:before {
	background-color: #fff;
}
#phantomss .horizontal-sub-nav>li{
	width: 45% !important;
}
#phantomss .dt-nav-menu-horizontal>li>.horizontal-sub-nav{
 box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#phantomss .top-navss .dt-nav-menu-horizontal>li:hover>.horizontal-sub-nav{
   transform: translateY(-40px);
	padding: 10px 20px;
}

#phantomss .top-navss .dt-nav-menu-horizontal>li>.horizontal-sub-nav{
 box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.dt-nav-menu-horizontal>li.menu-item.has-children:hover>ul.horizontal-sub-nav, .dt-nav-menu-horizontal>li.menu-item.has-children:hover>ul.horizontal-sub-nav>li.menu-item.has-children:hover>ul.horizontal-sub-nav{
	visibility: visible !important;
	opacity: 1 !important;
}



.appointment-form p{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
	justify-content: space-between;
}
.appointment-form p .wpcf7-form-control-wrap{ 
    width: 48%;
    display: flex;
/*     align-items: center; */
}
.appointment-form p .wpcf7-form-control-wrap:nth-child(21){
	width: 98.5%;
}
.appointment-form .wpcf7-select {
	padding: 13px 10px;
}
.appointment-form-btn p{
	display: block;
    text-align: center;
}
.appointment-form p [type="radio"]{ 
   accent-color: #126328;
}
.base-line label{
	font-family: "Quicksand", Sans-serif;
}
.appointment-form .wpcf7-radio {
	padding: 10px 0px;
}
.base-line {
	align-items: baseline;
}
.base-line br{
	display: none;
}
.base-line .wpcf7-form-control-wrap {
	width: 70% !important;
}
.wpcf7-spinner {
	position: absolute;
}
#phantomss .dt-nav-menu-horizontal>li.menu-item-26 >.horizontal-sub-nav, #phantomss .dt-nav-menu-horizontal>li.menu-item-39 >.horizontal-sub-nav, #phantomss .dt-nav-menu-horizontal>li.menu-item-40>.horizontal-sub-nav, #phantomss .dt-nav-menu-horizontal>li.menu-item-5387 >.horizontal-sub-nav, #phantomss .dt-nav-menu-horizontal>li.menu-item-2569 >.horizontal-sub-nav{
	width: auto !important;
	display: block;
}
#phantomss .menu-item-26 .horizontal-sub-nav>li, #phantomss .menu-item-39 .horizontal-sub-nav>li, #phantomss .menu-item-26 .horizontal-sub-nav>li, #phantomss .menu-item-40 .horizontal-sub-nav>li, #phantomss .dt-nav-menu-horizontal>li.menu-item-5387 > .horizontal-sub-nav>li, #phantomss .dt-nav-menu-horizontal>li.menu-item-5387 > .horizontal-sub-nav>li.menu-item-5388 > .horizontal-sub-nav>li, #phantomss .dt-nav-menu-horizontal>li.menu-item-2569 > .horizontal-sub-nav>li{
	width: auto !important;
}
.file input{
	padding: 0px !important;
	margin-bottom: 0px !important;
}
.file p span{
	display: block;
}
.file p input{
	padding: 5px !important;
}
.file p {
	margin-bottom: 0px !important;
}
.file p span{
	border: 1px dashed #8b8d94;
	padding: 6px;
}
.file {
	margin-bottom: 16px !important;
}
.testimonial-content {
	height: 150px;
    overflow-y: auto;
}
.testimonial-design .box-content .box-heading span{
	font-size: 13px;
    font-style: italic;
    color: #999;
}
.ovr-vsble {
	overflow: visible;
}
.custome-list .elementor-icon-list-text {
	position: relative;
}
.custome-list .elementor-icon-list-text::before {
	position: absolute;
    left: -11px;
    height: 100%;
    width: 2px;
    top: 20px;
    content: '';
    background-color: #126328;
}
.custome-list.wht .elementor-icon-list-text::before {
	background-color: #000;
}
.custome-list ul li:last-child .elementor-icon-list-text::before {
	display: none !important;
}
.leadership-team-crd{
	position: relative;
}
.leadership-team-crd .ldr-team-img {
	position: absolute;
	top: -125px;
}
.leadership-team-crd .ldr-team-img img{
	border-radius: 50%;
	border: 2px solid #fcac01;
}
.b-clr, .cta-mails:hover {
	color: #fcac01 !important;
}
.cta-mails {
	transition: all ease-in .2s;
}
.serv-crd .the7-image-box-wrapper img{
	transition: all .2s ease-in !important;
}
.serv-crd .the7-image-box-wrapper:hover img{
	transform: scaleX(-1) !important;
}
.surgeries-tab .the7-e-tab-nav-button.right-button{
	visibility: hidden;
}
.post-template-default .nocomments, #comments {
	display: none;
}
.post-template-default .post-navigation .nav-links, #sidebar {
	border-color: #00000038;
}
.post-template-default.single .wp-block-latest-posts__list{
	    display: flex;
        flex-direction: column;
}
.overflow-hide ul li{
	list-style-type: none !important;
}
.ply-str img{
    width: 120px;
    margin-top: 15px;
}
.the7-image-box-wrapper:hover .ply-str img{
	transform: scalex(1) !important;
}
.toggles .list-toggle li span{
	position: absolute;
    left: -55px;
    background-color: #fcac01;
    min-height: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
	opacity: 0;
	transition: all ease-in .3s;
	white-space: pre;
	z-index: 1;
}
.toggles .list-toggle li:hover span{
	 left: -95px;
	 opacity: 1;
}
.toggles .list-toggle li:nth-child(2):hover span{
	 left: -168px;
	 opacity: 1;
}
.gallery-set-design .elementor-gallery__container .e-gallery-item, .elementor-slideshow__title {
	display: none !important;
}
.gallery-set-design .elementor-gallery__container .e-gallery-item:nth-child(1) {  
    display: block !important;
}
.f-txt-c p{
	text-align: center;
}
.post-template-default .meta-nav {
	color: #126328;
}
.wp-block-latest-posts__post-title {
	display: block;
}
.w-accrd .e-n-accordion-item-title-text {
	font-family: "Quicksand", Sans-serif; 
	font-size: 20px;
	color: #126328;
	font-weight: 600;
	line-height: 28px;
}
.elementor-element-41fcdc2, .elementor-element-bb7883e {
	height: 100%;
}
.ftr-b-link {
	text-decoration: underline !important;
	transition: all ease-in .2s;
}
.ftr-b-link:hover {
	color: #fcac01 !important;
}
.footer .e-con-inner{
	padding-left: 20px;
	padding-right: 20px;
}
.specialties-crd .dt-owl-item-description {
    min-height: 70px;
}
.fancy-gallery-imgs .gallery-item{
	width:100%;
	margin: 0px 10px 5px 0px !important;
}
#gallery-1 .gallery-item {
	width: 24%;
}
.gmnoprint.gm-bundled-control{
	display: none;
}
.e-crd {
	padding-left: 5px;
}
.cc-list {
	margin-top: 12px !important;
}
.cc-list li{
	list-style-type: none;
	position: relative;
}
.cc-list li::before{
	 font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0px;
    left: -21px;
    content: "\f058";
    font-size: 15px;
    color: #126328;
}
.serv-crd .elementor-button.elementor-size-xs{
	width: fit-content;
}
.elementor-gallery-item__title {
	display: none;
}
.artho-tabss .the7-e-tabs-nav {
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
}
/* .horizontal-menu-toggle {
	margin-right: 10px;
} */
.no-space-top .e-con-inner{
	padding-top: 0px;
}
.sbi_bio {
	font-size: 12px;
    color: #505052;
}
.sb_instagram_header {
	justify-content: center;
    padding-bottom: 25px;
}
#sbi_load {
	padding-top: 20px;
}
.animi-section, .animi-section .elementor-widget-image{
	position: relative;
}
.animi-section .elementor-widget-image{ 
    z-index: 1;
}
.blowings {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.blowing-animi span {
	position: absolute;
}
.blowing-animi span:nth-child(1){
	display: inline-block;
    border: 10px solid #126328;
    border-radius: 100px;
	opacity: 0.6;
	animation: 2.5s linear infinite zerospan;
}
.blowing-animi span:nth-child(2){
	display: inline-block;
    border: 10px solid #126328;
    border-radius: 100px;
	opacity: 0.6;
	animation: 2.5s linear infinite firstspan;
	animation-delay: .5s;
}
.blowing-animi span:nth-child(3){
	display: inline-block;
    border: 10px solid #126328;
    border-radius: 100px;
	opacity: 0.6;
	animation: 2.5s linear infinite secondspan;
	animation-delay: 1s;
}
.blowing-animi span:nth-child(4){
	display: inline-block;
    border: 10px solid #126328;
    border-radius: 100px;
	opacity: 0.6;
	animation: 2.5s linear infinite thirdspan;
}
.toggles .list-toggle li:nth-child(1) a{
	padding: 15px 10px;
}
footer .dt-nav-menu li{
	width: fit-content;
}
.captcha {
	text-align: center;
}
.bone-bank-list {
	list-style-type: none !important;
    margin: 15px 0 15px 0px !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.bone-bank-list li{
    width: fit-content;
    background-color: #12632824;
    padding: 8px 20px;
    border-radius: 55px;
}
.ai_summary_box.container{
	display: none;
}
.author-link {
	color: #126328;
}
.call-us .box-content-wrapper .box-content .box-heading p{
	margin-bottom: 0px;
}

@keyframes zerospan {
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(20);
		opacity: 0;
	}
}
@keyframes firstspan {
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(22);
		opacity: 0;
	}
}
@keyframes secondspan {
	0%{
		transform: scale(0);	
		
	}
	100%{
		transform: scale(24);
		opacity: 0;
	}
}
@keyframes thirdspan {
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(26);
		opacity: 0;
	}
}
.inverse-color img {
	  filter: invert(1) brightness(100) saturate(0);
}
@media (max-width: 1600px){ 
	.headr-clls {
		width: 15% !important;
	}	
	.main-navs ul li, .top-navss ul li{
		padding-left: calc(8px / 2) !important;
        padding-right: calc(8px / 2) !important;
	}
	.header .e-con-inner{
		max-width: 1400px;
	}
}
@media (max-width: 1400px){
	.bnr-captions h1, .bnr-captions h2{
    font-size: 24px;
    line-height: 35px;
	}
	.bnr-captions {
		margin-left: 0px;
	}
	.header .dt-nav-menu-horizontal > li > a .menu-item-text{ 
	   font-size: 15px !important;
	}
	
}
/* @media (max-width: 1200px){
	.specialties-crd .owl-stage-outer{
		padding-left: 80px;
	}
} */
@media (max-width: 1300px){
	.header .dt-nav-menu-horizontal > li > a .menu-item-text{ 
	   font-size: 12px !important;
	}
	#top-btn a{
		padding: 14px 16px 14px 16px !important;
	}
	.home-title h1{
		font-size: 42px !important;
		line-height: 50px !important;
	}
}
@media (max-width: 1200px){
	.header nav li{
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.header{
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
}
@media (min-width: 1600px){
	.e-con-inner{
		max-width: 1450px !important;
	}
/* 	.specialties-crd .elementor-widget-container, .services-crd .elementor-widget-container{
		margin: 0 0 0 calc((100vw - 1400px) / 2) !important;
	} */
	.vedio-slider .elementor-swiper-button-prev {
		position: absolute;
		left: 45px !important;
	}
	.vedio-slider .elementor-swiper-button-next {
		position: absolute;
		right: 45px !important;
	}
}
/* @media (max-width: 1600px){
	
} */
@media (max-width: 1180px){ 
	.header-btn a {
		font-size: 12px !important;
	}
	.elementor-21 .elementor-element.elementor-element-c8fc461 .dt-nav-menu-horizontal > li > a .menu-item-text {
		font-size: 11px !important;
	}
}
@media (max-width: 1100px){
	.header nav li{
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	    .home-title h1 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
}
@media (max-width: 1024px){
	.space-top{
		padding-top: 100px;
	}
	.appointment-form p .wpcf7-form-control-wrap{ 
       width: 47%; 
	}
	.header{
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}
@media (max-width: 767px){
	.gradients {
		background-image: linear-gradient(180deg, #126328 55%, #F7F7F7 45%) !important;
	}
	
}
@media (max-width: 768px){
	.specialties-crd .dt-owl-item-heading {
	     min-height: auto;
    }
	.hide-br br{
		display: none;
	}
	.play-icon {
		width: 50px;
	}
	.toggles {
    bottom: 70px;
    right: 10px;
  }
	.surgeries-tab .the7-e-tabs-nav-scroll-wrapper { 
	  width: auto !important;
	  padding: 10px;
	}
	.surgeries-tab .the7-e-tab-title-text{
		white-space: nowrap !important;
	}
	.appointment-form p .wpcf7-form-control-wrap{ 
       width: 100% !important; 
	}
	.appointment-form p{
	   gap: 0px;
	}
	.base-line {
		display: block !important;
		padding-left: 10px;
	}
	.surgeries-tab .the7-e-tab-nav-button.right-button{
	  visibility: visible;
    }
	.specialties-crd .dt-owl-item-description{
		min-height: 50px !important;
	}
	.w-accrd .e-n-accordion-item-title-text {
		font-size: 18px;
	}
 	#phantomss{
		position: fixed !important;
		width: 100%;
		background-color: #fff !important;
	} 
	#main {
	  padding-top:85px !important;
	} 
	.bone-bank-list li{ 
       font-size: 14px;
	   padding: 8px 16px !important;
	}
	
}
@media (max-width: 450px){
	.no-br br{
		display: none;
	}
	.space-top{
		padding-top: 80px;
	}
	
}