/*
* Theme Name: Tip Top Dental
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/  

/*@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&display=swap');
/*@font-face {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-Black.ttf) format('truetype');
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-Bold.ttf) format('truetype');
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-ExtraBold.ttf) format('truetype');
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-ExtraLight.ttf) format('truetype');
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-Light.ttf) format('truetype');
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-Medium.ttf) format('truetype');
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-Regular.ttf) format('truetype');
    src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/Poppins-SemiBold.ttf) format('truetype');
}*/
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Minion Pro Regular';
font-style: normal;
src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/MinionPro-Regular.woff) format('woff');
src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/MinionPro-Medium.woff) format('woff');
src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/MinionPro-Semibold.woff) format('woff');
src:url(/wp-content/themes/ns-tiptopdental/fonts/minion-pro/MinionPro-Bold.woff) format('woff');
}    
body{
    color: #333333;
    margin:0 auto;   
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
    transition: 0.5s ease;
}
h1, h2, h3,h4,h5,h6{    
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Merriweather', serif;
}
p{
    margin : 0px 0px 0px;
}
.just{
    text-align: justify;
}
.pg-section1{
    background: #f5f5f5;
    padding: 35px 35px;
    border-top: 2px solid #071982;
    margin-bottom: 30px;
}
.nopadding{
    padding:auto 0px;
}
.allcontent_page{
    padding-bottom: 40px;
}
.sidebar-faq{
    padding-top: 30px;
}
header{
    background: #222b36;
    padding: 10px 0px 0px;
}
.fixed-header {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.hd-line{
    margin-top: 25px;
    margin-bottom: 0px;
    border-top: 1px solid #888c8e;
}
.logo{
    padding-top: 15px;
}
.hd-top{
    padding-top: 15px;
    padding-bottom: 15px;
}
.hd-topleft{
    text-align: right;
    padding-top: 2px;
}
.hd-topleft a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
/*.hd-topleft a:hover{
    color: #071982;
}*/
/*.btn-hd-topright{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase; 
    float: right;   
}
.btn-hd-topright{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}*/
.book-now-btn{
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #fff;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fdb514;
    z-index:10;
    color: #fff;
    padding: 10px 20px;
}
.btn-hd-topright{
    float: right;
    text-transform: uppercase!important;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #fff;
	font-size: 16px;
    border-radius:50px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;    
}
.btn-sec4{
    background: #fdb514;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-top: 50px;
    padding: 12px 40px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
.btn-hd-topright:hover,.btn-sec4:hover,.book-now-btn:hover{
    border: 1px solid #fdb514;
    color: #fff!important;
}
.btn-hd-topright:focus,.btn-hd-topright:visited{
    color: #fdb514!important;
    outline: 0px!important;
    outline-offset: 0px;
}
.btn-hd-topright::before,.btn-sec4::before,.book-now-btn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #071982;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgba(0,0,0,.6);
} 
.btn-hd-topright::after,.btn-sec4::after,.book-now-btn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fdb514;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-hd-topright:hover::before,.btn-sec4:hover::before,.book-now-btn:hover::before{
    opacity:1;
    width: 116%;
}
.btn-hd-topright:hover::after,.btn-sec4:hover::after,.book-now-btn:hover::after{
    opacity:1;
    width: 120%;
}
.sec1-col-img{    
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.sec1-col-img:before{
    content: "";
    /*border: 2px solid #fff;*/
    /*box-shadow: 0 0 25px rgba(0,0,0,0.3);*/
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,0,1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .35s;
}
.sec1-col-img:hover:before{
    opacity: 1;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,1,1);
}
.sec1-col-img img{
    width: 100%;
    height: auto;
    transform: translate3d(0,0,0) scale(1);
    transition: all 0.5s ease 0s;
}
.sec1-col-img:hover img{
    opacity: 0.8;
    transform: translate3d(-12px,0,0) scale(1.1) rotate(3deg);
}
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 0px;
    border: 0px;
}
.navbar-collapse{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-nav>li>a {
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
}
.navbar-nav>li:first-child>a{
    padding-left: 0px;
}
.navbar-nav>li:last-child>a{
    padding-right: 0px;
}
.navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar-nav>li>a:active,.navbar-nav>li.active>a{
    background: none;
    color: #fdb514;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: none;
    color: #fdb514;
}
.dropdown-menu{
    padding: 0px;
    border: 0px;
    background: #ddd;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #fdb514;
    outline: 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 9px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 15px;
}
.slider-text{
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    line-height: 70px;
    color: #fdb514;
}
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 20%!important;
    background: transparent!important;
    color: #fff;
    opacity: 1!important;
}
.section1{
    padding-top: 90px;
}
.sec1-left h4{
    font-size: 27px;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    font-style: italic;
    color: #fdb514;
}
.sec1-left h3{
    font-size: 35px;
    color: #262626;
    text-align: center;
    padding-bottom: 45px;
    font-weight: 800;
}
.sec1-right-inner{
    text-align: center;
    border-left: 1px solid #fdb514;
    border-right: 1px solid #fdb514;
}
.sec-text{
    width: 80%;
    text-align: center;
    margin: 0px auto;
    font-size: 17px;
    font-weight: 600;
    line-height: 33px;
}
.sec-text p{
    padding-bottom: 25px;
}
.sec-text .btn-sec4{
    text-transform: initial!important;
    letter-spacing: 1px;
    margin-top: 30px;
}
.section2{
    background: url(/wp-content/uploads/2021/09/section2-newbg.jpg)no-repeat;
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: top center;
}
.sec2-left{
    position: absolute;
    top: -200px;
    left: 53px;
}
.sec2-right p{
    width: 55%;
    color: #fff;
}
.sec2-right h3{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    padding-bottom: 40px;
}
.owl-dots{
    display: none;
}
.section2 .owl-carousel .owl-nav button.owl-prev {
    top: 80px;
    position: absolute;
    left: -55px;
}
.section2 .owl-carousel .owl-nav button.owl-next {
    top: 80px;
    position: absolute;
    right: -25px;
}
.section2 .owl-theme .owl-nav [class*=owl-] span {
    font-size: 175px;
    position: absolute;
    color: #fdb514;
    font-weight: 100;
	top: -72px;
}
.section2 .item h4{    
    padding: 20px 0px;
    font-size: 22px;
    font-weight: bold;
}
.section2 .item h4 a{
    color: #fdb514;
}
.section2 .item .btn {
    border-radius: 50px;
    width: 48%;
    background: #fdb514;
    margin-top: 30px;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    font-family: 'Merriweather', serif;
    letter-spacing: 1px;
}
/*.book-button {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}*/
.section3{
    background: url(/wp-content/uploads/2021/09/faq-bg.jpg)no-repeat;
    background-size: cover;
    padding: 0px 0px 75px;
}
.hm-line1{
    margin-top: 0px;
    border-top: 1px solid #ddddde2e;
}
.hm-title2{
    text-align: center;
    padding: 25px 0px 60px;
    color: #fdb514;
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
}
.section3 .hm-title2{
    color: #fff;
}
.sec3-col{
    text-align: center;
}
.sec3-col img{
    border-radius: 50%;
    text-align: center;
    border: 2px dotted #fff;
    padding: 5px;
    margin-bottom: 35px;
    width: 270px;
    height: 270px;
    transform: translate3d(0,0,0) scale(1);
    transition: all 0.5s ease 0s;
}
.sec3-col:hover img{
    opacity: 0.8;
    transform: translate3d(-12px,0,0) scale(1.1) rotate(3deg);
}
.sec3-col h4{
    font-style: italic;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Minion Pro Regular';
}
.section4{
    padding:80px 0px;
}
.sec4-left{
    padding-top: 90px;
}
.sec4-left h3{
    color: #fdb514;
    font-size: 40px;
    text-align: left;
    padding-bottom: 40px;
    font-weight: 600;
    font-style: italic;
}
.sec4-right{
    padding-left: 70px;
}

