

body {background-color: #ffffff;

font-family: 'Roboto', sans-serif !important;



} 



a:hover, a:visited, a:link, a:active {

    text-decoration: none!important;

}



.navbar-brand img {

    width: 150px;

}



.navbar {

    padding: 0rem 1rem !important;

}



.bg-light {

    -webkit-box-shadow: 0 5px 7px rgba(0,0,0,.1);

    box-shadow: 0 5px 7px rgba(0,0,0,.1);

}



.socail-media{background-color: #fff;

    -webkit-box-shadow: 0 5px 7px rgba(0,0,0,.1);

    box-shadow: 0 5px 7px rgba(0,0,0,.1);

	padding: 5px 0px;

}

.socail-media h4 {

    padding-top: 20px;

    font-size: 19px;

}



.visible-xs{display: none;}



.carousel-item .img-fluid {

    width: 100%;

}



.carousel-caption {

    color: #000 !important;

}



#topbar {

    background-color: #5b8ed4;

    padding: 9px 0px;

}



.carousel-caption {

    top: 38%;

}



.carousel-caption h2 {

    font-size: 53px;

    line-height: 72px;

    font-weight: 700;

    font-family: 'Dosis', sans-serif;

}



.carousel-caption {

    position: absolute;

    right: 39% !important;

    bottom: 20px;

    left: 15%;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    color: #fff;

    text-align: left !important; 

}



.carousel-item 

p {

    font-size: 24px;

}

p {

    font-size: 17px;

}

.about_t {

    border-bottom: 3px double #4b82be;

    font-family: 'Dosis', sans-serif;

    font-weight: 600;

    width: 100%;

    margin: 0 auto;

    padding: 10px;

    color: #4b82be;

}



.mt-60{margin-top:60px;}



.modal-dialog {

    max-width: 600px !important;

    margin: 1.75rem auto;

}



