@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{       
	/*  font-family: 'Raleway', sans-serif; */
	/* font-family: 'Open Sans', sans-serif; */
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8rem;
		overflow-x: hidden;
   }



	.header-topbar{
		width: 50%;
		height: 25px;
		background-color:  transparent;
		padding: 6px 70px;
		font-family: 'Open Sans';
		font-size: 0.8rem;
        float: right;
	}

    .nav-item{
    	padding: 0.3rem;
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    	color: #85c987 !important;
	}


    .navbar-dark .navbar-nav .active {
        color: #85c987 !important;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgb(0, 197, 190);
    }


	.bg-light{
		background-color: transparent !important;
	}


	
	.section-padding
	{
		padding-top:210px;
	}

	.hvr-grow-shadow
	{
		display: block !important;
	}

	.deco-line {
	   width: 100%; 
	   text-align: center; 
	   border-top: 1px solid #b7b7b7; 
	   line-height: 0.1em;
	   margin: 10px 0 20px; 
	   vertical-align: middle;
	}


	.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover
	{
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.08) !important;
		z-index: 999;
	}


	.bx-wrapper {
		    border: 0 !important;
		    box-shadow: none !important;
		    margin-bottom: 0 !important;
		}

	.bx-wrapper .bx-pager.bx-default-pager a {
	    width: 25px !important;
	    height: 4px !important;
	}

	.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    	bottom: 20px !important;
	}

	.bx-wrapper .bx-next {
		right: 10px;
		content: url(../image/a-right-09.png);
		background: none !important;
	}

	.bx-wrapper .bx-prev {
    	left: 10px;
    	content: url(../image/a-left-09.png);
    	background: none !important;
	}

    @media (min-width: 1490px){
        .container {
            max-width: 1490px;
        }
    }






	/* new nav bar*/
	/* adds some margin below the link sets  */

    button:focus {
        outline: none !important;
    }


	.navbar .dropdown-menu div[class*="col"] {
	   margin-bottom:1rem;
	}

	.navbar .dropdown-menu {
	  border:none;
	  background-color:#000!important;
	}

	/* breakpoint and up - mega dropdown styles */
	@media screen and (min-width: 992px) {
	  
		  /* remove the padding from the navbar so the dropdown hover state is not broken */
		.navbar {
		  padding-top:0px;
		  padding-bottom:0px;
		}

		/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
		.navbar .nav-item {
		  padding:.5rem .5rem;
		  margin:0 .25rem;
		  font-size: 0.9rem;
		}

		/* makes the dropdown full width  */
		.navbar .dropdown {position:static;}

		.navbar .dropdown-menu {
		  width:100%;
		  left:0;
		  right:0;
		/*  height of nav-item  */
		  top:70px;
		}
		  
		  /* shows the dropdown menu on hover */
		.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		  display:block!important;
		}
		  
		  .navbar .dropdown-menu {
		    border: 1px solid rgba(0,0,0,.15);
		    background-color: #fff;
		  }

	}









	.navbar-dark .navbar-nav .nav-link {
    	color: #7b7b7b;
	}

	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	    color: #85c987 !important;
	}

	.more-btn {
        color: #fff !important;
        text-transform: uppercase;
        background: #7b7b7b;
        padding: 13px 30px;
        display: inline-block;
        border: none;
    }

    .more-btn:hover {
        color: #fff !important;
        background: #85c987;
        letter-spacing: 2px;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.3s ease 0s;
    }

    a:hover {
        text-decoration: none !important;
    }

    .mobile-bg{ 
        width: 100%; height: 300px; 
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center;
    }

    .mobile-black{
        background: rgba(255, 255, 255,0.7); 
        width: 100%; 
        height: 300px;
    }

    .mobile-title{
        font-size: 2rem;
        color: #222; 
        text-align: center; 
        line-height: 300px; 
        font-family: 'Open Sans';
    }


     table tr td{
        padding-bottom: 20px;
    }


    .contact-box {
        background-color: #fff;
        text-align: center;
        width: 100%;
        min-height: 280px;
        padding: 18px 60px;
        box-shadow: 0px 2px 17px 2px rgba(47, 47, 47, 0.34);
    }

    .contact-box2 {
        background-color: #fff;
        width: 100%;
        height: 450px;
        padding: 30px 60px;
        box-shadow: 0px 2px 17px 2px rgba(47, 47, 47, 0.34);
    }

    .about-img{
        background-image: url('../image/chiropractic-profile.jpg');
        min-height: 600px;
        background-size: cover;
		background-position: center;
    }

    .about-page-img{
        background-image: url('../image/cc2.jpg');
        background-size: cover;
        background-position: center;
        width: 600px;
        height: 100%;
    }

    p {
        line-height: 25px;
    }

    .welcome-img{
        background-image: url('../image/cc15.jpg');
        height: 400px; 
        background-position: center; 
        background-repeat: no-repeat;
    }

    .btn-align{
        text-align: left;
    }

    .why-content{
        text-align: center;
        padding: 70px 60px;
    }

    .book-btn{
        background-color: #85c987;
        padding: 8px 20px;
        text-align: center;
        color: #fff;
        border-radius: 20px;
        font-family: 'Open Sans';
        font-weight: 700;
    }

    .book-btn:hover{
        background-color: #1a3158;
    }

    .help-list{
        background-color: #85c98770; 
        width: 100%; 
        min-height: 500px;
        font-family: 'Open Sans'; 
        font-size: 1.2rem;
        box-shadow: 0px 3px 22px -1px rgba(130,130,130,0.8);
        padding: 50px 80px;
        margin-left: 0px;
    }

    ul {
      list-style: none;
      padding: 0;
    }

    .help-list li {
      padding-left: 1.3em;
    }
	
	.list-default
	{
		padding-left:30px; 
		list-style-type:square;
	}
	
	.list-default li
	{
		line-height:200%;
	}

    .help-list li:before {
      content: "\f00c"; 
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em; 
      width: 1.3em; 
      color: #85c987;
      font-size: 1.5rem;
    }

    .banner{
        background-image: url('../image/bannerimg-bg.jpg'); 
        width: 100%; 
        background-repeat: no-repeat; 
        background-size: cover;
        background-position: center;
    }

    .banner-content{
        /*background-color: #85c987c7;*/ 
        min-height: 350px; 
        width: 600px; 
        float: right;
        font-family: 'Open Sans'; 
        color: #222; 
        font-size: 1.2rem; 
        padding-top: 150px; 
        text-align: justify;
    }
	
	.banner-height
	{
		min-height: 500px; 
		background:rgba(255, 255, 255,0.7);
	}

    .visit-bg{
        background-image: url('../image/visit-bg.jpeg');
        min-height: 600px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .nav-top{
        background-color: #fff; 
        padding-top: 40px; 
        padding-bottom: 24px; 
        border-bottom: 1px solid #d2d2d2;
    }

    .footer-bg{
        background-color: #252525; 
        width: 100%; height: 40px; 
        text-align: center; 
        color: #fff; 
        font-family: 'Open Sans';
        padding: 10px 0px;
    }

    .contact-form {
        background-color: #fff;
        box-shadow: 0px 3px 22px -1px rgba(130,130,130,0.7);
        margin-top: -200px;
        padding: 50px 30px;
    }

    .booking-form {
        background-color: #fff;
        box-shadow: 0px 3px 22px -1px rgba(130,130,130,0.7);
        margin-top: 30px;
        padding: 50px 30px;
    }





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

        .contact-form {
            margin-top: 20px;
        }

        .about-img{
            min-height: 250px;
            background-size: cover;
        }

        .mobile-bg{ 
            width: 100%; height: 150px; 
            background-repeat: no-repeat; 
            background-size: cover; 
            background-position: center;
        }

        .mobile-black{
            background: rgba(255, 255, 255,0.7);
            width: 100%; 
            height: 150px;
        }

         .mobile-title{
            font-size: 1.8rem;
            color: #222;
            text-align: center; 
            line-height: 140px;			
            font-family: 'Open Sans';
        }

        .about-page-img{
            background-image: url('../image/cc2.jpg');
            width: 100%;
            height: 200px;
            background-size: contain;
        }

        .contact-box {
            background-color: #fff;
            width: 100%;
            min-height: 450px;
            padding: 18px 40px;
            margin-top: 10px;
            box-shadow: 0px 2px 17px 2px rgba(47, 47, 47, 0.34);
            text-align: center;
            margin-bottom: 15px;
        }

        h2 {
            font-size: 1.6rem;
        }

        h4 {
            font-size: 1.3rem;
        }


        .text-padding{
            padding: 0px 10px;
        }

        .btn-align{
            text-align: center;
        }

        .why-content{
            text-align: center;
            padding: 30px 50px;
        }

        .banner{
            background-image: url('../image/bannerimg-bg.jpg'); 
            width: 100%; 
            min-height: 300px; 
            background-repeat: no-repeat; 
            background-size: cover;
            background-position: center;
            padding: 20px 20px;
        }

        .banner-content{
            /*background-color: #00000070;*/ 
            min-height: 100px; 
            width: 100%; 
            font-family: 'Open Sans'; 
            color: #222; 
            font-size: 0.9rem; 
            padding-top: 50px; 
            text-align: justify;
        }
		
		.banner-height
		{
			min-height: 300px;
		}

        .nav-top{
            background-color: #fff; 
            padding-top: 10px; 
            padding-bottom: 10px; 
            border-bottom: 1px solid #d2d2d2;
        }

        .footer-bg{
            background-color: #252525; 
            width: 100%; height: 40px; 
            text-align: center; 
            color: #fff; 
            font-family: 'Open Sans';
            font-size: 0.7rem;
            padding: 15px 0px;
        }


    }

   



	







