:root{
    --primary-color: #b10000;
    --secondary-color: #1d1d1b;
    --third-color: #eaf3fa;
    --font-color: #494949;
    --fourth-color: #414141;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    font-size: 16px;
    transition: .3s linear;
	color : var(--primary-color);
}
a:hover{
	color : #000;
}
a:focus {
    outline: none;
  }
p{
    font-size: 16px;
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
body{
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
ul,ol{
    margin-left: 20px;
}
li{
    margin-bottom: 10px;
}

.entry-content{
    margin: 0;
}
.w-100{
    width: 100%;
}
.d-block{
    display: block;
}
h1,.h1{
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    
}
h2,.h2{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    
}
h3,.h3{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    
}
h4,.h4{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    
}
h5,.h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    
}
h6,.h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    
}
.ml-15{
    margin-left: 15px;
}
.container { max-width: 1450px; margin: 0 auto; width: 100%; padding: 0 15px; }
section{
    margin-top: 50px;
}
.primary-color{
    color: var(--primary-color);
}
.secondary-color{
    color: var(--secondary-color);
}
.font-color{
    color: var(--font-color);
}
.text-center{
    text-align: center;
}

header{
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9;
    position: relative;
}
#masthead.fixed{
    position: fixed;
    top: 0;
    left: 0;
    animation: scrolltop .7s linear;
    width: 100%;
    background-color: #fff;
    padding: 8px 0px;
    z-index: 999;
 }
 @keyframes scrolltop {
    0% { top: -100px; opacity: .4; }
    100% { top: 0; opacity: 1; }
 }


