/*-------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,
service-block-one 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;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #8d989a;
    line-height: 20px;
    font-size: 15px;

}

p {
    font-family: 'Open Sans', sans-serif;
    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;
}



/*-- 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: 0px solid #f5a201;
}

.main-menu-area .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
    z-index: 999;
}

.main-menu-area .logo {
    height: 100%;
    padding: 0px 0 0px;
    position: relative;
    float: left;
    z-index: 25;
    padding-top: 5px;
    margin-top: -52px;
    padding-bottom: 5px;
    /* background-color: #ffffff; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu ul li a .fa {
    color: #338195;
    font-weight: 600;
    font-size: 16px;
    margin-left: 2px;

}

.main-menu ul li .dropdown-menu li a {
    border-bottom: 1px solid #ccc;
}

#bs-example-navbar-collapse-1 .main-menu .Appointment-btn .fa {
    margin-left: 5px;
}


.navbar-right {
    margin-left: 0px;
    padding: 10px 0px 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 30px 15px 0px;
}

.main-menu ul li a {
    display: block;
    font-weight: 500;
    color: #4c4c4c !important;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 25px 20px 0px;
    transition: .3s;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.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 ul li a:hover {
    color: #f67829 !important;
}

.main-menu ul li a:hover i.fa-angle-down {
    color: #f67829 !important;
}

.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 {
    color: #6f6f6f !important;
}

.main-menu ul li .dropdown-menu {
    border-top: 3px solid #f67829 !important;
    width: 220px;
}

.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 {
    color: #777;
    position: relative;
    top: 2px;
    left: 4px;
    -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;
    padding: 0px;
    text-align: left;
}

.main-menu ul li ul li {
    display: block;
    position: relative;
}

.main-menu ul li ul li a {
    display: block;
    padding: 10px 26px;
    background-color: #fff;
    color: #777;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.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: relative;

    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;
    color: #000 !important;
}



.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: 95px;
}

.Top-Bar {
    padding: 8px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.Top-Box ul li {
    position: relative;
    list-style-type: none;
    display: inline;
    float: left;
    margin-right: 40px;
    color: #fff;
    padding: 5px 0px;

}

.Top-Box ul .R-ADJ {
    margin-right: 0px;
}

.Top-Box {
    /* position: relative; */
    /* margin-left: 265px; */
    padding-left: 68px;
    float: right;
}

.Top-Bar p {
    font-size: 15px;
    font-weight: 600;
    color: #505050;
}

.Top-Bar p a {
    color: #626262;
    text-decoration: none;
}

.Top-Bar p .fa {
    margin-right: 5px;
    color: #f67829;
}

.main-menu-area .main-menu .navbar-nav .Appointment-Btn {
    border-radius: 29px;
    background-color: #f67829;
    margin-top: 10px;
    margin-left: 45px;
}

.main-menu-area .main-menu .navbar-nav .Appointment-Btn a {
    color: #fff !important;
    padding: 10px 30px;
}



#bs-example-navbar-collapse-1 .main-menu .Appointment-btn {
    width: 180px;
    padding-top: 20px;
    margin: 23px 0px 0px;
    text-decoration: none;
    background: #2baeab;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: table;
}

#bs-example-navbar-collapse-1 .main-menu .Appointment-btn:hover {
    background: #4b95c2;
    transition: .5s;
}

#bs-example-navbar-collapse-1 .main-menu .Appointment-btn:hover .fa {
    padding-left: 10px;
    transition: .5s;
}

.main-menu-area .M-ADJ .logo:before {
    position: absolute;
    content: '';
    right: -100px;
    top: 0px;
    height: 100%;
    border: 1px solid #a5a5a500;
    width: 10000%;
    background-color: #f4f1f1;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(0deg);
}

.Top-Box .top_appointment a::before {
    content: "";
    position: absolute;
    display: block;
    background: #da8020;
    width: 35px;
    height: 40px;
    top: 0;
    left: 0;
    transform: skew(36deg, 0deg);
    z-index: -1;
}

.Top-Box ul .top_appointment a::after {
    content: "";
    position: absolute;
    display: block;
    background: #da8020;
    width: 100%;
    height: 40px;
    top: 0;
    right: -15px;
    z-index: -1;
    border-radius: 0px 20px 20px 0px;
}


.Top-Box ul {
    position: relative;
    z-index: 1;
}


.Top-Box ul .top_appointment {
    width: 175px;
    padding: 7px 0px;
    padding-left: 30px;
}

.Top-Box ul .top_appointment a {
    text-decoration: none;
}

.Top-Box ul .top_appointment a p {
    text-transform: uppercase;
}

.main-menu ul .dropdown-Width .dropdown-menu {
    border-top: 3px solid #fff !important;
    width: 320px;
}

.main-menu ul li ul li a {
    display: block;
    padding: 10px 26px 10px 10px;
}

.main-menu ul li ul li a .fa {
    padding-right: 5px;
}

.main-menu ul li ul li a {
    text-transform: capitalize;

}

.main-menu ul li ul li a:hover {
    padding-left: 15px;
}



/*-- touch Slider --*/

h1.slide-phone {
    color: #45e2f4 !important;
    margin: 0px !important;
    line-height: 20px !important;
}

.bs-slider {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}

.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>a>img {
    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 {
    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: #fff;
    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: #adce60;
}

.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: 8px 8px;
    width: 9px;
    height: 9px;
    border: 0px solid transparent;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 0px;
    background: #4847479e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    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 #000;
    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: #f67829;
    content: "";
    position: absolute;
    left: -12.6px;
    top: -12.6px;
    width: 45px;
    height: 45px;
    padding: 0px;
    border-radius: 0%;
    -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: 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: #0a0a0a1f;
}


.slide-text>p {
    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: #fff;
    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 --*/

.Main-Title-Box {
    margin-bottom: 70px;
}

.About-Us-Home {
    padding: 100px 0px;
    position: relative;
}

.About-Us-Home .Ankar-Tag a {
    text-align: center;
    display: table;
    margin: 0px auto;
    font-size: 30px;
    text-decoration: none;
    color: red;
}

.Main-Title-Box h5 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
    color: #f67829;
}

.Main-Title-Box h5:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    height: 2px;
    width: 18px;
    margin-left: 0;
    display: inline-block;
    background: #f67829;
    transform: rotate(108deg);
}

.Main-Title-Box h5:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 8px;
    height: 2px;
    width: 18px;
    display: inline-block;
    background: #f67829;
    transform: rotate(108deg);
}

.Main-Title-Box h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    z-index: 9;
    color: #0c1b3f;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.About-Us-Home .Home-About-Box h4 {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 18px;
}


.H-BTN {
    margin-top: 35px;
    padding: 15px 20px;
    border-radius: 2px;
    background: #e16518;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: table;
    text-decoration: none !important;
    text-transform: uppercase;
    word-spacing: 0px;
    letter-spacing: 0px;
}

.H-BTN i {
    margin-left: 5px;
    font-size: 17px;
}

.H-BTN:hover {
    background: #0d132f;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
}

.About-Us-Home .A-IMG {
    width: 90%;
    border: 1px solid #afadad63;
    padding: 3px;
    border-radius: 10px;
    margin: 0 auto;
}

/*--   --*/

.About-Us-Home .background-overlay {
    background-image: url(https://pilelabs.peacefulqode.com/wp-content/uploads/2021/08/dark-4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/*-- Home-Director  --*/

.Home-Director {
    padding: 100px 0px;
}

.Home-Director .Main-Title-Box {
    margin-bottom: 30px;
}

.Home-Director .Profile-IMG {
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 2px 16px rgb(26 26 25 / 15%);
}






/*-- Services-Home --*/

.Services-Home .Main-Title-Box {
    text-align: center;
}

.Services-Home {
    position: relative;
    display: block;
    padding: 100px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(../images/service-bg.jpg); */
}


.Services-Home .Main-Title-Box h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}

.Services-Home .Main-Title-Box {
    margin-bottom: 70px;
}


.Services-Home::before,
.Services-Home::before {
    background: linear-gradient(-90deg, rgb(171 177 216 / 38%), rgb(119 119 191 / 58%));
}

.Services-Home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.Services-Home .Service-Box {
    margin-bottom: 30px;
}

.Services-Home .Service-Box .PASSG {
    color: #cacaca;
}


.service-block-one {
    text-align: center;
    position: relative;
    display: block;
    background: #fbfbfb;
    padding: 15px;
    border-radius: 2px;
    height: 315px;
}



.service-block-one .icon-box img {
    width: 60px;
    margin: 0 auto;
    padding-top: 10px;
}

.service-block-one-chemical-name .icon-box img {
    width: 60px;
    margin: 0 auto;
    padding-top: 10px;
}

.service-block-one .icon-box .Joint-Replacement-IMG {
    width: 60px;
    margin: 0 auto;
    padding-top: 14px;
}

.service-block-one .text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}

.service-block-one .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 45px;
    background: #f2f1ed70;
    margin-bottom: 20px;
    border-radius: 2px;
    z-index: 1;
    transition: all 500ms ease;
    float: left;
}

.service-block-one-chemical-name .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 45px;
    background: #f2f1ed70;
    margin-bottom: 20px;
    border-radius: 2px;
    z-index: 1;
    transition: all 500ms ease;
    float: left;
}