/* Main tabs */
.board {
    width: 100%;
    height: auto;
    margin: 30px auto;
    background: none;
}

.board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li {
    width: 25%;
}

.nav-tabs > li:after {
    content: " ";
    position: absolute;
    opacity: 0;
    margin: 0;
    margin-left: -10px;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #aaa;
    transition: left 1s;
}

.nav-tabs > li.active:after {
    left: 50%;
    opacity: 1;
}

.nav-tabs > li[rel-index="-1"]:after {
    left: calc(50% + 100%);
}

.nav-tabs > li[rel-index="-2"]:after {
    left: calc(50% + 200%);
}

.nav-tabs > li[rel-index="-3"]:after {
    left: calc(50% + 300%);
}

.nav-tabs > li[rel-index="1"]:after {
    left: calc(50% - 100% );
}

.nav-tabs > li[rel-index="2"]:after {
    left: calc(50% - 200%);
}

.nav-tabs > li[rel-index="3"]:after {
    left: calc(50% - 300%);
}

.nav-tabs > li a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    border: none;
    background: none;
}

.nav-tabs > li a:hover {
    border: none;
    background: none;
}

.nav-tabs > li.active a, .nav-tabs > li.active a:hover {
    border: none;
    background: none;
}

.nav-tabs > li span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.nav-tabs > li:nth-of-type(1) span {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

.nav-tabs > li:nth-of-type(1).active span {
    color: #fff;
    background: #3e5e9a;
}

.nav-tabs > li:nth-of-type(2) span {
    color: #f1685e;
    border: 2px solid #f1685e;
}

.nav-tabs > li:nth-of-type(2).active span {
    color: #fff;
    background: #f1685e;
}

.nav-tabs > li:nth-of-type(3) span {
    color: #febe29;
    border: 2px solid #febe29;
}

.nav-tabs > li:nth-of-type(3).active span {
    color: #fff;
    background: #febe29;
}

.nav-tabs > li:nth-of-type(4) span {
    color: #25c225;
    border: 2px solid #25c225;
}

.nav-tabs > li:nth-of-type(4).active span {
    color: #fff;
    background: #25c225;
}

.nav-tabs > li > a.disabled {
    opacity: 1;
}

.nav-tabs > li > a.disabled span {
    border-color: #ddd;
    color: #aaa;
}

div[role="tabpanel"]:after {
    content: "";
    display: block;
    clear: both;
}

/* Begin Business Info */

#step-1 {
    background: white;
}








