/*-------Reset-css---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#fff  !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #8d989a;
	line-height: 24px;
	font-size:15px;

}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;

}


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

.alignright {
    float: right;
}

.kopa-item-header {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}

.kopa-page-header-1 .kopa-email-link {
    color: rgba(255, 255, 255, 0.8);
}

.kopa-item-header {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}

.kopa-item-header:before {
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.kopa-social-links {
    display: inline-block;
}

.kopa-social-links li {
    display: inline-block;
    margin-right: 10px;
	list-style: none;
}

.kopa-page-header-1 .kopa-social-links li a {
    color: rgba(255, 255, 255, 0.8);
}



.kopa-item-header  a  {
	color: #c9cdd2;
	font-weight: 500;
    text-decoration: none;
}



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











































/*----------------Nav-Bar--------------------*/


.main-menu-area {
	background: #FFF;
    color: #000;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    margin-left: 0px;
    margin-top: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.main-menu-area .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
	z-index:999;
}
.main-menu-area .logo {
	height: 100%;
    padding: 15px 0px;
    position: relative;
}


.main-menu ul li a:hover  .fa {
    color: #adce60;
    font-size: 15px;
    font-weight: 600;
}

.main-menu ul li a  .fa {
    color: #8d989a ;
    font-size: 15px;
    font-weight: 600;
}



.main-menu ul li .dropdown-menu li a {
	border-bottom:1px solid #ccc;
}



.navbar-right {
    float: right!important;
    margin-right: -15px;
    padding-top: 0px;
}

.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    z-index: 9999;
}
.logo-two {
	text-align: center;
	background-color: #15aa19;
	max-width: 390px;
	margin: auto;
	padding: 15px;
}
.main-menu ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #8d989a !important;

}



.main-menu-area .navbar-default .navbar-nav > .active > a, 
.main-menu-area .navbar-default .navbar-nav > .active > a:focus, 
.main-menu-area .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}
.main-menu-area .navbar-nav > li > a:focus, 
.main-menu-area .navbar-nav > li > a:hover {
	background-color: transparent;
}
.main-menu-area .dropdown-menu > .active > a, 
.main-menu-area .dropdown-menu > .active > a:focus, 
.main-menu-area .dropdown-menu > .active > a:hover {
	background-color: #f5f5f5;
	color:#000;
}
.main-menu ul li .dropdown-menu  li a  {
	
}

.main-menu ul li .dropdown-menu {
	width: 210px;
}

.main-menu ul li .dropdown-menu-Width-Adj {
	width: 300px;
}

.main-menu-area .dropdown-menu > li > a:focus, 
.main-menu-area .dropdown-menu > li > a:hover {
	background-color: #f5f5f5;
}
.main-menu-area .navbar-default .navbar-nav > .open > a, 
.main-menu-area .navbar-default .navbar-nav > .open > a:focus, 
.main-menu-area .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #f5f5f5;
}
.main-menu ul li a i.fa-angle-down {
    position: relative;
    top: 1px;
    left: 0px;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}
.main-menu ul li:hover i.fa-angle-down {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.navbar-right .dropdown-menu {
	left: 0;
}
.main-menu ul li ul {
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    text-align: left;
	padding:15px 5px !important;
	background:#2f4649 !important;
 }
.main-menu ul li ul li {
	display: block;
    position: relative;
}
.main-menu ul li ul li a {
    display: block;
    padding: 5px 15px !important;
    color: #fff;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid transparent  !important;
	background-color: #2f4649;
}

.main-menu ul li ul li a:hover {
	background-color: #2f4649  !important;
	color:#a2ca47 !important;
}	

.main-menu ul li  a:hover {
	color:#a2ca47 !important;
}
	
.main-menu ul li ul li.right-top ul {
    margin: 0px;
    padding: 0px;
    top: 0;
    position: absolute;
    text-align: left;
    left: 120%;
    visibility:hidden;
    opacity: 0;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
    z-index: 9999;
    width: 200px;
    border-left: 1px solid #eee;
}
.main-menu ul li ul li.right-top:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 100%;
}
@media screen and (min-width: 768px) {
    .main-menu ul li ul {
        box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
        left: 0;
        top: 120%;
        visibility:hidden;
        opacity: 0;
        -webkit-transition:.5s ease;
        -moz-transition:.5s ease;
        -ms-transition:.5s ease;
        -o-transition:.5s ease;
        transition:.5s ease;
        z-index: 9999;
        width: 200px;
    }
    .main-menu ul li:hover ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%;
    }
    .main-menu ul li ul li.right-top {
        margin: 0;
        padding: 0;
        box-shadow: none;
        border: none;
        float: none;
    }
}
.affix {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 25px #000; 
	    margin-top: 0px;
}

.affix  .main-menu ul li a {
    display: block;
    font-weight: 500;
	font-family: 'Quicksand', sans-serif;
}



.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f9f6f6;
}