footer{
    background: url(/wp-content/uploads/2021/08/footer-bg-new.jpg)no-repeat;
    padding: 85px 0px 20px;
    background-size: auto;
    background-position: top center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
footer h3{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 50px;
}
footer h3 span{
    font-style: italic;
}
.ft-row h4{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 7px;
    font-family: 'Catamaran', sans-serif;
}
.ft-row p{
    font-size: 17px;
}
.ft-row a,.ft-row2 a{
    color: #fff;
}
.ft-row a:hover,.ft-row2 a:hover{
    color: #fdb514;
}
.ft-row2{
    padding-top: 40px;
    font-family: 'Merriweather', serif;
    font-size: 14px;
}
#go-top{
    width: 35px;
    height: 40px;
    border-radius: 0px;
    background-color: #fdb514;
    color: #071982;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: fixed;
    right: 0px;
    bottom: 80px;
}
#go-top i {
    padding: 10px;
}
.greenup {
    width: 35px;
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    background: #222b36;
    display: block;
    height: auto;
    color: #fdb514;
}
/*banner*/
.bannerimage{
    /*background: linear-gradient(#181818,#fdb514);*/
    background: #104099;
}
.bann{
    min-height: 380px;
    background-attachment: fixed;    
    background-position: 50% -75px;
}
/*.bannerimage img{
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
}*/
.bannerbreadcrumb{
    color: #fff;
    width: 100%;
    position: relative;
    top: -40px;
    background: #222b36;
    padding: 15px 15px 10px;
}
.bannerbreadcrumb h1{
    color:#fdb514;
}
.bannerbreadcrumb a{
    color:#e6e3e3;
    /*text-transform: uppercase;*/
    font-weight: 600;
}
.bannerbreadcrumb h1 {
    color: #e6e3e3;
    margin: 0px 0px 0px 20px;
    font-weight: 600;
    font-size: 26px;
}
.allcontent_page ul{
    list-style: none;
    padding-left:0px;
}
.allcontent_page ul li{
    font-size: 15px;
    position: relative;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
/*     display: flex; */
}
.allcontent_page ul li:before{
    content:"\f101";
    display:inline;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    color:#fdb514;
    font-weight: 600;
    font-size: 16px;
}
.allcontent_page h3{
    font-size: 22px;
    color:#fdb514;
    font-weight: 600;
    margin-bottom: 30px;
}
hr {
    margin-top: 30px;
    margin-bottom: 40px;
    border-top: 1px dotted #1e1d1d40;
}

