:root{
    --first-color: #189aac;
    --secound-color: #f0d2dc;
	--third-color: #e6cdc6;
	--black: #000;
	--white: #fff;

    font-size: 62.5%;
	--inner-h2: 3rem;
	--inner-h3: 2rem;
	--inner-page-content: 1.8rem;	
}


@font-face {
	font-family: 'Brandon Thin';
	src: url(../fonts/Brandon_thin.otf);
}
@font-face {
	font-family: 'Brandon Light';
	src: url(../fonts/Brandon_light.otf);
}
@font-face {
	font-family: 'Brandon';
	src: url(../fonts/Brandon_reg.ttf);
}
@font-face {
	font-family: 'BrandonGrotesque';
	src: url(../fonts/BrandonGrotesque-Medium.ttf);
}
@font-face {
	font-family: 'Brandon Bold';
	src: url(../fonts/Brandon_blk.otf);
}
h1{
    font-size: 3.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 1px;
}
h2{
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 1px;
}
h3{
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 1px;
}
h4{
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 1px;
}
h5{
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 1px;
}
h6{
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 1px;
}
p{
    font-size: 1.6rem;
}
a{
    font-size: 16px;
    text-decoration: none;
    transition: .3s linear;
    color: #000000;
}
a:hover, a:focus, a:active {
	color: #000 !important;
}
.container{
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin: 0 auto;
}
body{
    color: #000;
    line-height: normal;
    font-size: 1.6rem;
    font-family: "Nunito", sans-serif;

}
.cus-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.align-items-center{
	align-items: center;
}
.col-1{
	width:8.33%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-2{
	width:16.67%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-3{
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-4{
	width:33.33%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-5{
	width:41.67%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-6{
	width:50%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-7{
	width:58.33%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-8{
	width:66.67%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-9{
	width:75%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-10{
	width:83.33%;
	padding-left: 15px;
	padding-right: 15px;
}	
.col-11{
	width:91.67%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-12{
	width:100%;
	padding-left: 15px;
	padding-right: 15px;
}
.row_bg{
	background-color: #1799ab1f;
}
ul, ol {
	margin-left: 0;
	padding-left: 20px;
}

li:last-child{
	margin-bottom: 0;
}
.inner-h2{
	font-size: var(--inner-h2);
	margin-bottom: 1.5rem;
}
.inner-h3{
	font-size: var(--inner-h3);
	margin-bottom: 1.5rem;
}
.pb-20{
	padding-bottom: 20px;
}
.display-none{
	display: none !important;
}
.wpb_content_element{
	margin-bottom: 0 !important;
}
p{
	margin-top: 0;
}
.column-equal-height {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	
}

.vc_single_image-wrapper.vc_box_rounded img,
.vc_single_image-wrapper.vc_box_rounded{
	border-radius: 10px !important;
}

/* Header */
.widget{
    margin: 0;
}
a:focus {
	outline: none;
}
.site-header li {
	margin: 0;
	padding: 0;
}
.site-header {
	z-index: 999;
	position: relative;
	background: var(--white);
	padding: 1.4rem 0 1.4rem 0;
	position: sticky;
    top: 0;
}
.site-header .custom-logo-link {
	display: block;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header a{
    display: inline-block;
}
img{
    display: block;
}
.site-header .site-logo {
	line-height: normal;
}
.site-header .site-logo img {
    max-width: 500px;
}
.site-header .nav-outer a{
    color: var(--black);
}
.main-navigation ul.sub-menu li:not(:last-child) a {
	border-bottom: 1px solid rgba(0, 0,0,.3);
}
.site-header .nav-outer a {
	text-transform: uppercase;
}
.site-header .main-navigation {
	display: block;
	width: auto;
}
.site-header .site-branding {
	display: flex;
	align-items: center;
}
.site-header .main-navigation #primary-menu > li > a {
	line-height: normal;
	font-size: 1.7rem;
}
.site-header .main-navigation #primary-menu > li{
    margin-right: 3.7rem; 
}
.site-header .main-navigation #primary-menu > li:last-child {
	margin-right: 0;
	padding-left: 0.5rem;
}
.site-header .main-navigation #primary-menu > .req-button a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.604rem;
    padding: 1.93rem 2rem;
    line-height: normal;
    background: var(--first-color);
    letter-spacing: 1px;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    border-radius: 10px;
}
.site-header .main-navigation #primary-menu > .req-button {
	display: flex;
  	align-items: center;
}

.site-header .main-navigation #primary-menu li.menu-item-has-children{
	position: relative;
}
.site-header .main-navigation #primary-menu .sub-menu a:hover {
    background: var(--secound-color);
    color: #000;
}
.site-header .main-navigation li.menu-item-has-children .sub-click {
	height: 17px;
	width: 17px;
	position: absolute;
	right: -20px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}
.site-header .main-navigation li.menu-item-has-children .sub-click svg {
	height: inherit;
	width: inherit;
	line-height: normal;
	font-size: initial;
	position: static;
	transform: unset;
	display: block;

}
.site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click {
	right: 10px;
}
.main-navigation ul ul a {
	width: 100%;
}
.main-navigation ul.sub-menu a {
	padding: 6px 10px;
}
.site-header #primary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
    display: flex;
	justify-content: right;
	align-items: center;
}

.location-btn a::before {
    content: "";
    background: url("https://www.okanagandental.ca/wp-content/uploads/2024/02/head-location.png");
    width: 14px;
    height: 19px;
    display: flex;    
    margin-right: 1rem;
}
.call-btn a::before {
    content: "";
    background: url("https://www.okanagandental.ca/wp-content/uploads/2024/02/head-phone.png");
    width: 12px;
    height: 19px;
    display: flex;    
    margin-right: 1rem;
}
.site-header .main-navigation li.menu-item-has-children >.sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: none;
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	z-index: 99999;
	transition: .3s linear;
	width: 220px;
	padding: 0;
	margin: 0;
	list-style: none;
    visibility: hidden;
    opacity: 0;
    background: #fff;
}
.site-header .main-navigation li.menu-item-has-children:hover > .sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu{
    left: auto;
  	right: 100%;
}
.site-header .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children:hover >.sub-menu {
    top: 0;
}
.mobile-button{
    display: none;
    background: var(--first-color);
    padding: 10px 14px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
    margin-left: auto;
}
.mobile-button span {
	height: 2px;
	width: 20px;
	background: #fff;
	display: block;
	margin-bottom: 4px;
	transition: .3s linear;
}
.mobile-button.button-active span:first-child {
	transform: rotate(50deg);
}
.mobile-button.button-active span:nth-child(2) {
	display: none;
}
.mobile-button.button-active span:nth-child(3) {
	transform: rotate(-50deg);
	margin-top: -6px;
}
.mobile-button span:last-child{
	margin-bottom: 0;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.header-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
}
.mobile-header-details {
	display: none;
}
.nav-top {
	width: 100%;
	display: flex;
	justify-content: right;
}
.nav-top .h-outer {
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 1.4rem;
}
.header-right .left-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.header-right .left-details a {
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
    color: #252624;
    font-family: Montserrat, sans-serif;
}
.header-right .left-details a:hover {
    color: #dbb1ad;
}
#primary-menu > li span.sub-click svg {
    display: none !important;
}

/* Entire Website Form */
/* Form */

/*.default-form > div {
	padding-left: 8px;
	padding-right: 8px;
}*/
.default-form input:not([type="radio"], [type="submit"]) {
	width: 100%;
	height: 4.2rem;
	background: #fff;
	border: 0;
	font-size: 18px;
	padding: 0;
	border: 1px solid  #e3e3e3;
	border-radius: 0;
	padding-left: 10px;
	border-radius: 10px;
}
.footer-form::placeholder{color: #bcbcbc !important;}
.default-form select{
	width: 100%;
	height: 4.2rem;
	background: #fff;
	border: 0;
	font-size: 18px;
	color: #bcbcbc;
	padding: 0;
	border: 1px solid  #e3e3e3;
	border-radius: 0;
	padding-left: 10px;
	border-radius: 10px;
}
.default-form input::placeholder,.default-form textarea::placeholder{
	color: #bcbcbc;
	opacity: 1;
	font-family: "Nunito", sans-serif;
}
.default-form input:focus,.default-form select:focus,.default-form textarea:focus{
	outline: none;
}
.default-form textarea{
	height: 7.6rem;
	border: 0;
	font-size: 18px;
	color: #bcbcbc;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #f1f1f1;
	padding-left: 10px;
  	padding-top: 10px;
  	font-family: "Nunito", sans-serif;
  	border-radius: 10px;
}
.default-form input[type="submit"] {
	font-size: 1.8rem;
	text-transform: uppercase;
	padding: 1.5rem 3.5rem;
	background: var(--first-color);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	transition: .3s linear;
	letter-spacing: 1px;
	border-radius: 10px;
}
.default-form select option {
	color: initial;
}
.default-form input[type="submit"]:hover {
	background: var(--secound-color);
	color: #fff;
}
.default-form > div:not(:last-child) {
	margin-bottom: 16px;
}
.radio-main input {
	position: absolute;
	height: 100%;
	width: 100%;
	visibility: hidden;
}
.radio-main .wpcf7-list-item-label {
	height: 4.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	background: #f1f1f1;
	color: #000;
	border: 1px solid #e3e3e3;
	text-transform: uppercase;
}
.radio-main .wpcf7-list-item {
	margin: 0;
	position: relative;
	width: 50%;
}
.radio-main .wpcf7-radio {
	position: relative;
	width: 100%;
	display: flex;
}
.radio-main input:checked + .wpcf7-list-item-label {
	background: var(--first-color);
	color: #fff;
}

.radio-main .first .wpcf7-list-item-label{
	border-radius: 10px 0px 0 10px;
}
.radio-main .last .wpcf7-list-item-label{
	border-radius: 0px 10px 10px 0px;
}

.default-form .submit-button{
	text-align: center;

}
.default-form .wpcf7-spinner{
	position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output{
	text-align: center;
	margin-top: 10px;
	color: #dc3232 !important;
	border:2px solid #dc3232;
}

/* For Buttons */
.vc_btn3-container{
	margin-bottom: 0 !important;
}
.main_btn .vc_btn3 {
	background: var(--first-color) !important;
	border: 1px solid var(--first-color) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 1.8rem !important;
	text-transform: capitalize;
	padding: 1.2rem 3rem !important;
	text-transform: uppercase;
	border-radius: 10px !important;
}
.main_btn .vc_btn3:hover {
	background: var(--secound-color) !important;
	border-color: var(--secound-color) !important;
	color: #fff !important;
}
/* Img shadow */
.with-shadow img {
	box-shadow: -3px 3px 11px 1px #bcbcbc;
}
.width-100 div, .width-100 .vc_figure, .width-100 img {
	width: 100%;
	object-fit: cover;
}
/* Slick dots */
.slick-dots {
	position: relative !important;
	bottom: 0 !important;
}
.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;

}
.slick-dots li button {
	width: 15px !important;
	height: 15px !important;
	cursor: pointer !important;
	color: transparent !important;
	background: #000 !important;
	border-radius: 50% !important;
}
.slick-dots li.slick-active button {
	background: var(--first-color) !important;
}
.slick-dots li button::before{
	display: none;
}
/* Footer */
.site-footer {
    background: var(--secound-color);
}
.site-footer .footer-inner {
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 2.6rem;
}
.site-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.foter-coulam {
    display: flex;
    column-gap: 15px;
}
.footer-form textarea {
	background: #fff;
	border:0;
	width: 100%;
	height: 13.8rem;
    filter: drop-shadow(0.927px 2.853px 3.5px rgba(0,0,0,0.2));
    font-family: "Nunito", sans-serif;
    border-radius: 10px;
}
.footer-form input:not([type="submit"]){
    border: 0;
    width: 100%;
    height: 5.5rem;
    filter: drop-shadow(0.927px 2.853px 3.5px rgba(0,0,0,0.2));
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    border-radius: 10px;
}
.footer-map-form {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5.4rem;
    font-family: Brandon, sans-serif;*/
    display: flex;
    column-gap: 60px;
}
.post, .page {
	margin: 0;
}
.footer p{
	margin-bottom: 0;
}
.site-footer li {
	margin: 0;
	padding: 0;
}
.copyright-bar {
	width: auto;
	color: #212121;
    text-align: center;
}
.footer-copyright-bar section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
/*	border-top: 1px solid #d4a17c;*/
	padding: 2.6rem 0 3.2rem 0;
}
/*.site-footer .right ul {
    display: flex;
    margin: 0;
    padding-inline-start: 0;
    flex-wrap: wrap;
}*/
.site-footer .right ul li:first-child {
    list-style: none;
}
/*.site-footer .right ul li {
    margin-right: 3rem;
}*/

.footer-top-map {
    margin-top: 8rem;
}
.footer-map-form {
/*    padding-left: calc((100% - 1300px) /2);*/
/*    padding-right: calc((100% - 1300px) /2);*/
      background-image: url("https://www.okanagandental.ca/wp-content/uploads/2024/02/form-back.jpg");
	background-repeat : no-repeat;
}
.footer-copyright-bar {
	background: var(--secound-color);
	color: #212121;
	font-size: 1.6rem;
}
.footer-form input[type="submit"] {
	height: 6rem;
    filter: drop-shadow(0.927px 2.853px 3.5px rgba(0,0,0,0.2));
    background-color: var(--first-color);
    color: var(--white);
    border-radius: 10px;
}
.footer-form-block .default-form .submit-button {
    text-align: left;
}
.footer-copyright-bar p {
    color: #212121;
    font-size: 1.4rem;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
}
.copyright-bar p {
	margin: 0;
}


.footer-announce-bar{
	background-color: red;
	padding: 10px;
	text-align: center;
}
.footer-announce-bar p{
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.footer-announce-bar p a{
	color: #ffffff;
	text-decoration: underline;
}


.footer-social-media .icon-outer {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-social-media .icon-outer a {
	font-size: 1.8rem;
	color: #000;
	display: flex;
	align-items: center;
}
.site-footer .footer-inner > div:first-child{
    width: 22%;
}
.site-footer .footer-inner > div:nth-child(3) {
    width: 22%;
    justify-content:center;
    display: flex;
}
.site-footer .footer-inner > div:nth-child(2){
    width: 28%;
    justify-content: center;
    display: flex;
}
.site-footer .footer-inner > div:last-child {
    width: 28%;
}


.footer-4 ul li span:first-child {
    padding-right: 3.3rem;
}
.footer-4 ul li span:last-child{
	text-align: right;
}
.site-footer h2 {
    font-size: 26px;
    color: #212121;
    margin-bottom: 1rem;
    line-height: 1;
    font-family: "Nunito", sans-serif;
}
.site-footer ul li{
	color: #212121;
}
.footer-4 ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;

}
.footer-4 ul li span,.footer-3 ul li a {
	font-size: 1.8rem;
	color: #212121;
	line-height: 1.1;
}
.footer-2 a {
	color: #212121;
}

.site-footer a:hover, .right a:hover {
	color: #000;
}

.default-form.footer-form .col-12 {
    padding: 0;
}
.footer-top-map iframe {
    height: 600px;
    width: 100%;
    border-radius: 0 100px 0 100px;
}


.footer-logo {
    display: flex;
    justify-content: center;
    padding: 1.6rem 0 4.6rem 0;
}
.footer-logo .widget_media_image img{
	max-width: 500px !important;
}
.footer-4.footer-widget {
    display: flex;
    justify-content: right;
}

/* Home Team Section */
.home-team-outer .slick-dots {
	position: relative;
	margin-top: 10px;
	bottom: 0;
}
.home-team-outer a::after {
	content: '';
	border: 2px solid var(--first-color);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	visibility: hidden;
	opacity: 0;
	transition: .3s linear;
	border-radius: 10px;
}
.home-team-outer a:hover::after{
	visibility: visible;
	opacity: 1;
}
.home-team-outer a {
	display: inline-block;
	padding-top: 0;
	position: relative;
	padding-bottom: 10px;
}
.home-team-outer .image {
	text-align: center;
	width: 100%;
	position: relative;
}
.home-team-outer .image img {
	border-radius: 0;
	margin: auto;
	display: block;
	border: 1px solid #cdcdcd;
	min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.home-team-outer .title {
	font-size: 2.2rem;
	color: #000;
	text-align: center;
	margin-top: 2rem;
}
.home-team-outer .sub-title {
	font-size: 1.6rem;
	color: var(--first-color);
	text-align: center;
	margin-top: 8px;
	text-transform: uppercase;
}
.home-team-outer .team-item {
	padding: 0 15px;
}
.img-width-100 * {
	width: 100%;
}

.site-footer .logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
.site-footer .logos > div {
	width: calc(50% - 1rem);
	text-align: center;
}
.site-footer .logos > div img {
	margin: auto;
}
.site-footer .logos > div:nth-child(3), .site-footer .logos > div:last-child{
	width: 100%;
}
.site-footer .footer-1 .title {
	font-size: 20px;
	margin-bottom: 3rem;
}
.footer-copyright-bar .right ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-copyright-bar ul{margin: 0;padding: 0;list-style: none;}
.footer-copyright-bar ul li a{font-size: 14px;font-family: "Nunito", sans-serif;font-weight:300;color:#212121;text-transform: uppercase;display: flex;align-items: center;}
.footer-copyright-bar ul li a::before{
    content: "";
    display: flex;
    height: 5px;
    width: 5px;
    background: #212121;
    border-radius: 100%;
    margin: 0 1.2rem;
}
.footer-form-heading h3 {
    font-size: 22px;
    margin-bottom: 1.75rem;
    color: var(--first-color);
    opacity: 0.6;
}
/* .footer-form-heading h4 {
    font-size: 22px;
    margin-bottom: 1.75rem;
    color: var(--first-color);
    opacity: 0.6;
} */
.footer-form-heading h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 3rem;
    color: #57585b8c;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
}
.footer-copyright-bar ul li:first-child a::before{display: none;}


.footer-map-form .footer-map-block {
    padding-left: calc((100% - 1298px) / 2);
}
.footer-map-form .footer-form-block {
    padding-right: calc((100% - 1298px) / 2);
}
.footer-map-block{
	width: 55%;
}
.footer-form-block {
    background-image: url('https://www.okanagandental.ca/wp-content/uploads/2024/02/footerformbg.png');
    padding-bottom: 11rem;
    padding-left: 30px;
    padding-top: 30px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 45%;
}

/* Responsive Start */

@media (min-width: 1025px) {
	.site-header .main-navigation li.menu-item-has-children > .sub-menu {
		max-height: 300px;
		overflow: auto;
		overflow-x: auto;
		overflow-x: hidden;
		scroll-behavior: smooth;
		scrollbar-width: thin;
		scrollbar-gutter: auto;
	}
}


@media only screen and (min-width: 1801px)  {
	.container{
		max-width: 1700px;
	}
	.banner-slider .content{
		max-width: 1650px;
	}
	.footer-map-form .footer-map-block {
	    padding-left: calc((100% - 1615px) / 2);
	}
	.footer-map-form .footer-form-block {
	    padding-right: calc((100% - 1615px) / 2);
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.falls-dr-talk{
		bottom: -6%;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.falls-dr-divya{
		bottom: -6%;
	}
}

@media only screen and (min-width: 1700px) and (max-width: 1800px)  {
	.container{
		max-width: 1550px;
	}
	.footer-map-form .footer-map-block {
	    padding-left: calc((100% - 1515px) / 2);
	}
	.footer-map-form .footer-form-block {
	    padding-right: calc((100% - 1515px) / 2);
	}
}


@media (max-width: 1600px){
    :root{font-size: 60%;}
}
@media (max-width: 1480px){
    :root{font-size: 58%;}
	
}
@media (max-width: 1366px){
    :root{font-size: 55%;}
	.radio-main .wpcf7-list-item-label{font-size: 14px;}
}

@media (max-width: 1300px){
.footer-map-form {
    padding-left: 20px;
/*    padding-right: 20px;*/
}
}

@media (max-width: 1190px){
    :root{font-size: 62.5%;--inner-page-content: 1.6rem;}
    .container{padding-left: 15px;padding-right: 15px;}

	.h-outer a {font-size: 14px;}
	.site-header .main-navigation #primary-menu > li > a{font-size: 14px;}

	.site-header .main-navigation #primary-menu > li {margin-right: 40px;}
	.site-header .main-navigation #primary-menu > .req-button a {
		line-height: normal;
		font-size: 16px;
		padding: 14px 20px;
		border: 0;
		color: #fff;
	}
	.social-media .icon-outer a {padding: 0;}

	.site-header .site-logo img {max-width: 200px;}

	.home-team-outer .title{font-size: 22px;}
	.home-team-outer .sub-title {font-size: 14px;}

    /* Form */
	.default-form input[type="submit"] {font-size: 16px;text-transform: uppercase;padding: 17px 30px;}

    /* Buttons */
    .main_btn .vc_btn3 {padding: 10px 30px !important;}

    /* Footer */
	.site-footer h2 {font-size: 20px;margin-bottom: 20px;}
	.footer-4 ul li span, .footer-social-media .icon-outer a{font-size: 16px;}
	.site-footer .footer-inner > div {width: 100%;justify-content: center;}
	.site-footer .footer-inner .footer-1 {width: 33.33%;justify-content: left;}
	.site-footer .footer-inner .footer-2 {width: 33.33%;justify-content: center;}
	.site-footer .footer-inner .footer-3 {width: 33.33%;justify-content: right;}
	.footer-copyright-bar p {padding-top: 1rem;}
	.footer-copyright-bar section {justify-content: center;}
	.footer-logo img {width: 80%;margin: auto;}


	.foter-coulam {display: flex;flex-direction: column;align-items: center;}
    .foter-coulam-content {text-align: center;}
    .site-footer h2 {font-size: 20px;margin-bottom: 15px;margin-top: 15px;}
    .foter-coulam-img {padding-right: 0;}
    .footer-copyright-bar ul li a::before {height: 5px;width: 5px;margin: 0 1rem;}
    .copyright-bar {
    width: 100%;
    color: #212121;
    text-align: center;
}
.footer-map-form {
    padding-left: 15px;
    padding-right: 15px;
}

}

@media (min-width: 1025px){
	.d-md-none {
	    display: none!important;
	}
}
@media (max-width: 1025px){
	:root{
		--inner-h2: 2.5rem;
		--inner-h3: 1.8rem;
	}
	.site-header {padding-bottom: 1rem;padding-top: 1rem;}
	.site-header .container{flex-direction: column;}
	.site-header .site-branding{width: 100%;padding-bottom: 20px;}
	.site-header .site-logo img{max-width: 260px;}
	.header-right .left-details{gap: 6px;justify-content: space-between;}
	.header-right .left-details .location-btn{width: 100%;}
	.header-right .left-details .location-btn a::before{background-repeat: no-repeat;width: 20px;}
	.header-right .left-details div a{border: 2px solid #189aac;padding: 10px;width: 100%;font-size: 14px;height:50px;text-align: center;border-radius: 10px;}
	.header-right .left-details .call-btn{width: 49%;}
	.header-right .left-details .book-btn{width: 49%;}


	.site-header .site-branding{
		padding-bottom: 0;
	}
	.site-header.fixed .nav-top{
		display: none;
	}

	/* Mobile Menu Start */
    .site-header .mobile-button {height: 30px;width: 40px;padding: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;position: absolute;top: 25px;right: 20px;}
    .site-header .nav-outer {position: fixed;top: 0;left: -1000px;height: 100vh;width: 40%;z-index: 99;background-color: var(--first-color);transition: .3s linear;padding: 0 0;overflow-x: hidden;}
    .nav-outer.menu-open {left: 0;}
    .site-header #primary-menu{display: block;}
	.site-header .main-navigation #primary-menu > li {margin-right: 0;}
	.site-header .main-navigation #primary-menu > li > a {line-height: normal;font-size: 16px;padding: 14px 20px;border-bottom: 1px solid rgba(255,255,255,.6);width: 100%;display: inline-block;color: #fff;}
	.site-header #primary-menu > li > .sub-click svg {fill: rgba(255,255,255,.8);}
	.site-header .main-navigation #primary-menu li.menu-item-has-children {position: static;display: flex;align-items: center;}
	.site-header .main-navigation li.menu-item-has-children .sub-click svg {fill: #fff;transition: .3s linear;}
	.site-header .main-navigation li.menu-item-has-children .sub-click {z-index: 999;background: #000;height: 100%;width: 40px;position: relative;top: 0;transform: unset;right: 0;padding: 10px;display: flex;justify-content: center;align-items: center;transition: .3s all;cursor: pointer;}
	.site-header .main-navigation li.menu-item-has-children .sub-click:hover {background: #017080;}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu a {color: #fff;border-bottom: 1px solid #fff;}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu a:hover{color: #fff;}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu a:hover svg{fill: #fff;}
	.site-header .main-navigation li.menu-item-has-children{position: inherit;}
	.sub-close svg {fill: #fff;}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > .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%);top: 0;left: 0;display: block;background: #000;}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu.is-active {opacity: 1;visibility: visible;transform: translateX(0%);}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > a {display: flex;align-items: center;position: relative;justify-content: space-between;}
	.site-header .main-navigation #primary-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {left: 0;}
	.site-header #primary-menu li,.site-header #primary-menu li a{width: 100%;position: static;}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click:hover {background: var(--first-color);}
	.site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click {right: 0;background:var(--first-color);line-height: normal;padding: 7px 10px;border-bottom: 0;margin-top: -1px;}
	.site-header .main-navigation .sub-click svg{transform: rotate(-90deg) !important;}
	.site-header .main-navigation .sub-click:hover svg {transform: rotate(-180deg) !important;}
	.main-navigation ul.sub-menu a {padding: 10px 10px;}
	.site-header .main-navigation #primary-menu > li:last-child {padding-left: 0rem;}

#primary-menu > li span.sub-click svg {
    display:block  !important;
}
	.site-header .social-btn-wrap{
		display:none !important
	}


	/* Mobile header */

	.mobile-header-details {
		display: block;
	}

	/* ============ */

	 /* Footer */

    .foter-coulam-img img{width: 70%;}


    /* For tablet */
    .tab-width-100 .right, .tab-width-100 .left{width: 100%;}
    .mt-20_tab{margin-top: 20px;}
    .tab-width-100 img{height: 500px !important;object-fit: cover;object-position: top;}
}


@media (max-width: 992px){
.footer-form-heading h4 {
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.footer-form-heading h2 {
    font-size: 25px;
    margin-bottom: 2rem;
}
.footer-map-form {
    grid-template-columns: 1fr;
    grid-gap: 2rem;}
    .footer-top-map {
    margin-top: 6rem;}
}



@media (max-width: 930px){

	.left-details a{height: 4rem;width: 16rem;}

    .column-reverse-tablet {display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
	.default-form input:not([type="radio"], [type="submit"]), .default-form select, .radio-main .wpcf7-list-item-label, .default-form textarea {font-size: 14px;}
	.footer-form {margin: 0;}
	.default-form > div {padding-left: 5px;padding-right: 5px;}

	.site-footer .footer-inner > div:nth-child(3),.site-footer .footer-inner > div:last-child {width: 50%;margin-top: 20px;justify-content: left;}
	.site-footer .footer-inner > div:first-child,.site-footer .footer-inner > div:nth-child(2) {width: 50%;}
	.foter-coulam {display: flex;flex-direction: row;align-items: flex-start;}
	.foter-coulam-content {text-align: left;}
	.site-footer h2 {margin-top: 0px;margin-bottom: 7px }
	.site-footer .footer-inner > div:nth-child(2) {justify-content: left;}
	.footer-logo {padding: 1.6rem 0 3rem 0;}
	.footer-logo img {margin: 0 auto;}
	.footer-3.footer-widget {order: 4;}


	
}
@media (max-width: 767px){
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{width: 100%;}

    /* Form */
    .radio-main .wpcf7-list-item-label, .default-form select, .default-form input:not([type="radio"], [type="submit"]){height: 4rem;}

	/* Footer */
	.site-footer .footer-inner .footer-1, .site-footer .footer-inner .footer-2, .site-footer .footer-inner .footer-3, .site-footer .footer-inner .footer-4{width: 100%;}
	.site-footer .footer-inner .footer-3, .site-footer .footer-inner .footer-4{margin-top: 0;}
	.site-footer .footer-inner .footer-4{margin-bottom: 0;}
	.footer-copyright-bar section {justify-content: left;}
	.site-footer .footer-inner > div {padding-top: 0rem;}
	.site-footer .footer-inner .footer-1,.site-footer .footer-inner .footer-3,.site-footer .footer-inner .footer-2,.site-footer .footer-inner > div ,.footer-logo {justify-content:left;}
.site-footer h2 {margin-bottom: 10px;}

    /* For tablet */
    .mob-mt-20{margin-top: 20px;}

	.site-header .nav-outer{width: 60%;}
	.site-footer .footer-inner > div:first-child, .site-footer .footer-inner > div:nth-child(2) {width: 100%;}
	.site-footer .footer-inner > div:nth-child(3), .site-footer .footer-inner > div:last-child {width: 100%;justify-content: left;}
	.site-footer .footer-inner > div:nth-child(2) {margin-top: 20px;}
	.copyright-bar {
		width: 100%;
	    text-align: left;}
	    .default-form input[type="submit"] {
	    font-size: 12px;
	    padding: 12px 28px;
	}

	.footer-map-form{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.footer-map-block{
		width: 100% !important;
	}
	.footer-form-block{
		width: 100% !important;
		padding: 30px !important;
	}
	.copyright-bar{
		text-align: center !important;
	}

	.single-services .services h2 {
		font-size: 25px;
	}
	.single-services .inner-page-banner .entry-title {
		font-size: 30px;
	}

    
}



@media (max-width: 520px){
    /* Footer */
    .default-form input[type="submit"] {font-size: 15px;text-transform: uppercase;padding: 13px 25px;width: 100%;}
	.footer-3 #menu-footer-menu {display: block;}
	.footer-3 #menu-footer-menu li:not(:last-child)::after {height: 1px;width: 100%;margin-left: 0;margin-right: 0;}
	.footer-3 #menu-footer-menu li {line-height: 1.4;}
	.footer-3 #menu-footer-menu li:last-child::after {content: '';height: 1px;width: 100%;background: var(--third-color);display: inline-block;vertical-align: middle;}

    .main_btn .vc_btn3 {padding: 10px 30px !important;display: block !important;width: 100% !important;font-size: 1.6rem !important;line-height: 1.1 !important;}	
	.main_btn {width: 100%;}
	/* .main_btn.main-bg .vc_btn3 {margin-right: 0;margin-bottom: 5px;} */

    .tab-width-100 img {height: auto !important;}
	.home-team-outer.slick-slider{text-align: center;}
	.default-form .submit-button {position: relative;}
	.default-form .wpcf7-spinner {position: absolute;bottom: -24px;right: 0;}
	.footer-logo{justify-content: center;}
	.footer-logo img {width: 70%;margin: 0 auto;}
	.footer-copyright-bar .right ul{justify-content: center;}
	.footer-top-map iframe {height: 500px;}
}


@media (max-width: 350px){
	.site-header .site-logo img{
		max-width: 230px;
	}
	.header-right .left-details div a{
		font-size: 12px;
	}
}