@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500&display=swap');
body{
	font-family: var(--base-font);
    color: #5C5D61;
    font-size: 14px;
}

* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {
    color: #729DB6;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 0;
}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
:root {
  --base-color: #131313;
  --primary-color: #008cb7;
  --lightblack-color: #4A4A4A;
  --white-color: #fff;
  --lighter-color: #f2f2f2;
  --base-font: 'Montserrat', sans-serif;
  --second-fonts:'Roboto', sans-serif;
  scroll-behavior: inherit;
}
h1{
    font-size: 64px !important;
    font-weight: 400;
    font-family: var(--base-font);
}
ol, ul {
    list-style: none;
}
 .contact-numbers-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	margin-bottom: 0;
    padding-left: 0;
}
.contact-numbers-inner > li {
    padding: 13px 1rem 0;
    text-align: center;
}
.contact-numbers-inner li a {
    color: #111111 !important;
}
.contact-numbers-inner li a {
    border-bottom-color: #1a8bb3;
}
.contact-numbers-inner li a {
    font-size: 1rem;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
	border-bottom: solid 1px #1a8bb3;
	font-size: 13px;
	line-height: 2.22;
	text-align: center;
	text-decoration: none;
}
.contact-numbers-inner li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    bottom: -2px;
    position: absolute;
    background: #111;
    transition: width 0.3s;
    z-index: 1;
}
.contact-numbers-inner li a:hover::after {
    width: 100%;
    transition: width .3s;
}
.main-logo {
    text-align: center;
    padding-top: 4px;
    margin: 0 0px 0 20px;
    flex-basis: 32%;
}
.contact-numbers {
    flex-basis: 25%;
}
.contact-rgt {
    flex-basis: 40%;
}
.main-logo h2 {
    line-height: 2;
    color: #008cb7;
}
.main-logo img {
    max-width: 300px !important;
    margin-left: 30px;
    margin-right: 30px;
}
.list-contact {
    display: flex;
    padding-left: 85px;
}
.nav-menu {
    position: absolute;
    z-index: 9999;
    background: #008cb7;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 100%;
}
#menu-toggle {
    cursor: pointer;
    position: absolute;
    left: 0;
	top: 10px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-wrapper {
	width:100%;
	height:100vh;
	overflow: hidden;
	position: relative;
}
	
.video-wrapper video {
	  object-fit: cover;
	  width:100%;
	  height:100%;
	}
	header.header-sec {
		position: fixed;
		background-color: rgba(255, 255, 255, 0.45);
		z-index: 99999;
        padding: 3px 0;
	}
  .overly-sec{
	visibility: visible;
    background-color: rgba(0, 0, 0, 0.7);
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
	position: absolute;
  }
  .slider-txt h2{
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a8bb3;
    font-family: var(--second-fonts);
  }
  .slider-txt h3{
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    font-family: var(--second-fonts);
    color: #ffffff;
  }
  .slider-txt {
    position: absolute;
    top: 65%;
    z-index: 10;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-65%);
    
}
.tab-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab-sec li{
    overflow: visible;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    cursor: pointer;
    border-style: solid;
    border-width: 3px 2px 3px 2px;
    border-color: #ffffff;
    display: block;
    background-color: rgba(201,195,187,0.25);
    text-align: center;
}
.tab-sec .nav-link{
    padding: 35px 15px 35px 15px;
    display: block;
    width: 100%;
    color: #333;
}
.tab-sec .nav-link.active{
    background-color: #1A8BB2 !important;
    color: #fff !important;
}
.tab-sec .nav-link.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: #1a8bb3;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.teeth-day{
    background-color: rgba(201,195,187,0.25);
    padding: 120px 0px 0px 0px;
}
.tab-content .accordion-body {
    padding: 0 !important;
}
.teeth-day-icon img {
    max-width: 85%;
}
.teeth-content{
    border-bottom: solid 1px #008cb7;
    z-index: 9999;
    position: relative;
}
.teeth-content h3{
    font-family: var(--base-font);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 40px;
}
.teeth-content p{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #656565;
}
.know-more-btn{
    border-radius: 10px 10px 0px 0px;
    padding: 12px 24px 12px 40px;
    background-color: #1a8bb3;
    color: #fff;
    text-decoration: none;
    margin-top: 50px;
    display: inline-block;
}
.know-more-btn i{
    margin-left: 30px;
}
.know-more-btn:hover{
    background-color: #fabe4c;
    color: #313030;
}
.know-more-btn:hover i{
    margin-left: 32px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    
}
.video-sec {

    overflow: hidden;

    cursor: pointer;

    box-shadow: 0 7px 20px #767676;

	position: relative;

	margin-bottom: 30px;
    margin-top: 30px;

   }

  .video-sec img{

	  -webkit-transition: all 300ms ease-out;

    -moz-transition: all 300ms ease-out;

    -o-transition: all 300ms ease-out;

    -ms-transition: all 300ms ease-out;

    transition: all 300ms ease-out;

    max-width: 100%;

  }