.service-block-one .Product-Heading {
    margin-left: 100px;

}

.service-block-one-chemical-name .Product-Heading {
    /*margin-left:none;*/
}


.All-Services-Page .service-block-one .Icon-Info .R-Btn {
    text-decoration: none;
    padding: 15px 0px 0px;
    display: table;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    /* font-weight: 500; */
    color: #62c77a;
}

/*--
.service-block-one:hover .icon-box{
  color: #fff;
}


.service-block-one .icon-box:before{
    position: absolute;
    content: '';
    background: #e16518;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 8px;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
}

.service-block-one:hover .icon-box:before{
  transform: scale(1,1);
}
--*/


.service-block-one h4 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
}

.service-block-one-chemical-name h4 {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    /*text-transform: uppercase;*/
    line-height: 24px;
}

.service-block-one h4 a {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
}



.service-block-one .Product-Heading h5 {
    text-align: left;
    color: #f67829;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.service-block-one-chemical-name .Product-Heading h5 {
    text-align: left;
    color: #f67829;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.service-block-one-chemical-name h3 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}

.service-block-one-chemical-name h3 span {
    font-size: 13px;
    color: darkgrey;
}

.service-block-one .Product-Inner-Box {
    border-bottom: 1px solid #88888838;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: table;
}


/*-- Process Home --*/

.Process-Home {
    padding: 100px 0px 0px;
    background-color: #F5F9FF;
    background-image: url(../images/process-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.Process-Home .row {
    padding-bottom: 100px;
    border-bottom: 1px solid #dededed1;
}


.Process-Home .Main-Title-Box {
    text-align: center;
}

.Process-Home .PASS {
    width: 75%;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 24px;
}

.Process-Home .single-item .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
}

.Process-Home .single-item .icon-box .number {
    position: absolute;
    top: 5px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 3px solid #fff;
    background: #f67829;
    border-radius: 50%;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    transition: all 900ms ease;
}

.Process-Home .single-item:hover .icon-box .number {
    background: #000;
}

.Process-Home .single-item .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    line-height: 180px;
    background: #f5f4f0;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.Process-Home .single-item .icon-box .icon img {
    position: relative;
    transition: all 900ms ease 200ms;
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    margin: 0 auto;
    border-radius: 50%;
    border: 15px solid #fff;
    box-shadow: 0px 2px 16px rgb(26 26 25 / 15%);
}

.Process-Home .single-item:hover .icon-box .number {
    transform: perspective(1200px) rotateY(360deg) translateZ(0px);
}

.Process-Home .icon-box .icon:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
}

.Process-Home .single-item h3 {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    font-family: 'Rajdhani', sans-serif;
}

.Process-Home .single-item h3 a {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.Process-Home .single-item h3 a:hover {
    color: #f67829;
}


.Process-Home .single-item {
    text-align: center;
}


/*-- Testimonial --*/

.Testimonial {
    padding: 100px 0px 120px;
    background-color: #273D71;
}

.Testimonial .background-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}



.star-rating {
    display: table;
    margin: 0 0px 20px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ff8233;
    cursor: pointer;
    font-size: 21px;
    display: table-cell;
    padding-right: 5px;

}

.star-rating :checked~label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #d21712;
}

.Points-Adj .star-rating {
    float: left;
}

.Points-Adj .client-tag {
    margin-left: 110;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
}

.Testimonial .Main-Title-Box {
    margin-bottom: 35px;
}




.Testimonial .Main-Title-Box h1 {

    color: #fff;
}


.testimonial {
    width: 92%;
}

.testimonial img {
    width: 70px !important;
    margin: 0 auto;
}

.Testimonial .Name-box .Name-IMG img {
    float: left;

}

.Testimonial .Name-box .Name-box {
    margin-left: 100px;
    padding-top: 8px;
}

.testimonial .fa {
    border-radius: 50%;
    padding: 20px;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    float: right;
    margin-top: -20px;
    opacity: 0.1;
}

.testimonial .description {
    line-height: 24px;
    position: relative;
    margin-bottom: 35px;
    color: #c3c3c3;
    margin-top: 5px;
}

.testimonial .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 10px;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #ececec;
    margin-bottom: 30px;
    margin-top: 12px;
}

.owl-theme .owl-nav {
    display: none;
}



/*----

.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}


.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-carousel{
    margin-top:0px;
}

.owl-carousel .owl-dot {
    display: inline-grid;
}

.owl-carousel .owl-dot {
    margin-top: 30px;
}

.owl-carousel .owl-dot span{
	width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: url(../images/testimonial-1.png) no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
    margin-right: 12px;
}

.owl-carousel .owl-dot:nth-child(2) span{
    background: url("../images/testimonial-2.png") no-repeat;
    background-size: cover;
}
.owl-carousel .owl-dot:nth-child(3) span{
    background: url("../images/testimonial-3.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot.active:hover span{
    border-color: #6ecc84;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}


----------------*/


/*------------FAQ-Home--------------*/

.FAQ-Home {
    padding: 100px 0px;
}

.FAQ-Home .Main-Title-Box h1 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.FAQ-Home .Main-Title-Box h5 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 25px;
    font-family: 'Pacifico', cursive;
    color: #6ecc84;
    margin-bottom: 20px;
    font-weight: 400;
}

.FAQ-Home .Main-Title-Box {
    margin-bottom: 35px;
}

.FAQ-Home .faq-column {
    width: 85%;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    margin-right: 30px;
    padding-top: 35px;
}










.FAQ-Home .Why-Points-Box .Icon {
    float: left;
}

.FAQ-Home .Why-Points-Box .Icon .fa {
    padding: 10px;
    background: #6ecc84;
    color: #fff;
    border-radius: 8%;
}

.FAQ-Home .Why-Points-Box .Info {
    margin-left: 50px;
    padding-top: 6px;
}

.FAQ-Home .Why-Points-Box .Info p {
    font-size: 16px;
    font-weight: 500;
}

.FAQ-Home .Why-Points-Box {
    margin-bottom: 20px;
}

.FAQ-Home .M-ADJ {
    margin-bottom: 30px;
}


/*----
.F-BOX  {
	width:47%;
	float:right;
}

---*/


.FAQ-Home .inner-box {
    width: 70%;
    position: relative;
    top: 0px;
    border-radius: 2px;
    padding: 40px 40px 40px;
    background-color: #6ecc84;
    margin-left: 35px;
}

.FAQ-Home .title {
    position: relative;
    color: #090913;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.FAQ-Home .inner-box h2 {
    position: relative;
    color: #242424;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.FAQ-Home .inner-box h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
    color: rgba(0, 0, 0, .6);
}

.FAQ-Home .number {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 600;
}


.Appointment-Bg {
    background-image: url(../images/banner-bg.jpg);
    position: relative;
    padding: 95px 0 95px;
    background-position: right top;
    background-repeat: no-repeat;
}

.Appointment-Bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.56);
}

/*-- Blog Home --*/

.Blog-Home {
    padding: 100px 0px;
}

.Blog-Home .Main-Title-Box {
    text-align: center;
}


.event-block-one {
    position: relative;
    display: block;
    border-radius: 10px;
    background: #fff;
    transition: all 500ms ease;
}

.event-block-one:hover {
    box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.event-block-one .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.event-block-one .image-box:before {
    position: absolute;
    content: '';
    background: #31708f99;
    width: 100%;
    height: 98%;
    left: 0px;
    top: 0px;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all 500ms ease;
}

.event-block-one:hover .image-box:before {
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
}

.event-block-one .image-box img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all 300ms ease;
}

.event-block-one .lower-content {
    position: relative;
    display: block;
    padding: 0px 15px 40px 15px;
    text-align: center;
}

.event-block-one .lower-content .date {
    position: relative;
    width: 80px;
    height: 80px;
    background: #f5f4f0;
    border-radius: 5px;
    text-align: center;
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #f67829;
    line-height: 36px;
    padding: 10px 0px;
    margin-top: inherit;
    transition: all 900ms ease 200ms;
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    margin: -50px auto 0px;
    display: table;
}

.event-block-one:hover .lower-content .date {
    transform: perspective(1200px) rotateY(360deg) translateZ(0px);
}

.event-block-one .lower-content .date span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.event-block-one .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
}

.event-block-one .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.event-block-one .lower-content h3 a:hover {
    color: #2f699b;
}

.event-block-one .lower-content .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.event-block-one .lower-content .theme-btn-two {
    text-decoration: none;
    padding: 10px 15px;
    color: #666;
    border-radius: 5px;
}

.event-block-one .theme-btn-two:hover {
    color: #fff;
    background: #2d5e88;
    border-color: #2d5e88;
}

















/*---------Footer----------*/

.Footer {
    margin-top: -5px;
    position: relative;
    padding: 60px 0px 50px;
    background-image: url(../images/footer_pattern.png);
}

.Footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.56);
}

.Footer .Address-Box .Icon {
    float: left;
}

.Footer .Address-Box .Icon img {
    width: 28px;
}


.Footer .Address-Box .Info {
    margin-left: 45px;
}

.Footer .Address-Box .Info p {
    color: #a5aab1;
}

.Footer .Address-Box .Icon .fa {
    font-size: 30px;
    color: #5cbd73;
}

.Footer .Address-Box .Icon-Size .fa {
    font-size: 26px;
}