/*ZoomIn Hover Effect*/

    .hover-zoomin a {

      display: block;

      position: relative;

      overflow: hidden;

    }

    .hover-zoomin img {

      width: 100%;

      height: auto;

      -webkit-transition: all 0.5s ease-in-out;

      -moz-transition: all 0.5s ease-in-out;

      -o-transition: all 0.5s ease-in-out;

      -ms-transition: all 0.5s ease-in-out;

      transition: all 0.5s ease-in-out;

    }

    .hover-zoomin:hover img {

      -webkit-transform: scale(1.2);

      -moz-transform: scale(1.2);

      -o-transform: scale(1.2);

      -ms-transform: scale(1.2);

      transform: scale(1.2);

    }



    /*Fade Hover Effect*/

    .hover-fade a {

      display: block;

      position: relative;

      overflow: hidden;

      background-color: #333;

    }

    .hover-fade img {

      width: 100%;

      height: auto;

      -webkit-transition: all 0.5s ease-in-out;

      -moz-transition: all 0.5s ease-in-out;

      -o-transition: all 0.5s ease-in-out;

      -ms-transition: all 0.5s ease-in-out;

      transition: all 0.5s ease-in-out;

    }

    .hover-fade:hover img {

      -webkit-transform: scale(1.2);

      -moz-transform: scale(1.2);

      -o-transform: scale(1.2);

      -ms-transform: scale(1.2);

      transform: scale(1.2);

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";

      filter: alpha(opacity=0.5);

      opacity: 0.5;

    }



    /*ZoomIn Hover-Mask Effect*/

    .hover-mask a {

      display: block;

      position: relative;

      overflow: hidden;

    }

    .hover-mask img {

      width: 100%;

      height: auto;

      -webkit-transition: all 0.5s ease-in-out;

      -moz-transition: all 0.5s ease-in-out;

      -o-transition: all 0.5s ease-in-out;

      -ms-transition: all 0.5s ease-in-out;

      transition: all 0.5s ease-in-out;

    }

    .hover-mask:hover img {

      -webkit-transform: scale(1.2);

      -moz-transform: scale(1.2);

      -o-transform: scale(1.2);

      -ms-transform: scale(1.2);

      transform: scale(1.2);

    }

    .hover-mask a h2 {

      display: block;

      position: absolute;

      top: 0;

      left: 0;

      margin-top: 0px;

      margin-bottom: 0px;

      height: 100%;

      width: 100%;

      padding: 45% 20px;

      text-align: center;

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

      -webkit-transition: all 0.5s linear;

      -moz-transition: all 0.5s linear;

      -o-transition: all 0.5s linear;

      -ms-transition: all 0.5s linear;

      transition: all 0.5s linear;

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

      filter: alpha(opacity=0);

      opacity: 0;

    }

    .hover-mask:hover a h2 {

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

      filter: alpha(opacity=100);

      opacity: 1;

    }

    .hover-mask .glyphicon {

      -webkit-transform: scale(0);

      -moz-transform: scale(0);

      -o-transform: scale(0);

      -ms-transform: scale(0);

      transform: scale(0);

      color: #fff;

      -webkit-transition: all 0.5s linear;

      -moz-transition: all 0.5s linear;

      -o-transition: all 0.5s linear;

      -ms-transition: all 0.5s linear;

      transition: all 0.5s linear;

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

      filter: alpha(opacity=0);

      opacity: 0;

    }

    .hover-mask:hover .glyphicon {

      -webkit-transform: scale(1);

      -moz-transform: scale(1);

      -o-transform: scale(1);

      -ms-transform: scale(1);

      transform: scale(1);

      -webkit-transition: all 0.5s linear;

      -moz-transition: all 0.5s linear;

      -o-transition: all 0.5s linear;

      -ms-transition: all 0.5s linear;

      transition: all 0.5s linear;

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";

      filter: alpha(opacity=1);

      opacity: 1;

    }



    /* Hover Blur Effect */

    .text-white {

      color: #fff;

    }

    .hover-blur a {

      display: block;

      position: relative;

      overflow: hidden;

    }

    .hover-blur img {

      width: 100%;

      height: auto;

      -webkit-transition: all 0.5s ease-in-out;

      -moz-transition: all 0.5s ease-in-out;

      -o-transition: all 0.5s ease-in-out;

      -ms-transition: all 0.5s ease-in-out;

      transition: all 0.5s ease-in-out;

    }

    .hover-blur:hover img {

      -webkit-transform: scale(1.2);

      -moz-transform: scale(1.2);

      -o-transform: scale(1.2);

      -ms-transform: scale(1.2);

      transform: scale(1.2);

      -webkit-filter: grayscale(0.6) blur(1px);

      filter: grayscale(0.6) blur(1px);

    }

    .hover-blur a h2 {

      display: block;

      position: absolute;

      top: 0;

      left: 0;

      margin-top: 0px;

      margin-bottom: 0px;

      height: 100%;

      width: 100%;

      padding: 45% 20px;

      text-align: center;

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

      /*background dotted*/

      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);

      background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);

      background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);

      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);

      -webkit-background-size: 3px 3px;

      -moz-background-size: 3px 3px;

      background-size: 3px 3px;

      -webkit-transition: all 0.5s linear;

      -moz-transition: all 0.5s linear;

      -o-transition: all 0.5s linear;

      -ms-transition: all 0.5s linear;

      transition: all 0.5s linear;

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

      filter: alpha(opacity=0);

      opacity: 0;

    }

    .hover-blur:hover a h2 {

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

      filter: alpha(opacity=100);

      opacity: 1;

    }

    .hover-blur .text-white {

      -webkit-transform: scale(0);

      -moz-transform: scale(0);

      -o-transform: scale(0);

      -ms-transform: scale(0);

      transform: scale(0);

      -webkit-transition: all 0.5s linear;

      -moz-transition: all 0.5s linear;

      -o-transition: all 0.5s linear;

      -ms-transition: all 0.5s linear;

      transition: all 0.5s linear;

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

      filter: alpha(opacity=0);

      opacity: 0;

    }

    .hover-blur:hover .text-white {

      -webkit-transform: scale(1);

      -moz-transform: scale(1);

      -o-transform: scale(1);

      -ms-transform: scale(1);

      transform: scale(1);

      -webkit-transition: all 0.5s linear;

      -moz-transition: all 0.5s linear;

      -o-transition: all 0.5s linear;

      -ms-transition: all 0.5s linear;

      transition: all 0.5s linear;

      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";

      filter: alpha(opacity=1);

      opacity: 1;

    }



    /* Hover Zoomout */

    .hover-zoomout a {

      display: block;

      position: relative;

      overflow: hidden;

    }

    .hover-zoomout img {

      width: 100%;

      height: auto;

      -webkit-transition: all 0.5s ease-in-out;

      -moz-transition: all 0.5s ease-in-out;

      -o-transition: all 0.5s ease-in-out;

      -ms-transition: all 0.5s ease-in-out;

      transition: all 0.5s ease-in-out;

      -webkit-transform: scale(1.2);

      -moz-transform: scale(1.2);

      -o-transform: scale(1.2);

      -ms-transform: scale(1.2);

      transform: scale(1.2);

    }

    .hover-zoomout:hover img {

      -webkit-transform: scale(1);

      -moz-transform: scale(1);

      -o-transform: scale(1);

      -ms-transform: scale(1);

      transform: scale(1);

    }