.main-menu-area  .logo  img {
    position: relative;
    z-index: 999;
    width: 250px;
}

.Top-Bar  {
    background: #2f4649;
    padding: 3px 0px;
}

.Top-Box   ul  li {
    list-style-type: none;
    display: inline;
    float: left;
    margin-right: 40px;
	color:#fff;
}

.Top-Box   {
	float:right;
}

.Top-Bar p  {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.Top-Bar p    a  {
    font-size: 16px;
    color: #fff;
    margin-left: 12px;
    letter-spacing: 2px;
    padding-top: 2px;
	    text-decoration: none;
}

.Top-Bar p    a:hover  {    
	text-decoration:none;
	color:#adce60;
}

.main-menu-area   .main-menu  .navbar-nav   {
	padding: 15px 0px 0px;
}

.main-menu-area   .main-menu  .navbar-nav  .Appointment-Btn  {
	border-radius: 29px;
    background-color: #adce60;
}

.main-menu-area   .main-menu  .navbar-nav  .Appointment-Btn a {  
	color:#fff !important;
	padding:10px 20px ;
}

.main-menu-area   .main-menu  .navbar-nav  .Appointment-Btn a:hover {
	background-color: #698760;
	border-radius: 29px;
}

.main-menu-area   .main-menu  .navbar-nav  li  a {
	padding:10px 10px 30px;
}


.main-menu-area    .M-ADJ    {
	padding:10px 0px 0px; 
}



 /*------------touch-Slider------------------------*/
 
 
 /****slider****/
h1.slide-phone {
	color:#45e2f4!important;
	margin: 0px!important;
	line-height: 20px!important;
}
.bs-slider {
	/*----
	height: 400px;
	-----*/
	
	margin-top: 0px;
	overflow: hidden;
	position:relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item  {
	/*-----	
	max-height: 400px;
    height: 400px;
	-----*/
	
}

.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	/*-----------
	margin: auto;
	width: 100% !important;
	height:400px;
	---*/
	

	
	`background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
	
}

.service.layout-1:hover .img-in {
    background-color: #000;
}

.SERVICES-HOME    .box-shadow {
    box-shadow: 0px 5px 7px 0px rgba(37, 34, 34, 0.33);
}



/*---*/
.hero-slides-content {
    margin-top: 17%;
}

.slide-text  h2 {
	
	/*-----
	text-align: left;
    font-size: 32px;
    width: 45%;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
	---*/
	
	z-index: 5;
    font-family: "Josefin Sans";
    text-transform: uppercase;
    visibility: visible;
    text-align: left;
    line-height: 75px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 65px;
    border-color: rgb(141, 152, 154);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px 0px 10px;
    color: rgb(60, 79, 84);
    text-decoration: none;
    white-space: nowrap;
    width: 520px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	
	
	
	
	

}

.slide-text  h2 span {
	color:#3c4f54;
}

.slide-text  h5  {
	position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.slide-text h3, .slide-text h4 {
	text-align: left;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    margin-bottom: 26px;
    text-transform: capitalize;
}

.slide_style_right a {
	
	
	float:left;
}

.slide-text a {
	text-align: left;
    float: left;
    margin: 30px auto 30px;
    padding: 15px 50px;
    background: #adce60;
    color: #fff;
    text-decoration: none;
    display: table;
    font-weight: 500;
    font-size: 20px;
    margin-right: 15px;
    border-radius: 30px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
 color: #fff;
}
.control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
 color: #fff;
}

#bootstrap-touch-slider  .left  .fa {
    margin-top: 10px;
    margin-right: 4px;
}

#bootstrap-touch-slider  .right  .fa {
   margin-top: 10px;
   margin-left: 4px;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	
	right: 0px;
    bottom: 8%;
    left: 30%;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
padding: 6px 6px;
    width: 10px;
    height: 7px;
    border: 2px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 0px;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 0px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color:  #adce60;
	content:"";
	position: absolute;
	left:-1.6px;
	top:-2.6px;
	width:17px;
	height: 17px;
	padding:3px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}

.slide_style_right {
	text-align: right !important;
}

.slide_style_center {
	text-align: center !important;
}

.slide-text {
	/*------
	left: 0;
    width: 100%;
    top: 10%;
    right: 0;
    position: absolute;
    padding: 10px 85px;
	----*/
	
	left: 45%;
    width: 100%;
    top: 10%;
    right: 20%;
    position: absolute;
    padding: 10px 85px;
    width: 650px;
    float: right !important;

}

.slide-text  a .fa {
    margin-left: 20px;
}

.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 40px;
	font-style: normal;
	line-height: 60px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	text-transform: capitalize;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 15px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	text-transform:capitalize;

}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
 
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 36px;
    cursor: pointer;
    overflow: hidden;
    line-height: 70px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;

}


.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #171515a6;
}


.slide-text > p {
	
	/*--------
    width: 50%;
	font-size:15px;
	line-height:20px;
	padding:20px 0px;
	---*/
	
	z-index: 6;
    font-family: "PT Sans";
    visibility: visible;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    border-color: rgb(141, 152, 154);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(60, 79, 84);
    text-decoration: none;
    white-space: nowrap;
    width: 520px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	
}




/*---------------About-Us-Home---------------*/

.About-Us-Home   {
	padding:50px 0px 20px;
	margin-top: 100px;
}

.Main-Title-Box  h5 {
	font-size: 15px;
    color: #adce60;
    font-weight: 600;
    padding-bottom: 25px;
	text-transform: uppercase;
}

.Main-Title-Box   h1 {
	color: #3c4f54;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.Main-Title-Box .line {
    display: block;
    width: 10%;
    border: 1px solid #adce60;
    margin: 0px auto 35px;
}


.buttonfx{
	color: #fff;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 4px solid #eee;
    letter-spacing: 0.0625em;
    /* padding: 8px 10px; */
    text-transform: uppercase;
    /* font: bold 16px 'Bitter', sans-serif; */
    line-height: 2;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    border-radius: 30px;
    padding: 8px 35px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
}

.buttonfx    a {
	text-decoration:none;
	color:#fff;
}

/* //// Default effect: Slide from Top  //// */

.buttonfx:before,
.buttonfx:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #3c4f54; /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}

.buttonfx:before{
  background: #adce60; /* button default background color */
  z-index: -2;
  transform: translate3D(0,0,0);
}

.buttonfx:hover{
    color: white;
}

.buttonfx:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

/* //// Slide Left  //// */

.slideleft:after{
  top: 0;
  z-index: -1;
  transform: translate3D(-101%,0,0);
}

.slideleft:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}


.Welcome-Home  .Wlcm-Info  .Icon  {
	float:left;
}

.Welcome-Home  .Wlcm-Info    .Content  {
	margin-left:55px;
	padding: 10px 0px;
}

.Welcome-Home  .Wlcm-Info  .Icon   .fa  {
    font-size: 38px;
    background: #adce60;
    padding: 54px 20px;
    color: #fff;
}

 .Welcome-Home  .Wlcm-Info    .Content   h4   {
        font-size: 18px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 5px;
    padding-left: 50px;
    color: #fff;
    word-spacing: 3px;
    line-height: 26px;
}


.Welcome-Home  .Wlcm-Info    .Content   h5 {
    font-size: 22px;
    color: #adce60;
    padding-left: 50px;
    padding-bottom: 4px;
    font-weight: 600;
}

.Welcome-Home   img {
	position:absolute;
	width: 90%;
}

.Welcome-Home  .Wlcm-Info   {
	position: relative;
    padding-top: 65%;
    width: 75%;
    margin: 0 auto;
}

    
.Welcome-Home  .Wlcm-Info  .Content	{
	background: linear-gradient(to right,	#3c4f54 55%,#698760 95%) !important;
}

.Welcome-Home  {
    width: 90%;
    margin: 0 auto;
}



/*------------- .TESTIMONIALS  -----------*/

 .TESTIMONIALS  {
	 padding:50px 0px;
 }

 .TESTIMONIALS    .testimonial-item     .client-info   .fa  {
    text-align: center;
    margin: 0 auto 20px;
    display: table;
    padding: 14px;
    background: #87ab33;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

 .TESTIMONIALS    .testimonial-item     .client-info  h2  {
	font-size: 15px;
    line-height: 1.35em;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 1.9em;
    letter-spacing: 2px;
    text-align: center;
    color: #87ab33;
}




.TESTIMONIALS {
    background: url(../images/Testimonials_Backround.jpg) 0 0 no-repeat;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.TESTIMONIALS  .Main-Title-Box h1 {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-size: 42px;
    padding-bottom: 30px;
    font-weight: 500;
}

.TESTIMONIALS  .testimonial-item   .client-info  p  {
	text-align:center;
}


.TESTIMONIALS    .testi  {
	width:80%;
	margin:0 auto;
	
}

.TESTIMONIALS   .owl-theme .owl-nav [class*=owl-] {
    color: #87ab33;
    font-size: 15px  !important;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    padding-top: 25px  !important;
}

.TESTIMONIALS   .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #adce60;
    text-decoration: none;
}



/*-----------Appointment-Form------------*/

.Appointment-Form  {
	padding:50px 0px 0px;
}

.Appointment-Form   .A-Form input {
	-webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 1.4em 1.4em;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    word-spacing: 1px;
	margin-bottom:20px;
}

.Appointment-Form   h4  {
    padding-top: 50px;
    font-size: 16px;
    color: #8ab722;
}

.Appointment-Form   .buttonfx  {
	float:left;
}

.Appointment-Form  img   {
    width: 95%;
    margin: 0 auto;
}



/*--------------Footer---------------*/

.Footer   {
	padding:50px 0px;
	background:#2f4649;
}

.Footer  .Footer-Box  img {
   width: 240px;
    margin-bottom: 35px;
    background: #fff;
    padding: 20px 15px;
}
.Single-Services-Page-02 .FAQ-Box {
    width: 95%;
    padding: 0px 0px 0px 15px;
    margin: 0 auto;
}
.Single-Services-Page-02 .FAQ-Box {
    display: table;
    padding: 20px 0px;
    width: 100%;
}
.Single-Services-Page-02 .FAQ-Box   .Title  h2  {
	font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #3c4f54;
}
.Single-Services-Page-02   .FAQ-Box  {
	  display:table;
	  padding:20px 0px;
	  width: 100%;
  }


.Single-Services-Page-02   .FAQ-Box   .panel-default>.panel-heading {
    color: #fff;
    background-color: #4f8e9ee8;
    border-color: #ddd;
    padding: 14px 15px;
    border-radius: 0px;
	border-bottom: 1px solid #aaced8ba;
}

.Single-Services-Page-02    .FAQ-Box   .panel .panel-heading .panel-title a {
    text-decoration: none;
    text-align: center;
    margin-left: 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.Single-Services-Page-02 .FAQ-Box .panel-default>.panel-heading {
	text-decoration: none;
    margin-left: 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.Single-Services-Page-02 .FAQ-Box .panel-default>.panel-heading a {
	text-decoration:none;
}	

  .Question-Box  .Q-Inner-Box   .Icon01  {
	  float:left;
  }

 .Question-Box  .Q-Inner-Box  .Icon-Info   {
	 margin-left:25px;
 }

  .Question-Box  .Q-Inner-Box   .Icon01 	.fa {
    color: #95c329;
}

.Single-Services-Page-02 .FAQ-Box   .Title  h2  {
	font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #3c4f54;
}

.Single-Services-Page-02 .FAQ-Box   .Title  .Subline  {
	display:block;
	border:1px solid #94d009;
	width:12%;
	margin-bottom:30px;
}

.Single-Services-Page-02 .FAQ-Box {
    width: 95%;
    padding: 0px 0px 0px 15px;
    margin: 0 auto;
}

.Single-Services-Page-02 .FAQ-Box   .Title  .Subline  {
	display:block;
	border:1px solid #94d009;
	width:12%;
	margin-bottom:30px;
}

.Single-Services-Page-02 .FAQ-Box {
    width: 95%;
    padding: 0px 0px 0px 15px;
    margin: 0 auto;
}
.Footer  .Footer-Box  h3 {
	font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 25px; 
}

.Footer  .Footer-Box   .F-Inner-Box   .Icon  {
	float:left;
}

.Footer  .Footer-Box   .F-Inner-Box   .Info  {
	margin-left:25px;
}  

.Footer  .Footer-Box   .F-Inner-Box   .Icon  .fa  {
	color: #adce60;
}

.Footer  .Footer-Box   .F-Inner-Box    {
    margin-bottom: 20px;
}

.Footer  .Footer-Box    .R-ADJ {
	color:#fff;
	font-size: 14px;
}

.Footer-Stripe  {
	padding:25px;
	background:#2b3e40;
}

.Footer-Stripe  .Social-Icon  li  {
	list-style-type:none;
	display:inline-block;
}

.Footer-Stripe  .Social-Icon  li {
	background-color: rgba(255,255,255,0.2);
    color: #ffffff;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
    margin-right: 8px;

}

.Footer-Stripe  .Social-Icon  li:hover {
	background-color:#adce60;
}

.Footer-Stripe  .Social-Icon    {
	float:right;
}

.Footer-Stripe  a   {
    text-decoration: none;
    color: #adce60;
    font-weight: 500;
}














/*---------Scroll-to-top------------*/


#scroll-to-top  {
	text-decoration:none;
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 25px;
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(173, 206, 96) !important;
    background-position: 50% 50%;
    background-size: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAMAAACuCk+GAAAAVFBMV…D2M397eD2V9t5/KrBHbkwZ9GupTn0+jQ8F9zGecj/VpLYvzkEQTeC4sD8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    transition: background-color 300ms linear 0s;
}

#scroll-to-top .fa {
    text-align: center;
    margin: 0 ad;
    margin: 0 auto;
    display: table;
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}


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

.form-container{
    text-align: center;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
}
.form-container:after{
    content: '';
    background-color: #595bcc;
    height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.form-container .form-horizontal .btn  .fa  {
	margin-left:15px;
}


.form-container .form-horizontal{
    background-color: #fff;
    padding: 15px 0;
}

.form-container .form-horizontal .heading{
    color: #337ab7;
    font-size: 24px;
    font-weight: 600;
    margin: 6px 0px 15px;
	font-family: 'Quicksand', sans-serif;
}

.form-container .form-horizontal span{
	font-size: 15px;
    margin: 0 0 30px 0;
    display: block;
    width: 85%;
    margin: 0px auto 25px;
    line-height: 18px;
    font-weight: 300;
}

.form-container .form-horizontal .form-group{
    width: 70%;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: none;
    position: relative;
}

.form-container .form-horizontal .form-group:nth-child(5){
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 0 auto 15px;
}

.form-container .form-horizontal i.icon{
   color: rgba(115, 115, 115, 0.28);
    font-size: 20px;
    transform: translateY(-57%);
    position: absolute;
    left: 8px;
    top: 50%;
}

.form-container .form-horizontal .form-control{
    height: 50px;
    font-size: 15px;
    padding: 10px 8px 10px 40px;
    border: none;
}

.form-container .form-control::placeholder{ color: rgba(0,0,0,0.2); }
.form-container .form-horizontal .form-control:focus{ box-shadow: none; }
.form-container .form-horizontal .btn{
   color: #fff;
    background-color: #595bcc;
    padding: 5px 12px;
    border: 2px solid transparent;
    transition: all 0.5s;
    font-size: 16px;
    text-transform: uppercase;
}
.form-container .form-horizontal .btn:hover{
    color: #595bcc;
    background-color: #fff;
    border: 2px solid #595bcc;
}
.form-container .login-form ul{
    list-style: none;
    padding: 25px 0;
    margin: 0;
}
.form-container .login-form ul li{
    margin: 0 5px;
    display: inline-block;
}
.form-container .login-form ul li:first-child{ border-right: 1px solid #fff; }
.form-container .login-form ul li a{
    color: #fff;
    padding: 0 10px 0 0;
    transition: all 0.5s;
}
.form-container .login-form ul li a:hover{ text-decoration: underline; }
@media screen and (max-width: 576px){
    .form-container{ padding: 0 10px; }
    .form-container .form-horizontal span{ font-size: 15px; }
    .form-container .form-horizontal .form-group{ width: 90%; }
}




/*---------bootstrap-touch-slider-------------*/

#bootstrap-touch-slider  {
	position:absolute;
}

.Enquiry-Form {
	position:relative;
	margin-top: 60px;
}


/*--------New-Home-Page-------*/


.Main-Title-Box  {
	text-align:center;
}

.Sub-Box  .Inner-CLM .Icon {
	float:left;
}

.Sub-Box  .Inner-CLM   .Info  {
	margin-left: 25px;
    margin-bottom: 5px;
}

   .A-Home{
    margin-bottom: 30px;
} 

.Sub-Box .HEAD h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #337ab7;
}

.Sub-Box  .Inner-CLM .Icon .fa  {
    font-size: 16px;
    color: #f95985;
    font-weight: 500;
}

.Sub-Box  {
    margin-bottom: 35px;
}


/*-----------Gynecomastia-Surgery-------------*/

.Gynecomastia-Surgery  {
	padding:60px 0px 20px;
    background-color: #f7f7f7;
}

.Top-ADJ {
	margin-top:30px;
}


.Puffy-Nipple  {
    padding: 70px 0px;
    margin-top: 0px;
}

.Gynecomastia-Surgery-Type   {
    padding: 70px 0px 40px;
    margin-top: 0px;
}


/*---------About-Doctor ----------*/

.About-Doctor {
	background-color: #f7f7f7;
	padding:70px 0px;
}

.Profile-Doctor  {
	border: 1px solid #ccc;
    padding: 2px;
    width: 95%;
    margin: 0 auto;
    border-radius: 3px;
}

.About-Doctor  .Main-Title-Box {
    text-align: left;
}

.About-Doctor  .Main-Title-Box  h6 {
    font-size: 16px;
    color: red;
    margin-bottom: 12px;
}

.About-Doctor   .Main-Title-Box .line {
    display: block;
    width: 10%;
    border: 1px solid #adce60;
    margin: 0px 0px 25px;
}

.About-Doctor  .Main-Title-Box h5 {
    font-size: 15px;
    color: #adce60;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
	margin-top: 15px;
}

.About-Doctor .Main-Title-Box h1 {
    color: #3c4f54;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.About-Doctor .Main-Title-Box   p {
    line-height: 22px;
}




































/*-------------Laptop-View-Responsive-----------------*/

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


.main-menu-area .logo::before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    right: -30px;
}
.main-menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 25px 15px;
}	
	
.main-menu-area .logo img {
    position: relative;
    z-index: 999;
    width: 180px;
}	
	
.main-menu-area .logo {
    height: 100%;
    padding: 11px 0 0px;
    position: relative;
}


	
.main-menu-area {
   background: #FFF;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);

}	

	
	/*------------Welcome-Home----------------*/
	
.Welcome-Home .Wlcm-Info {
    position: relative;
    padding-top: 65%;
    width: 85%;
    margin: 0 auto;
}
	
.slide-text {
    left: 45%;
    width: 100%;
    top: 0%;
    right: 11%;
    position: absolute;
    padding: 10px 30px;
    width: 635px;
    float: right !important;
}	
	
	
	
	
	
	
	

	
}













/*------------Mini-Laptop-View-Responsive-----------------*/

@media only screen and (max-width:992px)  {
	
.main-menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    padding: 18px 9px;
}

.navbar {
    position: relative;
    min-height: 0px;
}




/*----------slider-------------*/

.slide-text h2 {
    z-index: 5;
    font-family: "Josefin Sans";
    text-transform: uppercase;
    visibility: visible;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 40px;
    border-color: rgb(141, 152, 154);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px 0px 10px;
    color: rgb(60, 79, 84);
    text-decoration: none;
    white-space: nowrap;
    width: 520px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.slide-text a {
    text-align: left;
    float: left;
    margin: 25px auto 20px;
    padding: 8px 20px;
    background: #adce60;
    color: #fff;
    text-decoration: none;
    display: table;
    font-weight: 500;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 30px;
}

.slide-text a {
    text-align: left;
    float: left;
    margin: 25px auto 20px;
    padding: 8px 20px;
    background: #adce60;
    color: #fff;
    text-decoration: none;
    display: table;
    font-weight: 500;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 30px;
}

.slide-text {
    left: 30%;
    width: 100%;
    top: 0%;
    right: 11%;
    position: absolute;
    padding: 10px 30px;
    width: 635px;
    float: right !important;
}


.Welcome-Home .Wlcm-Info .Content h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 5px;
    padding-left: 40px;
    color: #fff;
    word-spacing: 3px;
    line-height: 22px;
}

.Welcome-Home .Wlcm-Info .Content h5 {
    font-size: 18px;
    color: #adce60;
    padding-left: 40px;
    padding-bottom: 4px;
    font-weight: 600;
}

.Welcome-Home .Wlcm-Info .Icon .fa {
    font-size: 30px;
    background: #adce60;
    padding: 49px 20px;
    color: #fff;
}



























	
	
}








/*-------------Tab-View-Responsive-----------------*/

@media only screen and (max-width:768px)  {
	
	/*---------Navbar------------*/
	
.main-menu-area .main-menu .navbar-nav li a {
    padding: 10px 10px 10px;
}

.main-menu-area .main-menu .navbar-nav {
    padding: 5px 0px 15px 15px;
}



/*---------Top-Bar---------*/

.Top-Bar p {
    text-align: center;
    color: #fff;
    padding-bottom: 2px;
	font-size: 12px;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 1px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu-area .main-menu .navbar-nav .Appointment-Btn a {
    color: #999 !important;
    padding: 10px 10px;
}

.main-menu-area .main-menu .navbar-nav .Appointment-Btn {
    color: gray;
    border-radius: 0;
    background-color: transparent;
}

.main-menu-area .main-menu .navbar-nav .Appointment-Btn a:hover {
    background-color: transparent;
    border-radius: 29px;
}

.Top-Bar p a {
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
    letter-spacing: 2px;
    padding-top: 0;
    text-decoration: none;
}















.Top-Box {
    float: none;
    margin: 0 auto;
    display: table;
}

.Top-Box ul li {
    list-style-type: none;
    display: inline;
    float: left;
    margin-right: 15px;
    color: #fff;
}



	/*-----------Menu-Bar--------------*/
	
.main-menu ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px;
}
	
.main-menu-area .logo::before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-45deg);
    -webkit-transform: skewX(0deg);
    width: 2000px;
    z-index: 999;
}	

.navbar-right {
    float: none!important;
    padding-top: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0c0c0c;
}

.affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: -80px;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 25px #000  !important;
    margin-top: 0px;
}

.navbar-toggle {
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -40px;
    z-index: 999;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: none;
}

/*----------Nav bar-------------*/

.main-menu-area {
    width: 100%;
    background: #FFF;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}



.affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0px;
	margin-top: 0px;
}


.main-menu-area .navbar-default .navbar-nav > .open > a, .main-menu-area .navbar-default .navbar-nav > .open > a:focus, .main-menu-area .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}

.slide-text h2 {
    /* text-align: left; */
    font-size: 24px;
    width: 100%;
    line-height: 30px;
    /* color: #ffffff; */
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}




.bs-slider {
    margin-top: 0px;
    overflow: hidden;
    max-height: 260px;
    position: relative;
    background: #000000;
}

#bootstrap-touch-slider  .carousel-indicators {
	display:none;
}


.slide-text {
    left: 0;
    width: 90%;
    top: 6%;
    right: 0;
    position: absolute;
    padding: 0px 60px;
}

.slide-text h2 a {
    text-align: left;
    float: left;
    margin: 0 auto;
    padding: 0px 15px !important;
    background: #ec6a07;
    color: #fff;
    text-decoration: none;
    margin-top: 12px;
    display: table;
    font-weight: 600;
    font-size: 13px;
    line-height: 31px;
    border-radius: 20px;
}


.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item {
   
}

.main-menu-area   .M-ADJ  {
	  padding-left:0px !important;
	  padding-right:0px  !important;
  }

  
  
  

.affix .main-menu ul li a {
    display: table;
    font-weight: 500;
    margin: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	width:100%;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #000;
	/*
    background-color: #fff !important;
	*/
}

.main-menu-area .logo {
	height: 100%;
    padding: 24px 0 8px;
    position: relative;
    margin-left: 15px;
}

.control-round .carousel-control {
    top: 40%;
    opacity: 0;
    width: 35px;
    height: 35px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 26px;
    cursor: pointer;
    overflow: hidden;
    line-height: 35px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

#bootstrap-touch-slider .left .fa {
    margin-top: 4px;
    margin-right: 4px;
}

#bootstrap-touch-slider .right .fa {
    margin-top: 4px;
    margin-right: 4px;
}

.hovereffect {
    width: 58%;
    height: 100%;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 auto 35px;
}

.main-menu-area .logo img {
    position: relative;
    z-index: 999;
    width: 180px;
}

.Contact-US-Page {
    padding: 30px 0px 0px;
}



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

.slide-text > p  {
	display:none;
}

.main-menu-area .M-ADJ {
    padding: 0px 0px 0px;
}

.affix-top  {   
	top: 0;
    left: 0px;
    margin-top: 0px;
    width: 100%;
    margin: 0 auto;
}

.Main-Title-Box h5 {
    text-align: center;
    font-size: 14px;
    color: #adce60;
    font-weight: 600;
    padding-bottom: 15px;
}

.Main-Title-Box h1 {
     color: #3c4f54;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 12px;
    font-weight: 600;
}

.Main-Title-Box .line {
    display: block;
    width: 12%;
    border: 1px solid #adce60;
    margin: 0 auto 40px;
}

.buttonfx  {
    text-align: center;
    margin: 35px auto;
    display: table;
	padding: 10px 20px 5px;
    font-size: 15px;
}

.About-Us-Home   .A-Home  p   {
    text-align: left;
}



.Footer .Footer-Box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 30px;
}

.Footer .Footer-Box .F-Inner-Box .Icon .fa {
    color: #adce60;
    font-size: 20px;
	padding-top: 2px;
}


.Footer .Footer-Box .F-Inner-Box .Info {
    margin-left: 35px;
}

.Footer-Stripe .Social-Icon {
    float: none;
    margin: 18px auto 0px;
    display: table;
}

#scroll-to-top  {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 25px;
    width: 35px !important;
    height: 35px !important;
    background-color: rgb(173, 206, 96) !important;
    background-position: 50% 50%;
    background-size: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAMAAACuCk+GAAAAVFBMV…D2M397eD2V9t5/KrBHbkwZ9GupTn0+jQ8F9zGecj/VpLYvzkEQTeC4sD8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    transition: background-color 300ms linear 0s;
}






.Footer .Footer-Box img {
    width: 215px;
    margin-bottom: 30px;
    padding: 18px 10px;
}


.affix-top  .row {
    margin-right: 0px;
    margin-left: 0px;
}



.Enquiry-Form {
    width: 85%;
    position: relative;
    margin: -75px auto 0px;
}

#bootstrap-touch-slider {
    position: relative;
}



.About-Us-Home {
    padding: 50px 0px 0px;
    margin-top: 5px;
}


.Main-Title-Box .line {
    display: block;
    width: 10%;
    border: 1px solid #adce60;
    margin: 0 auto 30px;
}


body {
    line-height: 1;
    background: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #8d989a;
    line-height: 22px;
    font-size: 15px;
}

.Sub-Box .HEAD h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #337ab7;
}

.Sub-Box .Inner-CLM .Icon .fa {
    font-size: 15px;
    color: #f95985;
    font-weight: 500;
}

.Sub-Box .Inner-CLM .Info   p {
    line-height: 20px;
}

.Sub-Box .Inner-CLM .Info {
    margin-left: 25px;
    margin-bottom: 10px;
}

.Puffy-Nipple {
    padding: 40px 0px 10px;
    margin-top: 5px;
}

.Gynecomastia-Surgery {
    padding: 40px 0px 0px;
    background-color: #f7f7f7;
}

.Gynecomastia-Surgery-Type {
    padding: 40px 0px 5px;
    margin-top: 0px;
}

.form-container .form-horizontal .form-control {
    height: 45px;
    font-size: 15px;
    padding: 8px 8px 8px 35px;
    border: none;
}

.form-container .form-horizontal i.icon {
    color: rgba(115, 115, 115, 0.28);
    font-size: 17px;
    transform: translateY(-57%);
    position: absolute;
    left: 9px;
    top: 49%;
}


.About-Doctor {
    background-color: #f7f7f7;
    padding: 35px 0px;
}

.Profile-Doctor {
    border: 1px solid #ccc;
    padding: 2px;
    width: 70%;
    margin: 0 auto 30px;
    border-radius: 3px;
}

.About-Doctor .Main-Title-Box h1 {
    color: #3c4f54;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.About-Doctor .Main-Title-Box {
    text-align: center;
}

.About-Doctor .Main-Title-Box .line {
    display: block;
    width: 10%;
    border: 1px solid #adce60;
    margin: 0px auto 30px;
}



























	
	
}





/*-------------Mobile-View-Responsive-----------------*/

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

.Breadcums {
    padding: 40px 0px;
    background-image: url(../images/Testimonials_Backround.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.affix-top {
    top: 0;
    left: 0px;
    margin-top: 0px;
    width: 100%;
    margin: 0 auto;
}

.our-team {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 95%;
}

.Breadcums-Box h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}

.slide-text {
    left: 0;
    width: 95%;
    top: 4%;
    right: 0;
    position: absolute;
    padding: 0px 0px 0px 40px;
}

.slide-text h5 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.slide-text h2 {
    text-align: left;
    font-size: 20px;
    width: 100%;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.slide-text > p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0px 2px;
}


.Heading-ADJ  h2  {
	font-size:20px;
}

.Heading-ADJ  h2:before {
    left: -30px;
}

.Heading-ADJ  h2:after {
    right: -30px;
}


/*------

#scroll-to-top {
    width: 50px !important;
    height: 50px !important;
    background-color: rgb(233, 30, 99) !important;
    border-radius: 50% !important;
    background-position: 50% 50%;
    background-size: 140% !important;
    background-image: url(../images/Up-Arrow.png) !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 2px solid #f9a401;
}

---*/


.main-menu-area .logo {
    height: 100%;
    padding:22px 0 8px;
    position: relative;
    margin-left: 12px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -40px;
}

.Footer-Stripe {
    padding: 25px 5px;
    background: #2b3e40;
    text-align: center;
}



.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item {
    max-height: 175px;
    height: 175px;
}

.bs-slider {
    height: 200px;
    margin-top: 0px;
    overflow: hidden;
    max-height: 200px;
    position: relative;
    background: transparent;
}

.slide-text a {
    text-align: left;
    float: left;
    margin: 2px auto 4px;
    padding: 5px 10px;
    background: #adce60;
    color: #fff;
    text-decoration: none;
    display: table;
    font-weight: 500;
    font-size: 17px;
    margin-right: 0;
    border-radius: 30px;
}

.indicators-line > .carousel-indicators {
    right: 0px;
    bottom: 18%;
    left: 30%;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    white-space: nowrap;
}

.Main-Title-Box h1 {
    color: #3c4f54;
    letter-spacing: 0px;
    line-height: 26px;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.About-Us-Home {
    padding: 30px 0px 0px;
}


.Footer .Footer-Box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 18px;
    padding-top: 21px;
}

.Footer .Footer-Box .F-Inner-Box .Info {
    margin-left: 30px;
}

.Top-Bar  .container {
	width:80%;
}

.buttonfx {
    text-align: center;
    margin: 12px auto 20px;
    display: table;
    padding: 5px 15px 2px;
    font-size: 14px;
}


.About-Doctor .Main-Title-Box h1 {
    color: #3c4f54;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 22px;
    padding-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
}

.About-Doctor .Main-Title-Box h5 {
    font-size: 15px;
    color: #adce60;
    font-weight: 500;
    padding-bottom: 6px;
    text-transform: uppercase;
    margin-top: 5px;
}

.About-Doctor .Main-Title-Box h6 {
    font-size: 15px;
    color: red;
    margin-bottom: 12px;
}

.Gynecomastia-Surgery-Type {
    padding: 30px 0px 0px;
}


.Main-Title-Box .line {
    display: block;
    width: 18%;
    border: 1px solid #adce60;
    margin: 0 auto 30px;
}

.Sub-Box .HEAD h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #337ab7;
    line-height: 22px;
}

.form-container .form-horizontal .btn {
    color: #fff;
    background-color: #595bcc;
    padding: 4px 12px;
    border: 2px solid transparent;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: uppercase;
}

.form-container .form-horizontal .heading {
    color: #337ab7;
    font-size: 20px;
    font-weight: 600;
    margin: 1px 0px 12px;
    font-family: 'Quicksand', sans-serif;
}

.form-container .form-horizontal span {
    font-size: 14px;
    line-height: 18px;
    width: 86%;
}

.form-container .form-horizontal .form-control {
    height: 42px;
    font-size: 14px;
    padding: 8px 8px 8px 32px;
    border: none;
}

.Enquiry-Form {
    width: 90%;
    position: relative;
    margin: -70px auto 0px;
}

.form-container {
    padding: 0px 10px 10px;
}

.Footer {
    padding: 35px 0px 10px;
    background: #2f4649;
}

.Footer .Footer-Box img {
     width: 190px;
    margin-bottom: 30px;
}









	
	
}