.Footer .Address-Box .Info h5 {
    font-size: 16px;
    padding-bottom: 8px;
    color: #fff;
}

.Footer .Address-Box .Icon-Size-2 .fa {
    font-size: 21px;
    font-weight: 600;
}

.Footer .F-Top {
    border-bottom: 1px solid #f3f3f354;
    display: table;
    padding-bottom: 40px;
}

.Footer .F-Bottom {
    margin: 50px 0px 0px;
    display: table;
}

.Footer .F-Bottom .F-M-Box .Title h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

.Footer .F-Bottom .F-M-Box .F-btn {
    padding: 10px 20px;
    margin-top: 25px;
    border: 1px solid transparent;
    background: #c25d1e;
    display: table;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}

.Footer .F-Bottom .F-M-Box p {
    color: #a5aab1;
}

.Footer .F-Bottom .F-M-Box ul li {
    padding-bottom: 10px;
    color: #a5aab1;
}


.Footer .F-Bottom .F-M-Box ul li a {
    color: #a5aab1;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
}

.Footer .F-Bottom .F-M-Box ul li:hover a {
    color: #f0792f;
}

.Footer .F-Bottom .F-M-Box ul li a .fa {
    margin-right: 10px;
}

.opening-hours ul li span.right {
    float: right;
    font-size: 13.5px;
}

.Footer .F-M-Box .opening-hours ul li {
    padding: 6px 0;
    border-bottom: 1px dashed #f3f3f31c !important;
}

.Margin-Left-50 {
    margin-left: 50px;
}


/*-- Product-Page  --*/

.Product-Page {
    background: none;
}

.Product-Page::before,
.Product-Page::before {
    background: none;
}

.Product-Page .Main-Title-Box h1 {
    color: #4a4747;
}


.Product-Page .service-block-one {
    margin-bottom: 30px;
}

.Product-Page .service-block-one-chemical-name {
    margin-bottom: 30px;
}


.Product-Page .service-block-one .Product-Name .icon {
    float: left;
}

.Product-Page .service-block-one-chemical-name .Product-Name .icon {
    float: left;
}

.Product-Page .service-block-one .Product-Name .Name {
    margin-left: 15px;
    text-align: left;
    padding-top: 3px;
}

.Product-Page .service-block-one-chemical-name .Product-Name .Name {
    margin-left: 15px;
    text-align: left;
    padding-top: 3px;
}

.Product-Page .service-block-one .Product-Name h4 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    color: #f67829;
    margin-bottom: 20px;
}

.Product-Page .service-block-one-chemical-name .Product-Name h4 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    color: #f67829;
    margin-bottom: 20px;
}

.Product-Page .service-block-one .Product-Name {
    margin-bottom: 6px;
}

.Product-Page .service-block-one-chemical-name .Product-Name {
    margin-bottom: 6px;
}

.Product-Page .service-block-one .Product-Inner-Box {
    /*border-bottom: 1px solid #88888838;*/
    /*padding-bottom: 5px;*/
    margin-bottom: 20px;
    display: flow-root;
}

.Product-Page .service-block-one-chemical-name .Product-Inner-Box {
    /*border-bottom: 1px solid #88888838;*/
    /*padding-bottom: 5px;*/
    margin-bottom: 20px;
    display: flow-root;
}

.Product-Page .service-block-one .Product-Used {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    color: #f67829;
    margin-bottom: 10px;
    margin-top: 35px;
}

.Single-Product-Page .service-block-one {
    height: auto;
}

.Single-Product-Page .service-block-one-chemical-name {
    height: auto;
}














/*-- --*/


.Footer-Stripe {
    text-align: center;
    padding: 18px 0px;
    background: #2f3235e0;
}

.Footer-Stripe p {
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
}

.Footer-Stripe p a {
    color: #f0823e;
    text-decoration: none;
}

.Footer .Social-Icon li {
    list-style-type: none;
    display: inline-block;
}

.Footer .Social-Icon li {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 3px;
    padding-top: 8px;
    margin-right: 8px;
}

.Footer .Social-Icon li:hover {
    background-color: #e67c3a;
}

.Footer .Social-Icon {
    float: left;
    margin-top: 30px;
}

.Footer a {
    text-decoration: none;
    color: #adce60;
    font-weight: 500;
}









/** faq-section **/

.faq-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0px;
}

.faq-section .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.faq-section .content-box .bold-text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 26px;
}

.faq-section .content-box {
    position: relative;
    display: block;
    margin-right: 40px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    transition: all 500ms ease;
}

.accordion-box .block.active-block {
    border: 1px solid transparent;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    padding: 12px 50px 12px 25px;
    background: #ffffff;
    border-radius: 10px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5 {
    background: #6ecc84;
    color: #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    position: relative;
    display: block;
    padding: 20px 45px 20px 30px;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 12px;
    color: #848484;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
    position: relative;
    font-size: 12px;

    font-weight: 700;
    margin: 0px;
    content: "\f107";
}

.faq-section .faq-content {
    position: relative;
    display: block;
    margin-left: 30px;
}


/* //// 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;
}






/*----------Gallery-home-------------*/

#gallery {
    padding: 50px 0px;

    @media screen and (min-width: 991px) {
        padding: 60px 30px 0 30px;
    }
}

#gallery .Main-Title-Box {
    margin-bottom: 50px;
    text-align: center;
}

#gallery .img-wrapper {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

#gallery .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

    i {
        color: #fff;
        font-size: 3em;
    }
}

#gallery #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    // Removes blue highlight
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;

        @media screen and (min-width:768px) {
            width: 60%;
        }

        @media screen and (min-width:1200px) {
            width: 50%;
        }
    }
}

#gallery #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#gallery #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#gallery #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}


#gallery .img-overlay .fa {
    font-size: 30px;
    color: #6ecc84;
}



/*-- Breadcums --*/

.Breadcums {
    padding: 90px 0px;
    text-align: center;
    background: #000;
    background-image: url(../images/banner-bg.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Breadcums::before,
.Breadcums::before {
    background: rgba(0, 0, 0, 0.58);
}

.Breadcums::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Breadcums .content-box h1 {
    font-size: 48px;
    color: #fff;
    position: relative;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}



.Breadcums .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-right: 18px;
    margin-right: 5px;
}

.Breadcums .bread-crumb li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 6px;
    height: 7px;
    top: 11px;
    right: 0px;
    border-radius: 50%;
}


.Breadcums .bread-crumb .Active:before {
    display: none;
}

.Breadcums .bread-crumb li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
}

.Breadcums .bread-crumb li a:hover {
    text-decoration: none;
    color: #ff893f;
}

.Breadcums .bread-crumb .Active {
    color: #ff893f;
    padding-right: 0px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
}



/*-- About Us Page --*/

.About-Us-Page {
    padding: 100px 0px;
    position: relative;
}

.Left-Text {
    margin-bottom: 30px;
}

.About-Us-Page .About-Doctor p {
    margin-bottom: 15px;
    line-height: 22px;
}

.About-Us-Page img {
    width: 85%;
    border-radius: 1px;
    padding: 1px;
    margin: 0 auto;
    box-shadow: 0px 2px 16px rgb(26 26 25 / 15%);
}

.Qualifications-Box {
    padding: 30px 0px;
}

.Qualifications-Box ul li {
    list-style-type: none;
}

.Qualifications-Box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
}


.Qualifications-Box .Degree li {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
    padding-left: 20px;
}

.Qualifications-Box .Degree li:before {
    position: absolute;
    content: '';
    background: #b0b0b0;
    width: 7px;
    height: 7px;
    left: 0px;
    top: 7px;
    border-radius: 50%;
}

/*-- 
.About-Us-Page:after {
    position: absolute;
    content: '';
    background: url(../images/icon-5.png);
    width: 250px;
    height: 342px;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
}
--*/


/*-- Contact Us Page --*/


.Contact-Us-Page {
    padding: 50px 0px;
}

.Contact-Us-Page .icon-box {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65;
    text-align: center;
    font-size: 38px;
    background: #f2f1ed;
    color: #6ecc84;
    margin-bottom: 20px;
    border-radius: 8px;
    z-index: 1;
    transition: all 500ms ease;
    float: left;
    padding-top: 10px;
}

.Contact-Us-Page .Icon-Info {
    text-align: left;
    margin-left: 85px;
}

.Contact-Us-Page .service-block-one {
    text-align: center;
    position: relative;
    display: flow-root;
    background: #fbfbfb;
    padding: 15px 15px;
    border-radius: 2px;
    margin-bottom: 30px;
    border: 1px solid #6666662e;
    height: auto;
}

/*-- Contact-Form --*/

#contact {
    padding: 30px 30px;
    background: #F9F9F9;
    border: 1px solid #cacaca;
    border-radius: 2px;
}

#contact h3 {
    color: #f67829;
    display: block;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-left: 15px;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

#contact h4 {
    margin: 0px 0 35px 0px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border-bottom: 1px solid #dadada !important;
    background: #FFF;
    margin: 0 0 12px;
    padding: 10px 20px;
    outline: none;
    border: none;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    color: #8d989a;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 130px;
    border: none;
    background: #f67829;
    color: #FFF;
    margin: 0 5px;
    padding: 8px 25px;
    font-size: 16px;
    display: table;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