/*Hover Blurout Effect*/

    .hover-blurout a {

      display: block;

      position: relative;

      overflow: hidden;

    }

    .hover-blurout img {

      width: 100%;

      height: auto;

      -webkit-transition: all 0.5s ease-in-out;

      -moz-transition: all 0.5s ease-in-out;

      -o-transition: all 0.5s ease-in-out;

      -ms-transition: all 0.5s ease-in-out;

      transition: all 0.5s ease-in-out;

      -webkit-transform: scale(1.2);

      -moz-transform: scale(1.2);

      -o-transform: scale(1.2);

      -ms-transform: scale(1.2);

      transform: scale(1.2);

    }

    .hover-blurout:hover img {

      -webkit-transform: scale(1);

      -moz-transform: scale(1);

      -o-transform: scale(1);

      -ms-transform: scale(1);

      transform: scale(1);

      /*Blur Filtr*/

      -webkit-filter: grayscale(0.6) blur(1px);

      -moz-filter: grayscale(0.6) blur(1px);

      -o-filter: grayscale(0.6) blur(1px);

      -ms-filter:progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);

      filter: progid:DXImageTransform.Microsoft.blur(pixelradius=2);

      filter: grayscale(0.6) blur(2px);

    }

.hover-blur {

    position: relative;

}	

	

.service h4.text-center {

    position: absolute;

    bottom: 0px;

    background-color: rgb(91, 142, 212, .6);

    width: 90%;

    padding: 5px 0px;

    font-size: 19px;

    left: 0;

    right: 0;

    margin: 0px 15px;

    color: #fff;

    height: 53px;

}



.about_t2 {

    border-bottom: 3px double #4b82be;

    font-family: 'Dosis', sans-serif;

    font-weight: 600;

    width: 100%;

    padding: 10px;

    color: #4b82be;

}



.contact-info .fa, .contact-info a, .contact-info {

    color: #fff;

    font-size: 19px;

    font-weight: 500;

}

	

.contact-info a {

    margin-right: 10px;

}



.contact-info a:hover {

   color: #fff;

}	

	

.dropdown-submenu {

  position: relative;

}



.dropdown-submenu a::after {

  transform: rotate(-90deg);

  position: absolute;

  right: 6px;

  top: .8em;

}



.dropdown-submenu .dropdown-menu {

  top: 0;

  left: 100%;

  margin-left: .1rem;

  margin-right: .1rem;

}



li.nav-item {

    padding: 0px 0px 0px 5px;

}



a.nav-link {

    font-weight: 500;

}



.navbar-light .navbar-nav .nav-link {

    color: #000;

    font-weight: 500;

    font-size: 17px;

}



