.slider-loader{
	display:none !important;
}
.slider-loader.slick-slider{
	display:block !important;
}

@media screen  and (min-width: 1200px){
    .container-fluid{
         max-width: 1300px;
     }
}


@media screen  and (min-width: 1025px){
	
    .services-slider .slick-dots{
        display: none !important;
    }

    .bar-menu{
        display: none;
    }
	
    .primary-menu{
        display: flex;
        flex-wrap: wrap;
    }
	
    .primary-menu > li > a{
        font-size: 18px;
        font-weight: 500;
        padding: 16px 20px;
        position: relative;
        color: var(--dark-color);
        display: block;
        overflow: hidden;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }
	
    .primary-menu li.current-menu-item > a,
    .primary-menu > li > a:hover{
        border-top: 2px solid var(--primary-color);
        text-decoration: none;
        border-bottom: 2px solid var(--primary-color);
    }
	
    .primary-menu > li > a:before{
        content: '';
        position: absolute;
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        transition: all 0.3s linear;
        border-color: var(--primary-color) transparent transparent transparent;
    }
	
    .primary-menu > li > a:after{
        content: '';
        position: absolute;
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 10px 7px;
        border-color: transparent transparent var(--primary-color) transparent;
        transition: all 0.3s linear;
    }
	
    .primary-menu li.current-menu-item > a:after,
    .primary-menu > li > a:hover:after{
        bottom: -3px;
    }
	
    .primary-menu li.current-menu-item > a:before,
    .primary-menu > li > a:hover:before{
        top: -3px;
    }

}