#contact button[type="submit"]:hover {
    background: none;
    color: #6d6c6c;
    padding: 6px 25px;
    border: 2px solid #f67829;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


.Contact-Us-Page .Main-Title-Box {
    text-align: center;
    margin-bottom: 80px;
}

.Contact-Us-Page .Main-Title-Box h1 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
}

.Contact-Us-Page .service-block-one .icon-box img {
    width: 28px;
    margin: 0 auto;
    padding-top: 8px;
}



/*----------All-Services-Page--------------*/


.All-Services-Page .Main-Title-Box {
    text-align: center;
    margin-bottom: 50px;
}


.All-Services-Page .service-block-one {
    text-align: center;
    position: relative;
    display: block;
    background: #fbfbfb;
    padding: 20px 15px 20px 15px;
    border-radius: 2px;
    margin-bottom: 30px;
    border: 1px solid #6666662e;
    height: 300px;
}

.All-Services-Page .service-block-one .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 45px;
    background: #f2f1ed;
    color: #6ecc84;
    margin-bottom: 10px;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.All-Services-Page .service-block-one h4 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.All-Services-Page .Main-Title-Box h1 {
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

.All-Services-Page .service-block-one .icon-box img {
    width: 50px;
    margin: 0 auto;
    padding-top: 18px;
}

.All-Services-Page .service-block-one .icon-box .IMG-ADJ {
    width: 60px;
    padding-top: 10px;
}

.All-Services-Page {
    padding: 100px 0px;
}

.All-Services-Page .service-block-one .Icon-Info .text {
    font-size: 14px;
    line-height: 18px;
}


/*-- gallery --*/

.Gallery-Page {
    padding: 60px 0px;
}

.Gallery-Page .Main-Title-Box h1 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}



/*-- Single Services --*/

.Single-Services {
    padding: 50px 0px;
}


.Single-Services .Sidebar .S-List li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.Single-Services .Sidebar .S-List li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 70px;
    color: #000;
    text-decoration: none;
}

.Single-Services .Sidebar .S-List li a:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 50px;
    height: 2px;
    left: 0px;
    top: 10px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}


.Single-Services .Sidebar .S-List li.active a,
.Single-Services .Sidebar .S-List li a:hover {
    color: #6ecc84;
}

.Single-Services .Sidebar .S-List li.active a:before,
.Single-Services .Sidebar .S-List li a:hover:before {
    transform: scale(1, 1);
}

.Single-Services .Sidebar h4 {
    padding-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    color: #62c77a;
}

.Single-Services .Sidebar p {
    padding-bottom: 30px;
    text-align: left;
}

.Single-Services .Sidebar {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #cccccceb;
    padding: 20px 20px;
}

.Single-Services .Single-Services-Box .Main-Title-Box h1 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 30px;
    font-weight: 500;
    color: #2f2f2f;
}

.Single-Services .Main-Title-Box h5 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 16px;
    font-family: 'Pacifico', cursive;
    color: #6ecc84;
    margin-bottom: 20px;
    font-weight: 400;
}

.Single-Services .Main-Title-Box {
    margin-bottom: 25px;
}



.Single-Services .Inner-Box .Main-Title-Box h1 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;

}

.Single-Services .Inner-Box .Main-Title-Box .Line {
    display: block;
    width: 25%;
    border: 1px solid #62c77a;
    margin-bottom: 30px;
}

.INNER-BANNER {
    width: 95%;
    margin: 10px auto 0px;
    padding: 1px;
    border: 1px solid #bfbebe;
    border-radius: 5px;
}

.Single-Services .Inner-Box p {
    padding-bottom: 12px;
    line-height: 20px;
}

.Single-Services .TAB-BOX {
    padding: 30px 0px
}

.Single-Services .TAB-BOX .Sub-Heading h3 {
    font-size: 22px;
    padding-bottom: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #203646;
}

.Single-Services .nav-tabs>li.active>a,
.Single-Services .nav-tabs>li.active>a:focus,
.Single-Services .nav-tabs>li.active>a:hover {
    color: #6ecc84;
    font-weight: 500;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0px
}

.Single-Services .nav-tabs>li>a {
    color: #344856;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.Single-Services .Mission-Box {
    padding: 25px 0px;
}


.Single-Services .Mission-Box .tab-details h3 {
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #203646;
}

.Single-Services .Mission-Box .tab-details .pass {
    /* color: #344856; */
    font-size: 14px;
    line-height: 20px;
}


.Single-Services .TAB-BOX .Sub-Heading p {
    padding-bottom: 30px
}

.Single-Services .INNER-TAB-BOX .Icon {
    float: left;
}

.Single-Services .INNER-TAB-BOX .Info {
    margin-left: 25px;
}

.Single-Services .INNER-TAB-BOX .Icon .fa {
    padding-top: 4px;
    color: #62c77a;
}

.Single-Services .Mission-Box .tab-details .Tab-PASS {
    margin-bottom: 15px;
}

.Single-Services .INNER-TAB-BOX {
    margin-bottom: 6px;
}

.Single-Services .INNER-TAB-BOX .Info P {
    padding-bottom: 12px;
}

.Single-Services .tab-details .INNER-TAB-BOX .Info P {
    padding-bottom: 5px;
}

.FULL-BANNER {
    width: 100%;
    margin-bottom: 30px;
}




.Services-Home .service-block-one .R-Btn {
    text-decoration: none;
    padding: 15px 0px 0px;
    display: table;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #f67829;
    text-transform: uppercase;
}



/*-- Appointment Page --*/

.Appointment-Page {
    padding: 50px 0px;
}

.Appointment-Page .Main-Title-Box {
    margin-bottom: 60px;
    text-align: center;
}




/*-----------APPOINTMENT-Page---------**/

.Appointment-Page .F-Left {
    height: 407px;
    float: left;
    background: #6ecc84;
    padding: 25px 40px 40px 40px;
    color: #fff;
    text-align: center;
}



.Appointment-Page .F-Left img {
    width: 200px;
    margin: -2px auto;
    padding-top: 0px;
}

.Appointment-Page .F-Right {
    margin-left: 280px;
}

.Appointment-Page .F-Left .fa {
    font-size: 28px;
    padding-bottom: 12px;
    text-align: center;
}

.Appointment-Page .F-Left h4 {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
}


.Appointment-Page .contect_form3 input {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding-left: 20px;
    background: transparent;
    color: #000;
    border: 2px solid #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.Appointment-Page .contect_form3 i {
    margin-left: -30px;

}

.ui-timepicker-standard {
    display: none !important;

}

.Appointment-Page #contact {
    padding: 20px 15px;
    background: #F9F9F9;
    border: 1px solid #cacaca;
    border-radius: 2px;
}

.Appointment-Page #contact button[type="submit"]:hover {
    background: none;
    color: #6d6c6c;
    border: 2px solid #6ecc84;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    padding: 8px 25px;
}

.Appointment-Page .Main-Title-Box h1 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
}

.Appointment-Page #contact button[type="submit"] {
    cursor: pointer;
    width: auto;
    border: none;
    background: #6ecc84;
    color: #FFF;
    margin: 0 5px 0px 15px;
    padding: 10px;
    font-size: 16px;
    display: table;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    padding: 10px 25px;
}


/*-- About Us Page --*/

.About-Hospital-Page .Qualifications-Box {
    padding: 15px 0px 0px;
}

.About-Hospital-Page .Qualifications-Box h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.About-Hospital-Page .Qualifications-Box .Degree li:before {
    position: absolute;
    content: '';
    background: #f67829;
    width: 6px;
    height: 6px;
    left: 0px;
    top: 5px;
    border-radius: 50%;
}


#scroll-to-top {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    background-position: 50% 50%;
    background-size: 80% !important;
    background-image: url(../images/Top-Icon-03.png) !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 2px solid #ff893f;
    bottom: 15px !important;
    right: 20px !important;
}

/*-- Our-No --*/

.Our-No {
    padding: 140px 0px 80px;
    background: #e1732e;
    margin-top: -180px;

}

.Our-No .counter-Box .Left-Side img {
    width: 80px;
}

.Our-No .counter-Box .Left-Side {
    float: left;
}

.Our-No .counter-Box .Right-Side {
    margin-left: 95px;
}

.Our-No .counter-Box .Right-Side .counter-value {
    font-size: 56px;
    line-height: 56px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
}

.Our-No .counter-Box .Right-Side p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
}

.Our-No .counter-Box .counter-content {
    padding: 20px 0px;
    border-right: 1px solid #F5F9FF38;
}

.Our-No .counter-Box .Line-None {
    border-right: 0px solid #F5F9FF38;
}

.Testimonial .Contact-Form {
    padding: 50px 50px;
    background: #fff;
    border-radius: 10px;
}

.Testimonial .Contact-Form .form-control {
    background: #f2f6fc;
    border: 0px solid #eff3fa;
    color: #13234b;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 30px;
    display: table;
    border-radius: 1px;
    font-size: 16px;
}

.Testimonial .Contact-Form .form-message textarea {
    height: 200px;
}

.Testimonial .Contact-Form h4 {
    color: #13234A;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 auto 28px;
}

.Testimonial .Contact-Form .form-group .button {
    padding: 12px 25px;
    display: table;
    background: #e1732e;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
}






















