﻿/* ----------------------------------

Template Name: Clinicom - Medical & Health Template
Author: validtheme
Description:
Last change:
Version: 1.0
Primary use:    Medical 

Main Font    : Inter
Main Color   : #0cb8b6

-------------------------------------

Table of contents
        
    01. Template default css
    02. Topbar
    03. Navbar
        - Navbar Default
        - Navbar Box
    04. Banner
        - Zoom Effect
        - Zoom effect with shadow
    05. About Area
        - Version One
        - Version Two
    06. Our Features
    07. Consultation Process
    08. Services
        - Carousel
        - Grid
    09. Our Features
    10. Doctor Tips
    11. Doctors
        - Grid
        - Carousel
    12. Fun Factors
    13. Gallery
    14. Appoinment Form
    15. Faq
    16. Doctor List
    17. Testimonials
    18. Newsletter Subscribe
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Concat Area
    21. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;

}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 100;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  /* min-height: 50px; */
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.container-full {
  margin: 0 auto;
  width: 80%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f4f7fc;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #0cb8b6;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #0cb8b6;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #0cb8b6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #0cb8b6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.half::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%) repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.default-padding-top.bottom-less {
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  box-shadow: inherit;
  border: 2px solid transparent;
}

.btn-md {
  padding: 15px 45px;
}

.btn-sm {
  padding: 13px 40px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn-gray.border {
  background-color: transparent;
  color: #0cb8b6;
  border: 2px solid #e7e7e7;
}

.btn-gray.border:hover {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  color: #232323;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn.btn-light::after {
  background: linear-gradient(90deg, rgba(12,184,182,1) 0%, rgba(11,145,144,1) 75%);
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}

.btn.btn-light:hover {
  color: #ffffff;
}

.btn.btn-light.effect:hover::after {
  left: 0;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-theme-v2 {
  color: #ffffff;
}

.btn-theme-v2::after {
  background: linear-gradient(90deg, rgba(249,87,89,1) 0%, rgba(233,12,15,1) 75%);
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 3px;
}

.btn-theme-v2:hover {
  color: #ffffff;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #0cb8b6;
  position: relative;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #0cb8b6;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #cccccc;
  z-index: 1;
  margin-right: 5px;
  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;
  color: #0cb8b6;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #111d30 none repeat scroll 0 0 !important;
}

.bg-gradient {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #0cb8b6;
}

.bg-gradient-light {
  background-image: linear-gradient(90deg, rgba(244,247,252,1) 0%, rgba(255,255,255,1) 100%);
}

.btn-theme {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn-theme.border {
  background-color: transparent;
  color: #0cb8b6 !important;
  border: 2px solid #0cb8b6;
}

.btn-theme.border:hover {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #0cb8b6 none repeat scroll 0 0;
  border: 2px solid #0cb8b6;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn i {
  margin-left: 2px;
}

.btn.left-icon i {
  margin-left: 0;
  margin-right: 3px;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  color: #ffffff !important;
  transition: all 500ms ease;
  border-radius: 3px;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(12,184,182,1) 0%, rgba(11,145,144,1) 75%);
  z-index: -1;
  border-radius: 3px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient {
  padding: 15px 40px;
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;
  border: 2px solid #e7e7e7;
  padding: 13px 45px;
  color: #0cb8b6;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-simple.circle {
  border-radius: 30px;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgba(12,184,182,1) 0%, rgba(11,145,144,1) 75%);
  color: #ffffff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple i {
  margin-left: 1px;
  position: relative;
  top: 1px;
}

.btn-simple:hover {
  color: #ffffff;
  border: 2px solid transparent;
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 90%;
}

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #0cb8b6 none repeat scroll 0 0;
  border: 2px solid #0cb8b6;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #0cb8b6;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h4 {
  text-transform: uppercase;
  font-weight: 800;
  color: #0cb8b6;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #0cb8b6;
  z-index: -1;
  opacity: 0.1;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #0cb8b6;
}

.site-heading h2 span {
  color: #0cb8b6;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
}

.site-heading h2 span {
  color: #0cb8b6;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left h2 {
  margin: 0;
  font-weight: 700;
  margin-top: -8px;
  font-size: 36px;
}

.heading-left p {
  margin-top: -8px;
  margin-bottom: 25px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    left: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.left-border::before {
    background: #ffffff;
  }

  .right-border::before {
    position: absolute;
    right: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.right-border::before {
    background: #ffffff;
  }
}

.sx form{
    margin: 0 auto;
    width: 1200px;
    transition: all 1s ease-out 0s;
    float: left;
    height: 550px;
}
.reg input
{
      width: 120px !important;
      height: 37px !important;
      color: rgb(255, 255, 255);
      font-size: 14px;
      line-height: 37px !important;
      text-align: center;
      background: linear-gradient(rgb(86, 166, 225) 0%, rgb(86, 166, 225) 100%);
      border-radius: 3px;
      border: 1px solid  #56a6e1;
      float: none;
      margin: auto;
      display: inline-block;
      padding-left: 0px !important;
      color: #fff !important;
      display: inline-block;
}
.sx input{
    font-size: 14px;
    height: 35px;
    width: 380px;
    margin-top: 20px;
    color: #333;
    outline: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding-left: 15px;
}
.sx input:focus{
    border: 1px solid #09f;
}
.sx p{
    display: inline-block;
    font-size: 12px;
    color: #ccc;
    margin: 0;
    margin-right: 6px;
}
.sx span{
    display: none;
    width:42px;
    font-size: 12px;
    margin-left: 2px;
    color: #ccc;
    background: #ccc;
    text-align: center;
}
.sx span.ruo{
    background: #f00;
    color: #fff;
    opacity: 0.5;				
}
.sx span.zo{
    background: rgb(255, 224, 0);
    opacity: 1;	
    color: #fff;
}
.sx span.qiang{
    background: rgb(3, 146, 3);
    color: #fff;
}
.sx img{
    height: 20px;
    position: relative;
    top: 3px;
}
.sx .f{
    border: 1px solid #fa290d;
}
.sx .r{
    border: 1px solid #04f014;
}
.sx .btn1{

}
.sx .btn1:hover:after{
    content: '»';
}
.sx .btn1:hover{
    opacity: 1;
}
.sx #btn{
    position: absolute;
    left: 55%;
    top: 355px;
    cursor: pointer;
    border-radius: 5px;
    height: 28px;
    width: 82px;
    text-align: center;
    line-height: 25px;
    border: 1px solid  rgb(66, 164, 43);
    color: rgb(105, 184, 86);
    background: #fff;
    outline: none;
}
.sx #yzm{
    width: 180px;
}
.sx .load{
    border: 5px dotted #fff;
    border-radius: 50%;
    border-top: 5px dotted rgb(163, 247, 142);
    border-left: 5px dotted rgb(177, 255, 158);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    display: none;
    animation: l 1s ease-out 0s infinite;
    z-index: 99;
}
@keyframes l{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.sx .verify{
    width: 280px;
    height: 30px;
    margin-top: 10px;
}
.sx #verify_box{
    width: 280px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    background-color: rgba(212, 212, 212, 1);
}
.sx #verify_xbox{
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    position: absolute;
    background: #7BBB55;
}
.sx #btn2{
    cursor: pointer;
    width: 54px;
    height: 28px;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(212, 212, 212, 1);
    float: right;
}
.sx .img{
    height: 12px;
    top: 0;
}
.sx h6{
    margin: 0;
    color: #ccc;
    font-size: 12px;
}
.sx #mask{
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(83, 187, 57);
    opacity: 0.8;
    z-index: 99;
    transform: scale(0);
    transition: all 1s ease-out 2s;
}
.zc_l
{

float: left;

width: 800px;

padding-left: 400px;
}
.zc_kh
{

}
.zc_kh input
{

width: 160px;
}