.how_w {

    margin-top: 50px;

    background-image: url(../images/20.jpg);

    height: 360px;

    background-size: cover;

    background-attachment: fixed;

    background-position: center;

    padding: 60px 0px;

}

.how_w p{color:#fff;}

.howit {

    font-weight: 400;

    color: #000;

}



.howit {

    color: #fff;

    font-family: 'Dosis', sans-serif;

    font-weight: 600;

    font-size: 48px;

}	



.how_w a.btn {

    background-color: #fff;

    color: #000;

    padding: 10px 20px;

}



.h_red{

	color: #8d0505;

	}

	

.box_cl{

	width:200px;

	height:200px;

	border:2px solid #8d0505;

	border-radius: 50%;

	}	



.box_cl img {

    width: 100px;

    padding-top: 22%;

}



.box_cl .howit {

    font-size: 20px;

}



.howit_r{color: #8d0505;}



/* Testimonia CSS*/



.testimonial_bg {

    padding: 20px 0px;

    background-color: #efefef;

}



.testi_h {

    padding: 40px 0px;

    font-weight: 600;

    width: 90%;

    padding: 10px;

    color: #4b82be;

    font-size: 35px;

    margin-bottom: 40px;

    border-bottom: 3px double #4b82be;

    font-family: 'Dosis', sans-serif;

}



.testimonial_bg h3:after{

    border-bottom: 3px double #4b82be;

	content:"";

	

}



.testimonial {

    padding: 70px 30px 0px;

    margin: 50px 30px 30px;

    border: 1px solid #d0d1d2;

    position: relative;

    min-height: 584px;

}



.testimonial .pic {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    border: 5px solid #4b82be;

    overflow: hidden;

    margin: 0 auto;

    position: absolute;

    top: -50px;

    left: 0;

    right: 0;

}



.testimonial .pic img{

    width: 100%;

    height: auto;

}



.testimonial .description {

    font-size: 16px;

    color: #5d5b5b;

    line-height: 23px;

    text-align: center;

    font-weight: 300;

    margin-top: 20px;

}

.testimonial .title {

    display: inline-table;

    padding: 10px;

    margin: 0 auto;

    background: #fff;

    border: 1px solid #84b2e4;

    font-size: 20px;

    font-weight: 700;

    color: #4b82be;

    letter-spacing: 1px;

    left: 0;

    right: 0;

}

.testimonial .post{

    font-size: 15px;

    color: #671a36;

}

.owl-theme .owl-controls{

    width: 100%;

    height: 50px;

    opacity: 1;

    position: absolute;

    top: 38%;

}

.owl-theme .owl-controls .owl-buttons div{

    width: 50px;

    height: 50px;

    line-height: 40px;

    border-radius: 0;

    background: transparent;

}

.owl-prev{

    position: absolute;

    left: -5%;

}

.owl-next{

    position: absolute;

    right: -5%;

}

.owl-prev:after, .owl-next:after {

    content: "\f104";

    font: normal normal normal 14px/1 FontAwesome;

    font-weight: 900;

    font-size: 40px;

    color: #4b82be;

    opacity: 1;

}

.owl-next:after{ content: "\f105"; }

 

@media only screen and (max-width: 479px){

    .testimonial{ padding: 70px 10px 30px; }

    .testimonial .description:before{ top: -20px }

    .testimonial .title{ font-size: 12px; }

    .testimonial .post{ font-size: 11px; }

}



/* Testimonia CSS*/	





.brand .owl-prev:after,

.brand .owl-next:after{

    content: "\f104";

    font: normal normal normal 14px/1 FontAwesome;

	font-weight: 900;

    font-size: 40px;

    color: #000;

    opacity: 1;

}



.brand .owl-next:after{ 

	content: "\f105"; 

}



.footer {

    padding: 0px 0px 0px;

    margin-top: 0px;

    background-color: #4b82be;

}



.gyay_bg {

    background-color: #dee0e2;

    padding: 1px 15px;

}

	

.gyay_bg p{

    font-size: 15px;

    padding-top: 28px;

}



h3.block-title {

    color: #fff;

    font-weight: 300;

    padding-top: 40px;

}



.footer a {

    color: #fff;

    font-size: 14px;

}



.gyay_bg li {

    padding: 5px 0px;

}



.social li {

    display: inline-block;

    padding: 10px 5px;

}



.social li a {

    text-align: center;

}



.social li a img {

    width: 45px;

}



.social ul.menu {

    margin-bottom: 0px;

}



.footer a:hover {

    color: #fff;

}



.blog-footer li img {

    width: 210px;

}



.footer_link li {

    position: relative;

}



.footer_link li:after {

    content: " | ";

    position: absolute;

    top: 10px;

    right: -4px;

    color: #fff;

}



.footer_link li:last-child:after {

  content: none;

	}

	

.footer-widget .menu li {

    padding: 5px 0px;

    width: 100%;

    float: left;

}



 .widget-title:after {

    content: '';

    width: calc(100% - 30px);

    height: 2px;

    border-bottom: 2px solid rgba(0,0,0,.07);

    text-align: inherit;

    bottom: -12px;

    position: absolute;

    right: 0;

}



.working-hours-wrap.has_borders .row {

    position: relative;

}

.working-hours-wrap .working-day {

    line-height: 24px;

    padding-top: 12px;

    padding-bottom: 12px;

}

.working-hours-wrap .row.working-day .text-right {

    padding-left: 0;

}

.widget-title {

    font-size: 18px;

    line-height: 24px;

    position: relative;

    margin-bottom: 12px;

}



.working-hours-wrap.has_borders span.border {

    position: absolute;

    bottom: 0;

    left: 15px;

    right: 15px;

    display: block;

    border-width: 0;

    border-bottom-width: 1px;

    border-style: solid;

}



.day {

    color: #fff;

    font-size: 14px;

}



.hours {

    color: #fff;

    font-size: 14px;

}





 .widget-title:before{background-color: #00BCD4;

    content: '';

    width: 24px;

    height: 2px;

    border-bottom: 2px;

    text-align: inherit;

    bottom: -12px;

    position: absolute;}

	

	

section#custom-appointment-block {

    position: fixed;

    top: 50%;

    right: 0;

    background-color: #be4b63;

    padding: 10px 10px 10px 10px;

    border-radius: 8px 0px 0px 8px;

}



#custom-appointment-block span {

    display: inline-block;

    font-size: 14px;

    margin-left: 4px;

}



