@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Open Sans', sans-serif
}


/* grid */
/* quick grid */
#gallery .container{
    width: 93%;
    margin: auto;
  }
  #gallery .container:nth-last-child(1){
        margin-top: 4rem;
  }

  #gallery .container h1::before{
    content: '';
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
  }
  /* Bootstrap-style columns */
  #gallery .column {
    position: relative;
    float: left;
    min-height: 1px;
    width: 25%;
    padding-left: 4px;
    padding-right: 4px;
    
    /* Space between tiles */
    margin-top: 8px;
  }
  
  #gallery .col-span {
    width: 50%;
  }
  
  #gallery .my-sizer-element {
    width: 8.33333%;
  }
  
  /* default styles so shuffle doesn't have to set them (it will if they're missing) */
  #gallery .my-shuffle {
    position: relative;
    overflow: hidden;
  }
  
  /* Ensure images take up the same space when they load */
  /* https://vestride.github.io/Shuffle/images */
  #gallery .aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }
  
  #gallery .aspect__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  #gallery .aspect--16x9 {
    padding-bottom: 56.25%;
  }
  
  #gallery .aspect--9x80 {
    padding-bottom: calc(112.5% + 8px);
  }
  
  #gallery .aspect--32x9 {
    padding-bottom: calc(28.125% - 3px);
  }
  
  #gallery img {
    display: block;
    width: 100%;
    
    max-width: none;
    height: 100%;
    object-fit: cover;
  }
  
  /* Small reset */
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }
  
  #gallery figure {
    margin: 0;
    padding: 0;
  }
/* grid */


::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

html,
body {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 100%;
    background: #fff
}

a:hover {
    text-decoration: none
}

input[type="button"],
input[type="submit"],
li.parallelogram {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin: 0;
    font-family: 'Open Sans', sans-serif!important;
    color: #555;
    font-size: .9em
}

ul {
    margin: 0;
    padding: 0
}

label {
    margin: 0
}

.header-strip {
    padding: .3em 0 .3em 0;
    background: #222;
    border-top: 1px solid
}

p.phonenum {
    float: left;
    color: #9fa1a9;
    font-size: .875em;
    margin-left: 10px;
    margin-top: 13px
}

span.glyphicon.glyphicon-earphone,
span.glyphicon.glyphicon-map-marker {
    margin-right: 5px;
    font-size: 11px
}

.social-icons {
    float: right;
    margin-top: 3px
}

.social-icons i {
    width: 36px;
    height: 36px;
    background: #3b5999 url(../images/img-sprite.png) no-repeat 0 0;
    display: inline-block
}

.social-icons a i:hover {
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -mz-border-radius: 50%;
    ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all
}

.social-icons ul li {
    display: inline-block;
    margin-right: 3px
}

a i.facebook {
    background: #3b5999 url(../images/img-sprite.png) no-repeat 4px -28px
}

a i.twitter {
    background: #55acee url(../images/img-sprite.png) no-repeat 5px 5px
}

a i.google-plus {
    background: #dd4b39 url(../images/img-sprite.png) no-repeat 4px -59px
}

a i.dribble {
    background: #e74c88 url(../images/img-sprite.png) no-repeat 5px -93px
}

.banner {
    background: url(../images/banner.jpg) no-repeat 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 800px;
    position: relative
}

.heading-ortho h1 {
    font-size: 25px;
    font-weight: 600;
    padding: 20px;
}
.down {
    position: absolute;
    left: 46%;
    top: 92%
}

.header-middle input[type="search"] {
    outline: none;
    border: none;
    width: 100%;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border-right: 1px solid #eee;
    background: #fff
}

.marquee {
    font-weight: 600;
    color: #c61970;
    margin-top: 10px;
}

.social-widget {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.facebook-widget iframe{
    width: 100%;
}

.insta-widget {
    height: 400px;
    overflow-y: scroll;
}

.facebook-widget, .insta-widget, .twitter-widget{
    margin-top: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    height: 400px;
}
.social-md-container{
    color: #fff;
    padding: 10px 0 60px;
    display: none;
}
h1.stories-tittle.somd-fd {
    font-weight: 500;
    text-decoration: underline;
}



.section_room select {
    padding: 17px 10px;
    width: 100%;
    font-weight: 400;
    background: none;
    border: none;
    color: #848484;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    background: url(../images/arrow_down.png) no-repeat 92% center #fff;
    background-size: 5%!important;
    -webkit-appearance: none
}

.header-middle form input[type="submit"] {
    background: url(../images/search.png) no-repeat 4px 0 #e45753;
    width: 100%;
    height: 50px;
    border: none;
    padding: 0;
    border: none;
    outline: none
}

.search {
    float: left;
    width: 57%
}

.section_room {
    float: left;
    width: 33%
}

.sear-sub {
    float: right;
    width: 10%
}

.header-middle {
    padding: 9px 0;
    background: #23b5b9
}
label.loc {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    padding-bottom: 5px;
}
label.form-check-label {
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
select#apmnt {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 600;
    
}
.header-right ul {
    margin-top: 20px
}

.section_room select option {
    line-height: 1.8em
}

.header-search {
    width: 41%;
    margin: 0 auto
}

.logo {
    float: left;
    margin-top: 22px
}

p.location {
    float: left;
    color: #fff;
    font-size: .875em;
    line-height: 3em!important
}

p.location a {
    color: #9fa1a9;
    text-decoration: none
}

p.location span {
    color: #9fa1a9
}

.phone {
    float: right
}

.logo a {
    display: block;
    text-decoration: none
}

.logo h1 a {
    font-weight: 700;
    font-size: 2.4em;
    color: #333;
    padding-top: 4px
}

.logo h1 span {
    font-size: 2em;
    color: #23b5b9
}

.menu__list {
    position: relative;
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
    list-style: none
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.menu__link:hover,
.menu__link:focus {
    outline: none
}

.menu--francisco .menu__item {
    margin: 0 10px;
}
.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 5em;
    padding: 2em 0 1em;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 600
}

.menu--francisco .menu__link:hover,
.menu--francisco .menu__link:focus {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link,
li.menu__item.menu__item--current {
    color: #23b5b9
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #23b5b9;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
    transition: transform 0s 0.3s, opacity 0.2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco 0.3s forwards;
    animation: anim-francisco 0.3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.google-img {
    width: 12%;
    position: absolute;
    float: left;
    margin: 10px 0px 0px 190px;
}

img.googleplus-img {
    width: 100%;
}

.navbar {
    border-radius: 0;
    min-height: 50px;
    margin-bottom: 0
}

.navbar-default {
    background: none;
    border: none
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #c51971!important;
    background: none!important;
    border-bottom: none !important;
}

h5.mobile_viewtext {
    display: none;
}

.navbar-default .navbar-nav>li>a {
    color: #222!important
}

.navbar-brand {
    height: 50px;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 12px 0
}

.navbar-nav{
    float: left;
    margin-left: 31%;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #e45753
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #E6B609
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase
}

.navbar-nav>li>a {
    font-size: 12px;
    padding: 0 30px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #E6B609;
    background-color: transparent
}

.navbar-default .navbar-brand {
    color: #e45753
}

.navbar-collapse {
    padding: 0!important
}

.header-top {
    padding: .5em 0 .8em 0;
    background: #fafafa;
    box-shadow: 1px 1px 1px #999
}

.tab-content>.tab-pane {
    padding-top: 0;
}

.nav-tabs>li>a {
    margin: 0;
    padding: 10px 15px;
    line-height: 1.42857143;
    font-size: 13px;
    font-weight: 600;
    border: none!important;
    border-radius: 0;
    color: #fff;
    background: #777;
}

.nav-tabs>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: none!important;
    color: #FFF!important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #c51971!important;
    color: #FFF!important
}

.tab-image img {
    width: 100%
}

.tab-info p {
    line-height: 2.5em;
    margin-top: 1em;
    font-size: .9em;
    color: #777
}

.nav-tabs>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: none!important;
    color: #FFF
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: #c51971!important;
    color: #FFF!important;
    border-color: #eee #eee #ddd
}

a.navbar-brand img {
    top: 6px;
    position: absolute;
    width: 180px;
}

.navbar-header .logo a.lgo img {
    width: 180px !important;
}

.loctn {
    display: flex;
    padding-bottom: 10px;
}

.medicinal-w3-top {
    padding: 4em;
    background: #FBF2F4
}

.medicinal-w3-text {
    margin-top: 2em
}

.medicinal-w3-text h6 {
    font-size: 1.2em;
    color: #222
}

.medicinal-w3-text h4 {
    font-size: 2em;
    color: #258BA0;
    padding-top: .5em
}

.medicinal-w3-text p {
    padding: 1em 0;
    line-height: 1.8em;
    font-size: 1em
}

.medicinal-w3-img {
    -moz-box-shadow: 4px 9px 12px #888;
    -webkit-box-shadow: 4px 9px 12px #888;
    box-shadow: 4px 9px 12px #888;
    -o-box-shadow: 4px 9px 12px #888;
    -ms-box-shadow: 4px 9px 12px #888
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto
}

.hi-icon {
    text-decoration: none;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -mz-border-radius: 50%;
    ms-border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #B365C5
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -mz-border-radius: 50%;
    ms-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.hi-icon:before {
    font-size: 36px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block
}

.hi-icon-effect-7 .hi-icon {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s
}

.hi-icon-effect-7 .hi-icon:hover {
    color: #000
}

.hi-icon-effect-7 .hi-icon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0
}

.hi-icon-effect-7a .hi-icon:after {
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s
}

.hi-icon-effect-7a .hi-icon:hover:after {
    opacity: 1;
    box-shadow: 4px 4px rgb(0, 73, 119)
}

.hi-icon-effect-7a .hi-icon:before {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s
}

.hi-icon-effect-7a .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hi-icon-effect-7b .hi-icon:after {
    box-shadow: 4px 4px #23b5b9;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s
}

.hi-icon-effect-7b .hi-icon:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.hi-icon-effect-7b .hi-icon:before {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s
}

.hi-icon-effect-7b .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.medicinal-w3-left {
    text-align: right
}

.medicinal-w3-left p,
.medicinal-w3-left1 p {
    line-height: 1.9em;
    margin-top: .7em;
    font-size: .9em;
    color: #E0DFDF
}

.medicinal-w3-grids h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #19c5c3;
    font-size: 1.2em
}

a.hi-icon.icon1 {
    background: url(../images/1.png) no-repeat 25px 30px #23b5b9;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

a.hi-icon.icon2 {
    background: url(../images/2.png) no-repeat 28px 25px #23b5b9;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

a.hi-icon.icon3 {
    background: url(../images/3.png) no-repeat 25px 30px #23b5b9;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

a.hi-icon.icon4 {
    background: url(../images/4.png) no-repeat 25px 30px #23b5b9;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

a.hi-icon.icon1:hover {
    background: url(../images/1.png) no-repeat 25px 30px #c51971
}

a.hi-icon.icon2:hover {
    background: url(../images/2.png) no-repeat 28px 25px #c51971
}

a.hi-icon.icon3:hover {
    background: url(../images/3.png) no-repeat 25px 30px #c51971
}

a.hi-icon.icon4:hover {
    background: url(../images/4.png) no-repeat 25px 30px #c51971
}

.medicinal-w3-grid {
    margin-bottom: 3em
}

.medicinal-w3 {
    padding: 6em 0 0 0;
    background: url(../images/s5.jpg) no-repeat 0 0;
    min-height: 700px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    overflow: hidden
}

.medicinal-w3-grids {
    margin-top: 4em
}

.testimonials p.speech {
    padding: 40px 40px;
    margin: 20px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 2px solid #23b5b9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.9em;
    font-size: 1.2em
}

.testimonials p.speech:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 80px;
    top: 100%;
    border: 15px solid;
    border-color: #c51971 transparent transparent #c51971
}

.testimonials p.speech:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 83px;
    top: 100%;
    border: 12px solid;
    border-color: #fff transparent transparent #fff
}

.client-info {
    padding: 10px
}

.client-info h4 {
    color: #c51971;
    margin: 10px 0 10px 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase
}

.client-info span {
    display: block;
    padding: 5px;
    color: #444
}

#review {
    padding: 6em 0
}

.client-info img {
    border: 2px solid #fff;
    padding: 2px;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.team_agile {
    padding: 7em 0;
    background: #f4f4f4
}

.our_team {
    background: #fff;
}

.btm-right {
    overflow: hidden;
    position: relative;
    display: block
}

.btm-right img {
    width: 100%
}

.btm-right .captn {
    color: #fff;
    background-color: #1B242F;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1em 0;
    border-bottom: 7px solid #1B242F;
    height: 115px
}

.captn h4 {
    font-size: 22px;
    color: #fff;
    padding: .5em 0
}

.captn-icon {
    height: 45%;
    width: 18%;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    padding: .5em 0;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

.btm-right:hover .captn {
    background: #c51971;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-bottom: 7px solid #c51971
}

.captn-icon ul li {
    display: block;
    border-bottom: 1px solid rgba(249, 247, 247, 0)
}

.captn-icon ul li a {
    width: 100%;
    height: 56px;
    display: block
}

.captn-icon ul li a.fb {
    background: url(../images/social2.png) no-repeat -31px 3px #3b5998
}

.captn-icon ul li a.twit {
    background: url(../images/social2.png) no-repeat 9px 4px #00aced
}

.captn-icon ul li a.goog {
    background: url(../images/social2.png) no-repeat -71px 5px #dd4d3a
}

.captn-icon ul li a.fb:hover {
    background: url(../images/social2.png) no-repeat -31px 3px #2E4677;
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s
}

.captn-icon ul li a.twit:hover {
    background: url(../images/social2.png) no-repeat 9px 4px #04a6e3;
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s
}

.captn-icon ul li a.goog:hover {
    background: url(../images/social2.png) no-repeat -71px 5px #c64433;
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s
}

.grid_2 {
    padding: 6em 0;
    position: relative;
    background: #f4f4f4
}

.col_1_of_2:first-child {
    margin-left: 0
}

.col_1_of_2 {
    display: block;
    float: left;
    margin: 1% 0 1% 3.6%
}

.span_1_of_2 {
    width: 48.2%;
    position: relative
}

.span_1_of_2 h4 {
    color: #c51971!important;
    font-size: 1.3em;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 600
}

.story_desc {
    position: absolute;
    bottom: -1px;
    background: #222;
    padding: 11px 20px;
    text-align: left;
    width: 100%;
    z-index: 99
}

.story_desc h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 400
}

.story_desc p {
    color: #fff;
    font-size: .8125em;
    font-weight: 400;
    margin-top: 6px
}

p.p1 {
    line-height: 1.9em;
    margin-top: .7em;
    font-size: .9em
}

.box_1 {
    margin-bottom: 3em
}

.box_1.one {
    margin-top: 3em
}

.grid_2 h5 {
    color: #ff6200;
    font-size: 3em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 40px
}

.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%
}

.multi-gd-text a::before {
    background: rgba(0, 0, 0, .55);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: ""
}

.multi-gd-text img {
    height: auto;
    width: 100%
}

.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%
}

.multi-gd-text a::after {
    background: rgba(0, 0, 0, .55);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: ""
}