/*-- 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: 12px 8px;
    }

    .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 {
        border-radius: 29px;
        background-color: #62c77a;
        margin-top: 2px;
        margin-left: 30px;
    }


    .main-menu-area .logo img {
        position: relative;
        z-index: 999;
        width: 120px;
    }

    .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);

    }


    .slide-text {
        left: 45%;
        width: 100%;
        top: 0%;
        right: 11%;
        position: absolute;
        padding: 10px 30px;
        width: 635px;
        float: right !important;
    }

    .main-menu-area .M-ADJ .logo:before {
        position: absolute;
        content: '';
        right: -25px;
        top: 0px;
        height: 100%;
        border: 1px solid #a5a5a500;
        width: 10000%;
        background-color: #ffffff;
        -ms-transform: skewX(-25deg);
        -webkit-transform: skewX(-25deg);
        transform: skewX(0deg);
    }


    /*-----------Single-Services------------*/

    .Single-Services .Sidebar {
        width: 95%;
        margin: 0 auto;
        border: 1px solid #cccccceb;
        padding: 15px 15px;
    }

    .Single-Services .Sidebar .S-List li a:before {
        position: absolute;
        content: '';
        background: #6ecc84;
        width: 40px;
        height: 2px;
        left: 0px;
        top: 10px;
        transform: scale(0, 0);
        transition: all 500ms ease;
    }

    .Single-Services .Sidebar .S-List li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        padding-left: 50px;
        color: #000;
        text-decoration: none;
    }

    .Single-Services .Inner-Box .Main-Title-Box h1 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        color: #000;
        margin-bottom: 10px;
    }
















}













/*------------Mini-Laptop-View-Responsive-----------------*/