#custom-appointment-block a {

    color: #fff;

}



span {

    display: inline-flex;

}





#about .about-img::before {

    position: absolute;

    right: -18px;

    top: -18px;

    width: 90%;

    height: 92%;

    z-index: -1;

    content: '';

	background-color: #4b82be;

    transition: .5s;

}

#about .about-img::after {

    position: absolute;

    left: -18px;

    bottom: -18px;

    width: 90%;

    height: 92%;

    z-index: -1;

    content: '';

	background-color: #4b82be;

    transition: .5s;

}

 

 

#about .about-img {

    position: relative;

    margin: 20px;

} 



div#about {

    margin: 40px 0px;

}





h1.team-h1:after {

    border-bottom: 3px double #4b82be;

    content: "";

    position: absolute;

    min-width: 200px;

    bottom: -11px; 

    transform: translate( -50%, 0 );

    left: 50%;

}



h1.team-h1 {

    margin: 0;

    text-align: center;

    padding: 0px 20px;

    color: #4b82be;

    margin-bottom: 30px;

    font-family: 'Dosis', sans-serif;

    font-weight: 600;

    position: relative;

    margin-bottom: 60px;

    margin-top: 0px;

}



.banner-image {

    background-image: url(../images/banner.jpg);

    padding: 50px 0px;

    height: 350px;

    background-position: center;

    background-size: cover;

	position:relative;

}


.banner-image-tret {
    background-image: url(../images/bg4.jpg);
    padding: 50px 0px;
    height: 350px;
    background-position: center;
    background-size: cover;
	position:relative;
}