.multi-gd-text a {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.sreen-gallery-cursual {
    margin-top: 2em
}



/*#services{
	padding:6em 0;
}*/

.inner-w3 {
    margin: 0 auto 1em;
    text-align: center
}

.sub-hd h3.tittle span {
    color: #222;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important
}

.sub-hd h3.tittle {
    font-size: 40px;
    font-weight: 400;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.sub-hd h3.tittle.two {
    color: #222
}

.about-achievements h3 {
    color: #fff!important
}

.sub-hd {
    /* text-align: center; */
}

h1.tittle {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: .5em;
    color: #23b5b9;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px 0px 0px;
}

p.sub-para {
    color: #333 !important;
    font-size: 15px;
    line-height: 1.9em;
    margin: 1em 0 2em 0;
    font-weight: 500;
     text-align: center; 
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-item a img {
    width: 100%
}

.nbs-flexisel-item a {
    display: block
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.nbs-flexisel-inner {
    overflow: hidden;
    padding: 2em 2em
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 250px! important;
    margin: 0 20px;
    box-shadow: 0 0 12px -1px rgba(215, 215, 215, .44);
    -webkit-box-shadow: 0 0 12px -1px rgba(215, 215, 215, .44);
    -moz-box-shadow: 0 0 12px -1px rgba(215, 215, 215, .44);
    -o-box-shadow: 0 0 12px -1px rgba(215, 215, 215, .44);
    -ms-box-shadow: 0 0 12px -1px rgba(215, 215, 215, .44)
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
    width: 100%;
    margin: 0 0%
}

.prom-bottom {
    background: #e45753;
    color: #fff;
    font-weight: 600
}

.prom-left {
    float: left;
    width: 50%;
    background: #d64845;
    padding: 1em
}

.prom-right {
    padding: 1em
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 45px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: 18em;
    border: 1px solid rgba(255, 255, 255, .77)
}

.nbs-flexisel-nav-left {
    left: 51%;
    background: url(../images/arrow.png) no-repeat -34px -2px;
    display: none
}

.nbs-flexisel-nav-right {
    left: 47%;
    background: url(../images/arrow.png) no-repeat 0 -2px;
    display: none
}

.review-slider {
    padding: 10em 0 3em;
    background-size: cover
}

.slide-title h4 {
    padding: 15px 8px;
    color: #333!important;
    display: block;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.nbs-flexisel-item:hover div.buy-tickets {
    display: block;
    width: 100%
}

.content-grid {
    width: 21.2%
}

.bottom {
    background: url(../images/s2.jpg) no-repeat 0 0;
    min-height: 450px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover
}

.bottom-top {
    width: 65%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 5% 21px;
    margin: 0 auto
}

.bottom-top h3 {
    color: #fff;
    font-size: 2.1em;
    font-weight: 700;
    text-transform: uppercase
}

ul.times h4 {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2em 0 1em 0;
    color: #fff;
    text-align: center
}

span.opening {
    color: #c51971
}

.bottom-top p {
    font-size: 1em;
    margin-top: 2.5%;
    line-height: 2em;
    color: #fff;
    padding: 0 1em
}

span.week {
    color: #fff;
    font-size: .9em
}

.hours {
    float: right;
    font-size: .9em;
    color: #fff
}

ul.times {
    list-style: none;
    padding: 0;
    text-align: left;
    width: 68%;
    margin: 0 auto
}

ul.times li {
    margin-bottom: 10px;
    padding-bottom: 5px
}

ul.times i {
    float: left;
    margin: 1px 10px;
    color: #fff;
    font-size: 1em
}

.top_banner.two {
    background: url(../images/wallhaven-10742.jpg) no-repeat 0 0;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover
}

.sub-hd-inner h3.tittle {
    font-size: 3em;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans', sans-serif!important
}

.sub-hd-inner h3.tittle span {
    color: #23B5B9;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important
}

.sub-hd-inner {
    margin: 0 auto;
    text-align: center;
    padding-top: 7.8em
}

.main-textgrids {
    padding: 2em 0 3em 0
}

.ab-pic,
.ab-text {
    margin-top: 2.3%
}

.ab-text p {
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 2%;
    margin-top: 2%;
    font-size: .9em;
    color: #777
}

.blog-row .ab-text h6 {
    margin: 3% 0 0;
    color: #777
}

.blog-row .ab-text a.read-more {
    margin: 0 0 2%
}

ul.ab li {
    list-style-type: none;
    padding-left: 3em;
    background: url(../images/img-sp.png) no-repeat 0 4px;
    margin: 0 0 1em
}

ul.ab {
    padding: 0 0 0 1em
}

ul.ab li {
    color: #ccc !important;
    font-weight: 400;
    line-height: 1.9em;
    font-size: .9em;
}
ul.ab1 li {
    color: #333 !important;
    font-weight: 400;
    line-height: 1.9em;
    font-size: .9em;
}
ul.ab1 li {
    list-style-type: none;
    padding-left: 3em;
    background: url(../images/img-sp.png) no-repeat 0 4px;
    margin: 0 0 1em;
}

ul.ab li:hover {
    color: #e45753
}

.statements p {
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 4%;
    margin-top: 3%;
    font-size: .9em;
    color: #777
}

.mission h4,
.ab-text h4 {
    font-size: 2em;
    font-weight: 300;
    color: #222!important;
    font-family: 'Open Sans', sans-serif!important;
    text-transform: uppercase
}

.mission h4 span,
.ab-text h4 span {
    color: #23B5B9;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important
}

.statements {
    margin-top: 4em
}

.main-textgrids img {
    width: 100%;
    padding: 10px;
    border: 2px solid #23b5b9;
    box-shadow: 0 0 1px #999
}

.sub-hd h3.tittle span.two {
    color: #1B242F
}

.team_bottom-grid {
    margin-top: 4em
}

.typography {
    padding: 5em 0
}

.mb-60 {
    padding-left: 0
}

.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px
}

.mb-60 h1,
h2,
h3,
h4,
h5,
h6 {
    padding-left: 0;
    font-size: 2em;
    text-transform: uppercase
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: .9em;
    color: #555
}

.grid_4 {
    background: #fff;
    padding: 0em 0em 0em 0em
}

.grid_5 {
    background: #fff;
    padding: 1em 0 2em 0
}

.grid_3.grid_4 {
    margin-top: 2em
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px!important
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: .9em;
    color: #555
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none!important
}

li.list-group-item1 {
    line-height: 2em;
    font-size: .9em;
    color: #555
}

.label {
    font-weight: 300!important
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none
}

h4.typ1 {
    margin-bottom: 15px
}

h5.typ1 {
    margin-bottom: 15px
}

.progress {
    height: 8px;
    box-shadow: none
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #eee;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #03a9f4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-bar {
    box-shadow: none
}

.progress-bar-primary {
    background-color: #03a9f4
}

.progress-bar-info {
    background-color: #00bcd4
}

.progress-bar-success {
    background-color: #8bc34a
}

.progress-bar-warning {
    background-color: #ffc107
}

.progress-bar-danger {
    background-color: #e51c23
}

.progress-bar-inverse {
    background-color: #757575
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #5bb2fc!important;
    border-color: #5bb2fc!important
}

.grid_3 p,
.page-header p {
    color: #888;
    font-size: 14px;
    line-height: 2em;
    margin: 1em 0 2em
}

.bs-docs-example {
    margin: 1em 0
}

section#tables p {
    margin-top: 1em
}

.breadcrumb li {
    font-size: .9em
}

a.list-group-item {
    color: #555;
    font-size: .9em
}

.badge-primary {
    background-color: #03a9f4
}

.badge-success {
    background-color: #8bc34a
}

.badge-warning {
    background-color: #ffc107
}

.badge-danger {
    background-color: #e51c23
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #fff
}

.nav-tabs {
    margin-bottom:0;
}

.alert {
    font-size: .85em
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 1.8em;
    margin-top: .5em;
    margin-bottom: .5em
}

.bars {
    margin-bottom: .8em;
    color: #2ad2c9
}

li.list-group-item1 {
    line-height: 2.5em
}

ol {
    margin-bottom: 44px
}

.list-group {
    margin-bottom: 48px
}

.input-group {
    margin-bottom: 20px
}

.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ea4c89;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px
}

.port {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden
}

.port .text-desc {
    opacity: 0;
    transition: 0.5s;
    color: #fff
}

.port .text-desc h6 {
    font-size: 1.7em;
    margin-bottom: .5em;
    font-weight: 700
}

.port .text-desc p {
    font-size: 1em;
    line-height: 1.9em
}

.port.effect-1 img {
    transition: 0.5s;
    position: relative;
    width: 100%;
    left: 0
}

.port.effect-1:hover img {
    left: 50%
}

.port.effect-1 .text-desc {
    transform: perspective(600px) rotateY(90deg);
    transform-origin: left center 0;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4em .7em
}

.port.effect-1:hover .text-desc {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
    z-index: 99
}

.text-desc h5 {
    margin-top: 1em
}

.gallery {
    padding: 3em 0 5em 0
}

.item {
    text-align: center;
    position: relative
}

.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
    width: 100%;
    /*height: 170px*/
}

.item-hover,
.item-hover .mask,
/*.item-img*/ {
    position: absolute;
    top: 0;
    left: 0
}

.item-info {
    padding-top: 92px
}

.item-type-double .item-hover {
    z-index: 5;
    -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;
    opacity: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center
}

.item-type-double .item-info {
    z-index: 10;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%
}


.item-type-double .item-info .headline {
    font-size: 15px;
    width: 90%;
    margin: 0 auto
}

.item-type-double .item-info .line {
    height: 2px;
    width: 0%;
    margin: 15px auto;
    background-color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.item-type-double .item-info .date {
    font-size: 35px;
    color: #23b5b9;
    font-weight: 700;
    text-transform: uppercase
}

.item-type-double .item-hover .mask {
    background-color: #000;
    opacity: .6;
    z-index: 0
}

.item-type-double .item-hover:hover .line {
    width: 90%
}

.item-type-double .item-hover:hover {
    opacity: 1
}

.item-img {
    z-index: 0
}

.filtr-item {
    padding-top: 30px;
    overflow: hidden
}

.item-desc {
    background-color: rgba(0, 0, 0, .5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em
}

.simplefilter li,
.multifilter li,
.sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 14px 23px;
    font-size: 14px;
    margin: 0 .4em;
    background: #222;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.simplefilter li.active,
.simplefilter li:hover {
    color: #FFF;
    background: #c51971
}

.item-img img {
    width: 100%
}

select {
    padding: 1rem 1rem
}

.sortandshuffle .shuffle-btn {
    background-color: #dec800
}

.sortandshuffle .sort-btn {
    background-color: #de0000
}

.sortandshuffle .sort-btn.active {
    background-color: #9d0000
}

ul.simplefilter {
    text-align: center;
    margin-bottom: 1em
}

.product-top h3 {
    font-size: 2em
}

h3.tittle.three {
    margin-left: 2em
}

.contact-text {
    background: url(../images/wallhaven-3178.jpg) no-repeat 0 0;
    min-height: 820px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    text-align: left
}

.contact-top {
    padding: 2em 0
}

.con-text {
    padding: 6em 5em 2.5em 5em
}

.con-text p,
.con-text p a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.4em
}

.con-text p a {
    color: #2ad2c9;
    font-size: .6em
}

.con-text i {
    font-size: .9em
}

.con-text h6 {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em
}

.con-text iframe {
    position: relative;
    left: -47px;
    top: 5px
}

.con-text iframe.two {
    top: 30px
}

.contact-form {
    position: relative;
    margin-top: 3em
}

.left_form {
    float: left;
    width: 48%
}

.right_form {
    float: left;
    width: 48%;
    margin-left: 3.8%
}

.contact-form div {
    padding: 5px 0
}

.contact-form span label {
    display: block;
    font-size: 1em;
    color: #777;
    padding-bottom: 5px;
    font-weight: 400;
    margin: .5em 0
}

.contact-form input[type="text"],
.contact-form textarea,
.contact-form select {
    padding: 16px 15px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #464646;
    font-size: 1em;
    box-shadow: inset 0 0 3px #999;
    -webkit-box-shadow: inset 0 0 3px #999;
    -moz-box-shadow: inset 0 0 3px #999;
    -o-box-shadow: inset 0 0 3px #999;
    -webkit-appearance: none
}

.contact-form textarea {
    resize: none;
    height: 173px
}

.myButton {
    background: #c51971;
    color: #fff;
    font-size: 1em;
    padding: 17px 0;
    border: none;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%
}

.myButton:hover {
    text-shadow: 0 0 1px #fadb6f;
    background: #23b5b9
}

.company_address {
    float: left;
    width: 25%
}

.company_address p {
    display: block;
    font-size: 1em;
    color: #686868;
    padding-bottom: 5px;
    font-weight: 400;
    padding: 5px 0
}

.company_address p span a {
    text-decoration: underline;
    color: #555
}

.company_address p span a:hover {
    text-decoration: none;
    color: red
}

.contact_info {
    float: right;
    width: 70%;
    margin-left: 5%
}

.single-top img {
    width: 100%
}

.grid-single {
    width: 70%;
    margin: 1em auto
}

.single-one {
    float: left;
    width: 33.3%;
    text-align: center
}

.single-one span {
    color: #888;
    font-size: 1em
}

.single-one span a {
    color: #888;
    text-decoration: none
}

p.eget {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.8em;
    color: #888;
    padding: 1em 0
}

ul.social-share {
    float: left
}

ul.social-share li {
    display: inline-block
}

ul.social-share li span {
    color: #333;
    font-size: 1.2em;
    margin: 0 1em 0 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif
}

ul.social-share li i {
    background: url(../images/icons.png)no-repeat -75px -1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle
}

ul.social-share li i:hover {
    background: url(../images/icons.png)no-repeat -75px -23px
}

ul.social-share li i.tin {
    background: url(../images/icons.png)no-repeat -98px -1px
}

ul.social-share li i.tin:hover {
    background: url(../images/icons.png)no-repeat -98px -23px
}

ul.social-share li i.message {
    background: url(../images/icons.png)no-repeat -124px -1px
}

ul.social-share li i.message:hover {
    background: url(../images/icons.png)no-repeat -124px -23px
}

.top-comments h3,
.leave h3 {
    color: #333;
    font-size: 1.8em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif!important
}

.top-comments h3 span,
.leave h3 span {
    color: #23B5B9;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important
}

.single-middle {
    background: #f4f4f4;
    padding: 1.5em
}

i.arrow {
    background: url(../images/icons.png)no-repeat -148px -1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    margin-top: 4px
}

i.arrow:hover {
    background: url(../images/icons.png)no-repeat -148px -23px
}

.comments-top-top {
    background: #F4F4F4
}

.men {
    background: #c61970;
    float: left;
    width: 9%;
    text-align: center;
    padding: 1em 0;
}

.men i {
    color: #fff;
    font-size: 2em
}

p.men-it {
    float: left;
    width: 86%;
    margin: 0 0 0 2%;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.6em;
    color: #555;
    padding: 1.6em 0
}

.met-in {
    margin: 0 0 0 3em
}

.met {
    padding: 1em 0
}

p.smith {
    float: left;
    padding: 0;
    font-size: 1em
}

p.smith a {
    text-decoration: none;
    color: #e45753;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase
}

.code-in {
    padding: 0 0 .5em
}

p.smith span {
    font-weight: 400;
    padding: 0 2em;
    color: #9E9DA0;
    font-size: .9em
}

.top-in {
    background: #F4F4F4
}

p.reply {
    float: right;
    padding: 0;
    width: 17%;
    color: #362f2f;
    font-size: 1em
}

p.reply a {
    text-decoration: none;
    color: #555
}

p.reply a:hover {
    color: #2ad2c9
}

p.reply i {
    background: url(../images/icons.png)no-repeat -174px -1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: baseline
}

p.reply i:hover {
    background: url(../images/icons.png)no-repeat -174px -23px
}

.single-us input[type="text"],
.leave textarea,
.leave input[type="submit"] {
    font-size: 1em;
    width: 100%;
    padding: .8em 1em;
    margin: .5em 0;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    color: #888;
    -webkit-appearance: none
}

.leave input[type="submit"] {
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1em;
    display: inline-block;
    background: #c51971;
    margin: .5em 0 0 0;
    -webkit-appearance: none;
    width: 13%
}

.leave input[type="submit"]:hover {
    background: #23B5B9
}

.leave textarea {
    resize: none;
    width: 100%;
    margin: .5em 0em;
    height: 185px
}

.top-comments {
    padding-top: 1em
}

.leave {
    margin-top: .9em
}

.post-details.s-page p {
    color: #555;
    line-height: 1.9em;
    font-size: .9em
}

.news-section.single {
    background: #fff
}

.post-details.s-page h2 {
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1.2em 0 .5em 0
}

p.eget b {
    color: #333
}

.single {
    padding: 7em 0 7em 0
}

.footer-section {
    padding: 2em 0 0 0;
    background: #222
}

.footer-grid p,
p.sub {
    font-size: .9em;
    line-height: 1.8em;
    color: #A1A3AB;
    text-align: left
}

.footer-grids {
    padding: 1em 0 3em 0
}

p.sub {
    margin-top: 1.3em
}

ul.tag li {
    display: inline-block;
    list-style: none;
    margin: 12px 0 11px 0
}

ul.tag li a {
    padding: 8px 10px;
    background: #1A1A1F;
    color: #A1A3AB;
    font-size: .9em
}

ul.tag li a:hover {
    text-decoration: none;
    opacity: .7
}

.flickr-grid a img {
    width: 100%
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 .1em .1em
}

.footer-grids h4 {
    font-size: 1.6em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.footer-grids span {
    font-weight: 700;
    color: #c51971
}

.border2 {
    border-bottom: 2px ridge rgba(72, 72, 76, .88);
    padding: .5em 0 .5em 0;
    width: 52%;
    margin-bottom: 1.3em
}

ul.tw li {
    display: block;
    margin-bottom: .5em;
    font-size: .95em;
    line-height: 1.8em;
    color: #fff
}

ul.tw p {
    float: left
}

a i.square-3 {
    width: 20px;
    height: 20px;
    background: url(../images/tw.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle
}

.icon-text a,
.icon-text a span {
    color: #A1A3AB!important;
    font-size: .95em;
    line-height: 1.6em;
    font-weight: normal!important
}

.con-text,
.con-text a {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em
}

.con-text time {
    display: block;
    margin-bottom: 1.5em
}

.icon-text p {
    color: #A1A3AB;
    font-size: .95em;
    line-height: 1.6em
}

.icon-3-square {
    float: left;
    width: 10%;
    margin-right: 2%
}

.icon-3-square a span {
    font-size: 20px!important
}

.icon-text {
    float: left;
    width: 86%
}

.icon-text h5 {
    color: #CCC;
    font-size: 13px;
    margin: .7em 0
}

.icon-text a {
    color: #D7D7D8
}

.footer-bottom {
    background: #c51971;
    text-align: center;
    height: 50px
}

.footer-bottom p {
    color: #fff;
    font-size: .9em;
    position: relative;
    top: 20px
}

.footer-bottom p a img {
    position: relative;
    left: 10px
}

.footer-bottom a {
    color: #fff
}

.tour-img {
    margin: 0 0 0px 6px
}

p.faq-text {
    width: 96%!important
}

.ortho-types {
    margin-left: 2%
}

.cosmetic-types {
    margin-left: 10%
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    p.location {
        text-align: center!important;
        width: 100%!important
    }
    nav.nav-split a {
        top: 31%!important
    }
    .social-icons {
        margin: 18px 0 10px
    }
    .flickr-grids .clearfix {
        display: none
    }
    .tour-hd.sub-hd {
        padding: 6em 0 2em!important
    }
    .single,
    #gallery {
        padding: 3em 0!important
    }
    .top-comments {
        padding-top: 0
    }
    .simplefilter li {
        margin: .5em .4em
    }
    .tour-img {
        float: left
    }
    .tour-cont {
        clear: left
    }
    .facilities-img {
        margin-left: 0!important;
        width: 100%
    }
    .facilities-img img,
    .main-textgrids img,
    .doctors-img {
        width: 100%!important
    }
    .facility-img .width-50 {
        width: 50%;
        float: left;
        margin-bottom: 30px
    }
    .facility-img-cust {
        margin-left: 0.5em!important
    }
    .statements {
        margin-top: 0
    }
    .doctors-img img {
        width: 50%!important;
        margin: 0 auto!important
    }
    .doctors-detail {
        padding-top: 28px
    }
    .doctors-detail h4,
    .doctors-detail p {
        text-align: center
    }
    .medicinal-w3 {
        padding: 4em 0 0 0!important
    }
    .cosmetic-types,
    .ortho-types {
        margin-left: 3%!important
    }
    .single {
        padding: 7em 0!important
    }
    .flickr-grid {
        margin: 0 .3em .1em!important
    }
    .con-text h6 {
        font-size: 2.3em!important;
        text-align: center!important;
        padding: 0!important
    }
    .con-text p {
        font-size: 1.5em!important;
        text-align: center!important
    }
    .con-text iframe {
        width: 100%;
        left: 0
    }
    .tour-img {
        margin: 0 0 39px 39px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {}

@media screen and (max-width:640px) {
    .footer-bottom p a img {}
    .footer-bottom p {
        font-size: .9em;
        bottom: 0
    }
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0 0
}

@media (max-width:1366px) {}

@media (max-width:1080px) {
    .nav-tabs>li>a {
        margin: 0 1px;
        padding: 15px 44px
    }
    .tab-info p {
        line-height: 2.5em;
        margin-top: 0em;
        font-size: .9em
    }
    .span_1_of_2 h4 {
        font-size: 1em
    }
    .sub-hd h3.tittle {
        font-size: 2.5em
    }
    .grid_2,
    #review,
    .team_agile,
    #services,
    .contact-top,
    .gallery {
        padding: 8em 0
    }
    .story_desc h3 {
        font-size: 1em
    }
    .medicinal-w3 {
        padding: 5em 0 0 0;
        min-height: 700px
    }
    .testimonials p.speech {
        padding: 40px 40px;
        margin: 20px;
        font-size: 1em
    }
    .owl-theme .owl-controls {
        margin: 2em 0 0 1em;
        text-align: center
    }
    .footer-grid p,
    p.sub,
    .icon-text p {
        font-size: .85em
    }
    ul.tag li a {
        padding: 8px 8px;
        font-size: .85em
    }
    .icon-text h5 {
        font-size: 11px;
        margin: .7em 0
    }
    .flickr-grid {
        float: left;
        width: 31%;
        margin: 0 .1em .1em
    }
    .menu--francisco .menu__item {
        margin: 0 1em
    }
    .main-textgrids {
        padding: 4em 0 4em 0
    }
    .captn-icon {
        height: 45%;
        width: 22%;
        color: #fff;
        position: absolute;
        top: 13%;
        left: 0
    }
    .top_banner.two {
        min-height: 200px
    }
    .sub-hd-inner {
        margin: 0 auto;
        padding-top: 5.5em
    }
    .sub-hd-inner h3.tittle {
        font-size: 2.5em
    }
    .medicinal-w3-grids.one {
        margin-top: 4em
    }
    .medicinal-w3-grids {
        margin-top: 1em
    }
    .medicinal-w3 {
        padding: 5em 0 0 0;
        min-height: 612px
    }
    .medicinal-w3 {
        padding: 5em 0 0 0;
        min-height: 612px
    }
    .header-search {
        width: 57%;
        margin: 0 auto
    }
    .nbs-flexisel-item {
        float: left;
        margin: 0;
        padding: 0;
        cursor: pointer;
        position: relative;
        width: 320px!important;
        margin: 0 8px
    }
    .slide-title h4 {
        padding: 25px 8px;
        display: block;
        background-color: #222;
        font-size: 1em;
        margin: 0
    }
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 45px;
        height: 53px;
        margin-top: 20.5em;
        border: 1px solid rgba(255, 255, 255, .77)
    }
    .logo h1 a {
        font-size: 2em
    }
    a.navbar-brand img {
        position: absolute
    }

    .navbar-nav {
    float: left;
    margin-left: 31%;
}

.col-md-3.col-sm-6.col-xs-12.videos {
    box-shadow: 0px 0px 7px #ddd;
    padding: 5px;
    width: 40%;
    margin: 0px 50px 40px 40px;
    border-radius: 5px;
    background: #fff;
}

p.title-video {
    text-align: center;
    font-size: 18px !important;
    color: #c51971;
    font-weight: 600;
    padding: 0px 20px 20px 20px;
}

}

@media (max-width:1024px) {
    .nav-tabs>li>a {
        margin: 0 1px;
        padding: 15px 44px
    }
    .tab-info p {
        line-height: 2.5em;
        margin-top: 0em;
        font-size: .9em
    }
    .item-info {
        padding-top: 64px
    }
    .nbs-flexisel-nav-left {
        left: 54%;
        background: url(../images/arrow.png) no-repeat -34px -2px
    }
    .review-slider {
        padding: 5em 0 8em 0
    }
    .bottom-top p {
        font-size: .9em;
        margin-top: 2.5%;
        line-height: 2em;
        padding: 0 0em
    }
    .filtr-item {
        padding-top: 30px
    }
    .owl-theme .owl-controls {
        margin: 2em 0 0 1em;
        text-align: center
    }
    .footer-grid p,
    p.sub,
    .icon-text p {
        font-size: .85em
    }
    ul.tag li a {
        padding: 8px 8px;
        font-size: .85em
    }
    .header-search {
        width: 57%;
        margin: 0 auto
    }
    .con-text h6 {
        font-size: 2em;
        padding: 0 5em;
        line-height: 1.5em
    }
    .con-text p,
    .con-text p a {
        font-size: 2.5em
    }
    .con-text p a {
        font-size: .5em
    }
    .contact-text {
        min-height: 400px
    }
    .post-details.s-page h2 {
        font-size: 1.5em
    }
    nav.pagination {
        position: absolute;
        bottom: 28%;
        text-align: center;
        width: 100%;
        z-index: 10;
        left: 1.5%
    }
    .nav-tabs>li>a {
        margin: 0 1px;
        padding: 15px 22px
    }
    .medicinal-w3-right {
        float: left
    }
    .medicinal-w3-left {
        text-align: right;
        float: left;
        width: 58%
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        width: 100%;
        height: 236px
    }
}

@media (max-width:991px) {
    .navbar-nav>li>a {
        font-size: 13px
    }
    .menu--francisco .menu__item {
        margin: 0 0 0 .7em
    }
    .post-details.s-page h2 {
        font-size: 1.4em
    }
    ul.tag li a {
        padding: 8px 14px;
        font-size: .9em
    }
    .footer-grid {
        margin-bottom: 2em
    }
    .footer-grid.flickr {
        margin-bottom: 0
    }
    .icon-3-square {
        float: left;
        width: 4%;
        margin-right: 2%
    }
    .flickr-grid {
        float: left;
        width: 15%;
        margin: 0 .1em .1em
    }
    .facts {
        margin-top: 2em
    }
    .team_bottom-grid {
        margin-top: 2em;
        float: left;
        width: 33%
    }
    .captn-icon {
        height: 33%;
        width: 29%;
        color: #fff;
        position: absolute;
        top: 5%;
        left: 0
    }
    .captn h4 {
        font-size: 18px;
        color: #fff;
        padding: .2em 0
    }
    .span_1_of_2 h4 {
        font-size: 1.2em
    }
    .bottom-top {
        width: 90%;
        background: rgba(0, 0, 0, .6);
        text-align: center;
        padding: 5% 21px;
        margin: 10% auto
    }
    .sub-hd h3.tittle {
        font-size: 2.2em
    }
    .box_1 {
        margin-bottom: 0em
    }
    .medicinal-w3-grid {
        margin-bottom: 1em
    }
    .medicinal-w3-grids {
        margin-top: 0em
    }
    .medicinal-w3-grids.one {
        margin-top: 3em
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 182px
    }
    .item-info {
        padding-top: 35px
    }
    ul.simplefilter {
        text-align: center;
        margin-bottom: 0em
    }
    .filtr-item {
        width: 33.333%;
        float: left;
        padding: 30px 10px 0
    }
    .item-type-double .item-info .date {
        font-size: 23px
    }
    .con-text h6 {
        font-size: 1.5em;
        padding: 0 5em;
        line-height: 1.5em
    }
    .grid_2,
    #review,
    .team_agile,
    #services,
    .contact-top,
    .typography {
        padding: 4em 0
    }
    .con-text {
        padding-top: 3em
    }
    .contact-text {
        min-height: 308px
    }
    .main-textgrids img {
        width: 65%
    }
    .medicinal-w3 {
        padding: 4em 0 3em 0;
        min-height: 631px
    }
    .testimonials p.speech {
        padding: 40px 20px;
        margin: 8px;
        font-size: .95em
    }
    .owl-theme .owl-controls {
        margin: 1em 0 0 1em;
        text-align: center
    }
    .col_1_of_2 {
        display: block;
        float: left;
        margin: 1% 0 3% 3.6%
    }
    .medicinal-w3-grids h4 {
        font-size: 1em
    }
    .sub-hd h3.tittle {
        font-size: 2.5em
    }
    h3.tittle.lost {
        font-size: 2em
    }
    .tab-content>.tab-pane {
        padding-top: 20px
    }
    p.phonenum {
        float: left;
        color: #fff;
        font-size: .875em;
        margin-left: 27px;
        margin-top: 15px
    }
    p.phonenum strong {
        font-weight: bold!important;
        color: #c51971!important
    }
}

@media (max-width:800px) {
    iframe, iframe .body_container{
        width: 100% !important
    }
    .leave input[type="submit"] {
        width: 17%
    }
    .met-in {
        margin: 0 0 0 0em
    }
    .navbar-nav>li {
        float: left;
        margin-right: 4px
    }
    .logo a h1 {
        margin-left: 28px;
        padding-top: 9px;
        font-size: 1.5em
    }
    .header-search {
        width: 71%;
        margin: 0 auto
    }
    .mission h4 {
        font-size: 1.7em
    }
    a.navbar-brand img {
        position: absolute;
     width: 29%;
    margin: 10px 0px 0px 0px;
    }

.col-md-3.col-sm-6.col-xs-12.videos {
    width: 49%;
    float: left;
    margin-left: 0px;
    margin-right: 7px;
}

.navbar-nav {
    float: left;
    margin-left: 29%;
}

    .sub-hd-inner {
        margin: 0 auto;
        padding-top: 4.5em
    }
    .top_banner.two {
        min-height: 178px
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 185px
    }
    .sub-hd-inner h3.tittle {
        font-size: 2em
    }
}

@media (max-width:768px) {
    .form-wrapper {
        bottom: 50%!important;
        right: 20%!important
    }
    .medicinal-w3-grid {
        margin-bottom: 2em
    }
    h2.tittle {
        font-size: 1.7em
    }
    .bottom-top h3 {
        font-size: 1.6em
    }
    ul.times h4 {
        font-size: 1.2em;
        margin: 1em 0 1.2em 0
    }
    .nbs-flexisel-nav-right {
        left: 41%;
        background: url(../images/arrow.png) no-repeat 0 -2px
    }
    p.sub-para {
        font-size: 1em
    }
    .sub-hd h3.tittle {
        font-size: 2.5em
    }
    h3.tittle.lost {
        font-size: 2em
    }
    p.phonenum {
        float: left;
        color: #fff;
        font-size: .875em;
        margin-left: 27px;
        margin-top: 15px
    }
    .form-wrapper {
        bottom: 51%;
        right: 20%
    }
    .sub-para {
        line-height: 1.7em!important;
        text-align: justify!important
    }
    .tab-info.serv {
        width: 100%;
        margin-top: 15px
    }
    .border2 {
        width: 100%
    }
    ul.tag {
        text-align: center
    }
    .main-textgrids img {
        width: 100%
    }
    .cosmetic-types {
        margin-left: 3%
    }
    #preventive {
        padding: 50px 0!important
    }
    .simplefilter li {
        margin: .5em .4em
    }
    .gallery {
        padding: 4em 0
    }
    .single {
        padding: 7em 0 7em 0
    }
    .single.dent-tip {
        padding: 3.5em 0 7em 0
    }
    .con-text h6 {
        font-size: 2.3em!important;
        text-align: center!important;
        padding: 0!important
    }
    .con-text p {
        font-size: 1em!important;
        text-align: center!important
    }
    .con-text iframe {
        width: 100%;
        left: 0
    }
    .tour-img.facilities-img img {
        width: 100%!important
    }
    .tour-img {
        margin: 0!important
    }
    .facility-img {
        margin: 2em 1em
    }
}

@media (max-width:736px) {
    .form-wrapper {
        bottom: 1%!important;
        right: 18%!important
    }
    .logo h1 a {
        font-size: 1.5em
    }
    a.navbar-brand img {
        position: absolute;
        width: 220px
    }
    .navbar {
        width: 100%;
        float: none;
        text-align: center
    }

    img.googleplus-img {
    width: 100%;
    float: left;
    margin:10px 0px 0px 150px;
}

h5.mobile_viewtext {
    position: absolute;
    top: 16px;
    border: 1px solid #ddd;
    font-size: 15px;
    width: 34%;
    padding: 13px;
    text-align: left;
    right: -7px;
    font-weight: 600;
    display: block !important;
}

#close-bar {
    position: absolute;
    width: 30px;
    right: 420px !important;
    bottom: 120px !important;
    cursor: pointer;
}

.call-bk1 {
    display: block;
    width: 100px !important;
    border: 1px solid #1ebef0;
    text-align: center;
    line-height: 15px !important;
    padding: 4px 0px !important;
    background-color: #1ebef0;
    box-shadow: 1px 3px 13px #848484;
    border-radius: 6px 0px 0px 6px;
    color: #fff;
    font-size: 11px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.google-img {
    width: 25%;
    top: 0px;
    position: absolute;
}

video.video_new33 {
    width: 80% !important;
}


.col-md-6.col-sm-12.about-dr {
    margin: 0px 25px 40px 25px;
    width: 93%;
}

.col-md-6.blogs_design22 {
    border-left: none !important;
    width: 100% !important;
    margin-left: 0px !important;
}

    .navbar-default .navbar-toggle {
        border-color: #333
    }
    .header-top {
        padding: 0
    }
    .navbar-toggle {
        position: relative;
        padding: 9px 9px;
        margin-top: 8px;
        margin-right: 0!important;
        margin-bottom: 8px;
        background-color: #333;
        background-image: none;
        border: 1px solid #333;
        border-radius: 0!important
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #22BFB7;
        border: 1px solid #22BFB7
    }
    .navbar-nav {
        margin: 0 1em;
        padding-bottom: .5em
    }
    .navbar-nav>li {
        float: none;
        margin-right: 0;
        margin-top: 12px;
        display: block
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none!important
    }
    .navbar-default .navbar-nav>li>a {
        font-size: .9em;
        padding-top: 7px;
        padding-bottom: 7px
    }
    .logo a h1 {
        margin-left: 0;
        padding: 9px 0;
        font-size: 2em
    }
    ul.dropdown-menu li {
        margin-top: 10px
    }
    p.location {
        float: left;
        color: #999;
        font-size: .875em;
        width: 44%;
        margin-top: 1px
    }
    .banner-two {
        min-height: 150px
    }
    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .projects,
    .gallery,
    .single {
        padding: 7em 0
    }
    p.sub-para {
        font-size: 1em
    }
    ul.nav.navbar-nav.menu__list {
        width: 100%;
        padding: 0;
        margin: 0;
        background: rgba(212, 211, 211, .28)
    }
    .navbar-default .navbar-nav>li>a {
        font-size: .9em;
        padding-top: 12px;
        padding-bottom: 0
    }
    .menu--francisco .menu__link {
        position: relative;
        overflow: hidden;
        height: 3em;
        padding: 2em 0 1em
    }
    .nav-tabs>li>a {
        margin: 0 1px;
        padding: 15px 19px
    }
    .social-icons {
        float: right;
        margin: 18px 0 10px;
        text-align: center;
        width: 100%
    }
    .location {
        text-align: center;
        width: 100%
    }
}

@media (max-width:667px) {
    .form-wrapper {
        bottom: -11%!important;
        right: 15%!important
    }
    .tour-img {
        margin: 0 0 39px 20px
    }
    .tour-img.facilities-img {
        margin: 0
    }
    .nbs-flexisel-nav-right {
        left: 41%;
        background: url(../images/arrow.png) no-repeat 0 -2px
    }
    .nav-tabs>li>a {
        margin: 0 1px;
        padding: 11px 14px;
        font-size: .9em
    }
    h2.tittle {
        font-size: 1.8em
    }
    .bottom-top h3 {
        font-size: 1.6em
    }
    ul.times h4 {
        font-size: 1.2em;
        margin: 1em 0 1.2em 0
    }
    h2.tittle {
        font-size: 1.5em
    }
    .team_bottom-grid {
        margin-top: 2em;
        float: left;
        width: 50%
    }
    h3.tittle.lost {
        font-size: 1.8em
    }
    .navbar-toggle {
        position: relative;
        padding: 9px 9px;
        margin-top: 20px;
        margin-right: 0!important;
        margin-bottom: 8px;
        background-color: #333;
        background-image: none;
        border: 1px solid #333;
        border-radius: 0!important
    }
    p.phonenum {
        float: left;
        font-size: .875em;
        margin-left: 0;
        margin-top: 14px
    }
    .filtr-item {
        padding: 2px 10px 0
    }
    .item-type-double .item-info .headline {
        font-size: 14px;
        width: 100%;
        margin: 0 auto
    }
    .filtr-item {
        padding: 2px 4px 0
    }
    .item-type-double .item-info .headline {
        font-size: 13px;
        width: 90%;
        margin: 0 auto
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 149px
    }
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        display: inline-block;
        padding: 9px 17px;
        font-size: 14px;
        margin: 0 0 1.5em
    }
    .item-type-double .item-info .date {
        font-size: 20px
    }
    .post-details.s-page h2 {
        font-size: 1.1em
    }
    .men {
        float: left;
        width: 9%;
        text-align: center;
        padding: 2.5em 0
    }
}

@media (max-width:640px) {
    .tab-content>.tab-pane {
        padding-top: 11px
    }
    .tab-info p {
        line-height: 1.9em;
        margin-top: 0em;
        font-size: .875em
    }
    .navbar-toggle {
    position: relative;
    padding: 9px 9px;
    margin-top: 85px;
    margin-right: 0!important;
    margin-bottom: 20px;
    background-color: #333;
    background-image: none;
    border: 1px solid #333;
    right: 9px;
    border-radius: 0!important;
}

.about-dr
{
    height:auto !important;
    margin-bottom: 20px !important;
}

h5.mobile_viewtext {
    position: absolute;
    top: 80px;
    border: 1px solid #ddd;
    font-size: 20px;
    width: 100%;
    padding: 11px;
    text-align: left;
    left: 0px;
    font-weight: 600;
    display: block !important;
}

video.video_new33 {
    width: 100% !important;
}

.col-md-12.new_video {
    text-align: center;
    padding: 50px 20px 0px 20px !important;
}

    .tab-info {
        margin-top: 1em
    }
    .span_1_of_2 h4 {
        font-size: 1.1em
    }
    .header-search {
        width: 96%;
        margin: 0 auto
    }
    .review-slider {
        padding: 3em 0 6em 0
    }
    .statements {
        margin-top: 1em
    }
    .left_form {
        float: left;
        width: 100%
    }
    .right_form {
        float: left;
        width: 100%;
        margin-left: 0%
    }
    .top_banner.two {
        min-height: 156px
    }
    .contact-form {
        position: relative;
        margin-top: 1em
    }
    .flickr-grid {
        float: left;
        width: 21%;
        margin: 0 .1em .1em
    }
    .filtr-item {
        padding: 2px 10px 0
    }
    .leave input[type="submit"] {
        width: 23%;
        padding: .9em 1em
    }
}

@media (max-width:600px) {
    .post-details.s-page h2 {
        font-size: 1.1em;
        line-height: 1.5em
    }
}

@media (max-width:568px) {
    .form-wrapper {
        bottom: 6%!important;
        right: 9%!important
    }
    #services {
        padding: 3em 0!important
    }
    a.navbar-brand img {
        position: absolute
    }
    .nav-tabs>li>a {
        margin: 4px 1px;
        padding: 11px 8px;
        font-size: .9em
    }
    .medicinal-w3-left {
        text-align: right;
        float: left;
        width: 100%
    }
    .medicinal-w3-right {
        float: left;
        width: 100%;
        margin: 1em 0
    }
    .span_1_of_2 {
        width: 100%;
        position: relative
    }
    .col_1_of_2 {
        display: block;
        float: left;
        margin: 3% 0 3% 0%
    }
    .sub-hd h3.tittle {
        font-size: 2em
    }
    .box_1.one {
        margin-top: 1em
    }
    h3.tittle.lost {
        font-size: 1.8em;
        line-height: 1.4em
    }
    .grid_2,
    #review,
    .team_agile,
    #services,
    .contact-top,
    .typography,
    .single {
        padding: 7em 0
    }
    .main-textgrids {
        padding: 3em 0 3em 0
    }
    .captn-icon {
        height: 33%;
        width: 23%;
        color: #fff;
        position: absolute;
        top: 13%;
        left: 0
    }
    .con-text h6 {
        font-size: 1.5em;
        padding: 0 1em;
        line-height: 1.5em
    }
    .con-text p,
    .con-text p a {
        font-size: 2em
    }
    .social-icons {
        float: none;
        margin-top: 10px;
        margin: 0 auto
    }
    p.location {
        float: left;
        color: #999;
        font-size: .875em;
        width: 41%;
        margin-top: 1px
    }
    .main-textgrids img {
        width: 100%
    }
    .con-text p,
    .con-text p a {
        font-size: 1.5em
    }
}

@media (max-width:480px) {
    .form-wrapper {
        bottom: 26%!important;
        right: 2%!important;
        width: 92%
    }

    .row.orthodontic_title {
    text-align: center;
    padding: 10px !important;
}

.row.orthodontic_title h2,
.col-md-12.start_smiling h1,
h1.Transform {
    font-size: 27px !important;
}

.col-md-12.orthodontics_section {
    margin: 142px 0px 0px 0px !important;
}

.col-md-12.orthodontic_list {
    padding: 10px !important;
}

ul.ul-highlight {
    list-style: none !important;
    margin: 0px 0px 20px 0px !important;
}

a.start_smilingbtn button {
    width: auto;
    font-size: 15px !important;
}

.col-md-12.start_smiling p {
    font-size: 21px !important;
}

.col-md-7.gallery_information p {
    padding: 50px 0px 40px 0px !important;
}

.col-md-8.orthodontic_lists h1 {
    font-size: 25px !important;
    padding: 10px 0px 10px 0px !important;
}
    .search {
        float: left;
        width: 52%
    }
    .sear-sub {
        float: right;
        width: 15%
    }
    .team_bottom-grid {
        margin-top: 2em;
        float: left;
        width: 72%;
        margin-left: 3.5em
    }
    .contact-text {
        min-height: 272px
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 178px
    }
    .filtr-item {
        padding: 25px 110px 0!important
    }
    .footer-grids h4 {
        font-size: 1.3em
    }
    .post-details.s-page h2 {
        font-size: 1em;
        line-height: 1.5em
    }
    .men {
        float: left;
        width: 100% !important;
        text-align: center;
        padding: 3.4em 0
    }
    .social-icons {
        float: right;
        margin-top: 10px;
        margin: 0 auto
    }
    p.location {
        float: left;
        color: #999;
        font-size: .875em;
        width: 100%;
        margin-top: 1px;
        text-align: center
    }
    .top_banner.two {
        min-height: 133px
    }
    .sub-hd-inner {
        margin: 0 auto;
        padding-top: 3.3em
    }
    .con-text h6 {
        font-size: 1.3em;
        padding: 0 1em;
        line-height: 1.5em
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 178px
    }
    .filtr-item {
        padding: 25px 110px 0px!important
    }
    .filtr-item {
        width: 100%;
        float: none;
        margin: 0 auto!important
    }
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        display: inline-block;
        padding: 9px 17px;
        font-size: 14px;
        margin: 0 0 .5em
    }
    .medicinal-w3 {
        padding: 2em 0 0em 0;
        min-height: 531px
    }
    .top-comments h3,
    .leave h3 {
        font-size: 1.5em
    }
    .nav-tabs>li {
        float: none;
        text-align: center
    }
    p.sub-para {
        text-align: justify;
        margin-bottom: 0
    }
    .tab-info .sub-para,
    .story-desc p,
    .footer-grid p {
        text-align: justify!important
    }
    .story-desc h4,
    ul.times li,
    .footer-grid h4,
    .footer-grid ul.tag,
    .social-icons,
    .phonenum {
        text-align: center
    }
    .story-desc p,
    .phonenum {
        margin-bottom: 15px
    }
    ul.times i,
    .hours,
    .social-icons {
        float: none
    }
    ul.times i {
        margin-bottom: 10px
    }
    .border2 {
        width: 100%
    }
    .footer-bottom p {
        top: 9px
    }
    ul.tag li {
        width: 100%;
        margin: 0 0 11px 0
    }
    ul.tag li a {
        width: 100%;
        display: block
    }
    .review-slider {
        padding: 6em 0 6em 0
    }
}