@media screen and (max-width: 1024px) {
    .eme-num-top.active{
        visibility: visible;
        opacity: 1;
    }
		
	.notice-box-wrapper .list-sty-items:before{
		display:none;
	}
	
	.menu-wrap  .contact-btn-list .d-flex{
		margin:0;
	}
	
	.menu-wrap .overflow-menu {
		overflow-y: auto;
		height: 100%;
	}
	
    .top-header .right-side{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
	
    .contact-btn-list .d-none{
        display: none !important;
    }
	
    .bar-menu{
        margin-left: 25px;
    }
	
    .mission-box-sec .img-holder {
        width: 352px;
        top: 50%;
        left: auto;
        right: -12%;
        transform: translateY(-50%);
    }
	
    .services-slider .slick-prev.slick-arrow{
        left:-36px;
    }
	
    .services-slider .item{
        padding: 20px 10px 20px;
    }
	
    .services-slider .slick-next.slick-arrow{
        right:-36px;
    }
	
    .brand-logo img {
        width: 333px;
    }

    .menu-wrap{
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        transition: all 0.4s linear;
        height: 100vh;
        background: var(--gray-l-color);
        width:300px;
        z-index: 99;
        padding: 50px 0 40px;
    }

    body.nav-active .search-bar-sec,
    body.nav-active .menu-wrap{
        right: 0;
    }
    
    .primary-menu li a {
        padding: 12px 24px;
        display: block;
        background: #ffffff;
        border-top: 1px solid #ececec;
        color: var(--dark-color);
    }
	
	.primary-menu li.current-menu-item > a,
    .primary-menu li a:focus,
    .primary-menu li a:hover{
        color: var(--primary-color);
        text-decoration: none;
    }
	
    .search-bar-sec{
        position: fixed;
        right: -100%;
        z-index: 99;
        top: 0;
        transition: all 0.4s linear;
    }
	
    .search-bar-sec .input-field input,
    .search-bar-sec .input-field{
        border-radius: 0;
    }
	
    .search-bar-sec .input-field input {
		border: none;
		height: 50px;
		border-radius: 0;
		padding: 5px 42px 5px 25px;
		width: 100%;
		background: transparent;
    }

    .bar-menu {
        font-size: 34px;
    }

    .top-footer .row .item {
        margin-bottom: 30px;
    }
	
    .contact-list-items ul .title{
        margin-bottom: 4px;
    }
	
    .top-footer .footer-title{
        margin-bottom: 18px;
    }
	
    .contact-list-items ul li{
        margin-bottom: 10px;
    }
	
    .main-banner{
        min-height: 70vh;
    }
	
    .notice-section {
        margin-top: -10vh;
    }
	
    .secondary-menu ul li{
        padding: 0 20px;
    }
	
    .bottom-footer .secondary-menu{
        margin-top: 30px;
    }
	
    .bottom-footer{
        padding: 40px 0 20px;
    }
	
    .overlay-menu{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #1d2124;
        opacity: 0%;
        visibility: hidden;
        transition: all 0.3s linear;
        z-index: 9;
    }
	
    body.nav-active .overlay-menu{
        opacity: 50%;
        visibility: visible;
    }
	
    .close-menu,
    .overlay-menu{
        display: block !important;
    }
	
    .close-menu {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 24px;
        background: #ffff;
        border-right: 1px solid #ececec;
    }
}

@media screen and (max-width: 991px) {
	.about-page-section .container {
		padding: 0 30px;
	}
	.bottom-footer-wrap {
		flex-wrap: wrap;
	}

	.bottom-footer-wrap ul {
		margin: 0 -15px;
	}

	.copyright-sec {
		margin-top: 10px !important;
	}

	.copyright-sec .col-lg-6 + .col-lg-6 p {
		text-align: left;
	}
	
	.about-page-section .img-holder.single-img-slider {
		margin-bottom: 30px;
	}
	
    .mission-box-sec{
        padding: 50px ;
    }
	
    .mission-box-sec .img-holder{
        position: static;
        transform: none;
        width: 100%;
        margin-bottom: 25px;
    }
	
    .mission-box-sec .title{
        padding-top: 0;
        margin-bottom: 15px;
    }
	
    .mission-box-sec p{
        margin-bottom: 20px;
    }
	
    .mission-box-sec .title:before{
        display: none;
    }
	
    .contact-list-items ul li{
        flex: 0 0 100%;
        max-width: 100%;
    }
	
    .content-wrap-sty .d-flex{
        flex-wrap: wrap;
    }
	
    .content-wrap-sty .left-side{
        flex: 0 0 100%;
        max-width: 100%;
        border-right:none;
    }
	
    .content-wrap-sty .left-side, .content-wrap-sty .right-side{
        padding: 10px 0;
    }
	
    .content-wrap-sty .right-side p{
        padding-left: 0;
    }
	
    .content-wrap-sty .content {
        max-width: calc(100% - 53%);
    }
	
    .content-wrap-sty .img-holder {
        width: 50%;
    }
	
}

@media screen and (max-width:769px){
	.other-notice-section .col-md-6 {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.post-relative-sec .justify-content-center {
		justify-content: flex-start !important;
	}
	.contact-page-section .top-contact-section {
		margin-top: -45px;
	}



}

@media screen and (max-width: 767px){
	.secondary-menu ul li {
		width: 50%;
		text-align: left;
	}

	ul#menu-footer-menu {
		display: flex;
		flex-wrap: wrap;
	}

	.copyright-sec .col-lg-6:first-child {
		flex-direction: column;
		text-align: left;
	}

	ul#menu-footer-bottom-menu {
		margin-bottom: 30px;
	}

	.bottom-footer-wrap ul {
		margin: 0 -7px;
	}

	.copyright-sec {
		font-size: 13px;
	}

	.secondary-menu ul li:nth-child(even) {
		float: right;
		text-align: right;
	}
	
	.notice-box-wrapper .list-sty-items >*{
		flex:0 0 100%;
		width:100%;
		max-width:100%;
	}
	
	.top-contact-section .row > * + * {
		border-left:none;
		border-top:1px solid #e6e6e6;
	}
	
	.top-contact-section .item {
		padding: 1.5rem 1rem;
	}
	
	.notice-box-wrapper .list-sty-items:before{
		display:none;
	}
	
    .notice-box-wrapper .d-flex > .col-md-6:first-child{
        border-right: none;
        margin-bottom: 20px;
    }

    .content-wrap-sty .content{
        max-width: 100%;
    }
	
    .top-footer,
    .content-wrap-sty{
        padding: 60px 0;
    }
	
    .content-wrap-sty.primary-bg{
        background-color:transparent;
    }
	
    .content-wrap-sty.primary-bg:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: var(--primary-color);
        opacity: 92%;
    }
	
    .content-wrap-sty .img-holder {
        width: 100%;
        z-index: -1;
    }
	
    .notice-box-wrapper .list-sty-items > li{
        padding-right: 0;
    }
	
    .notice-box-wrapper .d-flex{
        padding: 36px 0px 36px 0px;
    }
	
    .services-slider .slick-arrow{
        display: none !important;
    }
	
}
@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
	
  .notfound .notfound-404 h1 {
    font-size: 200px;
	  letter-spacing: -7px;
  }
  .single-test-sty table {
		white-space: nowrap;
		overflow-x: scroll;
		display: block;
	}
}