.zc_kh select
{
      font-size: 14px;
      height: 38px;
      width: auto;
      margin-top: 20px;
      color: #333;
      outline: none;
      border-radius: 0px;
      border: 1px solid #ccc;
      padding-left:5px;
}
.sx1
{
	width:1200px;
	margin:auto;
}
.reg
{
  display:inline-block;
}
.an
{
	
width: 100%;
	
float: left;
	
margin: auto;
	
text-align: center;
}


.gx
{

/* float: left; */

width: 73%;

line-height: 30px;

display: inline-block;

margin: auto;

text-align: center;

font-size: 14px;
}
.gx input
{
  
width: 15px;
  
height: 15px;
  
position: inherit;
  
margin-top: 10px;
}
.gx p
{
	
font-size: 14px;
	
color: #333;
}
.gx p a
{
	color:#f00;
}

@media (max-width: 767px) {
.zc_l {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.sx form {
    margin: 0 auto;
    width: 100%;
    transition: all 1s ease-out 0s;
    float: left;
    height: auto;
}
.sx1
{
	width: 95%;
	margin:auto;
}
.sx input {
    font-size: 14px;
    height: 35px;
    width: 354px;
    margin-top: 20px;
    color: #333;
    outline: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding-left: 15px;
}
.gx input
{
  
width: 15px;
  
height: 15px;
  
position: inherit;
  
margin-top: 10px;
}
.gx
{

/* float: left; */

width: 23%;

line-height: 30px;

display: inline-block;

margin: auto;

text-align: center;

font-size: 14px;
}
.sx
{margin: 20% auto !important;width: 100%;}
}
.xy p
{
	font-size:14px;
	color:#000;
}