.video-sec i {
    position: absolute;
    z-index: 999;
    color: #1a8bb3;
    font-size: 38px;
    /* top: 0; */
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.8);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 2.2;
    padding-left: 5px;
    text-align: center;
    margin: 0 auto;
}



.video-sec::before {

    content: "";

    background-color: rgba(0,0,0,0.4);

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    transition: all 1s ease;

    -webkit-transition: all 1s ease;

}
.video-sec:hover::before{
    opacity: 1;
}
.video-sec p {
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
}
.teeth-day.teeth-day-2 {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.teeth-day.teeth-day-3 {
   /* background-position: -44px 149px;*/
   background-position: -245px 100px ;
    background-repeat: no-repeat;
    background-size: 900px auto;
    background-color: #fff;
    position: relative;
}
.teeth-day.teeth-day-4 {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: relative;
}
.teeth-day.teeth-day-5 {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.teeth-overly {
    content: "";
    background-color: #000;
    background-image: linear-gradient(180deg, #ffffff 0%, #e9e2d8 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.teeth-gallery {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.teeth-gallery-inner img {
    max-width: 100%;
}

.teeth-gallery-inner {
   /* padding: 10px 10px;*/
   padding: 8px 3px 0px 0px;
}
.teeth-content.teeth-content-2 {
    border-bottom: inherit;
}

.teeth-content-main.teeth-content-main-2 {
    padding-bottom: 200px;
}
.our-patients ul li {
    padding: 4px;
}

.our-patients ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.our-patients ul li i {
    color: #e2b82d;
    font-size: 19px;
}
.our-patients {
    padding-left: 20px;
}
.modal.video-popup-main {
    z-index: 999999;
}
.video-popup.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.video-popup .modal-body {
position:relative;
padding:0px;
}
.video-popup .btn-close {
position:absolute;
right:-30px;
top:0;
}
.moretext {
    display: none;
  }
.about-content h2 {
    font-size: 38px;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #333333;
    font-family: var(--base-font);
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}
.about-content h2::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 42px;
    display: block;
    left: 0;
    background-color: #008cb7;
    top: 5px;
}
.video-sec.video-sec-2::before{
    content: inherit;
    box-shadow: inherit;
}
.video-sec.video-sec-2{
    content: inherit;
    box-shadow: inherit;
    margin-top: 0;
    margin-bottom: 10px;
    
}
.video-sec.video-sec-2 i {
    background-color: transparent;
    border: solid 3px #fff;
    color: #fff;
    font-size: 20px;
    line-height: 4;
  
}
section.about-experience {
    padding: 140px 0;
}
.about-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #656565;
    font-weight: 400;
}
a.moreless-button {
    color: #1a8bb3;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 17px;
    display: block;
}
.know-more-btn-2{
    border-radius: 0px;
    margin-top: 40px;
}
.dr-toback{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #1a8bb3;
    font-family: var(--base-font);
    padding: 0 15px;
}
.about-experience h3{
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #333333;
    font-family: var(--base-font);
    text-align: left;
    margin-top: 30px;
}
.about-experience h3 a{
    text-decoration: none;
    color: #1a8bb3;
}
.state-of-the{
    display: flex;
}
.state-of-the-img{
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
.state-of-the-content {
    width: 50%;
    display: flex;
    background-color: #e7e5e1;
    padding: 90px;
    flex-direction: column;
}
.state-of-the-content h3{
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #333333;
    font-family: var(--base-font);
    margin-bottom: 20px;
}
.state-of-the-content p{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #656565;
}
.undeniable-results-content{
    padding-right: 40px;
}
.undeniable-results-content h3{
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #333333;
    font-family: var(--base-font);
    margin-bottom: 20px;
}
.undeniable-results-content p{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #656565;
}
.undeniable-results .container{
    max-width: 1140px;
}
.undeniable-results-img img{
    width: 77%;
    max-width: 72%;
}
.undeniable-results{
    padding: 100px 0;
}
.video-review{
    width: 100%;
    padding: 90px 0 90px;
    background-color: rgba(201,195,187,0.25);
}
#owl-reviw .item{
   padding: 60px 0 80px;
}
.review-inner{
    -webkit-box-shadow: 0 20px 45px #2222226e;
    box-shadow: 0 20px 45px #2222226e;
    padding: 60px;
    background-color: #ffffff;
}
.review-inner .video-sec {
    margin-top: 0;
    box-shadow: inherit;
}
.review-inner .item-content > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.review-inner .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.125rem;
}
.review-inner .item-content h5{
    font-size: 18px;
    line-height: 1.2;
    color: #111111;
}
.review-inner .item-content h6{
    font-size: 17px;
    line-height: 1.2;
    color: #1a8bb3 !important;
    font-family: var(--base-font);
}
.review-inner .item-content .item-content-story{
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #656565;
}
.review-inner .item-content .item-content-logo{
    width: 170px;
}
.item-content-name {
    padding: 0 16px 0 0;
}
#owl-reviw .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#owl-reviw .owl-dots .owl-dot {
    opacity: 0.25;
    background: #000!important;
    cursor: pointer;
    border-radius: 50px;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