@media (max-width:414px) {
    .team_bottom-grid {
        margin-top: 2em;
        float: left;
        width: 72%;
        margin-left: 3em
    }
    .filtr-item {
        padding: 25px 70px 0!important
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 191px
    }
    ul.times {
        list-style: none;
        padding: 0;
        text-align: left;
        width: 100%;
        margin: 0 auto
    }
    .bottom-top h3 {
        font-size: 1.4em;
        line-height: 1.4em
    }
    .testimonials p.speech {
        padding: 20px 10px;
        margin: 8px;
        font-size: .9em
    }
    .footer-grids h4 {
        font-size: 1.2em
    }
    .footer-grid {
        margin-bottom: 1em
    }
    .icon-3-square {
        float: left;
        width: 9%;
        margin-right: 2%
    }
    .footer-bottom p {
        font-size: .9em;
        line-height: 1.5em
    }
    .footer-bottom p a img {
        top: 5px
    }
    .flickr-grid {
        float: left;
        width: 32%;
        margin: 0 .1em .1em
    }
    ul.times h4 {
        font-size: 1em;
        margin: .5em 0 1em 0
    }
    h3.tittle {
        font-size: 1.6em
    }
    h3.tittle.lost {
        font-size: 1.6em;
        line-height: 1.4em
    }
    .post-details.s-page h2 {
        font-size: 1em;
        line-height: 1.5em
    }
    .sub-hd-inner {
        margin: 0 auto;
        padding-top: 3.5em
    }
    .contact-text {
        min-height: 224px
    }
    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .single,
    .projects,
    .gallery {
        padding: 6em 0
    }
    .footer-grids {
        padding: 0em 0 1em 0
    }
    .ab-text,
    .ab-pic,
    .mission {
        padding: 0
    }
    ul.social-share li i {
        margin: 0 5px
    }
    p.smith a {
        font-size: .9em
    }
    .leave textarea {
        resize: none;
        width: 100%;
        margin: .5em 0em;
        height: 98px
    }
    .single-us input[type="text"],
    .leave textarea,
    .leave input[type="submit"] {
        font-size: .9em;
        width: 100%;
        padding: .6em 1em
    }
    .leave input[type="submit"] {
        width: 37%;
        padding: .8em 1em
    }
    .nav-tabs>li {
        float: none;
        text-align: center
    }
    p.sub-para {
        text-align: justify;
        margin-bottom: 0
    }
    .tab-info .sub-para,
    .story-desc p,
    .footer-grid p {
        text-align: justify!important
    }
    .story-desc h4,
    ul.times li,
    .footer-grid h4,
    .footer-grid ul.tag,
    .social-icons,
    .phonenum,
    .top-comments h3 {
        text-align: center
    }
    .story-desc p,
    .phonenum {
        margin-bottom: 15px
    }
    ul.times i,
    .hours,
    .social-icons {
        float: none
    }
    ul.times i {
        margin-bottom: 10px
    }
    .border2,
    .tour-img img {
        width: 100%
    }
    .footer-bottom p {
        top: 9px
    }
    ul.tag li {
        width: 100%;
        margin: 0 0 11px 0
    }
    ul.tag li a {
        width: 100%;
        display: block
    }
    .grid_2,
    #services,
    .single {
        padding: 2em 0
    }
    nav.tabs ul li a {
        padding-top: 13px!important;
        font-size: 16px!important
    }
    .tour-hd.sub-hd {
        padding-top: 6.5em!important;
        padding-bottom: 2em!important
    }
    .gallery {
        padding: 3em 0!important
    }
    nav.tabs ul li a {
        padding-left: 5px!important
    }
    .top-comments {
        padding-top: 0em
    }
    .facility-img img {
        margin-bottom: 25px
    }
    .facility-img {
        margin: 2em 2em 0!important
    }
    .main-textgrids,
    .team_agile {
        padding: 2em 0 2em 0
    }
    .ab-text h4 {
        font-size: 1.7em;
        margin-top: 1em
    }
    .ab-text p,
    .statements p,
    .doctors-detail ul li {
        text-align: justify
    }
    .sub-hd.two {
        margin-bottom: 35px!important
    }
    .doctors-detail h4 {
        margin-top: 20px!important;
        text-align: center
    }
    .padding-bottom-60 {
        padding-bottom: 35px!important
    }
    .review-slider .sub-hd h3,
    article-post w3l {
        margin-top: 50px
    }
    .ortho-types,
    .cosmetic-types {
        margin: 7% 0 0 7%!important
    }
    #ortho {
        padding: 20px 0!important
    }
    #cosmetic,
    #basic {
        padding: 40px 0!important
    }
    #preventive {
        padding: 40px 0 0!important
    }
    .con-text iframe {
        width: 100%;
        left: 0!important
    }
    .con-text {
        padding: 2em 1em 2.5em 1em;
        text-align: center
    }
    .con-text p {
        font-size: 1.25em
    }
    .con-text h6 {
        font-size: 2em
    }
    p.men-it {
        text-align: justify;
        width: 83%
    }
    h2.tittle {
        font-weight: 600
    }
    .medicinal-w3 {
        padding: 4em 0 0 0
    }
    .contact-top {
        padding: 2em 0!important
    }
    .single {
        padding: 3em 0!important
    }
    .single.faqwrap {
        padding: 6em 0!important
    }
    .contact-top {
        padding: 4em 0!important
    }
}