.mm-navbar {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 15px;
}
.mm-menu-footer a i{
    padding-right: 10px;
}
/******************/
/*FAQs*/
.faqtitle {
    font-size: 19px !important;
    margin-bottom: 10px !important;
    margin-top: 30px;
}
.faqicon {
    width: auto;
    /* height: 125px; */
    /* background: #fdb514; */
    /* background-image: linear-gradient(to top right, rgb(96, 147, 227), rgb(18, 68, 161)); */
    margin-top: 30px;
    padding: 15px 5px;
    padding-top: 18px;
    /* border-radius: 5px; */
    box-shadow: 1px 2px 5px #eee;
    border-radius: 5px;
    border: 1px solid #eee;
    transition: 0.5s ease;
}
.faqicon img{
    margin:0px auto;
/*    filter: drop-shadow(2px 2px 5px #1e1d1d);
*/}
.faqicon:hover{
    opacity: 0.8;
    transform: translate3d(12px,6px,6px) scale(1.1) rotate(-3deg);
}
.faqtext {
    color: #1e1d1d;
    text-align: justify;
}
.faqlink{
    margin-bottom: 5px;
    overflow: hidden;
    background: #071982;
    display: block;
    padding: 15px 10px;
}
.listfaq {
    color: #fdb514;
    font-size: 15px;
    line-height: 22px;
}
.bi.bi-chevron-double-right {
    font-size: 11px;
    font-weight: bolder;
    padding-right: 5px;
    color: white;
}
.faqlink:hover .listfaq,.faqlink:focus .listfaq,.faqlink:active .listfaq,
.faqlink:hover .bi.bi-chevron-double-right,.faqlink:focus .bi.bi-chevron-double-right,
.faqlink:active .bi.bi-chevron-double-right{
   color:#fdb514;
}
/**************Contact Us***********************/
.form-horizontal {
    position:relative;
    margin:20px auto;
    width:80%;
    border:1px solid #ccc;
    padding:45px 40px;
}
.mailflex{
    margin-bottom: 15px;
    display: flex;
}
.mailform {
    width: 80%;
}
.maillabel {
    width: 90px;
}
label {
    font-weight: 500;
    font-size: 15px;
    color: #fdb514;
}
.form-control{
    height: 45px;
}
.form-horizontal .heading,.contact_section h3 {
    position: absolute;
    top: -25px;
    border: 1px solid #ccc;
    padding: 12px 20px;
    background: white;
    left: 30px;
    color: #fdb514;
    font-size: 22px;
    border-radius: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact_section{
    padding: 40px 20px 30px;
    width: 80%;
    margin: 20px auto;
    margin-bottom: 70px;
    border: 1px solid #ccc;
    position: relative;
}
.addressflex {
    display: flex;
}
.addressicon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fdb514;
    margin-right: 15px;
    background: #071982;
    padding-top: 5px;
    border-radius: 50%;
}
.addressicon .fa.fa-volume-control-phone {
    transform: rotate(-40deg);
}
.addresstext{
    padding-top: 15px;
}
.addresstext p,.addresstext a {
    font-size: 16px;
    color: #1e1d1d;
}
/*******************/
/* Pagination */