/*Gallery grid*/

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image-h2 {
  opacity: 1;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  object-fit: cover;
  height: 230px;

}

.img-hover:hover .image-h {
  opacity: 0.3;
}

.img-hover:hover .image-h2 {
  opacity: 0.3;
}

.img-hover:hover .middle {
  opacity: 1;
}


div.image-layout > .img-hover:first-child
{
    width: 40%;
    height: 460px; 
    float:left;
    position: relative;

}

div.image-layout > .img-hover:nth-child(2)
{
    width: 30%;
    height: 230px; 
    float:left;
    position: relative;
}

div.image-layout > .img-hover:nth-child(3)
{
    width: 30%;
    height: 230px; 
    float:left;
    position: relative;
}

div.image-layout > .img-hover:nth-child(4)
{
    width: 30%;
    height: 230px; 
    float:left;
    position: relative;
}

div.image-layout > .img-hover:nth-child(5)
{
    width: 30%;
    height: 230px; 
    float:left;
    position: relative;
}


















/*custom font*/
/*basic reset*/
* {margin: 0; padding: 0;}

html {
    height: 100%;
    /*Image only BG fallback*/
    background: url('https://thecodeplayer.com/uploads/media/gs.png');
    /*background = gradient + image pattern combo*/
    background: 
        linear-gradient(rgba(196, 102, 0, 0.2), rgba(155, 89, 182, 0.2)), 
        url('https://thecodeplayer.com/uploads/media/gs.png');
}

/*form styles*/
#msform {
    margin: 50px auto;
    text-align: center;
    position: relative;
}
/*#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    
}*/

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Open Sans;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #19b3de;
    color: white;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: 'Open Sans';
    font-size: 1rem;
    border-radius: 0px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    font-family: 'Open Sans'; 
    font-size: 1.2rem;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Open Sans'; 
    font-size: 1rem;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: 'PRIOR';
    counter-increment: step;
    width: 80px;
    line-height: 20px;
    display: block;
    font-size: 1.5rem;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 10;
    height: 30px
}

#progressbar2:before {
    content: 'During'!important;
}

#progressbar3:before {
    content: 'Next'!important;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: 1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/






/*Book online form*/
.section-padding {
    padding: 45px 0;
}
.section-dark {
    background-color: #f9f9f9;
    z-index: -2;
}
.form-control,
.form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control[disabled],
.form-control[readonly],
.form-group .form-control[disabled],
.form-group .form-control[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
    background-color: rgba(0, 0, 0, 0)
}










	