@media (max-width:384px) {
    p.sub-para {
        font-size: .875em
    }
    .post-details.s-page p {
        line-height: 1.9em;
        font-size: .87em
    }
    .men {
        float: left;
        width: 12%;
        padding: 4.5em 0
    }
    h2.tittle {
        font-size: 1.2em
    }
    .grid_2,
    #review,
    .team_agile,
    #services,
    .contact-top,
    .typography {
        padding: 2em 0
    }
    .filtr-item {
        padding: 25px 37px 0!important
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 220px
    }
    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .projects,
    .gallery,
    .single {
        padding: 7em 0
    }
    .con-text p,
    .con-text p a {
        font-size: 1.3em
    }
    .contact-form input[type="text"],
    .contact-form textarea {
        padding: 11px 11px;
        font-size: .9em
    }
    .contact-form textarea {
        resize: none;
        height: 140px
    }
    .sub-hd-inner h3.tittle {
        font-size: 1.5em
    }
    .header-middle input[type="search"] {
        padding: 9px 9px;
        font-size: 14px
    }
    .section_room select {
        padding: 11px 8px;
        font-size: 15px;
        background: url(../images/arrow_down.png) no-repeat 92% center #fff
    }
    .header-middle form input[type="submit"] {
        background: url(../images/search.png) no-repeat -2px -5px #e45753;
        width: 100%;
        height: 38px
    }
    .medicinal-w3-left p,
    .medicinal-w3-left1 p {
        line-height: 1.9em;
        margin-top: .7em;
        font-size: .85em
    }
    .nbs-flexisel-item {
        float: left;
        margin: 0;
        padding: 0;
        cursor: pointer;
        position: relative;
        width: 189px!important;
        margin: 0 5px!important
    }
    .search {
        float: left;
        width: 100%;
        margin-bottom: 5px
    }
    .section_room {
        float: left;
        width: 85%
    }
    ul.ab li {
        list-style-type: none;
        padding-left: 2em;
        background: url(../images/img-sp.png) no-repeat 0 4px;
        margin: 0 0 .5em
    }
    .ab-text p {
        font-size: .87em
    }
    .bottom-top {
        width: 100%;
        padding: 5% 10px;
        margin: 10% auto
    }
    .team_bottom-grid {
        margin-top: 2em;
        float: left;
        width: 81%;
        margin-left: 2em;
        padding: 0
    }
    .sub-hd h3.tittle {
        font-size: 1.8em
    }
    .post-details.s-page h2 {
        font-size: .9em;
        line-height: 1.5em
    }
    .top-comments h3,
    .leave h3 {
        font-size: 1.3em
    }
    p.reply {
        float: right;
        padding: 0;
        width: 29%;
        color: #362f2f;
        font-size: .9em
    }
    p.smith span {
        padding: 0 1em;
        font-size: .9em
    }
    .men i {
        font-size: 1em
    }
    .nav-tabs>li {
        float: none;
        text-align: center
    }
    p.sub-para {
        text-align: justify;
        margin-bottom: 0
    }
    .tab-info .sub-para,
    .story-desc p,
    .footer-grid p {
        text-align: justify!important
    }
    .story-desc h4,
    ul.times li,
    .footer-grid h4,
    .footer-grid ul.tag,
    .social-icons,
    .phonenum {
        text-align: center
    }
    .story-desc p,
    .phonenum {
        margin-bottom: 15px
    }
    ul.times i,
    .hours,
    .social-icons {
        float: none
    }
    ul.times i {
        margin-bottom: 10px
    }
    .border2 {
        width: 100%
    }
    .footer-bottom p {
        top: 9px
    }
    ul.tag li {
        width: 100%;
        margin: 0 0 11px 0
    }
    ul.tag li a {
        width: 100%;
        display: block
    }
    .tour-hd.sub-hd {
        padding-top: 6.5em!important;
        padding-bottom: 2em!important
    }
    .facility-img {
        margin: 2em .7em 0!important
    }
    .ortho-types,
    .cosmetic-types {
        margin: 7% 0 0 4%!important
    }
    #other {
        padding: 40px 0 20px!important
    }
    .con-text h6 {
        font-size: 1.5em!important
    }
    . .single {
        padding: 3em 0!important
    }
    .single.faqwrap {
        padding: 6em 0!important
    }
}

