/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR DAILY SPANZ         |||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Team page style
21. Shop page style style
22. Shop with sidebar Style
23. Shop single Style
24. Cart page style style
25. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* Imported styles */
@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('//fonts.googleapis.com/css?family=Courgette');







/*==============================================
   Base Css
===============================================*/
html,
body { height: 100% }
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    font-weight: 400;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #404040;
    margin: 0;
}
h3 {
    font-size: 18px;
    font-weight: 600;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
h4 {}
a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #fff;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec-padding{
    padding: 80px 0;
}
button{
    border: none;
    background: transparent;
}
.thm-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 30px 12px;
    transition: all 500ms ease;
}
.bgclr-1{
     background: #4C9369;
    border: 2px solid #4C9369;
    /*background: #2acb35;
    border: 2px solid #2acb35;
    background: #3b5998;
    border: 2px solid #3b5998;*/
    color: #ffffff;
}
.thm-btn:hover{
    background: transparent;
    color: #222222;
}


.sec-title {
    margin-top: -6px;
    padding-bottom: 36px;
    position: relative;
}
.sec-title.pdb-50{
    padding-bottom: 50px;
}
.sec-title.pdb-30{
    padding-bottom: 30px;
}
.sec-title .border.mar0auto{
    margin: 0 auto;
}
.sec-title h1 {
    color: #404040;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 9px;
}
.sec-title .border {
    width: 152px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}
.sec-title .border span:before{
   color: #2acb35;
     /* color:#3b5998;*/
    font-size: 30px;
    line-height: 30px;
}
.sec-title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #2acb35;
    /*background:#3b5998;*/
    content: "";
    margin: 14px 0;
}
.sec-title .border:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background: #2acb35;
    content: "";
    margin: 14px 0;
}


.sec-title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 17px;
}
.sec-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    margin: 0 0 16px;
}
.sec-title p {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
}
.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}



/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999; 
    background-color:rgba(255,255,255,1); 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}



/* Update Mainmenu area Style */
@-webkit-keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #F7F7F7;
    z-index: 9999;
    -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
          animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.mainmenu-area.stricky-fixed .arrow {
    display: none;
}

/* Scroll To Top styles */
.scroll-to-top {
    background: transparent;
    border: 2px solid #2acb35;
   /* border: 2px solid #3b5998;*/
    bottom: 85px;
    color: #2acb35;
    /*color:#3b5998;*/
    cursor: pointer;
    display: none;
    font-weight: normal;
    height: 45px;
    line-height: 38px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 50px;
    font-size: 30px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    background: #2acb35;
    /*background:#3b5998;*/
    color: #fff;
}


/*Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}


/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f0f0f0;
    color: #222222;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #2acb35;
   /* background:#3b5998;*/
    color: #fff;
    border: 2px solid #2acb35;
}


/* Overlay styles  */
.overlay-style-one{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
    left: 0;
	/*background: rgba(44, 203, 56, .8);
    background:rgba(43,99,203,0.83);*/
    background:#4c9369c7;
	color: #fff;
	transition: all 500ms ease;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}



.review-box {}
.review-box ul {
    margin-left: -1px;
    margin-right: -1px;
}
.review-box ul li {
    display: inline-block;
    margin: 0 1px;
}
.review-box ul li i {
    color: #2acb35;
    font-size: 12px;
}



/*** 
=============================================
    Top bar area style
=============================================
***/
.top-bar-area {
    position: relative;
    background: #222426;
    padding: 10px 0 10px;
}
.top-bar-area .top-left {
    overflow: hidden;
}
.top-bar-area .top-left ul li{
    display: inline-block;
    float: left;
    border-right: 1px solid #353637;
    padding-right: 15px;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}
.top-bar-area .top-left ul li:last-child{
    border-left: 1px solid #161a1e;
    padding-left: 15px;
    border-right: 0px solid;
}
.top-bar-area .top-left ul li span:before{
    color: #2acb35;
   /* color:#3b5998;*/
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 8px;
}

.top-bar-area .top-right {
    float: right;
    margin: 2px 0 0;
}
.top-bar-area .top-right .location {
    display: inline-block;
    float: left;
    border-right: 1px solid #353637;
    padding-right: 15px;
}
.top-bar-area .top-right .location li {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    line-height: 26px;
}
.top-bar-area .top-right .location li span:before {
    color: #2acb35;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 6px;
    position: relative;
    top: 2px;
}

.top-bar-area .top-right .social-links {
    overflow: hidden;
    float: left;
    border-left: 1px solid #161a1e;
    padding-left: 15px;
}
.top-bar-area .top-right .social-links li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 26px;
    position: relative;
}
.top-bar-area .top-right .social-links li:last-child {
    margin: 0px;
}
.top-bar-area .top-right .social-links li a i {
    color: #888888;
    font-size: 14px;
    transition: all 500ms ease;
}
.top-bar-area .top-right .social-links li a:hover i{
    color: #2acb35;
}



/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
    position: relative;
    z-index: 9999;
    background: #ffffff;
}
.mainmenu-area .logo {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 100%;
    height: auto;
    text-align: center;
}
.mainmenu-area .arrow {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    bottom: -39px;
}
.mainmenu-area .logo a {
    display: inline-block;
}
.mainmenu-area .logo .logo-image {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 250px;
    height: auto;
    z-index: 5;
}
.main-menu .nav-container {
    position: relative;
    float: left;
    width: 50%;
}
.main-menu .nav-container.nav-left {
    padding-right: 150px;
}
.main-menu .nav-container.nav-right {
    padding-left: 180px;
}
.main-menu .nav-container > ul{
	position:relative;
	width:100%;
}

.main-menu {
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
    z-index: 2;
}
.main-menu .navigation li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.main-menu .navigation li:last-child{
    margin-right: 0;
}
.main-menu .navigation li a {
    color: #303030;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    opacity: 1;
    padding: 35px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation li:first-child a {
    padding-left: 0;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #2acb35;
   /* color:#3b5998;*/
}
.main-menu .navigation li a:after {
    font-family: "Flaticon";
    content: '\f129';
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
    height: 25px;
    font-size: 25px;
    color: #2acb35;
    line-height: 25px;
    opacity: 0;
    font-weight: 400;
    text-align: right;
    transition: all 500ms ease;
}
.main-menu .navigation > li:hover a:after,
.main-menu .navigation > li.current a:after{
    width: 100%;
    opacity: 1;
}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:after {}

.main-menu .navigation > li > ul {
    border-top: 2px solid #2acb35;
    position: absolute;
    left: 0px;
    top: 130%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    transition: all 500ms ease;
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu .navigation > li > ul > li:last-child{
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    width: 100%;
    display: block;
    background: none;
    padding: 16px 0px 14px 20px;
    color: #303030;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: block;
    float: none;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    z-index: 1;
}
.main-menu .navigation > li > ul > li > a:first-child{
    padding-left: 20px;
}
.main-menu .navigation > li > ul > li > a:after{
    display: none;
}
.main-menu .navigation > li > ul > li > a:before {
    font-family: FontAwesome;
    content: '\f0da';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 400;
    text-align: left;
    transition: all 500ms ease;
    transform: translate3d(-2px, 0px, 0px);
    opacity: 0;
    z-index: -1;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    background-color: #2acb35;
    /*  background-color: #3b5998;*/
}
.main-menu .navigation > li > ul > li:hover > a:before{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;    
}
.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.main-menu .nav-container > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 2px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

.outer-search-box {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 5;
    display: block;
    padding: 25px 0;
}
.outer-search-box .seach-toggle {
    border: 1px solid #efeded;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
    background:#2acb35;
    border-color: #2acb35;
    color: #fff;
}
.search-box {
    background: #2acb35;
    border-top: 2px dashed #05a710;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 150%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.search-box.now-visible{
    top:100%;
    opacity:1;
    visibility:visible;	
}
.search-box .form-group{
    position:relative;
    padding:0px;
    margin:0px;
    width:100%;
    min-width:250px;
}
.search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #252525;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
    border-color:#05800d;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
    background: #252525;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
    color:#fff;
    background: #05800d;
}



/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h2 {
    /*color: #2acb35;*/
    color:#fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    font-family: 'sans-serif';
}
.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}
.rev_slider_wrapper .slide-content-box p{
    font-size: 18px;
    color: #f4f4f4;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Rubik', sans-serif;
}

.rev_slider_wrapper .slide-content-box.middle-slide h2{
    text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide h1{
    text-align: center; 
    color: #353535;
}
.rev_slider_wrapper .slide-content-box.middle-slide p{
    text-align: center;
    color: #353535;
}

.rev_slider_wrapper .slide-content-box.lastslide h2{
    margin: 0 0 8px;  
}
.rev_slider_wrapper .slide-content-box.lastslide h1{
    margin: 0 0 22px;  
}
.rev_slider_wrapper .slide-content-box.lastslide p{
    margin-bottom: 33px;
}

.tparrows {
    background: #000000;
    border: 2px solid #f4f4f4;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 4px;
}
.tparrows:before{
    font-size:18px; 
    font-weight: 700;
    color:#fff; 
    display:block; 
    line-height: 46px; 
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:#2acb35;
    border-color: #2acb35;
}
.tparrows:hover:before{
    color: #333333;    
}
.rev_slider_wrapper .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
}



/*** 
=============================================
    Welcome Area style
=============================================
***/
.welcome-area {
    padding-top: 110px;
    padding-bottom: 80px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    clear:both;
}
.welcome-area .text-holder h4 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Courgette', cursive;
    color: #888888;
    margin-top: -4px;
}

.welcome-area .inner-content {
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.welcome-area .inner-content .single-item {
    float: left;
    width: 310px;
    padding-right: 30px;
}
.welcome-area .inner-content .single-item.border {
    border-left: 1px solid #f5f4f3;
    padding-left: 30px;
}
.welcome-area .inner-content .single-item h3 {
    margin: 0 0 15px;
}

.welcome-area .text-holder .bottom {
    margin: 30px 0 0;
    position: relative;
}
.welcome-area .text-holder .bottom .read-more-button {
    width: 180px;
}
.welcome-area .text-holder .bottom .read-more-button a{
    padding: 12px 40px 12px;   
}
.welcome-area .text-holder .bottom .read-more-button,
.welcome-area .text-holder .bottom .title{
    display: table-cell;
    vertical-align: middle;
}

.welcome-area .text-holder .bottom .title{
    padding-left: 30px;
}
.welcome-area .text-holder .bottom .title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.welcome-area .text-holder .bottom .title h2 span{
     color:#4C9369;
    /*color: #2acb35; 
      color: #3b5998;*/
}
.welcome-area .img-holder {
    margin-top: -75px;
}
.welcome-area .img-holder img{
    width: 100%;
}



/*** 
=============================================
    procedures Area style
=============================================
***/
.procedures-area {
    background: #f2fff3;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
}
.procedures-area .arrow {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    top: 0px;
}

.procedures-area .iconbox-left-top {
    position: absolute;
    top: 50px;
    left: 70px;
}
.procedures-area .iconbox-left-top span:before{
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03);
}

.procedures-area .iconbox-left-bottom {
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.procedures-area .iconbox-left-bottom span:before{
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03);
}

.procedures-area .iconbox-right-top {
    position: absolute;
    top: 20px;
    right: 40px;
}
.procedures-area .iconbox-right-top span:before{
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03);
}

.procedures-area .iconbox-right-bottom {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.procedures-area .iconbox-right-bottom span:before{
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03);
}


.procedures-area .single-item{
    margin-bottom: 30px;
}
.procedures-area .single-item .img-holder {
    position: relative;
    overflow: hidden;
    display: block;
}
.procedures-area .single-item .img-holder img {
    width: 100%;
}
.procedures-area .single-item:hover .img-holder img {}
.procedures-area .single-item .img-holder .overlay-style-one{
    border-radius: 50%;
}
.procedures-area .single-item .img-holder .overlay-style-one .icon-holder span:before {
    width: 75px;
    height: 75px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    color: #2acb35;
    font-size: 40px;
    line-height: 40px;
    padding: 17px 0;
}
.procedures-area .single-item:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.procedures-area .single-item .text-holder{
    position: relative;
}
.procedures-area .single-item .text-holder .show-content {
    padding: 23px 0 7px;
    background: transparent;
    transition: all 500ms ease;
    transition-delay: 0.10s;
}
.procedures-area .single-item:hover .text-holder .show-content{
    transform: scale(0); 
}
.procedures-area .single-item .text-holder .show-content .iocn-holder span:before {
    color: #2acb35;
    font-size: 40px;
    line-height: 40px;
}
.procedures-area .single-item .text-holder .show-content h3 {
    margin: 15px 0 0;
}

.procedures-area .single-item .text-holder .hover-content {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 500ms ease 0.5s;
}
.procedures-area .single-item:hover .text-holder .hover-content{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.procedures-area .single-item .text-holder .hover-content h3 {
    margin: 27px 0 17px;
    color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
}
.procedures-area .single-item .text-holder .hover-content .border{
    width: 50px;
    height: 1px;
    background: #2acb35;
    display: block;
    margin: 0 auto;
}
.procedures-area .single-item .text-holder .hover-content p{
    margin: 14px 0 0;    
}



/*** 
=============================================
    slogan Area style
=============================================
***/
.slogan-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 75px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slogan-area h1{
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 13px;
}
.slogan-area p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    font-family:;
}
.slogan-area a{
    width: 230px;
    margin: 33px auto 0;
    padding: 12px 0;
}



/*** 
=============================================
    choosing Area style
=============================================
***/
.choosing-area {
    padding-top: 80px;
    padding-bottom: 10px;
}
.choosing-area ul{
    display: block;
    overflow: hidden;
}
.choosing-area .single-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 360px;
    float: left;
    margin-right: 20px;
    padding-right: 25px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    padding-left: 90px;
}
.choosing-area li:after {
    position: absolute;
    bottom: 30px;
    top: 0;
    right: 0;
    width: 1px;
    height: initial;
    border: 1px dashed #e9e9e9;
    content: "";
}
.choosing-area li:last-child:after{
    display: none;
}
.choosing-area .single-item.bdr-btm:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 30px;
    height: 1px;
    border: 1px dashed #e9e9e9;
    content: "";
}
.choosing-area .single-item .iocn-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: #2acb35;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
}
.choosing-area .single-item .iocn-holder:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #2acb35;
    font-size: 25px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 900ms ease;
}
.choosing-area .single-item:hover .iocn-holder:before {
    transform: translate3d(0px, -10px, 0px);
    opacity: 0;
}

.choosing-area .single-item .iocn-holder:after {
    content: "\f0da";
    font-family: FontAwesome;
    height: 20px;
    color: #2acb35;
    font-size: 25px;
    position: absolute;
    right: 0px;
    top: 50%;
    bottom: 0;
    text-align: center;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.5s;
}
.choosing-area .single-item:hover .iocn-holder:after {
    right: -8px;
    opacity: 1;
}
.choosing-area .single-item .iocn-holder .inner-border {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 2px dashed #ffffff;
    border-radius: 50%;
}
.choosing-area .single-item .iocn-holder span:before {
    font-size: 35px;
    color: #fff;
    line-height: 30px;
    display: block;
    padding: 23px 0;
}
.choosing-area .single-item .text-holder{
    padding-left: 20px;
}
.choosing-area .single-item .text-holder h3 {
    margin: 0 0 16px;
    transition: all 0.7s;
}
.choosing-area .single-item:hover .text-holder h3{
    color: #2acb35;
}
.choosing-area .single-item .text-holder p{
    margin: 0;
}



/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonial-area .mar-top{
    margin-top: 40px;
}
.testimonial-area .more-button {
    margin-top: 6px;
}
.testimonial-area .more-button a {
    border: 2px solid #2acb35;
    height: 50px;
    width: 170px;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #2acb35;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.testimonial-area .more-button a:hover{
    background: #2acb35;
    color: #fff;
}
.single-testimonial-item {
    position: initial;
    overflow: hidden;
    background: transparent;
    margin-bottom: 50px;
    display: block;
    padding: 0px;
}
.single-testimonial-item .img-holder {
    background: #f2fff3;
    border: 5px solid #f2fff3;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}
.single-testimonial-item:hover .img-holder{
      background:#4C9369;
      background-color:#4C9369;
    /*background: #2acb35;
    border-color: #2acb35;
    background:#3b5998;
    border-color:#3b5998;*/
} 
.single-testimonial-item .text-holder {
    padding-top: 65px;
    transition: all 0.7s ease;
    background: #ffffff;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.single-testimonial-item:hover .text-holder{
    border-color: #e7e3e3;
}
.single-testimonial-item .text-holder h3 {
    color: #2acb35;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Courgette', cursive;
    text-transform: none;
    margin: 0 0 12px;
}

.single-testimonial-item .text-holder p {
    margin: 0 0 23px;
}
.single-testimonial-item .border{
    width: 190px;
    height: 1px;
    background: #f5f4f4;
    display: block;
    margin: 0 auto;
}
.single-testimonial-item .name h3 {
    padding-top: 19px;
    font-size: 18px;
    color: #303030;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}



/*** 
=============================================
    Appointment-area style
=============================================
***/
.appointment-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}
.appointment-area .icon-holder {
    position: absolute;
    bottom: 0px;
    right: -50px;
}
.appointment-area .icon-holder span:before{
    font-size: 200px;
    color: #eff1ef;
}
.appointment-area .sec-title{
    padding-bottom: 76px;
}
.appointment-box{
    position: relative;
    padding-left: 330px;
}
.appointment-box .experince {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    min-height: 340px;
    background: #f2fff3;
    border: 3px solid #ebf8ec;
    z-index: 2;
    padding-top: 30px;
}
.appointment-box .experince h3{
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}
.appointment-box .experince h3 span{
    color: #2acb35;    
}
.appointment-box .experince .inner-content{
    width: 170px;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.appointment-box .experince .inner-content span:before {
    font-size: 165px;
    line-height: 165px;
    color: #ecf6ec;
    font-weight: 300;
}
.appointment-box .experince .inner-content h1 {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    font-size: 35px;
    line-height: 35px;
    color: #2acb35;
    font-weight: 700;
}
.appointment-box .experince .inner-content h3 {
    color: #2acb35;
    font-size: 17px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.appointment-box .experince p{
    margin: 0;    
}



.appointment-box .form {
    border: 1px solid #f5f4f3;
    position: relative;
    top: -40px;
    padding-top: 39px;
    padding-left: 70px;
    left: -40px;
    margin-right: -40px;
    padding-right: 30px;
    min-height: 420px;
}
.appointment-box .form .input-box{
    position: relative;
    overflow: hidden;
    display: block;
}
.appointment-box .form .input-box input[type="text"],
.appointment-box .form .input-box input[type="email"],
.appointment-box .form textarea{
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #888888;
    display: block;
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    box-shadow: none;
    line-height: 44px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.appointment-box .form textarea{
    height: 95px;
    margin-bottom: 30px;
    padding: 10px 20px;
    margin-top: 23px;
}
.appointment-box .form .input-box input[type="text"]:focus{
    border-color: #2acb35;        
}
.appointment-box .form .input-box input[type="email"]:focus{
    border-color: #2acb35;        
}
.appointment-box .form textarea:focus{
    border-color: #2acb35;    
}
.appointment-box .form button {
    width: 100%;
    padding: 14px 0 13px;
}


.quick-contact {
    overflow: hidden;
}
.quick-contact .title{
    padding-bottom: 20px;
}
.quick-contact .title h2{
    color: #2acb35;
    font-size: 26px;
    font-weight: 400;  
    font-family: 'Courgette', cursive;
}
.quick-contact .contact-info{}
.quick-contact .contact-info li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 21px;
    padding-left: 35px;
    padding-bottom: 21px;
    position: relative;
}
.quick-contact .contact-info li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.quick-contact .contact-info li .icon-holder {
    position: absolute;
    top: 5px;
    left: 0;
}
.quick-contact .contact-info li .icon-holder span:before{
    color: #2acb35;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.quick-contact .contact-info li .text-holder {}
.quick-contact .contact-info li .text-holder h5 {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.quick-contact .contact-info li .text-holder h5 span {
    color: #333333;
    font-weight: 400;
}



/*** 
=============================================
    Pricing Plan Area style
=============================================
***/
.pricing-plan-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pricing-plan-area .sec-title h1 {
    color: #ffffff;
}
.pricing-plan-area .single-price-box {
    background: #ffffff;
    display: block;
    margin-bottom: 40px;
    padding: 0 0px 40px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1;
}
.pricing-plan-area .single-price-box:hover{
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.pricing-plan-area .single-price-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #0aab15;
    content: "";
    z-index: -1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
}
.pricing-plan-area .single-price-box:hover::before{
    height: 100%;
    opacity: 1;
}
.pricing-plan-area .single-price-box .table-header { 
    background: #2acb35;
    display: block;
    position: relative;
    overflow: hidden;
}
.pricing-plan-area .single-price-box .table-header .package {
    display: block;
    padding: 32px 0 50px;
}
.pricing-plan-area .single-price-box .table-header .package h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box:hover .table-header .package h1{
    color: #000000;
}
.pricing-plan-area .single-price-box .table-header .package h1 span {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    line-height: 24px;
}
.pricing-plan-area .single-price-box .table-header .package h1 b {
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
}

.pricing-plan-area .single-price-box .pack-name {
    position: absolute;
    top: 143px;
    left: 0;
    background: #ffffff;
    width: 180px;
    border: 1px solid #f4f4f4;
    height: 45px;
    border-radius: 30px;
    right: 0;
    margin: 0 auto;
}
.pricing-plan-area .single-price-box .pack-name h3 {
    color: #2acb35;
    font-size: 22px;
    font-weight: 400;
    display: block;
    padding: 10px 0;
}

.pricing-plan-area .single-price-box .price-list { 
    display: block;
}
.pricing-plan-area .single-price-box .price-list ul {
    display: block;
    padding-top: 46px;
}
.pricing-plan-area .single-price-box .price-list ul li {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 13px;
    padding-bottom: 13px;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box .price-list ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pricing-plan-area .single-price-box:hover .price-list ul li{
    color: #fff;
}

.pricing-plan-area .single-price-box .table-footer {
    margin: 33px 0 0;
}
.pricing-plan-area .single-price-box .table-footer a {
    padding: 10px 0px 10px;
    width: 170px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #2acb35;
    color: #2acb35;
}



/*** 
=============================================
    Latest blog area style
=============================================
***/
.latest-blog-area {
    position: relative;
    overflow: hidden;
}
.latest-blog-area .readmore-blog {
    margin-top: 5px;
}
.latest-blog-area .readmore-blog a {
    padding: 11px 40px 11px;
}
.single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 457px;
    border-bottom: 1px solid #f4f4f4;
    background: #ddd;
}
.single-blog-item .img-holder{
    overflow: hidden;
    position: relative;
    display: block;
}
.single-blog-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%; 
}
.single-blog-item:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}
.single-blog-item .img-holder .overlay-style-one .box .content a i{
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3%;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 42px;
    transition: all 500ms ease 0s;
    width: 40px;        
}
.single-blog-item .img-holder .overlay-style-one .box .content a:hover i{
    background: #ffffff;
    color: #252525;
}

.single-blog-item:hover .img-holder img {
    transform: scale(1, 1);
}
.single-blog-item .img-holder .categories {
    background: #2acb35;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 110px;
    height: 35px; 
    transform: translate3d(0px, 0%, 0px);
    transition: all 500ms ease;
}
.single-blog-item:hover .img-holder .categories {
    transform: translate3d(0px, -89px, 0px);
}
.single-blog-item .img-holder .categories a {
    text-align: center;
    padding: 6px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
}
.single-blog-item .text-holder {
    border: 1px solid #f4f4f4;
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
    text-align: center;
    transition: all 500ms ease;
    bottom: -89px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffff;
    z-index: 3;
    transition: all 500ms ease;
}
.single-blog-item:hover .text-holder {
	bottom: 0;
    border-bottom: none;
}

.single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
}
.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    float: none;
    line-height: 16px;
    border-right: 1px solid #dfdfdf;
    padding-right: 10px;
    margin-right: 5px;
}
.single-blog-item .text-holder .meta-info li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.single-blog-item .text-holder .meta-info li a{
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-item .text-holder .meta-info li a:hover{
  color: #2acb35;
}

.single-blog-item .text-holder .blog-title {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 0 10px;
    display: block;
    transition: all 500ms ease;
}
.single-blog-item .text-holder .blog-title:hover{
  color: #2acb35;
}
.single-blog-item .text-holder .text {}
.single-blog-item .text-holder .text p {
    margin: 0; 
}

.latest-blog-area .single-blog-item:hover{}





/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    background: #151515;

    padding-top: 80px;
    padding-bottom: 70px;
    position: relative;
}
.footer-area .arrow {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    top: 0px;
}
.footer-area .footer-image-box {
    position: absolute;
    left: 15px;
    bottom: -30px;
    opacity: 0.05;
}
.footer-area .footer-logo {
    border-bottom: 1px solid #212121;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.footer-area .footer-logo a {
    display: inline-block;
}


.single-footer-widget {
    position: relative;
    overflow: hidden;
}
.single-footer-widget.mar-top{
    margin-top: 20px;
}
.single-footer-widget.martop-minus {
    margin-top: -20px;
}
.single-footer-widget .title {
    padding-bottom: 40px;
    margin-top: -2px;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}


.single-footer-widget .our-info{
    overflow: hidden;
    margin-top: -9px;
}
.single-footer-widget .our-info p{
    color: #888888;
    font-size: 14px;
    margin: 0;
}
.single-footer-widget .footer-contact-info {
    overflow: hidden;
    display: block;
    margin: 25px 0 0;
}
.single-footer-widget .footer-contact-info li {
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #212121;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.single-footer-widget .footer-contact-info li:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 4px;
    left: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder span:before{
     color:#4C9369;
   /* color: #2acb35;
   color:#3b5998;*/
    font-size: 20px;
    line-height: 20px;
}
.single-footer-widget .footer-contact-info li .icon-holder span.flaticon-location:before{
    position: relative;
    top: 3px;
}
.single-footer-widget .footer-contact-info li .text-holder{ }
.single-footer-widget .footer-contact-info li .text-holder h5{
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}


.single-footer-widget .usefull-links {
    overflow: hidden;
    margin-top: -5px;
}
.single-footer-widget .usefull-links.fl-lft {
    float: left;
    width: 130px;
    border-right: 1px solid #212121;
    padding-right: 40px;
    margin-right: 35px;
}
.single-footer-widget .usefull-links li {
    margin-bottom: 20px;
    line-height: 14px;
}
.single-footer-widget .usefull-links li:last-child{
    margin-bottom: 0px;
}
.single-footer-widget .usefull-links li a{
    position: relative;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links li a:hover{
    color: #2acb35;
    padding-left:5px;
    text-decoration: underline;
}


.single-footer-widget .latest-post {
    margin-top: -5px;
}
.single-footer-widget .latest-post .single-post {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #212121;
    min-height: 70px;
}
.single-footer-widget .latest-post .single-post:last-child{
    margin-bottom: 0; 
    padding-bottom: 0;
    border-bottom: none;
}
.single-footer-widget .latest-post .single-post .img-holder {
    width: 70px;  
}
.single-footer-widget .latest-post .single-post .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%;     
}
.single-footer-widget .latest-post .single-post .img-holder,
.single-footer-widget .latest-post .single-post .text-holder{
    display: table-cell;
    vertical-align: middle;
}

.single-footer-widget .latest-post .single-post .text-holder {
    padding-left: 20px;
    position: relative;
}
.single-footer-widget .latest-post .single-post .text-holder a.post-title{
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
}
.single-footer-widget .latest-post .single-post .text-holder a.post-title:hover{
    color: #2acb35;
}
.single-footer-widget .latest-post .single-post .text-holder .post-info {
    overflow: hidden;
    margin: 3px 0 0;
}
.single-footer-widget .latest-post .single-post .text-holder .post-info span {
    color: #2acb35;
    font-size: 14px;
}
.single-footer-widget .more-news{
    overflow: hidden;
    margin-top: 25px;
}
.single-footer-widget .more-news a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.single-footer-widget .more-news a:hover{
    color: #2acb35
}
.single-footer-widget .more-news a i{
    display: inline-block;
    padding-left: 3px;
    font-size: 14px;
    transition: all 500ms ease;
}
.single-footer-widget .more-news a:hover i{
    padding-left: 6px;
}


.single-footer-widget .newsletter-box {
    margin-top: -9px;
    margin-bottom: 40px;
}
.single-footer-widget .newsletter-box p{ 
    margin: 0;
}
.single-footer-widget .newsletter-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block;
}


.single-footer-widget .newsletter-box form.newsletter-form {
    position: relative;
    margin-top: 10px;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"] {
  background: #151515;
  border: 1px solid #212121;
  color: #7d7a7a;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 50px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.single-footer-widget .newsletter-box form.newsletter-form button {
  background: #2acb35 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 45px;
  padding: 9px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 45px;
}
.single-footer-widget .newsletter-box form.newsletter-form button i {
  font-size: 14px
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus {
  border: 1px solid #424141;
  background: #fff;
  color: #000;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus + button, 
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
    background: #424141 none repeat scroll 0 0;
    color: #fff;
}
.single-footer-widget .newsletter-box form.newsletter-form .envelope {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    border-right: 1px solid #1b1c1e;
}
.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
    color: #48494c;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.single-footer-widget .working-hours {
    overflow: hidden;
    display: block;
    padding: 0 20px;
    background: #151515;
    border: 1px solid #212121;
    margin-top: -14px;
}
.single-footer-widget .working-hours li{
    border-bottom: 1px solid #212121;
    line-height: 40px;
}
.single-footer-widget .working-hours li:last-child{
    border-bottom: none;
}
.single-footer-widget .working-hours li span{
    float: right;
}
.single-footer-widget .working-hours li span.closed{
    color: #2acb35;    
}



/*** 
=============================================
    Footer Bottom area style
=============================================
***/
.footer-bottom-area {
    background: #0f0f0f;
    padding: 20px 0 20px;
}
.copyright-text {
    padding: 7px 0;
}
.copyright-text p {
    margin: 0;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}
.copyright-text p a{
    font-weight: 500;
    color: #2acb35;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color: #888888;
}

.footer-bottom-area .footer-social-links {
    overflow: hidden;
    float: right;
}
.footer-bottom-area .footer-social-links li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.footer-bottom-area .footer-social-links li:last-child{
    margin-right: 0;
}
.footer-bottom-area .footer-social-links li a i{
    height: 40px;
    width: 40px;
    border: 2px solid #323232;
    display: block;
    border-radius: 50%;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.footer-bottom-area .footer-social-links li a:hover i{
    background: #2acb35;
    color: #fff;
    border-color: #2acb35;
}





























/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area::before {
   /* background: rgba(44, 203, 56, 0.80) none repeat scroll 0 0;
    background:#3b5998;*/
   /*background: rgba(44, 91, 203, 0.8) none repeat scroll 0 0;*/
   background: #4c9369c7 none repeat scroll 0 0;
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb-area .breadcrumbs {}
.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
}

.breadcrumb-bottom-area{
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 18px 0 15px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.breadcrumb-bottom .left ul{}
.breadcrumb-bottom .left ul li{
    color: #2acb35;
    font-weight: 600;
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-bottom .left ul li:last-child{
    margin-right: 0;
}
.breadcrumb-bottom .left ul li a{
    color: #303030;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.breadcrumb-bottom .left ul li.active a{
    color: #2acb35;    
}
.breadcrumb-bottom .left ul li a:hover{
    color: #2acb35;    
}
.breadcrumb-bottom .left ul li i{
    font-size: 16px;
    color: #2acb35;
}
.breadcrumb-bottom .right span{
    color: #2acb35;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-bottom .right span i {
    font-size: 16px;
    display: inline-block;
    padding-right: 6px;
}

.breadcrumb-bottom .right a {
    display: inline-block;
}
.breadcrumb-bottom .right span:hover{
    color: #303030;    
}



/*** 
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 47px;
    position: relative;
    z-index: 1;
}
.fact-counter-area .single-item {
    width: 220px;
    margin: 0 auto 30px;
}
.fact-counter-area .single-item .icon-holder {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: block;
    padding: 45px 0 45px;
    overflow: hidden;
    position: relative;
    background: transparent;
    border: 2px solid #142818;
    transition: all 500ms ease;
}
.fact-counter-area .single-item:hover .icon-holder{
    border-color: #2acb35;
}
.fact-counter-area .single-item .icon-holder span:before{
    font-size: 65px;
    line-height: 65px;
    color: #2acb35;
}
.fact-counter-area .single-item h1{
    margin-top: 18px;
}
.fact-counter-area .single-item h1 span{
    color: #2acb35;
    font-size: 48px;
    font-weight: 400;
}
.fact-counter-area .single-item h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 27px 0 0;
}



/*** 
=============================================
    Facilities Area style
=============================================
***/
.facilities-area {
    position: relative;
    background: #f2fff3;
    overflow: hidden;
}
.facilities-area .text-holder {
    padding-top: 95px;
    padding-bottom: 0px;
    overflow: hidden;
}
.facilities-area .text-holder .sec-title{
    padding-bottom: 50px;
}
.facilities-area .text-holder .sec-title p {
    margin: 30px 0 0; 
    color: #888888;
    font-size: 18px;
    font-family: 'Courgette', cursive;
}
.facilities-area .text-holder ul {
    overflow: hidden;
    display: block;
}
.facilities-area .text-holder ul li{
    position: relative;
    overflow: hidden;
    display: block;
}
.facilities-area .text-holder ul li:after {
    position: absolute;
    bottom: 20px;
    top: 0;
    right: 0;
    width: 1px;
    height: initial;
    border-right: 1px solid #e7f2e7;
    content: "";
}
.facilities-area .text-holder ul li:last-child:after{
    display: none;
}
.facilities-area .text-holder ul .single-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 170px;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    text-align: center;
}
.facilities-area .text-holder ul .single-item.bdr-btm:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 20px;
    height: 1px;
    height: 100%;
    border-bottom: 1px solid #e7f2e7;
    content: "";
}
.facilities-area .text-holder ul .single-item .iocn-holder {
    margin: 0 0 15px;
}
.facilities-area .text-holder ul .single-item .iocn-holder span:before{
    color: #2acb35;
    font-size: 50px;
    line-height: 50px;
}
.facilities-area .text-holder ul .single-item .title-holder h3 {}

.facilities-area .img-holder {
    background: #f2fff3;
    padding: 40px 0 40px;
}
.facilities-area .img-holder img {
    max-width: none;
    float: left;
}



/*** 
=============================================
    Experts Area style
=============================================
***/
.experts-area {
    padding-top: 80px;
    padding-bottom: 40px;
}
.single-team-member{
    margin-bottom: 40px;    
}
.single-team-member .inner-content{
    position: relative;
}
.single-team-member .img-holder{
    overflow: hidden;
    position: relative;
    display: block;    
}
.single-team-member .img-holder img{
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;     
}
.single-team-member:hover .img-holder img{
    transform: scale(1, 1);    
}
.single-team-member .img-holder .overlay-style-one .box .content ul{
    
}
.single-team-member .img-holder .overlay-style-one .box .content ul li{
    display: inline-block;
    margin: 0 5px;    
}
.single-team-member .img-holder .overlay-style-one .box .content ul li a i{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition: all 500ms ease;    
}
.single-team-member .img-holder .overlay-style-one .box .content ul li a:hover i{
    background: #2acb35;
}

.single-team-member:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}

.single-team-member .icon-holder {
    position: absolute;
    bottom: -39px;
    left: 0;
    right: 0;
    text-align: center;
}
.single-team-member .icon-holder .inner {
    border: 2px solid #2acb35;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
    transition: all 900ms ease;
}
.single-team-member:hover .icon-holder .inner{
    border-color: #ffffff;
}
.single-team-member .icon-holder span:before {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #2acb35;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    padding: 17px 0;
}

.single-team-member .text-holder {
    display: block;
    border: 1px solid #f4f4f4;
    border-top: none;
    display: block;
    padding: 60px 0 25px;
}
.single-team-member .text-holder h3 {
    margin: 0 0 15px;
}
.single-team-member .text-holder h4 {
    color: #2acb35;
    font-size: 18px;
    font-family: 'Courgette', cursive;
    margin: 0px 0 17px;
}
.single-team-member .text-holder .border{
    width: 70px;
    height: 1px;
    display: block;
    background: #f4f4f4;
    margin: 0 auto;
}
.single-team-member .text-holder p {
    margin: 14px 0 0;
}
.single-team-member .text-holder p span:before {
    color: #2acb35;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding-right: 4px;
    position: relative;
    top: 1px;
}



/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
    background: #ffffff;
    border-top: 1px solid #f4f4f4;
    padding-bottom: 80px;
    padding-top: 80px;
}
.brand-area .sec-title {
    padding-bottom: 0;
}
.brand-area .tooltip-inner {
    background: #2acb35;
}
.brand-area .tooltip.top .tooltip-arrow {
    border-top-color: #2acb35;
}
.brand-area .brand .owl-stage-outer{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-top: 45px;	
}
.brand-area .brand .single-item {
    border: 2px solid #f4f4f4;
    height: 105px;
    width: 100%;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
}
.brand-area .brand .single-item a{
    
}
.brand-area .brand .single-item:hover{
    border: 2px solid #2acb35;
}
.brand-area .brand .single-item:hover img{
    opacity: .9;
}
.brand-area .owl-controls {
    position: absolute;
    right: 0;
    top: -54px;
}
.brand-area .owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #ababab;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 40px;
    border: 2px solid #f7f7f7;    
    transition: all 700ms ease 0s;
}
.brand-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.brand-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #2acb35;
    color: #2acb35;
}