ul.page-numbers{
	padding-left: 0px;
}	
ul.page-numbers li{
	float: left;
	height: 35px;
	width: 35px;
	list-style: none;
	line-height: 35px;
	text-align: center;
	padding: 0px;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);	
}
ul.page-numbers li span.current{
	color: #000;
	font-size: 16px;
}
.content-img img{
	width: 100%;
	height: auto;
}
/* 404 error */
.error img {
    position: relative;
    margin: 0 auto;
}
.back-home-wrap p {
    font-size: 21px;
	margin-top:50px;
}
.back-home-wrap {
    text-align: center;
    left: 0;
    right: 0;
}
.error {
    height: 400px;
}
.back-home {
    margin-top: 14px;
    border-radius: 0;
}
.medium{
	display: none;
}
/* Breadcrumb */

#breadcrumbs {list-style-type: none;float: right;margin:6px 0px;}
#breadcrumbs li{display: inline-block; font-size: 16px;padding:0px 8px;}
.item-current strong{
    font-weight: 600;
}
/*********************** Widget ******************/
.mywidget h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.widget-title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.widget ul li a {
    color: #333;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
.widget ul li a::before {
    content: '';
    position: absolute;
    border: 1px solid #ec2329;
    bottom: 0;
    width: 53px;
}
.widget ul li a:hover::before {
    content: '';
    position: absolute;
    border: 1px solid #ec2329;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .3s ease;
}
.widget ul li a:hover,
.widget ul li a:focus{
    color:#ec2329;
    text-decoration: none;
    outline: none;
}
.widget ul{
    padding-left:0;
    list-style-type: none;
}
.sidebar {
    margin-top: 30px;
}
.about1-right img{
	margin: 0px 20px auto;
    box-shadow: 4px 2px 5px #999;
}
.insure-box{
	width: 80%;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #ddd;
    background: #d4bb6b;
    min-height: 500px;
    padding: 50px 40px;
    border-radius: 10px;
}
.insure-box h2{
	color: #9e8011;
    font-size: 43px;
    padding-top: 25px;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.insure-box p{
	font-size: 20px;
    padding-bottom: 35px;
}
.insure-title1{
	font-size: 26px;
    margin: 0px auto;
    line-height: 37px;
    padding-bottom: 70px;
    padding-top: 30px;
}
.insure-title2{
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 37px;
    padding-bottom: 35px;
}
.btn-insure{
	background: #9e8011;
    width: 150px;
    border-radius: 50px;
    padding: 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ddd;
}
@media(max-width: 1200px){
.navbar-nav>li>a{
    padding: 15px 30px;
} 
.addicon{
    padding:5px 15px;
} 
.bann{
    min-height: 280px;
    background-size: cover!important;
} 
.section2 .owl-carousel .owl-nav button.owl-prev{
    left: -17px;
}
.section2 .owl-carousel .owl-nav button.owl-next {
    right: 13px;
}
}
@media(max-width: 1024px){
.sec-text{
    width: 100%;
    line-height: 30px;
}   
.sec-text p {
    padding-bottom: 10px;
}
.section2 .owl-carousel .owl-nav button.owl-prev,.section2 .owl-carousel .owl-nav button.owl-next {
    top: 55px;
} 
.section2 .item .btn{
	font-size: 11px;
}
.section2 .item h4{
	font-size: 19px;
}
.medium{
	display: block;
	text-align: center;
}
.large{
	display: none;
}
.bannerbreadcrumb h1{
	font-size: 19px;
	padding-top: 8px;
}
.sidebar-faq{
	display: none;
}
}
@media(max-width: 992px){
.medium img{
	width: 70%;
	height: auto;
	padding: 15px 0px 25px;
	margin: 0px auto;
}
.logo{
    padding-top: 10px;
}  
.navbar-nav>li>a{
    padding: 13px 25px;
    font-size: 15px;
} 
.slider-text {
    font-size: 40px;
    line-height: 50px;
}
.nivo-caption {
    bottom: 20%!important;
} 
.section1 {
    padding-top: 55px;
}
.sec1-text {
    width: 100%;
    padding-bottom: 50px;
}
.section2 {
    padding-top: 40px;
} 
.sec2-right p {
    width: 100%;
} 
.sec2-right h3{
    padding-bottom: 25px;
}
.sec4-left {
    padding-top: 40px;
}
.sec2-left{
    top: -165px;
}
.bann{
    min-height: 200px;
    background-size: cover!important;
}
footer{
    padding: 50px 0px 15px;
    min-height: auto;
}
.ft-row {
    padding-bottom: 15px;
}
.ft-row2{
    padding-top: 0px;
}
.sec4-left h3,footer h3{
    font-size: 30px;
}
.hm-title2{
    font-size: 30px;
    padding: 25px 0px 40px;
}
.sec3-col img{
    width: 195px;
    height: 200px;
    margin-bottom: 15px;
}
.sec3-col h4{
    font-size: 25px;
}
.section3{
    padding: 0px 0px 45px;
    background-position: center;
}
.sec1-left h3 {
    font-size: 30px;
    padding-bottom: 25px;
}
.sec-text .btn-sec4 {
    margin-top: 15px;
}
.btn-sec4{
    padding: 10px 35px;
}
.section2 .item h4{
    font-size: 20px;
}
.ft-row h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
footer{
    font-size: 14px;
}
.about1-right img{
	margin: 0px auto;
    padding-top: 15px;
}
.mb30 {
    margin-bottom: 15px;
}
.ven-2-img img{
	margin:0px auto;
	padding: 15px 0px;
}
}
@media(max-width: 767px){
.logo{
    padding-top: 0px;
    width: 30%;
    float: left;
}
.hd-line{
    display: none;
}
.menu{
    width: 70%;
    float: right;
}
.hd-top {
    padding-top: 5px;
}
.navbar-toggle{
    background: #fff;
    margin-right: 0px!important;
}
.navbar-toggle .icon-bar{
    background: #1e1d1d;
}
.sec1-left h3,.hm-title2,.sec2-right h3,.sec2-right h3,.sec4-left h3{
    font-size: 40px;
}
.hm-title2{
    padding: 0px 0px 35px;
}
.sec1-col{
    width: 50%;
    float: left;
}
.sec2-left{
    position: relative;
}
.sec2-left {
    left: 0px;
    top: -75px;
}
.sec2-left-outer{
    width: 40%;
    float: left;
}
.sec2-right-outer{
    width: 60%;
    float: right;
}
.section2{
    margin-top: 80px;
    padding-top: 45px;
}
.sec3-col img{
    margin-bottom: 15px;
}
.sec3-col h4{
    margin-bottom: 20px;
}
.sec4-left h3{
    padding-bottom: 20px;
}
.btn-sec4{
    margin-top: 25px;
}
.sec4-left{
    width: 60%;
    float: left;
}
.sec4-right{
    width: 40%;
    float: right;
}
footer {
    padding: 35px 0px 25px;
    background-position: center;
}
.ft-1 h3{
    padding-bottom: 15px;
}
.ft-2, .ft-3 {
    padding-top: 20px;
}
.addicon{
    margin-bottom: 10px;
}
.bannerbreadcrumb h1{
    display: none;
}
.section4 {
    padding: 50px 0px;
}
.sec4-right {
    padding-left: 0px;
}
.sec-text .btn-sec4 {
    margin-top: 15px;
    margin-bottom: 25px;
}
.sec1-right-inner{
    border: 1px solid #fdb514;
    padding: 40px;
}
}
@media (max-width: 768px){
.contact_section h3{
    margin-top: 0px!important;
}
.allcontent_page h3 {
    margin-bottom: 15px;
    margin-top: 25px;
}
.pg-section1{
    padding: 10px 25px;
}
.btn-yellow{
    background: #fdb514;
    color: #071982;
    border-radius: 50px;
    width: 120px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.btn-dark{
    background: #071982;
    color: #fdb514;
    border-radius: 50px;
    width: 120px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
footer h3 {
    padding-bottom: 30px;
}
.ft-row h4{
    font-size: 17px;
    font-weight: 300;
}
}
@media(max-width: 600px){
.sec2-left {
    left: 0px;
    top: -80px;
}
.sec4-right {
    margin-top: 40px;
}
}
@media(max-width:500px){
.sec2-left-outer {
    width: 50%;
    float: left;
}
.sec2-right-outer {
    width: 50%;
    float: right;
}
.sec1-left h3, .hm-title2, .sec2-right h3, .sec2-right h3, .sec4-left h3 {
    font-size: 30px;
}
.sec1-col h3 {
    text-align: center;
    color: #fdb514;
    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 13px;
}
.sec3-col h4{
    font-size: 24px;
}
.sec1-col a{
    padding-top: 5px;
    padding-bottom: 15px;
}
.section2 {
    margin-top: 30px;
    padding-top: 45px;
}
.contact_section,.form-horizontal{
    width: 90%;
}
.form-horizontal{
    padding: 45px 20px;
}
.bann{
    min-height: 150px;
}
footer h3{
    font-size: 30px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0px auto;
}
.section2 .owl-carousel .owl-nav button.owl-prev, .section2 .owl-carousel .owl-nav button.owl-next {
    top: -10px;
}
.sec4-left {
    padding-top: 0px;
    width: 100%;
}
.sec4-right{
    display: none;
}
.section2 .item .btn{
    margin-top: 15px;
}
.ft-row2{
    font-size: 11px;
}
.section2 .item{
    text-align: center;
}
}
@media(max-width: 426px){
.section1{
    background: none;
}
.logo {
    padding-top: 0px;
    width: 100%;
    float: none;
    text-align: center;
}
.menu {
    width: 100%;
    float: none;
}
.hd-top {
    padding-top: 0px;
    overflow: hidden;
}
.mb-menu{
    background: #fdb514;
}
header {
    padding: 5px 0px 0px;
}
.navbar-toggle {
    background: transparent;
    margin-right: 0px!important;
    margin-top: 3px;
    margin-bottom: 3px;
}
.hd-topleft {
    text-align: center;
    padding-top: 5px;
}
.hd-topright{
    text-align: center;
}
.btn-hd-topright{
    float: none;
}
.sec2-left-outer {
    width: 100%;
    float: none;
}
.sec2-left {
    left: 0px;
    top: -80px;
    width: 80%;
    margin: 0px auto;
}
.sec2-right-outer {
    width: 100%;
    float: right;
}
.sec2-left{
    top: 0px;
}
.section2 {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 26px;
}
.sec2-right h3 {
    padding-bottom: 15px;
    padding-top: 10px;
}
.sec1-col p {
    text-align: center;
    font-size: 13px;
    min-height: 100px;
}
.sec4-left {
    width: 100%;
    float: none;
}
.sec4-right {
    display: none;
}
.section3 {
    padding: 0px 0px 25px;
}
.slider-text {
    font-size: 20px;
    line-height: 23px;
}
.form-horizontal .heading, .contact_section h3 {
    padding: 12px 12px;
    background: white;
    font-size: 20px;
}
.sec1-col{
    width: 100%;
}
.sec1-col-img img{
    width: auto;
}
.sec1-col p{
    min-height: auto;
}
.bannerbreadcrumb h1,.sidebar-faq{
    display: none;
}
.bannerbreadcrumb {
    color: white;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0px 5px;
    top: 0px;
}
.faq-right{
    padding-left: 0px;
}
.faqtext {
    line-height: 21px;
    font-size: 14px;
}
#breadcrumbs {
    padding-left: 0px;
}
.bannerimage img{
    min-height: 135px;
}
.mailform {
    width: 90%;
}
.book-now-btn{
    width: 100px;
    margin: 0px 38% auto;
    text-align: center; 
}
.form-group {
    margin-bottom: 0px;
}
.section2 .item .btn,.btn-sec4{
   /* padding: 7px 30px;*/
    text-transform: none;
}
.section2 .owl-theme .owl-nav [class*=owl-] span {
    top: 30px;
    font-size: 151px;
}
}
@media(max-width: 375px){
.bannerimage img {
    min-height: 130px;
}
.book-now-btn{
    width: 100px;
    margin: 0px 30% auto;
    text-align: center; 
}
.sec1-left h3, .hm-title2, .sec2-right h3, .sec2-right h3, .sec4-left h3,footer h3{
    font-size: 27px;
}
}

/* crowns and bridegs style */
.crowns-and-bridges .styletitle:before{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #fdb514;
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
}
.crowns-and-bridges .styletitle{
    background: #fff;
    border-radius: 30px;
    padding-left: 10px;
    height: 30px;
    align-items: center;
    display: flex;
    /* justify-content: center; */
    margin-left: 15px;
}
.text-justify{
    text-align: justify;
}
.crowns-and-bridges .first p{
    text-align: center;
}
.mb30{
    margin-bottom:30px;
}
.crowns-and-bridges .division .divimg{
    margin-bottom: -20px;
    background: #f6faff;
    /* padding: 0px 20px; */
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crowns-and-bridges .division{
    text-align: center;
    border-bottom: 2px solid #fdb514;
    margin-top: -60px;
}
.crowns-and-bridges .customcare{
  
    background: #f6faff;
    margin-top: 70px;
    padding-bottom: 50px;

}

/* about us page */

.aboutus .pre{
    position: relative; background: rgb(225 225 225 / 85%); padding: 20px;
}
.aboutus  .pjus{
    text-align: justify;
}
.aboutus .bgpos{
    position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: url('http://beta25.netscriper.net/wp-content/uploads/2021/08/slider1.jpg') no-repeat bottom center; z-index: -1;
}
.social-link {
    margin-top: 18px;
}
.social-link .fab {
    background-color: #fdb514;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    font-size: 21px;
    margin-left: 10px;
    margin-right: 10px;
}
.google-cap {
    margin-left: 13px;
}