@media (max-width:375px) {
    .nbs-flexisel-nav-right {
        left: 35%;
        background: url(../images/arrow.png) no-repeat 0 -2px
    }
    .header-strip {
        padding: 0em 0 .3em 0
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 212px
    }
    .top_banner.two {
        min-height: 100px
    }
    .sub-hd-inner {
        margin: 0 auto;
        padding-top: 2.5em
    }
    .flickr-grid {
        float: left;
        width: 32%;
        margin: 0 .1em .1em
    }
    .mission h4 {
        font-size: 1.45em
    }
    .nav-tabs>li>a {
        margin: 4px 1px;
        padding: 9px 8px;
        font-size: .8em
    }
    .sub-hd h3.tittle {
        font-size: 1.5em
    }
    h2.tittle {
        font-size: 1em
    }
    .span_1_of_2 h4 {
        font-size: .9em
    }
    .footer-grids h4 {
        font-size: 1em
    }
    .footer-bottom p {
        font-size: .7em
    }
    .slide-title h4 {
        padding: 13px 4px;
        display: block;
        font-size: .9em;
        margin: 0
    }
    .prom-left,
    .prom-right {
        padding: .8em
    }
    .prom-left h5,
    .prom-right h5 {
        font-size: .7em
    }
    .review-slider {
        padding: 2em 0 4em 0
    }
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 45px;
        height: 53px;
        margin-top: 14em;
        border: 1px solid rgba(255, 255, 255, .77)
    }
    .bottom-top h3 {
        font-size: 1.2em;
        line-height: 1.4em
    }
    a.navbar-brand img {
    position: absolute;
    width: 48%;
    top: 15px;
}

.google-img {
    width: 40%;
    float: left;
   top: 20px;
}

video.smile_allvideos {
    width: 100%;
    height: 100%;
}

.col-md-3.videos {
    box-shadow: 0px 0px 7px #ddd;
    padding: 5px;
    width: 100% !important;
    margin: 0px 0px 20px 0px !important;
    border-radius: 5px;
    background: #fff;
}

img.googleplus-img {
    width: 100%;
    float: none;
    margin: 0px 0px 0px 0px;
}

.col-md-6.blogs_design {
    border-left: none !important;
}

.col-md-4.blogs_images img {
    margin-bottom: 20px !important;
}

.col-md-6.blogs_design22 {
    border-left: none !important;
    width: 100% !important;
    margin-left: 0px !important;
}

table#commitments_table {
    font-size: 14px !important;
}

b.address {
    font-size: 14px !important;
}

i.fa.fa-map-marker {
    font-size: 15px !important;
}

i.fa.fa-phone {
    font-size: 15px !important;
}

.form-group.col-sm-12 {
    font-size: 13px !important;
}

img.requestimg {
    width: 95%;
    display:block !important;
}

#close-bar {
    position: absolute;
    width: 40px !important;
    right: 348px !important;
    bottom: 0px !important;
    cursor: pointer;
}

#requestform {
    position: fixed;
    top: 15%;
    z-index: 99999;
    right: -350px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    width: 350px !important;
    padding: 10px 15px 15px 15px !important;
    border-radius: 0;
    border-top: 4px solid #29bdca;
    border-bottom: 4px solid #29bdca;
    border-left: 4px solid #29bdca;
}

.smile-text {
    width: 95% !important;
    background-color: #fff;
    /* height: 230px;
    margin: 0 auto;
    box-shadow: 0px 5px 13px #e0dddd;
    padding: 20px;
    border-radius: 15px; */
}

.rt-mn-cont, .rating-list{width: 100%!important;}

.call-bk1 {
    width: 120px !important;
    display:none !important;
    text-align: center;
    padding: 15px 0px !important;
    background-color: #1ebef0;
    box-shadow: 1px 3px 13px #848484;
    border-radius: 6px 0px 0px 6px;
    color: #fff;
    font-size: 11px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.col-md-6.about-dr {
    text-align: center;
    box-shadow: 1px 1px 15px #d2d0d0;
    background: #ffffffa1;
    border-radius: 10px;
    width: 95% !important;
    height: 610px !important;
    margin: 0px 0px 40px 10px !important;
}

button.readmore-btn {
    width: 55% !important;
    height: 42px;
    background: #b3025b;
    color: #fff;
    margin: 40px 0px 30px 0px;
    border: 1px solid #b3025b;
    border-radius: 8px;
    cursor: pointer;
}

.stickyContact button.ini, input[type="submit"] {
    background: #c51971;
    padding: 15px 15px 15px 15px !important;
    color: #fff;
    border: 0;
    border-radius: 5px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

    .team_bottom-grid {
        margin-top: 2em;
        float: left;
        width: 86%;
        margin-left: 0em;
        padding: 0;
        margin-left: 1.5em
    }
    .men {
        float: left;
        width: 12%;
        padding: 5.4em 0
    }
    .nav-tabs>li {
        float: none;
        text-align: center
    }
    p.sub-para {
        text-align: justify;
        margin-bottom: 0
    }
    .tab-info .sub-para,
    .story-desc p,
    .footer-grid p {
        text-align: justify!important
    }

p.mukherji {
    font-size: 16px;
}

.pdgTop30 {
    margin-top: 20px;
}

    .story-desc h4,
    ul.times li,
    .footer-grid h4,
    .footer-grid ul.tag,
    .social-icons,
    .phonenum {
        text-align: center
    }
    .story-desc p,
    .phonenum {
        margin-bottom: 15px
    }
    ul.times i,
    .hours,
    .social-icons {
        float: none
    }
    ul.times i {
        margin-bottom: 10px
    }
    .border2 {
        width: 100%
    }
    .footer-bottom p {
        top: 9px
    }
    ul.tag li {
        width: 100%;
        margin: 0 0 11px 0
    }
    ul.tag li a {
        width: 100%;
        display: block
    }
    .tour-hd.sub-hd {
        padding-top: 2.5em!important;
        padding-bottom: 2.5em!important
    }
    .review-slider .sub-hd h3 {
        margin-top: 68px
    }
    #other {
        padding: 40px 0 20px!important
    }
    p.men-it {
        width: 85%
    }
    .facility-img {
        margin: 2em .5em 0!important
    }
    .single {
        padding: 3em 0!important
    }
    .single.faqwrap {
        padding: 6em 0!important
    }
}

@media (max-width:320px) {
    .contact-form textarea {
        resize: none;
        height: 120px
    }
    .logo h1 a {
        font-size: 1.4em
    }
    a.navbar-brand img {
        position: absolute
    }
    .social-icons i {
        width: 32px;
        height: 32px
    }
    a i.facebook {
        background: #3b5999 url(../images/img-sprite.png) no-repeat 3px -29px
    }
    a i.twitter {
        background: #55acee url(../images/img-sprite.png) no-repeat 3px 3px
    }
    a i.google-plus {
        background: #dd4b39 url(../images/img-sprite.png) no-repeat 4px -61px
    }
    a i.dribble {
        background: #e74c88 url(../images/img-sprite.png) no-repeat 3px -94px
    }
    .social-icons ul li {
        display: inline-block;
        margin-right: -1px
    }
    p.phonenum {
        float: left;
        font-size: .85em;
        margin-left: 0;
        margin-top: 9px
    }
    .item,
    .item-hover,
    .item-hover .mask,
    .item-img,
    .item-info {
        height: 163px
    }
    .filtr-item {
        padding: 25px 38px 0!important
    }
    .men {
        float: left;
        width: 12%;
        padding: 5.4em 0
    }
    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .projects,
    .gallery,
    .single {
        padding: 1.7em 0
    }
    .con-text h6 {
        font-size: .9em;
        padding: 0 0em;
        line-height: 1.5em
    }
    .con-text p,
    .con-text p a {
        font-size: 1em
    }
    .contact-text {
        min-height: 179px
    }
    .myButton {
        font-size: 1em;
        padding: 12px 0
    }
    .contact-form input[type="text"],
    .contact-form textarea {
        padding: 9px 10px;
        font-size: .9em
    }
    .contact-form span label {
        display: block;
        font-size: .9em
    }
    .item-type-double .item-info .date {
        font-size: 18px
    }
    .sub-hd-inner h3.tittle {
        font-size: 1.3em
    }
    .top_banner.two {
        min-height: 85px
    }
    .sub-hd-inner {
        margin: 0 auto;
        padding-top: 2.1em
    }
    a.navbar-brand img {
        top: 12px;
        position: absolute;
        width: 180px
    }
    .team_bottom-grid {
        margin-top: 2em;
        float: left;
        width: 100%;
        margin-left: 0em;
        padding: 0
    }
    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        border-top: none!important;
        padding: 0 5px!important
    }
    .nav-tabs>li {
        float: none;
        text-align: center
    }
    p.sub-para {
        text-align: justify;
        margin-bottom: 0
    }
    .tab-info .sub-para,
    .story-desc p,
    .footer-grid p {
        text-align: justify!important
    }
    .story-desc h4,
    ul.times li,
    .footer-grid h4,
    .footer-grid ul.tag,
    .social-icons,
    .phonenum {
        text-align: center
    }
    .story-desc p,
    .phonenum {
        margin-bottom: 15px
    }
    ul.times i,
    .hours,
    .social-icons {
        float: none
    }
    ul.times i {
        margin-bottom: 10px
    }
    .border2 {
        width: 100%
    }
    .footer-bottom p {
        top: 9px
    }
    ul.tag li {
        width: 100%;
        margin: 0 0 11px 0
    }
    ul.tag li a {
        width: 100%;
        display: block
    }
    . .tab-info,
    .tab-image {
        width: 100%!important
    }
    .tab-info.serv {
        width: 100%!important
    }
    .tour-hd.sub-hd {
        padding-top: 6.5em!important;
        padding-bottom: 2em!important
    }
    nav.tabs ul li a {
        font-size: 14px!important;
        padding-left: 0px!important
    }
    .ortho-types,
    .cosmetic-types {
        margin: 7% 0 0 -1%!important
    }
    .contact-form .gender input {
        margin-left: 45px
    }
    .tour-img {
        margin: 1em 0
    }
    .single {
        padding: 3em 0!important
    }
    .single.faqwrap {
        padding: 6em 0!important
    }
}

.medicinal-w3-center h4 {
    margin-top: 1em
}

.medicinal-w3-center p {
    width: 58%;
    color: #fff;
    line-height: 1.9em;
    margin-top: .7em;
    font-size: .85em
}

.medicinal-w3-grids.last {
    margin-bottom: 4em
}

.form-wrapper {
    position: absolute;
    bottom: 20%;
    right: 6%;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

@media screen and (max-width:640px) {
    .form-wrapper {
        bottom: 30%;
        right: 26%;
        height: 56%
    }
}

@media screen and (max-width:450px) {
    .form-wrapper {
        display: none
    }
}

.form-wrapper .panel {
    background: transparent;
    margin-bottom: 0
}

.form-wrapper .lead {
    margin-bottom: 0
}

.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-skin>.panel-heading {
    color: #fff;
    border-color: #444;
    box-shadow: none
}

.panel-body {
    padding: 20px
}

.form-wrapper h3.panel-title {
    font-size: 24px;
    font-weight: 700
}

.form-wrapper h3.panel-title .apt-pink {
    color: #fff;
    font-size: 24px;
    font-weight: 800!important
}

.form-wrapper h3.panel-title span {
    font-size: 20px;
    margin: 0 10px 0 0
}

.form-wrapper h3.panel-title small {
    font-size: 16px;
    color: #ddd
}


form.lead input[type="text"], form.lead input[type="email"]{
    border: 1px solid #ced2ce;
    border-radius: 5px;
    font-weight: 600;
    height:40px;
}

label.error{
    font-size: 13px;
    color: red
}

.panel-skin>.panel-heading .badge {
    background-color: #fff
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-wrapper .btn {
    background: #c51971;
    color: #fff
}

.form-wrapper .lead-footer {
    color: #fff;
    padding: 10px 0;
    font-size: 16px
}

.medicinal-w3 .container {
    background: rgba(0, 0, 0, .5);
    padding: 80px 0 30px 0;
    margin-top: -95px
}

.about-achievements ul,
li,
h4,
a {
    color: #fff!important
}

.about-achievements h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 15px;
    padding: 0 40px;
    text-align: center
}

.about-achievements .medicinal-w3-grid.first,
.con-text.first {
    border-right: 2px solid #fff
}

@media screen and (max-width:991px) {
    .about-achievements .medicinal-w3-grid.first,
    .con-text.first {
        border-right: none
    }
}

.abt-ban-title {
    padding-top: 43px
}

#ortho,
#cosmetic,
#basic,
#preventive,
#other {
    padding: 55px 0
}

#cosmetic,
#preventive {
    background: #f4f4f4
}

.captn p {
    color: #fff
}

.tab-info .sub-para {
    margin: 5px 0!important;
    text-align: left
}

.contact-form .gender {
    padding: 20px 0
}

.contact-form .gender input {
    margin-left: 50px
}

.contact-form .gender input.gen-first {
    margin-left: 0
}

.tourism {
    padding-top: 4em;
    padding-bottom: 2em
}

.clinic {
    padding-top: 2em;
    padding-bottom: 4em
}

.tour-hd.sub-hd, .clinic-hd.sub-hd {
    padding-top: 9em;
    background: #f4f4f4;
    padding-bottom: 4em;
    text-align: center;
}

.tourism .tittle {
    1990 font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 1em!important
}

.tourism .sub-para {
    text-align: left
}

.tourism:nth-child(odd),
.gallery:nth-child(oddg) {
    background: #f4f4f4
}

.bs-example-tabs {
    padding: 20px 0;
}

.bs-example-tabs ul li:hover .bs-example-tabs ul li .dropdown-menu {
    display: inline-block
}

.tab-content .tab-info li a {
    color: #777!important
}

.tab-content .tab-info.serv li a:hover {
    color: #23b5b9
}

.tab-content .tab-info p {
    font-size: 1em;
    color: #333 !important;
    font-weight: 600;
    text-align: justify;
}

.tab-content .serv {
    border-left: 5px solid #c51971
}

.tab-content .serv ul li {
    color: #777!important;
    font-weight: 400;
    line-height: 1.9em;
    font-size: .9em;
    border-bottom: 1px solid #fff;
    padding: 10px;
    background: #c51971;
    margin-bottom: 5px
}

.tab-content .serv ul li:hover {
    background: #222
}

.tab-content .serv ul {
    padding: 0
}

.tab-content .serv ul li a {
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 600
}

p.phonenum strong {
    font-weight: bold!important;
    color: #c51971!important
}

.ab.basic-ul-first {
    padding-left: 0em
}

.basic-ul {
    margin-bottom: 2em
}

@media screen and (max-width:991px) {
    .ab.basic-ul-first {
        padding-left: 17px
    }
}

.comments-top-top strong {
    font-weight: 700
}

#ortho-page .tour-img img,
#basic-page .tour-img img,
#cosmetic-page .tour-img img,
#preventive-page .tour-img img,
#other-page .tour-img img {
    padding: 10px;
    border: 1px solid #23b5b9;
    box-shadow: 0 0 1px #999
}

#ortho-page p.sub-para,
#basic-page p.sub-para,
#cosmetic-page p.sub-para,
#preventive-page p.sub-para,
#other-page p.sub-para,
#tourism-page p.sub-para {
    margin: 0 0 1em 0
}

#dent-tips-page .single {
    padding: 2em 0 5em 0
}

.ortho-types img:hover,
.cosmetic-types img:hover {
    box-shadow: -5px -5px 10px #999;
    transition: all 0.3s ease
}

.ortho-types img, .cosmetic-types img {
    float: left;
    margin-bottom: 25px;
}

.story-desc h4 {
    color: #c51971!important;
    font-weight: 500
}

.sub-hd .cont-appt {
    margin-top: 50px
}

body {
    background: #fafafa!important
}

.bs-example .nav-tabs>li {
    margin: 5px;
}

.braces .read-more a {
    color: #fff!important;
    background: #777;
    padding: 10px;
    border-radius: 2px
}

.braces .read-more span {
    color: #777;
    font-size: 20px
}

.braces .read-more a:hover {
    background: #23b5b9
}
.offer-btn {
    position: relative;
    display: block;
    float: right;
    width: 13%;
    margin-top: 11px;
    margin-right: -40px;
    background-color: #c51971;
}

.panvel
{
        width: 48%;
    background-color: #c51971;
    float: left;
    margin-left: 2%;
    margin-top: 7%;
}

.panvel:hover
{
    background-color: #23b5b9;
}

.loctn a h2:hover {
    color: #4cb9bb;
}
.offer-btn a
{
    text-decoration: none;
    margin: 0;
    padding:0;
}

.offer-btn a h2
{
        color: #fff;
    padding-top: 12px;
    text-align: left;
    word-spacing: 12px;
    font-size: 11px;
    padding-left: 18px;
}