.banner-dental {
    background-image: url(../images/bg-5.jpg);
    padding: 50px 0px;
    height: 350px;
    background-position: center;
    background-size: cover;
	position:relative;
}

.banner-dental h1 {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
	margin-top: 140px;
    margin-left: -140px;
}

.banner-image-tret h1 {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
	margin-top: 140px;
    margin-left: -140px;

}

.banner-image-pat h1 {
    color: #fff;
    padding: 10px;
	margin-top: 140px;
    margin-left: -140px;
	

}

.treatment li a {
    color: #000;
}

.treatment li a:hover {
    color: #2196F3;
}

.banner-image-pat {

    background-image: url(../images/banner-pt.jpg);

    padding: 50px 0px;

    height: 350px;

    background-position: top;

    background-size: cover;

	position:relative;

}



.banner-image-pat h1 {


    color: #fff;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate( -50%, -50% );
	margin-top: 140px;
    margin-left: -140px;

}



.banner-image-tret h1 {


    color: #fff;

    padding: 10px;
	margin-top: 140px;
    margin-left: -140px;

}



.banner-image h1 {

  

    color: #fff;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate( -50%, -50% );
	margin-top:140px;
	margin-left:-140px;

}



.banner-image h1 {


    color: #fff;

    padding: 10px;

}









.banner-image-cont {

    background-image: url(../images/cont.jpg);

    padding: 50px 0px;

    height: 350px;

    background-position: center;

    background-size: cover;

	position:relative;
	

}



.banner-image-cont h1 {


    color: #fff;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate( -50%, -50% );
margin-top: 140px;
    margin-left: -140px;
}



.banner-image-cont h1 {


    color: #fff;

    padding: 10px;

}





.banner-image-gallery {

    background-image: url(../images/galley.jpg);

    padding: 50px 0px;

    height: 350px;

    background-position: center;

    background-size: cover;

	position:relative;

}



.banner-image-gallery h1 {

    /*background-color: rgb(91, 142, 212, .8);*/

    color: #fff;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate( -50%, -50% );
	margin-top: 140px;
    margin-left: -360px;
}



.banner-image-gallery h1 {

   /* background-color: rgb(91, 142, 212, .8);*/

    color: #fff;

    padding: 10px;

}







.cf {

    *zoom: 1;

}



.team-container {

  max-width: 1000px;

  margin: auto;

  border-top: 1px #e9e9e9 solid;

  border-bottom: 1px #e9e9e9 solid;

  padding-top: 5em;

  padding-bottom: 5em;

  margin-top: 3em;

  position: relative;

}

.team-member {

    margin-bottom: 150px;

}



.team-member h3 {

    color: #4b82be;

    margin-top: 20px;

    font-size: 26px;

}



.email {

  color: #EA2678;

  

}



.team-member span {

  display: block;

 

}



img.pdf-img {

    width: 100px;

    padding-top: 15px;

}



.team-photo {

    border-radius: 50%;

    text-align: left;

    margin: auto;

    max-width: 100%;

    height: auto;

    transition: 0.1s transform ease-in-out;

}



.team-photo:hover {

  transform: scale(0.9);

  cursor: pointer;

}



.treatment li {

    padding: 3px;

    margin-left: 20px;

}



.treatment h3 {

    margin-left: 20px;

    font-family: 'Dosis', sans-serif;

    font-weight: 600;

    color: #4b82be;

}
.veneers h3 {

    font-family: 'Dosis', sans-serif;

    font-weight: 600;

    color: #4b82be;

}



.text_inner {

    border: 2px solid #4b82be;

    min-height: 220px;

    padding: 10px;

    margin-bottom: 50px;

    width: 100%;

	border-radius: 4px;

}

h3.border-primary.align-middle {

    color: #4b82be;

    padding-top: 20px;

    letter-spacing: 1px;

}



.text_inner a {

    color: #4b82be;

}



h3.d-table-cell.align-middle {

    color: #4b82be;

}



.btn:focus, .btn:active, button:focus, button:active {

  outline: none !important;

  box-shadow: none !important;

}