/*** 
=============================================
    Faq content area style
=============================================
***/
.faq-content-area{
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 65px;
}
.faq-content-area .tab-menu {
    margin-bottom: 50px;
    border: none;
}
.faq-content-area .tab-menu li {
    background: #f2fff3;
    display: block;
    margin-bottom: 5px;
    float: none;
    width: 100%;
}
.faq-content-area .tab-menu li:last-child{
    margin-bottom: none;
}
.faq-content-area .tab-menu li a {
    border: none;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 15px 20px 13px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    background: #f2fff3;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.faq-content-area .tab-menu li.active a, 
.faq-content-area .tab-menu li:hover a{
    background: #2acb35;
    color: #ffffff;
    border: none;
}

.accordion-box {
    display: block;
    overflow: hidden;
    padding: 0;
}
.accordion-box .accordion {
    margin-bottom: 15px;
    position: relative;
}
.accordion-box .accordion .accord-btn {
    border: 1px solid #f0f0f0;
    cursor: pointer;
    padding: 10px 15px 10px 55px;
    position: relative;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    color: #c7c7c7;
    content: "\f10e";
    font-family: "Flaticon";
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    margin-top: -25px;
    position: absolute;
    left: 10px;
    top: 33px;
    transition: all 500ms ease 0s;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    border: 1px solid #f8f8f8;
    text-align: center;
}
.accordion-box .accordion .accord-btn.active{
    border-bottom: 1px solid #f0f0f0;  
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #2acb35;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\f10f";
    border: 1px solid #2acb35;
    color: #2acb35;
    background: transparent;
}
.accordion-box .accordion .accord-content {
    display: none;
    padding: 14px 20px 10px 55px;
    position: relative;
    border: 1px solid #f0f0f0;
    border-top: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}



/*** 
=============================================
    Faq question Form Area style
=============================================
***/
.faq-question-form-area{
    border-top: 1px solid #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-question-form-area .question-form form input[type="text"],
.faq-question-form-area .question-form form input[type="email"],
.faq-question-form-area .question-form form textarea{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    display: block;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease;
}
.faq-question-form-area .question-form form input[type="text"]:focus{
    border: 1px solid #2acb35;    
}
.faq-question-form-area .question-form form input[type="email"]:focus{
    border: 1px solid #2acb35;        
}
.faq-question-form-area .question-form form textarea:focus{
    border: 1px solid #2acb35;    
}
.faq-question-form-area .question-form form textarea{
    height: 140px;
    padding: 15px 20px;
}
.faq-question-form-area .question-form form button {
    padding: 12px 35px 10px;
    width: 220px;
    margin: 0 auto;
}



/*** 
=============================================
    appointment page Area style
=============================================
***/
.appointment-page-area {
    padding-bottom: 80px;
}
.appointment-page-area .sec-title {
    padding-bottom: 36px;
}
.appointment-page-area .appointment-box {
    padding: 0;
}
.appointment-page-area .appointment-box .form {
    border: none;
    position: static;
    min-height: initial;
    margin: 0;
    padding: 0;
}
.appointment-page-area .appointment-box .form .input-box .icon-box {
    position: absolute;
    top: 13px;
    right: 15px;
}
.appointment-page-area .appointment-box .form textarea{
    margin-top: 0;
}



/*** 
=============================================
    Offer box Area style
=============================================
***/
.offer-box-area {
    padding-bottom: 80px;
}
.offer-box-area .offer-box {
    overflow: hidden;
    border: 1px solid #f4f4f4;
    padding: 10px;
}
.offer-box-area .offer-box .inner-content {
    position: relative;
    overflow: hidden;
    padding: 35px 40px 35px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    z-index: 1;
}
.offer-box-area .offer-box .inner-content::before {
    background: rgba(44, 203, 56, 0.85) none repeat scroll 0 0;
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.offer-box-area .offer-box .inner-content .left h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 9px 0;
}
.offer-box-area .offer-box .inner-content .right a {
    background: #ffffff;
    color: #2acb35;
}
.offer-box-area .offer-box .inner-content .right a:hover{
    background: #10af1b;
    color: #ffffff;
}


/*** 
=============================================
    Testimonial Section style
=============================================
***/
.testimonial-page {
    background: #ffffff;
    padding-top: 125px;
    padding-bottom: 0px;
}
.testimonial-page .single-testimonial-item{
    margin-bottom: 85px;
}
.testimonial-page .single-testimonial-item .text-holder {
    padding-top: 65px;
    transition: all 0.7s ease;
    background: #f2fff3;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}



/*** 
=============================================
    Blog Default Area style
=============================================
***/
.blog-default-area{
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-default-area .blog-post {}
.blog-default-area .blog-post .single-blog-item {
    margin-bottom: 40px;
}
.blog-default-area .blog-post .post-pagination {
    border-top: 1px solid #f4f4f4;
    padding-top: 50px;
    margin-top: 10px;
}

.blog-default-area .sidebar-wrapper {
    border-left: 1px solid #f4f4f4;
    padding-left: 30px;
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: -80px;
    padding-bottom: 80px;
}
.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 0;
}
.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 0;
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
    background: #2acb35 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #0b9f15;
  background: #fff;
  color: #000;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #0b9f15 none repeat scroll 0 0;
    color: #000000;
}


.single-sidebar .categories {
    background: #ffffff;
    display: block;
    border: 1px solid #f4f4f4;
    padding: 24px 30px 24px;
}
.single-sidebar .categories li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 12px;
    padding-bottom: 9px;
}
.single-sidebar .categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .categories li a {
    color: #888888;
    transition: all 500ms ease;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.single-sidebar .categories li a span{
    float: right;
}
.single-sidebar .categories li a:hover{
    color: #2acb35;    
}


.single-sidebar .popular-post {}
.single-sidebar .popular-post li {
    margin-bottom: 25px;
    padding-left: 70px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 25px;
}
.single-sidebar .popular-post li:last-child {
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: none;
}
.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
}
.single-sidebar .popular-post li .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: auto;         
}
.single-sidebar .popular-post li .img-holder .overlay-style-one{
    border-radius: 50%;
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i{
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i{
    color: #000000;
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 20px;
}
.single-sidebar .popular-post li .title-holder a .post-title {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    font-weight: 400;
    margin: 0 0 2px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    top: -5px;
}
.single-sidebar .popular-post li .title-holder a:hover .post-title{
    color: #2acb35;
}
.single-sidebar .popular-post li .title-holder .post-date {
    color: #2acb35;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
}

.single-sidebar .follow-us {
    color: #ababab;
    font-size: 14px;
    margin-top: 0px;
}

.single-sidebar .instagram {
    overflow: hidden;
    display: block;
    margin-left: -6px;
    margin-right: -6px;
}
.single-sidebar .instagram li {
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.single-sidebar .instagram li .img-holder {
    overflow: hidden;
    position: relative;
    display: block;
}
.single-sidebar .instagram li .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a i{
    color: #fff;
    font-size: 15px;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}
.single-sidebar .instagram li:hover .img-holder img {
    transform: scale(1, 1);
}

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}
.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}
.single-sidebar .popular-tag li a {
    border: 1px solid #f4f4f4;
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px 4px;
    transition: all 500ms ease 0s;
}
.single-sidebar .popular-tag li a:hover{
    background: #2acb35;
    border-color: #2acb35;
    color: #fff;
}



/*** 
=============================================
    Blog Large Area style
=============================================
***/
.blog-large-area{
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-large-area .blog-post {
    border-right: 1px solid #f4f4f4;
    margin-right: -30px;
    padding-right: 30px;
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: -80px;
    padding-bottom: 80px;
}
.blog-large-area .single-blog-item {
    margin-bottom: 50px;
    min-height: inherit;
    border-bottom: none;
    background: #ffffff;
}
.blog-large-area .single-blog-item .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;  
}
.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a i {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    transition: all 500ms ease 0s;
    width: 50px;
}
.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a:hover i{
    background: #05930e;
    color: #ffffff;
}
.blog-large-area .single-blog-item:hover .img-holder .categories {
    transform: translate3d(0px, 0, 0px);
}

.blog-large-area .single-blog-item .text-holder .meta-info {
    text-align: left;
    display: block;
    padding: 25px 0 12px;
}
.blog-large-area .single-blog-item .text-holder .meta-info li {
    display: inline-block;
    float: none;
    line-height: 18px;
    border-right: 1px solid #dfdfdf;
    padding-right: 15px;
    margin-right: 12px;
}
.blog-large-area .single-blog-item .text-holder .meta-info li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.blog-large-area .single-blog-item .text-holder .meta-info li a i {
    display: inline-block;
    padding-right: 7px;
}

.blog-large-area .single-blog-item .text-holder {
    position: static;
    border: 1px solid #f4f4f4;
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
    text-align: left;
    transition: all 500ms ease;
    width: 100%;
}
.blog-large-area .single-blog-item .text-holder .blog-title {
    font-size: 24px;
    padding: 0;
    line-height: 30px;
}
.blog-large-area .single-blog-item .text-holder .text {
    margin: 15px 0 0;
}
.blog-large-area .single-blog-item .text-holder .read-more-button {
    margin-top: 16px;
}
.blog-large-area .single-blog-item .text-holder .read-more-button a{
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.blog-large-area .single-blog-item .text-holder .read-more-button a:hover{
    color: #2acb35;
    letter-spacing: 1px;
}

.blog-large-area .blog-post .post-pagination {}
.blog-large-area .sidebar-wrapper {
    padding-left: 30px;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-single-area .blog-post {
    border-right: 1px solid #f4f4f4;
    margin-right: -30px;
    padding-right: 30px;
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: -80px;
    padding-bottom: 80px;
}
.blog-single-area .sidebar-wrapper {
    padding-left: 30px;
}


.blog-single-area .single-blog-item {
    margin-bottom: 50px;
}
.blog-single-area .single-blog-item .text-holder {
    padding-bottom: 3px;
}
.blog-single-area .sec-title h2 {
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.blog-single-area .single-blog-item .text-holder {}
.blog-single-area .single-blog-item .img-holder img {
  transform: none;
}
.blog-single-area .single-blog-item .text-holder .blog-title {
    font-size: 24px;
    padding: 0;
    margin: 0;
}
.blog-single-area .single-blog-item .text-holder .blog-title:hover{
    color: #222222;
}
.blog-single-area .single-blog-item .text-holder .text {
    border: none;
    padding-bottom: 20px;
}
.blog-single-area .single-blog-item .text-holder .text .top {
    margin: 0 0 15px;
}


.blog-single-area .middle-content-box {
    margin: 0px 0 33px;
    overflow: hidden;
}
.blog-single-area .middle-content-box .img-holder {
  width: 340px;
}
.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-box{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .middle-content-box .text-box {
  padding-left: 30px; 
  position: relative;
}
.blog-single-area .middle-content-box .text-box:before{
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #f1f1f1;
  font-size: 24px;
  padding-right: ;
  position: absolute;
  top: -3px;
  left: 30px;    
}
.blog-single-area .middle-content-box .text-box {
  padding-left: 30px;
  padding-top: 32px;
  position: relative;
}
.blog-single-area .middle-content-box .text-box h3 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 7px;
}
.blog-single-area .middle-content-box .text-box h5 {
  color: #2acb35;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.blog-single-area .bottom-content-box {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 20px;
}

.blog-single-area .tag-social-share-box {
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 20px;
}
.blog-single-area .tag-social-share-box .tag-box {
    margin: 8px 0;
}
.blog-single-area .tag-social-share-box .tag-box h5 {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    float: left;
    line-height: 22px;
    margin-right: 5px;
}
.blog-single-area .tag-social-share-box .tag-box ul{
    overflow: hidden;
}
.blog-single-area .tag-social-share-box .tag-box ul li{
    display: inline-block;
    float: left;
    margin-right: 8px;
}
.blog-single-area .tag-social-share-box .tag-box ul li:last-child{
    margin-right: 0;
}
.blog-single-area .tag-social-share-box .tag-box ul li a{
    color: #2acb35;
    font-weight: 500;
}

.blog-single-area .tag-social-share-box .social-share {
    overflow: hidden;
    padding: 6px 0;
}
.blog-single-area .tag-social-share-box .social-share h5 {
    color: #222222;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin: 6px 0;
}
.blog-single-area .tag-social-share-box .social-share i {
  padding-left: 10px;
  display: inline-block;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links {
  display: inline-block;
  float: left;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 20px;
  position: relative;
  top: -6px;
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li {
  display: inline-block;
  margin: 0 3px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #c1c1c1;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 40px;
  transition: all 500ms ease;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i{
  background: #2acb35;
  border-color: #2acb35;
  color: #fff;
}


.blog-single-area .author-box {
    background: #f7f7f7 none repeat scroll 0 0;
    display: block;
    padding: 30px 30px 22px;
    position: relative;
}
.blog-single-area .author-box .img-holder{
    width: 85px;
}
.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder{
    display: table-cell;
    vertical-align: top;
}
.blog-single-area .author-box .text-holder {
    padding-left: 30px;
}
.blog-single-area .author-box .text-holder h3 {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    margin: -2px 0 14px;
    text-transform: capitalize;
}
.blog-single-area .author-box .text-holder p{}

.blog-single-area .author-box .text-holder .social-link {
    margin-left: -6px;
    margin-right: -6px;
    overflow: hidden;
}
.blog-single-area .author-box .text-holder .social-link li{
    display: inline-block;
    margin: 0 6px;
}
.blog-single-area .author-box .text-holder .social-link li a i{
    color: #9a9a9a;
    font-size: 14px;
    transition: all 500ms ease;
}
.blog-single-area .author-box .text-holder .social-link li a:hover i{
    color: #2acb35;
}

.blog-single-area .comment-box {
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 60px;
}
.blog-single-area .comment-box .single-comment-box {
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
}
.blog-single-area .comment-box .single-comment-box .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}
.blog-single-area .comment-box .single-comment-box .text-holder {
    border: 1px solid #f7f7f7;
    margin-left: 20px;
    padding: 15px 20px 5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top {
    overflow: hidden;
    padding-bottom: 8px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
    position: relative;
    top: -3px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
    margin-left: -0.5px;
    margin-right: -0.5px;
    overflow: hidden;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin: 0 0.5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
    color: #2acb35;
    font-size: 14px;
}

.blog-single-area .add-comment-box {
    overflow: hidden;
}
.blog-single-area .add-comment-box .add-rating-box {
    padding-bottom: 20px;
}
.blog-single-area .add-comment-box .add-rating-box h4 {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 12px;
}
.blog-single-area .add-comment-box .add-rating-box ul {
  
}
.blog-single-area .add-comment-box .add-rating-box ul li {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    line-height: 20px;
    margin-right: 6px;
    padding-right: 10px;
}
.blog-single-area .add-comment-box .add-rating-box ul li:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.blog-single-area .add-comment-box .add-rating-box ul li a i{
    color: #d6d6d6;
    font-size: 12px;
}
.blog-single-area .add-comment-box .add-rating-box ul li a:hover i{
    color: #2acb35;
    transition: all 500ms ease;
}

.blog-single-area .add-comment-box #add-comment-form {}
.blog-single-area .add-comment-box #add-comment-form .field-label {
    color: #848484;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 2px;
}
.blog-single-area .add-comment-box #add-comment-form input[type="text"],
.blog-single-area .add-comment-box #add-comment-form input[type="email"],
.blog-single-area .add-comment-box #add-comment-form textarea{
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid transparent;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding: 0 15px;
    width: 100%;  
    margin-bottom: 12px;
    transition: all 500ms ease;
}
.blog-single-area .add-comment-box #add-comment-form textarea {
    height: 100px;
    padding: 10px 15px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #2acb35;    
}
.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #2acb35;    
}
.blog-single-area .add-comment-box #add-comment-form textarea:focus{
    border-color: #2acb35;       
}
.blog-single-area .add-comment-box #add-comment-form button {
    padding: 11px 30px 9px;
}



/*** 
=============================================
    Contact Form area style
=============================================
***/
.contact-form-area {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.contact-form-img {
    position: absolute;
    right: 50px;
    top: 50px;
    max-width: 470px;
    height: 300px;
    z-index: -1;
}
.contact-form-area .sec-title {
    position: relative;
    padding-bottom: 40px;
}
.contact-form-area .sec-title p {
    font-size: 18px;
    color: #888888;
    font-family: 'Courgette', cursive;
    margin: 22px 0 0;
}
.contact-form-area .quick-contact {
    border: 1px solid #f5f4f3;
    display: block;
    padding: 40px 25px 34px;
}
.contact-form-area .quick-contact .title {
    padding-bottom: 30px;
}
.contact-form-area .quick-contact ul li .text-holder h5 {
    line-height: 26px;
}
.contact-form-area .quick-contact ul li .text-holder h5 span.closes{
    color: #2acb35;
}

.contact-form-area .contact-form form {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    padding: 39px 30px 39px;
}
.contact-form-area .contact-form form h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 35px;
}
.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form textarea{
    background: #ffffff;
    border: 1px solid #ececec;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}
.contact-form-area .contact-form form textarea{
    height: 120px;
    margin-bottom: 30px;
    padding: 10px 20px;
}
.contact-form-area .contact-form form input[type="text"]:focus{
    border-color: #2acb35;        
}
.contact-form-area .contact-form form input[type="email"]:focus{
    border-color: #2acb35;        
}
.contact-form-area .contact-form form textarea:focus{
    border-color: #2acb35;    
}
.contact-form-area .contact-form form button {
    width: 100%;
    padding: 14px 0 13px;
}



/*** 
=============================================
    Contact map Area style
=============================================
***/
.contact-map-area {
    position: relative;
    background: #ffffff;
}
#contact-google-map {
    height: 480px;
    width: 100%;
}



/*** 
=============================================
    Main Project Area style
=============================================
***/
.main-project-area{
    padding-top: 80px;
    padding-bottom: 80px;
}
.main-project-area .single-project-item{
    margin-bottom: 30px;
}
.single-project-item {
    position: relative;
    overflow: hidden;
    display: block;
}
.single-project-item .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}
.single-project-item .img-holder img {
    transform: scale(1.1, 1.1);
	transition: all .9s ease;
    width: 100%;
}
.single-project-item:hover .img-holder img{
    transform: scale(1.2, 1.2);
}
.single-project-item .img-holder .overlay-style-one{
    background: rgba(0, 0, 0, .8);
    transition: all 700ms ease;
}
.single-project-item:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}
.single-project-item .img-holder .overlay-style-one .box .content a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	position: relative;
	right: 100%;
	transition: all .9s ease;
}
.single-project-item:hover .img-holder .overlay-style-one .box .content a{
    right: 0;
}
.single-project-item .img-holder .overlay-style-one .box .content p{ 
    color: #2acb35;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    position: relative;
	left: 100%;
	transition: all .9s ease; 
}
.single-project-item:hover .img-holder .overlay-style-one .box .content p{
    left: 0;
}
.single-project-item .img-holder .overlay-style-one .box .content .border {
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.40);
    margin: 13px auto 9px;
}
.main-project-area .post-pagination{
    margin-top: 20px;
}



/*** 
=============================================
    Project withoutgrid Area style
=============================================
***/
.project-withoutgrid-area{
    padding-top: 80px;
    padding-bottom: 80px;
}
.project-filter {
    margin-bottom: 40px
}
.project-filter li {
    display: inline-block;
    margin: 0 5.5px;
}
.project-filter li span {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 18px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-radius: 30px;
    cursor: pointer;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.project-filter li.active span, .project-filter li:hover span {
    background: #2acb35;
    color: #fff;
    border: 1px solid #2acb35;
}
.project-withoutgrid-area .mar0{
    margin: 0;
}
.project-withoutgrid-area .pd0{
    padding: 0;
}
.project-withoutgrid-area .post-pagination{
    padding-top: 50px;
}



/*** 
=============================================
    Project Single Area style
=============================================
***/
#project-single-area{
    padding-top: 80px;
    padding-bottom: 80px;
}

#project-single-area .owl-theme .owl-nav {
    margin-top: 0px;
}
#project-single-area .owl-theme .owl-dots {
    text-align: center;
}
#project-single-area .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
#project-single-area .owl-theme .owl-dots {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
}
#project-single-area .owl-dots .owl-dot{
	background-image:none;
    background-color: #fff;
	width:12px;
	height:12px;
	margin:6px;
	padding:0px;
	border:2px solid #fff;
	background:none;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
    transition: all 500ms ease;
}
#project-single-area .owl-dots .owl-dot span{
	display:none;	
}
#project-single-area .owl-dots .owl-dot.active{
    border: 2px solid #2acb35;
	background: #2acb35;
}

#project-single-area .project-info {}
#project-single-area .sec-title{
    padding-bottom: 14px;
}
#project-single-area .sec-title h2 {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
#project-single-area .project-info .project-info-list {
    overflow: hidden;
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
#project-single-area .project-info .project-info-list li {
    border-bottom: 1px solid #f7f7f7;
    float: left;
    margin: 0 30px 25px;
    overflow: hidden;
    padding-bottom: 16px;
    padding-left: 20px;
    position: relative;
    width: 190px;
}
#project-single-area .project-info .project-info-list li .icon-holder {
    left: 0;
    position: absolute;
    top: -5px;
}
#project-single-area .project-info .project-info-list li .icon-holder i {
    font-size: 14px;
    color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
}
#project-single-area .project-info .project-info-list li .text-holder {}
#project-single-area .project-info .project-info-list li .text-holder h5 {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
}
#project-single-area .project-info .project-info-list li .text-holder p {
    margin: 0;
    color: #949494;
    font-size: 14px;
}

#project-single-area .project-description{
    padding-top: 60px;
}
#project-single-area .bottom {
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    margin: 43px 0 0;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 21px;
}
#project-single-area .bottom .button a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}
#project-single-area .bottom .button a:hover{
     color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
}
#project-single-area .bottom .button a i {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 1px;
}
#project-single-area .bottom .button.next a i{
    padding-right: 0px;
    padding-left: 10px;
}
#project-single-area .bottom .icon-holder a i {
    color: #1c1c1c;
    font-size: 24px;
    position: relative;
    top: 4px;
    transition: all 500ms ease 0s;
}
#project-single-area .bottom .icon-holder a:hover i{
     color:#4C9369;
    /*color: #2acb35;
     color:#3b5998;*/
}



/*** 
=============================================
    Procedures Page area style
=============================================
***/
#procedures-page-area{
    background: #ffffff;
}
#procedures-page-area .sidebar {
    overflow: hidden;
}
#procedures-page-area .sidebar .single-sidebar{
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}
#procedures-page-area .sidebar .single-sidebar .title{
    padding-bottom: 27px;
}
#procedures-page-area .sidebar .single-sidebar .title h3 {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
#procedures-page-area .sidebar .single-sidebar .inner-border{
    overflow: hidden;
    background: #f2fff3;
    padding: 10px;    
}
#procedures-page-area .sidebar .single-sidebar .topics {
    border: 1px dashed #d6e2d7;
}
#procedures-page-area .sidebar .single-sidebar .topics li{
    position: relative;
    overflow: hidden;
    display: block;
}
#procedures-page-area .sidebar .single-sidebar .topics li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 13px 0;
    transform: translate3d(15px, 0px, 0px);
    transition: all 0.4s ease 0s;
    opacity: 0
}
#procedures-page-area .sidebar .single-sidebar .topics li.active:before{
    opacity: 1; 
    transform: translate3d(20px, 0px, 0px);
    transition: all 500ms ease;
}
#procedures-page-area .sidebar .single-sidebar .topics li:hover:before{
    opacity: 1; 
    transform: translate3d(20px, 0px, 0px);
    transition: all 500ms ease;
}
#procedures-page-area .sidebar .single-sidebar .topics li a {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px dashed #d6e2d7;
    display: block;
    padding: 13px 20px 13px;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
#procedures-page-area .sidebar .single-sidebar .topics li:last-child a{
    border-bottom: 1px solid transparent;
}
#procedures-page-area .sidebar .single-sidebar .topics li a:hover,
#procedures-page-area .sidebar .single-sidebar .topics li.active a{
     color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
    padding: 13px 35px 13px;
    transition: all 500ms ease;
    border-bottom: 1px dashed #4C9369;
    /*border-bottom: 1px dashed #2acb35;
      border-bottom: 1px dashed #3b5998;*/
}
#procedures-page-area .sidebar .single-sidebar .topics li:last-child a:hover,
#procedures-page-area .sidebar .single-sidebar .topics li:last-child.active a{
    border-bottom: 1px solid transparent;
}