.offer-btn a h3
{
            color: #fff;
    text-align: right;
    font-size: 11px;
    padding-right: 14px;
    margin-top: -11px;
}


.vashi
{
       width: 48%;
    background-color: #c51971;
    float: left;
    margin-left: 2%;
    margin-top: 7%;
}

.vashi:hover
{
    background-color: #23b5b9;
}

.offer-btn-right {
        font-size: 11px;
        text-align: center;
    cursor: pointer;
    background: #c51971;
    padding: 8px 8px 8px 8px;
    color: #fff;
    border: 0;
    width: 100%;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.offer-btn-right:hover {
    background: #23b5b9;
    color: #fff;
}
img.ofr-btn-img {
    width: 28px;
    height: 35px;
    border-radius: 15px;
}
.bleaching-img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2em
}

.facility-img {
    margin: 2em;
    float: left;
    width: 100%
}

.facility-img img {
    max-width: 300px;
    border: 2px solid #26b6ba;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.doctors-img  {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    float: left;
}

.doctor_certificate{    
    padding: 3px;
    box-shadow: 0px 0px 6px #1ebef0;
}

/*----------Kalyani ( 05-07-2018 )-----------*/

.doctors-img1 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border: 1px solid #f2f2f2; */
    /* overflow: hidden; */
    /* float: left; */
    /* margin: 30px 0px 0px 0px; */
    width: 100%;
}

.doctors-img1 img
{
    width:40%;
    margin: 0 auto;
}