header a {
	font-family: 'Montserrat', sans-serif;
}
header .main-navigation .container {
    max-width: 100%;
    padding: 0;
}
header .container{
    max-width: 1450px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-top {
	width: 100%;
	clear: both;
    background-color: var(--third-color);
    padding: 8px 0;
}
.header-top .container {
	max-width: 1340px;
	margin: auto;
	padding: 0 20px;
}
.header-top .address-content a {
	display: flex;
    align-items: center;
}
.header-top .header-address {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-top .address-content {
	margin-left: auto;
	display: flex;
    margin-right: 250px;
}
.header-top .header-social ul {
	list-style: none;
	display: flex;
    align-items: center;
    margin: 0;
}
.header-top .header-social ul li:not(:last-child) {
	margin-right: 20px;
}
.header-top .header-social ul li {
	margin-bottom: 0;
}
.header-top .address-content a{
    color: #000;
    font-family: 'Montserrat', sans-serif; 
}
.header-top .address-content svg{
    margin-right: 10px;
}

header .details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header .r-detail span.title {
	color: var(--primary-color);
    margin-bottom: 4px;
}
header .details .icon {
	margin-right: 15px;
}
header .details .icon img{
    display: block;
}
header .header-appointment-button a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 15px 20px;
    font-family: 'Montserrat', sans-serif; 
}
.header-contact-det .button { background: var(--primary-color); display: inline-block; color: #fff; padding: 15px 34px; border-radius: 50px 50px 0 50px; font-size: 1rem; margin: 0 0 0 10px; } 
.header-contact-det .button:hover { background: #000; color: #fff !important; } 
.header-contact-det { text-align: right; }
header .main-navigation .container {
	background: #fff;
}
header .main-navigation .container .menu-header-top-container > ul > li:first-child a {
    margin-left: 0;
}
header .main-navigation .container .menu-header-top-container > ul > li > a { line-height: 32px; font-size: 18px; text-transform: uppercase; letter-spacing: 0; margin: 5px 10px; color: #000; margin: 0 0 0 40px; }
header .main-navigation .container .menu-header-top-container > ul > li.current_page_item a,
header .main-navigation .container .menu-header-top-container > ul > li > a:hover{
    color: var(--primary-color);
}
header .main-navigation .container .menu-header-top-container .menu .sub-menu li.current_page_item a, header .main-navigation .container .menu-header-top-container .menu .sub-menu li a {
    color: #fff !important;
}
header .main-navigation .container .menu-header-top-container{
    width: 100%;
}
header .main-navigation .container .menu-header-top-container > ul { display: flex; align-items: center; margin: 20px 0 0; }
header .main-navigation .container .menu-header-top-container ul li.nav-btn a { background: #000; padding: 13px 50px; color: #fff; border-radius: 50px 50px 0px 50px; } 
header .main-navigation .container .menu-header-top-container ul li.nav-btn a:hover { background: var(--primary-color); color: #fff; }
.main-button:hover{
    background-color: var(--primary-color);
}


.main-navigation li{
    margin-bottom: 0;
}
.main-navigation .menu-item-has-children ul {
	display: block;
	width: 200px;
	background: var(--secondary-color);
	border: 1px solid rgba(255,255,255,.3);    
    border-top: 0;
}
.main-navigation .menu-item-has-children ul li a {
	font-size: 18px;
	color: #fff;
	padding: 10px 10px;
	width: 100%;
}
.main-navigation .menu-item-has-children ul li a:hover {
	background: var(--primary-color);
	color: #fff;
}
.main-navigation ul li > ul li:hover ul, .main-navigation ul li > ul li.focus > ul {
	left: 100%;
	top: 0;
}
.mobile-button,.mobile-menu-overlay,.mobile-header, .testimonial-slider .slick-arrow{
    display: none;
}
.testimonial-slider .slick-arrow,.home-team_section .slick-arrow{
    display: none !important;
}
/* Banner */
.banner{
    position: relative;
    margin-top: 0px;
}
.banner li{
    list-style: none;
    margin: 0;
}
.banner ul{
    margin: 0;
}
.banner img{
    height: 80vh;
    object-fit: cover;
}
.banner .absolute-content {
	position: absolute;
	bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}
.banner .absolute-content .title .sub-title { font-size: 1.875rem; font-weight: 400; display: block;margin: 30px 0 0;line-height: 32px}
.banner .absolute-content .title { font-size: 4.75rem; color: #fff; margin-bottom: 0; font-weight: 600; letter-spacing: 0; font-family: 'Poppins', sans-serif; line-height: 48px; }
.banner .primary-button {
    font-size: 1.438rem;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    background: var(--primary-color);
    padding: 13px 60px;
    color: #fff;
    border-radius: 50px 50px 0px 50px;
    margin-top: 20px;
}

.banner .secondary-button {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--secondary-color);
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
	display: inline-block;
}
.banner .buttons {
	text-align: center;
}
.banner .primary-button:hover {
	color: #fff;
	background: var(--secondary-color);
}
.banner .secondary-button:hover {
	color: #fff;
	background: var(--primary-color);
}

/* Banner Bottom */
.banner-bottom{
    background-color: #eff6fb;
    margin-top: 0;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.font-h3 {
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
}
.banner-bottom .main-content {
	text-align: center;
	max-width: 660px;
	margin: auto;
	color: #000;
	line-height: 1.6;
}
.banner-bottom ul {
    display: grid;
    list-style: none;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    margin-left: 0;
}
.banner-bottom ul li:nth-child(2n) {
	flex-direction: column-reverse;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
}
.banner-bottom ul li .image{
    margin-bottom: 15px;
}
.banner-bottom ul li:nth-child(2n) .image{
    margin-top: 15px;
}

.banner-bottom .inner-title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.banner-bottom ul img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
}

.banner-bottom ul p {
    margin: 0;
    font-size: 15px;
    color: var(--font-color);
}

/* Home Appointment */
.home-appointment-form {
	margin-top: 0;
	padding: 50px 0px;
    background-color: #f8f8f8;
}
.default-form.homepage-form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}
.default-form.homepage-form .full{
    grid-column: span 3;
}
.default-form.homepage-form input:not([type="checkbox"],[type="submit"]){
    width: 100%;
    height: 42px;
    padding-left: 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #010101;
    background-color: #ededed;
    border: 0;
    border-radius: 50px;
}
.default-form.homepage-form input::placeholder,.default-form.homepage-form textarea::placeholder{
    color: #010101;
    opacity: 1;
}
.default-form.homepage-form input:focus,.default-form.homepage-form textarea:focus{
    outline: none;
}
.default-form.homepage-form textarea{
    height: 80px;
    padding-top: 18px;
    padding-left: 25px;
    color: #010101;
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ededed;
    border: 0;
    opacity: 1;
    font-size: 14px;
    resize: none;
}
.default-form.homepage-form select{
    width: 100%;
    height: 42px;
    background-color: #ededed;
    border-radius: 50px;
    padding-left: 25px;
    font-size: 14px;
    border: 0;
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}
.default-form.homepage-form .date input{
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}
.radio-main input {
	position: absolute;
	left: 0;
	top: 0;
    visibility: hidden;
}
.radio-main .wpcf7-list-item{
    margin: 0;
    position: relative;
}
.radio-main .wpcf7-list-item-label {
	height: 42px;
	background: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 14px;
}
.radio-main span {
	width: 100%;
	display: block;
}
.radio-main .wpcf7-form-control.wpcf7-radio {
	display: flex;
}
.radio-main .wpcf7-list-item.first .wpcf7-list-item-label {
	border-radius: 50px 0px 0px 50px;
}
.radio-main .wpcf7-list-item.last .wpcf7-list-item-label {
	border-radius: 0px 50px 50px 0px;
}
.radio-main input:checked + .wpcf7-list-item-label {
	background: var(--fourth-color);
    color: #fff;
}
.default-form.homepage-form input[type="submit"] {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: var(--primary-color);
	border-radius: 50px;
	padding: 20px 45px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    border: 0;
}
.default-form.homepage-form input[type="submit"]:hover {
	background: var(--fourth-color);
	color: #fff;
}
.default-form.homepage-form .wpcf7-spinner{
    position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
}
.vc_row.pad-top-0 .vc_column_container > .vc_column-inner{ padding-top:0 !important}
.mtb-50{
    margin-top: 50px;margin-bottom: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.clinic-section p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 35px !important;
    color: #2d2d2d;
}
.small-heading {
	font-size: 17px;
	color: var(--secondary-color);
	text-transform: uppercase;
	margin-bottom: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.primary-button .vc_btn3 {
	color: #fff !important;
	border: 0 !important;
	background: var(--primary-color) !important;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 20px !important;
	border-radius: 5px !important;
    line-height: 1.4 !important;
}
.secondary-button .vc_btn3 {
	color: #fff !important;
	border: 0 !important;
	background: var(--secondary-color) !important;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 20px !important;
	border-radius: 5px !important;
    line-height: 1.4 !important;
}
.primary-button .vc_btn3:hover,.secondary-button .vc_btn3:hover {
	background: var(--font-color) !important;
	color: #fff !important;
}
.primary-button.vc_btn3-container,.secondary-button.vc_btn3-container{
    margin-bottom: 0;
}
.clinic-section .vc_btn3{
    height: 38px;
    width: 148px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.wpb_content_element{
    margin-bottom: 0 !important;
}
.clinic-section .left-col{
    position: relative;
}
.clinic-section .left-col .wpb_single_image img{
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
    border-radius: 30px;
}
.clinic-section .absolute-img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.clinic-testimonial {
	position: absolute;
	bottom: -66px;
	background: #fff;
	max-width: 396px;
	margin-left: 40px !important;
	border-radius: 30px;
	padding: 22px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
}
.clinic-testimonial p{
    font-size: 13px;
    font-style: italic;
    line-height: 1.4;
    color: #686868;
    margin-bottom: 7px !important;
}
.clinic-section .left-col .clinic-testimonial .wpb_single_image img{
    box-shadow: none;
    border-radius: 50%;
}
.clinic-testimonial .wpb_single_image {
	display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.clinic-testimonial .vc_custom_heading {
	display: inline-block;
	vertical-align: middle;
    font-size: 13px;
    color: var(--primary-color);
    font-family: 'Poppins', sans-serif;
}
.clinic-section .right-col > .vc_column-inner{
    padding-left: 45px;
}
.home-testimonial-section .vc_col-sm-3{
    width: 34%;
}
.home-testimonial-section .vc_col-sm-9{
    width: 66%;
    padding-left: 45px;
    padding-top: 35px;
}
.home-testimonial-section .vc_col-sm-9 .vc_column-inner{
    padding-left: 0;
}

.testimonial-slider .item {
	border-radius: 30px;
	background: var(--fourth-color);
	padding: 30px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
    margin: 13px;
}
.testimonial-slider .item .content p {
	color: #fff;
	font-style: italic;
    line-height: 1.8;
    font-size: 15px;
}
.testimonial-slider .testimonial-meta {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.home-testimonial-section .testimonial-meta img {
	border-radius: 50%;
	display: block;
    margin-right: 15px;
}
.home-testimonial-section .testimonial-meta .title{
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.home-testimonial-section .small-heading {
	margin-bottom: 30px;
}
.home-testimonial-section .font-h3 {
    font-size: 40px;
}
.home-testimonial-section .wpb_single_image img{
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
    border-radius: 30px;
}
.home-testimonial-section .slick-dots{
    bottom: 25px;
}
.home-testimonial-section .slick-dots li button{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.home-testimonial-section .slick-dots li{
    height: unset;
    width: unset;
    margin: 0 10px;
}
.home-testimonial-section .slick-dots li.slick-active button{
    background-color: #aae6dc;
}
.home-testimonial-section .slick-dots li button::before {
    display: none;
}

/* Gallery */
.masonry-gallery {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.masonry-gallery li {
	margin: 0;
	width: 20%;
	float: left;
    position: relative;
    padding: 10px;
}
.masonry-gallery li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0px 50px 0px;
}
.masonry-gallery li:nth-child(3) {
	width: 40%;
}
.masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4) {
	height: 500px;
	object-fit: cover;
}
.masonry-gallery li:nth-child(3) {
	height: 690px;
	object-fit: cover;
}
.masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {
	height: 540px;
	object-fit: cover;
	margin-top: -189px;
}
.masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {
	height: 350px;
	object-fit: cover;
}
.masonry-gallery li:first-child > a {
	display: none;
}
.home-gallery .absolute-content {
	position: absolute;
	top: 17%;
	left: 10%;
	width: 268px;
	background: var(--primary-color);
	border-radius: 50px 0px 50px 0px;
	padding: 50px 20px;
	text-align: center;
	padding-bottom: 60px;
	filter: drop-shadow(4px 3px 7px rgba(0,0,0,.4));
}
.home-gallery .absolute-content .inner-title {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
    font-family: ACaslonPro;
    margin-bottom: 0;
}
.home-gallery .absolute-content .sub-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.home-gallery {
	margin-top: 100px;
	background: #eff6fb;
	margin-bottom: 50px;
	padding: 40px 0px 20px 0px;
}
.home-gallery .vc_custom_heading {
    color: #000;
    margin-bottom: 30px;
    font-size: 42px;
}
.home-gallery .font-h3 b{
    color: var(--primary-color);
    font-weight: 700;
}


/*header social icon*/
.footer-social.header-social{
    display: inline-block;
/*    align-items: center;*/
}
.footer-social.header-social ul, ol {
  margin: 0 0 0 10px;
}
.header-contact-det .header-social-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-social-main .footer-social.header-social ul li {
    margin-bottom: 0px;
}
/*header social icon over*/



.home_tab-section .wpb_single_image .vc_figure,.home_tab-section .wpb_single_image .vc_single_image-wrapper,.home_tab-section .wpb_single_image img{
    width: 100%;
}
.home_tab-section .vc_tta-container{
    margin-bottom: 0 !important;
    position: relative;
}
.home_tab-section .vc_tta-tabs-container {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home_tab-section .vc_tta-tab{
    display: block !important;
    margin: 0 !important;
}
.home_tab-section .vc_tta-panel-body{
    padding: 0px !important;
}
.home_tab-section .container-left-padding{
    padding-left: calc((100% - 1210px) / 2);
}
.container-left-padding{
    padding-left: calc((100% - 1210px) / 2);
}
.container-right-padding{
    padding-right: calc((100% - 1210px) / 2);
}
.home_tab-section .vc_col-sm-6:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 85px;
}
.home_tab-section .tab-inner{
    background-color: #eff6fb;
}
.home_tab-section{
    border-top: 10px solid var(--primary-color);
    border-bottom: 10px solid var(--primary-color);
}
.home_tab-section .vc_tta-tab > a,.home_tab-section .vc_tta-panel-title > a {
	padding: 14px 15px !important;
	border-radius: 0 !important;
	color: #fff !important;
	background: var(--secondary-color) !important;
    text-transform: uppercase !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}
.home_tab-section .vc_tta-tab.vc_active > a,.home_tab-section .vc_tta-panel.vc_active .vc_tta-panel-title > a{
    background: var(--primary-color) !important;
}
.home_tab-section .vc_tta-tabs-list {
	border-radius: 15px;
    width: 180px;
}
.home_tab-section .small-heading{
    margin-bottom: 18px;
    color: #083d60;
}
.home_tab-section .vc_custom_heading.font-h3{
    color: #2d2d2d;
    text-transform: capitalize;
}
.home_tab-section p{
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.9;
}
.home_tab-section .secondary-button{
    margin-top: 35px;
}
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner, .home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div,
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image,.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image .wpb_wrapper,
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image .wpb_wrapper .vc_single_image-wrapper{
	height: 100%;
}
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
	height: 100%;
	object-fit: cover;
}

/* Home Team Member */
.home-team_section .vc_custom_heading {
	color: var(--primary-color);
	margin-bottom: 23px;
	line-height: 1;
}
.home-team_section .small-heading {
	color: var(--secondary-color);
	margin-bottom: 42px;
}

.home-team_section { padding-top: 50px;padding-bottom: 60px; }
.home-team_section .section-title.bdr { margin-bottom: 50px !important; }
.custom-team-item {
	background: #414141;
	border-radius: 20px;
	padding: 55px 20px;
    position: relative;
}
.custom-team-outer {
	padding: 0 10px;
}
.custom-team-item .post-thumbnail img {
	border-radius: 50%;
    margin: auto;
}
.custom-team-item .title {
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-top: 23px;
	margin-bottom: 27px;
    line-height: 1.1;
}
.custom-team-item{
    text-align: center;
}
.custom-team-item .title a {
	color: #fff;
	font-size: 20px;
}
.hover-content {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	background: var(--secondary-color);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
	height: 100%;
	width: 100%;
	border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.custom-team-item:hover .hover-content {
	top: 0;
	visibility: visible;
	opacity: 1;
}
.hover-content .title{
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}
.hover-content .team-degination {
	margin-bottom: 23px;
	font-size: 14px;
	color: #fff;
	display: block;
	font-weight: 400;
}
.hover-content .team-short-dis p{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
.custom-team-item .read-more { display: inline-block; padding: 14px 28px; font-size: 16px; text-transform: uppercase; color: #fff; background: var(--primary-color); border-radius: 30px 30px 0 30px; }
.map-top .map-inner {
	background: var(--primary-color);
	border-radius: 120px;
	padding: 50px 65px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map-top .font-h3 {
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 40px;
}
.map-top .map-inner .col-9 a, .map-top .map-inner .col-9 p {
	font-size: 20px;
	color: #fff;
}
.footer-map iframe {
	width: 100%;
	height: 516px;
    display: block;
}
.map-top {
	margin-bottom: -90px;
	z-index: 9;
	position: relative;
    margin-top: 50px;
}
.map-top .buttons a{
    color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 10px;
	height: 52px;
	width: 172px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.map-top .secondary-button {
	border: 2px solid #fff;
	
}
.map-top .buttons {
	display: flex;
}
.map-top .primary-button {
	background: var(--secondary-color);
}
.map-top .buttons a:hover {
	background: var(--font-color);
	border-color: var(--font-color);
	color: #fff;
}

/* Footer */

footer ul, footer ol{
	margin-left: 0;
    list-style: none;
}
footer {
	background: #171717;
    padding-top: 50px;
    padding-bottom: 30px;
}
footer .container {
	display: flex;
	justify-content: space-between;
}
footer .title:before { position: absolute; content: ""; background: var(--primary-color); height: 7px; width: 51px; bottom: 0; } 
footer .title { font-size: 1.5rem; margin-bottom: 22px; color: #fff; font-weight: 500; position: relative; padding: 0 0 22px; }
.contact-details li svg {
	width: 20px;
	color: #fff;
}
.footer-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 13px;
}
footer .footer-1{
    width: 25%;
}
footer .footer-2 {
	width: 25%;
	padding-left: 30px;
}
footer .footer-3 {
	width: 25%;
	padding-left: 30px;
}
footer .footer-4 {
	width: 25%;
	padding-left: 30px;
}
.footer-form input:not([type="submit"]){
    width: 100%;
    height: 46px;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 15px;
    border: 0;
}
.footer-form input::placeholder, .footer-form textarea::placeholder{
    font-weight: 500;
    color: #000;
    opacity: 1;
}
.footer-form textarea {
	height: 82px;
	padding-left: 15px;
	font-size: 15px;
	color: #000;
	border: 0;
	border-radius: 10px;
	padding-top: 15px;
}
.footer-form .items:nth-child(5), .footer-form .items:last-child {
	grid-column: span 2;
}
.footer-form input[type="submit"]{
    width: 127px;
    height: 46px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--primary-color);
    padding: 0;
    border: 0;
    cursor: pointer;
}
footer a, footer p {
	color: #fff;
}
.footer-4.footer_widgets ul li, .footer-4.footer_widgets ul li a,
.hours li {
	color: #fff;
	margin-bottom: 17px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hours li:last-child span {
	width: 44%;
}
.footer-4.footer_widgets.useful-links li a:hover,
.site-footer .contact-details a:hover {
    color: var(--primary-color) !important;
}
.footer-social li a svg path, .footer-social li a svg #Dribbble-Light-Preview {fill: #fff;}
.footer-1.footer_widgets .title { font-size: 1rem; font-weight: 400; line-height: 30px; padding: 0 0 10px} 
.footer-1.footer_widgets .title:before {display: none;}
.copyright-bar {
	padding: 20px 0;
	font-size: 1rem;
	color: #fff;
	background: #000;
	text-align: center;
	font-weight: 400;
}
.footer-social h4 {
	margin-bottom: 18px;
	margin-top: 30px;
}
.footer-social li {
    margin-right: 6px;
	display: inline-block;
}
.footer-social li a {
	height: 45px;
	width: 45px;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
    padding: 8px;
}
.footer-social li a svg {
	color: #fff;
	fill: #fff;
}
.contact-details a svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contact-details a {
	position: relative;
	padding-left: 30px;
    display: block;
    color: #fff;
}
.contact-details li:not(:last-child) {
	margin-bottom: 20px;
}
.contact-details li:last-child{
    margin-bottom: 0;
}





/*  Contact Us  */
.post, .page {
	margin: 0;
}
.inner-page-banner .container {
	max-width: 100%;
	background: var(--secondary-color);
	color: #fff;
	text-align: center;
}
.inner-page-banner .entry-title {
	line-height: normal;
	font-size: 2rem;
	margin: 0;
}
.inner-page-banner {
	background-color: var(--secondary-color);
	color: #fff;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 0px;
}

.contact-page-details {
	background: var(--primary-color);
	text-align: center;
    display: flex;
    flex-wrap: wrap; margin-top: 50px
}
.contact-page-details .vc_custom_heading { color: #fff; font-size: 22px; padding: 30px 0 20px !important; margin: 0; font-weight: 600; display: inline-block; }
.contact-page-details .content, .contact-page-details .content a {
	font-size: 18px;
	color: #fff;
}
.contact-page-details .content a:hover{
    color: var(--font-color);
}
.contact-page-details .vc_col-sm-4:not(:first-child) .vc_column-inner {
	border-left: 1px solid #fff;
}
.contact-page-details .vc_col-sm-4 .vc_column-inner {
	padding: 40px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
}
.contact-page-details .vc_col-sm-4 .vc_column-inner:hover img{
    transform: rotate(45deg);
    transition: 0.4s;
}
.con-page-form-sec > .vc_col-sm-4 {
	background: #414141;
}
.con-page-form-sec .s-heading{
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.con-page-form-sec > .vc_col-sm-4 {
	background: #414141;
	padding: 40px 15px;
	color: #fff;
}
.con-page-social::before{
    display: none !important;
}
.con-page-social {
	max-width: 43%;
	margin: auto !important;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.con-page-social .vc_col-sm-4 {
	width: 100%;
}
.con-page-social .vc_col-sm-4 >div{
    padding: 0;
}
.con-page-social .vc_icon_element{
    margin-bottom: 0 !important;
}
.mt-30{
    margin-top: 30px;
}
.con-page-form-sec .timing-outer {
	margin-bottom: 30px;
}
.con-page-form-sec .vc_col-sm-6:first-child {
	width: 30%;
}
.con-page-form-sec .vc_col-sm-6:last-child {
	width: 70%;
	padding-left: 95px;
}
.con-page-form-sec .vc_col-sm-6 span, .con-page-form-sec .vc_col-sm-6 p {
	font-size: 14px;
}
.con-page-form-sec .vc_col-sm-6 .alt-txt {
	display: block;
	position: absolute;
	font-size: 12px;
}
.con-page-form-sec .vc_col-sm-8 .s-heading{
    color: #000;
}

/* Team Page */
.custom-team-page-list .custom-team-page-item {
	display: flex;
	flex-wrap: wrap;
}
.custom-team-item-outer:nth-child(odd) {
	background: #eff6fb;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 50px 0px;
}
.custom-team-item-outer:nth-child(2n+1) .custom-team-page-item {
	flex-direction: row-reverse;
}
.custom-team-page-item .content {
	width: 70%;
	padding-right: 50px;
}
.custom-team-page-item .custom-feature_image {
	width: 30%;
}
.custom-team-page-item .post-thumbnail, .custom-team-page-item .post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.custom-team-page-list .title {
	font-size: initial;
}
.custom-team-item-outer:nth-child(2n) .content {
	padding-right: 0;
	padding-left: 60px;
}
.custom-team-item-outer:first-child {
	margin-top: 0;
}
.custom-team-page-list .title a {
	font-size: 22px;
	color: #fff;
	background: var(--primary-color);
	width: 100%;
	display: block;
	padding: 15px 20px ;
	border-radius: 10px;
}
.custom-team-page-item .content p {
	font-size: 15px;
	line-height: 1.8;
}
.team-banner .vc_col-sm-6:first-child {
	width: 40%;
}
.team-banner .vc_col-sm-6:last-child{
    width: 60%;
}
.team-banner .font-h3 {
	color: var(--primary-color);
	line-height: 1.1;
	font-size: 34px;
	margin-bottom: 15px;
}
.team-banner .small-heading{
    margin-bottom: 10px;
}
.team-banner p{
    line-height: 1.6;
    font-size: 16px;
}


/* Blog and single blog Page */

.blog .col-8,.single .col-8{
	width: 70%;
    padding-right: 40px;
}
.blog .col-4, .single .col-4{
	width: 30%;
    padding-left: 30px;
}
.blog .row ,.single .row{
	display: flex;
	flex-wrap: wrap;
}
.col-4 #secondary p {
	display: none;
}
.recent-post-title {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	background: var(--secondary-color);
	padding: 10px;
}
.recent-posts .recent-post {
	display: flex;
	flex: 20% 0 0;
	align-items: center;
	column-gap: 15px;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
	padding: 10px;
	background: #fff;
}
.recent-posts .recent-post .featured-image {
	width: 20%;
}
.recent-posts .recent-post .featured-image img{
    display: block;
}
.recent-posts .recent-post h2 {
	font-size: inherit;
	margin: 0;
}
.recent-posts .recent-post a{
	color: #000;
	font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.blog .col-8 .post__title, .blog .col-8 .post__title a {
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
    line-height: normal;
    margin-top: 10px;
}
.blog .blog-cont {
	font-size: 14px;
}
.blog .blog-readmore a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	background: var(--primary-color);
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
    border-radius: 5px;
}
.blog .blog-readmore a:hover {
	background: var(--secondary-color);
}
.blog .col-8 {
	width: 70%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 40px 24px;
}
.blog .col-8 article {
	border: 1px solid #e7e7e7;
	padding: 20px;
}
.blog .col-8 article header{
    padding-top: 0;
}
.single-feature-image img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.single .col-8 p {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}
.single .col-8 a {
	color: var(--primary-color);
	font-weight: 600;
}

.blog #load-more-button {
	font-size: 16px;
	background: var(--secondary-color);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	border-radius: 50px;
	padding: 17px 40px;
	letter-spacing: 2px;
	transition: .3s linear;
	cursor: pointer;
}
.blog #load-more-button:hover {
	background: var(--primary-color);
}
.blog .load-more-button-outer {
	width: 70%;
	text-align: center;
	margin-top: 50px;
}
.blog .main{
	background: #f4f4f4;
}
.single .map-top{
    margin-top: 0;
    padding-top: 50px;
}
.single .col-8{
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 40px 24px;
}

/* Service Pages */
.service-bg-color{
    background-color: #eff6fb;
}
.service-py50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.custom-sv-list {
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.custom-sv-list li {
	list-style-type: none;
	float: left;
	width: 25%;
	padding: 5px;
    margin-bottom: 0;
}
.custom-sv-list li a {
	background: unset;
	display: block;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-weight: 400;
	font-size: 25px;
	transition: 0.3s;
	border-radius: 6px;
	text-decoration: none;
	border: 2px solid #FFF;
    font-family: "Poppins", sans-serif
}
.custom-sv-list li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.custom-sv-list li h3{
    margin-bottom: 0;
}
.all-services {
	background: var(--secondary-color);
}
.all-services .section-title {
	text-align: center;
	color: #fff;
}

/* Single Team */

.team-member-outer {
	display: flex;
	flex-wrap: wrap;
}
.team-member-outer .left-image {
	width: 30%;
}
.team-member-outer .team-content {
	width: 70%;
	padding-left: 40px;
}
.team-member-outer .left-image img {
	width: 100%;
	display: block;
}
.team-member-outer .team-content p {
	font-size: 16px;
	line-height: 1.7;
}

/*about css here*/
.about-content { padding: 55px 40px; } 
.section-title { font-size: 3.200rem; margin: 0; padding: 0 0 30px; } 
.about-content p { font-size: 1.813rem; line-height: 47px; } 
.about-content.anch p a { font-size: 1.813rem; line-height: 47px; }
.section-title.bdr { position: relative; margin-bottom: 20px !important; } 
.section-title.bdr:before { position: absolute; content: ""; background:var(--primary-color); height: 9px; width: 51px; bottom: 0; }
.video-sec { padding-top: 70px;padding-bottom: 90px; }

.video-sec h3 {font-size: 1.875rem;color: #fff;font-weight: 400;margin: 0;padding: 30px 0 0;}

.logo-heading { padding-top: 40px; padding-bottom: 15px; } 
.logo-heading .section-title { color: #fff; } 
.section-title.bdr.text-center:before { left: 50%; margin-left: -25px; } 
.brand-icon { padding: 80px 0; margin: 0; display: flex; align-items: center; width: 100%; justify-content: center; max-width: 100%; width: 100%; } 
.brand-icon li { list-style: none; display: inline-block; margin: 0; width: 25%; text-align: center; padding: 0 20px;}

.price-table-sec { padding-top: 75px; padding-bottom: 85px; } 
.price-table-sec .section-title.bdr:before { background: #000; } 
.price-table { background: #fff; border-radius: 0 100px 0 50px; overflow: hidden; margin: 19px 0 0; } 
.price-table .price-table-header { background: #343434; padding: 20px 15px; height: 145px; display: flex; align-items: center; justify-content: center; } 
.price-table .price-table-header h3 { color: #fff; font-size: 1.688rem; font-weight: 600; margin: 0; line-height: 32px; } 
.price-table .price-table-body { padding: 32px; } 
.price-table .price-table-body p { font-size: 1.125rem; line-height: 30px; font-weight: 300; color: #000; } 
.price-table .price-table-button a { background: #000000; font-size: 1.5rem; height: 84px; display: flex; align-items: center; justify-content: center; color: #fff; text-transform: uppercase; font-weight: 600; } 
.price-table .price-table-button a:hover { background: var(--primary-color); } 
.price-table.price-center .price-table-button a, 
.price-table.price-center .price-table-header { background:var(--primary-color); } 
.price-table.price-center .price-table-button a:hover{background:#000;} 
.price-table.price-center { border-radius: 50px; } 

.service-sec { padding-top: 80px; padding-bottom: 80px; } 
.service-header .sv-title { font-size: 2.313rem; color: #fff; font-weight: 400; line-height: 47px; letter-spacing: -0.1px; margin: 0; position: relative; padding: 0 0 30px; } 
.service-header p { font-size: 1.125rem; color: #fff; line-height: 32px; } 
.service-header  img { padding: 0 0 7px; display: block} 
.sv-list { padding: 0; margin: 0; } 
.sv-list li { list-style: none; display: block; width: 50%; float: left; padding: 0 15px 15px; } 
.sv-list li a { background: #fff; border-radius: 40px 40px 0 40px; color: #000; font-size: 1.5rem; padding: 25px 30px; display: block; } 
.sv-list li a:hover { background: var(--primary-color); color: #fff; } 
.sv-list li a .arrow-circle-right { float: right; } 
.sv-list li a .arrow-circle-right img { filter: brightness(0);transition0.4s; } 
.sv-list li a:hover .arrow-circle-right img { filter: brightness(100); transition0.4s; }

.video-slider { padding-top: 50px; padding-bottom: 60px; } 
.video-slider .section-title { font-weight: 600; letter-spacing: -0.8px; font-size: 2.75rem;padding: 0 0 30px }
.service-content p, .service-content-top p { font-size: 1rem; line-height: 30px; } 
.service-content .gallery-title, 
.service-content h2, 
.service-content h2 a { font-size: 1.5rem; font-weight: 600; color: var(--primary-color); }
.service-content h2 a:hover {  color: #000; }
.service-content-top h2 { font-size: 1.8rem; font-weight: 600; }
.service-content-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.service-content h3 { font-size: 1.2rem; font-weight: 600; } .service-content ul { padding: 0 0 20px 35px; margin: 0; } .service-content ul li { margin: 0 0 16px; line-height: 28px; }
.service-content .wpb_single_image {
    border-radius: 100px 100px 0 100px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,25%);
}

/* Gallery Css here */
.main-slide{height:450px;background-size:cover !important;background-position: center center !important;margin: 0;}
.thumb-section, .view-main {position: relative;display: inline-block;float: left;}
.view-main {float: right;}
 
ul.thumb-slides{padding:0px;background-color: #202020;margin: 0px;}
ul.thumb-slides:after {content: '';clear: both;display: table;}
.thumb-slides li {cursor: pointer;height: 225px;background-size: cover !important;width: 33.333%;display: inline-block;float: left;list-style: none;opacity: 0.5;margin: 0;position: relative;}
.thumb-slides li.active{ opacity: 1; }
.thumb-slides li:before {/* position: absolute; *//* content: ""; */width: 100%;height: 100%;z-index: 1;opacity: 0.5;transition: 0.3s;} 
.thumb-slides li.active:before,.thumb-slides li:hover:before {/* opacity: 0; *//* transition: 0.3s; */} 

.main-slide{ position:relative}
.navigation .previous-slide img,.navigation .next-slide img{ width:30px;}
.navigation .previous-slide,.navigation .next-slide{position: absolute; top: 50%; margin-top: -15px; z-index: 1;}
.navigation .previous-slide  {left: 15px;}
.navigation .next-slide {right: 15px;}
.thumb-section { width: 55%; }
.view-main { width: 45%; }

/*video slider*/
.homeVideoSliderItem { }
.homeVideoSliderBtn { right: 0; }
.homeVideoSliderBtn .fas { font-weight: 900; font-size: 40px; color: #fff; }
.homeVideoSliderBtn .prev-btn.slick-disabled { width: 50px; float: left; }
.homeVideoSliderBtn .next-btn { width: 90px; }
.homeVideoSliderItem.slick-slide img {display: block;width: 100%;height: 100%;max-height: 200px;object-fit: cover;}
.homeVideoSliderItem.slick-slide.slick-center { transform: scale(1.75); z-index: 9; }
.homeVideoSliderItem.slick-slide { padding-top: 100px; padding-bottom: 100px }
.homeVideoSliderItem.slick-initialized .slick-slide.slick-active img { box-shadow: 0 0 5px #000; }
.homeVideoSliderSection .slick-prev:before, .homeVideoSliderSection .slick-next:before { display: none; }
.homeVideoSliderSection .slick-prev { left: -60px; }
.homeVideoSliderSection .slick-next { right: -30px; }
.homeVideoSliderSection .slick-prev { display: none !important; }
.homeVideoSliderSection .slick-next { display: none !important; }
.homeVideoSliderBtn .next-btn1 { right: 15px; position: absolute; margin-top: 12%; cursor: pointer;}
.homeVideoSliderBtn .prev-btn1 { left: 0; position: absolute; margin-top: 12%; margin-left:16px; cursor: pointer; }

.homeVideoSliderSection {padding: 0 70px;}

.service-content .testimonial-text p { font-size: 18px; line-height: 34px; color: #535353; } 
.service-content .testimonial-text h4, 
.service-content .testimonial-text h3 { font-size: 20px; color: var(--primary-color); } 
.service-content .testimonial-text { padding: 50px; background: #e6e6e6; border-radius: 50px 50px 0px 50px; box-shadow: 0px 0 10px rgba(0,0,0,35%); margin: 50px 10px 0; }

.hover-image p { margin: 0; padding: 0; } 
.hover-image  .about-image1 { line-height: 0; margin: 0; padding: 0; overflow: hidden; } 
.hover-image .about-image2 {position: absolute;top: 0;left: 0;z-index: 9;transition: 0.9s;opacity:0;} 
.hover-image { position: relative; } 
.hover-image:hover .about-image2 { display: block; transition: opacity 1s ease-in-out cursor: pointer; transition:opacity 0.9s ease-in-out;opacity:1;cursor: pointer; }

.hover-animation { position:relative; } 
.hover-animation img { position: absolute; transition: opacity 1s ease-in-out; } 
.hover-animation img.image-front:hover { opacity: 0; }

.arrow-image { text-align: center; padding: 15px 0 0; max-width: 502px; margin: 0 auto; }

.simple-image-slider .slick-arrow:before { content: ""; width: 30px; height: 30px; position: absolute; opacity: 1; top: 10px; } 
.simple-image-slider .slick-prev.slick-arrow:before { background: url(https://www.synrglab.com/wp-content/themes/dentalmnv/images/left-icon.png) no-repeat center center; left: 8px; } 
.simple-image-slider .slick-next.slick-arrow:before { background: url(https://www.synrglab.com/wp-content/themes/dentalmnv/images/rt-icon.png) no-repeat center center; right: 8px; } 
.simple-image-slider .slick-arrow { background: var(--primary-color); height: 50px; width: 50px; border-radius: 100px; z-index: 9; opacity: 0.6; transition: 0.3s; } 
.simple-image-slider .slick-arrow:hover { opacity: 1; transition: 0.3s; } 
.simple-image-slider .slick-prev.slick-arrow { left: -12px;} 
.simple-image-slider .slick-next.slick-arrow { right: -12px;}
.video-sec .section-title { color: #fff;}

.no_blogs_wrapper {
    display: flex;
    width: 100%;
    height: 50vh;
    align-items: center;
    justify-content: center;
}


.blog .row { display: block; }
.contact-social .vc_column-inner .wpb_wrapper {display: flex;align-items: center;justify-content: center;}
.contact-social .vc_column-inner .wpb_wrapper .vc_icon_element-outer { margin: 0 5px; }

.case-sec p { color: #fff; padding: 10px 0 0; }
p { font-size: 16px; line-height: 29px; } 
.video-sec .case-sec h3 { font-weight: 600; padding: 0 0 20px; } 
.before-after-text ul { padding: 0 0 15px; margin: 0; overflow: hidden; } 
.before-after-text ul li { color: #fff; list-style: none; margin: 0; float: left; width: 50%; text-align: center; font-size: 22px; text-transform: uppercase; padding: 12px 0; background: var(--primary-color); border-right: solid 1px #fff; } 
/*.before-after-text ul li { color: #fff; list-style: none; margin: 0; float: left; width: 100%; text-align: center; font-size: 22px; text-transform: uppercase; padding: 12px 0; background: var(--primary-color); border-right: solid 1px #fff; } */
.before-after-text ul li:last-child { border: none; }

/* Responsive */

@media (max-width: 1600px){
    .banner .absolute-content .title .sub-title { font-size: 1.500rem;}
    .banner .absolute-content .title { font-size: 4rem;}
    h2, .h2 {font-size: 40px;}
    h3, .h3 {font-size: 38px;}
    .font-h3 {font-size: 42px;margin-bottom: 20px;}
    .default-form.homepage-form input[type="submit"]{font-size: 17px;padding: 16px 40px;}
}
@media (max-width: 1440px){
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4) {height: 393px;object-fit: cover;}
    .masonry-gallery li:nth-child(3) {height: 541px;object-fit: cover;}
    .masonry-gallery li:nth-child(5) ,.masonry-gallery li:nth-child(6) ,.masonry-gallery li:nth-child(9) {height: 391px;object-fit: cover;margin-top: -146px;}
    .masonry-gallery li:nth-child(7) ,.masonry-gallery li:nth-child(8) {height: 244px;object-fit: cover;}
.about-content p { font-size: 1.2rem;line-height: 32px; }
.about-content .section-title { font-size: 2rem;}
    .price-table .price-table-header h3 { font-size: 1.3rem; line-height: 28px;}
    .video-slider .section-title { font-size: 2rem; }
}

@media (max-width: 1366px){
    header { padding-top: 10px;padding-bottom: 10px;}
    header .main-navigation .container .menu-header-top-container > ul { margin-top: 10px;}
    .service-header .sv-title { font-size: 2rem; } 
    .service-header p { font-size: 1rem; line-height: 28px; }
    .price-table .price-table-header h3 { font-size: 1.3rem; line-height: 28px; } 
    .price-table .price-table-body p { font-size: 1rem; line-height: 26px; } 
    .price-table .price-table-body { min-height: 320px; }
    .banner .primary-button { margin-top: 10px;}
    .banner .absolute-content .title .sub-title { font-size: 1.300rem;margin-top: 10px; }
    .banner .absolute-content .title { font-size: 3rem;}
    h2, .h2 {font-size: 37px;}
    header .header-appointment-button a {font-size: 16px;}
    .home_tab-section .container-left-padding {padding-left: 30px;}
    .home_tab-section .vc_col-sm-6:first-child{padding-right: 95px;}
    .map-top .map-inner{padding: 40px 45px;}
    .container-right-padding{padding-right: 20px;}
    .container-left-padding{padding-left: 20px;}
    .custom-team-page-list .title a {font-size: 25px;padding: 15px;}
    .custom-team-item-outer:nth-child(2n) .content {padding-left: 40px;}
    .custom-team-page-item .content {padding-right: 40px;}

    /* Gallery Start*/
    .home-gallery .absolute-content{padding-bottom: 50px;padding: 40px 20px;left: 3%;}
    .home-gallery .absolute-content .inner-title {font-size: 18px;}
    .why-chooes-section h2.vc_custom_heading {font-size: 50px;}
    /* Gallery End */

}
@media (max-width: 1300px){
    header .main-navigation .container .menu-header-top-container > ul > li > a { font-size: 16px; margin: 0 0 0 30px; }
}
@media (max-width: 1200px){
.banner-slider video, .banner-slider img, .banner-slider iframe { height: 78vh; }
}
@media (max-width: 1190px){
    .service-sec .vc_col-sm-4, .service-sec .vc_col-sm-8 { width: 100%; text-align: center; } .service-header p img { margin: 0 auto; } .sv-list li a { text-align: left; } .sv-list { overflow: hidden; padding: 30px 0 0; }
    .price-table .price-table-body p { font-size: 0.9rem; line-height: 24px; }
    .price-table .price-table-header h3 { font-size: 1.1rem;}
    .banner .absolute-content .title .sub-title { font-size: 1.2rem;}
    .banner .absolute-content .title { font-size: 2.6rem;}
    header .main-navigation .container .menu-header-top-container > ul > li > a { margin-left: 50px;}
    body,p{font-size: 14px;}
    h2, .h2 {font-size: 35px;}
/*     .logo img {max-width: 250px;} */
	.logo img {max-width: 200px;}
	.header-contact-det .button{font-size: 0.75rem;}
    .header-top .address-content {margin-right: 140px;}
    header .header-appointment-button a,header .main-navigation .container .menu-header-top-container > ul > li > a{font-size: 15px;}
    .banner img,.banner {height: auto;}
    .banner-bottom .inner-title {font-size: 18px;}
    .banner-bottom ul{grid-gap: 15px;}
    .banner-bottom ul p,.hover-content .team-short-dis p,footer a, footer p,footer span,.copyright-bar,.team-banner p,.custom-team-page-item .content p,.blog #load-more-button{font-size: 14px;}
    .font-h3 {font-size: 40px;margin-bottom: 15px;}
    .banner-bottom .main-content p{font-size: 15px;}
    .home-testimonial-section .vc_col-sm-9{  padding-left: 25px;padding-top: 15px;}
    .home-testimonial-section .small-heading {margin-bottom: 20px;}
    .home-testimonial-section .font-h3 {font-size: 35px;}
    .custom-team-item{padding: 35px 10px;}
    .custom-team-item .title {font-size: 20px;margin-top: 15px;margin-bottom: 20px;}
    .hover-content .title{margin-bottom: 10px;}
    .custom-team-item .read-more{padding: 10px 17px;font-size: 14px;}
    .custom-team-item .title a{font-size: 18px;}
    .map-top {margin-bottom: 40px;}
    .single .map-top {padding-bottom: 40px;margin-bottom: 0;}
    .map-top .font-h3{font-size: 35px;}
    .map-top .map-inner .col-9 a, .map-top .map-inner .col-9 p {font-size: 17px;}
    footer .footer-2{padding-left: 30px;}
    footer .title {font-size: 25px;}
    .footer-form input:not([type="submit"]){height: 40px;}
    .footer-form textarea {height: 76px;}
    .inner-page-banner .entry-title{font-size: 38px;}
    .vc_row.contact-page-details, .vc_row.con-page-form-sec{margin: 0;}
    .vc_row.con-page-form-sec{margin-top: 50px;}
    .con-page-form-sec .vc_col-sm-6:last-child {width: 70%;padding-left: 45px;}
    .con-page-social{grid-column-gap: 5px;}
    .con-page-form-sec .default-form.homepage-form {grid-gap: 10px;grid-template-columns: repeat(2, 1fr);}
    .con-page-form-sec .default-form.homepage-form .full {grid-column: span 2;}
    .contact-page-details .vc_col-sm-4 .vc_column-inner {padding: 30px;}
    .team-banner .font-h3{font-size: 28px;}
    .blog .col-8{padding: 30px 20px;}
    .blog .col-8 article{padding: 10px;}
    .blog .col-8 .post__title, .blog .col-8 .post__title a {font-size: 19px;}
    .custom-sv-list li a{font-size: 20px;}
    .custom-sv-list li{width: 33.333%;}

    /* Gallery Start*/
    .home-gallery .absolute-content {padding-bottom: 30px;padding: 30px 20px;left: 1%;}
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4),
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9){height: 290px;}
    .masonry-gallery li:nth-child(3) {height: 390px;}
    .masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {height: 190px;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: -100px;}
    /* Gallery End */
    header .main-navigation .container .menu-header-top-container ul li.nav-btn a { padding: 13px 30px; } 
    header .main-navigation .container .menu-header-top-container > ul > li > a { font-size: 14px; margin: 0 0 0 20px; }
        .service-header .sv-title { font-size: 1.5rem; line-height: 32px; }
    figure.main-slide { height: 300px; } 
    .thumb-slides li { height: 150px; }

}
@media (max-width: 1024px){
        .service-content .wpb_single_image { border-radius: 20px 20px 0 20px; }
    .service-content .testimonial-text { padding: 30px; border-radius: 20px 20px 0px 20px; } 
    .service-content .testimonial-text p { font-size: 14px; line-height: 28px; }
    .service-content p { font-size: 14px; line-height: 28px; }
.price-table .price-table-body p { font-size: 13px; line-height: 22px; }
.price-table .price-table-body { padding: 15px; min-height: 255px; }
.price-table .price-table-header { height: 100px; } 
.price-table .price-table-button a { font-size: 18px; height: 70px; }    
.brand-icon { padding: 40px 0; }
body .banner-slider video { height: 67vh; }
.about-content {padding: 30px;}
.video-sec { padding-top: 40px; padding-bottom: 30px;}
.banner .absolute-content .title .sub-title { max-width: 600px; margin: 5px auto; }    
    footer .footer-1 { padding-right: 30px;}
}
@media (max-width: 991px){
    footer .footer-3, footer .footer-2, footer .footer-4 { padding-left: 20px; } footer .title { font-size: 20px; }

    h2, .h2 {font-size: 34px;}
    h1, .h1 {font-size: 50px;}
header .main-navigation .container .menu-header-top-container ul li.nav-btn a { padding: 3px 25px;}
    .logo img {max-width: 210px;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {line-height: 50px; font-size: 12px; margin: 0 0 0 12px;}
	.header-contact-det .button {font-size: 0.65rem;}
	.site-branding .logo img {max-width: 110px;}
    .header-top .address-content {margin-right: 40px;} 
    
    .font-h3 {font-size: 30px;margin-bottom: 10px;}
    .banner-bottom .main-content p, .home_tab-section p {font-size: 14px;}
    .banner-bottom ul{grid-template-columns: repeat(2, 1fr);grid-gap: 25px;grid-row-gap: 50px;}
    .banner-bottom .inner-title {font-size: 20px;}
    .default-form.homepage-form{grid-column-gap: 10px;grid-row-gap: 15px;font-size: 15px;}
    .home-appointment-form .font-h3 {margin-bottom: 20px;}

    .clinic-section .vc_col-sm-6{width: 100%;}
    .clinic-section .left-col{max-width: 500px;}
    .clinic-section .right-col{margin-top: 100px;}
    .clinic-section .absolute-img {right: -70px;}
    .clinic-section .font-h3 br{display: none;}
    .small-heading{margin-bottom: 20px;}
    .testimonial-slider .item .content p{font-size: 14px;}
    .home-testimonial-section .font-h3 {font-size: 26px;}
    .home-testimonial-section .small-heading {margin-bottom: 14px;}
    .testimonial-slider .item{padding: 20px;}
    .home-testimonial-section .vc_col-sm-9 {padding-left: 15px;padding-top: 0;}
    .home_tab-section .container-left-padding {padding-left: 20px;}
    .home_tab-section .small-heading {margin-bottom: 10px;font-size: 16px;}
    .map-top .map-inner {padding: 30px 25px;border-radius: 60px;}
    .map-top .buttons a{height: 45px;width: 150px; padding: 0; font-size: 14px;}
    .map-top .col-9 {padding-right: 20px;}
    footer .footer-3{padding-left: 0;}
    .vc_row.con-page-form-sec .vc_col-sm-4, .vc_row.con-page-form-sec .vc_col-sm-8 {width: 100%;max-width: 500px;margin: auto;}
    .vc_row.con-page-form-sec .vc_col-sm-8{margin-top: 30px;}
    .con-page-form-sec .vc_col-sm-6:last-child {padding-left: 10px;text-align: right;}
    .con-page-form-sec .vc_col-sm-6 .alt-txt {right: 15px;}
    .recent-post-title {font-size: 16px;}
    .blog .load-more-button-outer{margin-top: 30px;}
    .team-member-outer .team-content p{font-size: 14px;}

    
    /* Gallery Start */
    .home-gallery .vc_custom_heading {margin-bottom: 20px;}
    .home-gallery .absolute-content{width: 178px;}
    .home-gallery .absolute-content .inner-title {font-size: 16px;}
    .home-gallery .absolute-content .sub-title,.home_tab-section1 .tab-inner1 .wpb_content_element p,.home_tab-section1 .tab-inner1 .tab-right-col ul li,
    .custom-team-member p{font-size: 14px;}
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4), .masonry-gallery li:nth-child(5), 
    .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {height: 200px;}
    .masonry-gallery li:nth-child(3) {height: 300px;}
    .masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {height: 140px;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: -100px;height: 240px;}
    .masonry-gallery li img{border-radius: 30px 0px 30px 0px;}
    header .main-navigation .container .menu-header-top-container ul li .sub-menu a {
    font-size: 14px;
}
    /* Gallery End */
    
}
@media (max-width: 912px){
.header-contact-det .button { font-size: 15px; padding: 15px 30px; }
.logo img { max-width: 190px; }
header .main-navigation .container .menu-header-top-container > ul > li > a { margin: 0 0 0 15px; font-size: 13px; }

.about-content { padding: 30px 0; } 
.about-content p { font-size: 1rem; line-height: 28px; } 
.about-content .section-title { font-size: 1.4rem; } 
.price-table { border-radius: 0 50px 0 30px; } 
.price-table.price-center { border-radius: 30px; } 
.price-table .price-table-header h3 { font-size: 1rem; line-height: 22px; }    
}
@media (max-width: 851px){
    .banner .absolute-content{bottom: 30px}
    .banner .absolute-content .title { font-size: 2rem; } .banner .primary-button { font-size: 1rem; padding: 15px 30px; }
    .section-title { font-size: 2rem;}
    .about-content p {font-size: 14px; line-height: 25px; }
    .about-content { padding: 30px 0;}
    .video-sec h3 { font-size: 20px;}
    body .banner-slider video {height: 54vh; }
    header .main-navigation .container .menu-header-top-container > ul > li > a { font-size: 13px; margin: 0 0 0 15px; } 
    .site-branding .logo img { max-width: 120px; }
    .header-contact-det .button { font-size: 0.8rem; padding: 12px 18px; letter-spacing: 0; margin-left: 0; } 
    .logo img { max-width: 160px; } 
    header .main-navigation .container .menu-header-top-container ul li.nav-btn a { line-height: 40px;padding: 4px 20px; }
    footer .container{flex-wrap: wrap;justify-content: flex-start;}

    .footer-form{grid-template-columns: 1fr 1fr 1fr 1fr;}
    .footer-form .items:nth-child(5), .footer-form .items:last-child {grid-column: span 4;}
    .hours li:last-child span {width: auto;}
    .team-banner .vc_col-sm-6:last-child,.custom-team-page-item .content{width: 100%;margin-top: 20px;}
    .team-banner .vc_col-sm-6:first-child,.custom-team-page-item .custom-feature_image{width: 100%;}
    .custom-team-item-outer:nth-child(2n) .content {padding-left: 0;}
    .custom-team-page-item .content {padding-right: 0px;}
    .inner-page-banner .entry-title {font-size: 35px;}
    .team-banner img, .custom-team-page-item .post-thumbnail img {height: 400px;object-fit: cover;}
    .custom-team-page-list .title a{font-size: 20px;}
    .site-footer .footer-1, .site-footer .footer-2, .site-footer .footer-3, .site-footer .footer-4 { width: 50%; padding: 0; }
}
@media (max-width: 768px){
header .main-navigation .container .menu-header-top-container > ul > li > a { font-size: 11px; margin: 0 0 0 14px; }    
body .banner-slider video { height: 50vh; }
.banner .absolute-content .title { font-size: 2rem; } 
.banner .primary-button { font-size: 1rem; padding: 13px 30px; }    
.banner .absolute-content .title { font-size: 2rem; } .banner .primary-button { font-size: 1rem; padding: 13px 30px; } .price-table-sec .vc_col-sm-4 { width: 100%; } .price-table-sec .price-table { max-width: 400px; margin: 10px auto; } 
.price-table .price-table-body p { font-size: 14px; line-height: 28px; } 
.price-table .price-table-body { min-height: auto; } 
.price-table-sec { padding-bottom: 40px; padding-top: 40px; } 
.sv-list li a { font-size: 1.2rem; padding: 24px 30px; }
}
@media (max-width: 767px){
    .service-content .testimonial-text h3 { font-size: 16px; }
    .service-content .testimonial-text { margin: 20px 0 0; padding: 20px; }
    .footer-1.footer_widgets .title { margin: 10px 0 0; }
    footer { padding-bottom: 15px; }
    .site-footer .footer-4, .site-footer .footer-3,.site-footer .footer-2 {
    padding-top: 20px;
    border-top: solid 1px #7e7e7e;
}
    .site-footer .footer-1, .site-footer .footer-2, .site-footer .footer-3, .site-footer .footer-4{width: 100%;margin: 0}
    .service-content .wpb_single_image {
    margin-bottom: 25px !important;
    border-radius: 20px;
}

footer .footer-4 {width: 100%; padding-left: 0; }    
    .video-slider .section-title { font-size: 1.4rem;}
.view-main,.thumb-section { width: 100%; } 
figure.main-slide { height: 200px; } 
.thumb-slides li { height: 100px; }    
.service-sec { padding-top: 40px; padding-bottom: 40px; }
.sv-list li { list-style: none; display: block; width: 100%; float: none; padding: 0 0px 10px; }
.sv-list li a { font-size: 1rem; padding: 11px 20px; width: 100%; border-radius: 60px; height: 60px; line-height: 37px; }
    
    .about-sec .vc_empty_space { height: 247px !important;}
    .video-sec { padding-bottom: 10px;}
.video-sec h3 { padding: 20px 0 30px; }
body .banner-slider video { height: auto; }    
    h2, .h2 {font-size: 30px;}
    /* Mobile Menu Start*/
    .header-contact-det,.header-appointment-button,.header-top {display: none;}
    header{position: inherit;}
    .mobile-menu-overlay,.mobile-header{display: block;}
    .mobile-menu-overlay {display: block;position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,.6);z-index: 9;opacity: 0;visibility: hidden;transition: .3s linear;}
    .mobile-menu-overlay.menu-open{visibility: visible;opacity: 1;}
.mobile-button { display: block; background: var(--primary-color); padding: 10px 14px; border: 0; border-radius: 5px; cursor: pointer; z-index: 99; position: absolute; right: 15px; }
    .mobile-button span{height: 2px;width: 20px;background: var(--third-color);display: block;margin-bottom: 4px;}
    .mobile-button span:last-child {margin-bottom: 0;}
    .main-navigation {position: absolute;top: 0;left: -1000px;height: 100vh;width: 80%;z-index: 99;background-color: var(--primary-color);transition: .3s linear;}
    header .main-navigation{padding: 0 0;}
    .main-navigation.menu-open{left: 0;}
    header .main-navigation .container{background: transparent;padding: 0;margin: 0;}
    header .main-navigation .container .menu-header-top-container > ul {display: block;}
    .banner{margin-top: 0;}
    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {left: inherit;}
    #primary-menu {position: relative;}
    .main-navigation ul > li > ul.sub-menu{position: absolute;top: 0;right: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: all 0.35s ease-in-out;transform: translateX(100%);height: 100vh;top: 0;left: 0 !important;}
    .main-navigation ul > li > ul.sub-menu.is-active {opacity: 1;visibility: visible;transform: translateX(0%);}
    .main-navigation li{position: initial;width: 100%;}
    .main-navigation ul > ul > ul {left: auto;top: auto;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {position: relative;}
    .main-navigation li.menu-item-has-children > a::after,.sub__close::after{content: '';border-bottom: 2px solid #fff;border-left: 2px solid #fff;height: 15px;width: 15px;display: block;position: absolute;right: 20px;top: 16px;transform: rotate(-137deg);}
    .main-navigation li .menu-item-has-children > a{position: relative;}
    .main-navigation li .menu-item-has-children ul li:first-child{position: relative;}
    .sub__close::after {transform: rotate(42deg);right: auto;left: 10px;}
    .main-navigation .menu-item-has-children ul li a.sub__close {padding-left: 30px;}
    .main-navigation .menu-item-has-children ul{border: 0;}
    .main-navigation .menu-item-has-children ul li a {font-size: initial;color: #fff;padding: 10px 30px;}
    header .main-navigation .container .menu-header-top-container > ul > li.current_page_item a, 
    header .main-navigation .container .menu-header-top-container > ul > li > a:hover {color: #fff;background: var(--secondary-color);}
    /* Mobile Menu End*/

    /* Mob Header Start*/
    .mobile-header a {font-size: 14px;text-align: center;padding: 10px 20px;color: #fff;display: flex;justify-content: center;align-items: center;}
    .address a {background: var(--primary-color);color: #fff;width: 100%;}
    .mob-num {background: var(--secondary-color);width: 50%;}
    .mob-appointment {background: var(--font-color);width: 50%;}
    .mob-bottom-buttons {display: flex;}
    .mobile-header .address {margin-bottom: 6px;}
    .mobile-header {margin-bottom: 20px;}
     /* Mob Header End*/
    header .container,.container{padding: 0 15px;}
    /* Banner */
    h1, .h1 {font-size: 40px;}
.banner .absolute-content .title .sub-title { font-size: 14px; line-height: 26px; }
    .banner .primary-button,.banner .secondary-button{font-size: 14px;padding: 10px 20px;}
    .banner img, .banner {height: auto;}
    .banner .absolute-content .title{font-size: 22px;line-height: normal;}
    .font-h3 {font-size: 26px;}
    .default-form.homepage-form{grid-template-columns: repeat(2, 1fr);}
    .default-form.homepage-form .full {grid-column: span 2;}
    .default-form.homepage-form input[type="submit"] {font-size: 14px;padding: 12px 30px;}

    .clinic-section .left-col {max-width: 100%;}
    .clinic-section .absolute-img {right: 15px;}
    .clinic-section p,body,.small-heading,.single .col-8 p{font-size: 14px;}
    .clinic-section p,.home-team_section .small-heading{margin-bottom: 20px !important;}
    .home-testimonial-section .vc_col-sm-3,.home-testimonial-section .vc_col-sm-9{width: 100%;padding-left: 0;}
    .home-testimonial-section .vc_col-sm-9{margin-top: 20px;}
    .home-testimonial-section .vc_col-sm-9 .vc_column-inner {padding-left: 15px;}
    .home_tab-section{margin-top: 30px;border: 0;}
    .home_tab-section .vc_col-sm-6:first-child {padding-right: 20px;}
    .map-top .map-inner{display: block;border-radius: 20px;}
    .map-top .col-9 {padding-right: 0;margin-bottom: 20px;text-align: center;}
    .map-top .buttons {justify-content: center;}
    .footer-map iframe {height: 356px;}
    footer .container{display: block;}
    footer .footer-1,footer .footer-3,.blog .col-8,.blog .col-4,.blog .load-more-button-outer,.single .col-8,.single .col-4,.team-member-outer .team-content,.team-member-outer .left-image{width: 100%;}
    footer .footer-2{padding-left: 0;width: 100%;margin-bottom: 40px;padding-right: 0;}
    .hours li:last-child span {width: auto;}
    .inner-page-banner .entry-title {font-size: 30px;}
    .single .inner-page-banner .entry-title {font-size: 20px;padding: 0 10px;}
    .contact-page-details .vc_col-sm-4 .vc_column-inner {padding: 20px;}
    .contact-page-details .vc_col-sm-4:not(:first-child) .vc_column-inner {border-top: 1px solid #fff;}
    .con-page-form-sec .timing-outer{display: flex;}
    .blog .col-8{order: 1;}
    .blog .load-more-button-outer{order: 2;margin-bottom: 50px;}
    .blog .col-4{order: 3;padding-left: 0;}
    .recent-post-title {text-align: center;}
    .single .col-4{padding-left: 0;margin-top: 40px;}
    .single .col-8{padding: 20px;}
    .custom-sv-list li{width: 50%;}
    .mob-mt-30,.team-member-outer .team-content{margin-top: 30px;}
    .team-member-outer .team-content{padding-left: 0;}
    .footer-form {grid-template-columns: 1fr 1fr;}
    .footer-form .items:nth-child(5), .footer-form .items:last-child {grid-column: span 2;}
    header .main-navigation .container .menu-header-top-container ul li a, header .main-navigation .container .menu-header-top-container ul li.nav-btn a { font-size: 1rem; color: #fff; margin: 0; padding: 10px 15px; line-height: 30px; border-radius: 0; }
    header .main-navigation .container .menu-header-top-container ul li .sub-menu a { font-size: 1rem; padding-left: 30px; }
    .brand-icon li { width: 100%; padding: 10px 0; } .brand-icon { display: block; } .brand-icon li img { width: 150px; }
    .con-page-form-sec > .vc_col-sm-4 { padding-left: 0; padding-right: 0; } .con-page-form-sec .timing-outer { margin-bottom: 20px; }

    
}
/* Gallery Start*/
@media (max-width: 600px){
    .masonry-gallery li{width: 100%;}
    .masonry-gallery li:first-child {display: none;}
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4), .masonry-gallery li:nth-child(5), 
    .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9),
    .masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8){height: 300px;}
    .masonry-gallery li:nth-child(3) {height: 400px;width: 100%;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: 0;height: 300px;}
    .home-gallery .absolute-content {width: 100%;max-width: 90%;margin: auto;position: relative;left: 0;top: auto;display: block;bottom: 0;margin-bottom: 20px !important;margin-top: 10px;}
    .masonry-gallery{float: none;}
    .home-gallery{margin-bottom: 40px;}
}
/* Gallery End*/
@media (max-width: 520px){
    .banner-bottom ul {grid-template-columns: repeat(1, 1fr);grid-gap: unset;grid-row-gap: 30px;}
    .banner-bottom ul li:nth-child(2n) {display: block;}
    .default-form.homepage-form,.con-page-form-sec .default-form.homepage-form,.blog .col-8{grid-template-columns: repeat(1, 1fr);}
    .default-form.homepage-form .full, .con-page-form-sec .default-form.homepage-form .full{grid-column: span 1;}
    .clinic-testimonial{bottom: -90px;max-width: 376px;margin-left: 30px !important;padding: 15px;}
    .clinic-section .right-col > .vc_column-inner {padding-left: 20px;}
    .clinic-section .left-col .wpb_single_image:first-child img {max-width: 88%;}
    .clinic-section .absolute-img {right: 15px;max-width: 160px;bottom: 0;float: right;margin-top: -120px;z-index: 9;position: relative;}
    .clinic-testimonial {bottom: 0;max-width: 100%;margin-left: 0px !important;padding: 15px;position: static;margin-top: 90px;}
    .clinic-section .right-col {margin-top: 50px;}
    .clinic-section .vc_btn3,.primary-button,.secondary-button{width: 100%;}
    .clinic-section .secondary-button.vc_btn3-container.ml-15{margin-left: 0;}
    .secondary-button .vc_btn3{margin-top: 10px;}
    .banner .primary-button, .banner .secondary-button{width: auto;}
    .home_tab-section .secondary-button {margin-top: 15px;}
    .map-top .font-h3 {font-size: 26px;}
    .map-top .map-inner .col-9 a, .map-top .map-inner .col-9 p {font-size: 14px;}
    .map-top .buttons {display: block;}
    .map-top .buttons a,.custom-sv-list li{width: 100%;}
    .map-top .buttons a.ml-15 {margin-left: 0;margin-top: 10px;}
    .con-page-form-sec .s-heading {font-size: 20px;}
    .container-left-padding {padding-left: 15px;}
    .container-right-padding {padding-right: 15px;}
    .team-banner img, .custom-team-page-item .post-thumbnail img {height: auto;object-fit: cover;}
    .blog .blog-readmore a{display: block;text-align: center;}
}
@media (max-width: 320px){
.about-sec .vc_empty_space { height: 190px !important; }
}
.map .wpgmza_map {display: none !important;}
/*remove social media in 991*/
@media (max-width: 991px){
    .footer-social.header-social {
      display: none;
    }
}
/*remove social media over*/