@media only screen and (max-width:992px) {

    .main-menu-area .main-menu .navbar-nav .Appointment-Btn {
        border-radius: 29px;
        background-color: #62c77a;
        margin-top: 0px;
        margin-left: 10px;
        margin-bottom: 30px;
    }

    .Top-Bar p {
        font-size: 14px;
        font-weight: 600;
        color: #505050;




        .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;
            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;
        }


        /*---------.Single-Services------------*/


        .INNER-BANNER {
            width: 75%;
            margin: 20px auto 0px;
            padding: 1px;
            border: 1px solid #bfbebe;
            border-radius: 5px;
        }

        .Single-Services .nav-tabs li a {
            color: #344856;
            margin-right: 0px;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            padding: 8px 8px !important;
        }




























    }








    /*-- Tab View Responsive --*/


    @media only screen and (max-width:768px) {

        .Main-Title-Box h5:before {
            content: "";
            position: absolute;
            bottom: 12px;
            left: 5px;
            height: 2px;
            width: 15px;
            margin-left: 0;
            display: inline-block;
            background: #f67829;
            transform: rotate(108deg);
        }

        .Main-Title-Box h5:after {
            content: "";
            position: absolute;
            bottom: 12px;
            left: 12px;
            height: 2px;
            width: 15px;
            display: inline-block;
            background: #f67829;
            transform: rotate(108deg);
        }




















        /*-- Top Bar --*/

        .Top-Bar p {
            text-align: center;
            padding-bottom: 2px;
        }

        .Top-Box ul .R-ADJ {
            display: none;
        }

        .main-menu-area .logo {
            height: 100%;
            padding: 4px 0;
            position: relative;
            margin-left: 15px;
        }

        .Top-Box {
            float: none;
            margin: 0 auto;
            display: table;
            padding-left: 0px;
        }

        .Top-Bar {
            padding: 5px 0px;
            border-bottom: 1px solid #e2e2e2;
        }

        .Top-Box ul li {
            list-style-type: none;
            display: inline;
            float: none;
            margin-right: 0px;
            color: #fff;
            padding: 0px 0px;
        }

        .main-menu-area .M-ADJ .logo:before {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            height: 100%;
            border: 1px solid #a5a5a500;
            width: 10000%;
            background-color: #ffffff;
            -ms-transform: skewX(-25deg);
            -webkit-transform: skewX(-25deg);
            transform: skewX(0deg);
        }

        .main-menu-area .logo {
            height: 100%;
            padding: 0px 0 0px;
            position: relative;
            float: left;
            z-index: 25;
            padding-top: 12px;
            margin-top: 0px;
            padding-bottom: 0px;
            /* background-color: #ffffff; */
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .navbar {
            position: relative;
            min-height: auto;
            margin-bottom: 20px;
            border: 1px solid transparent;
        }


        .Whatup-adj {
            position: relative;
            min-height: auto;
            margin-bottom: 0px;
            border: 0px solid transparent;
        }

        .Footer-Stripe {
            text-align: center;
            padding: 18px 0px 65px;
            background: #2f3235e0;
        }




        /*-----------Menu-Bar--------------*/

        .main-menu-area .main-menu .navbar-nav .Appointment-Btn a {
            color: #fff !important;
            padding: 0px 11px 8px;
            margin: 8px 0px 0;
        }

        .main-menu-area .main-menu .navbar-nav li a {
            padding: 10px 10px;
        }

        .main-menu-area .main-menu .navbar-nav .Appointment-Btn {
            border-radius: 25px;
            background-color: #adce60;
            display: table;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .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 {
            border-bottom: 1px solid #dadada;
        }

        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: -55px;
            z-index: 999;
            margin-right: 15px;
            margin-bottom: 0px;
            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);
        }

        .main-menu-area .main-menu .navbar-nav .Appointment-Btn a:hover {
            background-color: #698760;
            border-radius: 29px;
            margin: 0px 0px 0;
            padding-top: 10px;
        }

        .Footer-Stripe p {
            text-align: center;
            letter-spacing: 0.5px;
            font-size: 15px;
            font-weight: 400;
        }

        .Footer-Stripe .Social-Icon {
            float: none;
            margin: 20px auto 0px;
            display: table;
        }

        .Footer-Stripe .Social-Icon li .fa {
            text-align: center;
            font-size: 15px;
        }



        /*--

.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;
        }



        .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;
        }




        .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: 3px 0 0px;
            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 {
            margin: 0px;
            position: relative;
            z-index: 999;
            width: 75px;
        }



        .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;
            padding: 0px 8px;

        }

        .Main-Title-Box h5 {
            text-align: center;
            font-size: 21px;
            font-weight: 500;
            padding-bottom: 0px;
        }

        .Main-Title-Box h1 {
            color: #3c4f54;
            letter-spacing: 0px;
            line-height: 20px;
            font-size: 24px;
            padding-bottom: 0px;
            font-weight: 700;
            text-align: center;
        }

        .Main-Title-Box .line {
            display: block;
            width: 12%;
            border: 1px solid #adce60;
            margin: 0 auto 40px;
        }

        .About-Us-Home .Ankar-Tag a {
            text-align: center;
            display: table;
            margin: 0px auto;
            font-size: 24px;
            text-decoration: none;
            color: red;
        }

        .slide-text a {
            text-align: left;
            float: left;
            margin: 10px auto 20px;
            padding: 8px 15px;
            background: #adce60;
            color: #fff;
            text-decoration: none;
            display: table;
            font-weight: 500;
            font-size: 14px;
            margin-right: 15px;
            border-radius: 30px;
        }

        .buttonfx {
            text-align: center;
            margin: 35px auto;
            display: table;
            padding: 10px 20px 5px;
            font-size: 15px;
        }

        .About-Us-Home {
            padding: 35px 0px;
        }


        #scroll-to-top {
            position: fixed;
            z-index: 1000;
            bottom: 25px;
            right: 25px;
            width: 40px !important;
            height: 40px !important;
            background-position: 50% 50%;
            background-size: 50%;
            background-repeat: no-repeat;
            transition: background-color 300ms linear 0s;
        }

        .Main-Title-Box {
            margin-bottom: 15px;
        }

        .About-Us-Home .Home-About-Box h4 {
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #000;
            margin-bottom: 26px;
            line-height: 24px;
        }

        .H-BTN {
            margin-top: 20px;
            padding: 10px 12px;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            display: table;
            text-decoration: none !important;
            margin: 20px auto 30px;
        }

        .About-Us-Home .A-IMG {
            width: 90%;
            margin: 0 auto;
            border: 1px solid #afadad63;
            padding: 3px;
            border-radius: 3px;
        }

        .service-block-one {
            text-align: center;
            position: relative;
            display: block;
            background: #fbfbfb;
            padding: 24px 15px;
            border-radius: 2px;
            border: 1px solid #6666662e;
            width: 95%;
            margin: 0 auto 30px;
            height: auto;
        }

        .service-block-one-chemical-name {
            text-align: center;
            position: relative;
            display: block;
            background: #fbfbfb;
            padding: 24px 15px;
            border-radius: 2px;
            border: 1px solid #6666662e;
            width: 95%;
            margin: 0 auto 30px;
            height: auto;
        }

        .Home-Director .Profile-IMG {
            width: 85%;
            margin: 0 auto 25px;
            box-shadow: 0px 2px 16px rgb(26 26 25 / 15%);
        }

        .Home-Director {
            padding: 35px 0px 5px;
        }

        .Home-Director .Main-Title-Box {
            margin-bottom: 10px;
        }

        .Services-Home {
            position: relative;
            display: block;
            padding: 30px 0px 5px 0px;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;

        }

        .Services-Home .Service-Box {
            text-align: center;
            margin-bottom: 40px;
            line-height: 24px;
        }

        .Services-Home .Main-Title-Box {
            margin-bottom: 20px;
        }

        .Process-Home {
            padding: 35px 0px 0px;
            background-color: #F5F9FF;
            background-image: none;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .Testimonial {
            padding: 0px 0px 20px;
            background-color: #273D71;
        }

        .Testimonial .Contact-Form {
            padding: 25px 20px 10px;
            background: #fff;
            border-radius: 5px;
        }

        .Testimonial .Contact-Form .form-control {
            background: #f2f6fc;
            border: 0px solid #eff3fa;
            color: #13234b;
            padding: 0 12px;
            height: 42px;
            line-height: 42px;
            margin-bottom: 20px;
            display: table;
            border-radius: 1px;
            font-size: 15px;
        }

        .Testimonial .Contact-Form .form-group .button {
            padding: 8px 12px;
            display: table;
            background: #e1732e;
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            margin: 0 auto 10px;
        }

        .Testimonial .Contact-Form h4 {
            color: #13234A;
            text-transform: uppercase;
            font-family: 'Rajdhani', sans-serif;
            font-size: 20px;
            font-weight: 600;
            margin: 0 auto 20px;
            text-align: center;
        }

        .Process-Home .PASS {
            width: 90%;
            margin: 0 auto 41px;
            text-align: center;
            line-height: 21px;
        }

        .Process-Home .single-item .icon-box .icon {
            position: relative;
            display: inline-block;
            width: 150px;
            height: 150px;
            line-height: 150px;
            background: #f5f4f0;
            text-align: center;
            border-radius: 50%;
            z-index: 1;
            transition: all 500ms ease;
        }

        .Process-Home .single-item .icon-box .number {
            position: absolute;
            top: 5px;
            width: 40px;
            height: 40px;
            line-height: 34px;
            text-align: center;
            border: 3px solid #fff;
            border-radius: 50%;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            z-index: 2;
            transition: all 900ms ease;
        }


        .Process-Home .single-item {
            text-align: center;
            margin-bottom: 30px;
        }

        .Process-Home .single-item .icon-box {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
        }

        .Process-Home .single-item h3 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 20px;
            font-weight: 600;
            color: #000;
            margin-bottom: 8px;
        }

        .Process-Home .single-item .icon-box .icon img {
            position: relative;
            transition: all 900ms ease 200ms;
            transform: perspective(1200px) rotateY(0deg) translateZ(0px);
            margin: 0 auto;
            border-radius: 50%;
            border: 6px solid #fff;
            box-shadow: 0px 2px 16px rgb(26 26 25 / 15%);
        }

        .Process-Home .row {
            padding-bottom: 0px;
            border-bottom: 1px solid #dededed1;
        }

        .FAQ-Home .faq-column {
            width: 95%;
            padding-right: 0px;
            padding-left: 0px;
            float: none;
            padding-top: 35px;
            margin: 0 auto 35px;
        }

        .FAQ-Home {
            padding: 5px 0px;
        }

        .FAQ-Home .inner-box h2 {
            position: relative;
            color: #242424;
            font-size: 24px;
            font-weight: 600;
            line-height: 26px;
            padding-bottom: 5px;
            margin-bottom: 20px;
        }

        .FAQ-Home .number {
            position: relative;
            color: #242424;
            font-size: 24px;
            font-weight: 600;
        }

        .Appointment-Bg {
            background-image: url(../images/banner-bg.jpg);
            position: relative;
            padding: 50px 0px;
            background-position: right top;
            background-repeat: no-repeat;
        }

        .event-block-one {
            width: 90%;
            position: relative;
            display: block;
            border-radius: 5px;
            background: #fff;
            transition: all 500ms ease;
            margin: 0 auto 25px;
            box-shadow: 0px 2px 16px rgb(26 26 25 / 15%);
        }

        .event-block-one .lower-content h3 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 24px;
            color: #000;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .event-block-one .lower-content .date {
            position: relative;
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            text-align: center;
            font-size: 28px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            color: #6ecc84;
            line-height: 30px;
            padding: 12px 0px;
            margin-top: inherit;
            transition: all 900ms ease 200ms;
            transform: perspective(1200px) rotateY(0deg) translateZ(0px);
            margin: -50px auto 0px;
            display: table;
        }

        .event-block-one .lower-content {
            position: relative;
            display: block;
            padding: 0px 15px 15px 15px;
            text-align: center;
        }

        .event-block-one .lower-content .text {
            position: relative;
            display: block;
            margin-bottom: 15px;
        }

        .event-block-one .image-box:before {
            position: absolute;
            content: '';
            background: rgba(110, 204, 132, 0.80);
            width: 100%;
            height: 99%;
            left: 0px;
            top: 0px;
            transform-style: preserve-3d;
            transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
            opacity: 0;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            transition: all 500ms ease;
        }

        .Blog-Home {
            padding: 35px 0px 0px;
        }

        .testimonial .fa {
            border-radius: 50%;
            padding: 20px;
            font-size: 28px;
            color: #fff;
            margin-bottom: 15px;
        }

        .star-rating label {
            color: #ff8233;
            cursor: pointer;
            font-size: 16px;
            display: inline-block;
            padding-right: 5px;
            margin: 0 auto;
        }

        .star-rating {
            display: table;
            margin: 0 0 10px;
        }

        .Testimonial .Main-Title-Box {
            margin-bottom: 35px;
            text-align: center;
            margin-top: 35px;
        }

        .Testimonial .demo {
            margin-bottom: 50px;
        }

        .Our-No .counter-Box .Left-Side img {
            width: 45px;
            margin: 0 auto;
        }

        .Our-No .counter-Box .Right-Side {
            margin-left: 0px;
        }

        .Our-No .counter-Box .counter-content {
            padding: 10px 0px;
            border-right: 0px solid #F5F9FF38;
            margin: 0 auto 10px;
            display: table;
            text-align: center;
        }

        .Our-No .counter-Box .Right-Side .counter-value {
            font-size: 34px;
            line-height: 34px;
            display: inline-block;
            font-weight: 600;
            font-family: 'Rajdhani', sans-serif;
            color: #fff;
        }

        .Our-No .counter-Box .Left-Side {
            float: none;
            margin: 0 auto 10px;
        }

        .Our-No {
            padding: 85px 0px 5px;
            background: #e1732e;
            margin-top: -85px;
        }

        .testimonial img {
            width: 55px !important;
            margin: 0 auto;
        }

        .testimonial img {
            width: 55px !important;
            margin: 0 auto;
        }

        .Testimonial .Name-box .Name-box {
            margin-left: 70px;
            padding-top: 3px;
        }

        .testimonial .post {
            display: block;
            font-size: 14px;
            color: #ececec;
            margin-bottom: 0px;
            margin-top: 6px;
        }

        #gallery .img-wrapper {
            position: relative;
            margin: 0 auto 30px;
            width: 75%;
        }

        .Footer .Social-Icon li {
            background-color: rgba(255, 255, 255, 0.2);
            color: #ffffff;
            height: 30px;
            width: 30px;
            text-align: center;
            border-radius: 3px;
            padding-top: 6px;
            margin-right: 8px;
        }

        .Footer .Social-Icon {
            float: left;
            margin-bottom: 25px;
        }


        .Footer .Address-Box {
            margin-bottom: 20px;
        }

        .Footer .Address-Box .Icon img {
            width: 22px;
        }

        .Footer .Address-Box .Info h5 {
            font-size: 15px;
            padding-bottom: 5px;
            color: #fff;
        }

        .Footer .Address-Box .Info {
            margin-left: 35px;
        }

        .Footer {
            position: relative;
            padding: 40px 0px 30px;
            background-image: url(../images/footer_pattern.png);
        }

        .Footer .F-Top {
            border-bottom: 1px solid #f3f3f354;
            display: table;
            padding-bottom: 0px;
        }

        .Footer .F-Bottom {
            margin: 5px 0px 0px;
            display: table;
        }

        .Footer .F-Bottom .F-M-Box .Title h3 {
            font-size: 18px;
            font-weight: 600;
            padding-bottom: 12px;
            color: #fff;
            margin-top: 20px;
        }

        .Footer .F-Bottom .F-M-Box .F-btn {
            padding: 6px 10px;
            margin-top: 20px;
            border: 1px solid transparent;
            display: table;
            border-radius: 8px;
            color: #fff;
            text-decoration: none;
            margin-bottom: 5px;
        }

        .Margin-Left-50 {
            margin-left: 0px;
        }

        .Single-Services .Inner-Box {
            display: table;
            margin: 25px 0px 20px;
        }

        /*-- Gallery --*/

        .Gallery-Page .Main-Title-Box h1 {
            position: relative;
            display: block;
            font-size: 30px;
            line-height: 30px;
            font-weight: 500;
            color: #000;
        }

        .Main-Title-Box h5 {
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 0px;
            text-align: center;
            margin: 0 auto 5px;
            display: table;
        }

        #gallery .Main-Title-Box {
            margin-bottom: 40px;
            text-align: center;
        }

        #gallery {
            padding: 35px 0px 10px;
        }

        .Breadcums .content-box h1 {
            font-size: 32px;
            color: #fff;
            position: relative;
            padding-bottom: 25px;
            text-transform: uppercase;
        }

        .Product-Page .service-block-one .Product-Name h4 {
            position: relative;
            display: block;
            font-size: 15px;
            font-weight: 500;
            text-align: left;
            text-transform: uppercase;
            line-height: 24px;
            color: #f67829;
            margin-bottom: 16px;
        }

        .Product-Page .service-block-one .Product-Name .Name h5 {
            font-weight: 400;
        }

        .Product-Page .service-block-one .Product-Name .icon {
            padding-top: 3px;
        }

        .Product-Page .service-block-one .Product-Used h4 {
            font-size: 15px;
            font-weight: 500;
        }

        .About-Us-Home .background-overlay {
            background-image: none;
        }

        .Breadcums .bread-crumb li {
            position: relative;
            display: inline-block;
            font-size: 15px;
            line-height: 30px;
            font-family: 'Poppins', sans-serif;
            color: #fff;
            padding-right: 12px;
            margin-right: 3px;
        }

        .Breadcums .bread-crumb li:before {
            position: absolute;
            content: '';
            background: #fff;
            width: 4px;
            height: 5px;
            top: 13px;
            right: 0px;
            border-radius: 50%;
        }


        .Breadcums {
            padding: 70px 0px 65px;
        }

        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: -68px;
        }

        .opening-hours ul li span.right {
            float: right;
            font-size: 14px;
        }

        /*-- About Us Page --*/

        .About-Us-Page .Main-Title-Box {
            margin-bottom: 10px;
        }

        .About-Us-Page {
            padding: 35px 0px;
        }

        .About-Us-Page img {
            width: 85%;
            border: 1px solid #b5b5b599;
            border-radius: 2px;
            padding: 1px;
            margin: 0 auto 30px;
        }

        .Main-Title-Box h1 {
            color: #3c4f54;
            letter-spacing: 0px;
            line-height: 20px;
            font-size: 22px;
            padding-bottom: 0px;
            font-weight: 700;
            text-align: center;
        }

        .About-Us-Page .About-Doctor p {
            margin-bottom: 14px;
            line-height: 20px;
        }

        .Qualifications-Box h4 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 20px;
            font-weight: 500;
            color: #000;
            margin-bottom: 15px;
        }

        .Qualifications-Box {
            padding: 15px 0px 0px;
        }

        .Qualifications-Box .Degree li {
            position: relative;
            display: block;
            margin-bottom: 6px;
            padding-left: 18px;
        }



        /*---------All-Services-Page------------*/

        .All-Services-Page .Main-Title-Box h1 {
            text-transform: uppercase;
            position: relative;
            display: block;
            font-size: 27px;
            line-height: 30px;
            font-weight: 600;
            color: #000;
        }

        .All-Services-Page {
            padding: 30px 0px 5px;
        }

        .All-Services-Page .service-block-one .icon-box {
            position: relative;
            display: inline-block;
            width: 65px;
            height: 65px;
            line-height: 65px;
            text-align: center;
            font-size: 45px;
            background: #f2f1ed;
            color: #6ecc84;
            margin-bottom: 10px;
            border-radius: 50%;
            z-index: 1;
            transition: all 500ms ease;
        }

        .All-Services-Page .service-block-one .icon-box img {
            width: 36px;
            margin: 0 auto;
            padding-top: 15px;
        }

        .All-Services-Page .service-block-one .icon-box .IMG-ADJ {
            width: 50px;
            padding-top: 10px;
        }

        .All-Services-Page .service-block-one {
            text-align: center;
            position: relative;
            display: block;
            background: #fbfbfb;
            padding: 15px 15px;
            border-radius: 2px;
            margin-bottom: 30px;
            border: 1px solid #6666662e;
            height: 260px;
        }

        .All-Services-Page .service-block-one h4 {
            position: relative;
            display: block;
            font-size: 17px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .All-Services-Page .service-block-one .Icon-Info .text {
            font-size: 14px;
            line-height: 18px;
        }



        /*--------Single-Services-Page--------*/

        .Single-Services .Sidebar {
            width: 85%;
            margin: 0 auto 30px;
            border: 1px solid #cccccceb;
            padding: 15px 15px;
        }

        .Single-Services .Sidebar .S-List li a:before {
            position: absolute;
            content: '';
            background: #6ecc84;
            width: 30px;
            height: 2px;
            left: 0px;
            top: 8px;
            transform: scale(0, 0);
            transition: all 500ms ease;
        }

        .Single-Services .Sidebar .S-List li a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            line-height: 20px;
            font-weight: 400;
            padding-left: 40px;
            color: #000;
            text-decoration: none;
        }

        .Single-Services .Sidebar .S-List li {
            position: relative;
            display: block;
            margin-bottom: 13px;
        }

        .Single-Services .Sidebar h4 {
            padding-bottom: 15px;
            font-size: 20px;
            text-transform: uppercase;
            color: #62c77a;
        }

        .Single-Services .Inner-Box .Main-Title-Box h1 {
            position: relative;
            display: block;
            font-size: 26px;
            line-height: 35px;
            font-weight: 500;
            color: #000;
            margin-bottom: 4px;
            text-align: left;
            width: 100%;
        }

        .Single-Services .Inner-Box .Main-Title-Box .Line {
            display: block;
            width: 20%;
            border: 1px solid #62c77a;
            margin-bottom: 25px;
        }

        .Single-Services .Inner-Box p {
            padding-bottom: 0px;
            line-height: 19px;
            font-size: 14px;
        }

        .INNER-BANNER {
            width: 80%;
            margin: 0px auto 0px;
            padding: 1px;
            border: 1px solid #bfbebe;
            border-radius: 2px;
        }

        .Single-Services .TAB-BOX .Sub-Heading h3 {
            font-size: 18px;
            padding-bottom: 20px;
            font-weight: 600;
            line-height: 22px;
            color: #203646;
        }

        .Single-Services .TAB-BOX .d-tab .nav>li>a {
            position: relative;
            display: block;
            padding: 8px 12px;
        }

        body p {
            line-height: 1;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            color: #8d989a;
            line-height: 20px;
            font-size: 14px;
        }

        .Single-Services .tab-details .INNER-TAB-BOX .Info P {
            line-height: 19px;
            padding-bottom: 6px;
            padding-top: 1px;
        }

        .Single-Services .INNER-TAB-BOX .Icon .fa {
            padding-top: 0px;
            color: #62c77a;
            font-size: 14px;
        }

        .Single-Services .INNER-TAB-BOX .Info {
            margin-left: 23px;
        }

        .Single-Services {
            padding: 30px 0px;
        }

        .Single-Services .Mission-Box {
            padding: 20px 0px 0px;
        }

        /*---------Contact-Us-Page----------*/

        .Contact-Us-Page .Main-Title-Box h1 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 26px;
            font-weight: 500;
            color: #000;
        }

        .Contact-Us-Page .Main-Title-Box {
            text-align: center;
            margin-bottom: 30px;
        }

        #contact h3 {
            display: block;
            font-size: 20px;
            font-weight: 500;
            padding-bottom: 10px;
            padding-left: 12px;
            text-align: center;
        }

        #contact h4 {
            margin: 0px 0 30px 0px;
            display: block;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
        }

        #contact {
            padding: 25px 20px 15px;
            background: #F9F9F9;
            border: 1px solid #cacaca;
            border-radius: 2px;
            margin-bottom: 30px;
        }

        #contact input[type="text"],
        #contact input[type="email"],
        #contact input[type="tel"],
        #contact input[type="url"],
        #contact textarea {
            width: 100%;
            border-bottom: 1px solid #dadada !important;
            background: #FFF;
            margin: 0 0 10px;
            padding: 8px 12px;
            outline: none;
            border: none;
            font-style: italic;
            font-weight: 300;
            font-size: 13px;
            color: #8d989a;
        }

        #contact button[type="submit"] {
            cursor: pointer;
            width: 100px;
            border: none;
            color: #FFF;
            margin: 5px auto 5px;
            padding: 8px;
            font-size: 15px;
            display: table;
            border-radius: 0px;
            font-weight: 500;
            text-transform: uppercase;
            outline: none;
        }

        #contact button[type="submit"]:hover {
            background: none;
            color: #6d6c6c;
            border: 2px solid #6ecc84;
            -webkit-transition: background 0.3s ease-in-out;
            -moz-transition: background 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out;
            padding: 6px;
        }

        .Contact-Us-Page .icon-box {
            position: relative;
            display: inline-block;
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            font-size: 30px;
            background: #f2f1ed;
            color: #6ecc84;
            margin-bottom: 14px;
            border-radius: 50%;
            z-index: 1;
            transition: all 500ms ease;
            float: left;
            padding-top: 5px;
        }

        .Contact-Us-Page .service-block-one .icon-box img {
            width: 25px;
            margin: 0 auto;
            padding-top: 10px;
        }

        .service-block-one h4 {
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .service-block-one .Product-Inner-Box {
            /*border-bottom: 1px solid #88888838;*/
            padding-bottom: 12px;
            margin-bottom: 15px;
            display: table;
        }

        .Contact-Us-Page .service-block-one .Icon-Info .text {
            line-height: 18px;
            font-size: 14px;
        }

        .Contact-Us-Page .Icon-Info {
            text-align: left;
            margin-left: 68px;
        }


        .Contact-Us-Page {
            padding: 30px 0px 0px;
        }

        .Contact-Us-Page .service-block-one {
            text-align: center;
            position: relative;
            display: block;
            background: #fbfbfb;
            padding: 18px 18px;
            border-radius: 2px;
            margin-bottom: 30px;
            border: 1px solid #6666662e;
            width: 95%;
        }

        .Google-Map iframe {
            height: 280px !important;
        }

        .Top-Bar p {
            font-size: 13px;
            font-weight: 500;
            color: #505050;
        }

        .Top-Bar p .fa {
            margin-right: 2px;
        }


        .Breadcums .content-box h1 {
            font-size: 30px;
            color: #fff;
            position: relative;
            padding-bottom: 20px;
            text-transform: uppercase;
        }

        .Breadcums {
            padding: 60px 0px 55px;
        }

        .service-block-one .icon-box {
            position: relative;
            display: inline-block;
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            font-size: 35px;
            background: #f2f1ed;
            color: #6ecc84;
            margin-bottom: 2px;
            border-radius: 0px;
            z-index: 1;
            transition: all 500ms ease;
        }

        .service-block-one .Product-Heading {
            margin-left: 70px;
        }

        .service-block-one-chemical-name .Product-Heading {
            margin-left: 70px;
        }

        .service-block-one .Product-Heading h5 {
            text-align: left;
            color: #f67829;
            text-transform: uppercase;
            padding-bottom: 0px;
            font-size: 15px;
            line-height: 24px;
        }

        .service-block-one .icon-box img {
            width: 30px;
            margin: 0 auto;
            padding-top: 12px;
        }

        .service-block-one .icon-box .Joint-Replacement-IMG {
            width: 48px;
            margin: 0 auto;
            padding-top: 8px;
        }

        .Services-Home .service-block-one .text {
            line-height: 18px;
            font-size: 14px;
        }




        /*-------Appointment-Page---------*/


        .Appointment-Page {
            padding: 35px 0px 10px;
            width: 90%;
            margin: 0 auto;
        }

        .Appointment-Page .Main-Title-Box h1 {
            position: relative;
            display: block;
            font-size: 30px;
            line-height: 32px;
            font-weight: 600;
            color: #000;
        }

        .Appointment-Page .Main-Title-Box h5 {
            text-align: center;
            font-size: 18px;
            color: #adce60;
            font-weight: 500;
            padding-bottom: 0px;
            margin-bottom: 5px;
        }

        .Appointment-Page .Main-Title-Box {
            margin-bottom: 40px;
            text-align: center;
        }

        .Appointment-Page .F-Left img {
            width: 100px;
            margin: 0 auto;
            padding-top: 32px;
        }

        .Appointment-Page .F-Left {
            height: 236px;
            float: none;
            background: #6ecc84;
            padding: 20px 16px 10px 16px;
            color: #fff;
            text-align: center;
        }






        /*----------------------*/

        .Appointment-Page .F-Left {
            height: 397px;
            float: left;
            background: #6ecc84;
            padding: 80px 16px 40px 16px;
            color: #fff;
            text-align: center;
        }

        .Appointment-Page .F-Left img {
            width: 85px;
            margin: 0 auto;
            padding-top: 28px;
        }

        .Appointment-Page .F-Left .fa {
            font-size: 28px;
            padding-bottom: 15px;
            text-align: center;
        }

        .Appointment-Page .F-Left {
            height: 135px;
            float: none;
            background: #6ecc84;
            padding: 30px 16px 13px 16px;
            color: #fff;
            text-align: center;
        }





        .Appointment-Page #contact button[type="submit"]:hover {
            background: none;
            color: #6d6c6c;
            border: 2px solid #6ecc84;
            -webkit-transition: background 0.3s ease-in-out;
            -moz-transition: background 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out;
            padding: 8px 25px;
        }

        .Appointment-Page .F-Left img {
            width: 105px;
            margin: 0 auto;
            padding-top: 44px;
            display: none;
        }

        .Appointment-Page .F-Right {
            margin-left: 0px !important;
        }

        .Appointment-Page {
            padding: 35px 0px 0px;
            width: 85%;
            margin: 0 auto;
        }

        .Appointment-Page #contact button[type="submit"] {
            cursor: pointer;
            width: auto;
            border: none;
            background: #6ecc84;
            color: #FFF;
            margin: 0 5px 0px 15px;
            font-size: 13px;
            display: table;
            border-radius: 0px;
            font-weight: 500;
            text-transform: uppercase;
            outline: none;
            padding: 6px 20px;
        }

        .Appointment-Page #contact button[type="submit"]:hover {
            padding: 4px 20px !important;
            font-size: 13px;
        }








        .Appointment-Page .F-Right {
            margin-left: 232px;
        }

        .Appointment-Page #contact {
            padding: 15px 0;
            background: #F9F9F9;
            border: 1px solid #cacaca;
            border-radius: 2px;
        }


        .Services-Home .Main-Title-Box h1 {
            letter-spacing: 0px;
            line-height: 20px;
            font-size: 22px;
            padding-bottom: 0px;
            font-weight: 600;
            text-align: center;
        }

        .Product-Page .Product-Pic {
            width: 85%;
            margin: 0 auto 30px;
        }


        .Single-Services .TAB-BOX {
            padding: 0px 0px;
        }

        .FULL-BANNER {
            width: 100% !important;
            margin-bottom: 0px;
        }


        .Single-Services .tOP-aDJ {
            display: table;
            margin: 0px 0px 20px;
        }

        .Single-Services .tOP-aDJ .Main-Title-Box h1 {
            position: relative;
            display: block;
            font-size: 26px;
            line-height: 30px;
            font-weight: 500;
            color: #000;
            margin-bottom: 0px !important;
            text-align: left;
            width: 100%;
        }

        .Bottom-ADJ {
            width: 85%;
            margin: 0px auto 30px;
            padding: 1px;
            border: 1px solid #bfbebe;
        }

        .Single-Services .TAB-BOX .Sub-Heading p {
            padding-bottom: 20px;
        }


        .BTM_ADJ {
            width: 80%;
            margin: 0px auto 30px;
            padding: 1px;
            border: 1px solid #bfbebe;
            border-radius: 2px;
        }


















    }





    /*-------------Mobile-View-Responsive-----------------*/

    @media only screen and (max-width:480px) {

        .Single-Services .Inner-Box .Main-Title-Box h1 {
            position: relative;
            display: block;
            font-size: 23px;
            line-height: 26px;
            font-weight: 500;
            color: #000;
            margin-bottom: 4px;
            text-align: left;
            width: 100%;
        }

        .Single-Services .TAB-BOX .d-tab .nav>li>a {
            position: relative;
            display: block;
            padding: 8px 6px;
        }


        .bs-slider {
            height: auto;
            margin-top: 0px;
            overflow: hidden;
            position: relative;
            background: transparent;
        }


        .Main-Title-Box h1 {
            color: #3c4f54;
            letter-spacing: 0px;
            line-height: 24px;
            font-size: 20px;
            padding-bottom: 7px;
            font-weight: 600;
            text-align: center;
            width: 80%;
            margin: 0px auto 0px;
        }

        .Main-Title-Box .line {
            display: block;
            width: 22%;
            border: 1px solid #adce60;
            margin: 0 auto 40px;
        }

        .About-Us-Home .Ankar-Tag a {
            text-align: center;
            display: table;
            margin: 0px auto;
            font-size: 21px;
            text-decoration: none;
            color: red;
        }

        .About-Us-Home {
            padding: 30px 0px;
        }

        .slide-text {
            left: 0;
            width: 95%;
            top: 13%;
            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: 14px;
            width: 100%;
            line-height: 18px;
            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: 40px !important;
            height: 40px !important;
            background-color: rgb(233, 30, 99) !important;
            border-radius: 50% !important;
            background-position: 50% 50%;
            background-size: 70% !important;
            background-repeat: no-repeat;
            background-color: transparent !important;
            bottom: 60px !important;
        }


        .main-menu-area .logo {
            height: 100%;
            padding: 4px 0;
            position: relative;
            margin-left: 15px;
        }

        .Appointment-Page {
            padding: 35px 0px 0px;
            width: 90%;
            margin: 0 auto;
        }

        .Appointment-Page .Main-Title-Box {
            margin-bottom: 25px;
            text-align: center;
        }

        .Appointment-Page .Main-Title-Box h1 {
            position: relative;
            display: block;
            font-size: 26px;
            line-height: 26px;
            font-weight: 600;
            color: #000;
        }

        .Breadcums .content-box h1 {
            font-size: 24px;
            color: #fff;
            position: relative;
            padding-bottom: 6px;
            text-transform: uppercase;
        }

        .Breadcums {
            padding: 40px 0px 35px;
        }

        .About-Hospital-Page .Qualifications-Box h4 {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            color: #333;
            margin-bottom: 10px;
            text-transform: uppercase;
        }


    }
}

/* end of previous coder  */
.product-details {
    padding: 100px 0;
}

.product-details .card {
    border: none;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.product-details .p-image {
    width: 100%;
}

.product-details .p-image img {
    width: 100%;
}

.product-details .p-title-wrapper {
    margin: 15px 0;
}

.product-details p {
    color: black;
}

section {
    overflow: hidden;
}