@media screen and (max-width: 575px){
    :root{
        --section-gaps: 55px;
		--section-md-gaps: 55px;
    }
	.contact-page-section .top-contact-section {
		margin-top: -30px;
	}

	.service-list-item .item .box {
    	flex-direction: column;
	}
	.page-template-page-about .title {
		font-size: 28px;
	}
	.main-title .title {
		font-weight: bold !important;
		font-size: 32px;
		text-transform: capitalize !important;
	}


	.pre-next-btn .item > a{
		font-size:14px;
	}
	
	.pre-next-btn .right-side {
		margin-top: 15px;
	}
	
	.product-lists-sty.list-sty .item .content{
		padding:15px 0 0;
	}
	
	.product-lists-sty.list-sty .item .img-holder img{
		height: 200px;
    	width: 100%;
	}
	
	.product-lists-sty.list-sty .item .img-holder{
		flex:0 0 100%;
		max-width:100%;
	}
	
	.contact-btn-list .item{
		text-align:center;
	}
	.site-header .contact-btn-list .item {
		flex: 1 0 100%;
		max-width: 100%;
	}
	.contact-btn-list .item.emg-num > div, .contact-btn-list .item.tel-num > div {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.contact-btn-list .d-flex {
		justify-content: center;
	}
	
	.services-slider .slick-slide > div {
		margin: 6px;
	}
	
    .services-slider .slick-slide > div > div{
        padding: 20px;
        box-shadow:rgb(0 0 0 / 10%) 0px 2px 8px;
        border-radius: 10px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        transition: all 0.3s linear;
    }
	
    .services-slider .slick-slide > div + div{
       margin-top: 24px;
    }
	
    .mission-box-sec .img-holder{
        display: none;
    }
	
    .about-box-content .content{
        padding: 14px 0 4px 20px;
    }
	
    .list-sty-items > li {
        padding-left: 30px;
    }

    .main-banner .button-groups {
        margin-top: 24px;
    }
	
    .notice-box-wrapper .list-sty-items > li > *{
        font-size: 14px ;
    }
	
    .main-banner {
        min-height: 85vh;
    }
	
    .about-box-content .name-text {
        margin: 0 0 0 20px;
    }
	
    .top-header .contact-btn-list .item{
        display: none;
    }
	
    .main-banner .caption .title {
        font-size: 40px;
    }
	
    .main-banner .sub-title{
        font-size: 18px;
    }
	
    .main-banner .caption p {
        font-size: 16px;
    }
	
    .about-box-content{
        padding: 20px;
    }
	
    .main-title .sub-title {
        font-size: 32px;
    }
	
    .eme-num-top{
        width: 190px;
    }
	
    .eme-num-top a{
        padding: 7px 15px 5px 55px;
    }
	
    .eme-num-top a i{
        font-size: 20px;
        left: 14px;
    }
	
    .list-sty-items > li:before{
        left: 0;
    }
	
    .eme-num-top a span.title,
    .eme-num-top a span.txt{
        font-size: 13px;
    }

}
@media only screen and (max-height: 420px){
	
	#notfound {
		position: relative;
		height: 120vh;
	}
	
}
@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
	
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
	
  .notfound h2 {
    font-size: 16px;
  }
	.list-sty-items > li:before{
		transform: translatey(0);
	}
	.mission-box-sec{
		padding: 25px;
	}
}
@media screen and (max-width: 380px){
    .services-slider .slick-dots{
        bottom: -28px;

    }
	
    .main-banner .caption .title {
        font-size: 32px;
    }
	
    .main-banner {
        min-height: 70vh;
    }
	
    .secondary-menu ul li {
        padding: 0 7px;
    }
}


.doctor-list img{
    height: auto !important;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}