* {
    margin:0px;
    padding:0px;
    }
    ul {
        list-style:none;
    }
    a {
        text-decoration:none;
    }
    a:hover {
        text-decoration:none;
    }
    img {
        border:none;
        cursor:pointer;
    }
    h1,h2,h3,h4,h5,h6,p,b,strong,span,li {
        margin:0px;
        padding:0px;
    }
    body {
        font-size:14px;
        color:#000;
        font-family: 'Open Sans', sans-serif;
        box-sizing:border-box;
    }
    @font-face {
        font-family: gotham;
        src: url('../fonts/gotham-book-regular.otf');
    }
    @font-face {
        font-family: gotham-bold;
        src: url('../fonts/gotham-bold-regular.ttf');
    }
    /*************/
    .header-top {
        background:#f0f2f3;
        position:relative;
    }
    .head-bg {
        background:url(../images/head-top-band1.png) no-repeat center center;
        background-size:cover;
        padding:10px 0;
    }
    .header-left h4 {
        color:#6e6e6e;
        font-size:15px;
        font-weight:500;
        padding:2px 0;
    }
    .header-right h4 {
        color:#6e6e6e;
        font-size:15px;
        font-weight:500;
        float:right;
        padding:2px 0;
    }
    /***************/
    .header-middle {
        padding:15px 0;
    }
    .header-add {
        padding:16px 0;
    }
    .hm-icon {
        float:left;
    }
    .hm-icon i {
        color:#d60056;
        font-size:30px;
    }
    .icon-detail {
        margin-top:4px;
    }
    .icon-detail p {
        font-size:14px;
        color:#6e6e6e;
    }
    .icon-detail span {
        color:#424242;
        font-family: gotham;
        font-weight:600;
        letter-spacing:1px;
        font-size:15px;
        padding-left:25px;
    }
    .request {
        margin:0 auto;
        display:table;
        padding:30px 0;
    }
    .request a {
        padding:12px 25px;
        color:#fff;
        background:#424242;
        font-size:16px;
        font-family: gotham;
        border-radius:5px;
    }
    
    /****************/
    .navbar-inverse {
        background:#00c6e0;
        border:none;
    }
    .navbar {
        border-radius:0px;
        margin-bottom:0px;
    }
    .menu li a {
        padding:12px 18px;
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        background:none;
    }
    .icon1 a i:hover {
        color:#4867aa !important;
    }
    .icon2 a i:hover {
        color:#1da1f2 !important;
    }
    .icon3 a i:hover {
        color:#01649b !important;
    }
    .icon4 a i:hover {
        color:#e13c66 !important;
    }
    .icon5 a i:hover {
        color:#e04a39 !important;
    }
    .dropdown-menu {
        background:#222222;
        top:30px;
        border:none;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .menu ul li:last-child {
        border-right:none;
    }
    
    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .menu-dot ul {
        margin:15px 0;
    }
    .menu-dot ul li {
        border-right:1px dashed #fff;
    }
    .menu ul li a {
        font-size:16px;
        font-family: gotham;
        color:#fff !important;
        text-transform:uppercase;
        font-weight:400;
        padding:5px 18px;
    }
    .down-menu li a {
        color:#000 !important;
    }
    .menu ul li a:hover {
        color:#ff0000 !important;
        font-size:16px;
        font-family: gotham;
        text-transform:uppercase;
        font-weight:400;
        padding:5px 18px;
    }
    .down-menu li {
        border-right:none !important;
    }
    .down-menu li a:hover {
        color:#da1414 !important;
    }
    .social-icon li {
        border:none !important; 
    }
    /******************/
    .hm-service {
        padding:60px 0px;
        background:#f5f4f4;
    }
    #serv-hm{
        background-color:#fffafa;
        padding:80px 0px;
    }
    .ser-head h1 {
        font-size:40px;
        text-align:center;
        font-family: gotham;
        text-transform:uppercase;
        font-weight:500;
        color:#000;
        padding-bottom:25px;
    }
    
    .ser-left p {
        text-align:left;
        color:#333;
        line-height:24px;
        padding-left:15px;
        margin-top: 35px;
        font-size: 18px;
    }
    
    .ser-left p:before {
        content:"\f00c";
        
    }
    
    .ser-left p::before{
          padding-right: 10px;
          font-family: "FontAwesome";
          color:#92d56a;
    }
    
    .ser-box-serv {
        /* box-shadow: 0px 15px 10px -15px #111; */
         box-shadow: 0px 15px 18px #888888;
        
    }
    .ser-box-serv img {
        width:100%;
        height:100%;
        animation:zoomIn;
    }
    .ser-box-serv {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    
    .ser-box {
        width: 50%;
        padding-right: 4%;
        padding-left: 4%;
        margin: 0;
        border-right: 1px solid #f7f7f7;
        margin: auto;
    }
    .ser-box img {
         padding: 9px;
        border: 4px solid #00c6e0;
        border-radius: 100%;
        margin-bottom: 30px;
    }
    
    .serive-detail  h4 {
        font-size:18px;
        padding-bottom:15px;
        color:#00c6e0;
        font-weight:bold;
        /* border-bottom:2px solid #d60056; */
        text-align:center;
    }
    
    .serive-detail p {
        color:#424242;
        line-height:22px;
        padding:15px 0;
        text-align:center;
        
    }
    .ser-anch  {
        text-align:center;
    }
    .ser-anch a {
        color:#424242;
        font-size:16px;
        font-family: gotham-bold;
    }
    .ser-main {
        margin-bottom:20px;
    }
    .product-anch {
        margin:0 auto;
        display:table;
        padding-top:50px;
    }
    .product-anch a {
        padding:12px 25px;
        color:#fff;
        background:#424242;
        font-size:16px;
        font-family: gotham;
        border-radius:5px;
    }
    /********************/
    .product-list {
        background:url(../images/female.jpg) no-repeat;
        
    }
    
    .parallax-section{
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        position: relative;
    }
    .product-wrap{
        width:100%;
        height:100%;
        background-color: rgba(0,0,0,0.6);
        padding: 60px 0px;
    }
    
    .product-box {
        margin-top:10px;
    }
    /***************/
    .hm-abt {
        padding:60px 0;
    }
    .abt-head h2 {
        font-size:34px;
        color:#000;
        font-family: gotham;
        padding-bottom:10px;
        text-align:center;
        font-weight:bold;
    }
    .line1 {
        width:120px;
        height:3px;
        background:#d60056;
        margin:0 auto;
        display:table;
    }
    .abt-head {
        padding-bottom:10px;
    }
    .abt-para h3 {
        font-size:22px;
        padding:30px 0;
        color:#424242;
        text-align:center;
        font-family: gotham;
        line-height:24px;
    }
    .abt-para p {
        color:#424242;
        line-height:22px;
        text-align:center;
    }
    .cursor-hov {
        margin:40px 0 10px 0;
        text-align:center;
        border-right:1px solid #ccc;
    }
    .cursor-hov img {
        margin:0 auto;
        display:table;
    }
    .cursor-hov h4 {
        font-size:18px;
        padding:15px 0;
        color:#424242;
        font-weight:bold;
        font-family: gotham;
        text-transform:uppercase;
    }
    /************/
    .hm-footer {
        background:#e1e1e1;
        padding:60px 0;
    }
    
    .footer-icon ul {
        margin:0 auto;
        display:table;
    }
    .footer-icon ul li {
        float:left;
        padding:0 10px;
    }
    .footer-icon ul li a i {
        border:1px solid #424242;
        width:40px;
        height:40px;
        line-height:40px;
        text-align:center;
        color:#d60056;
        font-size:16px;
    }
    .footer-logo {
        margin-bottom:20px;
    }
    .footer-logo img {
        margin:0 auto;
        display:table;
    }
    .footer-link {
        padding-bottom:30px;
    }
    .footer-link ul {
        margin:0 auto;
        display:table;
    }
    .footer-link ul li {
        float:left;
    }
    .footer-link ul li a {
        padding:0 15px;
        font-size:16px;
        color:#000;
        font-family: gotham;
        font-weight:600;
    }
    .footer-bottom {
        padding:20px 0;
        border-top:1px solid #424242;
        margin-top:30px;
    }
    .footer-bottom h5 {
        text-align:center;
        color:#000;
        font-size:16px;
        line-height:24px;
    }
    .footer-bottom h5 a {
        font-size:16px;
        color:#d60056;
        font-family: gotham;
        font-weight:bold;
    }
    
    
    
    
    /* contact from design */
    
    .sec1title {
        text-align: center;
        margin-bottom:25px;
    }
    .sec1title h1 {
            font-size: 40px;
        margin: 25px;
        text-transform: uppercase;
        color: #393939;
        font-weight: 400;
    }
    .section2 {
        position: relative;
        overflow: hidden;
    }
    .section2 .contactform {
           position: absolute;
        top: 2%;
        left: 50%;
        right: 19%;
        bottom: 8%;
        z-index: 99;
        background: #fafafa;
        padding: 30px 40px 70px;
        box-sizing: border-box;
        margin-top: 15px;
        
    }
    
    .section2 .contactform h5 {
        color: #16F1D4;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section2 .contactform label .cntfrmicn {
        color: #00C1A8;
        padding: 14px;
        position: absolute;
        z-index: 99;
         font-size: 24px;
    }
    
    .section2 .contactform input.form-fields  {
        border: 5px solid #000;
        padding: 6px 87px 12px;
        background-color: #000;
        color: #00c1a8;
    }
    
    .section2 .contactform textarea.form-fields  {
        padding: 55px;
        width: 342px;
        height: 197px;
        border: 5px solid #000;
        background: #000;
        color: #00c1a8;
    }
    .section2 .contactform button.form-fields  {
        padding: 2px 35px;
        border: 5px solid #000;
        background: #000;
        color: #00c1a8;
        font-size: 16px;
    }
    
    .section2 .contactform button.form-fields .fa  {
        margin-left:10px;
    }
    
    
    .soft-left h3 {
        padding:25px;
        margin-top:65px;
        text-align:center;
    }
    
    .soft-left p {
        text-align: left;
        color: #333;
        line-height: 24px;
        padding-left: 15px;
       /*  margin-top: 35px; */
        font-size: 18px;
    }
    .soft-left p:before {
        padding-right: 10px;
        font-family: "FontAwesome";
        color: #92d56a;
    }
    .soft-left p:before {
          content: "\f00c";
    }
    
    
    
    /*** PANEL SUCCESS ***/
    .with-nav-tabs.panel-success .nav-tabs > li > a,
    .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #3c763d;
    }
    .with-nav-tabs.panel-success .nav-tabs > .open > a,
    .with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #3c763d;
        background-color: #d6e9c6;
        border-color: transparent;
    }
    .with-nav-tabs.panel-success .nav-tabs > li.active > a,
    .with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
        color: #3c763d;
        background-color: #fff;
        border-color: #d6e9c6;
        border-bottom-color: transparent;
    }
    
    .table tr {
        text-align:center;
    }
    
    .table-head {
        font-size:20px;
        text-transform:uppercase;
        background:#00c6e0 !important; 
        color:#fff;
    }
    
    .fa-check {
        color:#92d56a;
        font-size:18px;
    }
    
    .fa-times {
        color:#d61f00;
        font-size:18px;
    }
    
    .panel.with-nav-tabs .panel-heading{
        padding: 5px 5px 0 5px;
    }
    .panel.with-nav-tabs .nav-tabs{
        border-bottom: none;
    }
    
    
    .panel.with-nav-tabs .nav-justified{
        margin-bottom: -1px;
    }
    
    .testimonial {
        padding:30px;
    }
    
    
    
    .img-circle {
        border-radius:100%;
        width:100px;
        height:100px;
        margin:auto !important;
    }
    
    .features-text {
        font-size: 15px;
        color: #045C2D;
    }
    
    .client img {
        margin:auto;
        
    }
    
    .client .caption h3 {
        color:var(--primary-color);
        margin-bottom:10px;
    }
    .client .caption {
        border-bottom:2px dashed var(--secondary-color);
        
    }
    
    .client .caption p {
        margin-bottom:35px;
        
    }
    
    .client {
        padding:30px;
        
    }
    
    .fa-map-marker {
        font-size:30px;
        color:#d60056;
    }
    
    .cont-add h3 {
        margin-bottom:10px;
        
    }
    .cont-add .fa {
        color:#d60056;
        
    }
    .cont-add p{
        font-size:18px;
        margin-bottom:15px;
        
    }
    
    .contact-right input {
        padding: 10px 20px;
        width: 100%;
        color: #000;
        border: 1px solid  #00c6e0;
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .contact-right textarea {
        width: 100%;
        color: #000;
        border: 1px solid  #00c6e0;
        font-size: 16px;
        margin-bottom: 20px;
        height: 80px;
        padding: 10px 20px;
    }
    .contact-right button:hover {
        padding: 10px 22px;
        background: #000;
        color: #fff;
        font-size: 16px;
        border: 1px solid #162e4f;
    }
    
    .contact-right button {
        padding: 10px 22px;
        background: #00c6e0;
        color: #fff;
        font-size: 16px;
        border: 1px solid #00c6e0;
        text-transform: uppercase;
    }
    
    #back {
        
       background: url(../images/images-1.png) no-repeat;
       background-size:cover;
    
    }
    
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
        background:none;
    }
    
    
    
    .parallax-section{
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        position: relative;
    }
    .overlay{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #testimonial{
        padding: 130px 0 95px;
        background-image: url(../images/workplace-dental-clinic.jpg);
        margin-top:20px;
        
    }
    #testimonial .overlay{
        background-color: rgba(0,0,0,0.6);
    }
    .ts-testimonial-slide{
        text-align: center;
        color: #ffffff;
        width: 85%;
        margin: 0 auto;
    }
    .ts-testimonial-slide p{
        font-size: 24px;
        line-height: 36px;
        font-style: italic;
        font-family: 'Droid Serif';
        margin-bottom: 35px;
    }
    .ts-testimonial-slide .ts-testimonial-item {
      margin-bottom: 15px;
    }
    .ts-testimonial-slide .ts-testimonial-item .icon-client{
        background: #ffffff;
        width: 29px;
        height: 29px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        float: left;
        text-align: center;
        line-height: 29px;
        margin-top: 2px;
    }
    .ts-testimonial-slide .ts-testimonial-item .infor-client {
      display: inline-block;
      margin: 0 auto;
      width: auto;
    }
    .ts-testimonial-slide .ts-testimonial-item  .client-name{
        padding-left: 38px;
        font-size: 12.8px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Montserrat';
        display: block;
        line-height: normal;
        white-space: nowrap;
    }
    .ts-testimonial-slide .ts-testimonial-item  .client-position{
        font-size: 12px;
        font-style: italic;
        line-height: normal;
        padding-left: 38px;
        display: block;
        text-align: left;
    }
    .ts-testimonial-slide .ts-testimonial-item  .client-position a{
        color: white;
    }
    .ts-testimonial-slide .ts-testimonial-item  .client-position a:hover{
        color: #5ed9e7;
    }
    
    .ts-testimonial-slide .ts-testimonial-item #test{
        margin: auto;
        border-radius: 50%;
        width: 120px;
        height: 120px;
    } 
    
    
    @media screen and (max-width: 768px) {
        .header-add {
            display:none;
        }
        .request {
            display:none;
        }
        .ser-left h2 {
            font-size: 25px;
            /* color: #fff; */
            letter-spacing: 1px;
            font-weight: bold;
            text-align:left !important;
            display:block;
            padding-bottom:15px;
        }
        .social-icon {
            margin:0 auto;
            display:table;
        }
        .social-icon li {
            float:left;
        }
        .social-icon {
            margin:0px !important;
        }
        .hm-logo {
            margin:0 auto;
            display:table;
        }
        .header-right h4 {
            float:none;
        }
        
        .section2 .contactform { 
        padding: 10px;
        width: 100%;
        top: 13%;
        left: 5%; 
        }
        
        .section2 .contactform h5 { 
        display:none;
        }
        
        .section2 .contactform  { 
            background:transparent;
        }
        
        
    }
    @media screen and (max-width: 320px) {
        .header-left h4, .header-right h4 {
            font-size:14px;
        }
        .ser-head h1 {
            font-size:25px;
        }
        .product-box h2, .abt-head h2 {
            font-size:20px;
        }
        .abt-para h3 {
            font-size:16px;
        }
        .footer-icon ul li {
        float: left;
        padding: 0 5px;
        }
        
        .section2 .contactform input.form-fields, .section2 .contactform button.form-fields, .section2 .contactform textarea.form-fields {
            width: 100%;
        }
        
        .section2 .contactform h5 { 
        display:none;
        }
        
        .section2 .contactform  { 
            background:transparent;
        }
    }