#image-gallery .modal-footer{

  display: block;

}



.thumb{

  margin-top: 15px;

  margin-bottom: 15px;

}



.modal-header {

    padding: .5rem !important;



}



.modal-body {

    padding: .7rem 0rem !important;

}





/* ------- */

/* CONTACT */

/* ------- */



.contact {

/*   background: #dcdfea; */

  border-bottom-left-radius: 4px;

  border-bottom-right-radius: 4px;

}



/* ---- */

/* FORM */

/* ---- */



/* .contact form {

  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-gap: 20px;

} */



.contact form label {

  display: block;

}



/* .contact form p {

  margin: 0;

}

 */

.contact form .full {

  grid-column: 1 / 3;

}



.contact form button, .contact form input, .contact form textarea {

    width: 100%;

    padding: .4em;

    border: solid 1px #1bb1dc;

    border-radius: 4px;

}



.contact form textarea {

  resize: none;

}



.contact form button {

    background: #43a1e3;

    border: 0;

    color: #e4e4e4;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: bold;

    width: 120px;

}



.contact form button:hover, .contact form button:focus {

    background: #0f98bf;

    color: #ffffff;

    outline: 0;

    transition: background-color 2s ease-out;

}



.appointment .form-control {

    margin-bottom: 20px;

}



.appointment{

    margin-bottom: 50px;

}



.appointment textarea.form-control {

    height: 80px;

}



button.form-control {

    background-color: #4b82be;

    color: #fff;

    margin-top: 20px;

}



.company-info2 {

    background: #e9f0f7;

    border-top-left-radius: 4px;

    border-top-right-radius: 4px;

    padding: 20px;

}



.coupons-image {

    background-image: url(../images/coupon.png);

    padding: 50px 0px;

    height: 500px;

    background-size: cover;

}



/* ------------- */

/* MEDIA QUERIES */

/* ------------- */



@media only screen and (min-width: 700px) {

  .wrapper {

    display: grid;

    grid-template-columns: 1fr 2fr;

  }



  .wrapper > * {

    padding: 2em;

  }



  .company-info {

    border-radius: 4px 0 0 4px;

  }



  .contact {

    border-radius: 0 4px 4px 0;

  }





  .company-info ul,

  .brand {

    text-align: left;

  }

}



.company-info h3 {

    color: #64b0d6;

    font-size: 36px;

    padding-bottom: 20px;

}



.font-24 {

    font-size: 24px;

}



.company-info li {

    line-height: 34px;

}



span.web-text {

    font-size: 30px;

    color: #49b0f4;

}



.price-border {

    border: 1px solid #ccc9c9;

    padding: 30px 10px 10px;

    border-radius: 4px;

    margin-top: 50px;

}



.text-b{    color: #c76200;

    margin-bottom: 10px;

 }

 

 .text-price{

	     color: #c76200;

    font-size: 20px;

    font-weight: 700;

	  margin-bottom: 10px;

 }

 

 .text-under{

	     font-weight: 700;

    color: #454b56;

    text-decoration: line-through;

	    margin-bottom: 10px;

 }

 

 .company-info {

 /*    background: #C3C9DD; */

    border-top-left-radius: 4px;

    border-top-right-radius: 4px;

}





/* code for phone layout */

@media (max-width:850px){

  .team-member {

    width: 100%;

    margin-left: 4%;

    margin-right: 4%;

    margin-bottom: 40px;

    

  }

  







  

}



@media (min-width: 600px) and (max-width: 789px) {

	  p.mobi-pd {

    margin-top: 40px;

}

}



@media (max-width:650px){

  .team-member {

    float: none;

    display: block;

    margin: 50px 0px 20px;

    width: 100%;

    text-align: center;

  }

  

  .team-member h3,

  .team-member span {

    margin: 15px auto;

  }

  

  .banner-image h1 {

    width: 90%;

}



p.mobi-pd {

    padding-top: 25px;

}

h1.team-h1 {

    margin-bottom: 10px;

    margin-top: 0px;

}

}