#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link {
    overflow: hidden;
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li{
    margin-bottom: 10px;    
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li:last-child{
    margin-bottom: 0;
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 15px 22px 13px;
    transition: all 500ms ease;
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a:hover{
    background: #ffffff;
    border-color:#4C9369;
    /*border-color: #2acb35;
    border-color:#3b5998;*/
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a .icon-holder{
    width: 35px;
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a .icon-holder span:before{
    color: #303030;
    font-size: 25px;
    line-height: 25px;
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a .icon-holder,
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a .title-holder{
    display: table-cell;
    vertical-align: middle;
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a .title-holder h5 {
    font-size: 16px;
    color: #303030;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 3px;
}
#procedures-page-area .sidebar .single-sidebar .brochures-dwn-link li a .title-holder span{
    color: #888888;
    font-size: 14px;
}

#procedures-page-area .sidebar .single-sidebar .contact-us {
    background: #f2fff3; 
    display: block;
    overflow: hidden;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info {
    display: block;
    padding: 10px 20px 10px;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info li {
    position: relative;
    border-bottom: 1px dashed #d6e2d7;
    padding-left: 45px;
    padding-bottom: 13px;
    padding-top: 15px;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info li:last-child{
    border-bottom: none;
    padding-bottom: none;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info li .icon-holder {
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 30px;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info li .icon-holder span:before{
     color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
    font-size: 18px;
    line-height: 18px;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info li .icon-holder span.phone:before {
    position: relative;
    top: 4px;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info li .icon-holder span.map-marker:before {
    position: relative;
    top: 4px;
}
#procedures-page-area .sidebar .single-sidebar .contact-us .contact-info li .text-holder h5{
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}
#procedures-page-area hr.line {
    border-top: 1px solid #f4f4f4;
    margin: 10px 0 50px;
}



/*** 
=============================================
    Single Procedures area style
=============================================
***/
#procedures-page-area.single-procedures-area {
    padding-bottom: 80px;
}
#procedures-page-area.single-procedures-area li:after{
    display: none;
}
.sec-title.reduce-f-size{
    padding-bottom: 40px;    
}
.sec-title.reduce-f-size h1 {
    font-size: 24px;
    margin: 0 0 15px;
}
.sec-title.reduce-f-size .line {
    width: 50px;
    height: 2px;
    background:#4C9369;
    /*background: #2acb35;
    background:#3b5998;*/
    display: block;
}

.single-procedures-area .top-content {
    overflow: hidden;
    margin-bottom: 50px;
}
.single-procedures-area .top-content .img-holder{
    display: block;
}
.single-procedures-area .top-content .img-holder img{
    width: 100%;    
}
.single-procedures-area .top-content .text-holder{
    overflow: hidden;
    margin-top: 34px;
}


#procedures-page-area.single-procedures-area .offer-content-box li:after{
    display: block;
}
#procedures-page-area.single-procedures-area .offer-content-box li:last-child:after{
    display: none;
}
.single-procedures-area .offer-content-box .single-item {
    width: 405px;
    margin-right: 30px;
}

.single-procedures-area .features-box-content{
    overflow: hidden;
}
.single-procedures-area .features-box-content .sec-title.reduce-f-size p {
    margin: 33px 0 0;
}
.single-procedures-area .features-box-content .img-holder {
    overflow: hidden;
    display: block;
}
.single-procedures-area .features-box-content .img-holder img {
    width: 100%;
}
.single-procedures-area .features-box-content .text-holder{
    overflow: hidden;
}
.single-procedures-area .features-box-content .text-holder ul {
    display: block;
    overflow: hidden;
    margin: 20px 0;
}
.single-procedures-area .features-box-content .text-holder ul li {
    line-height: 40px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.single-procedures-area .features-box-content .text-holder ul li span:before{
     color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
    font-size: 20px;
    display: inline-block;
    padding-right: 7px;
}

.single-procedures-area .pricing-plan-box {
    overflow: hidden;
    display: block;
    padding-top: 70px;
}
.single-procedures-area .pricing-plan-box ul {
    
}
.single-procedures-area .pricing-plan-box ul li {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #f4f4f4;
}
.single-procedures-area .pricing-plan-box ul li:last-child {
    margin-bottom: 0px;
}
.single-procedures-area .pricing-plan-box ul li .left{
    width: 80%;    
}
.single-procedures-area .pricing-plan-box ul li .left .inner-content{
    
}
.single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box {
    width: 145px;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    padding: 29px 0px;
}
.single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box,
.single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box{
    display: table-cell;
    vertical-align: middle;
}
.single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
    padding-left: 30px;
    padding-right: 20px;
}
.single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box h3 {
    margin: 0 0 16px;
}
.single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box p{
    margin: 0;
}

.single-procedures-area .pricing-plan-box ul li .right {
    border-left: 1px solid #f4f4f4;
    width: 20%;
    text-align: center;
    display: block;
    padding: 24px 0 29px;
}
.single-procedures-area .pricing-plan-box ul li .right h1 {
    font-size: 30px;
    font-weight: 400;
}
.single-procedures-area .pricing-plan-box ul li .right a {
    border: 1px solid #f4f4f4;
    color: #303030;
    padding: 9px 0px 9px;
    width: 150px;
    margin: 13px auto 0;
}
.single-procedures-area .pricing-plan-box ul li .right a:hover{
     background:#4C9369;
    /*background: #2acb35;
    background:#3b5998;*/
    color: #ffffff;
     border-color:#4C9369;
    /*border-color: #2acb35;
    border-color:#3b5998;*/
}

 

/*** 
=============================================
    Shop Area style
=============================================
***/
.shop-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.shop-area .sidebar-wrapper .single-sidebar .sec-title {
    padding-bottom: 30px;
}
.shop-area .shop-content {
    overflow: hidden;
}
.shop-area .showing-result-shorting {
    overflow: hidden;
    padding-bottom: 20px;
}
.shop-area .showing-result-shorting .showing{}
.shop-area .showing-result-shorting .shorting{ }
.shop-area .showing-result-shorting .showing p {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
}

.single-product-item{
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.7s ease;
}
.single-product-item:hover{  }
.single-product-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #f5f4f3;
}
.single-product-item .img-holder img{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;      
}
.single-product-item:hover .img-holder img{
    transform: scale(1.1);
}
.single-product-item:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}
.single-product-item .img-holder .overlay-style-one .box .content a {
    display: inline-block;
    width: 170px;
    transition: all 500ms ease;
    background: #ffffff;
    color: #222222;
}
.single-product-item .img-holder .overlay-style-one .box .content a:hover{
    background: #222222;
    color: #ffffff;
}

.single-product-item .title-holder {
    padding: 15px 15px 17px;
    border: 1px solid #f4f4f4;
    border-top: none;
}
.single-product-item .title-holder .top {
    overflow: hidden;
    margin-bottom: 5px;
}
.single-product-item .title-holder .top .product-title{}
.single-product-item .title-holder .top .product-title h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}
.single-product-item .title-holder .top .review-box{}
.single-product-item .title-holder .top .review-box ul li i{}
.single-product-item .title-holder .product-value h4 {
     color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.single-product-item .title-holder .product-value h4 del{
    color: #888888;
    font-size: 13px;
}
.shop-area .post-pagination{
    margin-top: 20px;    
}


.single-sidebar .price-ranger{ }
.single-sidebar .price-ranger .ui-widget-content {
    background: #e5e5e5;
    border: none;
    height: 2px;
    position: relative;
}
.single-sidebar .price-ranger .ui-widget-content:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    content: "";
}
.single-sidebar .price-ranger .ui-slider-handle {
    background: #2acb35 none repeat scroll 0 0;
   /* background:#3b5998 none repeat scroll 0 0;*/
    border: 2px solid #252525;
    border-radius: 50%;
    height: 10px;
    margin-left: -4px;
    outline: medium none;
    width: 10px;
    cursor: pointer;
}
.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}
.single-sidebar .price-ranger .ui-slider .ui-slider-range {
    background: #252525;
}
.single-sidebar .price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0;
}
.single-sidebar .price-ranger .ranger-min-max-block {
    margin-bottom: 0px;
    margin-top: 30px;
    overflow: hidden;
}
.single-sidebar .price-ranger .ranger-min-max-block input {
    display: inline-block;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
    float: left;
    margin-right: 20px;
    padding: 6px 0px 5px;
    text-align: center;
    width: 80px;
    border: none;
    background:#4C9369;
    /*background: #2acb35;
    background:#3b5998;*/
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    transition: all 500ms ease;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover{
      background:#4C9369;
    /*background: #2acb35;
     background:#3b5998;*/
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
    border: medium none;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    outline: medium none;
    text-align: right;
    width: 40px;
    margin: 6px 0 0;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}
.single-sidebar .price-ranger .ranger-min-max-block span {
    color: #999999;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-wrapper .single-sidebar .popular-product {}
.sidebar-wrapper .single-sidebar .popular-product li {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-left: 70px;
    position: relative;
}
.sidebar-wrapper .single-sidebar .popular-product li:last-child {
    margin-bottom: 0px;
}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder{
    display: block;
    overflow: hidden;
    position: absolute;  
    width: 70px;
    min-height: 70px;
    top: 0;
    left: 0;
}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder img{
    border: 1px solid #f5f4f3;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder img{}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a i {
    opacity: 0;
    font-size: 16px;
    color: #fff;
    transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a:hover i{
    color: #000000;    
}
.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one .box .content a i{
    opacity: 1;
}
.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder {
    padding-left: 20px;  
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder a h4 {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder h5 {
     color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize; 
    font-family: 'Open Sans', sans-serif;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box {
    line-height: 14px;
    margin: 10px 0 0;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li {
    display: inline-block;
    margin: 0 1px;
    position: static;
    padding: 0;
    border: none;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li i{
    font-size: 12px;
    color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder a:hover h4{
    color: #000;
}



/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
    padding-bottom: 80px;
    padding-top: 80px;
}
.checkout-area .sec-title {
    padding-bottom: 40px;
}
.checkout-area .sec-title h1 {
    color: #222;
    font-size: 24px;
    text-transform: none;
}
.checkout-area .exisitng-customer {
    background: #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 20px;
}
.checkout-area .exisitng-customer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background:#4C9369;
    /*background: #2acb35;
    background:#3b5998;*/
    content: "";
}
.checkout-area .exisitng-customer h5{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.checkout-area .exisitng-customer h5 a{
     color:#4C9369;
    /*color: #2acb35;
    color:#3b5998;*/
    display: inline-block;
    padding-left: 15px;
}
.checkout-area .coupon {
    background: #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative; 
    margin-bottom: 60px;
}
.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #2acb35;
    content: "";  
}
.checkout-area .coupon h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 400; 
}
.checkout-area .coupon h5 a {
    color: #2acb35;
    display: inline-block;
    padding-left: 15px;  
}

.checkout-area .form form .field-label {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.checkout-area .form form .field-input input[type="text"] {
    border: 2px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 48px;
    margin-bottom: 23px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
    border: 2px solid #2acb35;
}
.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
    color: #2acb35;
    font-weight: 400;
    font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
    margin-top: 6px;
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 25px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
    border: 2px solid #f4f4f4;
    color: #999;
    display: block;
    font-size: 14px;
    height: 119px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
    border-color: #2acb35;
}

.checkout-area .bottom {
    padding-top: 60px
}
.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}
.checkout-area .table .cart-table .cart-header {
    background: #f7f7f7;
    color: #222222;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.checkout-area .table .cart-table thead tr th {
    font-weight: 400;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
}
.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7;
}
.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
    min-width: 110px;
    padding: 25px 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    width: 70px;
    border: 2px solid #f7f7f7;
    padding: 3px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
    display: table-cell;
    vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
    padding-left: 15px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.checkout-area .table .cart-table tbody tr .qty {
    padding-right: 30px;
    width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: right;
    width: 60px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 34px;
    padding: 6px 0;
    text-align: center;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
    background-color: #2acb35;
    border-color: #0e9d17;
    color: #fff;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr td.price {
    color: #0e9d17;
    font-size: 18px;
    font-weight: 400;
}

.cart-total{}
.cart-total-table {
    border: 2px solid #f7f7f7
}
.cart-total-table li {
    border-bottom: 1px solid #f7f7f7
}
.cart-total-table li:last-child {
    border-bottom: none
}
.cart-total-table li span.col.col-title {
    border-right: 1px solid #f7f7f7;
    color: #222222;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: 'Poppins', sans-serif;
}
.cart-total-table li span.col {
    color: #999999;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: 'Open Sans', sans-serif;
}
.cart-total-table li span.col b {
    color: #0e9d17;
    font-weight: 300;
    text-decoration: underline;
}

.cart-total .payment-options {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 23px 20px 35px;
}
.cart-total .payment-options .option-block {
    margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
    font-weight: 700;
    min-height: 20px;
    padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}
.cart-total .payment-options .option-block .checkbox label span {
    color: #222222;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.cart-total .payment-options .option-block .checkbox label span b {
    color: #0e9d17;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}
.cart-total .payment-options .option-block .text{
    padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}
.placeorder-button button {
    padding: 11px 40px 9px;
    margin-top: 20px;
}



/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
    padding-bottom: 80px;
    padding-top: 80px;
}
.login-register-area .form .sec-title {
    padding-bottom: 40px;
}
.login-register-area .form .sec-title h1 {

}
.login-register-area .form .input-field {
    position: relative;
}
.login-register-area .form .input-field input[type="text"] {
    border: 2px solid #f4f4f4;
    color: #777;
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
    position: absolute;
    right: 20px;
    top: 11px;
}
.login-register-area .form .input-field .icon-holder i {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.login-register-area .form button {
    margin-top: 10px;
    padding: 11px 45px 11px;
}
.login-register-area .form .remember-text {
    margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.login-register-area .form .remember-text .checkbox input {
    margin-top: 5px;
}

.login-register-area .form .social-icon {
    float: right;
    margin-right: -8px;
    margin-top: 15px;
    position: relative;
}
.login-register-area .form .social-icon .login-with {
    display: inline-block;
    left: -100px;
    position: absolute;
    top: 8px;
}
.login-register-area .form .social-icon li {
    display: inline-block;
    margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
    background: #3b5998 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    height: 40px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    transition: all 700ms ease 0s;
    width: 40px;
}
.login-register-area .form .social-icon li a i.twitter {
    background: #33ccfe none repeat scroll 0 0;
}
.login-register-area .form .social-icon li a i.gplus {
    background: #dd4b39 none repeat scroll 0 0;
}
.login-register-area .form a.forgot-password {
    color: #2acb35;
    float: right;
    font-weight: 700;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
}
.login-register-area .form h6 {
    color: #848484;
    float: left;
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    padding-left: 10px;
    overflow: hidden;
    margin-left: -40px;
    margin-top: 28px;
}
.login-register-area .form .input-field input[type="text"]:focus{
    border: 2px solid #2acb35;    
}
.login-register-area .form .social-icon li a:hover i{
    background: #18387b;   
}
.login-register-area .form .social-icon li a:hover i.twitter{
    background: #12addf;    
}
.login-register-area .form .social-icon li a:hover i.gplus{
    background: #c62d1a;
}



/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.cart-area .sec-title{
    padding-bottom: 32px;
}
.cart-area .sec-title h1{
    font-size: 24px;
    margin: 0;
}
.cart-area .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.cart-area .cart-table {
  min-width: 1024px;
  width: 100%;
}
.cart-area .cart-table .cart-header {
  background: #f7f7f7;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.cart-area .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 20px 25px;
}
.cart-area .cart-table thead tr th.prod-column {
  padding-left: 30px;
  text-align: left;
}
.cart-area .cart-table thead tr th.availability {
  padding: 0 40px
}


.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7;
}
.cart-area .cart-table tbody tr td {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-width: 100px;
    padding: 27.5px 25px;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
    min-height: 70px;
    position: relative;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 70px;
    border: 2px solid #f7f7f7;
    padding: 3px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-area .cart-table tbody tr .prod-column .column-box .title{
    display: table-cell;
    vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title{
    padding-left: 20px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;    
}

.cart-area .cart-table tbody tr .qty {
    padding-right: 25px;
    width: 120px;
}
.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    margin-left: 0;
    padding: 11px;
}
.cart-area .cart-table tbody tr .qty .btn-default {
    background-color: #e0dcdc;
    border-color: #ababab;
    color: #fff;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-left: 0;
    margin-top: -1px;
    padding: 10px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 9px;
    left: 6px;
    top: 6px;
}
.cart-area .cart-table tbody tr td.unit-price {
    padding-left: 40px;
    padding-right: 20px;
}
.cart-area .cart-table tbody .available-info {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 50px;
    position: relative;
}
.cart-area .cart-table tbody .available-info .icon {
    background: #2acb35 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 40px;
}
.cart-area .cart-table tbody tr td.price {
    color: #999999;
    font-size: 18px;
    font-weight: 400;
}
.cart-area .cart-table tbody tr .sub-total {
    color: #2acb35;
    font-weight: 400;
    font-size: 18px;
}
.cart-area .cart-table tbody tr td .remove{ }
.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #777;
    font-size: 16px;
    font-weight: 400;
}
.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
}


.cart-middle {
    padding-top: 30px
}
.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}
.cart-middle .apply-coupon input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-transform: capitalize;
    top: 0;
    transition: all 500ms ease 0s;
    width: 225px;
}
.cart-middle .apply-coupon input[type="text"]:focus {
    border: 2px solid #2acb35;
}
.cart-middle .apply-coupon .apply-coupon-button button {
    padding: 11px 45px 11px;
}
.cart-middle .update-cart button {
    padding: 11px 45px 11px;
    background: #f7f7f7;
    color: #222222;
    border-color: #f7f7f7;
}
.cart-middle .update-cart button:hover{
    background: #2acb35;
    color: #fff;
}

.cart-bottom {
    overflow: hidden;
    padding-top: 76px;
}
.cart-bottom .calculate-shipping {}
.cart-bottom .calculate-shipping .ui-state-default .ui-icon {}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    border-left: 2px solid #f7f7f7;
    display: block;
    float: right;
    height: 41px;
    text-indent: 0;
    top: 8px;
    width: 45px;
    position: absolute;
    right: 0;
    display: block;
    background-image: none;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
    color: #ababae;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    overflow: visible;
    position: absolute;
    right: 14px;
    top: 8px;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 12px 17px;
    text-align: left;
}
.cart-bottom .calculate-shipping input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #777;
    display: block;
    font-size: 14px;
    height: 45px;
    padding: 0 18px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 2px solid #2acb35;
}
.cart-bottom .calculate-shipping button {
    padding: 11px 45px 11px;
    background: #f7f7f7;
    border-color: #f7f7f7;
    color: #222222;
}
.cart-bottom button.checkout-btn{
    padding: 11px 45px 11px;
    margin-top: 30px;
    float: right;
}



/*** 
=============================================
   Single Shop Area style
=============================================
***/
.single-shop-area{
    padding-top: 80px;
    padding-bottom: 40px;
}
.single-shop-content .img-holder {
    margin-right: 50px;
}
.single-shop-content .img-holder img {
    border: 1px solid #f5f4f3;
}
.single-shop-content .content-box {
    margin-left: -50px;
}
.single-shop-content .content-box h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: capitalize;
}
.single-shop-content .content-box .review-box {
    margin: 0 0 15px;
}
.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {}
.single-shop-content .content-box .review-box ul li i {
    color: #2acb35;
    font-size: 15px;
}
.single-shop-content .content-box span.price {
    color: #2acb35;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.single-shop-content .content-box .text {
    overflow: hidden;
    padding: 25px 0 9px;
}
.single-shop-content .content-box .location-box {
  margin: 4px 0 20px;
}
.single-shop-content .content-box .location-box p {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form input {
    border: 2px solid #f7f7f7;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    transition: all 500ms ease;
    margin: 0 0 15px;
}
.single-shop-content .content-box .location-box form input:focus{
    border-color: #2acb35;
}
.single-shop-content .content-box .location-box form button {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin-left: 6px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    width: 95px;
    position: relative;
    top: 0px;
    padding-top: 2px;
}
.single-shop-content .content-box .location-box form button:hover{
    background: #2acb35;
    color: #fff;
}
.single-shop-content .content-box .location-box form span {
    color: #2acb35;
}

.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    margin-left: -1px;
    max-width: 100%;
    padding: 12px 12px;
    position: relative;
    width: 100%;
}
.single-shop-content .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: #9e9e9e;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
    color: #9e9e9e;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 7px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
    margin-left: 95px;
    padding: 11px 30px 9px;
}


.product-tab-box {
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
  border-left: none;
  overflow: hidden; 
  margin-top: 80px;
}
.product-tab-box .tab-menu {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
.product-tab-box .tab-menu li {
  display: inline-block;
  float: left;
  margin-bottom: -1px;
  margin-right: 3px;
}
.product-tab-box .tab-menu li a {
  background: #f7f7f7;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 1px;
  padding: 15px 30px 13px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: #f7f7f7;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, 
.product-tab-box .tab-menu li:hover a{
    background: #ffffff;
    color: #2acb35;
    border-left-color: #ececec;
    border-top-color: #ececec;
    border-right-color: #ececec;
}

.product-tab-box .tab-content {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    margin-top: -30px;
    padding: 30px 30px 40px;
}
.product-tab-box .tab-content .review-box {
  
}
.product-tab-box .tab-content .review-box .title {
    margin-top: 3px;
    padding-bottom: 25px;
}
.product-tab-box .tab-content .review-box .title h3 {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder {
    border: 1px solid #ececec;
    margin-left: 20px;
    padding: 17px 20px 12px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
    margin: 0 0 10px;
    overflow: hidden;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
    margin-top: -2px;
    padding-left: 0px;
    position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 1px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
    color: #2acb35;
    font-size: 14px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
    margin: 0;
}


.product-tab-box .tab-content .review-form .title{
    
}
.product-tab-box .tab-content .review-form .title h3 {
    margin: 0 0 15px;
}
.product-tab-box .tab-content .review-form .add-rating-box {
    margin: 0 0 20px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #ebebeb;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
    color: #d6d6d6;
    font-size: 12px;
    line-height: 20px;
    margin-right: 1px;
    opacity: 0.9;
    transition: all 500ms ease 0s;
}

.product-tab-box .tab-content .review-form form .field-label p {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px;
}
.product-tab-box .tab-content .review-form form input[type="text"], 
.product-tab-box .tab-content .review-form form input[type="email"], 
.product-tab-box .tab-content .review-form form textarea {
    background: #fff;
    height: 50px;
    width: 100%;
    border: 1px solid #ececec;
    color: #252525;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
    height: 110px;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.product-tab-box .tab-content .review-form form button {
    padding: 11px 35px 9px;
}
.product-tab-box .tab-content .review-form form button:hover{}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
    opacity: 1;
    color: #2acb35;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
    border-color: #2acb35;
}
.product-tab-box .tab-content .review-form form input[type="email"]:focus{
    border-color: #2acb35;
}
.product-tab-box .tab-content .review-form form textarea:focus{
    border-color: #2acb35;  
}
.related-product {
  padding-top: 70px;
}
.related-product .sec-title {
  padding-bottom: 40px;
}
.related-product .single-product-item {}

.single-shop-area .sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 30px;
}



/*** 
=============================================
   DatePicker  style
=============================================
***/

.ui-datepicker-calendar .ui-state-default{
    border: 1px solid #d3d3d3;
    background: none;
    font-weight: 400;
    color: #252525;
    background-color: #ffffff;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 0px;
}
input#datepicker {
    cursor: pointer;
}
#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #2acb35 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: #2acb35;
  color: #fff;
  border-color: #2acb35;
}