#owl-reviw .owl-dots .owl-dot.active {
    opacity: 0.75;
    background: #000!important;
}
.footer-sec{
    background-color: #fff;
    padding: 30px 0 0px;
}
.footer-content {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.footer-logo img {
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
}

.footer-logo {
    display: flex;
    margin-bottom: 0px;
    margin: 0 0  40px;
}
.footer-logo h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 40px;
}
.footer-content.footer-content-2 .footer-logo h2 {
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}
.footer-content.footer-content-2 .footer-list-ul li a{
    color: #fff;
}

.footer-content.footer-content-2 .footer-list-ul {
    text-align: center;
}

.footer-content.footer-content-2 .footer-list-ul li {
    color: #fff;
    margin-bottom: 15px;
    padding: 0 4px;
}
.footer-content.footer-content-2 .footer-list-ul li p strong {
    font-size: 19px;
    text-transform: capitalize;
}
.footer-logo h2 span{
    color: var(--primary-color);
}
.text-b i {
    color: #000;
    font-size: 17px;
}

.text-b {
    padding: 20px 0;
}
.footer-list-ul li {padding: 10px;color: #000;}
.footer-list-ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-list-ul li p strong {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-list-ul {
    text-align: left;
}
.footer-list-ul li a {
    color: #000;
    text-decoration: none;
}
.footer-list-ul li p {
    margin-bottom: 0;
}
.soc-icon {
    padding: 30px 0;
}
.soc-icon ul {
    list-style: none;
    /* max-width: 0; */
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.soc-icon ul li a {
    background-color: #ffffff;
    font-size: 15px;
    padding: 0.5em 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    color: #111111 !important;
    margin-right: 5px;
}
.soc-icon ul li a i{
    width: 1em;
    height: 1em;
    color: #111111 !important;
}
.tab-pills-custom .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(255,255,255, 0.35);
    padding: 40px;
}
.tab-pills-custom .accordion-item:not(:first-of-type){
   border-top: inset 1px rgba(255,255,255, 0.35);
}
.form-control.form-control-2 {
    background-color: rgba(255,255,255,0.14);
    border: 1px solid rgba(112, 112, 112, 0.25);
    color: #fff;
    border-radius: 0;
    height: 52px;
}
.form-select.form-control-2 {
    background-color: rgba(255,255,255,0.14);
    border: 1px solid rgba(112, 112, 112, 0.25);
    border-radius: 0;
    height: 52px;
    cursor: pointer;
    color: rgba(255,255,255,0.35);
}
.footer-content.footer-content-2 .footer-logo {
    text-align: center;
    justify-content: center;
}
.form-select.form-control-2 option {
    color: #000;
}
.footer-content.footer-content-2 i {
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
}
.form-select.form-control-2.form-txt-2{
    height: 120px !important;
}
textarea#your-message {
   min-height: 5.625rem;
}
.btn.submit-btn{
    width: auto !important;
    background: #1a8bb3 !important;
    border-radius: 32px;
    width: 100%;
    padding: 10px 30px;
    border: 1px solid rgba(112, 112, 112, 0.25);
    text-transform: uppercase;
    font-family: var(--base-font);
    font-family: inherit;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400 !important;
    margin: 0 auto;
    
}
.tab-pills-custom .accordion-item h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
.heading-tab-main h2{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: var(--base-font);
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
}
header.sticky {
    background: #f1f0ee;
    position: fixed;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(17, 17, 17, 0.1);
}

/* Navigtion Css Start */
.nav-menu .navsec .slide-out-menu .menu-panel.is-active {
    visibility: visible;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s;
    transform: translateX(0);
    z-index: 1;
    padding: 2.5rem 1.25rem 0;
}
.nav-menu .navsec .slide-out-menu .menu-panel {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
    top: 0;
    overflow-y: auto;
    background: #e9e2d8;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0.4s;
    visibility: hidden;
    transform: translateX(-410px);
    padding: 12.5rem 1.25rem 0;
    height: 100vh;
}
    .nav-menu .navsec .slide-out-menu .menu-panels button.menu-link {
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
    padding: 14px 20px;
    background: transparent;
    margin: 0;
    border: none;
}

.nav-menu .navsec .slide-out-menu .menu-panels button.menu-link svg {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 14px;
}
    .nav-menu:before {
    content: "";
    display: block;
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.2s, visibility 0ms linear 0.2s, z-index 0ms linear 0.2s;
}
.nav-menu.active:before {
    transition: opacity 0.2s, visibility 0ms;
    z-index: 5;
    opacity: 1;
    visibility: visible;
}
.nav-menu.active .navsec .slide-out-menu {
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0ms, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-menu .navsec .slide-out-menu {
    z-index: 9000;
    background: #f1f0ee;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 25.9375rem;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity 0.2s, visibility 0ms linear 0.2s, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(-290px, 0, 0);
    padding: 12.5rem 1.70rem 0;
    padding-top: 12.5rem;
}
.nav-menu .navsec .slide-out-menu div.menu-panels {
    overflow: hidden;
}
.nav-menu.active .navsec .slide-out-menu {
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0ms, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-menu .navsec .slide-out-menu .menu-panels ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu .navsec .slide-out-menu .menu-panels ul li {
    font-size: 1.1rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: var(--base-font);
    font-weight: 700;
}
.nav-menu .navsec .slide-out-menu .menu-panels button.menu-link {
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
    padding: 14px 20px;
    background: transparent;
    margin: 0;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.nav-menu .navsec .slide-out-menu .menu-panels button.menu-link:hover svg {
    padding-left: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.nav-menu .navsec .slide-out-menu .menu-panels button.menu-link svg.arrow-right {
    right: 10px;
}
.nav-menu .navsec .slide-out-menu .menu-panels button.menu-link svg {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 14px;
}
.nav-menu .navsec .slide-out-menu .menu-panels button.menu-link i {
    right: 10px;
    position: absolute;
    color: #008cb7;
}
.nav-menu .navsec .slide-out-menu .menu-panels ul li {
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.nav-menu .navsec .slide-out-menu .menu-panels ul li a {
    width: 100%;
    display: block;
    padding: 14px 20px;
    color: #000000;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}
.nav-menu .navsec .slide-out-menu .menu-panels button.menu-link.menu-header {
  text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#menu-toggle:after {
    position: absolute;
    top: 22px;
    display: block;
    height: 14px;
    width: 35px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
}
#menu-toggle:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 44px;
    display: block;
    height: 3px;
    width: 35px;
    background: #fff;
    content: '';
}
#menu-toggle{
    cursor: pointer;
  
}


/* about us page */
.page-banner-wrapper {
    position: relative;
  }
  
  .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .banner-content p,
  .banner-content h1 {
    color: #f4eddb;
	font-size:30px !important;
  }
  
  .banner-content h1 {
  }
  
  .page-banner-wrapper .banner-wrapper {
    overflow: hidden;
    position: relative;
    height: 703px;
  }
  
  .page-banner-wrapper .banner-wrapper::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  
  .page-banner-wrapper .banner-wrapper img {
    width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .page-banner-wrapper .banner-content .container,
  .page-banner-wrapper .banner-content .row {
    height: 100%;
  }
  
  .logo-wrapper {
    position: relative;
    margin-top: -160px;
  }
  
  .logo-wrapper .logo-inner {
    text-align: center;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .tags {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  .tags li {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  
  .tags li a {
    border: 1px solid #9b9faa;
    border-radius: 52px;
    padding: 8px 16px;
    font-weight: 400;
    display: block;
    line-height: 150%;
  }
  .btn-f {
    background-color: var(--primary-color) !important;
    border-color: #008cb7 !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 14px 34px;
    border-radius: 3px;
    text-decoration: none;
}
  
.about-wrapper {
    padding: 120px 0;
    background-color: rgba(201,195,187,0.25);
}
.about-item-content h2{
    font-size: 42px;
}
.about-boxes > div {
    padding: 10px 18px 14px;
    background:var(--primary-color);
    border-radius: 8px;
    color: #fff;
}
.about-boxes > div .test-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
}
.about-boxes > div .title {
    font-size: 24px;
    margin-bottom: 8px;
}
ul.disc-list {
    list-style: disc;
    padding-left: 24px;
}
ul.disc-list li {
    list-style: disc;
}
.image-gr{
    padding: 120px 0;
    background-color: rgba(201,195,187,0.25);
}
.testimonial-wrapper .slick-testimonial .slick-slide {
    padding: 0 10px;
  }
  
  .testimonial-wrapper .slick-inner {
    padding: 20px 30px;
    background: #f4eddb;
    border-radius: 8px;
  }
  
  .testimonial-wrapper .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .testimonial-wrapper .title .reviews-sec {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #3e465d;
    text-align: right;
    opacity: 0.5;
  }
  
  .testimonial-wrapper .title .reviews-sec ul {
    display: flex;
  }
  
  .testimonial-wrapper .title .reviews-sec ul li {
    font-size: 18px;
    margin-left: 2px;
    color: orange;
  }
  
  .testimonial-wrapper .title h5 {
    font-weight: 400;
    color: #3e465d;
    font-size: 24px;
    line-height: 150%;
  }
  
  .testimonial-wrapper .slick-inner .test-desc {
    color: #3e465d;
    opacity: 0.5;
  }
  
.testimonial-wrapper .slick-dots {
    display: flex;
    padding: 0 10px;
    bottom: -54px;
  }
  
  .testimonial-wrapper .slick-dots li {
    flex: 1;
    margin: 0;
  }
  
  .testimonial-wrapper .slick-dots li button {
    width: 100%;
    padding: 0;
    background: #3e465d;
    opacity: 0.1;
    height: 3px;
  }
  
  .testimonial-wrapper .slick-dots li.slick-active button {
    opacity: 1;
  }
  
  .contact-form .form-control.form-control-2 {
        border: 1px solid rgba(62, 70, 93, 0.2);
        border-radius: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #0c2371;
        padding: 18px 25px;
        box-shadow: none;
        outline: 0;
        background-color: transparent;
    }
    .contact-form textarea.form-control {
        height: 184px;
    }
    button.know-more-btn.know-more-btn-2.w-100 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .testimonial-wrapper {
        padding: 100px 0;
    }
    .testimonial-wrapper h2{
        font-family: var(--base-font);
        text-align: center;
        font-weight: 600;
    }

/* 
.footer-content.p-5 {
    position: relative;
}
.footer-content.p-5 img {
    width: 100%;
    position: absolute;
    left: 3px;
    top: -19%;
} */
.contact-wrapper.mb-170 {
    padding-bottom: 100px;
}
.footer-content img{
    width: 100%;
}
.map-footer{
    border-left: solid 3px var(--primary-color);
    margin-top: 12.7%;
}
  
  .beforeAfter img {
    max-width: none;
    height: inherit !important;
  }
  
  .beforeAfter {
    width: 100%;
    display: inline-block;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    border: solid 5px #e9e2d8;
}
.beforeAfter i {
    /* position: absolute; */
    top: 11px;
    left: 7px;
    /* font-size: 40px; */
    border-width: 0px 3px 3px 0px !important;
    margin: 11px 0 10px 0;
}

.beforeAfter i:last-child {
    border-width: 3px 0px 0px 3px !important;
    right: 0;
    /* top: 51px; */
}

.tab-sec .collapse:not(.show) {
    display: block;
}
.nav-pills-custom .nav-link {
        color: #aaa;
    background: transparent;
    border: 1px solid rgba(255,255,255, 0.35);
    width: 100%;
    display: block;
    padding: 25px;
    }
    
    .nav-pills-custom .nav-link.active {
        color: #fff;
        background-color: #008cb7;
    }
    .row.new-tab .col-md-3 {
    padding: 0;
}
.row.new-tab .col-md-9{
    padding: 0;
}


.nav-pills-custom {
    display: inherit !important;
}
.footer-main{
    background-color: #000;
    padding: 60px 0;
}
@media screen and (max-width: 479px) {
    .contact-numbers {
        display: none;
    }
    
    .contact-rgt {
        display: none;
    }
    
    .main-logo {
        flex-basis: 100%;
        margin: 0;
    }
    
    .list-contact {
        justify-content: center;
    }
    #menu-toggle{
        top: 0;
    }
    .nav-menu .navsec .slide-out-menu{
        padding: 2.5rem 1.70rem 0;
        padding-top: 2.5rem;
    }
    .accordion-item .collapse:not(.show) {
        display: block;
    }
    .state-of-the-img {
        width: 100%;
        height: 250px;
    }
    
    .state-of-the-content {
        width: 100%;
        padding: 25px;
    }
    section.state-of-the {
        flex-direction: column;
    }
    .page-banner-wrapper .banner-wrapper {
        height: 540px;
    }
    .banner-content h1 {
        font-size: 38px !important;
        }
}
@media screen and (min-width: 480px) and (max-width: 639px){
    .contact-numbers {
        display: none;
    }
    
    .contact-rgt {
        display: none;
    }
    
    .main-logo {
        flex-basis: 100%;
        margin: 0;
    }
    
    .list-contact {
        justify-content: center;
    }
    #menu-toggle{
        top: 0;
    }
    .nav-menu .navsec .slide-out-menu{
        padding: 2.5rem 1.70rem 0;
        padding-top: 2.5rem;
    }
    .accordion-item .collapse:not(.show) {
        display: block;
    }
    .state-of-the-img {
        width: 100%;
        height: 250px;
    }
    
    .state-of-the-content {
        width: 100%;
        padding: 25px;
    }
    section.state-of-the {
        flex-direction: column;
    }
    .page-banner-wrapper .banner-wrapper {
        height: 540px;
    }
    .banner-content h1 {
        font-size: 38px !important;
        }
}