.about-dr  {
    text-align: center;
    box-shadow: 1px 1px 15px #d2d0d0;
    background: #ffffffa1;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    height: 770px;
    float: left;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



button.readmore-btn {
    width: 40%;
    height: 42px;
    background: #b3025b;
    color: #fff;
    margin: 40px 0px 30px 0px;
    border: 1px solid #b3025b;
    border-radius: 8px;
    cursor: pointer;
}

.doctors-detail1 {
    width: 100%;
    float: left;
    margin: 6px 0px 0px 0px;
    flex: auto;
}

.doctors-detail1 h4 {
    color: #23B5B9!important;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

.doctors-detail1 h4 span {
    font-size: 15px;
    color: #8f8f8f;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.doctors-detail1 ul {
    margin-top: 20px;
}

.doctors-detail1 ul li {
    color: #333 !important;
    padding: 5px 0;
    line-height: normal;
    position: relative;
    padding-left: 20px;
    font-size: .9em;
    text-align:left;
}

.doctors-detail1 ul li:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #23B5B9;
    font-size: 12px;
    padding-right: .5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.doctors-detail h4 {
    color: #23B5B9!important;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

.doctors-detail h1 {
    color: #23B5B9!important;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

h6.certificate_title
 {
    color: #23b5b9!important;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}

.doctors-detail h4 span {
    font-size: 15px;
    color: #8f8f8f;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.doctors-detail h1 span {
    font-size: 15px;
    color: #8f8f8f;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.doctors-detail p {
    line-height: normal;
    font-size: 15px;
}

.doctors-detail ul {
    margin-top: 20px
}

.doctors-detail ul li {
    color: #333 !important;
    padding: 5px 0;
    line-height: normal;
    position: relative;
    padding-left: 20px;
    font-size: .9em
}

.padding-bottom-60 {
    padding-bottom: 60px
}

.doctors-detail ul li:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #23B5B9;
    font-size: 12px;
    padding-right: .5em;
    position: absolute;
    top: 10px;
    left: 0
}

.services-banner {
    height: 500px;
    overflow: hidden;
    background: url(/images/i4.JPG)no-repeat top center;
    background-size: cover;
    position: relative;
}

.services-banner:after {
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.pNf-wrap {
    padding: 150px 0 60px;
    background-color: #f3f3f3;
    text-align: center
}

.pnf-img img {
    width: 445px;
    height: inherit;
    margin: 0 auto
}

.pnf-info {
    padding: 40px 0;
    font-size: 35px;
    font-weight: 300;
    line-height: 42px
}

a.goBtn {
    padding: 15px 30px;
    background-color: #222;
    border-radius: 4px;
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 16px
}

.breadcrump {
    top: 187px;
    position: relative;
    text-align: center
}

.breadcrump ul li {
    display: inline-block;
    margin: 0 5px;
    position: relative
}

.breadcrump ul li a {
    color: #23B5B9!important
}

.breadcrump ul li {
    color: #4e4e4e!important
}

.breadcrump ul li a:after {
    content: "/";
    position: absolute;
    right: -11px
}

.blog-row {
    float: left;
    width: 100%;
    padding-bottom: 2.3%;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #f4f4f4
}

.blog-hd a {
    color: #000!important;
    font-size: 20px;
    font-weight: 500
}

.blog-hd a:hover {
    color: #23B5B9!important
}

a.read-more {
    color: #fff;
    background: #23B5B9;
    border-radius: 2px;
    padding: 11px 19px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block
}

a.read-more:hover {
    background: #c61272
}

.info-blog {
    display: inline-block;
    width: 100%;
    margin-top: 13px
}

.info-blog span {
    display: inline-block;
    margin-right: 2px;
    font-size: 11px;
    background: #e5e5e5;
    border-radius: 4px;
    padding: 8px 10px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase
}

.social-bnt {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.social-bnt span {
    display: inline-block;
    margin-right: 2px;
    font-size: 11px;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 8px 10px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.view-blog-row {
    box-shadow: none
}

.view-blog-con .blog-hd {
    color: #23B5B9;
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 30px 0;
    text-align: center
}

.view-blog-con img {
    border: none
}

.view-blog-con p {
    margin: 10px 0
}

.dropdown-nav-m {
    position: relative
}

.dropdown-nav-m:hover .dropdown-menu-sub {
    display: block
}

.dropdown-menu-sub {
    display: none;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 200px;
    box-shadow: 0 8px 17px rgba(0, 0, 0, .1);
    padding: 15px
}

.dropdown-menu-sub li a {
    color: #444!important;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px
}

.dropdown-menu-sub li a:hover {
    color: #c51971!important
}

a.hplink {
    color: #c51971!important
}

.stickyContact {
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 10000
}

.stickyContact button.ini,
input[type="submit"] {
        background: #c51971;
    padding: 15px;
    color: #fff;
    border: 0;
    border-radius: 5px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
input[type="submit"]:hover{
    color: #fff
}
.lead{
    margin:0;
}
.lead .lead-footer{
   color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 0 0 0;
}

input[type="submit"] {
    border-top-left-radius: 0;
    padding: 10px 15px
}

.stickyContact button:hover {
    background: #23b5b9;
    color: #fff;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    bottom: 0
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-top-left-radius: 20px
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 20px
}

.modal-body p {
    text-align: left;
    font-size:15px;
}

/*.modal-body p input {
    margin: 20px
}*/

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out
}

.modal.right.fade.in .modal-dialog {
    right: 15px
}

.modal-content {
    position: fixed;
    border-radius: 0;
    border: none;
    width: 40%;
    top: 94px;
    left:400px;
    z-index: 999999;
    height: auto;

}

.modal-footer {
    
    text-align: right;
    border-top: 1px solid #fff;
}

.rating-star
{
    float: left;
    width: 100%;
    margin: -9px 0px 15px 0px;
}

.enter-text img
{
    float: right;
    margin-right: 150px;
    margin-bottom: 10px;
}

lable.enter-img
{
    padding-left: 5px;
}

.img-text
{
    width: 91%;
    padding: 1%;
    margin-left: 20px;
    border: 1px solid #c3c0c0;
    border-radius: 4px;
}

.modal-header {
    border-bottom-color: #c51971;
    background-color: #c51971;
    min-height: 16.42857143px;
    padding: 8px 20px !important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px !important;
}
 .carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    padding: 0
}
.carousel-caption h2{
font-family: 'Poppins', sans-serif;
font-weight: 700;
    font-size: 25px;
}
.carousel-caption p{
    color: #fff;
    font-size: 17px;
    line-height: normal;
}
@media screen and (min-width:768px) {
    
    .carousel-caption {
    /*left: 10%;
    text-align: right;
    width: 50%;
    right: auto;
    padding:5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;*/

    /*width: 50%;
    padding:5px;
    top: 50%;
    transform: translateY(-50%);*/

    text-shadow: none;
}
.carousel-inner > .item.text-grey .carousel-caption, .carousel-inner > .item.text-grey .carousel-caption p{
    color: rgb(48,48,48) !important;
}
.carousel-inner > .item.left-txt .carousel-caption{
    left: 10%;
    width: 43%;
    padding:5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}


.carousel-caption h2{
font-family: 'Poppins', sans-serif;
font-weight: 600;
    font-size:46px;
}
.carousel-caption p{
    font-size: 20px;
    line-height: 25px;
    padding: 25px 0
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid #444;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;    
    border: 3px solid #444;
    background:#444;
    margin: 0;
    background-color: url(../images/pagenate.png) no-repeat 0px 0px;
}
@m

    .dropdown:hover .dropdown-menu {
        display: block
    }
    .dropdown-menu {
        margin-top: 0
    }
    .carousel-inner{
        height: 570px
    }
}

.tabs .s-tab{
    text-align: center;
}
.tabs .s-tab.current a{
    background: #c51971;
}
.tabs .s-tab a{
        display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.tabs .s-tab a:hover{
    background: #c51971;
}
.main-bannar .carousel-indicators{
    display: none;
}

.dropdown-menu {
    border-top: 3px solid #23B5B9;
    background: #f4f4f4;
    /*display:block;*/
}

.dropdown-menu ul {
    width: 270px
}

.dropdown-menu ul li {
    width: 100%;
    float: left
}

.dropdown-menu ul li a {
    color: #333!important;
    width: 100%!important;
    float: left;
    font-weight: 600;
    padding: 15px 20px;
    text-decoration: none;
    border-bottom: 1px solid #eee
}

.dropdown-menu ul li a:hover {
    background: #c51971;
    color: #fff!important
}

@media screen and (max-width:767px) {
    .tabs .s-tab a{
            font-size: 18px;
    padding: 10px 0;
    }
    img.xmas-img {
    height: 220px!important;
    margin-top: 40px !important;
}
    .dropdown-menu ul {
        width: auto;
        float: left
    }
    .navbar-nav .open .dropdown-menu {
        background-color: rgb(199, 199, 199);
        z-index: 99999;
        position: absolute;
    }
}

.sub-hd h1.tittle {
    font-size: 2.5em;
    font-weight: 300;
    color: #222;
    font-family: 'Open Sans', sans-serif!important
}

.sub-hd h1.tittle span {
    color: #222;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important
}

.tk {
    text-align: center;
    padding: 150px
}

.top_banner #myCarousel .carousel-inner {
    overflow: visible
}

.blogimgCenter {
    text-align: center
}

.blogimgCenter img {
    width: inherit
}

@media (min-width:667px) {
    .pdgTop60 {
        padding-top: 60px !important;
    }
    /*.banner-text--content-left {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0%;
    z-index: 1111;
    float: left;
}
span.welcome-text {
    font-size: 10px;
    color: #fff;
    font-weight: 800;
}
p.banner-text {
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
    text-align: justify;
}*/
    .pdgTop30 {
        padding-top: 30px !important;
    }

    .gplus-button {
        position: absolute;
        top: 55px;
        right: 20px;
    }
}

@media (max-width:768px) {

    .gplus-button {
        position: absolute;
        top: 656px;
        left: 28px;
        z-index: 999;
    }
    .div_1 h2 {
    font-size: 27px !important;
    font-size: 8px !important;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
img.center.aligncenter {
    margin-left: 12% !important;
}
.review-div1 {
    margin-left: 20px;
    width: 44% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.review-div2 {
    width: 44% !important;
    float: right !important;
    margin-left: 2% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
}



/*edited css 8th nov*/

.banner-text--content-left {
    position: absolute;
    top: 30%;
    bottom: 0;
    right: 0;
    left: 5%;
    z-index: 1111;
}

p.banner-text-content {
    background: transparent;
    background-color: #170700;
    padding: 5px 5px;
}

span.welcome-text {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
}

p.banner-text {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.story-desc h4 {
    color: #c51971!important;
    font-weight: 600;
    font-size: 14px;
}

p.p1 {
    line-height: 1.9em;
    margin-top: .7em;
    font-size: .9em;
    text-align: justify;
}



/*services*/

.aservices {
    width: 100%;
    margin:0;
    float: left;
}

.aservices .col1 {
    float: left;
    height: auto;
    width: 48%;
    list-style-type: none;
    margin: 0;
}

.aservices h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    margin: 10px;
    color: #3d9b33;
}

.aservices .servicecontainer {
    width: 96%;
    float: left;
    margin: 10px auto;
    padding: 0;
    background-color: #e1e1e2;
    border: 1px solid #acacac;
    border-radius: 9px;
    height: auto;
}

.aservices .serviceimg {
    width: 36%;
    float: left;
    margin: 0 0 -5px;
    height: auto;
}

.aservices .serviceimg {
    width: 36%;
    float: left;
    margin: 0 0 -5px;
    height: auto;
}

.aservices p {
    color: #5d5d5d;
    margin: 1px 10px;
    text-align: justify;
    font-size: 13px;
    line-height: 23px;
    height: 155px;
    max-height: 155px;
    overflow: hidden;
    word-break: keep-all;
    margin-top: 8px;
}

.aservices .col2 {
    float: right;
    height: auto;
    width: 48%;
    list-style-type: none;
    margin: 0;
}

.aservices h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    margin: 0px;
    color: #3d9b33;
    margin-bottom: 10px;
    margin-top: 10px;
}

a.knw-more-link {
    float: right;
    padding: 8px 14px;
    background-color: #c82071;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #fff !important;
    margin-top: 10px;
    font-size: 13px;
}

a.col-title {
    color: #333 !important;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

img.service-img {
    position: relative;
    display: block;
    width: 96%;
    height: 218px;
}

@media only screen and (max-width: 768px) {
    .banner-text--content-left {
        position: absolute;
        top: 20%;
        bottom: 0;
        right: 0;
        left: 0%;
        z-index: 1111;
        float: left;
    }
    span.welcome-text {
        font-size: 10px;
        color: #fff;
        font-weight: 800;
    }
    p.banner-text {
        font-size: 9px;
        line-height: 12px;
        color: #fff;
        font-weight: 600;
        text-align: justify;
    }
    .div_1 h2 {
    font-size: 27px;
    font-size: 8px;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
img.center.aligncenter {
    margin-left: 12%;
}
.div_1 h2 {
    font-size: 27px !important;
    font-size: 8px !important;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
img.center.aligncenter {
    margin-left: 12% !important;
}
.review-div1 {
    margin-left: 20px;
    width: 44% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.review-div2 {
    width: 44% !important;
    float: right !important;
    margin-left: 2% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
}


@media only screen and (max-width: 768px) {
    .div_1 h2 {
    font-size: 27px !important;
    font-size: 8px !important;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
img.center.aligncenter {
    margin-left: 12% !important;
}
.review-div1 {
    margin-left: 20px;
    width: 44% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.review-div2 {
    width: 44% !important;
    float: right !important;
    margin-left: 2% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .form-wrapper {
        position: absolute;
        bottom: 20%;
        right: -16%;
        z-index: 99;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        width: 40%;
        float: right;
        left: 48%;
    }
    .col-md-6.banner-content {
        position: absolute;
        top: 13%;
        bottom: 0;
        right: 0;
        left: 5%;
        z-index: 1000;
        width: 96%;
        height: 49%;
    }
    img.center.aligncenter {
    margin-left: 10%;
}
    .banner-text--content-left {
        position: absolute;
        top: 20%;
        bottom: 0;
        right: 0;
        left: 0%;
        z-index: 1111;
        float: left;
        width: 75%;
    }
    span.welcome-text {
        font-size: 14px;
        color: #fff;
        font-weight: 800;
    }
    p.banner-text {
        font-size: 12px;
        line-height: 28px;
        color: #fff;
        font-weight: 600;
    }
    .multi-gd-text h4 {
        font-size: 9px;
        color: #333 !important;
        font-weight: 600;
        margin-bottom: 0px;
    }
    p.p1 {
        line-height: 15px;
        margin-top: .7em;
        font-size: 9px;
        text-align: center !important;
    }
    .call-bk {
    width: 65px;
    padding: 8px 10px;
    background-color: #c61970;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
}




/*---------------16.11.2017------------------*/


/*.equipSec, .MateSec{
	float: left;
    width: 50%;
    position: relative;
    height: 100%;
}
.equipSec .col-md-3, .MateSec .col-md-3{
	width:49%;
	transform: none!important;
}*/

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8% !important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.box {
    width: 100%;
    height: 300px;
    background-color: rgb(41, 128, 185);
}

.multi-gd-text {
    text-align: center;
    width: 60%;
    margin-left: 20%;
}

.multi-gd-text img {
    height: auto;
    width: 65%;
    margin-left: 18%;
}

.multi-gd-text img {
    height: auto;
    width: 65%;
    margin-left: 18%;
}

p.p1 {
    line-height: 1.9em;
    margin-top: .7em;
    font-size: 17px;
    text-align: center !important;
    margin-bottom: 60px;
    font-weight: 600;
    color: #333 !important;
}
.multi-gd-text h4 {
    font-size: 20px;
    color: #333 !important;
    font-weight: 800;
    margin-bottom: 15px;
    background-color: #c61970;
    color: #fff !important;
    padding: 5px 0px;
    width: 65%;
    margin-left: 18%;
}

.col-md-6.banner-content {
    position: absolute;
    top: 30%;
    bottom: 0;
    right: 0;
    left: 5%;
    z-index: 1000;
    width: 50%;
    height: 49%;
}

h2.stories-tittle {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4em;
    color: #23b5b9;
    text-align: center;
    margin: 50px auto;
    font-family: 'Poppins', sans-serif;
}

h2.tittle {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4em;
    margin:70px 0px 50px 0px;
    color: #23b5b9;
    text-align: center;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}


h2.title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4em;
    margin:70px 0px 50px 0px;
    color: #23b5b9;
    text-align: center;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

.aboutdr-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4em;
    margin:50px 0px 40px 0px;
    color: #23b5b9;
    text-align: center;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

h2.tittle33 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 29px;
    line-height: 1.4em;
    margin-bottom: .5em;
    color: #23b5b9;
    text-align:center;
    margin: 50px auto;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

th.table_th2 {
    font-weight: 600;
    font-size: 17px !important;
}

.table-bordered {
    border: 1px solid #ddd;
    background: #fff;
    width:100%;
}

table#commitments_table {
    width: 80%;
    margin: 0 auto;
    font-size: 19px;
}

b.address {
    font-size: 17px;
    font-weight: 600;
    padding: 0px 7px 0px 0px;
}

i.fa.fa-map-marker {
    font-size: 18px;
    padding-right: 10px;
     padding-top: 10px;
}

#address_details i.fa
{
    font-size: 18px;
    padding-right: 10px;
    padding-top: 10px;
}

span.adress_title {
    font-size: 20px;
    color: #23b5b9;
    font-weight: 600;
    text-decoration: underline;
}

div#addr {
    text-align: left;
    width: 37%;
    margin: 0 auto;
}

.form-group.col-sm-12 {
    font-size: 15px;
    text-align: left;
}

div#address_details {
    width: 85%;
    text-align: justify;
}

.col-md-6.our_stastics_table {
    background: #ffffffba;
    width: 48%;
    margin-left: 18px;
    border-radius: 10px;
    height: 544px;
    box-shadow: 0px 0px 10px #c3c1c1;
}

.tour-img img {
    width: 356px;
    margin-top: 10px;
}

.carousel {
    position: relative;
    background: linear-gradient(#08070a, #ffffff) !important;
}




/*edited css 23rd nov*/

@media only screen and (max-width: 768px) {
    .form-wrapper {
        position: absolute;
        bottom: 20%;
        right: -16%;
        z-index: 99;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        width: 40%;
        float: right;
        left: 48%;
    }
    .col-md-6.banner-content {
        position: absolute;
        top: 13%;
        bottom: 0;
        right: 0;
        left: 5%;
        z-index: 1000;
        width: 96%;
        height: 49%;
    }
    .banner-text--content-left {
        position: absolute;
        top: 20%;
        bottom: 0;
        right: 0;
        left: 0%;
        z-index: 1111;
        float: left;
        width: 75%;
    }
    span.welcome-text {
        font-size: 14px;
        color: #fff;
        font-weight: 800;
    }
    p.banner-text {
        font-size: 9px;
        line-height: 28px;
        color: #fff;
        font-weight: 600;
    }
    .multi-gd-text h4 {
        font-size: 9px;
        color: #333 !important;
        font-weight: 600;
        margin-bottom: 0px;
    }
    p.p1 {
        line-height: 15px;
        margin-top: .7em;
        font-size: 9px;
        text-align: center !important;
    }
    .aservices .col1 {
        float: left;
        height: auto;
        width: 100%;
        list-style-type: none;
        margin: 0;
    }
    .aservices .col2 {
        float: right;
        height: auto;
        width: 100%;
        list-style-type: none;
        margin: 0;
    }
    a.col-title {
        color: #333 !important;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }
    h1.tittle {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: .5em;
        color: #23b5b9;
        text-align: center;
        margin: 40px auto;
        text-decoration: underline;
    }
    h1.stories-tittle {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 20px;
        line-height: 1.4em;
        color: #23b5b9;
        text-align: center;
        margin: 50px auto;
    }
    nav.tabs ul li.current a {
        background-color: #c51971;
        top: 0px;
        height: 83px;
        padding-top: 25px;
    }
    .blogimgCenter {
        text-align: center;
        width: 100%;
    }
div#carousel-example-generic {
    height: 230px;
}
.call-back-wrap {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 99999;
}
.call-bk {
    width: 65px;
    padding: 8px 10px;
    background-color: #c61970;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a.sub-menu {
    display: block !important;
}
.div_1 h2 {
    font-size: 27px;
    font-size: 8px;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
img.center.aligncenter {
    margin-left: 12%;
}
.review-div1 {
    margin-left: 20px;
    width: 44%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.review-div2 {
    width: 44%;
    float: right;
    margin-left: 2%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
img.img-review {
    width: 100% !important;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px #eee;
}
}


@media only screen and (max-width: 360px) {
    .div_1 h2 {
    font-size: 27px !important;
    font-size: 8px !important;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
img.center.aligncenter {
    margin-left: 12% !important;
}
.review-div1 {
    margin-left: 20px;
    width: 44% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.review-div2 {
    width: 44% !important;
    float: right !important;
    margin-left: 2% !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
    a.sub-menu {
    display: block !important;
}
    .form-wrapper {
        position: absolute;
        bottom: 20%;
        right: -16%;
        z-index: 99;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        width: 40%;
        float: right;
        left: 48%;
    }
    .col-md-6.banner-content {
        position: absolute;
        top: 15%;
        bottom: 0;
        right: 0;
        left: 5%;
        z-index: 1000;
        width: 96%;
        height: 49%;
    }
    .banner-text--content-left {
        position: absolute;
        top: 20%;
        bottom: 0;
        right: 0;
        left: 0%;
        z-index: 1111;
        float: left;
        width: 75%;
    }
    span.welcome-text {
        font-size: 16px;
        color: #fff;
        font-weight: 800;
    }
    p.banner-text {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        font-weight: 600;
    }
    .multi-gd-text h4 {
        font-size: 9px;
        color: #333 !important;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: -10px;
    }
    p.p1 {
        line-height: 15px;
        margin-top: .7em;
        font-size: 9px;
        text-align: center !important;
    }
    .aservices .col1 {
        float: left;
        height: auto;
        width: 100%;
        list-style-type: none;
        margin: 0;
    }
    .aservices .col2 {
        float: right;
        height: auto;
        width: 100%;
        list-style-type: none;
        margin: 0;
    }
    a.col-title {
        color: #333 !important;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }
    h1.tittle {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: .5em;
        color: #23b5b9;
        text-align: center;
        margin: 40px auto;
        text-decoration: underline;
    }
    h1.stories-tittle {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 20px;
        line-height: 1.4em;
        color: #23b5b9;
        text-align: center;
        margin: 50px auto;
    }
    nav.tabs ul li.current a {
        background-color: #c51971;
        top: 0px;
        height: 83px;
        padding-top: 25px;
    }
    .call-back-wrap {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 99999;
}
.call-bk {
    width: 65px;
    padding: 8px 10px;
    background-color: #c61970;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
}

@media (max-width: 414px) {
    .div_1 h2 {
    font-size: 27px;
    font-size: 8px;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
img.center.aligncenter {
    margin-left: 12%;
}
.review-div1 {
    margin-left: 20px;
    width: 44%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.review-div2 {
    width: 44%;
    float: right;
    margin-left: 2%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
    a.sub-menu {
    display: block !important;
}
    nav.tabs ul li a {
        padding-top: 0px!important;
        font-size: 13px!important;
    }
    nav.tabs ul li.current a {
        background-color: #c51971;
        top: 0px;
        height: 83px;
        padding-top: 25px;
    }
    .call-back-wrap {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 99999;
}
.call-bk {
    width: 65px;
    padding: 8px 10px;
    background-color: #c61970;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
}

@media (max-width: 414px) {
    nav.tabs ul li a {
        padding-top: 0px!important;
        font-size: 13px!important;
    }
    nav.tabs ul li.current a {
        background-color: #c51971;
        top: 0px;
        height: 83px;
        padding-top: 25px;
    }
}



/*@media screen and (max-width: 450px){
.form-wrapper {
    display: block !important;
}
}*/

img.met-img {
    width: 45%;
}
.eqp-mat-btn-section {
    position: relative;
    display: inline-flex;
    width: 54%;
}
img.eq-img {
    max-width: 300px;
    border: 2px solid #26b6ba;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
img.mat-img {
    max-width: 300px;
    border: 2px solid #26b6ba;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    height: 232px;
}
.mat-btn-section-center {
    margin-left: 30px;
}
button.ep-btn {
    background-color: #c51971;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 14px 23px;
    font-size: 14px;
    border: none;
}
button.mat-btn {
    background-color: #c51971;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 14px 23px;
    font-size: 14px;
    border: none;
}
.call-back-wrap {
    position: fixed;
    left: 0;
    top: 60%;
    z-index: 99999;
}

.call-back-wrap1 {
    position: fixed;
    right: 0;
    bottom:35%;
    z-index: 99999;
}

.call-bk {
    width: 95px;
    padding: 14px 10px;
    background-color: #c61970;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.call-bk1 {
	display:block;
    width: 125px;
    border:1px solid #1ebef0;
    text-align: center;
    line-height: 20px;
    padding: 5px 0px;
    background-color: #1ebef0;
    box-shadow: 1px 3px 13px #848484;
    border-radius: 6px 0px 0px 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#map .modal-body{
    background: #fff;
} 
#map{
    box-shadow: 0 0 20px rgba(0,0,0,0.75)
}
#map .modal-body label{
    width: 100%;
}
#map .modal-body input{
    width:100%;
}


button.close.close-fb-f {
    font-size: 42px;
    margin-top: -13px;
}
.modal-body .form-group label{
    padding-bottom: 10px;
}

fieldset, label { margin: 0; padding: 0; }

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.modal-backdrop.fade{
    display: none;
}
.modal-backdrop.fade.in{
    display: block;
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #c51971;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #ff78bd;  } 
/*.modal-backdrop.fade{display: none!important}*/

.rating1 { 
  border: none;
  float: left;
}

.rating1 > input { display: none; } 
.rating1 > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.modal-backdrop.fade{
    display: none;
}
.modal-backdrop.fade.in{
    display: block;
}

.rating1 > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating1 > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating1 > input:checked ~ label, /* show gold star when clicked */
.rating1:not(:checked) > label:hover, /* hover current star */
.rating1:not(:checked) > label:hover ~ label { color: #c51971;  } /* hover previous stars in list */

.rating1 > input:checked + label:hover, /* hover current star when changing rating */
.rating1 > input:checked ~ label:hover,
.rating1 > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating1 > input:checked ~ label:hover ~ label { color: #ff78bd;  } 
/*.modal-backdrop.fade{display: none!important}*/
.rating2 { 
  border: none;
  float: left;
}

.rating2 > input { display: none; } 
.rating2 > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.modal-backdrop.fade{
    display: none;
}
.modal-backdrop.fade.in{
    display: block;
}

.rating2 > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating2 > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating2 > input:checked ~ label, /* show gold star when clicked */
.rating2:not(:checked) > label:hover, /* hover current star */
.rating2:not(:checked) > label:hover ~ label { color: #c51971;  } /* hover previous stars in list */

.rating2 > input:checked + label:hover, /* hover current star when changing rating */
.rating2 > input:checked ~ label:hover,
.rating2 > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating2 > input:checked ~ label:hover ~ label { color: #ff78bd;  } 
/*.modal-backdrop.fade{display: none!important}*/

.rating3 { 
  border: none;
  float: left;
}

.rating3 > input { display: none; } 
.rating3 > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.modal-backdrop.fade{
    display: none;
}
.modal-backdrop.fade.in{
    display: block;
}

.rating3 > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating3 > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating3 > input:checked ~ label, /* show gold star when clicked */
.rating3:not(:checked) > label:hover, /* hover current star */
.rating3:not(:checked) > label:hover ~ label { color: #c51971;  } /* hover previous stars in list */

.rating3 > input:checked + label:hover, /* hover current star when changing rating */
.rating3 > input:checked ~ label:hover,
.rating3 > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating3 > input:checked ~ label:hover ~ label { color: #ff78bd;  } 
/*.modal-backdrop.fade{display: none!important}*/






.practo-wid {
    position: fixed;
    right: 0;
    bottom:80px;
    background: #fff;
}

/*28th nov*/

a.sub-menu {
    display: none !important;
}
@media (max-width: 768px){
    .sleekslider .tab-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 90px !important;
    margin-left: 80px !important;
}
.offer-btn {
    position: relative;
    display: block;
    float: right;
    width: 56%;
    margin-top: 11px;
    margin-right: 78px;
}
.services-banner {
    height: 320px !important;
    overflow: hidden;
    background: url(/images/i4.JPG)no-repeat center center;
    background-size: cover;
}
.basic-ul {
    margin-bottom: 0px !important;
}
    .ortho-types img, .cosmetic-types img {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
    a.sub-menu {
    display: block !important;
}
.modal-content {
    position: fixed;
    border-radius: 0;
    border: none;
    top: 16px !important;
    left: 0px !important;
    width: 90% !important;
    margin-top: 74px;
    z-index: 999999;
    right: 0;
}

#map {
    box-shadow: 0 0 20px rgba(0,0,0,0.75);
    height: 297px;
    background: #fff;
}
.form-group {
    margin-bottom: 5px;
    font-size: 10px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    float: left;
    margin: 0px 0px 10px 0px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-footer {
    padding: 5px 20px 20px !important;
    margin-top: 280px !important;
    text-align: right;
    border-top: 1px solid #fff;
}

.carousel-inner > .item > img
 {
    display: block;
    max-width: 100%;
    height: 232px;
    }

.call-back-wrap {
    position: fixed;
    left: 0;
    top: 72% !important;
    z-index: 99999;
}
.aservices .servicecontainer {
    width: 100% !important;
    float: left;
    margin: 10px auto;
    padding: 0;
    background-color: #e1e1e2;
    border: 1px solid #acacac;
    border-radius: 9px;
    height: auto;
}
h1.tittle {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: .5em;
    color: #23b5b9;
    text-align: center;
    margin: 20px auto !important;
    text-decoration: underline;
}
.eqp-mat-btn-section {
    position: relative;
    display: block !important;
    width: 100% !important;
}
.mat-btn-section-center {
    margin-left: 0px !important;
}
}
@media (max-width: 480px){
nav.tabs ul li a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 25px !important;
    left: 0px;
    padding-left: 11px;
    z-index: 999 !important;
}

.col-md-6.our_stastics_table {
    width: 100% !important;
     height: 100% !important;
    margin-left: 0px !important;
}

.table-bordered {
    width: 100% !important;
}
th.table_th2 {
    font-weight: 600;
    font-size: 13px !important;
}

.col-md-3.videos {
    box-shadow: 0px 0px 7px #ddd;
    padding: 5px;
    width: 100% !important;
    margin: 0px 0px 20px 0px !important;
    border-radius: 5px;
    background: #fff;
}

.ortho-types img, .cosmetic-types img {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
}

.filteredOut{
    display: none;
}


@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px){
    .col-md-6.banner-content {
    position: absolute;
    top: 15%;
    bottom: 0;
    right: 0;
    left: 5%;
    z-index: 1000;
    width: 96%;
    height: 49%;
}
p.banner-text {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #fff;
    font-weight: 600;
}
.sleekslider .tab-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 55px !important; 
    margin-left: 80px !important;
}
nav.tabs {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 9999 !important;
    background-color: #222;
}
.call-bk {
    width: 85px;
    padding: 10px 10px;
    background-color: #c61970;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
}
.div_1 {
    border-radius: 5px;
    margin-left: 21%;
    width: 60%;
    border: solid 1px #f3f3f3;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    padding: 20px;
    margin-top: 20px;
}
img.center.aligncenter {
    margin-left: 40%;
}
.review-div-inline {
    position: relative;
    display: inline-flex;
    width: 100%;
}
img.img-review {
    width: 565px;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px #eee;
}
.review-div1 {
    margin-left: 20px;
    width: 35%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.review-div2 {
    width: 35%;
    float: right;
    margin-left: 14%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.div_1 h2 {
    font-size: 20px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.4em;
    color: #23b5b9;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
.viewreview {
    width: 60%;
    margin-left: 21%;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-align: center;
    background: #c61970;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

/*Edited 17th jan 2018*/


.simle-text
{
    font-size: 17px;
    color: #444;
    line-height: 20px;
}

.w3-content.w3-section
{
    background-color: #fff;
    max-width:100%; 
    text-align: center;
    /*box-shadow: 0px 5px 13px #e0dddd;*/
}

.w3-center
{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    line-height: 100px;
    color: #23b5b9;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.author
{
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 600;
    padding: 15px;
}

p.rates-texts {
    font-size: 18px;
    /* text-align: center; */
    padding: 0 0 10px;
}

.smile-text
{
    width: 100%;
    background-color: #fff;
    /* height: 280px; */
    margin: 0 auto;
    /* box-shadow: 0px 5px 13px #e0dddd; */
    padding: 20px;
    /* border-radius: 15px; */
}

/*-----Kalyani (06-07-2018)-----*/
#requestform {
    position: fixed;
    top: 15%;
    z-index: 99999;
    right: -350px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    width: 350px;
    padding: 10px 35px 15px 35px;
    border-radius: 0;
    border-top: 4px solid #29bdca;
    border-bottom: 4px solid #29bdca;
    border-left: 4px solid #29bdca;
}

h3.request-title {
    font-size: 20px;
    text-align: center;
    padding: 10px 0px 20px 0px;
    color: #c51971;
    font-weight: 600;
}

i.fa.fa-times.requestform-close {
    float: right;
    margin: -56px -25px 0px 0px;
    font-size: 20px;
    color: #a5a5a5;
    cursor:pointer;
}

#close-bar {
    position: absolute;
    width: 30px;
    right: 445px;
    bottom: -3px;
    cursor: pointer;
}

button.btn.btnblog {
    width: 100%;
    background: #1ebef0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.myButton1{
	background-color:none;
}

img.requestimg {
    width: 95%;
    display:none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}
.sticky + .carousel {
  padding-top: 150px;
}

.seftf{
    /*position: absolute;
    top: 10%;
    left: 0;
    right: 5%;*/
}
.bnr-form{
    /*position: absolute;
    right: 0px;
    top: 60px;
    width: 500px;
    z-index: 99*/
}
.form_datail{
    padding: 20px 15px 15px;
    box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
    border: 1px solid #eee;
}
.form_datail h2{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    padding: 0 0 15px 0;
}
.form_datail h2 i{
    font-weight: normal;
}
.form_datail h2 small{
    font-size: 14px;
    font-weight: 500;
    display: block;

}
.main-bannar{
    position: relative;
}
@media screen and (max-width:375px){
    .swipe-link {
    left: 48%;
    padding: 10px 10px;
    font-size: 14px;
}
#swipebox-action #swipebox-next {
    right: 22px;
    top: 5px;
}
#swipebox-action #swipebox-prev {
    right: 70px;
    top: 5px;
}
}
@media (max-width: 767px){
.seftf {
    position: static;
    margin: 73px auto 0 auto;
}
.bnr-form {
    position: static;
    width: 100%;
}
form.lead input[type="text"], form.lead input[type="email"] {
    padding: 20px 10px;
}

.carousel-inner {
    height: 100%;
margin: 95px 0px 0px 0px;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.carousel-caption p {
    color: #fff;
    font-size: 13px;
    line-height: normal;
}

.pink-btn, .white-btn {
    background: rgba(197,25,113,0.6);
    color: #fff;
    display: none !important;
}

}

nav.tabs{width:100%;z-index:10;background:#222;}


/* video modal page */

.video-gallery h3.tittle {
    margin-top: 50px;
}

.video-gallery {
    display: inline-block;
    width: 100%;
    margin: 40px 0;
}

.video-gallery h3.tittle {
    margin-bottom: 50px;
}

div#videos {
    display: flex;
    flex-flow: row wrap;
}
#videos a {
    padding: 10px 10px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
}

        #videos a:hover {
            opacity: 0.7;
        }

        #videos a img {
            width: 100%;
            height: auto;
        }

        #video-overlay {
            background: rgba(0, 0, 0, 0.8);
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 99999;
            display: none;
        }

        #video-overlay .video-modal {
            background: #fff;
            border-radius: 1px;
            width: 90%;
            margin: 40px auto;
            max-width: 800px;
            min-height: 100px;
            position: relative;
            padding: 30px;
        }

        #video-overlay .video-modal #close {
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
        }

        .video-modal #close {
            background: #ff6565;
            border-radius: 0;
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 7px;
            color: #fff;
        }

        #video-overlay iframe {
            width: 100%;
            height: 500px;
        }
        

        .video-thumb a img{
            order: 1;
        }

        .video-thumb a span {
            order: 2;
            font-size: 15px;
            padding-top: 10px;
            text-align: left;
            color: #232323;
            font-weight: 600;
        }

        

@media screen and (min-width: 700px) and (max-width: 900px){
    #videos a{
        width: 33.33%;
    }
}
@media screen and (min-width: 480px) and (max-width: 699px){
    #videos a{
        width: 50%;
    }
    #video-overlay iframe {
        height: 350px;
    }

    .col-md-3.videos {
    box-shadow: 0px 0px 7px #ddd;
    padding: 5px;
    width: 100% !important;
    margin: 0px 0px 20px 0px !important;
    border-radius: 5px;
    background: #fff;
}
}
@media screen and (max-width: 479px){
    #videos a{
        width: 100%;
    }
    #video-overlay iframe {
        height: 300px;
    }
    #video-overlay .video-modal{
        padding: 30px 3px 0;
    }

}


/*Kalyani CSS for Videos strats*/
.row.smile-videos {
    width: 100%;
    margin: 50px 0px 50px 0px;
}

.col-md-3.videos {
    box-shadow: 0px 0px 7px #ddd;
    padding: 5px;
    width: 24%;
    margin:0px 0px 40px 10px;
    border-radius: 5px;
    background: #fff;
}

hr.divider {
    width: 24%;
    padding: 1px;
    border: 1px solid #8dc9e7;
    background: #8dc9e7;
    border-radius: 20px;
}

p.title-video {
    text-align: center;
    font-size: 13px;
    color: #c51971;
    font-weight: 600;
    padding: 0px 20px 20px 20px;
}

video.smile_allvideos {
    width: 100%;
    height: 175px;
}

img.lumineers_images {
    width: 18%;
    margin: 20px 20px 30px 5px;
}

img.alignnone.wp-image-75.size-thumbnail {
    margin: 20px 20px 30px 5px;
    width: 18%;
}

/*Kalyani blogs design css strats*/

.col-md-6.blogs_design
{
    border-left: 3px solid #f1c437;
    padding-left: 20px;
    margin-bottom: 30px;
}

.col-md-4.blogs_images img
{
    width:100%;
     padding: 3px;
    border: 2px solid #23b5b9;
    box-shadow: 0 0 1px #999;
}

b.table-title {
    font-weight: 600;
}


.col-md-6.blogs_design22 {
    border-left: 3px solid #f1c437;
    padding-left: 20px;
    width: 48%;
    margin-bottom: 30px;
    border-bottom: 2px solid #f1c437;
    margin-left: 20px;
    padding-bottom: 20px;
}

.col-md-8.blogs_alldetails h2
{
        color: #444;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding:0px 10px 10px 0px;
}

.col-md-8.blogs_alldetails h2:hover
{
    color:#23b5b9;
    text-decoration: underline;
}

span.blogs_details {
    font-size: 13px;
    color: #8e8c8c;
    padding: 0px 1px 0px 1px;
    text-align: justify;
    line-height: 18px;
}

a.bolgs_readmore {
    color: #c51971 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

a.bolgs_readmore:hover {
    color: #23b5b9 !important;
}

h5.unique-title {
    font-size: 16px;
    color: #0d9ea2;
    font-weight: 600;
    text-decoration: underline;
     padding-bottom: 15px;
}

i.fa.fa-circle {
    color: #7d7c7c;
    font-size: 11px;
    padding: 0px 5px 0px 0px;
}

p.unique_texts {
    font-size: 15px;
    color: #8e8b8b;
    line-height: 24px;
}

strong.unique_b {
    font-weight: 600;
    font-size: 15px;
    color: #444;
}

/*New videos css*/

.col-md-12.new_video {
    text-align: center;
    padding: 50px 30px 30px 30px;
}

video.video_new33 {
    width: 100%;
}

.video_new{
    margin-top: 50px
}

.button-rounded {
    border-radius: 30px;
    padding: 16px 29px;
    text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    display:inline-block;
}

.white-btn{
     background: rgba(255,255,255,0.6);
     color: #404040 !important;
}

.white-btn:hover{
    background: rgba(255,255,255,1);
}
.pink-btn{
     background: rgba(197,25,113,0.6);
     color: #fff;
}
.pink-btn:hover{
     background: rgba(197,25,113,1);
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.rating-panel {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    justify-content: center;
}
.rt-mn-cont {
    width: 50%;
    padding-left: 20px;
}
.rating-list {
    width: 50%;
    padding: 15px;
}

.rt-box-st{
    background: #f5f5f5;
    padding: 15px;
}

.rating-block {
    display: flex;
    flex-flow: row wrap;
}

 /* ------ date 25 - 10 -2018 ------ */

 .menu--francisco .menu__helper .caret {
    margin-left: 8px;
}

.sub-hd.page-title-hd {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10;
}
.sub-hd.page-title-hd h3.tittle{
    font-weight: 600;
    color: #fff;
}
#myTabContent {
    border: none;
    padding: 20px 5px;
    margin-top: 20px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

.gray-bg{background: #f1f1f1;}

img.cosmetic_img {
    width: 100%;
}

/*orthodontics-treatment css*/

img.orthodontics_banner {
    width: 100%;
}

.col-md-12.orthodontics_section {
    margin: 50px 0px 0px 0px;
    padding: 0;
}

.row.orthodontic_title {
    text-align: center;
    padding: 50px;
}

.row.orthodontic_title h1 {
    font-size: 27px;
    font-weight: 500;
}

.row.orthodontic_title h2 {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
    line-height: 40px;
}

.container-fluid.orthodontic_secton22 {
    margin: 0;
    padding: 0;
}

.row.orthodontic_title p {
    font-size: 16px;
    padding: 40px 10px 0px 10px;
    line-height: 25px;
    color: #444;
    text-transform: capitalize;
}

.strip  {
    background: #c51971;
    width: 20%;
    margin: 0 auto;
    height: 2px;
    margin-top: 20px;
}

.col-md-12.orthodontic_list {
    width: 100%;
    background: #ec2189;
    padding: 20px;
}

.col-md-8.orthodontic_lists h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 0px 10px 20px;
}

.col-md-8.orthodontic_lists h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 0px 10px 20px;
}


ul.ul-highlight {
    list-style: none !important;
    margin: 20px 0px 0px 20px;
    padding: 0;
    width: auto;
    float: left;
}

ul.ul-highlight li {
    font-size: 16px;
    padding: 6px 0px 6px 0px;
}

ul.ul-highlight2 {
    list-style: none !important;
    margin: 20px 0px 0px 20px;
    padding: 0;
    width: auto;
    float: left;
}

ul.ul-highlight2 li {
    font-size: 16px;
    padding: 6px 0px 6px 0px;
}


i.fa.fa-check {
    font-size: 18px;
    padding: 0px 15px 0px 0px;
}

i.fa.fa-circle {
    font-size: 17px;
    color: #23b5b9;
    padding: 0px 15px 0px 0px;
}

p.orthodontic_rightside {
    font-size: 20px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    padding: 10px 0px 10px 10px;
}

i.fa.fa-star.orthodontic-rating {
    color: #fff;
    font-size: 20px;
    padding: 20px 0px 10px 10px;
    cursor: pointer;
}

.col-md-12.start_smiling {
    background:#f9ecef5e ;
    margin: 50px 0px 20px 0px;
    border-radius: 5px;
    text-align:center;
    box-shadow: 0px 0px 8px #ec2189;
}

.col-md-12.start_smiling h1 {
    font-size: 35px;
    color: #ec2189;
    text-transform: capitalize;
    padding: 30px 0px 15px 0px;
    font-weight: 600;
}

.col-md-12.start_smiling p {
    font-size: 25px;
    color: #444;
    padding: 5px 0px 10px 0px;
    text-transform: capitalize;
}

a.start_smilingbtn button
{
    width: auto;
    padding: 15px 40px 15px 40px;
    background: #fff;
    color: #c51971;
    font-weight: 600;
    border-radius: 25px;
    border: 2px solid #c51971;
    font-size: 20px;
    margin: 30px 0px 40px 0px;
}

a.start_smilingbtn button:hover{
    background:#c51971;
    color: #fff;
}

.row.gallery55 {
    background: #f8f9fe;
    padding: 0;
    margin: 50px 0px 0px 0px;
}

.col-md-7.gallery_information p
{
    font-size: 16px;
    color: #444;
    text-align: left;
    padding: 50px 50px 50px 50px;
    text-transform: capitalize;
    line-height: 25px;
}

.col-md-7.gallery_information a button
{
    width: auto;
    padding: 14px 40px 14px 40px;
    background: #fe5e00;
    color: #fff;
    font-weight: 600;
    border: 2px solid #fe5e00;
    font-size: 15px;
    margin: 0px 0px 28px 50px;
}

.col-md-7.gallery_information a button:hover
{
    color: #fe5e00;
    background:#fff;
}

.col-md-5.gallery_images img
{
    width:100%;
    padding:0;
    margin: 0;
}

h1.Transform
{
    font-size: 35px;
    color: #ec2189;
    text-transform: uppercase;
    padding: 70px 0px 0px 0px;
    font-weight: 600;
    text-align:center;
}

.col-md-3.BRACES_images
{
    text-align: center;
}

.col-md-3.BRACES_images img
{
   width:100%;
    padding: 10px;
    border:2px solid #ec71b0;
    box-shadow: 0 0 1px #999;
}

.container.Ceramic_braces {
    margin: 0 auto;
    margin-top: 50px;
    border-bottom: 1px solid #cecaca;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.col-md-9.BRACES_text p,
.col-md-12.BRACES_text p
{
    font-size: 16px;
    color: #444;
    text-align: justify;
    padding: 0px 0px 40px 0px;
    text-transform: capitalize;
    line-height: 25px;
}

h2.braces_titles
{
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 0px 25px 0px;
    color: #444;
}

ul.CLEFT_LIPlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #444;
}

ul.CLEFT_LIPlist li {
    color: #444 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 6px 0px;
    cursor: pointer;
}

ul.CLEFT_LIPlist li:hover {
    color: #ec2189 !important;
}

i.fa.fa-long-arrow-right {
    font-size: 20px;
    padding: 0px 15px 0px 0px;
    color: #c51971;
}


/*Kalyani 12-12-2018*/
h2.tittle {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: .5em;
    color: #23b5b9;
    text-align: center;
    margin: 50px auto;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}


h2.table-imp33 {
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    font-weight:400;
}

/*----------------- 14 12 2018 ---------------*/

.eqp-section .col-md-3.filtr-item, .eq-section .col-md-3.filtr-item {
    position: static!important;
    transform:scale(1) translate3d(0,0,0)!important;
}

span.orthodontic_invashi {
    color: #c52371;
    cursor: pointer;
}

h5.video_titile {
    text-align: center;
    padding: 20px 0px 0px 0px;
    font-size: 17px;}

.ref ul li a {
    color: #23b5b9 !important;
}

.ref ul li a:hover {
    color: #d10059 !important;}

.ref{
    margin-top:15px;}

.doctors-detail p span {
    font-size: 14px;
    color: #444;
}

.doctors-detail p span a {
    color: #23b5b9 !important;
}

.doctors-detail1 p span {
    font-size:  14px;
}

span.article {
    color: #23b5b9;
    font-weight: 600;
}

img.gif_format {
    width: 100%;
    margin: 12px 0px 11px 0px;
}

/*New Blogs Page CSS*/

.newblog_page {
    padding: 40px 0px;
}

ul.nav.nav-tabs.newblog_tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.newblog_tabs>li.active>a, .nav-tabs.newblog_tabs>li.active>a:hover, .nav-tabs.newblog_tabs>li.active>a:focus {
    background: #fafafa!important;
    color: #c51971!important;
    border-bottom: 2px solid #c51971 !important;
    font-size: 18px;
    padding: 6px 50px;
}

.nav-tabs.newblog_tabs>li>a {
    margin: 0;
    padding: 6px 50px;
    line-height: 1.42857143;
    font-size: 18px;
    font-weight: 600;
    border: none!important;
    border-radius: 0;
    color: #6a6969 !important;
    background: #fafafa;
}

.nav-tabs.newblog_tabs>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background: #fafafa!important;
    color: #c51971!important;
    border-bottom: 2px solid #c51971 !important;
}

.col-md-4.blogsetions {
    margin: 30px 0px 0 0;
}

.col-md-4.blogsetions img {
    width: 100%;
    cursor:pointer;
}

.team_agile.our_team {
    padding: 50px 0px 49px 0px;
}

.team_agile.our_team h3.tittle.two {
    font-size: 45px;
}
.sec-pad{
    padding: 60px 0
}
.map{
    position: relative;
}
.map iframe{
    width: 100%;
    min-height: 300px;
    height: auto;
    position: relative;
}
.animated-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2250fc;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%,-50%);
}
.animated-dot:before, .animated-dot:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2250fc;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
.animated-dot:after {
    animation-delay: 2.4s;
}

@keyframes pulse-me{0%{transform:scale(.5);opacity:0}50%{opacity:.1}70%{opacity:.09}100%{transform:scale(16);opacity:0}}
.cont-address{
    background: #fff
}
.cont-address address{

    padding: 25px !important;
}
.cont-address address h2{
        font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #c61970 !important;
}
.cadd{
    padding: 20px 0
}
.cadd li{
    color: #333 !important;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    line-height: normal;
}
.cadd li .icon{
    padding-top: 5px;
    padding-right: 15px;
}
.cadd li .icon i{
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1.3;
    margin: 0;
        background-color: #c61970;
}
form #website{ display:none; 
             visibility: hidden;}
form #email_web{ display: none; 
visibility: hidden;}
form #webtoken{display: none;
visibility: hidden;}
form #tokenweb{display: none; visibility: hidden;
}
form #token_web{display: none;
visibility: hidden;}