/*language flag dropdown*/
.ct-topbar__list {
  margin-bottom: 0px;
}
.ct-language__dropdown{
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 75px;
	text-align: center;
	padding-top: 0;
    z-index:99999;
}
.ct-language__dropdown li{
	background: #222;
	padding: 5px;
}
.ct-language__dropdown li a{
	display: block;
}
.ct-language__dropdown li:first-child{
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child{
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover{
	background: #444;
}
.ct-language__dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.ct-language{
	position: relative;
  background: #00aced;
 
  padding: 2px 0;
}
.ct-language:hover .ct-language__dropdown{
	max-height: 200px;
	padding-top: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
/* language flag drop down ends here */

.breadcrumb-area{
    /*background-image: url(../web/images/resources/services.jpg);*/
}



/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px){
    .container {padding: 0;}
    .container-fluid{padding: 0;}    
     
        
    }
    
    
    
    /* Medium screen  */ 
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        
    /*** 
    =============================================
        Mainmenu area style
    =============================================
    ***/  
    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 60px;
    }    
    .mainmenu-area .logo .logo-image {
        max-width: 200px;
    }
    .main-menu .nav-container.nav-left {
        padding-right: 105px;
    }    
    .main-menu .navigation li {
        margin-right: 0px;
    } 
    .main-menu .navigation li a {
        padding: 35px 7px;
    } 
    .main-menu .navigation li a:after {
        display: none;
    } 
    .main-menu .nav-container.nav-right {
        padding-left: 130px;
    }    
        
    /*** 
    =============================================
        Rev slider wrapper style
    =============================================
    ***/  
    .rev_slider_wrapper {}    
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 80px !important; 
    } 
    
    /*** 
    =============================================
        Welcome area style
    =============================================
    ***/       
    .welcome-area .inner-content .single-item {
        width: 250px;
        padding-right: 20px;
    } 
    .welcome-area .img-holder {
        margin-top: -50px;
    }
    
    /*** 
    =============================================
        Choosing area style
    =============================================
    ***/     
    .choosing-area .single-item {
        width: 290px;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .choosing-area .single-item .text-holder h3 {
        font-size: 15px;
    }  
     
    /*** 
    =============================================
        Appointment area style
    =============================================
    ***/ 
    .appointment-area .icon-holder.leap {
        display: none;
    }    
    .quick-contact {
        overflow: hidden;
        margin-top: -40px;
    } 
    
    /*** 
    =============================================
        latest-blog area style
    =============================================
    ***/
    .single-blog-item {
        min-height: 387px;
    } 
    .single-blog-item .text-holder {
        bottom: -116px;
    }    
    .single-blog-item .text-holder .blog-title {
        font-size: 16px;
    }    
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -115px, 0px);
    }    
      
    /*** 
    =============================================
        Footer Area style
    =============================================
    ***/    
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        min-height: 360px;
    }
    
    /*** 
    =============================================
        Facilities Area style
    =============================================
    ***/ 
    .facilities-area .text-holder {
        padding-top: 115px;
    }    
    .facilities-area .text-holder ul .single-item {
        width: 134px;
    }    
    .facilities-area .text-holder ul .single-item .iocn-holder span:before {
        font-size: 35px;
        line-height: 35px;
    }    
    .facilities-area .text-holder ul .single-item .title-holder h3 {
        font-size: 14px;
    }
    
    /*** 
    =============================================
        Procedures Area style
    =============================================
    ***/     
    .procedures-area .single-item .text-holder .show-content h3 {
        font-size: 16px;
    }    
    .procedures-area .single-item .text-holder .hover-content h3 {
        font-size: 16px;
    }    
    
    /*** 
    =============================================
        offer box Area style
    =============================================
    ***/     
    .offer-box-area .offer-box .inner-content .left h2 {
        font-size: 20px;
    }    
     
    /*** 
    =============================================
        Single procedures Area style
    =============================================
    ***/      
    .single-procedures-area .offer-content-box {
        
    }  
    .single-procedures-area .offer-content-box li:after {
        display: none !important;
    }   
    .single-procedures-area .offer-content-box .single-item {
        width: 450px;
        margin-right: 0;
    }    
    .single-procedures-area .offer-content-box .single-item.bdr-btm:before {
        display: none;
    }  
    .single-procedures-area .pricing-plan-box ul li .left {
        width: 70%;
    } 
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box h3 {
        margin: 0 0 16px;
        line-height: 26px;
    }
        
    .single-procedures-area .pricing-plan-box ul li .right {
        width: 30%;
        padding: 55px 0 60px;
    }
       
    /*** 
    =============================================
        Blog Default Area style
    =============================================
    ***/ 
    .blog-default-area .single-blog-item {
        min-height: 532px;
    }  
    .blog-default-area .single-blog-item .text-holder {
        bottom: -65px;
    } 
    .blog-default-area .single-blog-item:hover .text-holder {
        bottom: 0;
        border-bottom: none;
    }    
    .blog-default-area .single-blog-item .text-holder .blog-title {
        font-size: 20px;
        padding: 10px 0 10px;
    }    
    .blog-default-area .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -64px, 0px);
    }    
    .blog-default-area .sidebar-wrapper {
        border-left: none;
        padding-left: 0;
        margin-top: 0;
        padding-top: 70px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }  
        
    /*** 
    =============================================
        Blog Large Area style
    =============================================
    ***/      
    .blog-large-area .blog-post {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }    
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 70px;
    }   
        
    /*** 
    =============================================
        blog single Area style
    =============================================
    ***/     
    .blog-single-area .sidebar-wrapper{
        padding-top: 70px;        
    }    
    .blog-single-area .blog-post {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .blog-single-area .sidebar-wrapper {
        padding-left: 0px;
    } 
    
    /*** 
    =============================================
        Shop Area style
    =============================================
    ***/      
    .shop-area .shop-content {
        padding-bottom: 70px;
    }    
       
    /*** 
    =============================================
        Checkout Area style
    =============================================
    ***/      
    .checkout-area .form.shipping-info{
        padding-top: 70px;        
    }           
        
    /*** 
    =============================================
        Login Register Area style
    =============================================
    ***/    
    .login-register-area .form .social-icon {
        float: left;
        margin-right: -8px;
        margin-top: 15px;
    }    
    .login-register-area .form.register{
        padding-top: 70px;        
    }      
       
    /*** 
    =============================================
        Contact form Area style
    =============================================
    ***/   
    .contact-form-area .quick-contact {
        margin-top: 0px;
    }    
     
    /*** 
    =============================================
        Appointment page Area style
    =============================================
    ***/      
    .appointment-page-area .appointment-box .experince {
        width: 310px;
    }    
        
        
        
        
       
        
        
        
        
        
        
        
        
        
    }    
        
    
    
    /* Tablet Layout: 768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {  
     
    /*** 
    =============================================
        Top bar Area style
    =============================================
    ***/       
    .top-bar-area {}
    .top-bar-area .top-left {
        overflow: hidden;
        width: 450px;
        margin: 0 auto;
    } 
    .top-bar-area .top-right {
        float: none;
        width: 460px;
        margin: 7px auto 0;
    }
      
    /*** 
    =============================================
        Mainmenu Area style
    =============================================
    ***/ 
    .mainmenu-area {
        background: #ffffff;
    }  
    .mainmenu-area .arrow {
        display: none;
    }    
    .mainmenu-area .logo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
    }   
    .main-menu .nav-container.nav-left {
        padding-right: 0px;
    }
    .main-menu .nav-container.nav-right {
        padding-left: 0px;
    }    
    .main-menu .navigation li a {
        padding: 35px 5px;
    } 
    .main-menu .navigation li a:after {
        display: none;
    }
    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 64px;
    }     
    .outer-search-box {
        padding: 87px 0 27px;
    }
        
    /*** 
    =============================================
        Rev slider wrapper style
    =============================================
    ***/  
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 80px !important; 
    }
        
    /*** 
    =============================================
        Welcome area style
    =============================================
    ***/      
    .welcome-area .img-holder {
        margin-top: 40px;
    }
        
    /*** 
    =============================================
        Choosing area style
    =============================================
    ***/     
    .choosing-area ul {
        max-width: 500px;
        margin: 0 auto;
    }
    .choosing-area .single-item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .choosing-area li:after{
        border: none;        
    }    
    .choosing-area .single-item.bdr-btm:before {
        border: none;
    } 
      
    /*** 
    =============================================
        Testimonial area style
    =============================================
    ***/      
    .testimonial-area {
        padding-bottom: 0px;
    }     
    .testimonial-area .single-testimonial-item {
        margin-bottom: 80px;
    }
        
    /*** 
    =============================================
        Appointment area style
    =============================================
    ***/ 
    .appointment-area {
        padding-top: 80px;
        padding-bottom: 70px;
    }    
    .appointment-box .form {
        padding-bottom: 40px;
    }
    
    /*** 
    =============================================
        Latest blog area style
    =============================================
    ***/
    .latest-blog-area {
        padding-bottom: 40px;
    }    
    .single-blog-item {
        max-width: 550px;
        margin: 0 auto 40px;
    }    
    .single-blog-item {
        min-height: 584px;
    }    
    .single-blog-item .text-holder {
        bottom: -68px;
    }    
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -67px, 0px);
    }    
    
    /*** 
    =============================================
        Footer Area style
    =============================================
    ***/    
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        min-height: 390px;
    }
     
    /*** 
    =============================================
        Footer bottom Area style
    =============================================
    ***/     
    .footer-bottom-area {
        padding-top: 12px;
        padding-bottom: 25px;
    }
    .copyright-text p {
        text-align: center;
    }
    .footer-bottom-area .footer-social-links {
        overflow: hidden;
        float: none;
        text-align: center;
    }
    .footer-bottom-area .footer-social-links li {
        display: inline-block;
        float: none;
        margin-right: 0;
        text-align: center;
        margin: 0 5px;
    }
    
    /*** 
    =============================================
        Facilities Area style
    =============================================
    ***/ 
    .facilities-area .text-holder { }    
    .facilities-area .text-holder ul .single-item {
        width: 160px;
    }    
    .facilities-area .text-holder ul .single-item .iocn-holder span:before {
        font-size: 40px;
        line-height: 40px;
    }    
    .facilities-area .text-holder ul .single-item .title-holder h3 {
        font-size: 15px;
    }
    .facilities-area .img-holder {
        background: #f2fff3;
        padding: 0px 0 70px;
    }
    .facilities-area .img-holder img {
        max-width: 100%;
        float: none;
        width: 100%;
    }    
    
    /*** 
    =============================================
        Procedures page Area style
    =============================================
    ***/     
    #procedures-page-area .sidebar {
        overflow: hidden;
        padding-top: 60px;
    }      
        
    /*** 
    =============================================
        offer box Area style
    =============================================
    ***/   
    .offer-box-area .offer-box .inner-content {
        position: relative;
        padding: 35px 40px 50px;
    }    
    .offer-box-area .offer-box .inner-content .left {
        float: none !important;
        text-align: center;
        margin: 0 0 20px;
    }        
    .offer-box-area .offer-box .inner-content .right {
        float: none !important;
        text-align: center;    
    }    
    .offer-box-area .offer-box .inner-content .right a {
        width: 180px;
        margin: 0 auto;
    }
          
    /*** 
    =============================================
        Single procedures Area style
    =============================================
    ***/  
    .single-procedures-area .offer-content-box ul {
        max-width: 100%;
        margin: 0 auto;
    }      
    .single-procedures-area .pricing-plan-box ul {
        max-width: 100% !important;
    } 
        
    .single-procedures-area .pricing-plan-box ul li .left {
        width: 70%;
    } 
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box {
        padding: 60px 0px;
    }         
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box h3 {
        margin: 0 0 16px;
        line-height: 26px;
    }      
    .single-procedures-area .pricing-plan-box ul li .right {
        width: 30%;
        padding: 55px 0 60px;
    }
      
    /*** 
    =============================================
        Blog Default Area style
    =============================================
    ***/  
    .blog-default-area .sidebar-wrapper {
        border-left: none;
        padding-left: 0;
        margin-top: 0;
        padding-top: 70px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }        
        
    /*** 
    =============================================
        blog large Area style
    =============================================
    ***/ 
    .blog-large-area .blog-post {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }    
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 70px;
    }            
    .blog-large-area .single-blog-item {
        max-width: none;
        width: 100%;
    }  
        
    /*** 
    =============================================
        blog single Area style
    =============================================
    ***/ 
    .blog-single-area .single-blog-item {
        max-width: 100%;
    }    
    .blog-single-area .sidebar-wrapper{
        padding-top: 70px;        
    }    
    .blog-single-area .blog-post {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }    
    .blog-single-area .sidebar-wrapper {
        padding-left: 0px;
    } 
        
    /*** 
    =============================================
        Project Single Area style
    =============================================
    ***/      
    #project-single-area .project-info {
        padding-top: 40px;
    }
    
    /*** 
    =============================================
        Shop Area style
    =============================================
    ***/      
    .shop-area .shop-content {
        padding-bottom: 70px;
    }
    .single-product-item {
        max-width: 450px;
        margin: 0 auto 30px;
    } 
        
    /*** 
    =============================================
       Single Shop Area style
    =============================================
    ***/ 
    .single-shop-content .img-holder {
        margin-right: 0;
    }    
    .single-shop-content .content-box {
        margin-top: 40px;
        margin-left: 0;
    }
    .single-shop-area .sidebar-wrapper {
        padding-top: 50px;
    }    
        
    /*** 
    =============================================
       Cart area  style
    =============================================
    ***/    
    .cart-total {
        padding-top: 70px;
    }   
      
    /*** 
    =============================================
        Checkout Area style
    =============================================
    ***/      
    .checkout-area .form.shipping-info{
        padding-top: 70px;        
    }  
    
    /*** 
    =============================================
        Login Register Area style
    =============================================
    ***/    
    .login-register-area .form .social-icon {
        float: left;
        margin-right: -8px;
        margin-top: 15px;
    }    
    .login-register-area .form.register{
        padding-top: 70px;        
    }
        
    /*** 
    =============================================
        Contact form Area style
    =============================================
    ***/     
    .contact-form-area .quick-contact {
        background: #ffffff;
        margin-bottom: 50px;
    }    
    
    /*** 
    =============================================
        Appointment page Area style
    =============================================
    ***/     
    .appointment-page-area .appointment-box .experince {
        position: relative;
        width: 330px;
        min-height: 340px;
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .appointment-page-area .appointment-box .form textarea {
        margin-top: 23px;
    }    
        
    
       
        
        
    }
    
    @media only screen and (max-width: 991px) {
        
        
        /*** 
    =============================================
        Mainmenu area style
    =============================================
    ***/ 
    .mainmenu-area {
        background: #ffffff;
        padding-bottom: 15px;
        padding-top: 10px;
    } 
    .mainmenu-area .logo {
        left: 0px; 
        top: 0px; 
        text-align: center;
        z-index: 9999;
        position: relative;
    }
    .mainmenu-area .logo .logo-image {
        position: relative;
        display: inline-block;
        width: auto;
        max-width: 220px;
        height: auto;
        z-index: 5;
    }   
    .outer-search-box {
        top: 47px;
        right: 0px;
        padding: 0px 0 15px;
        z-index: 9999;
        position: absolute;
        right: 15px;
    }   
    
    .main-menu {
        display: block;
        float: none !important;
        padding-bottom: 0;
        padding-top: 0;
        z-index: 9999;
        width: 100%;
    }	
    .main-menu .collapse {
        max-height:320px;
        overflow:auto;
    } 
    .main-menu .collapse.in,
    .main-menu .collapsing{
        padding: 5px;
        margin: 5px;
        border: 2px solid #2acb35;
        border-radius: 0px;
    }	
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        top: -25px;
        right: 0;
        width: auto;
        z-index: 3;
        left: 0;
    }
    .main-menu .navbar-header .navbar-toggle {
        float: left;
        display: block;
        z-index: 7;
        border: 1px solid #efeded;
        background: #ffffff;
        margin: 0;
        border-radius: 0;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar{
        background:#222222;	
    }
    
    .main-menu .navbar-nav{
        float:none !important;
        margin:0px;
        width:100%;
        background:#f254b1;
    }
    .main-menu .nav-container{
        position:relative;
        padding:0px !important;
        width:100% !important;
        margin:0px !important;	
    }
    .main-menu .nav-container > ul{
        display:block;
        border:none;	
    }	
    .main-menu .nav-container > ul > li{
        display:block;
        width:100%;
        margin:0px;
        padding:0px;
        text-align:left;
    }
    .main-menu .nav-container > ul li.dropdown .dropdown-btn{
        display:block;	
    }
    .main-menu .nav-container > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > ul > li > a{
        padding:8px 20px !important;
        text-align:left;
    }
    .main-menu .nav-container > ul > li > a:after{
        display:none;	
    }
    .main-menu .nav-container > ul > li > ul,
    .main-menu .nav-container > ul > li > ul > li > ul{
        position:relative;
        border:none;
        float:none;
        visibility:visible;
        opacity:1;
        display:none;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        margin:0px !important;
        width:100%;
        background:#f254b1;
        border-radius:0px;
        -webkit-border-radius:0px;
        -ms-border-radius:0px;
        -o-border-radius:0px;
        -moz-border-radius:0px;
        transition:none !important;
        -webkit-transition:none !important;
        -ms-transition:none !important;
        -o-transition:none !important;
        -moz-transition:none !important;
    }
    .main-menu .nav-container > ul > li > ul:before,
    .main-menu .nav-container > ul > li > ul:after{
        display:none;	
    }
    .main-menu .nav-container > ul > li > ul,
    .main-menu .nav-container > ul > li > ul > li > ul{
        border-top:1px solid rgba(255,255,255,1) !important;	
    }
    .main-menu .nav-container > ul > li,
    .main-menu .nav-container > ul > li > ul > li,
    .main-menu .nav-container > ul > li > ul > li > ul > li{
        border-bottom:1px solid rgba(255,255,255,1) !important;	
    }
    .main-menu .nav-container > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > ul > li > a{
        padding:10px 15px !important;
        line-height:22px;
        color:#ffffff;
        background:#2acb35;
    }
    .main-menu .nav-container > ul > li > a:hover,
    .main-menu .nav-container > ul > li > a:active,
    .main-menu .nav-container > ul > li > a:focus,
    .main-menu .nav-container > ul > li:hover > a,
    .main-menu .nav-container > ul > li.current > a,
    .main-menu .nav-container > ul > li.current-menu-item > a{
        background:#08a513;
        color:#ffffff;
    }
    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
        display:block;
    }
    .main-menu .nav-container > ul li.dropdown:after,
    .main-menu .nav-container > ul > li.dropdown > a:after,
    .main-menu .nav-container > ul > li > ul li.dropdown > a::after{
        display:none !important;	
    }
    .main-menu .navigation > li > ul > li > a:before {
        display: none;
    }    
    
        
     
     
        
    }
    
    
    
    /* Mobile Layout: 320px. */
    @media only screen and (max-width: 767px) {
        
    /*** 
    =============================================
        Top bar Area style
    =============================================
    ***/       
    .top-bar-area {}
    .top-bar-area .top-left{
        width: 250px;
        margin: 0 auto;
    }
    .top-bar-area .top-left ul li {
        display: inline-block;
        float: none;
        border-right: none;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 5px;
    }
    .top-bar-area .top-left ul li:last-child {
        border-left: none;
        padding-left: 0;
        border-right: 0px solid;
    }
        
    .top-bar-area .top-right {
        float: none;
        width: 300px;
        margin: 5px auto 0;
    }
    .top-bar-area .top-right .location {
        display: inline-block;
        float: left;
        border-right: none;
        padding-right: 0;
    }
    .top-bar-area .top-right .social-links {
        overflow: hidden;
        float: left;
        border-left: none;
        padding-left: 0px;
        width: 170px;
        margin: 0 50px;
    }  
        
        
    
    
    /*** 
    =============================================
        Rev slider wrapper style
    =============================================
    ***/ 
    .rev_slider_wrapper {
        margin-top: 0;
    }    
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 50px !important; 
    } 
    .tparrows {
        display: none;
    }
        
    /*** 
    =============================================
        Welcome area style
    =============================================
    ***/   
    .welcome-area .img-holder {
        margin-top: 40px;
    }
    .welcome-area .inner-content .single-item.border {
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
    }        
    .welcome-area .text-holder .bottom .read-more-button, 
    .welcome-area .text-holder .bottom .title {
        display: block;
    }
    .welcome-area .text-holder .bottom .title {
        padding-left: 0;
        margin-top: 15px;
    } 
     
    /*** 
    =============================================
        Procedures area style
    =============================================
    ***/     
    .procedures-area .single-item .text-holder .hover-content h3 {
        margin: 15px 0 15px;
    }    
    .procedures-area .single-item .text-holder .show-content {
        padding: 15px 0 7px;
    }    
        
    /*** 
    =============================================
        Choosing area style
    =============================================
    ***/     
    .choosing-area ul {
        max-width: 300px;
        margin: 0 auto;
    }
    .choosing-area .single-item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .choosing-area li:after{
        border: none;        
    }    
    .choosing-area .single-item.bdr-btm:before {
        border: none;
    }
        
    /*** 
    =============================================
        Testimonial area style
    =============================================
    ***/      
    .testimonial-area {
        padding-bottom: 0px;
    }    
    .testimonial-area .sec-title {
        float: none !important;
        padding-bottom: 20px;
    }      
    .testimonial-area .more-button {
        margin-top: 0;
        margin-bottom: 30px;
        float: none !important;
        overflow: hidden;
    }    
    .testimonial-area .single-testimonial-item {
        margin-bottom: 80px;
    }      
    
    /*** 
    =============================================
        Appointment area style
    =============================================
    ***/
    .appointment-area {
        padding-top: 80px;
        padding-bottom: 75px;
    }    
    .appointment-area .sec-title {
        padding-bottom: 40px;
    }    
    .appointment-box {
        position: relative;
        padding-left: 0;
    }        
    .appointment-box .experince {
        position: relative;
        margin: 0 auto;
        width: 300px;
        min-height: 340px;
    }   
    .appointment-box .form {
        border: 1px solid #f5f4f3;
        position: relative;
        top: 0;
        padding-top: 0;
        padding-left: 0;
        left: 0;
        margin-right: 0;
        padding-right: 0;
        min-height: 420px;
        padding: 20px;
        margin-top: 30px;
    }    
    .quick-contact {
        margin-top: 40px;
    }    
    .appointment-area .icon-holder.leap {
        display: none;
    }    
        
    /*** 
    =============================================
        Latest blog area style
    =============================================
    ***/ 
    .latest-blog-area {
        padding-bottom: 40px;
    }    
    .single-blog-item {
        max-width: 300px;
        margin: 0 auto 40px;
        min-height: 394px;
    }   
    .single-blog-item .text-holder {
        bottom: -115px;
    }  
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -114px, 0px);
    }  
    .single-blog-item .text-holder .blog-title {
        font-size: 16px;
    }    
    .latest-blog-area .sec-title {
        float: none !important;
        padding-bottom: 25px;
    }        
    .latest-blog-area .readmore-blog {
        margin-top: 5px;
        float: none !important;
        width: 200px;
        margin-bottom: 20px;
    }
         
    /*** 
    =============================================
        Footer Area style
    =============================================
    ***/   
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        overflow: hidden;
    }
    .single-footer-widget.mar-bottom {
        margin-bottom: 50px;
        overflow: hidden;
    }    
     
    /*** 
    =============================================
        Footer bottom Area style
    =============================================
    ***/     
    .footer-bottom-area {
        padding: 16px 0 30px;
    }
    .copyright-text p {
        text-align: center;
    } 
    .footer-bottom-area .footer-social-links {
        overflow: hidden;
        float: none;
        text-align: center;
    }
    .footer-bottom-area .footer-social-links li {
        display: inline-block;
        float: none;
        margin-right: 0;
        text-align: center;
        margin: 0 5px;
    }
        
    /*** 
    =============================================
        Facilities Area style
    =============================================
    ***/ 
    .facilities-area .text-holder { }    
    .facilities-area .text-holder ul .single-item {
        width: 100%;
    }    
    .facilities-area .text-holder ul .single-item.bdr-btm:before {
        display: none;
    }    
    .facilities-area .text-holder ul li:after {
        display: none;
    }   
    .facilities-area .img-holder {
        background: #f2fff3;
        padding: 0px 0 70px;
    }
    .facilities-area .img-holder img {
        max-width: 100%;
        float: none;
        width: 100%;
    }    
        
    /*** 
    =============================================
        Procedures page Area style
    =============================================
    ***/     
    #procedures-page-area .sidebar {
        overflow: hidden;
        padding-top: 60px;
    }      
        
    /*** 
    =============================================
        offer box Area style
    =============================================
    ***/   
    .offer-box-area .offer-box .inner-content {
        position: relative;
        padding: 35px 40px 50px;
    }    
    .offer-box-area .offer-box .inner-content .left {
        float: none !important;
        text-align: center;
        margin: 0 0 20px;
    }        
    .offer-box-area .offer-box .inner-content .right {
        float: none !important;
        text-align: center;    
    }    
    .offer-box-area .offer-box .inner-content .right a {
        width: 180px;
        margin: 0 auto;
    }  
       
    /*** 
    =============================================
        Single procedures Area style
    =============================================
    ***/ 
    .single-procedures-area .features-box-content .text-holder ul {
        margin: 20px 0;
        max-width: 100%;
    }    
    .single-procedures-area .offer-content-box ul {
        max-width: 100%;
        margin: 0 auto;
    }      
    .single-procedures-area .pricing-plan-box {
        padding-top: 70px;
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }      
    .single-procedures-area .pricing-plan-box ul {
        max-width: 100% !important;
    }  
    .single-procedures-area .pricing-plan-box ul li .left {
        width: 100%;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box, 
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        display: block;
    }      
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box {
        padding: 0;
        width: 200px;
        margin: 20px auto 0;
        border: none;
    }      
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        padding: 20px;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box h3 {
        margin: 0 0 16px;
        line-height: 26px;
    }      
    .single-procedures-area .pricing-plan-box ul li .right {
        width: 100%;
        padding: 20px 0 30px;
    }
    .single-procedures-area .sidebar {
        overflow: hidden;
        padding-top: 60px;
        max-width: 320px;
        margin: 0 auto;
    } 
        
    /*** 
    =============================================
        Breadcrumb bottom area style
    =============================================
    ***/   
    .breadcrumb-area .breadcrumbs h1 {
        line-height: 50px;
    }        
    .breadcrumb-bottom .left {
        float: none !important;
    } 
    .breadcrumb-bottom .left ul {
        text-align: center;
    } 
    .breadcrumb-bottom .left ul li {
        margin: 0 4px;
    }    
    .breadcrumb-bottom .right {
        float: none !important;
        text-align: center;
        margin: 2px 0 0;
    }       
        
    /*** 
    =============================================
        Blog Default Area style
    =============================================
    ***/  
    .blog-default-area .sidebar-wrapper {
        border-left: none;
        padding-left: 0;
        margin-top: 0;
        padding-top: 70px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
        
    /*** 
    =============================================
        Blog Large Area style
    =============================================
    ***/      
    .blog-large-area .blog-post {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }    
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 70px;
    }        
    .blog-large-area .single-blog-item {
        max-width: none;
        width: 100%;
    }      
        
     /*** 
    =============================================
        Blog Single Area style
    =============================================
    ***/ 
    .blog-single-area .single-blog-item {
        max-width: 100%;
    }  
    .blog-single-area .blog-post {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }      
    .blog-single-area .middle-content-box .img-holder, .blog-single-area .middle-content-box .text-holder {
        display: block;
    }
    .blog-single-area .middle-content-box .img-holder {
        width: 100%;
    }
    .blog-single-area .middle-content-box .img-holder img {
        width: 100%;
    }
    .blog-single-area .middle-content-box .text-holder {
        padding-left: 0;
        padding-top: 45px;
    } 
    .blog-single-area .middle-content-box .text-holder:before {
        top: 20px;
        left: 0px;
    }       
    .blog-single-area .tag-social-share-box .social-share {
        float: left !important;
        margin-top: 25px;
    } 
    .single-blog-item .text-holder .meta-info li {
        line-height: 22px;
    } 
    .blog-single-area .sidebar-wrapper{
        padding-top: 70px;        
    }    
    .blog-single-area .sidebar-wrapper {
        padding-left: 0px;
    } 
     
    /*** 
    =============================================
        Project withoutgrid Area style
    =============================================
    ***/
    .project-filter {
        margin-bottom: 35px;
    }    
    .project-filter li {
        display: inline-block;
        margin: 0 5.5px 5px;
    }       
    
    /*** 
    =============================================
        Project Single Area style
    =============================================
    ***/      
    #project-single-area .project-info {
        padding-top: 50px;
    }
    
    /*** 
    =============================================
        Shop Area style
    =============================================
    ***/      
    .shop-area .shop-content {
        padding-bottom: 70px;
    }
    .shop-area .showing-result-shorting .showing {
        float: none !important;
        display: block;
    }    
    .shop-area .showing-result-shorting .shorting {
        float: none !important;
        display: block;
        margin-top: 15px;
    }  
        
    /*** 
    =============================================
       Single Shop Area style
    =============================================
    ***/ 
    .single-shop-content .img-holder {
        margin-right: 0;
    }    
    .single-shop-content .content-box {
        margin-top: 40px;
        margin-left: 0;
    }
    .single-shop-area .sidebar-wrapper {
        padding-top: 50px;
    }    
        
    /*** 
    =============================================
       Cart area  style
    =============================================
    ***/      
    .cart-middle .apply-coupon {
        padding-left: 0;
    }
    .cart-middle .apply-coupon input[type="text"] {
        position: relative;
        margin-bottom: 20px;
    } 
    .cart-middle .update-cart {
        float: left !important;
        margin-top: 20px;
    }    
    .cart-total {
        padding-top: 70px;
    }      
        
    /*** 
    =============================================
        Checkout Area style
    =============================================
    ***/      
    .checkout-area .form.shipping-info{
        padding-top: 70px;        
    } 
    .checkout-area .exisitng-customer h5 a {
        display: block;
        padding-left: 0;
        margin: 7px 0 0;
    } 
    .checkout-area .coupon h5 a {
        display: block;
        padding-left: 0;
        margin: 7px 0 0;
    }    
      
    /*** 
    =============================================
        Login Register Area style
    =============================================
    ***/    
    .login-register-area .form .social-icon {
        float: left;
        margin-right: -8px;
        margin-top: 15px;
    } 
    .login-register-area .form .social-icon .login-with {
        left: 0;
        position: relative;
        top: 0;
    }      
    .login-register-area .form.register{
        padding-top: 70px;        
    }      
    .login-register-area .form h6 {
        margin: 28px 0 0 0px;
    } 
    
    /*** 
    =============================================
        Contact form Area style
    =============================================
    ***/     
    .contact-form-area .quick-contact {
        background: #ffffff;
        margin-bottom: 50px;
    }    
    
    /*** 
    =============================================
        Appointment page Area style
    =============================================
    ***/     
    .appointment-page-area .appointment-box .experince {
        position: relative;
        width: 330px;
        min-height: 340px;
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .appointment-page-area .appointment-box .form textarea {
        margin-top: 23px;
    }    
            
     
    .header-info li{width:50%!important;}
    .header-offerbar{padding: 5px 0 5px!important; font-size:12px!important;}
    .mainmenu-area .logo .logo-image { width: 72%!important;}
        
        
        
        
     
        
        
    }
    
    
    
    /* Wide Mobile Layout: 480px. */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    
    /*** 
    =============================================
        Blog style
    =============================================
    ***/       
    .single-blog-item {
        min-height: 509px;
        max-width: 430px;
        width: 430px;
        margin: 0 auto 40px;
    }
    .single-blog-item .text-holder {
        bottom: -90px;
    }    
    .single-blog-item .text-holder .blog-title {
        font-size: 18px;
    } 
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -89px, 0px);
    }      
    
        
        
     
    }
    
    
    @media only screen and (max-width: 420px) {
        .header-info li{font-size:11px!important;}
    }
    
    div#google_translate_element div.goog-te-gadget-simple {
        border: none;
        padding: 0;
    }
    .el1 h1{
        line-height: 50px !important;
        font-size: 40px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        text-shadow: 1px 1px 1px #000000a8;
        text-transform: uppercase;
    }
    .rev_slider_wrapper .slide-content-box h1 {
       text-shadow: 1px 1px 1px #000000a8;
    }
    .el4{
        padding-right: 0;
        padding-left: 0;
    }
    .el10 .sec-title {
        padding-bottom: 15px;
    }
    .el5{
        margin-bottom: 15px;
    }
    .welcome-area .inner-content {
        margin-top: 15px;
    }
    .el6 p{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el7{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el8 a {
        /*color: #00ffe7;*/
        color:yellow;
        font-size: 22px;
        font-weight: 600;
        text-shadow: 1px 1px 0px #00000063;
    }
    .el8 a:hover {
        /*color: #0ed1bf;
         color:#3b5998;*/
         color:#4C9369;
    }
    .el9 .col-md-12.col-sm-12.col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }
    .el9 .owl-stage {
        /*width: 100% !important;*/
        /*display: block;*/
    }
    .el9 .owl-stage .owl-item {
        /*width: 25% !important;*/
        /*margin: 0 !important;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .el11 .owl-theme .owl-nav [class*=owl-] {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 0;
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        line-height: 36px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 40px;
        border: 2px solid #4C9369;
        /*border: 2px solid #2acb35;
        border: 2px solid #3b5998;*/
        transition: all 700ms ease 0s;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
        margin-left: 7px;
        margin-right: 7px;
    }
    .el11 .owl-theme .owl-nav [class*=owl-]:hover {
        border: 2px solid #233324;
        color: #233324;
    }
    
    .el12 .owl-carousel .item {
      position: relative;
      z-index: 100; 
      -webkit-backface-visibility: hidden; 
    }
    .el12 .owl-dots{
        display: none !important;
    }
    .el12 .owl-nav div{
        background: #ffffff none repeat scroll 0 0 !important;
        border-radius: 0 !important;
        color: #ababab !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        height: 40px !important;
        line-height: 36px !important;
        margin: 0 0 0 0px !important;
        padding: 0 !important;
        width: 40px !important;
        border: 2px solid #2acb35 !important;
        /*border: 2px solid #3b5998 !important;*/
        transition: all 700ms ease 0s !important;
        color: #2acb35 !important;
        /*color:#3b5998 !important;*/
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .el12 .owl-nav div:hover {
        border: 2px solid #233324 !important;
        color: #233324 !important;
    }
    .el12 .owl-carousel.owl-loaded {
        margin: 0;
    }
    .el13 p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el14 a, .el14 a:hover, .el14 a:active, .el14 a:focus {
        color: inherit;
    }
    section.procedures-area.el12 .single-item .img-holder img {
        border-radius: 50%;
    }
    .single-testimonial-item .name h3 {
        margin-bottom: 5px;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
    }
    .single-testimonial-item .name h6 {
        margin-bottom: 8px;
    }
    .single-testimonial-item .text-holder p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .single-testimonial-item.text-center .img-holder img {
        border-radius: 50%;
    }
    .appointment-box .form .input-box input[type="number"] {
        background: #ffffff;
        border: 1px solid #f4f4f4;
        color: #888888;
        display: block;
        font-size: 14px;
        height: 50px;
        padding: 0 15px;
        width: 100%;
        transition: all 500ms ease;
        box-shadow: none;
        line-height: 44px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 30px;
    }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }
    .appointment-box .form textarea {
        margin-top: 0px;
    }
    .single-product-item .title-holder .product-value h4 {
        font-size: 18px;
        font-weight: 600;
    }
    .single-product-item .title-holder .top .product-title h5 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el15 .owl-stage .owl-item {
        /*width: 25% !important;*/
        /*margin: 0 !important;*/
        padding-left: 11px;
        padding-right: 11px;
    }
    .el15 .owl-theme .owl-nav [class*=owl-] {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 0;
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        line-height: 36px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 40px;
        border: 2px solid #2acb35;
        transition: all 700ms ease 0s;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
        margin-left: 7px;
        margin-right: 7px;
    }
    .el15 .owl-theme .owl-nav [class*=owl-]:hover {
        border: 2px solid #233324;
        color: #233324;
    }
    
    .el15 .owl-carousel .item {
      position: relative;
      z-index: 100; 
      -webkit-backface-visibility: hidden; 
    }
    .el15 .owl-dots{
        display: none !important;
    }
    .el15 .owl-nav div{
        background: #ffffff none repeat scroll 0 0 !important;
        border-radius: 0 !important;
        color: #ababab !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        height: 40px !important;
        line-height: 36px !important;
        margin: 0 0 0 0px !important;
        padding: 0 !important;
        width: 40px !important;
        border: 2px solid #2acb35 !important;
        /*border: 2px solid #3b5998 !important;*/
        transition: all 700ms ease 0s !important;
        color: #2acb35 !important;
        /*color: #3b5998 !important;*/
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .el15 .owl-nav div:hover {
        border: 2px solid #233324 !important;
        color: #233324 !important;
    }
    .el15 .owl-carousel.owl-loaded {
        margin: 0;
    }
    .el15 .col-md-12.col-sm-12.col-xs-12{
        padding-right: 0;
        padding-left: 0;
    }
    
    
    
    /*.tz-gallery {
        padding: 40px;
    }
    
    .tz-gallery .row > div {
        padding: 2px;
    }
    */
    .el30 .tz-gallery .lightbox img {
        width: 100%;
        border-radius: 0;
        position: relative;
    }
    
    .el30 .tz-gallery .lightbox:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: 'FontAwesome';
        content: "\f002";
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }
    
    
    .el30 .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
       /* background-color: rgba(44, 203, 56, .8);*/
       /* background-color:rgba(43,99,203,0.83);*/
        background-color:#4c9369b3;
        content: '';
        transition: 0.4s;
    }
    
    .el30 .tz-gallery .lightbox:hover:after,
    .el30 .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }
    
    .el30 .baguetteBox-button {
        background-color: transparent !important;
    }
    .el30 .single-project-item .img-holder img {
        transform: none;
    }
    .el30 .single-project-item:hover .img-holder img {
        transform: scale(1.1, 1.1);
    }
    .el16 .filter-item.robustness.workouts {
        display: none;
    }
    .el16 .filter-item.robustness.workouts:nth-child(1) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(2) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(3) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(4) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(5) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(6) {
      display: block;
    }
    .single-footer-widget .footer-contact-info {
        overflow: hidden;
        display: block;
        margin: 0;
        margin-top: -5px;
    }
    .el17 h5 a{
        color: #888888;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        font-family: 'Open Sans', sans-serif;
    }
    .single-footer-widget .footer-contact-info li {
        padding-left: 40px;
        position: relative;
        border-bottom: 1px solid #212121;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .single-footer-widget .footer-contact-info li .text-holder h5 {
        line-height: 1.4;
    }
    .single-footer-widget .usefull-links.fl-lft {
        float: left;
        width: 100%;
        border-right: 0px solid #212121;
        padding-right: 0;
        margin-right: 0;
    }
    .single-footer-widget .newsletter-box {
        margin-bottom: 25px;
    }
    .single-footer-widget .title {
        padding-bottom: 35px;
    }
    img.el18 {
        width: 33.33333%;
        padding: 2px;
        padding-left: 2px;
        padding-right: 2px;
        /* height: 70px; */
        float: left;
    }
    .el20{
        padding: 0;
    }
    .single-footer-widget .usefull-links li {
        line-height: 14px;
        border-bottom: 1px solid #212121;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }
    .single-footer-widget .usefull-links li:last-child {
        /*border-bottom: 0px solid #212121;*/
        margin-bottom: 0px;
    }
    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
    .el2 .rev_slider .tp-mask-wrap .tp-caption , .el2 .rev_slider .caption {
        white-space: none !important;
    }
    .tp-parallax-wrap {
        display: block;
        width: 85% !important;
    }
    .tp-loop-wrap{
        width: 85% !important;
    }
    .tp-mask-wrap{
        width: 85% !important;
    }
    .disnone{
        display: block;
    }
    
    .el24 .text-holder p {
        color: white;
        font-size: 16px;
        letter-spacing: 0.3px;
        line-height: 2;
        text-align: center;
    }
    .facilities-area .text-holder .el25 .single-item .title-holder h3 {
        font-size: 16px;
    }
    .facilities-area .text-holder .el25 .single-item {
        padding-bottom: 20px;
        margin-bottom: 0;
        display: table-cell;
        height: 100%;
        padding-top: 20px;
    }
    .facilities-area .text-holder .el25{
        display: table;
        height: 100%;
    }
    .facilities-area .text-holder .el25 .flaticon-rooms {
        background-image: url(../images/icon/bed.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50.4px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .facilities-area .text-holder .el25 .flaticon-lift {
        background-image: url(../images/icon/lift.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50.4px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .el26 {
        width: 100%;
        margin-top: 33px;
        margin-bottom: 15px;
    }
    .single-procedures-area .features-box-content .sec-title.reduce-f-size p {
        margin: 0;
        margin-bottom: 7px;
    }
    .facilities-area .img-holder {
        padding: 0;
    }
    .mainmenu-area .logo .logo-image {
        width: 240px;
    }
    .mainmenu-area .logo {
        top: 8px;
    }
    .footer-area .footer-logo a img {
        width: 275px;
    }
    .single-team-member .text-holder {
        border: 1px solid #ddd;
        padding: 60px 0 15px;
    }
    .single-team-member .text-holder h3 {
        margin: 0 0 10px;
    }
    .single-team-member .text-holder h4 {
        margin: 0px 0 10px;
    }
    .single-team-member .text-holder p {
        margin: 10px 0 0;
    }
    .single-team-member .text-holder .border {
        background: #ddd;
    }
    .single-sidebar.el27 .popular-post li .img-holder img {
        border-radius: 100%;
    }
    .single-sidebar.el27 .popular-post li .img-holder {
        position: relative;
        width: 65px;
        height: auto;
    }
    .single-sidebar.el27 .popular-post li {
        margin-bottom: 10px;
        padding-left: 0;
        position: relative;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
        display: none;
        align-items: center;
    }
    .single-sidebar.el27 .popular-post li:nth-child(1) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(2) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(3) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(4) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(5) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li .post-date a{
        color: #2acb35;
    }
    .single-sidebar.el27 .popular-post li:last-child {
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
    }
    .single-sidebar.el27 .popular-post li:first-child {
        border-top: 1px solid #f4f4f4;
        padding-top: 10px;
    }
    .single-sidebar.el28 .instagram li {
        width: 107px;
        display: none;
    }
    .single-sidebar.el28 .instagram li:nth-child(1) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(2) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(3) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(4) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(5) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(6) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(7) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(8) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(9) {
      display: block;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a {
      display:none;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(1) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(2) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(3) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(4) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(5) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(6) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(7) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(8) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(9) {
      display: inline;
    }
    .blog-large-area.el28 .single-blog-item .text-holder .blog-title {
        font-size: 24px;
        padding: 0;
        line-height: 30px;
        padding-top: 15px;
    }
    .pricing-plan-area.el29 {
        padding-bottom: 65px;
    }
    .el30 .filter-item.robustness.workouts {
        margin-bottom: 30px;
    }
    .el31{
        padding-top: 0;
    }
    .el31 .sec-title p {
        line-height: 22px;
        margin-top: 10px;
    }
    .cart-bottom .calculate-shipping textarea {
        border: 1px solid rgba(0, 0, 0, .32);
        color: #777;
        display: block;
        font-size: 14px;
        height: 175px;
        padding: 12px 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        margin-bottom: 10px;
    }
    .cart-bottom .calculate-shipping input[type="date"] {
        border: 1px solid rgba(0, 0, 0, .32);
        color: #777;
        display: block;
        font-size: 14px;
        height: 45px;
        padding: 0 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        margin-bottom: 10px;
    }
    .cart-bottom .calculate-shipping input[type="text"] {
        border: 1px solid rgba(0, 0, 0, .32);
        margin-bottom: 10px;
    }
    .cart-bottom .calculate-shipping .ui-state-default {
        border:1px solid rgba(0, 0, 0, .32) !important;
        margin-bottom: 2px !important;
    }
    .cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
        border-left:1px solid rgba(0, 0, 0, .32);
    }
    .el31 .elr{
        padding-right: 5px;
    }
    .el31 .ell{
        padding-left: 5px;
    }
    .ui-selectmenu-menu .ui-menu {
        overflow-y: scroll;
        height: 300px;
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
      width: 10px;
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
      background: #888; 
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
    .el31 label {
        color: rgb(93 93 93);
        font-weight: 600;
    }
    .el31 .bgclr-1 {
       /* background: #2acb35 !important;
        border: 2px solid #2acb35 !important;*/
         background: #4C9369 !important;
        border: 2px solid #4C9369 !important;
        color: #ffffff !important;
        margin-top: 15px !important;
    }
    .el31 .thm-btn:hover {
        background: transparent !important;
        color: #222222 !important;
    }
    .el32 img {
        width: 100%;
        border-radius: 50px 50px 50px 50px;
    }
    .el32 .cart-total{
        padding-left: 15px;
    }
    .quick-contact .contact-info li .text-holder h5 a{
        color: #888888;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: 'Open Sans', sans-serif;
    }
    .contact-form-area .quick-contact ul li .text-holder h5 {
        line-height: 1.5;
    }
    .contact-form-area .quick-contact ul li .text-holder h5.el33 {
        line-height: inherit;
    }
    .single-shop-content .content-box .addto-cart-box button.addtocart {
        margin-left: 0;
    }
    .single-shop-content .content-box {
        margin-left: 0px;
    }
    .single-shop-content .img-holder {
        margin-right:0px;
    }
    .single-shop-content .img-holder img {
       width: 100%;
    }
    .single-shop-content .content-box .text {
        padding: 10px 0 15px;
    }
    .el34 .flaticon-three:before {
        content: "\f101";
        color: #2acb35;
        font-size: 20px;
        display: inline-block;
        padding-right: 7px;
    }
    .el34 ul li {
        line-height: 30px;
        font-family: 'Poppins', sans-serif;
    }
    .el34 del{
        color: #888888;
        font-size: 16px;
    }
    .single-shop-content.el34 {
        border-bottom: 1px solid #ececec;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    .el34 .thm-btn a:hover {
        background: transparent;
        color: #222222;
    }
    .el34 .thm-btn:hover a {
        background: transparent;
        color: #222222;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
        height: 56px;
        border-radius: 8px;
        border: 4px solid transparent;
        background-color: #909090;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #90909082; 
    }
    .procedures-area.el35 {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 40px;
        position: relative;
    }
    .el35 .col-md-3.col-sm-4.col-xs-12.el14 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .procedures-area.el35 .single-item .text-holder .show-content h3 {
        font-size: 17px;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2em;
        max-height: 2em;
    }
    .procedures-area.el35 .single-item .text-holder .hover-content h3{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links {
        display: inline-block;
        float: left;
        margin-left: -3px;
        margin-right: -3px;
        padding-left: 20px;
        position: relative;
        top:0px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links li {
        display: inline-block;
        margin: 0 3px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share h5 {
        color: #222222;
        display: inline-block;
        float: left;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        position: relative;
        margin: 6px 0;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links li a i {
        border: 2px solid #f7f7f7;
        border-radius: 50%;
        color: #c1c1c1;
        font-size: 14px;
        height: 40px;
        line-height: 36px;
        padding: 0;
        text-align: center;
        transition: all 500ms ease 0s;
        width: 40px;
        transition: all 500ms ease;
        display: inline-block;
    }
    .blog-large-area.el28.el36 .tag-social-share-box {
        overflow: hidden;
        margin-top : 20px;
        padding-bottom: 0px;
        padding-top: 22px;
        border-top: 1px solid #f7f7f7;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .blog-large-area.el28.el36 .single-blog-item .text-holder .text p {
        margin: 0;
        margin-bottom: 10px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links li a:hover i {
        background: #2acb35;
        border-color: #2acb35;
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    /*new change 1*/
    .elixir1 {
        padding-top: 160px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
        position: relative;
        background-color: #fff;
        background-position: 50%;
        background-size: 100%;
        background-size: cover;
    }
    .elixir1>.elixir2 {
        padding: 0;
        width: 80%;
        max-width: 1080px;
        margin: auto;
        position: relative;
    }
    .elixir4{
        width: 47.25%;
        margin-right: 5.5%;
        padding-top: 110px;
        padding: 2.855% 0;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        float: left;
        mix-blend-mode: unset!important;
        position: relative;
        z-index: 2;
        min-height: 1px;
    }
    .elixir7 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-size: 20px;
        line-height: 1.8em;
        margin-bottom: 0;
        position: relative;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        text-align: justify;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        word-wrap: break-word;
    }
    .elixir7>:last-child {
        padding-bottom: 0;
    }
    .elixir10 {
        position: relative;
    }
    .elixir4 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-size: 20px;
        line-height: 1.8em;
        margin-bottom: 0;
        position: relative;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        text-align: justify;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        word-wrap: break-word;
    }
    .elixir4 h4 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-size: 26px;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
        padding-bottom: 10px;
    }
    .elixir4 p {
        line-height: 1.8em;
    }
    .elixir2:after, .elixir11:after, .et_pb_slides:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    .elixir12.elixir11 {
        padding-top: 0px!important;
        padding-right: 0px!important;
        padding-bottom: 0px!important;
        padding-left: 0px!important;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        box-shadow: 260px -100px 0px 0px #2acb35;
        width: 100%;
    }
    .elixir4>.elixir11.et_pb_gutters3>.edl8, .et_pb_gutters3 .elixir4>.elixir11>.edl8 {
        width: 100%;
        margin-right: 0!important;
    }
    .elixir3 {
        float: left;
        mix-blend-mode: unset!important;
        position: relative;
        z-index: 2;
        min-height: 1px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 100%;
    }
    .elixir15 {
        text-align: right;
        margin-right: 0;
    }
    .elixir9 {
        position: relative;
    }
    .elixir8 {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
    }
    .elixir14 {
        margin-left: auto;
        margin-right: auto;
        line-height: 0;
        display: block;
    }
    .elixir13 {
        position: relative;
    }
    .elixir14 .elixir16 {
        display: inline-block;
        position: relative;
        max-width: 100%;
        border: 24px solid;
        border-color: #ffffff;
        box-shadow: 0px 70px 150px -6px rgb(0 0 0 / 20%);
    }
    .elixir14 {
        margin-left: auto;
        margin-right: auto;
        line-height: 0;
    }
    .elixir17 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }
    .elixir14 img {
        position: relative;
    }
    .elixir2:after, .elixir11:after, .et_pb_slides:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    .elixir2:after, .elixir11:after, .et_pb_slides:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    .elixir6 {
        padding: 2.855% 0;
        padding-top: 130px;
    }
    .elixir2 .elixir3.et-last-child, .elixir2 .elixir3:last-child, .elixir11 .elixir3.et-last-child, .elixir11 .elixir3:last-child {
        margin-right: 0!important;
    }
    .elixir4, .elixir4 {
        width: 47.25%;
    }
    /*new change 1*/
    
    /*new change 2*/
    .elixern1 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        display: flex;
        direction: ltr;
        box-shadow: 780px 0px 0px 0px #f5f6f9;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 80%;
        max-width: 1080px;
        margin: auto;
    }
    .elixern2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 36.7%;
        margin-right: 5.5%;
        padding-top: 130px;
        padding-bottom: 70px;
        float: left;
        background-size: cover;
        background-position: 50%;
        position: relative;
        z-index: 2;
        min-height: 1px;
    }
    .elixern3{
        line-height: 2em;
        padding-bottom: 0px!important;
        margin-bottom: 0px!important;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        text-align: left;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        word-wrap: break-word;
    }
    .elixern4>:last-child {
        padding-bottom: 0;
        position: relative;
    }
    .elixern4 h2 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 300;
        font-size: 48px;
        color: #333;
        padding-bottom: 10px;
        line-height: 1em;
    }
    .elixern4 p {
        line-height: 2em;
    }
    .elixern5{
        margin-bottom: 7.493%;
        margin-bottom: 0;
        text-align: left;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .elixern6 {
        color: #ffffff!important;
        border-width: 2px!important;
        border-color: #2acb35;
        border-radius: 5px;
        letter-spacing: 4px;
        font-size: 14px;
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
        font-weight: 500!important;
        text-transform: uppercase!important;
        background-color:#4C9369;
        /*background-color: #2acb35;
        background-color:#3b5998;*/
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        display: inline-block;
        transition: background-color 300ms ease 0ms;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        animation-fill-mode: both!important;
        padding: .3em 3em;
        line-height: 1.7em!important;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        border: 2px solid;
        position: relative;
    }
    .elixern6:hover:after {
        font-size: 32px;
        line-height: 1em;
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        -webkit-transition: all .2s;
        text-transform: none;
        -webkit-font-feature-settings: "kern" off;
        font-variant: none;
        font-style: normal;
        font-size: inherit;
        font-weight: 400;
        text-shadow: none;
        line-height: inherit;
        transition: all 300ms ease 0ms;
    }
    .elixern7{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0!important;
        width: 57.8%;
        background-image: linear-gradient( 90deg ,rgba(245,246,249,0) 50%,#f5f6f9 0%);
        padding-top: 110px;
        padding-bottom: 110px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        float: left;
        background-size: cover;
        background-position: 50%;
        position: relative;
        z-index: 2;
        min-height: 1px;
        mix-blend-mode: unset!important;
    }
    .elixern8 {
        margin-right: -20%!important;
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
        position: relative;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        display: block;
        line-height: 0;
    }
    .elixern9 {
        border: 24px solid #eaeaea;
        font-family: Open Sans,Arial,sans-serif;
        font-size: 14px;
        color: #666;
        background-color: #fff;
        line-height: 1.7em;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        direction: ltr;
        line-height: 0;
        display: inline-block;
        position: relative;
        max-width: 100%;
    }
    .elixern9 img {
        position: relative;
    }
    .elixern1:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    /*new change 2*/
    /*new change 3*/
    .elixern01 {
        position: relative;
        overflow: hidden;
        background-color: #ffffff;
        padding: 100px 0;
        /*padding-bottom: 98px;*/
    }
    .elixern01 .elixern02 {
        width: 80%;
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 30px;
        color: rgba(35, 31, 32, 0.7);
        font-size: 19px;
        font-weight: 300;
        text-align: center;
    }
    .elixern02 h2 {
        color: #231f20;
        font-size: 44px;
        font-weight: bold;
        line-height: 1.125;
        margin: 15px 0;
        text-align: center;
        margin-bottom: 25px;
    }
    /*new change 3*/
    /*new change 4*/
    .elixirayrvdcnsltatnadvntg-sec {
        padding: 95px 0;
        padding-bottom: 100px;
        /*background-color: #f4f1ea;*/
    }
    .elixirayrvdcnsltatnadvntg-sec .container {
        padding-top: 7px;
    }
    .elixirayrvdcnsltatnadvntg-sec .container > .rowflex {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp {
        padding-bottom: 24px;
        color: rgba(35, 31, 32, 0.7);
        font-size: 136%;
        font-weight: 300;
        line-height: 1.55;
        width: 95%;
        max-width: 675px;
        padding: 0 0 30px;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp h3{
        color: #000000;
        font-size: 33px;
        font-weight: bold;
        line-height: 1.2;
        font-family: "Lato", arial;
        margin: 15px 0;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp h3 > span{
         color:#4C9369;
        /*color: #2acb35;
          color:#3b5998;*/
    }
    ul.ayrvdcnsltatnadvntg-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -6px;
        list-style: none;
    }
    ul.ayrvdcnsltatnadvntg-list > li {
        width: 25%;
        padding: 0 6px;
        margin: 26px 0 0;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr {
        width: 100%;
        height: 100%;
        min-height:256px;
        padding: 30px 28px 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        border: 1px solid #d8d6d6;
        background-color: #ffffff;
        box-shadow: 1px 1px 5px 3px rgb(0 0 0 / 6%);
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .icon {
        margin: 0 0 20px;
        min-height: 52%;
        display: block;
        width: 100%;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .text {
        color: #220000;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.5;
        text-transform: uppercase;
        display: block;
        width: 100%;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
        margin-right: 0;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp form {
        padding: 10px 0 0;
    }
    .inputgrp.slctinputgrp {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0 0 5px;
        position: relative;
        overflow: hidden;
    }
    .inputgrp input, .inputgrp select, .inputgrp textarea, .inputgrp .select {
        display: block;
        color: #000000;
        font-family: "Lato", arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.4;
        padding: 24px 25px;
        margin: 5px 0 0;
        width: 100%;
        max-width: 100%;
        color: rgba(0, 0, 0, 0.7);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #4C9369;
        /*border: 1px solid #2acb35;
        border: 1px solid #3b5998;*/
    }
    .inputgrp.slctinputgrp:after {
        content: "";
        width: 13px;
        height: 6px;
        background-image: url(../images/icon/selectinput-arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: auto;
        right: 30px;
        transform: translateY(-50%);
        opacity: 0.7;
        width: 12px;
        height: 5px;
        right: 20px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp .frmbtn {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
        padding: 23.5px 25px;
        cursor: pointer;
        color: #ffffff;
        font-family: "Lato", arial;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.45;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        background-color: #4C9369;
        border: 1px solid #4C9369;
       /* background-color: #2acb35;
        border: 1px solid #2acb35;
       background-color:#3b5998;
        border: 1px solid #3b5998;*/
        padding: 24px 25px;
        margin: 10px 0;
        display: inline-block;
        vertical-align: top;
        min-width: 100px;
        margin-bottom: 0;
    }
    .elixirayrvdcnsltatnadvntg-sec .icon-holder {
        position: absolute;
        bottom: 0px;
        right: -50px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp .frmbtn:hover {
        color: #2acb35;
        background-color: #ffffff;
        border-color: #2acb35;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .icon img{
        width: 60px;
    }
    /*new change 4*/
    /*new change 5*/
    .el2 , .el3 , .el2 .slotholder div {
       /* height: 550px !important;*/
    }
    .header-offerbar {
        color: rgb(255 255 255);
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        letter-spacing: 1.2px;
        /*background-color: #F6F9E2;*/
        background-color: #4c9369;
        /*background-color:#3b5998;*/
        position: relative;
        overflow: hidden;
        font-size: 14px;
        padding: 8px 0 8px;
        vertical-align: middle;
        color:white;
        /*text-shadow: 1px 1px 1px #0000008f;*/
    }
    .header-offerbar .marquee{
        vertical-align: middle;
    }
    /*new change 5*/
    /*new change 6*/
    .elisli1{
        /*width: 60% !important;*/
        float: left;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .elisli2{
        width: 100% !important;
        float: left;
    }
    .tp-parallax-wrap {
        left: 35px !important;
    }
    .el1 h1 {
        line-height: 30px !important;
        font-size: 25px !important;
    }
    .elisli3 {
        left: 150px;
    }
    /*.elisli4 {
        top: 20px;
    }
    */
    .elisli6{
       /* display: flex;*/
         
        flex-wrap: wrap;
    }
    .elisli5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .elisli5 ul.ee3 {
        color: #000000;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        height: 100%;
    }
    .elisli5 ul.ee3 > li {
        width: 25%;
    }
    .elisli5 ul.ee3 > li > a {
        color: inherit;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 58px 15px;
        width: 100%;
        height: 100%;
        background-color: #f4f1ea;
        position: relative;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }
    .elisli5 ul.ee3 > li > a:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        z-index: 0;
        transform: translate(-50%, -50%);
        margin: auto;
        border: 2px solid rgb(106 218 113 / 52%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4 {
        min-height: 80px;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4 {
        position: relative;
        overflow: hidden;
        min-height: 90px;
        color:white;
    }
    .elisli5 ul.ee3 > li .ee2, .elisli5 ul.ee3 > li .ee2 > span {
        display: block;
    }
    .elisli5 ul.ee3 > li .ee2 {
        min-height: 62%;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4:after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background-color:#4C9369;
        /*background-color: #2acb35;
        background-color:#3b5998;*/
        margin: 20px auto 15px;
    }
    .elisli5 ul.ee3 > li > a:hover:before {
        opacity: 1;
        width: 90%;
        height: 87%;
    }
    .elisli5 ul.ee3 > li:nth-child(1) > a, .elisli5 ul.ee3 > li:nth-child(3) > a, .elisli5 ul.ee3 > li:nth-child(6) > a {
        background-color: #4C9369;
        /*background-color: #2acb35;
         background-color:#3b5998;*/
    }
    .elisli5 li span img{
        width: 59px;
    }
    .marquee p {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
    .marquee a {
        padding-right: 10px;
        display: inline-block;
    }
    .marquee a p:hover {
        color: #303030;
    }
    .marquee p:after {
        content: "|";
        position: absolute;
        margin-left: 10px;
    }
    .marquee p:after {
        content: "|";
        color: white !important;
        position: absolute;
        margin-left: 10px;
    }
    .top-bar-area .top-left ul li a {
        color: #888888;
    }
    .top-bar-area .top-left ul li a:hover {
        color:#4C9369;
       /* color: #2acb35;
        color:#3b5998;*/
    }
    .owl-carouselzz .owl-item {
        padding-top: 80px;
    }
    .testimonial-area .mar-top {
        margin-top: 0px;
    }
    .owl-carouselzz .owl-nav div {
        background: #ffffff none repeat scroll 0 0 !important;
        border-radius: 0 !important;
        color: #ababab !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        height: 40px !important;
        line-height: 36px !important;
        margin: 0 0 0 0px !important;
        padding: 0 !important;
        width: 40px !important;
        border: 2px solid #2acb35 !important;
        /*border: 2px solid #3b5998 !important;*/
        transition: all 700ms ease 0s !important;
        color: #3b5998 !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .owl-carouselz .owl-nav div:hover {
        border: 2px solid #233324 !important;
        color: #233324 !important;
    }
    .row.mar-top.owl-carouselzz.owl-carousel.owl-theme.owl-loaded .owl-dots .owl-dot {
        display: none;
    }
    .reg a , .reg a:focus, .reg a:hover {
        color: #23527c;
        text-decoration: underline;
    }
    .reg p{
        color: #333;
    }
    /*.sp-container{
        width: 85%;
    }*/
    .main-menu .navigation li {
        margin-right: 0;
    }
    .main-menu .navigation li a {
        font-size: 11.5px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .single-footer-widget .working-hours {
        text-align: center;
    }
    /*new change 6*/
    @media screen and (max-width: 1200px){
    .elixir4 h4 {
        font-size: 20px;
    }
    .elixir4 p {
        line-height: 1.8em;
        font-size: 18px;
    }
    }
    @media screen and (max-width: 1100px){
    .el1 h1 {
        line-height:20px !important;
        font-size: 18px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr {
        min-height: 220px;
        padding: 20px 20px 20px;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .text {
        font-size: 14px;
        line-height: normal;
    }
    }
    @media screen and (max-width: 1000px){
    .top-bar-area .top-left ul li {
        display: inline-block;
        float: left;
        border-right: 1px solid #353637;
        padding-right: 10px;
        color: #888888;
        font-size: 13px;
        font-weight: 400;
    }
    }
    @media screen and (max-width: 991px){
    .elisli6 {
        display: block;
    }
    .el2 {
        height: auto !important;
        display: table;
    }
    .slogan-area h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .elixern4 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .elixern01 .elixern02 {
        width: 100%;
        max-width: none;
        font-size: 14px;
    }
    .elixern02 h2 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .testimonial-area {
        padding-bottom: 60px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-right: 0;
        margin-top: 25px;
    }
    .elixern7 , .elixern2 {
        background-image: linear-gradient( 
    90deg
     ,rgba(245,246,249,0) 50%,#f5f6f900 0%);
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .elixern01 {
        padding: 40px 0;
    }
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 0;
        min-height: 320px;
    }
    .mainmenu-area .logo .logo-image {
        width: 160px;
        max-width: 160px;
    }
    .main-menu .navigation li a {
        padding: 20px 5px;
    }
    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 50px;
    }
    .sec-title h1 {
        font-size: 25px;
        line-height: 25px;
    
    }
    .elixir4, .elixir4 {
        width: 100%;
    
    }
    .elixir6 {
        padding-top: 0px;
    }
    .elixir1 {
        padding-top: 60px;
    }
    .elixir12.elixir11 {
        box-shadow: none;
    }
    .elixir14 {
        text-align: center;
    }
    .elixir3 {
        padding-top: 0;
    }
    .facilities-area .text-holder {
        padding-top: 50px;
    }
    .facilities-area .img-holder {
        padding-bottom: 50px;
    }
    }
    
    
    
    @media screen and (max-width: 768px){
    .single-testimonial-item .text-holder p {
        display: -webkit-box;
        -webkit-line-clamp:10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .el21{
        width: 15% !important;
        float: left !important;
    }
    .el23{
        width: 85% !important;
        float: left !important;
    }
    .mainmenu-area {
        padding-bottom: 7px;
        padding-top: 10px;
    }
    .mainmenu-area .logo {
        text-align: left;
        padding-left: 15px;
    }
    .mainmenu-area .logo .logo-image {
        max-width: 125px;
    }
    .top-bar-area .top-right .social-links {
        margin-left: 0;
        margin-top: 7px;
    }
    .top-bar-area .top-right  {
        margin-left: 20px;
        margin-right: 20px;
    }
    .el1 h1 {
        line-height: 18px !important;
        font-size: 16px !important;
        margin-top: 7px !important;
        word-break: break-word; 
    }
    .el2, .el3 {
        height: 205px !important;
    }
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 15px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .rev_slider_wrapper .slide-content-box .button a {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    .el22{
        display: none !important;
        }
    .tp-parallax-wrap {
        display: block !important;
        width: 98% !important;
    }
    .tp-loop-wrap{
        width: 98% !important;
    }
    .tp-mask-wrap{
        width: 98% !important;
    }
    .welcome-area {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .sec-title h1 {
        font-size: 16px;
        line-height: 16px;
    }
    .welcome-area .text-holder h4 {
        font-size: 15px;
        line-height: 18px;
        -webkit-line-clamp: 6;
    }
    .el6 p {
        -webkit-line-clamp: 6;
    }
    .welcome-area .text-holder .bottom .read-more-button a {
        padding: 7px 11px 7px;
        font-size: 13px;
    }
    .welcome-area .text-holder .bottom {
        margin: 10px 0 0;
    }
    .welcome-area .text-holder .bottom .read-more-button {
        width: auto;
        float: none;
    }
    .welcome-area .text-holder .bottom .title h2 {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }
    .slogan-area h1 {
        font-size: 17px;
        line-height: 19px;
    }
    .slogan-area p{
        font-size: 14px;
        line-height: 18px;
    }
    .el8 a {
        font-size: 16px;
    }
    .slogan-area p {
        margin-bottom: 10px;
    }
    .slogan-area a {
        font-size: 13px;
    }
    .disnone{
        display: none;
    }
    .footer-area .footer-logo {
        margin-bottom: 20px;
    }
    .mainmenu-area .logo {
        top: 0px;
    }
    .top-bar-area .top-left {
        width: 100%;
    }
    .elixern1 {
        display: table;
        width: 95%;
    }
    .elixern2 {
        width: 100%;
    }
    .elixern7 {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .elixern4 h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .elixern4>:last-child {
        display: none;
    }
    .elixern5 {
        margin-top: 10px;
    }
    .elixern6 {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .elixern8 {
        margin-right: 0%!important;
    }
    .testimonial-area {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .owl-carouselzz .owl-item {
        padding-top: 50px;
    }
    .elixern02 h2 {
        font-size: 16px;
        font-weight: 700;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp h3 {
        font-size: 20px;
    }
    .elixirayrvdcnsltatnadvntg-sec {
        padding: 30px 0;
        padding-bottom: 1px;
        /* background-color: #f4f1ea; */
    }
    .inputgrp input, .inputgrp select, .inputgrp textarea, .inputgrp .select {
        font-size: 15px;
        padding: 10px 10px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp .frmbtn {
        font-size: 15px;
        padding: 10px 10px;
    }
    .single-footer-widget.pd-bottom50 {
        min-height: auto;
        padding-bottom: 30px;
    }
    .el3, .el2 .slotholder div {
        height: 300px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 20px !important;
        line-height: 21px !important;
        font-weight: 600  !important;
        color: #2acb35  !important;
        /*color: #3b5998  !important;*/
    }
    .elisli5 ul.ee3 > li > a {
        padding: 15px 15px;
    }
    .elisli5 li span img {
        width: 45px;
    }
    .elisli5 ul.ee3 > li .ee2, .elisli5 ul.ee3 > li .ee2 > span {
        font-size: 14px;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4:after {
        margin: 10px auto 10px;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4 {
        min-height: auto;
    }
    .mainmenu-area .logo a {
        line-height: 40px;
    }
    .mainmenu-area .logo {
        padding-left: 0;
        width:100%!important;
        text-align:center;
    }
    .sec-title h1 {
        line-height: 30px;
    }
    .el24 .text-holder p {
        color: white;
        font-size: 13px;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: center;
        padding: 15px;
        text-align: justify;
    }
    .sec-title.reduce-f-size h1 {
        font-size: 16px;
    }
    .breadcrumb-area .breadcrumbs h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .blog-large-area.el28 .single-blog-item .text-holder .blog-title {
        font-size: 18px;
        padding: 0;
        line-height: 18px;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share {
        padding: 0;
        display: table;
        align-items: flex-start;
    }
    .blog-large-area .blog-post {
        border-right: 1px solid #f4f4f4;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 0;
    }
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 0;
    }
    .sidebar-wrapper .single-sidebar .sec-title h3 {
        font-size: 17px;
        line-height: 17px;
    }
    .sidebar-wrapper .single-sidebar {
        margin-bottom: 25px;
    }
    .single-shop-content .content-box h3 {
        font-size: 18px;
    }
    .single-shop-content .content-box {
        margin-top: 20px;
    }
    .el31 .elr {
        padding-right: 15px;
    }
    .el31 .ell {
        padding-left: 15px;
    }
    .el32 .cart-total {
        padding-left: 0;
        padding-top: 40px;
    }
    .el32 img {
        width: 100%;
        border-radius: 20px;
    }
    .cart-area .sec-title h1 {
        font-size: 18px;
        margin: 0;
    }
    .cart-area {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .blog-large-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-form-area .sec-title p {
        font-size: 18px;
        color: #000000;
        font-family: 'Courgette', cursive;
        margin: 22px 0 0;
    }
    .top-bar-area .top-left ul li {
        width: 100%;
        border-right: 0px solid #353637;
    }
    .top-bar-area .top-right .location {
        width: 100%;
        text-align: center;
    }
    .top-bar-area .top-right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin: 0;
    }
    .top-bar-area .top-right .social-links {
        margin-left: 0;
        margin-top: 7px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    }
    @media screen and (max-width: 767px){
        .mainmenu-area .logo .logo-image {
        max-width: none;
        width: 80%;
    }
    .main-menu .navbar-header {
        top: 15px;
    }
    .main-menu .navbar-header{position:absolute; z-index:99999;}
    .main-menu .collapse.in, .main-menu .collapsing {
        padding: 5px;
        margin: 5px;
        border: 2px solid #4C9369;
        /*border: 2px solid #2acb35;
        border: 2px solid #3b5998;*/
        border-radius: 0px;
        top: 0;
        margin-top: 15px;
        display: inline-block;
    }
    .tp-parallax-wrap {
        left: 15px !important;
    }
    }
    @media screen and (max-width: 501px){
    .elixir4 p {
        line-height: 20px;
        font-size: 14px;
    }
    .slogan-area a {
        width: 140px;
        margin: 15px auto 0;
        padding: 7px 0;
    }
    .slogan-area {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .testimonial-area .mar-top {
        margin: auto;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp {
        font-size: 14px;
        line-height: 20px;
    }
    ul.ayrvdcnsltatnadvntg-list {
        display: table;
    }
    ul.ayrvdcnsltatnadvntg-list > li {
        width: 50%;
        float: left;
    }
    }
    @media screen and (max-width: 451px){
    .mainmenu-area .logo {
        padding-left: 10px;
    }
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 0px !important;
    }
    .elixern9 {
        border: 10px solid #eaeaea;
    }
    .elixir4 h4 {
        font-size: 16px;
        text-align: left;
        display: grid;
        line-height: 20px;
    }
    .elixir14 .elixir16 {
        border: 10px solid;
    }
    
    }
    .enew001 {
        display: inline-grid;
        margin-top: 50px;
    }
    .enew002{
        margin-left: auto;
        margin-right: auto;
        background: #fcfcfc;
        border: 1px solid #f0f0f0;
    }
    .enew002 .title{
        text-align: center;
    }
    .enew001 .quick-contact .contact-info li {
        border-bottom: 0px solid #f4f4f4;
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 20px;
        position: relative;
        padding-right: 20px;
        display: flex;
        align-items: self-start;
    }
    .enew001 .quick-contact .contact-info li.enew003 {
        border-left: 1px solid #cdcccc;
    }
    .enew001 .quick-contact .contact-info li .icon-holder {
        position: relative;
    }
    .enew001 .quick-contact .contact-info li .text-holder {
        padding-left: 20px;
    }
    .contact-form-area .enew001 .quick-contact {
        padding-left: 15px;
        padding-right: 15px;
    }
    .enew001 .quick-contact .contact-info li .icon-holder span:before {
        font-size: 35px;
        line-height: 35px;
    }
    .room_d_main_text {
        padding-bottom: 70px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }
    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
    }
    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .room_d_main_text .room_details_img .owl-prev {
        left: 0px;
    }
    .room_d_main_text .room_details_img .owl-prev, .room_d_main_text .room_details_img .owl-next {
        height: 65px;
        width: 65px;
        background: #fff;
        text-align: center;
        line-height: 62px;
        font-size: 28px;
        color: #7e7e7e;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        cursor: pointer;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }
    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-touch-callout: none;
    }
    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .room_d_main_text h4 {
        font-size: 24px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .96px;
        color: #242424;
        padding: 45px 0px 20px 0px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .room_d_main_text h5 {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .60px;
        color: #242424;
    }
    .room_d_main_text h5 span {
        color: #a0a0a0;
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 14px;
    }
    .room_d_main_text p {
        color: #a0a0a0;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: .30;
        padding-top: 10px;
        margin: 0;
    }
    .room_d_title {
        text-transform: uppercase;
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        letter-spacing: .66px;
        color: #242424;
        padding-bottom: 30px;
    }
    .resot_list ul li a {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #a0a0a0;
        letter-spacing: .60px;
        position: relative;
        padding-left: 35px;
        line-height: 53px;
        border-bottom: 1px solid #e4e4e4;
        display: block;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }
    .resot_list ul li a span {
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        color: #2acb35;
    }
    .room_service_list_inner .resot_list ul li a {
        font-size: 14px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        padding-left: 32px;
        color: #a0a0a0;
    }
    .room_service_list_inner .resot_list ul li {
        width: 50%;
        float: left;
        padding-right: 40px;
    }
    .room_details_content .room_d_main_text {
        padding-bottom: 35px;
    }
    .booknowbtn {
        float: right;
        background: #2acb35;
        border: 2px solid #2acb35;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 30px;
        padding: 10px 30px 10px;
        width: 200px;
    }
    .room_details_content {
        padding-bottom: 50px;
    }
    /*div#pacakes {
        margin: 0px 10px 25px 10px;
    }*/
    .box-content {
        border-bottom: 5px solid #75bd43;
        width: 99.9%;
        position: relative;
        float: left;
        background: #f7f7f7;
    }
    .box-content img.alignleft {
        margin-right: 10px;
        margin-bottom: 0px;
    }
    
    .box-content img.alignleft {
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .box-content img {
        border-right: 1px solid rgba(204, 204, 204, 0.32);
    }
    .alignleft, img.alignleft {
        display: inline;
        float: left;
        /*margin-right: 20px;*/
    }
    .box-content h2 {
        margin-top: 20px;
        padding: 0px 10px;
        color: #404040;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }
    .box-content p {
        padding: 0px 10px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-left: 0;
    }
    .box-content a.readmore {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .box-content a.readmore {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .readmore {
        background: #75bd43 url(../images/readmore.png) center no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        behavior: url(PIE.htc);
    }
    .column.one-half.col-sm-12.col-xs-12.col-md-6 {
        padding: 15px;
    }
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(odd) {
      padding-left: 0;
    }
    
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(even) {
      padding-right: 0;
    }
    
    
    .column.one-half.col-sm-12.col-xs-12.col-md-6:first-child .blink  {
      -webkit-animation: glowing 1500ms infinite;
      -moz-animation: glowing 1500ms infinite;
      -o-animation: glowing 1500ms infinite;
      animation: glowing 1500ms infinite;
    }
    
    @keyframes glowing {
    0% {
        box-shadow: 0 0 1px 1px #08baec;
    }
    50% {
        box-shadow: 0 0 15px 1px #00c7ff;
    }
    100% {
        box-shadow: 0 0 1px 1px #08baec;
    }
    }
    .each_addrss {
        width: 100%;
        padding: 20px 0;
    }
    .each_addrss .nav-tabs {
        border: 1px solid #a6a6a6;
        border-bottom: 0;
        /*background: #22a95f url(../images/tab.gif) repeat-x top center;*/
        padding: 0 !important;
        margin: 0 !important;
    }
    .each_addrss .nav>li {
        position: relative;
        display: block;
        padding: 0px 0;
        border-left: 0px solid #eeeff1;
    }
    .each_addrss .nav-tabs>li {
        float: left;
        width: 100%;
        background: #56d55f;
        margin-bottom: -1px;
    }
    .each_addrss .subpage ul li {
       font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #000;
        padding: 0;
        margin: 0 0 0px;
        line-height: 1.8;
    }
    
    .each_addrss .nav>li:first-child {
        border-left: none;
    }
    .each_addrss .tab-content {
        background: #f7f7f7;
    }
    .each_addrss .tab-pane {
        background: #f7f7f7;
        padding: 15px;
        border: 1px solid #a6a6a6;
        border-top: none;
    }
    .each_addrss .tab-content>.active {
        display: block;
    }
    .each_addrss {
        width: 100%;
        padding: 20px 0;
        /*border-bottom: 1px solid #a3a3a3;*/
    }
    .each_addrss .doctr {
       font-family: 'Poppins', sans-serif;
        font-size: 20px !important;
        color: #111 !important;
        font-weight: 800;
        padding: 0;
        margin: 5px 0 5px;
    }
    .each_addrss p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #404040;
        font-weight: 400;
        padding: 0;
        margin: 5px 0 5px;
        text-align: start;
        margin-bottom: 0px;
        margin-top: 1px;
    }
    .each_addrss .nav-tabs>li.active>a, .each_addrss .nav-tabs>li.active>a:focus, .each_addrss .nav-tabs>li.active>a:hover {
        color: #fff;
        cursor: default;
        background-color: #fff;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        background: #56d55f;
        font-size: 20px;
        font-weight: 600;
    }
    .col-sm-6.col-xs-12.setz:nth-child(odd) {
      padding-left: 0;
    }
    
    .col-sm-6.col-xs-12.setz:nth-child(even) {
      padding-right: 0;
    }
    .if-iframe{
        height: 210px;
        width: 100%;
        border: 0;
        margin-top: 10px;
    }
    .each_addrss p.p-de {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #3f3f3f;
        font-weight: 500;
        padding: 0;
        margin: 5px 0 5px;
        text-align: start;
        margin-bottom: 0px;
        margin-top: 1px;
    }
    .blog-default-area .blog-post.blogz .single-blog-item {
        box-shadow: 0 7px 29px 0 hsl(240deg 5% 41% / 20%);
    }
    .blog-default-area .blog-post.blogz .single-blog-item .meta-info li a i {
        display: inline-block;
        padding-right: 7px;
    }
    .blogz .single-blog-item .text-holder .text p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blogz .single-blog-item .text-holder {
        bottom: 0px;
        position: relative;
        border: 0px solid #f4f4f4;
    }
    .overlay-style-onez {
        text-align: center;
        padding: 15px;
        display: inline-grid;
        align-content: center;
    }
    .overlay-style-onez h3 {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        padding: 10px 0 10px;
    }
    .blog-default-area .blog-post.blogz .single-blog-item {
        min-height: auto;
        margin-bottom: 0px;
        height: 100%;
        border-bottom: 0px solid #f4f4f4;
        background: #fff;
    }
    .blogz .single-blog-item .text-holder .blog-title {
        padding: 10px 0 0px;
    }
    .blog-default-area .blog-post.blogz  {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .blog-default-area .blog-post.blogz .col-sm-4.col-xs-12{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
    }
    .blog-default-area .blog-post.blogz .col-sm-4.col-xs-12 p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    @media screen and (max-width: 768px){
    .enew001 {
        display: inline-grid;
        margin-top: 0;
    }
    .enew001 .quick-contact .contact-info li {
        border-bottom: 0px solid #f4f4f4;
        width: 100%;
        float: left;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0px;
        position: relative;
        padding-right: 0px;
        display: flex;
        align-items: self-start;
        margin-bottom: 10px;
    }
    .enew001 .quick-contact .contact-info li.enew003 {
        border-left: 0px solid #cdcccc;
    }
    .contact-form-area .enew001 .quick-contact {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .contact-form-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .room_service_list_inner .resot_list ul li {
        width: 100%;
        padding-right:0px;
    }
    .breadcrumb-bottom .left ul li {
        font-size: 13px;
    }
    .room_d_main_text h4 {
        padding: 20px 0px 20px 0px;
        display: block;
        justify-content: normal;
    }
    .booknowbtn {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .room_service_list_inner .resot_list ul li a {
        font-size: 12px;
        line-height: 45px;
    }
    .single-sidebar.el28 .instagram li {
        width: 33%;
        margin: 0 0px 0px;
        padding: 3px;
    }
    .box-content a{
        width: 100%;
        display: table;
    }
    .box-content a img{
        width: 100%;
        display: table;
    }
    .box-content p {
        padding-left: 10px;
    }
    .box-content a.readmore {
        position: relative;
    }
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(odd) {
      padding-left: 0;
      padding-right: 0;
    }
    
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(even) {
      padding-left: 0;
      padding-right: 0;
    }
    .col-sm-6.col-xs-12.setz:nth-child(odd) {
      padding-left: 0;
      padding-right: 0;
    }
    
    .col-sm-6.col-xs-12.setz:nth-child(even) {
      padding-left: 0;
      padding-right: 0;
    }
    }
    .main-menu .navigation li a {
        padding-top: 45px;
        padding-bottom: 45px;
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
    .main-menu .nav-right .navigation li:first-child a {
         padding-left: 15px; 
    }
    .mainmenu-area .logo .logo-image {
        width: 300px;
        max-width: 305px;
    }
    .container.sp-container {
        width: 85%;
    }
    .blog-default-area.blog-ind .blog-post.blogz .single-blog-item {
        box-shadow: 1px 1px 6px 3px hsl(240deg 5% 41% / 7%);
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12 {
        display: none;
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12:nth-child(1) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12:nth-child(2) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12:nth-child(3) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .wrappersocial {
        position: fixed;
        z-index: 99999;
        bottom: 0;
        left: 0%;
    }
    
    .wrappersocial ul {
      list-style: none;
    }
    
    .wrappersocial ul li {
        width: 50px;
        height: 50px;
        position: relative;
        background: #e59500;
        margin: 7px 0;
        cursor: pointer;
        border-radius: 3px;
        box-shadow: 0 0 4px 0px rgb(0 0 0 / 59%);
        display: grid;
        align-items: center;
        justify-content: center;
    }
    
    /*.wrappersocial ul li .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px;
      color: #fff;
    }*/
    .wrappersocial ul li a{
        line-height: 0;
    }
    .wrappersocial ul li .fa {
        font-size: 25px;
        color: #fff;
        -webkit-animation: tada 1.25s infinite;
        -moz-animation: tada 1.25s infinite;
        -ms-animation: tada 1.25s infinite;
        animation: tada 1.25s infinite;
    }
    .wrappersocial ul li.facebook{
        background: #3b5998;
        /*background:#4C9369;*/
    }
    
    .wrappersocial ul li.twitter{
      background: #00aced;
    }
    
    .wrappersocial ul li.instagram{
      background: #bc2a8d;
    }
    
    .wrappersocial ul li.google{
      background: #dd4b39;
    }
    
    .wrappersocial ul li.whatsapp{
      background: #4dc247;
    }
    
    .wrappersocial ul li.facebook div.slider{
      background: #627aac;
    }
    
    .wrappersocial ul li.twitter div.slider{
      background: #7fd5f6;
    }
    
    .wrappersocial ul li.instagram div.slider{
      background: #dd94c6;
    }
    
    .wrappersocial ul li.google div.slider{
      background: #eea59c;
    }
    
    .wrappersocial ul li.whatsapp div.slider{
      background: #82d47e;
    }
    
    .wrappersocial .slider {
      content: "";
      position: absolute;
      top: 0;
      left: 51px;
      width: 0px;
      height: 50px;
      background: #eebb5c;
      border-radius: 3px;
      transition: all 0.5s 0.3s ease;
    }
    
    .wrappersocial .slider p {
      font-family: arial;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 900;
      color: #fff;
      text-align: center;
      line-height: 50px;
      opacity: 0;
      transition: all 0.6s ease;
    }
    
    .wrappersocial ul li:hover .slider {
      width: 180px;
      transition: all 0.5s ease;
    }
    
    .wrappersocial ul li:hover .slider p {
      opacity: 1;
      transition: all 1s 0.2s ease;
    }
    .owl-stage{
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }
    
    .ss01{
      height: 100%;
    }
    
    .ss01 .single-testimonial-item {
      background: white;
      height: 100%;
      margin-bottom: 0;
    }
    .single-testimonial-item .text-holder p {
      -webkit-line-clamp: inherit;
    }
    /*
    .single-testimonial-item .text-holder {
        height: 100%;
        align-content: space-between;
        display: grid;
    }
    */
    .sec-title.sec-titlezz {
        padding-bottom: 0;
    }
    .cart-area.fran1 .sec-title {
        padding-bottom: 15px;
    }
    .cart-area.fran1 h3.fran2 {
        color: #222;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 30px;
        padding-top: 30px;
        text-align: center;
    }
    .fran3{
      width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
    .postz1 .sec-title .border {
        margin-left: auto;
        margin-right: auto;
    }
    .slogan-area.postz1 p {
        /*text-align: left;*/
        margin-bottom: 15px;
    }
    .elixir4 p {
        line-height: 24px;
        font-size: 14px;
    }
    .elixir4, .elixir4 {
        width:50%;
    }
    .last11{
        width: 65%;
        padding-right: 50px;
    }
    .last12{
        width: 35%;
    }
    .elixir6 {
        padding-top: 0;
        display: block;
        margin: 0;
    }
    .tt2{
        padding-top: 200px;
    }
    .elixir1 {
        padding-top: 80px;
    }
    .tt5{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    .tt6{
        font-family: sans-serif;
    }
    .tt7{
        /*margin-left:7px;*/
        font-family: sans-serif;
    }
    .tt8{
        left: auto;
        right: 0;
        bottom: auto;
        top: 35%;
    }
    .tt8 ul li{
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    .tt8 ul li img{
        width: 45px;
    }
    .top-bar-area .top-left ul li {
        font-size: 16px;
        font-weight: 800;
    }
    .top-bar-area .top-right .social-links li a i {
        font-size: 16px;
        font-weight: 800;
    }
    .single-footer-widget .newsletter-box.aa1 p{
        margin-bottom: 10px;
        color: white;
        font-weight: 700;
    }
    .single-footer-widget .aa1 .usefull-links li a {
        /*color: #2acb35;*/
        /*color:#3b5998;*/
        color:#4C9369;
        font-weight: 500;
    }
    .quick-contact .contact-info li .text-holder h5 a {
        color: #585656;
        font-size: 16px;
        font-weight: 800;
    }
    .quick-contact .contact-info li .text-holder h5 {
        color: #585656;
        font-size: 16px;
        font-weight: 800;
    }
    .blog-large-area.el28.atra .single-blog-item .text-holder .blog-title {
        font-size: 30px;
        font-weight: 800;
    }
    .atra .single-blog-item .text-holder .text p {
        font-size: 16px;
    }
    .main-menu .navigation li a:after {
        content: '';
    }
    .main-menu .navigation > li.dropdown > a:after ,
    .main-menu .navigation > li:hover a:after,
    .main-menu .navigation > li.current a:after
    {
        background-image: url(../images/active.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        /*width: 319px;*/
        /* height: 300px; */
        /* background-size: 50px 50px; */
        /* height: 50px; */
        height: 30px;
        content: '';
    }
     h4.ayurhead {
        font-size: 24px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .96px;
        color: #242424;
        padding: 20px 0px 0px 0px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .booknowbtn {
        float: right;
        background: #2acb35;
        border: 2px solid #2acb35;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 30px;
        padding: 10px 30px 10px;
        width: 200px;
    }
    .el8 a {
        font-family: sans-serif;
    }
    
    .cart-bottom .calculate-shipping input[type="number"] {
        border: 2px solid #f7f7f7;
        color: #777;
        display: block;
        font-size: 14px;
        height: 45px;
        padding: 0 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .cart-bottom .calculate-shipping input[type="number"] {
        border: 1px solid rgba(0, 0, 0, .32);
        margin-bottom: 10px;
        
    }
    .cart-bottom .calculate-shipping input[type="email"] {
        border: 2px solid #f7f7f7;
        color: #777;
        display: block;
        font-size: 14px;
        height: 45px;
        padding: 0 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .cart-bottom .calculate-shipping input[type="email"] {
        border: 1px solid rgba(0, 0, 0, .32);
        margin-bottom: 10px;
        
    }
    .col-lg-3.col-md-6.col-sm-6.col-xs-12 .single-footer-widget .usefull-links:last-child li {
        border-bottom: 0px solid #212121;
    }
    .single-footer-widget .usefull-links li:last-child {
        border-bottom: 0px solid #212121;
    }
    .qr{
        border-top: 1px solid #212121;
        padding-top: 40px;
        margin-top: 40px;
        text-align: center;
    }
    .qr img{
        width: 60px;
    }
    .qr .single-footer-widget .usefull-links li {
        border-bottom: 0px solid #212121;
    }
    .footer-area {
        padding-bottom: 40px;
    }
    .tp-parallax-wrap:nth-child(3) {
        top: 220px !important;
    }
    .tp-parallax-wrap:nth-child(4) {
        top: 320px !important;
    }
    .tp-parallax-wrap:nth-child(5) {
        top: 320px !important;
    }
    /* Large Layout: 1510px. */
    @media only screen and (max-width: 1506px) and (min-width: 992px){
    .main-menu .navigation li a{padding-top: 5px; padding-bottom:5px;}
    .main-menu .navigation{padding:40px 0;}
    .mainmenu-area .logo .logo-image {
        width: 250px;
        margin-top: 20px;
    }
    }
    @media screen and (max-width: 1420px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 200px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 300px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 300px !important;
        }
    }
    @media screen and (max-width: 1320px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 180px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 280px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 280px !important;
        }
    }
    @media screen and (max-width: 1220px)
    {
        .tp-loop-wrap {
            width: 100% !important;
        }
        .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 0px !important;
        }
    }
    @media screen and (max-width: 1180px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 160px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 260px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 260px !important;
        }
    }
    @media screen and (max-width: 1100px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 160px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 230px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 230px !important;
        }
    }
    @media screen and (max-width: 991px)
    {
        .tp-parallax-wrap:nth-child(2) {
            top: 130px !important;
        }
        .tp-parallax-wrap:nth-child(3) {
            top: 180px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 230px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 230px !important;
        }
    }
    @media screen and (max-width: 791px)
    {
        .tp-parallax-wrap:nth-child(2) {
            top: 130px !important;
        }
        .tp-parallax-wrap:nth-child(3) {
            top: 190px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 260px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 260px !important;
        }
    }
    @media screen and (max-width: 768px)
    {
        .tp-parallax-wrap:nth-child(2) {
            top: 80px !important;
        }
        .tp-parallax-wrap:nth-child(3) {
            top: 130px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 200px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 200px !important;
        }
        .tp-mask-wrap {
            width: 100% !important;
        }
        .tp-loop-wrap {
            width: 100% !important;
        }
    }
    @media screen and (max-width: 501px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 125px !important;
        }
        .rev_slider_wrapper .slide-content-box h2 {
            line-height: 23px !important;
        }
    }
    @media screen and (max-width: 440px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 145px !important;
        }
        .tp-mask-wrap {
            width: 95% !important;
        }
        .tp-loop-wrap {
            width: 95% !important;
        }
    }
    @media screen and (max-width: 360px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 145px !important;
        }
        .tp-mask-wrap {
            width: 90% !important;
        }
        .tp-loop-wrap {
            width: 90% !important;
        }
    }
    @media screen and (max-width: 991px)
    {
    .mainmenu-area .logo .logo-image {
        width: 200px;
        max-width: 200px;
    }
    }
    @media screen and (max-width: 768px){
      .ss01 .single-testimonial-item {
           background: transparent; 
      }
      .fran3{
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .container.sp-container {
        width: 100%;
    }
    .mainmenu-area .logo .logo-image {
        max-width: 300px;
        width: 80%;
    }
    .elixir4 p {
        line-height: 24px;
        font-size: 14px;
    }
    .elixir4, .elixir4 {
        width:100%;
        padding:0;
    }
    .tt2{
        padding-top: 0px;
    }
    .elixir1 {
        padding-top: 80px;
    }
    .tt5{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    .tt8 ul li img {
        width: 35px;
    }
    .top-bar-area .top-left ul li {
        font-size: 13px;
        font-weight: 600;
    }
    .top-bar-area .top-right .social-links li a i {
        font-size: 13px;
        font-weight: 600;
    }
    .quick-contact .contact-info li .text-holder h5 a {
        color: #585656;
        font-size: 13px;
        font-weight: 600;
    }
    .quick-contact .contact-info li .text-holder h5 {
        color: #585656;
        font-size: 13px;
        font-weight: 600;
    }
    .blog-large-area.el28.atra .single-blog-item .text-holder .blog-title {
        font-size:18px;
        font-weight: 600;
    }
    .atra .single-blog-item .text-holder .text p {
        font-size: 14px;
    }
     h4.ayurhead {
        padding: 20px 0px 20px 0px;
        display: block;
        justify-content: normal;
        font-size: 20px;
    }
    .booknowbtn {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .single-sidebar.el28 .instagram li {
        width: 33.3333%;
        margin: 0;
        padding: 5px;
    }
    .qr {
        margin-top: 0;
    }
    }

    div#google_translate_element div.goog-te-gadget-simple {
        border: none;
        padding: 0;
    }
    .el1 h1{
        line-height: 50px !important;
        font-size: 40px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        text-shadow: 1px 1px 1px #000000a8;
        text-transform: uppercase;
    }
    .rev_slider_wrapper .slide-content-box h1 {
       text-shadow: 1px 1px 1px #000000a8;
    }
    .el4{
        padding-right: 0;
        padding-left: 0;
    }
    .el10 .sec-title {
        padding-bottom: 15px;
    }
    .el5{
        margin-bottom: 15px;
    }
    .welcome-area .inner-content {
        margin-top: 15px;
    }
    .el6 p{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el7{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el8 a {
        /*color: #00ffe7;*/
        color:yellow;
        font-size: 22px;
        font-weight: 600;
        text-shadow: 1px 1px 0px #00000063;
    }
    .el8 a:hover {
        /*color: #0ed1bf;
         color:#3b5998;*/
         color:#4C9369;
    }
    .el9 .col-md-12.col-sm-12.col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }
    .el9 .owl-stage {
        /*width: 100% !important;*/
        /*display: block;*/
    }
    .el9 .owl-stage .owl-item {
        /*width: 25% !important;*/
        /*margin: 0 !important;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .el11 .owl-theme .owl-nav [class*=owl-] {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 0;
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        line-height: 36px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 40px;
        border: 2px solid #4C9369;
        /*border: 2px solid #2acb35;
        border: 2px solid #3b5998;*/
        transition: all 700ms ease 0s;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
        margin-left: 7px;
        margin-right: 7px;
    }
    .el11 .owl-theme .owl-nav [class*=owl-]:hover {
        border: 2px solid #233324;
        color: #233324;
    }
    
    .el12 .owl-carousel .item {
      position: relative;
      z-index: 100; 
      -webkit-backface-visibility: hidden; 
    }
    .el12 .owl-dots{
        display: none !important;
    }
    .el12 .owl-nav div{
        background: #ffffff none repeat scroll 0 0 !important;
        border-radius: 0 !important;
        color: #ababab !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        height: 40px !important;
        line-height: 36px !important;
        margin: 0 0 0 0px !important;
        padding: 0 !important;
        width: 40px !important;
        border: 2px solid #2acb35 !important;
        /*border: 2px solid #3b5998 !important;*/
        transition: all 700ms ease 0s !important;
        color: #2acb35 !important;
        /*color:#3b5998 !important;*/
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .el12 .owl-nav div:hover {
        border: 2px solid #233324 !important;
        color: #233324 !important;
    }
    .el12 .owl-carousel.owl-loaded {
        margin: 0;
    }
    .el13 p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el14 a, .el14 a:hover, .el14 a:active, .el14 a:focus {
        color: inherit;
    }
    section.procedures-area.el12 .single-item .img-holder img {
        border-radius: 50%;
    }
    .single-testimonial-item .name h3 {
        margin-bottom: 5px;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
    }
    .single-testimonial-item .name h6 {
        margin-bottom: 8px;
    }
    .single-testimonial-item .text-holder p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .single-testimonial-item.text-center .img-holder img {
        border-radius: 50%;
    }
    .appointment-box .form .input-box input[type="number"] {
        background: #ffffff;
        border: 1px solid #f4f4f4;
        color: #888888;
        display: block;
        font-size: 14px;
        height: 50px;
        padding: 0 15px;
        width: 100%;
        transition: all 500ms ease;
        box-shadow: none;
        line-height: 44px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 30px;
    }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }
    .appointment-box .form textarea {
        margin-top: 0px;
    }
    .single-product-item .title-holder .product-value h4 {
        font-size: 18px;
        font-weight: 600;
    }
    .single-product-item .title-holder .top .product-title h5 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .el15 .owl-stage .owl-item {
        /*width: 25% !important;*/
        /*margin: 0 !important;*/
        padding-left: 11px;
        padding-right: 11px;
    }
    .el15 .owl-theme .owl-nav [class*=owl-] {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 0;
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        line-height: 36px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 40px;
        border: 2px solid #2acb35;
        transition: all 700ms ease 0s;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
        margin-left: 7px;
        margin-right: 7px;
    }
    .el15 .owl-theme .owl-nav [class*=owl-]:hover {
        border: 2px solid #233324;
        color: #233324;
    }
    
    .el15 .owl-carousel .item {
      position: relative;
      z-index: 100; 
      -webkit-backface-visibility: hidden; 
    }
    .el15 .owl-dots{
        display: none !important;
    }
    .el15 .owl-nav div{
        background: #ffffff none repeat scroll 0 0 !important;
        border-radius: 0 !important;
        color: #ababab !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        height: 40px !important;
        line-height: 36px !important;
        margin: 0 0 0 0px !important;
        padding: 0 !important;
        width: 40px !important;
        border: 2px solid #2acb35 !important;
        /*border: 2px solid #3b5998 !important;*/
        transition: all 700ms ease 0s !important;
        color: #2acb35 !important;
        /*color: #3b5998 !important;*/
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .el15 .owl-nav div:hover {
        border: 2px solid #233324 !important;
        color: #233324 !important;
    }
    .el15 .owl-carousel.owl-loaded {
        margin: 0;
    }
    .el15 .col-md-12.col-sm-12.col-xs-12{
        padding-right: 0;
        padding-left: 0;
    }
    
    
    
    /*.tz-gallery {
        padding: 40px;
    }
    
    .tz-gallery .row > div {
        padding: 2px;
    }
    */
    .el30 .tz-gallery .lightbox img {
        width: 100%;
        border-radius: 0;
        position: relative;
    }
    
    .el30 .tz-gallery .lightbox:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: 'FontAwesome';
        content: "\f002";
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }
    
    
    .el30 .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
       /* background-color: rgba(44, 203, 56, .8);*/
       /* background-color:rgba(43,99,203,0.83);*/
        background-color:#4c9369b3;
        content: '';
        transition: 0.4s;
    }
    
    .el30 .tz-gallery .lightbox:hover:after,
    .el30 .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }
    
    .el30 .baguetteBox-button {
        background-color: transparent !important;
    }
    .el30 .single-project-item .img-holder img {
        transform: none;
    }
    .el30 .single-project-item:hover .img-holder img {
        transform: scale(1.1, 1.1);
    }
    .el16 .filter-item.robustness.workouts {
        display: none;
    }
    .el16 .filter-item.robustness.workouts:nth-child(1) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(2) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(3) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(4) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(5) {
      display: block;
    }
    .el16 .filter-item.robustness.workouts:nth-child(6) {
      display: block;
    }
    .single-footer-widget .footer-contact-info {
        overflow: hidden;
        display: block;
        margin: 0;
        margin-top: -5px;
    }
    .el17 h5 a{
        color: #888888;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        font-family: 'Open Sans', sans-serif;
    }
    .single-footer-widget .footer-contact-info li {
        padding-left: 40px;
        position: relative;
        border-bottom: 1px solid #212121;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .single-footer-widget .footer-contact-info li .text-holder h5 {
        line-height: 1.4;
    }
    .single-footer-widget .usefull-links.fl-lft {
        float: left;
        width: 100%;
        border-right: 0px solid #212121;
        padding-right: 0;
        margin-right: 0;
    }
    .single-footer-widget .newsletter-box {
        margin-bottom: 25px;
    }
    .single-footer-widget .title {
        padding-bottom: 35px;
    }
    img.el18 {
        width: 33.33333%;
        padding: 2px;
        padding-left: 2px;
        padding-right: 2px;
        /* height: 70px; */
        float: left;
    }
    .el20{
        padding: 0;
    }
    .single-footer-widget .usefull-links li {
        line-height: 14px;
        border-bottom: 1px solid #212121;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }
    .single-footer-widget .usefull-links li:last-child {
        /*border-bottom: 0px solid #212121;*/
        margin-bottom: 0px;
    }
    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
    .el2 .rev_slider .tp-mask-wrap .tp-caption , .el2 .rev_slider .caption {
        white-space: none !important;
    }
    .tp-parallax-wrap {
        display: block;
        width: 85% !important;
    }
    .tp-loop-wrap{
        width: 85% !important;
    }
    .tp-mask-wrap{
        width: 85% !important;
    }
    .disnone{
        display: block;
    }
    
    .el24 .text-holder p {
        color: white;
        font-size: 16px;
        letter-spacing: 0.3px;
        line-height: 2;
        text-align: center;
    }
    .facilities-area .text-holder .el25 .single-item .title-holder h3 {
        font-size: 16px;
    }
    .facilities-area .text-holder .el25 .single-item {
        padding-bottom: 20px;
        margin-bottom: 0;
        display: table-cell;
        height: 100%;
        padding-top: 20px;
    }
    .facilities-area .text-holder .el25{
        display: table;
        height: 100%;
    }
    .facilities-area .text-holder .el25 .flaticon-rooms {
        background-image: url(../images/icon/bed.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50.4px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .facilities-area .text-holder .el25 .flaticon-lift {
        background-image: url(../images/icon/lift.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50.4px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .el26 {
        width: 100%;
        margin-top: 33px;
        margin-bottom: 15px;
    }
    .single-procedures-area .features-box-content .sec-title.reduce-f-size p {
        margin: 0;
        margin-bottom: 7px;
    }
    .facilities-area .img-holder {
        padding: 0;
    }
    .mainmenu-area .logo .logo-image {
        width: 240px;
    }
    .mainmenu-area .logo {
        top: 8px;
    }
    .footer-area .footer-logo a img {
        width: 275px;
    }
    .single-team-member .text-holder {
        border: 1px solid #ddd;
        padding: 60px 0 15px;
    }
    .single-team-member .text-holder h3 {
        margin: 0 0 10px;
    }
    .single-team-member .text-holder h4 {
        margin: 0px 0 10px;
    }
    .single-team-member .text-holder p {
        margin: 10px 0 0;
    }
    .single-team-member .text-holder .border {
        background: #ddd;
    }
    .single-sidebar.el27 .popular-post li .img-holder img {
        border-radius: 100%;
    }
    .single-sidebar.el27 .popular-post li .img-holder {
        position: relative;
        width: 65px;
        height: auto;
    }
    .single-sidebar.el27 .popular-post li {
        margin-bottom: 10px;
        padding-left: 0;
        position: relative;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
        display: none;
        align-items: center;
    }
    .single-sidebar.el27 .popular-post li:nth-child(1) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(2) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(3) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(4) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li:nth-child(5) {
      display: flex;
    }
    .single-sidebar.el27 .popular-post li .post-date a{
        color: #2acb35;
    }
    .single-sidebar.el27 .popular-post li:last-child {
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
    }
    .single-sidebar.el27 .popular-post li:first-child {
        border-top: 1px solid #f4f4f4;
        padding-top: 10px;
    }
    .single-sidebar.el28 .instagram li {
        width: 107px;
        display: none;
    }
    .single-sidebar.el28 .instagram li:nth-child(1) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(2) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(3) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(4) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(5) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(6) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(7) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(8) {
      display: block;
    }
    .single-sidebar.el28 .instagram li:nth-child(9) {
      display: block;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a {
      display:none;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(1) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(2) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(3) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(4) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(5) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(6) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(7) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(8) {
      display: inline;
    }
    .single-footer-widget.pd-bottom50  .newsletter-box a:nth-child(9) {
      display: inline;
    }
    .blog-large-area.el28 .single-blog-item .text-holder .blog-title {
        font-size: 24px;
        padding: 0;
        line-height: 30px;
        padding-top: 15px;
    }
    .pricing-plan-area.el29 {
        padding-bottom: 65px;
    }
    .el30 .filter-item.robustness.workouts {
        margin-bottom: 30px;
    }
    .el31{
        padding-top: 0;
    }
    .el31 .sec-title p {
        line-height: 22px;
        margin-top: 10px;
    }
    .cart-bottom .calculate-shipping textarea {
        border: 1px solid rgba(0, 0, 0, .32);
        color: #777;
        display: block;
        font-size: 14px;
        height: 175px;
        padding: 12px 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        margin-bottom: 10px;
    }
    .cart-bottom .calculate-shipping input[type="date"] {
        border: 1px solid rgba(0, 0, 0, .32);
        color: #777;
        display: block;
        font-size: 14px;
        height: 45px;
        padding: 0 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        margin-bottom: 10px;
    }
    .cart-bottom .calculate-shipping input[type="text"] {
        border: 1px solid rgba(0, 0, 0, .32);
        margin-bottom: 10px;
    }
    .cart-bottom .calculate-shipping .ui-state-default {
        border:1px solid rgba(0, 0, 0, .32) !important;
        margin-bottom: 2px !important;
    }
    .cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
        border-left:1px solid rgba(0, 0, 0, .32);
    }
    .el31 .elr{
        padding-right: 5px;
    }
    .el31 .ell{
        padding-left: 5px;
    }
    .ui-selectmenu-menu .ui-menu {
        overflow-y: scroll;
        height: 300px;
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
      width: 10px;
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
      background: #888; 
    }
    .ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
    .el31 label {
        color: rgb(93 93 93);
        font-weight: 600;
    }
    .el31 .bgclr-1 {
       /* background: #2acb35 !important;
        border: 2px solid #2acb35 !important;*/
         background: #4C9369 !important;
        border: 2px solid #4C9369 !important;
        color: #ffffff !important;
        margin-top: 15px !important;
    }
    .el31 .thm-btn:hover {
        background: transparent !important;
        color: #222222 !important;
    }
    .el32 img {
        width: 100%;
        border-radius: 50px 50px 50px 50px;
    }
    .el32 .cart-total{
        padding-left: 15px;
    }
    .quick-contact .contact-info li .text-holder h5 a{
        color: #888888;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: 'Open Sans', sans-serif;
    }
    .contact-form-area .quick-contact ul li .text-holder h5 {
        line-height: 1.5;
    }
    .contact-form-area .quick-contact ul li .text-holder h5.el33 {
        line-height: inherit;
    }
    .single-shop-content .content-box .addto-cart-box button.addtocart {
        margin-left: 0;
    }
    .single-shop-content .content-box {
        margin-left: 0px;
    }
    .single-shop-content .img-holder {
        margin-right:0px;
    }
    .single-shop-content .img-holder img {
       width: 100%;
    }
    .single-shop-content .content-box .text {
        padding: 10px 0 15px;
    }
    .el34 .flaticon-three:before {
        content: "\f101";
        color: #2acb35;
        font-size: 20px;
        display: inline-block;
        padding-right: 7px;
    }
    .el34 ul li {
        line-height: 30px;
        font-family: 'Poppins', sans-serif;
    }
    .el34 del{
        color: #888888;
        font-size: 16px;
    }
    .single-shop-content.el34 {
        border-bottom: 1px solid #ececec;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    .el34 .thm-btn a:hover {
        background: transparent;
        color: #222222;
    }
    .el34 .thm-btn:hover a {
        background: transparent;
        color: #222222;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
        height: 56px;
        border-radius: 8px;
        border: 4px solid transparent;
        background-color: #909090;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #90909082; 
    }
    .procedures-area.el35 {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 40px;
        position: relative;
    }
    .el35 .col-md-3.col-sm-4.col-xs-12.el14 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .procedures-area.el35 .single-item .text-holder .show-content h3 {
        font-size: 17px;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2em;
        max-height: 2em;
    }
    .procedures-area.el35 .single-item .text-holder .hover-content h3{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links {
        display: inline-block;
        float: left;
        margin-left: -3px;
        margin-right: -3px;
        padding-left: 20px;
        position: relative;
        top:0px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links li {
        display: inline-block;
        margin: 0 3px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share h5 {
        color: #222222;
        display: inline-block;
        float: left;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        position: relative;
        margin: 6px 0;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links li a i {
        border: 2px solid #f7f7f7;
        border-radius: 50%;
        color: #c1c1c1;
        font-size: 14px;
        height: 40px;
        line-height: 36px;
        padding: 0;
        text-align: center;
        transition: all 500ms ease 0s;
        width: 40px;
        transition: all 500ms ease;
        display: inline-block;
    }
    .blog-large-area.el28.el36 .tag-social-share-box {
        overflow: hidden;
        margin-top : 20px;
        padding-bottom: 0px;
        padding-top: 22px;
        border-top: 1px solid #f7f7f7;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .blog-large-area.el28.el36 .single-blog-item .text-holder .text p {
        margin: 0;
        margin-bottom: 10px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share .social-share-links li a:hover i {
        background: #2acb35;
        border-color: #2acb35;
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    /*new change 1*/
    .elixir1 {
        padding-top: 160px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
        position: relative;
        background-color: #fff;
        background-position: 50%;
        background-size: 100%;
        background-size: cover;
    }
    .elixir1>.elixir2 {
        padding: 0;
        width: 80%;
        max-width: 1080px;
        margin: auto;
        position: relative;
    }
    .elixir4{
        width: 47.25%;
        margin-right: 5.5%;
        padding-top: 110px;
        padding: 2.855% 0;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        float: left;
        mix-blend-mode: unset!important;
        position: relative;
        z-index: 2;
        min-height: 1px;
    }
    .elixir7 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-size: 20px;
        line-height: 1.8em;
        margin-bottom: 0;
        position: relative;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        text-align: justify;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        word-wrap: break-word;
    }
    .elixir7>:last-child {
        padding-bottom: 0;
    }
    .elixir10 {
        position: relative;
    }
    .elixir4 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-size: 20px;
        line-height: 1.8em;
        margin-bottom: 0;
        position: relative;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        text-align: justify;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        word-wrap: break-word;
    }
    .elixir4 h4 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-size: 26px;
        color:#4C9369;
        /*color: #2acb35;
        color:#3b5998;*/
        padding-bottom: 10px;
    }
    .elixir4 p {
        line-height: 1.8em;
    }
    .elixir2:after, .elixir11:after, .et_pb_slides:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    .elixir12.elixir11 {
        padding-top: 0px!important;
        padding-right: 0px!important;
        padding-bottom: 0px!important;
        padding-left: 0px!important;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        box-shadow: 260px -100px 0px 0px #2acb35;
        width: 100%;
    }
    .elixir4>.elixir11.et_pb_gutters3>.edl8, .et_pb_gutters3 .elixir4>.elixir11>.edl8 {
        width: 100%;
        margin-right: 0!important;
    }
    .elixir3 {
        float: left;
        mix-blend-mode: unset!important;
        position: relative;
        z-index: 2;
        min-height: 1px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 100%;
    }
    .elixir15 {
        text-align: right;
        margin-right: 0;
    }
    .elixir9 {
        position: relative;
    }
    .elixir8 {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
    }
    .elixir14 {
        margin-left: auto;
        margin-right: auto;
        line-height: 0;
        display: block;
    }
    .elixir13 {
        position: relative;
    }
    .elixir14 .elixir16 {
        display: inline-block;
        position: relative;
        max-width: 100%;
        border: 24px solid;
        border-color: #ffffff;
        box-shadow: 0px 70px 150px -6px rgb(0 0 0 / 20%);
    }
    .elixir14 {
        margin-left: auto;
        margin-right: auto;
        line-height: 0;
    }
    .elixir17 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }
    .elixir14 img {
        position: relative;
    }
    .elixir2:after, .elixir11:after, .et_pb_slides:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    .elixir2:after, .elixir11:after, .et_pb_slides:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    .elixir6 {
        padding: 2.855% 0;
        padding-top: 130px;
    }
    .elixir2 .elixir3.et-last-child, .elixir2 .elixir3:last-child, .elixir11 .elixir3.et-last-child, .elixir11 .elixir3:last-child {
        margin-right: 0!important;
    }
    .elixir4, .elixir4 {
        width: 47.25%;
    }
    /*new change 1*/
    
    /*new change 2*/
    .elixern1 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        display: flex;
        direction: ltr;
        box-shadow: 780px 0px 0px 0px #f5f6f9;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 80%;
        max-width: 1080px;
        margin: auto;
    }
    .elixern2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 36.7%;
        margin-right: 5.5%;
        padding-top: 130px;
        padding-bottom: 70px;
        float: left;
        background-size: cover;
        background-position: 50%;
        position: relative;
        z-index: 2;
        min-height: 1px;
    }
    .elixern3{
        line-height: 2em;
        padding-bottom: 0px!important;
        margin-bottom: 0px!important;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        text-align: left;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        word-wrap: break-word;
    }
    .elixern4>:last-child {
        padding-bottom: 0;
        position: relative;
    }
    .elixern4 h2 {
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 300;
        font-size: 48px;
        color: #333;
        padding-bottom: 10px;
        line-height: 1em;
    }
    .elixern4 p {
        line-height: 2em;
    }
    .elixern5{
        margin-bottom: 7.493%;
        margin-bottom: 0;
        text-align: left;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .elixern6 {
        color: #ffffff!important;
        border-width: 2px!important;
        border-color: #2acb35;
        border-radius: 5px;
        letter-spacing: 4px;
        font-size: 14px;
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
        font-weight: 500!important;
        text-transform: uppercase!important;
        background-color:#4C9369;
        /*background-color: #2acb35;
        background-color:#3b5998;*/
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        display: inline-block;
        transition: background-color 300ms ease 0ms;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        animation-fill-mode: both!important;
        padding: .3em 3em;
        line-height: 1.7em!important;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        border: 2px solid;
        position: relative;
    }
    .elixern6:hover:after {
        font-size: 32px;
        line-height: 1em;
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        -webkit-transition: all .2s;
        text-transform: none;
        -webkit-font-feature-settings: "kern" off;
        font-variant: none;
        font-style: normal;
        font-size: inherit;
        font-weight: 400;
        text-shadow: none;
        line-height: inherit;
        transition: all 300ms ease 0ms;
    }
    .elixern7{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0!important;
        width: 57.8%;
        background-image: linear-gradient( 90deg ,rgba(245,246,249,0) 50%,#f5f6f9 0%);
        padding-top: 110px;
        padding-bottom: 110px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        float: left;
        background-size: cover;
        background-position: 50%;
        position: relative;
        z-index: 2;
        min-height: 1px;
        mix-blend-mode: unset!important;
    }
    .elixern8 {
        margin-right: -20%!important;
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
        position: relative;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        display: block;
        line-height: 0;
    }
    .elixern9 {
        border: 24px solid #eaeaea;
        font-family: Open Sans,Arial,sans-serif;
        font-size: 14px;
        color: #666;
        background-color: #fff;
        line-height: 1.7em;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        direction: ltr;
        line-height: 0;
        display: inline-block;
        position: relative;
        max-width: 100%;
    }
    .elixern9 img {
        position: relative;
    }
    .elixern1:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    /*new change 2*/
    /*new change 3*/
    .elixern01 {
        position: relative;
        overflow: hidden;
        background-color: #ffffff;
        padding: 100px 0;
        /*padding-bottom: 98px;*/
    }
    .elixern01 .elixern02 {
        width: 80%;
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 30px;
        color: rgba(35, 31, 32, 0.7);
        font-size: 19px;
        font-weight: 300;
        text-align: center;
    }
    .elixern02 h2 {
        color: #231f20;
        font-size: 44px;
        font-weight: bold;
        line-height: 1.125;
        margin: 15px 0;
        text-align: center;
        margin-bottom: 25px;
    }
    /*new change 3*/
    /*new change 4*/
    .elixirayrvdcnsltatnadvntg-sec {
        padding: 95px 0;
        padding-bottom: 100px;
        /*background-color: #f4f1ea;*/
    }
    .elixirayrvdcnsltatnadvntg-sec .container {
        padding-top: 7px;
    }
    .elixirayrvdcnsltatnadvntg-sec .container > .rowflex {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp {
        padding-bottom: 24px;
        color: rgba(35, 31, 32, 0.7);
        font-size: 136%;
        font-weight: 300;
        line-height: 1.55;
        width: 95%;
        max-width: 675px;
        padding: 0 0 30px;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp h3{
        color: #000000;
        font-size: 33px;
        font-weight: bold;
        line-height: 1.2;
        font-family: "Lato", arial;
        margin: 15px 0;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp h3 > span{
         color:#4C9369;
        /*color: #2acb35;
          color:#3b5998;*/
    }
    ul.ayrvdcnsltatnadvntg-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -6px;
        list-style: none;
    }
    ul.ayrvdcnsltatnadvntg-list > li {
        width: 25%;
        padding: 0 6px;
        margin: 26px 0 0;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr {
        width: 100%;
        height: 100%;
        min-height:256px;
        padding: 30px 28px 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        border: 1px solid #d8d6d6;
        background-color: #ffffff;
        box-shadow: 1px 1px 5px 3px rgb(0 0 0 / 6%);
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .icon {
        margin: 0 0 20px;
        min-height: 52%;
        display: block;
        width: 100%;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .text {
        color: #220000;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.5;
        text-transform: uppercase;
        display: block;
        width: 100%;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
        margin-right: 0;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp form {
        padding: 10px 0 0;
    }
    .inputgrp.slctinputgrp {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0 0 5px;
        position: relative;
        overflow: hidden;
    }
    .inputgrp input, .inputgrp select, .inputgrp textarea, .inputgrp .select {
        display: block;
        color: #000000;
        font-family: "Lato", arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.4;
        padding: 24px 25px;
        margin: 5px 0 0;
        width: 100%;
        max-width: 100%;
        color: rgba(0, 0, 0, 0.7);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #4C9369;
        /*border: 1px solid #2acb35;
        border: 1px solid #3b5998;*/
    }
    .inputgrp.slctinputgrp:after {
        content: "";
        width: 13px;
        height: 6px;
        background-image: url(../images/icon/selectinput-arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: auto;
        right: 30px;
        transform: translateY(-50%);
        opacity: 0.7;
        width: 12px;
        height: 5px;
        right: 20px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp .frmbtn {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
        padding: 23.5px 25px;
        cursor: pointer;
        color: #ffffff;
        font-family: "Lato", arial;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.45;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        background-color: #4C9369;
        border: 1px solid #4C9369;
       /* background-color: #2acb35;
        border: 1px solid #2acb35;
       background-color:#3b5998;
        border: 1px solid #3b5998;*/
        padding: 24px 25px;
        margin: 10px 0;
        display: inline-block;
        vertical-align: top;
        min-width: 100px;
        margin-bottom: 0;
    }
    .elixirayrvdcnsltatnadvntg-sec .icon-holder {
        position: absolute;
        bottom: 0px;
        right: -50px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp .frmbtn:hover {
        color: #2acb35;
        background-color: #ffffff;
        border-color: #2acb35;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .icon img{
        width: 60px;
    }
    /*new change 4*/
    /*new change 5*/
    .el2 , .el3 , .el2 .slotholder div {
       /* height: 550px !important;*/
    }
    .header-offerbar {
        color: rgb(255 255 255);
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        letter-spacing: 1.2px;
        /*background-color: #F6F9E2;*/
        background-color: #4c9369;
        /*background-color:#3b5998;*/
        position: relative;
        overflow: hidden;
        font-size: 14px;
        padding: 8px 0 8px;
        vertical-align: middle;
        color:white;
        /*text-shadow: 1px 1px 1px #0000008f;*/
    }
    .header-offerbar .marquee{
        vertical-align: middle;
    }
    /*new change 5*/
    /*new change 6*/
    .elisli1{
        /*width: 60% !important;*/
        float: left;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .elisli2{
        width: 100% !important;
        float: left;
    }
    .tp-parallax-wrap {
        left: 35px !important;
    }
    .el1 h1 {
        line-height: 30px !important;
        font-size: 25px !important;
    }
    .elisli3 {
        left: 150px;
    }
    /*.elisli4 {
        top: 20px;
    }
    */
    .elisli6{
       /* display: flex;*/
         
        flex-wrap: wrap;
    }
    .elisli5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .elisli5 ul.ee3 {
        color: #000000;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        height: 100%;
    }
    .elisli5 ul.ee3 > li {
        width: 25%;
    }
    .elisli5 ul.ee3 > li > a {
        color: inherit;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 58px 15px;
        width: 100%;
        height: 100%;
        background-color: #f4f1ea;
        position: relative;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }
    .elisli5 ul.ee3 > li > a:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        z-index: 0;
        transform: translate(-50%, -50%);
        margin: auto;
        border: 2px solid rgb(106 218 113 / 52%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4 {
        min-height: 80px;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4 {
        position: relative;
        overflow: hidden;
        min-height: 90px;
        color:white;
    }
    .elisli5 ul.ee3 > li .ee2, .elisli5 ul.ee3 > li .ee2 > span {
        display: block;
    }
    .elisli5 ul.ee3 > li .ee2 {
        min-height: 62%;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4:after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background-color:#4C9369;
        /*background-color: #2acb35;
        background-color:#3b5998;*/
        margin: 20px auto 15px;
    }
    .elisli5 ul.ee3 > li > a:hover:before {
        opacity: 1;
        width: 90%;
        height: 87%;
    }
    .elisli5 ul.ee3 > li:nth-child(1) > a, .elisli5 ul.ee3 > li:nth-child(3) > a, .elisli5 ul.ee3 > li:nth-child(6) > a {
        background-color: #4C9369;
        /*background-color: #2acb35;
         background-color:#3b5998;*/
    }
    .elisli5 li span img{
        width: 59px;
    }
    .marquee p {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
    .marquee a {
        padding-right: 10px;
        display: inline-block;
    }
    .marquee a p:hover {
        color: #303030;
    }
    .marquee p:after {
        content: "|";
        position: absolute;
        margin-left: 10px;
    }
    .marquee p:after {
        content: "|";
        color: white !important;
        position: absolute;
        margin-left: 10px;
    }
    .top-bar-area .top-left ul li a {
        color: #888888;
    }
    .top-bar-area .top-left ul li a:hover {
        color:#4C9369;
       /* color: #2acb35;
        color:#3b5998;*/
    }
    .owl-carouselzz .owl-item {
        padding-top: 80px;
    }
    .testimonial-area .mar-top {
        margin-top: 0px;
    }
    .owl-carouselzz .owl-nav div {
        background: #ffffff none repeat scroll 0 0 !important;
        border-radius: 0 !important;
        color: #ababab !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        height: 40px !important;
        line-height: 36px !important;
        margin: 0 0 0 0px !important;
        padding: 0 !important;
        width: 40px !important;
        border: 2px solid #2acb35 !important;
        /*border: 2px solid #3b5998 !important;*/
        transition: all 700ms ease 0s !important;
        color: #3b5998 !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .owl-carouselz .owl-nav div:hover {
        border: 2px solid #233324 !important;
        color: #233324 !important;
    }
    .row.mar-top.owl-carouselzz.owl-carousel.owl-theme.owl-loaded .owl-dots .owl-dot {
        display: none;
    }
    .reg a , .reg a:focus, .reg a:hover {
        color: #23527c;
        text-decoration: underline;
    }
    .reg p{
        color: #333;
    }
    /*.sp-container{
        width: 85%;
    }*/
    .main-menu .navigation li {
        margin-right: 0;
    }
    .main-menu .navigation li a {
        font-size: 11.5px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .single-footer-widget .working-hours {
        text-align: center;
    }
    /*new change 6*/
    @media screen and (max-width: 1200px){
    .elixir4 h4 {
        font-size: 20px;
    }
    .elixir4 p {
        line-height: 1.8em;
        font-size: 18px;
    }
    }
    @media screen and (max-width: 1100px){
    .el1 h1 {
        line-height:20px !important;
        font-size: 18px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr {
        min-height: 220px;
        padding: 20px 20px 20px;
    }
    ul.ayrvdcnsltatnadvntg-list > li .li-innr .text {
        font-size: 14px;
        line-height: normal;
    }
    }
    @media screen and (max-width: 1000px){
    .top-bar-area .top-left ul li {
        display: inline-block;
        float: left;
        border-right: 1px solid #353637;
        padding-right: 10px;
        color: #888888;
        font-size: 13px;
        font-weight: 400;
    }
    }
    @media screen and (max-width: 991px){
    .elisli6 {
        display: block;
    }
    .el2 {
        height: auto !important;
        display: table;
    }
    .slogan-area h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .elixern4 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .elixern01 .elixern02 {
        width: 100%;
        max-width: none;
        font-size: 14px;
    }
    .elixern02 h2 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .testimonial-area {
        padding-bottom: 60px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-right: 0;
        margin-top: 25px;
    }
    .elixern7 , .elixern2 {
        background-image: linear-gradient( 
    90deg
     ,rgba(245,246,249,0) 50%,#f5f6f900 0%);
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .elixern01 {
        padding: 40px 0;
    }
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 0;
        min-height: 320px;
    }
    .mainmenu-area .logo .logo-image {
        width: 160px;
        max-width: 160px;
    }
    .main-menu .navigation li a {
        padding: 20px 5px;
    }
    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 50px;
    }
    .sec-title h1 {
        font-size: 25px;
        line-height: 25px;
    
    }
    .elixir4, .elixir4 {
        width: 100%;
    
    }
    .elixir6 {
        padding-top: 0px;
    }
    .elixir1 {
        padding-top: 60px;
    }
    .elixir12.elixir11 {
        box-shadow: none;
    }
    .elixir14 {
        text-align: center;
    }
    .elixir3 {
        padding-top: 0;
    }
    .facilities-area .text-holder {
        padding-top: 50px;
    }
    .facilities-area .img-holder {
        padding-bottom: 50px;
    }
    }
    
    
    
    @media screen and (max-width: 768px){
    .single-testimonial-item .text-holder p {
        display: -webkit-box;
        -webkit-line-clamp:10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .el21{
        width: 15% !important;
        float: left !important;
    }
    .el23{
        width: 85% !important;
        float: left !important;
    }
    .mainmenu-area {
        padding-bottom: 7px;
        padding-top: 10px;
    }
    .mainmenu-area .logo {
        text-align: left;
        padding-left: 15px;
    }
    .mainmenu-area .logo .logo-image {
        max-width: 125px;
    }
    .top-bar-area .top-right .social-links {
        margin-left: 0;
        margin-top: 7px;
    }
    .top-bar-area .top-right  {
        margin-left: 20px;
        margin-right: 20px;
    }
    .el1 h1 {
        line-height: 18px !important;
        font-size: 16px !important;
        margin-top: 7px !important;
        word-break: break-word; 
    }
    .el2, .el3 {
        height: 205px !important;
    }
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 15px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .rev_slider_wrapper .slide-content-box .button a {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    .el22{
        display: none !important;
        }
    .tp-parallax-wrap {
        display: block !important;
        width: 98% !important;
    }
    .tp-loop-wrap{
        width: 98% !important;
    }
    .tp-mask-wrap{
        width: 98% !important;
    }
    .welcome-area {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .sec-title h1 {
        font-size: 16px;
        line-height: 16px;
    }
    .welcome-area .text-holder h4 {
        font-size: 15px;
        line-height: 18px;
        -webkit-line-clamp: 6;
    }
    .el6 p {
        -webkit-line-clamp: 6;
    }
    .welcome-area .text-holder .bottom .read-more-button a {
        padding: 7px 11px 7px;
        font-size: 13px;
    }
    .welcome-area .text-holder .bottom {
        margin: 10px 0 0;
    }
    .welcome-area .text-holder .bottom .read-more-button {
        width: auto;
        float: none;
    }
    .welcome-area .text-holder .bottom .title h2 {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }
    .slogan-area h1 {
        font-size: 17px;
        line-height: 19px;
    }
    .slogan-area p{
        font-size: 14px;
        line-height: 18px;
    }
    .el8 a {
        font-size: 16px;
    }
    .slogan-area p {
        margin-bottom: 10px;
    }
    .slogan-area a {
        font-size: 13px;
    }
    .disnone{
        display: none;
    }
    .footer-area .footer-logo {
        margin-bottom: 20px;
    }
    .mainmenu-area .logo {
        top: 0px;
    }
    .top-bar-area .top-left {
        width: 100%;
    }
    .elixern1 {
        display: table;
        width: 95%;
    }
    .elixern2 {
        width: 100%;
    }
    .elixern7 {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .elixern4 h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .elixern4>:last-child {
        display: none;
    }
    .elixern5 {
        margin-top: 10px;
    }
    .elixern6 {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .elixern8 {
        margin-right: 0%!important;
    }
    .testimonial-area {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .owl-carouselzz .owl-item {
        padding-top: 50px;
    }
    .elixern02 h2 {
        font-size: 16px;
        font-weight: 700;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp h3 {
        font-size: 20px;
    }
    .elixirayrvdcnsltatnadvntg-sec {
        padding: 30px 0;
        padding-bottom: 1px;
        /* background-color: #f4f1ea; */
    }
    .inputgrp input, .inputgrp select, .inputgrp textarea, .inputgrp .select {
        font-size: 15px;
        padding: 10px 10px;
    }
    .elixirayrvdcnsltatnadvntg-sec .form-grp .frmbtn {
        font-size: 15px;
        padding: 10px 10px;
    }
    .single-footer-widget.pd-bottom50 {
        min-height: auto;
        padding-bottom: 30px;
    }
    .el3, .el2 .slotholder div {
        height: 300px !important;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 20px !important;
        line-height: 21px !important;
        font-weight: 600  !important;
        color: #2acb35  !important;
        /*color: #3b5998  !important;*/
    }
    .elisli5 ul.ee3 > li > a {
        padding: 15px 15px;
    }
    .elisli5 li span img {
        width: 45px;
    }
    .elisli5 ul.ee3 > li .ee2, .elisli5 ul.ee3 > li .ee2 > span {
        font-size: 14px;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4:after {
        margin: 10px auto 10px;
    }
    .elisli5 ul.ee3 > li .ee2 .ee4 {
        min-height: auto;
    }
    .mainmenu-area .logo a {
        line-height: 40px;
    }
    .mainmenu-area .logo {
        padding-left: 0;
        width:100%!important;
        text-align:center;
    }
    .sec-title h1 {
        line-height: 30px;
    }
    .el24 .text-holder p {
        color: white;
        font-size: 13px;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: center;
        padding: 15px;
        text-align: justify;
    }
    .sec-title.reduce-f-size h1 {
        font-size: 16px;
    }
    .breadcrumb-area .breadcrumbs h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .blog-large-area.el28 .single-blog-item .text-holder .blog-title {
        font-size: 18px;
        padding: 0;
        line-height: 18px;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .blog-large-area.el28.el36 .tag-social-share-box .social-share {
        padding: 0;
        display: table;
        align-items: flex-start;
    }
    .blog-large-area .blog-post {
        border-right: 1px solid #f4f4f4;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 0;
    }
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 0;
    }
    .sidebar-wrapper .single-sidebar .sec-title h3 {
        font-size: 17px;
        line-height: 17px;
    }
    .sidebar-wrapper .single-sidebar {
        margin-bottom: 25px;
    }
    .single-shop-content .content-box h3 {
        font-size: 18px;
    }
    .single-shop-content .content-box {
        margin-top: 20px;
    }
    .el31 .elr {
        padding-right: 15px;
    }
    .el31 .ell {
        padding-left: 15px;
    }
    .el32 .cart-total {
        padding-left: 0;
        padding-top: 40px;
    }
    .el32 img {
        width: 100%;
        border-radius: 20px;
    }
    .cart-area .sec-title h1 {
        font-size: 18px;
        margin: 0;
    }
    .cart-area {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .blog-large-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-form-area .sec-title p {
        font-size: 18px;
        color: #000000;
        font-family: 'Courgette', cursive;
        margin: 22px 0 0;
    }
    .top-bar-area .top-left ul li {
        width: 100%;
        border-right: 0px solid #353637;
    }
    .top-bar-area .top-right .location {
        width: 100%;
        text-align: center;
    }
    .top-bar-area .top-right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin: 0;
    }
    .top-bar-area .top-right .social-links {
        margin-left: 0;
        margin-top: 7px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    }
    @media screen and (max-width: 767px){
        .mainmenu-area .logo .logo-image {
        max-width: none;
        width: 80%;
    }
    .main-menu .navbar-header {
        top: 15px;
    }
    .main-menu .navbar-header{position:absolute; z-index:99999;}
    .main-menu .collapse.in, .main-menu .collapsing {
        padding: 5px;
        margin: 5px;
        border: 2px solid #4C9369;
        /*border: 2px solid #2acb35;
        border: 2px solid #3b5998;*/
        border-radius: 0px;
        top: 0;
        margin-top: 15px;
        display: inline-block;
    }
    .tp-parallax-wrap {
        left: 15px !important;
    }
    }
    @media screen and (max-width: 501px){
    .elixir4 p {
        line-height: 20px;
        font-size: 14px;
    }
    .slogan-area a {
        width: 140px;
        margin: 15px auto 0;
        padding: 7px 0;
    }
    .slogan-area {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .testimonial-area .mar-top {
        margin: auto;
    }
    .elixirayrvdcnsltatnadvntg-sec .cntnt-grp {
        font-size: 14px;
        line-height: 20px;
    }
    ul.ayrvdcnsltatnadvntg-list {
        display: table;
    }
    ul.ayrvdcnsltatnadvntg-list > li {
        width: 50%;
        float: left;
    }
    }
    @media screen and (max-width: 451px){
    .mainmenu-area .logo {
        padding-left: 10px;
    }
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 0px !important;
    }
    .elixern9 {
        border: 10px solid #eaeaea;
    }
    .elixir4 h4 {
        font-size: 16px;
        text-align: left;
        display: grid;
        line-height: 20px;
    }
    .elixir14 .elixir16 {
        border: 10px solid;
    }
    
    }

    .enew001 {
        display: inline-grid;
        margin-top: 50px;
    }
    .enew002{
        margin-left: auto;
        margin-right: auto;
        background: #fcfcfc;
        border: 1px solid #f0f0f0;
    }
    .enew002 .title{
        text-align: center;
    }
    .enew001 .quick-contact .contact-info li {
        border-bottom: 0px solid #f4f4f4;
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 20px;
        position: relative;
        padding-right: 20px;
        display: flex;
        align-items: self-start;
    }
    .enew001 .quick-contact .contact-info li.enew003 {
        border-left: 1px solid #cdcccc;
    }
    .enew001 .quick-contact .contact-info li .icon-holder {
        position: relative;
    }
    .enew001 .quick-contact .contact-info li .text-holder {
        padding-left: 20px;
    }
    .contact-form-area .enew001 .quick-contact {
        padding-left: 15px;
        padding-right: 15px;
    }
    .enew001 .quick-contact .contact-info li .icon-holder span:before {
        font-size: 35px;
        line-height: 35px;
    }
    .room_d_main_text {
        padding-bottom: 70px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }
    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
    }
    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .room_d_main_text .room_details_img .owl-prev {
        left: 0px;
    }
    .room_d_main_text .room_details_img .owl-prev, .room_d_main_text .room_details_img .owl-next {
        height: 65px;
        width: 65px;
        background: #fff;
        text-align: center;
        line-height: 62px;
        font-size: 28px;
        color: #7e7e7e;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        cursor: pointer;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }
    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-touch-callout: none;
    }
    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .room_d_main_text h4 {
        font-size: 24px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .96px;
        color: #242424;
        padding: 45px 0px 20px 0px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .room_d_main_text h5 {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .60px;
        color: #242424;
    }
    .room_d_main_text h5 span {
        color: #a0a0a0;
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 14px;
    }
    .room_d_main_text p {
        color: #a0a0a0;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: .30;
        padding-top: 10px;
        margin: 0;
    }
    .room_d_title {
        text-transform: uppercase;
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        letter-spacing: .66px;
        color: #242424;
        padding-bottom: 30px;
    }
    .resot_list ul li a {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #a0a0a0;
        letter-spacing: .60px;
        position: relative;
        padding-left: 35px;
        line-height: 53px;
        border-bottom: 1px solid #e4e4e4;
        display: block;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }
    .resot_list ul li a span {
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        color: #2acb35;
    }
    .room_service_list_inner .resot_list ul li a {
        font-size: 14px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        padding-left: 32px;
        color: #a0a0a0;
    }
    .room_service_list_inner .resot_list ul li {
        width: 50%;
        float: left;
        padding-right: 40px;
    }
    .room_details_content .room_d_main_text {
        padding-bottom: 35px;
    }
    .booknowbtn {
        float: right;
        background: #2acb35;
        border: 2px solid #2acb35;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 30px;
        padding: 10px 30px 10px;
        width: 200px;
    }
    .room_details_content {
        padding-bottom: 50px;
    }
    /*div#pacakes {
        margin: 0px 10px 25px 10px;
    }*/
    .box-content {
        border-bottom: 5px solid #75bd43;
        width: 99.9%;
        position: relative;
        float: left;
        background: #f7f7f7;
    }
    .box-content img.alignleft {
        margin-right: 10px;
        margin-bottom: 0px;
    }
    
    .box-content img.alignleft {
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .box-content img {
        border-right: 1px solid rgba(204, 204, 204, 0.32);
    }
    .alignleft, img.alignleft {
        display: inline;
        float: left;
        /*margin-right: 20px;*/
    }
    .box-content h2 {
        margin-top: 20px;
        padding: 0px 10px;
        color: #404040;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }
    .box-content p {
        padding: 0px 10px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-left: 0;
    }
    .box-content a.readmore {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .box-content a.readmore {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .readmore {
        background: #75bd43 url(../images/readmore.png) center no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        behavior: url(PIE.htc);
    }
    .column.one-half.col-sm-12.col-xs-12.col-md-6 {
        padding: 15px;
    }
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(odd) {
      padding-left: 0;
    }
    
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(even) {
      padding-right: 0;
    }
    
    
    .column.one-half.col-sm-12.col-xs-12.col-md-6:first-child .blink  {
      -webkit-animation: glowing 1500ms infinite;
      -moz-animation: glowing 1500ms infinite;
      -o-animation: glowing 1500ms infinite;
      animation: glowing 1500ms infinite;
    }
    
    @keyframes glowing {
    0% {
        box-shadow: 0 0 1px 1px #08baec;
    }
    50% {
        box-shadow: 0 0 15px 1px #00c7ff;
    }
    100% {
        box-shadow: 0 0 1px 1px #08baec;
    }
    }
    .each_addrss {
        width: 100%;
        padding: 20px 0;
    }
    .each_addrss .nav-tabs {
        border: 1px solid #a6a6a6;
        border-bottom: 0;
        /*background: #22a95f url(../images/tab.gif) repeat-x top center;*/
        padding: 0 !important;
        margin: 0 !important;
    }
    .each_addrss .nav>li {
        position: relative;
        display: block;
        padding: 0px 0;
        border-left: 0px solid #eeeff1;
    }
    .each_addrss .nav-tabs>li {
        float: left;
        width: 100%;
        background: #56d55f;
        margin-bottom: -1px;
    }
    .each_addrss .subpage ul li {
       font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #000;
        padding: 0;
        margin: 0 0 0px;
        line-height: 1.8;
    }
    
    .each_addrss .nav>li:first-child {
        border-left: none;
    }
    .each_addrss .tab-content {
        background: #f7f7f7;
    }
    .each_addrss .tab-pane {
        background: #f7f7f7;
        padding: 15px;
        border: 1px solid #a6a6a6;
        border-top: none;
    }
    .each_addrss .tab-content>.active {
        display: block;
    }
    .each_addrss {
        width: 100%;
        padding: 20px 0;
        /*border-bottom: 1px solid #a3a3a3;*/
    }
    .each_addrss .doctr {
       font-family: 'Poppins', sans-serif;
        font-size: 20px !important;
        color: #111 !important;
        font-weight: 800;
        padding: 0;
        margin: 5px 0 5px;
    }
    .each_addrss p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #404040;
        font-weight: 400;
        padding: 0;
        margin: 5px 0 5px;
        text-align: start;
        margin-bottom: 0px;
        margin-top: 1px;
    }
    .each_addrss .nav-tabs>li.active>a, .each_addrss .nav-tabs>li.active>a:focus, .each_addrss .nav-tabs>li.active>a:hover {
        color: #fff;
        cursor: default;
        background-color: #fff;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        background: #56d55f;
        font-size: 20px;
        font-weight: 600;
    }
    .col-sm-6.col-xs-12.setz:nth-child(odd) {
      padding-left: 0;
    }
    
    .col-sm-6.col-xs-12.setz:nth-child(even) {
      padding-right: 0;
    }
    .if-iframe{
        height: 210px;
        width: 100%;
        border: 0;
        margin-top: 10px;
    }
    .each_addrss p.p-de {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #3f3f3f;
        font-weight: 500;
        padding: 0;
        margin: 5px 0 5px;
        text-align: start;
        margin-bottom: 0px;
        margin-top: 1px;
    }
    .blog-default-area .blog-post.blogz .single-blog-item {
        box-shadow: 0 7px 29px 0 hsl(240deg 5% 41% / 20%);
    }
    .blog-default-area .blog-post.blogz .single-blog-item .meta-info li a i {
        display: inline-block;
        padding-right: 7px;
    }
    .blogz .single-blog-item .text-holder .text p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blogz .single-blog-item .text-holder {
        bottom: 0px;
        position: relative;
        border: 0px solid #f4f4f4;
    }
    .overlay-style-onez {
        text-align: center;
        padding: 15px;
        display: inline-grid;
        align-content: center;
    }
    .overlay-style-onez h3 {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        padding: 10px 0 10px;
    }
    .blog-default-area .blog-post.blogz .single-blog-item {
        min-height: auto;
        margin-bottom: 0px;
        height: 100%;
        border-bottom: 0px solid #f4f4f4;
        background: #fff;
    }
    .blogz .single-blog-item .text-holder .blog-title {
        padding: 10px 0 0px;
    }
    .blog-default-area .blog-post.blogz  {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .blog-default-area .blog-post.blogz .col-sm-4.col-xs-12{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
    }
    .blog-default-area .blog-post.blogz .col-sm-4.col-xs-12 p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    @media screen and (max-width: 768px){
    .enew001 {
        display: inline-grid;
        margin-top: 0;
    }
    .enew001 .quick-contact .contact-info li {
        border-bottom: 0px solid #f4f4f4;
        width: 100%;
        float: left;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0px;
        position: relative;
        padding-right: 0px;
        display: flex;
        align-items: self-start;
        margin-bottom: 10px;
    }
    .enew001 .quick-contact .contact-info li.enew003 {
        border-left: 0px solid #cdcccc;
    }
    .contact-form-area .enew001 .quick-contact {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .contact-form-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .room_service_list_inner .resot_list ul li {
        width: 100%;
        padding-right:0px;
    }
    .breadcrumb-bottom .left ul li {
        font-size: 13px;
    }
    .room_d_main_text h4 {
        padding: 20px 0px 20px 0px;
        display: block;
        justify-content: normal;
    }
    .booknowbtn {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .room_service_list_inner .resot_list ul li a {
        font-size: 12px;
        line-height: 45px;
    }
    .single-sidebar.el28 .instagram li {
        width: 33%;
        margin: 0 0px 0px;
        padding: 3px;
    }
    .box-content a{
        width: 100%;
        display: table;
    }
    .box-content a img{
        width: 100%;
        display: table;
    }
    .box-content p {
        padding-left: 10px;
    }
    .box-content a.readmore {
        position: relative;
    }
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(odd) {
      padding-left: 0;
      padding-right: 0;
    }
    
    .column.one-half.col-sm-12.col-xs-12.col-md-6:nth-child(even) {
      padding-left: 0;
      padding-right: 0;
    }
    .col-sm-6.col-xs-12.setz:nth-child(odd) {
      padding-left: 0;
      padding-right: 0;
    }
    
    .col-sm-6.col-xs-12.setz:nth-child(even) {
      padding-left: 0;
      padding-right: 0;
    }
    }
    .main-menu .navigation li a {
        padding-top: 45px;
        padding-bottom: 45px;
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
    .main-menu .nav-right .navigation li:first-child a {
         padding-left: 15px; 
    }
    .mainmenu-area .logo .logo-image {
        width: 300px;
        max-width: 305px;
    }
    .container.sp-container {
        width: 85%;
    }
    .blog-default-area.blog-ind .blog-post.blogz .single-blog-item {
        box-shadow: 1px 1px 6px 3px hsl(240deg 5% 41% / 7%);
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12 {
        display: none;
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12:nth-child(1) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12:nth-child(2) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .blog-default-area.blog-ind .blog-post.blogz .col-sm-4.col-xs-12:nth-child(3) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .wrappersocial {
        position: fixed;
        z-index: 99999;
        bottom: 0;
        left: 0%;
    }
    
    .wrappersocial ul {
      list-style: none;
    }
    
    .wrappersocial ul li {
        width: 50px;
        height: 50px;
        position: relative;
        background: #e59500;
        margin: 7px 0;
        cursor: pointer;
        border-radius: 3px;
        box-shadow: 0 0 4px 0px rgb(0 0 0 / 59%);
        display: grid;
        align-items: center;
        justify-content: center;
    }
    
    /*.wrappersocial ul li .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px;
      color: #fff;
    }*/
    .wrappersocial ul li a{
        line-height: 0;
    }
    .wrappersocial ul li .fa {
        font-size: 25px;
        color: #fff;
        -webkit-animation: tada 1.25s infinite;
        -moz-animation: tada 1.25s infinite;
        -ms-animation: tada 1.25s infinite;
        animation: tada 1.25s infinite;
    }
    .wrappersocial ul li.facebook{
        background: #3b5998;
        /*background:#4C9369;*/
    }
    
    .wrappersocial ul li.twitter{
      background: #00aced;
    }
    
    .wrappersocial ul li.instagram{
      background: #bc2a8d;
    }
    
    .wrappersocial ul li.google{
      background: #dd4b39;
    }
    
    .wrappersocial ul li.whatsapp{
      background: #4dc247;
    }
    
    .wrappersocial ul li.facebook div.slider{
      background: #627aac;
    }
    
    .wrappersocial ul li.twitter div.slider{
      background: #7fd5f6;
    }
    
    .wrappersocial ul li.instagram div.slider{
      background: #dd94c6;
    }
    
    .wrappersocial ul li.google div.slider{
      background: #eea59c;
    }
    
    .wrappersocial ul li.whatsapp div.slider{
      background: #82d47e;
    }
    
    .wrappersocial .slider {
      content: "";
      position: absolute;
      top: 0;
      left: 51px;
      width: 0px;
      height: 50px;
      background: #eebb5c;
      border-radius: 3px;
      transition: all 0.5s 0.3s ease;
    }
    
    .wrappersocial .slider p {
      font-family: arial;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 900;
      color: #fff;
      text-align: center;
      line-height: 50px;
      opacity: 0;
      transition: all 0.6s ease;
    }
    
    .wrappersocial ul li:hover .slider {
      width: 180px;
      transition: all 0.5s ease;
    }
    
    .wrappersocial ul li:hover .slider p {
      opacity: 1;
      transition: all 1s 0.2s ease;
    }
    .owl-stage{
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }
    
    .ss01{
      height: 100%;
    }
    
    .ss01 .single-testimonial-item {
      background: white;
      height: 100%;
      margin-bottom: 0;
    }
    .single-testimonial-item .text-holder p {
      -webkit-line-clamp: inherit;
    }
    /*
    .single-testimonial-item .text-holder {
        height: 100%;
        align-content: space-between;
        display: grid;
    }
    */
    .sec-title.sec-titlezz {
        padding-bottom: 0;
    }
    .cart-area.fran1 .sec-title {
        padding-bottom: 15px;
    }
    .cart-area.fran1 h3.fran2 {
        color: #222;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 30px;
        padding-top: 30px;
        text-align: center;
    }
    .fran3{
      width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
    .postz1 .sec-title .border {
        margin-left: auto;
        margin-right: auto;
    }
    .slogan-area.postz1 p {
        /*text-align: left;*/
        margin-bottom: 15px;
    }
    .elixir4 p {
        line-height: 24px;
        font-size: 14px;
    }
    .elixir4, .elixir4 {
        width:50%;
    }
    .last11{
        width: 65%;
        padding-right: 50px;
    }
    .last12{
        width: 35%;
    }
    .elixir6 {
        padding-top: 0;
        display: block;
        margin: 0;
    }
    .tt2{
        padding-top: 200px;
    }
    .elixir1 {
        padding-top: 80px;
    }
    .tt5{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    .tt6{
        font-family: sans-serif;
    }
    .tt7{
        /*margin-left:7px;*/
        font-family: sans-serif;
    }
    .tt8{
        left: auto;
        right: 0;
        bottom: auto;
        top: 35%;
    }
    .tt8 ul li{
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    .tt8 ul li img{
        width: 45px;
    }
    .top-bar-area .top-left ul li {
        font-size: 16px;
        font-weight: 800;
    }
    .top-bar-area .top-right .social-links li a i {
        font-size: 16px;
        font-weight: 800;
    }
    .single-footer-widget .newsletter-box.aa1 p{
        margin-bottom: 10px;
        color: white;
        font-weight: 700;
    }
    .single-footer-widget .aa1 .usefull-links li a {
        /*color: #2acb35;*/
        /*color:#3b5998;*/
        color:#4C9369;
        font-weight: 500;
    }
    .quick-contact .contact-info li .text-holder h5 a {
        color: #585656;
        font-size: 16px;
        font-weight: 800;
    }
    .quick-contact .contact-info li .text-holder h5 {
        color: #585656;
        font-size: 16px;
        font-weight: 800;
    }
    .blog-large-area.el28.atra .single-blog-item .text-holder .blog-title {
        font-size: 30px;
        font-weight: 800;
    }
    .atra .single-blog-item .text-holder .text p {
        font-size: 16px;
    }
    .main-menu .navigation li a:after {
        content: '';
    }
    .main-menu .navigation > li.dropdown > a:after ,
    .main-menu .navigation > li:hover a:after,
    .main-menu .navigation > li.current a:after
    {
        background-image: url(../images/active.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        /*width: 319px;*/
        /* height: 300px; */
        /* background-size: 50px 50px; */
        /* height: 50px; */
        height: 30px;
        content: '';
    }
     h4.ayurhead {
        font-size: 24px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .96px;
        color: #242424;
        padding: 20px 0px 0px 0px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .booknowbtn {
        float: right;
        background: #2acb35;
        border: 2px solid #2acb35;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 30px;
        padding: 10px 30px 10px;
        width: 200px;
    }
    .el8 a {
        font-family: sans-serif;
    }
    
    .cart-bottom .calculate-shipping input[type="number"] {
        border: 2px solid #f7f7f7;
        color: #777;
        display: block;
        font-size: 14px;
        height: 45px;
        padding: 0 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .cart-bottom .calculate-shipping input[type="number"] {
        border: 1px solid rgba(0, 0, 0, .32);
        margin-bottom: 10px;
        
    }
    .cart-bottom .calculate-shipping input[type="email"] {
        border: 2px solid #f7f7f7;
        color: #777;
        display: block;
        font-size: 14px;
        height: 45px;
        padding: 0 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .cart-bottom .calculate-shipping input[type="email"] {
        border: 1px solid rgba(0, 0, 0, .32);
        margin-bottom: 10px;
        
    }
    .col-lg-3.col-md-6.col-sm-6.col-xs-12 .single-footer-widget .usefull-links:last-child li {
        border-bottom: 0px solid #212121;
    }
    .single-footer-widget .usefull-links li:last-child {
        border-bottom: 0px solid #212121;
    }
    .qr{
        border-top: 1px solid #212121;
        padding-top: 40px;
        margin-top: 40px;
        text-align: center;
    }
    .qr img{
        width: 60px;
    }
    .qr .single-footer-widget .usefull-links li {
        border-bottom: 0px solid #212121;
    }
    .footer-area {
        padding-bottom: 40px;
    }
    .tp-parallax-wrap:nth-child(3) {
        top: 220px !important;
    }
    .tp-parallax-wrap:nth-child(4) {
        top: 320px !important;
    }
    .tp-parallax-wrap:nth-child(5) {
        top: 320px !important;
    }
    /* Large Layout: 1510px. */
    @media only screen and (max-width: 1506px) and (min-width: 992px){
    .main-menu .navigation li a{padding-top: 5px; padding-bottom:5px;}
    .main-menu .navigation{padding:40px 0;}
    .mainmenu-area .logo .logo-image {
        width: 250px;
        margin-top: 20px;
    }
    }
    @media screen and (max-width: 1420px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 200px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 300px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 300px !important;
        }
    }
    @media screen and (max-width: 1320px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 180px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 280px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 280px !important;
        }
    }
    @media screen and (max-width: 1220px)
    {
        .tp-loop-wrap {
            width: 100% !important;
        }
        .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 0px !important;
        }
    }
    @media screen and (max-width: 1180px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 160px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 260px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 260px !important;
        }
    }
    @media screen and (max-width: 1100px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 160px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 230px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 230px !important;
        }
    }
    @media screen and (max-width: 991px)
    {
        .tp-parallax-wrap:nth-child(2) {
            top: 130px !important;
        }
        .tp-parallax-wrap:nth-child(3) {
            top: 180px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 230px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 230px !important;
        }
    }
    @media screen and (max-width: 791px)
    {
        .tp-parallax-wrap:nth-child(2) {
            top: 130px !important;
        }
        .tp-parallax-wrap:nth-child(3) {
            top: 190px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 260px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 260px !important;
        }
    }
    @media screen and (max-width: 768px)
    {
        .tp-parallax-wrap:nth-child(2) {
            top: 80px !important;
        }
        .tp-parallax-wrap:nth-child(3) {
            top: 130px !important;
        }
        .tp-parallax-wrap:nth-child(4) {
            top: 200px !important;
        }
        .tp-parallax-wrap:nth-child(5) {
            top: 200px !important;
        }
        .tp-mask-wrap {
            width: 100% !important;
        }
        .tp-loop-wrap {
            width: 100% !important;
        }
    }
    @media screen and (max-width: 501px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 125px !important;
        }
        .rev_slider_wrapper .slide-content-box h2 {
            line-height: 23px !important;
        }
    }
    @media screen and (max-width: 440px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 145px !important;
        }
        .tp-mask-wrap {
            width: 95% !important;
        }
        .tp-loop-wrap {
            width: 95% !important;
        }
    }
    @media screen and (max-width: 360px)
    {
        .tp-parallax-wrap:nth-child(3) {
            top: 145px !important;
        }
        .tp-mask-wrap {
            width: 90% !important;
        }
        .tp-loop-wrap {
            width: 90% !important;
        }
    }
    @media screen and (max-width: 991px)
    {
    .mainmenu-area .logo .logo-image {
        width: 200px;
        max-width: 200px;
    }
    }
    @media screen and (max-width: 768px){
      .ss01 .single-testimonial-item {
           background: transparent; 
      }
      .fran3{
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .container.sp-container {
        width: 100%;
    }
    .mainmenu-area .logo .logo-image {
        max-width: 300px;
        width: 80%;
    }
    .elixir4 p {
        line-height: 24px;
        font-size: 14px;
    }
    .elixir4, .elixir4 {
        width:100%;
        padding:0;
    }
    .tt2{
        padding-top: 0px;
    }
    .elixir1 {
        padding-top: 80px;
    }
    .tt5{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    .tt8 ul li img {
        width: 35px;
    }
    .top-bar-area .top-left ul li {
        font-size: 13px;
        font-weight: 600;
    }
    .top-bar-area .top-right .social-links li a i {
        font-size: 13px;
        font-weight: 600;
    }
    .quick-contact .contact-info li .text-holder h5 a {
        color: #585656;
        font-size: 13px;
        font-weight: 600;
    }
    .quick-contact .contact-info li .text-holder h5 {
        color: #585656;
        font-size: 13px;
        font-weight: 600;
    }
    .blog-large-area.el28.atra .single-blog-item .text-holder .blog-title {
        font-size:18px;
        font-weight: 600;
    }
    .atra .single-blog-item .text-holder .text p {
        font-size: 14px;
    }
     h4.ayurhead {
        padding: 20px 0px 20px 0px;
        display: block;
        justify-content: normal;
        font-size: 20px;
    }
    .booknowbtn {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .single-sidebar.el28 .instagram li {
        width: 33.3333%;
        margin: 0;
        padding: 5px;
    }
    .qr {
        margin-top: 0;
    }
    }
    



/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px){
    .container {padding: 0;}
    .container-fluid{padding: 0;}    
     
        
    }
    
    
    
    /* Medium screen  */ 
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        
    /*** 
    =============================================
        Mainmenu area style
    =============================================
    ***/  
    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 60px;
    }    
    .mainmenu-area .logo .logo-image {
        max-width: 200px;
    }
    .main-menu .nav-container.nav-left {
        padding-right: 105px;
    }    
    .main-menu .navigation li {
        margin-right: 0px;
    } 
    .main-menu .navigation li a {
        padding: 35px 7px;
    } 
    .main-menu .navigation li a:after {
        display: none;
    } 
    .main-menu .nav-container.nav-right {
        padding-left: 130px;
    }    
        
    /*** 
    =============================================
        Rev slider wrapper style
    =============================================
    ***/  
    .rev_slider_wrapper {}    
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 80px !important; 
    } 
    
    /*** 
    =============================================
        Welcome area style
    =============================================
    ***/       
    .welcome-area .inner-content .single-item {
        width: 250px;
        padding-right: 20px;
    } 
    .welcome-area .img-holder {
        margin-top: -50px;
    }
    
    /*** 
    =============================================
        Choosing area style
    =============================================
    ***/     
    .choosing-area .single-item {
        width: 290px;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .choosing-area .single-item .text-holder h3 {
        font-size: 15px;
    }  
     
    /*** 
    =============================================
        Appointment area style
    =============================================
    ***/ 
    .appointment-area .icon-holder.leap {
        display: none;
    }    
    .quick-contact {
        overflow: hidden;
        margin-top: -40px;
    } 
    
    /*** 
    =============================================
        latest-blog area style
    =============================================
    ***/
    .single-blog-item {
        min-height: 387px;
    } 
    .single-blog-item .text-holder {
        bottom: -116px;
    }    
    .single-blog-item .text-holder .blog-title {
        font-size: 16px;
    }    
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -115px, 0px);
    }    
      
    /*** 
    =============================================
        Footer Area style
    =============================================
    ***/    
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        min-height: 360px;
    }
    
    /*** 
    =============================================
        Facilities Area style
    =============================================
    ***/ 
    .facilities-area .text-holder {
        padding-top: 115px;
    }    
    .facilities-area .text-holder ul .single-item {
        width: 134px;
    }    
    .facilities-area .text-holder ul .single-item .iocn-holder span:before {
        font-size: 35px;
        line-height: 35px;
    }    
    .facilities-area .text-holder ul .single-item .title-holder h3 {
        font-size: 14px;
    }
    
    /*** 
    =============================================
        Procedures Area style
    =============================================
    ***/     
    .procedures-area .single-item .text-holder .show-content h3 {
        font-size: 16px;
    }    
    .procedures-area .single-item .text-holder .hover-content h3 {
        font-size: 16px;
    }    
    
    /*** 
    =============================================
        offer box Area style
    =============================================
    ***/     
    .offer-box-area .offer-box .inner-content .left h2 {
        font-size: 20px;
    }    
     
    /*** 
    =============================================
        Single procedures Area style
    =============================================
    ***/      
    .single-procedures-area .offer-content-box {
        
    }  
    .single-procedures-area .offer-content-box li:after {
        display: none !important;
    }   
    .single-procedures-area .offer-content-box .single-item {
        width: 450px;
        margin-right: 0;
    }    
    .single-procedures-area .offer-content-box .single-item.bdr-btm:before {
        display: none;
    }  
    .single-procedures-area .pricing-plan-box ul li .left {
        width: 70%;
    } 
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box h3 {
        margin: 0 0 16px;
        line-height: 26px;
    }
        
    .single-procedures-area .pricing-plan-box ul li .right {
        width: 30%;
        padding: 55px 0 60px;
    }
       
    /*** 
    =============================================
        Blog Default Area style
    =============================================
    ***/ 
    .blog-default-area .single-blog-item {
        min-height: 532px;
    }  
    .blog-default-area .single-blog-item .text-holder {
        bottom: -65px;
    } 
    .blog-default-area .single-blog-item:hover .text-holder {
        bottom: 0;
        border-bottom: none;
    }    
    .blog-default-area .single-blog-item .text-holder .blog-title {
        font-size: 20px;
        padding: 10px 0 10px;
    }    
    .blog-default-area .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -64px, 0px);
    }    
    .blog-default-area .sidebar-wrapper {
        border-left: none;
        padding-left: 0;
        margin-top: 0;
        padding-top: 70px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }  
        
    /*** 
    =============================================
        Blog Large Area style
    =============================================
    ***/      
    .blog-large-area .blog-post {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }    
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 70px;
    }   
        
    /*** 
    =============================================
        blog single Area style
    =============================================
    ***/     
    .blog-single-area .sidebar-wrapper{
        padding-top: 70px;        
    }    
    .blog-single-area .blog-post {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .blog-single-area .sidebar-wrapper {
        padding-left: 0px;
    } 
    
    /*** 
    =============================================
        Shop Area style
    =============================================
    ***/      
    .shop-area .shop-content {
        padding-bottom: 70px;
    }    
       
    /*** 
    =============================================
        Checkout Area style
    =============================================
    ***/      
    .checkout-area .form.shipping-info{
        padding-top: 70px;        
    }           
        
    /*** 
    =============================================
        Login Register Area style
    =============================================
    ***/    
    .login-register-area .form .social-icon {
        float: left;
        margin-right: -8px;
        margin-top: 15px;
    }    
    .login-register-area .form.register{
        padding-top: 70px;        
    }      
       
    /*** 
    =============================================
        Contact form Area style
    =============================================
    ***/   
    .contact-form-area .quick-contact {
        margin-top: 0px;
    }    
     
    /*** 
    =============================================
        Appointment page Area style
    =============================================
    ***/      
    .appointment-page-area .appointment-box .experince {
        width: 310px;
    }    
        
        
        
        
       
        
        
        
        
        
        
        
        
        
    }    
        
    
    
    /* Tablet Layout: 768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {  
     
    /*** 
    =============================================
        Top bar Area style
    =============================================
    ***/       
    .top-bar-area {}
    .top-bar-area .top-left {
        overflow: hidden;
        width: 450px;
        margin: 0 auto;
    } 
    .top-bar-area .top-right {
        float: none;
        width: 460px;
        margin: 7px auto 0;
    }
      
    /*** 
    =============================================
        Mainmenu Area style
    =============================================
    ***/ 
    .mainmenu-area {
        background: #ffffff;
    }  
    .mainmenu-area .arrow {
        display: none;
    }    
    .mainmenu-area .logo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
    }   
    .main-menu .nav-container.nav-left {
        padding-right: 0px;
    }
    .main-menu .nav-container.nav-right {
        padding-left: 0px;
    }    
    .main-menu .navigation li a {
        padding: 35px 5px;
    } 
    .main-menu .navigation li a:after {
        display: none;
    }
    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 64px;
    }     
    .outer-search-box {
        padding: 87px 0 27px;
    }
        
    /*** 
    =============================================
        Rev slider wrapper style
    =============================================
    ***/  
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 80px !important; 
    }
        
    /*** 
    =============================================
        Welcome area style
    =============================================
    ***/      
    .welcome-area .img-holder {
        margin-top: 40px;
    }
        
    /*** 
    =============================================
        Choosing area style
    =============================================
    ***/     
    .choosing-area ul {
        max-width: 500px;
        margin: 0 auto;
    }
    .choosing-area .single-item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .choosing-area li:after{
        border: none;        
    }    
    .choosing-area .single-item.bdr-btm:before {
        border: none;
    } 
      
    /*** 
    =============================================
        Testimonial area style
    =============================================
    ***/      
    .testimonial-area {
        padding-bottom: 0px;
    }     
    .testimonial-area .single-testimonial-item {
        margin-bottom: 80px;
    }
        
    /*** 
    =============================================
        Appointment area style
    =============================================
    ***/ 
    .appointment-area {
        padding-top: 80px;
        padding-bottom: 70px;
    }    
    .appointment-box .form {
        padding-bottom: 40px;
    }
    
    /*** 
    =============================================
        Latest blog area style
    =============================================
    ***/
    .latest-blog-area {
        padding-bottom: 40px;
    }    
    .single-blog-item {
        max-width: 550px;
        margin: 0 auto 40px;
    }    
    .single-blog-item {
        min-height: 584px;
    }    
    .single-blog-item .text-holder {
        bottom: -68px;
    }    
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -67px, 0px);
    }    
    
    /*** 
    =============================================
        Footer Area style
    =============================================
    ***/    
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        min-height: 390px;
    }
     
    /*** 
    =============================================
        Footer bottom Area style
    =============================================
    ***/     
    .footer-bottom-area {
        padding-top: 12px;
        padding-bottom: 25px;
    }
    .copyright-text p {
        text-align: center;
    }
    .footer-bottom-area .footer-social-links {
        overflow: hidden;
        float: none;
        text-align: center;
    }
    .footer-bottom-area .footer-social-links li {
        display: inline-block;
        float: none;
        margin-right: 0;
        text-align: center;
        margin: 0 5px;
    }
    
    /*** 
    =============================================
        Facilities Area style
    =============================================
    ***/ 
    .facilities-area .text-holder { }    
    .facilities-area .text-holder ul .single-item {
        width: 160px;
    }    
    .facilities-area .text-holder ul .single-item .iocn-holder span:before {
        font-size: 40px;
        line-height: 40px;
    }    
    .facilities-area .text-holder ul .single-item .title-holder h3 {
        font-size: 15px;
    }
    .facilities-area .img-holder {
        background: #f2fff3;
        padding: 0px 0 70px;
    }
    .facilities-area .img-holder img {
        max-width: 100%;
        float: none;
        width: 100%;
    }    
    
    /*** 
    =============================================
        Procedures page Area style
    =============================================
    ***/     
    #procedures-page-area .sidebar {
        overflow: hidden;
        padding-top: 60px;
    }      
        
    /*** 
    =============================================
        offer box Area style
    =============================================
    ***/   
    .offer-box-area .offer-box .inner-content {
        position: relative;
        padding: 35px 40px 50px;
    }    
    .offer-box-area .offer-box .inner-content .left {
        float: none !important;
        text-align: center;
        margin: 0 0 20px;
    }        
    .offer-box-area .offer-box .inner-content .right {
        float: none !important;
        text-align: center;    
    }    
    .offer-box-area .offer-box .inner-content .right a {
        width: 180px;
        margin: 0 auto;
    }
          
    /*** 
    =============================================
        Single procedures Area style
    =============================================
    ***/  
    .single-procedures-area .offer-content-box ul {
        max-width: 100%;
        margin: 0 auto;
    }      
    .single-procedures-area .pricing-plan-box ul {
        max-width: 100% !important;
    } 
        
    .single-procedures-area .pricing-plan-box ul li .left {
        width: 70%;
    } 
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box {
        padding: 60px 0px;
    }         
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box h3 {
        margin: 0 0 16px;
        line-height: 26px;
    }      
    .single-procedures-area .pricing-plan-box ul li .right {
        width: 30%;
        padding: 55px 0 60px;
    }
      
    /*** 
    =============================================
        Blog Default Area style
    =============================================
    ***/  
    .blog-default-area .sidebar-wrapper {
        border-left: none;
        padding-left: 0;
        margin-top: 0;
        padding-top: 70px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }        
        
    /*** 
    =============================================
        blog large Area style
    =============================================
    ***/ 
    .blog-large-area .blog-post {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }    
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 70px;
    }            
    .blog-large-area .single-blog-item {
        max-width: none;
        width: 100%;
    }  
        
    /*** 
    =============================================
        blog single Area style
    =============================================
    ***/ 
    .blog-single-area .single-blog-item {
        max-width: 100%;
    }    
    .blog-single-area .sidebar-wrapper{
        padding-top: 70px;        
    }    
    .blog-single-area .blog-post {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }    
    .blog-single-area .sidebar-wrapper {
        padding-left: 0px;
    } 
        
    /*** 
    =============================================
        Project Single Area style
    =============================================
    ***/      
    #project-single-area .project-info {
        padding-top: 40px;
    }
    
    /*** 
    =============================================
        Shop Area style
    =============================================
    ***/      
    .shop-area .shop-content {
        padding-bottom: 70px;
    }
    .single-product-item {
        max-width: 450px;
        margin: 0 auto 30px;
    } 
        
    /*** 
    =============================================
       Single Shop Area style
    =============================================
    ***/ 
    .single-shop-content .img-holder {
        margin-right: 0;
    }    
    .single-shop-content .content-box {
        margin-top: 40px;
        margin-left: 0;
    }
    .single-shop-area .sidebar-wrapper {
        padding-top: 50px;
    }    
        
    /*** 
    =============================================
       Cart area  style
    =============================================
    ***/    
    .cart-total {
        padding-top: 70px;
    }   
      
    /*** 
    =============================================
        Checkout Area style
    =============================================
    ***/      
    .checkout-area .form.shipping-info{
        padding-top: 70px;        
    }  
    
    /*** 
    =============================================
        Login Register Area style
    =============================================
    ***/    
    .login-register-area .form .social-icon {
        float: left;
        margin-right: -8px;
        margin-top: 15px;
    }    
    .login-register-area .form.register{
        padding-top: 70px;        
    }
        
    /*** 
    =============================================
        Contact form Area style
    =============================================
    ***/     
    .contact-form-area .quick-contact {
        background: #ffffff;
        margin-bottom: 50px;
    }    
    
    /*** 
    =============================================
        Appointment page Area style
    =============================================
    ***/     
    .appointment-page-area .appointment-box .experince {
        position: relative;
        width: 330px;
        min-height: 340px;
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .appointment-page-area .appointment-box .form textarea {
        margin-top: 23px;
    }    
        
    
       
        
        
    }
    
    @media only screen and (max-width: 991px) {
        
        
        /*** 
    =============================================
        Mainmenu area style
    =============================================
    ***/ 
    .mainmenu-area {
        background: #ffffff;
        padding-bottom: 15px;
        padding-top: 10px;
    } 
    .mainmenu-area .logo {
        left: 0px; 
        top: 0px; 
        text-align: center;
        z-index: 9999;
        position: relative;
    }
    .mainmenu-area .logo .logo-image {
        position: relative;
        display: inline-block;
        width: auto;
        max-width: 220px;
        height: auto;
        z-index: 5;
    }   
    .outer-search-box {
        top: 47px;
        right: 0px;
        padding: 0px 0 15px;
        z-index: 9999;
        position: absolute;
        right: 15px;
    }   
    
    .main-menu {
        display: block;
        float: none !important;
        padding-bottom: 0;
        padding-top: 0;
        z-index: 9999;
        width: 100%;
    }	
    .main-menu .collapse {
        max-height:320px;
        overflow:auto;
    } 
    .main-menu .collapse.in,
    .main-menu .collapsing{
        padding: 5px;
        margin: 5px;
        border: 2px solid #2acb35;
        border-radius: 0px;
    }	
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        top: -25px;
        right: 0;
        width: auto;
        z-index: 3;
        left: 0;
    }
    .main-menu .navbar-header .navbar-toggle {
        float: left;
        display: block;
        z-index: 7;
        border: 1px solid #efeded;
        background: #ffffff;
        margin: 0;
        border-radius: 0;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar{
        background:#222222;	
    }
    
    .main-menu .navbar-nav{
        float:none !important;
        margin:0px;
        width:100%;
        background:#f254b1;
    }
    .main-menu .nav-container{
        position:relative;
        padding:0px !important;
        width:100% !important;
        margin:0px !important;	
    }
    .main-menu .nav-container > ul{
        display:block;
        border:none;	
    }	
    .main-menu .nav-container > ul > li{
        display:block;
        width:100%;
        margin:0px;
        padding:0px;
        text-align:left;
    }
    .main-menu .nav-container > ul li.dropdown .dropdown-btn{
        display:block;	
    }
    .main-menu .nav-container > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > ul > li > a{
        padding:8px 20px !important;
        text-align:left;
    }
    .main-menu .nav-container > ul > li > a:after{
        display:none;	
    }
    .main-menu .nav-container > ul > li > ul,
    .main-menu .nav-container > ul > li > ul > li > ul{
        position:relative;
        border:none;
        float:none;
        visibility:visible;
        opacity:1;
        display:none;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        margin:0px !important;
        width:100%;
        background:#f254b1;
        border-radius:0px;
        -webkit-border-radius:0px;
        -ms-border-radius:0px;
        -o-border-radius:0px;
        -moz-border-radius:0px;
        transition:none !important;
        -webkit-transition:none !important;
        -ms-transition:none !important;
        -o-transition:none !important;
        -moz-transition:none !important;
    }
    .main-menu .nav-container > ul > li > ul:before,
    .main-menu .nav-container > ul > li > ul:after{
        display:none;	
    }
    .main-menu .nav-container > ul > li > ul,
    .main-menu .nav-container > ul > li > ul > li > ul{
        border-top:1px solid rgba(255,255,255,1) !important;	
    }
    .main-menu .nav-container > ul > li,
    .main-menu .nav-container > ul > li > ul > li,
    .main-menu .nav-container > ul > li > ul > li > ul > li{
        border-bottom:1px solid rgba(255,255,255,1) !important;	
    }
    .main-menu .nav-container > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > a,
    .main-menu .nav-container > ul > li > ul > li > ul > li > a{
        padding:10px 15px !important;
        line-height:22px;
        color:#ffffff;
        background:#2acb35;
    }
    .main-menu .nav-container > ul > li > a:hover,
    .main-menu .nav-container > ul > li > a:active,
    .main-menu .nav-container > ul > li > a:focus,
    .main-menu .nav-container > ul > li:hover > a,
    .main-menu .nav-container > ul > li.current > a,
    .main-menu .nav-container > ul > li.current-menu-item > a{
        background:#08a513;
        color:#ffffff;
    }
    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
        display:block;
    }
    .main-menu .nav-container > ul li.dropdown:after,
    .main-menu .nav-container > ul > li.dropdown > a:after,
    .main-menu .nav-container > ul > li > ul li.dropdown > a::after{
        display:none !important;	
    }
    .main-menu .navigation > li > ul > li > a:before {
        display: none;
    }    
    
        
     
     
        
    }
    
    
    
    /* Mobile Layout: 320px. */
    @media only screen and (max-width: 767px) {
        
    /*** 
    =============================================
        Top bar Area style
    =============================================
    ***/       
    .top-bar-area {}
    .top-bar-area .top-left{
        width: 250px;
        margin: 0 auto;
    }
    .top-bar-area .top-left ul li {
        display: inline-block;
        float: none;
        border-right: none;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 5px;
    }
    .top-bar-area .top-left ul li:last-child {
        border-left: none;
        padding-left: 0;
        border-right: 0px solid;
    }
        
    .top-bar-area .top-right {
        float: none;
        width: 300px;
        margin: 5px auto 0;
    }
    .top-bar-area .top-right .location {
        display: inline-block;
        float: left;
        border-right: none;
        padding-right: 0;
    }
    .top-bar-area .top-right .social-links {
        overflow: hidden;
        float: left;
        border-left: none;
        padding-left: 0px;
        width: 170px;
        margin: 0 50px;
    }  
        
        
    
    
    /*** 
    =============================================
        Rev slider wrapper style
    =============================================
    ***/ 
    .rev_slider_wrapper {
        margin-top: 0;
    }    
    .rev_slider_wrapper .slide-content-box.mar-lft {
        margin-left: 50px !important; 
    } 
    .tparrows {
        display: none;
    }
        
    /*** 
    =============================================
        Welcome area style
    =============================================
    ***/   
    .welcome-area .img-holder {
        margin-top: 40px;
    }
    .welcome-area .inner-content .single-item.border {
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
    }        
    .welcome-area .text-holder .bottom .read-more-button, 
    .welcome-area .text-holder .bottom .title {
        display: block;
    }
    .welcome-area .text-holder .bottom .title {
        padding-left: 0;
        margin-top: 15px;
    } 
     
    /*** 
    =============================================
        Procedures area style
    =============================================
    ***/     
    .procedures-area .single-item .text-holder .hover-content h3 {
        margin: 15px 0 15px;
    }    
    .procedures-area .single-item .text-holder .show-content {
        padding: 15px 0 7px;
    }    
        
    /*** 
    =============================================
        Choosing area style
    =============================================
    ***/     
    .choosing-area ul {
        max-width: 300px;
        margin: 0 auto;
    }
    .choosing-area .single-item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .choosing-area li:after{
        border: none;        
    }    
    .choosing-area .single-item.bdr-btm:before {
        border: none;
    }
        
    /*** 
    =============================================
        Testimonial area style
    =============================================
    ***/      
    .testimonial-area {
        padding-bottom: 0px;
    }    
    .testimonial-area .sec-title {
        float: none !important;
        padding-bottom: 20px;
    }      
    .testimonial-area .more-button {
        margin-top: 0;
        margin-bottom: 30px;
        float: none !important;
        overflow: hidden;
    }    
    .testimonial-area .single-testimonial-item {
        margin-bottom: 80px;
    }      
    
    /*** 
    =============================================
        Appointment area style
    =============================================
    ***/
    .appointment-area {
        padding-top: 80px;
        padding-bottom: 75px;
    }    
    .appointment-area .sec-title {
        padding-bottom: 40px;
    }    
    .appointment-box {
        position: relative;
        padding-left: 0;
    }        
    .appointment-box .experince {
        position: relative;
        margin: 0 auto;
        width: 300px;
        min-height: 340px;
    }   
    .appointment-box .form {
        border: 1px solid #f5f4f3;
        position: relative;
        top: 0;
        padding-top: 0;
        padding-left: 0;
        left: 0;
        margin-right: 0;
        padding-right: 0;
        min-height: 420px;
        padding: 20px;
        margin-top: 30px;
    }    
    .quick-contact {
        margin-top: 40px;
    }    
    .appointment-area .icon-holder.leap {
        display: none;
    }    
        
    /*** 
    =============================================
        Latest blog area style
    =============================================
    ***/ 
    .latest-blog-area {
        padding-bottom: 40px;
    }    
    .single-blog-item {
        max-width: 300px;
        margin: 0 auto 40px;
        min-height: 394px;
    }   
    .single-blog-item .text-holder {
        bottom: -115px;
    }  
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -114px, 0px);
    }  
    .single-blog-item .text-holder .blog-title {
        font-size: 16px;
    }    
    .latest-blog-area .sec-title {
        float: none !important;
        padding-bottom: 25px;
    }        
    .latest-blog-area .readmore-blog {
        margin-top: 5px;
        float: none !important;
        width: 200px;
        margin-bottom: 20px;
    }
         
    /*** 
    =============================================
        Footer Area style
    =============================================
    ***/   
    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        overflow: hidden;
    }
    .single-footer-widget.mar-bottom {
        margin-bottom: 50px;
        overflow: hidden;
    }    
     
    /*** 
    =============================================
        Footer bottom Area style
    =============================================
    ***/     
    .footer-bottom-area {
        padding: 16px 0 30px;
    }
    .copyright-text p {
        text-align: center;
    } 
    .footer-bottom-area .footer-social-links {
        overflow: hidden;
        float: none;
        text-align: center;
    }
    .footer-bottom-area .footer-social-links li {
        display: inline-block;
        float: none;
        margin-right: 0;
        text-align: center;
        margin: 0 5px;
    }
        
    /*** 
    =============================================
        Facilities Area style
    =============================================
    ***/ 
    .facilities-area .text-holder { }    
    .facilities-area .text-holder ul .single-item {
        width: 100%;
    }    
    .facilities-area .text-holder ul .single-item.bdr-btm:before {
        display: none;
    }    
    .facilities-area .text-holder ul li:after {
        display: none;
    }   
    .facilities-area .img-holder {
        background: #f2fff3;
        padding: 0px 0 70px;
    }
    .facilities-area .img-holder img {
        max-width: 100%;
        float: none;
        width: 100%;
    }    
        
    /*** 
    =============================================
        Procedures page Area style
    =============================================
    ***/     
    #procedures-page-area .sidebar {
        overflow: hidden;
        padding-top: 60px;
    }      
        
    /*** 
    =============================================
        offer box Area style
    =============================================
    ***/   
    .offer-box-area .offer-box .inner-content {
        position: relative;
        padding: 35px 40px 50px;
    }    
    .offer-box-area .offer-box .inner-content .left {
        float: none !important;
        text-align: center;
        margin: 0 0 20px;
    }        
    .offer-box-area .offer-box .inner-content .right {
        float: none !important;
        text-align: center;    
    }    
    .offer-box-area .offer-box .inner-content .right a {
        width: 180px;
        margin: 0 auto;
    }  
       
    /*** 
    =============================================
        Single procedures Area style
    =============================================
    ***/ 
    .single-procedures-area .features-box-content .text-holder ul {
        margin: 20px 0;
        max-width: 100%;
    }    
    .single-procedures-area .offer-content-box ul {
        max-width: 100%;
        margin: 0 auto;
    }      
    .single-procedures-area .pricing-plan-box {
        padding-top: 70px;
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }      
    .single-procedures-area .pricing-plan-box ul {
        max-width: 100% !important;
    }  
    .single-procedures-area .pricing-plan-box ul li .left {
        width: 100%;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box, 
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        display: block;
    }      
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .img-box {
        padding: 0;
        width: 200px;
        margin: 20px auto 0;
        border: none;
    }      
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box {
        padding: 20px;
    }
    .single-procedures-area .pricing-plan-box ul li .left .inner-content .text-box h3 {
        margin: 0 0 16px;
        line-height: 26px;
    }      
    .single-procedures-area .pricing-plan-box ul li .right {
        width: 100%;
        padding: 20px 0 30px;
    }
    .single-procedures-area .sidebar {
        overflow: hidden;
        padding-top: 60px;
        max-width: 320px;
        margin: 0 auto;
    } 
        
    /*** 
    =============================================
        Breadcrumb bottom area style
    =============================================
    ***/   
    .breadcrumb-area .breadcrumbs h1 {
        line-height: 50px;
    }        
    .breadcrumb-bottom .left {
        float: none !important;
    } 
    .breadcrumb-bottom .left ul {
        text-align: center;
    } 
    .breadcrumb-bottom .left ul li {
        margin: 0 4px;
    }    
    .breadcrumb-bottom .right {
        float: none !important;
        text-align: center;
        margin: 2px 0 0;
    }       
        
    /*** 
    =============================================
        Blog Default Area style
    =============================================
    ***/  
    .blog-default-area .sidebar-wrapper {
        border-left: none;
        padding-left: 0;
        margin-top: 0;
        padding-top: 70px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
        
    /*** 
    =============================================
        Blog Large Area style
    =============================================
    ***/      
    .blog-large-area .blog-post {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }    
    .blog-large-area .sidebar-wrapper {
        padding-left: 0;
        padding-top: 70px;
    }        
    .blog-large-area .single-blog-item {
        max-width: none;
        width: 100%;
    }      
        
     /*** 
    =============================================
        Blog Single Area style
    =============================================
    ***/ 
    .blog-single-area .single-blog-item {
        max-width: 100%;
    }  
    .blog-single-area .blog-post {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }      
    .blog-single-area .middle-content-box .img-holder, .blog-single-area .middle-content-box .text-holder {
        display: block;
    }
    .blog-single-area .middle-content-box .img-holder {
        width: 100%;
    }
    .blog-single-area .middle-content-box .img-holder img {
        width: 100%;
    }
    .blog-single-area .middle-content-box .text-holder {
        padding-left: 0;
        padding-top: 45px;
    } 
    .blog-single-area .middle-content-box .text-holder:before {
        top: 20px;
        left: 0px;
    }       
    .blog-single-area .tag-social-share-box .social-share {
        float: left !important;
        margin-top: 25px;
    } 
    .single-blog-item .text-holder .meta-info li {
        line-height: 22px;
    } 
    .blog-single-area .sidebar-wrapper{
        padding-top: 70px;        
    }    
    .blog-single-area .sidebar-wrapper {
        padding-left: 0px;
    } 
     
    /*** 
    =============================================
        Project withoutgrid Area style
    =============================================
    ***/
    .project-filter {
        margin-bottom: 35px;
    }    
    .project-filter li {
        display: inline-block;
        margin: 0 5.5px 5px;
    }       
    
    /*** 
    =============================================
        Project Single Area style
    =============================================
    ***/      
    #project-single-area .project-info {
        padding-top: 50px;
    }
    
    /*** 
    =============================================
        Shop Area style
    =============================================
    ***/      
    .shop-area .shop-content {
        padding-bottom: 70px;
    }
    .shop-area .showing-result-shorting .showing {
        float: none !important;
        display: block;
    }    
    .shop-area .showing-result-shorting .shorting {
        float: none !important;
        display: block;
        margin-top: 15px;
    }  
        
    /*** 
    =============================================
       Single Shop Area style
    =============================================
    ***/ 
    .single-shop-content .img-holder {
        margin-right: 0;
    }    
    .single-shop-content .content-box {
        margin-top: 40px;
        margin-left: 0;
    }
    .single-shop-area .sidebar-wrapper {
        padding-top: 50px;
    }    
        
    /*** 
    =============================================
       Cart area  style
    =============================================
    ***/      
    .cart-middle .apply-coupon {
        padding-left: 0;
    }
    .cart-middle .apply-coupon input[type="text"] {
        position: relative;
        margin-bottom: 20px;
    } 
    .cart-middle .update-cart {
        float: left !important;
        margin-top: 20px;
    }    
    .cart-total {
        padding-top: 70px;
    }      
        
    /*** 
    =============================================
        Checkout Area style
    =============================================
    ***/      
    .checkout-area .form.shipping-info{
        padding-top: 70px;        
    } 
    .checkout-area .exisitng-customer h5 a {
        display: block;
        padding-left: 0;
        margin: 7px 0 0;
    } 
    .checkout-area .coupon h5 a {
        display: block;
        padding-left: 0;
        margin: 7px 0 0;
    }    
      
    /*** 
    =============================================
        Login Register Area style
    =============================================
    ***/    
    .login-register-area .form .social-icon {
        float: left;
        margin-right: -8px;
        margin-top: 15px;
    } 
    .login-register-area .form .social-icon .login-with {
        left: 0;
        position: relative;
        top: 0;
    }      
    .login-register-area .form.register{
        padding-top: 70px;        
    }      
    .login-register-area .form h6 {
        margin: 28px 0 0 0px;
    } 
    
    /*** 
    =============================================
        Contact form Area style
    =============================================
    ***/     
    .contact-form-area .quick-contact {
        background: #ffffff;
        margin-bottom: 50px;
    }    
    
    /*** 
    =============================================
        Appointment page Area style
    =============================================
    ***/     
    .appointment-page-area .appointment-box .experince {
        position: relative;
        width: 330px;
        min-height: 340px;
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .appointment-page-area .appointment-box .form textarea {
        margin-top: 23px;
    }    
            
     
    .header-info li{width:50%!important;}
    .header-offerbar{padding: 5px 0 5px!important; font-size:12px!important;}
    .mainmenu-area .logo .logo-image { width: 72%!important;}
        
        
        
        
     
        
        
    }
    
    
    
    /* Wide Mobile Layout: 480px. */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    
    /*** 
    =============================================
        Blog style
    =============================================
    ***/       
    .single-blog-item {
        min-height: 509px;
        max-width: 430px;
        width: 430px;
        margin: 0 auto 40px;
    }
    .single-blog-item .text-holder {
        bottom: -90px;
    }    
    .single-blog-item .text-holder .blog-title {
        font-size: 18px;
    } 
    .single-blog-item:hover .img-holder .categories {
        transform: translate3d(0px, -89px, 0px);
    }      
    
        
        
     
    }
    
    
    @media only screen and (max-width: 420px) {
        .header-info li{font-size:11px!important;}
    }
    
           
    
    
    
        
    
    






















