/*===============================================

Template Name: spanio  - Hotel Spa HTML5 Template 

Author:  

Description: Description

Version: 1.0.0

Text Domain: Consen

Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.

================================================*/



/*TABLE OF CONTENTS*/

/*=====================

01. spanio Header Area Css

02. spanio Nav Menu Area Css 

03. spanio Hero Area Css

04. spanio Portfolio Area Css

05. spanio Portfolio Details Area Css

06. spanio About Area Css

07. spanio Service Area Css

08. spanio Service Details Area Css

09. spanio Portfolio Area Css

10. spanio Portfolio Details Area Css

11. spanio Team Area Css

12. spanio Pricing Area Css

13. spanio Faqs Area Css

14. spanio Blog Area Css

15. spanio Blog Details Area Css

16. spanio Contact Area Css

17. spanio Feature Area Css

18. spanio Teastimonial Area Css

19. spanio Footar Area Css

20. spanio Gallary Area Css

21. spanio Brand Area Css

22. spanio Search Box Css

23. spanio Sidbar Css

=======================*/









/*---===========================================================================================================

   <!-- spanio Home One Css -->

===============================================================================================================---*/





/*---=======================================

   <!--spanio Hero Area Css Style Two-->

========================================---*/

.hero-area.style-two {

    background: url(../image/home-1/hero-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 0 0 0 198px;

    height: 944px;

    position: relative;

    overflow: hidden;

}



.style-two .hero-content img {

    margin-bottom: 24px;

}



.style-two .hero-content {

    text-align: left;

    position: relative;

}



.style-two .hero-content h1 {

    font-size: 76px;

    text-transform: uppercase;

    line-height: 72px;

    color: #fff;

}



.style-two .hero-content p {

    opacity: 0.702;

    font-size: 22px;

    color: #ffffff;

    font-weight: 400;

    margin: 25px 0 0;

}



.style-two a.hero-button {

    display: inline-block;

    background: var(--primary-color);

    color: #fff;

    text-transform: uppercase;

    font-size: 16px;

    font-family: var(--fonts-title);

    padding: 16px 44px;

    border-radius: 30px;

    margin-top: 49px;

    position: relative;

    z-index: 1;

    transition: 0.5s;

}



.style-two a.hero-button:hover{

    color:var(--secondary-color);

}



.style-two a.hero-button:before{

    position: absolute;

    content: "";

    width:0;

    height: 100%;

    left: 50%;

    top: 0;

    background:#fff;

    border-radius: 30px;

    z-index: -1;

    transition: 0.5s;

}



.style-two a.hero-button:hover:before{

    width: 100%;

    left: 0;

}



.style-two a.hero-button i {

    color: #fff;

    display: inline-block;

    position: relative;

    left: 9px;

    top: 1px;

    transition: 0.5s;

}



.style-two a.hero-button:hover i{

    color:var(--secondary-color);

}



.style-two .hero-thumb {

    position: relative;

}



.style-two .hero-img-1 {

    position: absolute;

    top: -156px;

    left: -158px;

}



.style-two .hero-img-2 {

    position: absolute;

    right: 81px;

    top: -28px;

}



.style-two .hero-counter-box {

    background: #2e2e2e;

    display: inline-block;

    padding: 85px 79px 70px;

    position: absolute;

    bottom: 0;

    right: 83px;

    text-align: center;

}



.style-two .hero-counter-title {

    background: var(--primary-color);

    display: inline-flex;

    width: 110px;

    height: 110px;

    text-align: center;

    line-height: 110px;

    border-radius: 50%;

    margin-bottom: 57px;

    position: relative;

    z-index: 1;
	
	justify-content:center;
	align-items: center;

}



.style-two .hero-counter-title:before {

    position: absolute;

    content: "";

    width: 140px;

    height: 140px;

    top: -15px;

    left: -16px;

    border: 1px solid rgba(242,228,215,0.2);

    border-radius: 50%;

    z-index: -1;

}



.style-two .hero-counter-title:after {

    position: absolute;

    content: "";

    width: 190px;

    height: 190px;

    top: -41px;

    left: -41px;

    border: 1px solid rgba(242,228,215,0.2);

    border-radius: 50%;

    z-index: -1;

}



.style-two .hero-counter-title h4 {

    font-size: 46px;

    color: #fff;

    display: inline-block;

    font-family: var(--fonts-body);

    font-weight: 600;

    margin: 0;

}



.style-two .hero-counter-title span {

    font-size: 46px;

    color: #fff;

    display: inline-block;

    font-family: var(--fonts-body);

    font-weight: 600;

    margin: 0;

}



.style-two .hero-countear-text h4 {

    font-size: 28px;

    line-height: 38px;

    text-transform: uppercase;

    color: #f2e4d7;

    font-weight: 600;

}



.style-two .hero-single-text{

    position: absolute;

    bottom: 56px;

    left: 56%;

}



.style-two .hero-single-text span {

    font-size: 18px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: 500;

    display: inline-block;

}



.style-two .hero-single-text span:before {

    position: absolute;

    content: "";

    width: 58px;

    height: 1px;

    top: 13px;

    left: -69px;

    background: var(--primary-color);

}



.style-two .hero-info-area {

    position: absolute;

    left: -434px;

    top: 53%;

    background: #212121;

    padding: 47px 200px;

    transform: rotate(90deg);

}



.style-two .hero-info ul li {

    display: inline-block;

    margin-right: 83px;

    color: #f2e4d7;

    font-size: 18px;

    position: relative;

}



.style-two .hero-info ul li:before {

    position: absolute;

    content: "";

    width: 2px;

    height: 193px;

    right: 91px;

    bottom: -22px;

    background: var(--primary-color);

    transform: rotate(90deg);

}



.style-two .hero-info ul li.two:before {

    background: transparent;

}



.style-two .hero-info ul li i {

    display: inline-block;

    color: var(--primary-color);

    margin-right: 8px;

}





/*---=======================================

   <!--spanio  Feature Area Css Style Two-->

========================================---*/

.feature-area.style-two {

    background: #f2e4d7;

    padding: 120px 80px 120px;

}



.feature-area.style-two .section-title {

    margin-bottom: 0;

}



.style-two .section-title h4 {

    color: var(--primary-color);

}



.style-two a.section-button i {

    display: inline-block;

    width: 56px;

    height: 56px;

    border-radius: 28px;

    background-color: #ffffff;

    text-align: center;

    line-height: 56px;

    font-size: 28px;

    transform: rotate(-45deg);

    margin-top: 31px;

    transition: 0.5s;

}



.style-two a.section-button i:hover{

    background:var(--primary-color);

    color:#ffff;

}



.style-two .single-feature-box {

    background: #fff;

    padding: 40px 17px 38px 38px;

    position: relative;

    z-index: 1;

    margin: 0 0 0 29px;

}



.style-two .single-feature-box:last-child{

    margin-right: 0;

}



.style-two .single-feature-box:before{

    position: absolute;

    content: "";

    width:0;

    height: 100%;

    left: 50%;

    top: 0;

    background:#151515;

    z-index: -1;

    transition: 0.5s;

}



.style-two .single-feature-box:hover:before{

    width: 100%;

    left: 0;

}



.style-two .feature-content h4 {

    font-size: 28px;

    font-weight: 600;

    margin: 67px 0 24px;

    transition: 0.5s;

}



.style-two .single-feature-box:hover .feature-content h4{

    color: #fff;

}



.style-two a.featur-buttton i {

    display: inline-block;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    border: 1px solid rgba(21,21,21,0.1);

    border-radius: 50%;

    transition: 0.5s;

}



.style-two .single-feature-box:hover a.featur-buttton i{

    background: var(--primary-color);

    color:#fff;

}







/*---=======================================

   <!--spanio About Area Css Style Two-->

========================================---*/

.about-area.style-two {

    padding: 121px 0 98px;

}



.about-area.style-two .section-title {

    margin-bottom: 38px;

}



.about-area.style-two .about-right {

    margin-left: 0;

    margin-top: 0;

}



.about-area.style-two p.about-desc {

    margin: 23px 0 0px;

    width: 89%;

}



.style-two .about-author-box {

    display: flex;

    align-items: center;

    gap: 37px;

    margin-top: 50px;

}



.style-two .about-quote-icon i {

    display: inline-block;

    font-size: 54px;

    color: var(--primary-color);

}



.style-two .about-author-content p {

    margin-left: 0;

    position: relative;

    margin-top: 13px;

    font-style: italic;

}



.style-two .about-author-content p:before{

    background: transparent;

}



.style-two .about-author-content h4 {

    font-size: 16px;

    text-transform: uppercase;

    color: #151515;

    font-weight: 500;

    margin: 22px 0 0 58px;

    position: relative;

}



.style-two .about-author-content h4:before {

    position: absolute;

    content: "";

    width: 38px;

    height: 1px;

    left: -44px;

    top: 13px;

    background: var(--primary-color);

}





/*project-button style-two*/

.style-two.project-button a {

    display: inline-block;

    background: var(--primary-color);

    color: #fff;

    text-transform: uppercase;

    padding: 12px 38px;

    border-radius: 30px;

    font-size: 15px;

    position: relative;

    font-weight: 500;

    z-index: 1;

    transition: 0.5s;

}



.style-two.project-button a:before {

    position: absolute;

    content: "";

    width: 0;

    height: 100%;

    left: 50%;

    top: 0;

    background:var(--secondary-color);

    z-index: -1;

    border-radius: 30px;

    transition: 0.5s;

}



.style-two.project-button a:hover:before {

   width: 100%;

   left: 0;

}



.style-two.project-button i {

    display: inline-block;

    font-size: 26px;

    transform: rotate(-45deg);

    position: relative;

    top: 4px;

    left: 2px;

}







/*---=======================================

   <!--spanio Searvice Area Css Style Two-->

========================================---*/

.service-area.style-two {

    background: #f2e4d7;

    padding: 225px 100px 120px;

    margin-top: -207px;

}



.service-area.style-two .section-title h1 {

    color: var(--secondary-color);

}



.service-area.style-two .col-lg-3.padding {

    padding: 0;

}



.style-two .service-box.text-box {

    background: #ffff;

    padding: 49px 50px 43px;

    position: relative;

    z-index: 1;

}



.style-two .service-box.text-box .service-box-icon img{

   transition: 0.5s;

}



.style-two .service-box.text-box:hover .service-box-icon img{

    filter: brightness(0) invert(1);

}



.style-two .service-box.text-box:before{

    position: absolute;

    content: "";

    width:0;

    height: 100%;

    left: 50%;

    top: 0;

    background:var(--primary-color);

    z-index: -1;

    transition: 0.5s;

}



.style-two .service-box.text-box:hover:before{

    width: 100%;

    left: 0;

}



.style-two .service-thumb img {
    width: 100%;
	vertical-align:middle;
}



.style-two .service-box-content h4 {

    font-size: 32px;

    margin: 23px 0 22px;

    transition: 0.5s;

}



.style-two .service-box.text-box:hover .service-box-content h4 {

    color:#fff;

}



.style-two .service-box-content p {

    margin: 0 0 68px;

    transition: 0.5s;

}



.style-two .service-box.text-box:hover .service-box-content p{

    color:#fff;

}



.style-two a.service-buton i {

    display: inline-block;

    width: 44px;

    height: 44px;

    border-radius: 22px;

    border: 1px solid rgba(21,21,21,0.15);

    text-align: center;

    line-height: 44px;

    transition: 0.5s;

}



.style-two .service-box.text-box:hover a.service-buton i{

    background:#fff;

    color: var(--primary-color);

}





/*---=======================================

   <!--spanio Video Area Css Style Two-->

========================================---*/

.video-area.style-two {

    background: url(../image/home-1/video-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 299px 0 291px;

    margin: 120px 100px 0;

}



.video-area.style-two .video-button i {

    display: inline-block;

    background: var(--primary-color);

    width: 96px;

    height: 96px;

    line-height: 96px;

    color: #fff;

    font-size: 32px;

    border-radius: 50%;

    position: relative;

}



/*---=======================================

   <!--spanio Team Area Css Style Two-->

========================================---*/

.team-area.style-two {

    padding: 118px 0 121px;

}



.team-area.style-two .section-desc-right p {

    width: 90%;

    margin: 0 0 32px;

}



.team-area.style-two .style-two.project-button a {

    display: inline-block;

    text-transform: uppercase;

    padding: 12px 38px;

    border-radius: 30px;

    font-size: 15px;

    position: relative;

    font-weight: 500;

    z-index: 1;

    transition: 0.5s;

    background: transparent;

    color: var(--secondary-color);

    border: 1px solid rgba(21,21,21,0.2);

}



.team-area.style-two .style-two.project-button a:hover{

    color:#fff;

}



.team-area.style-two .team-box {

    position: relative;

    text-align: center;

    overflow: hidden;

}



.team-area.style-two .team-box.two {

    margin-top: 51px;

}



.team-area.style-two .team-box.three {

    margin-top: 101px;

}



.team-area.style-two .team-box:before {

    position: absolute;

    content: "";

    width: 90%;

    height: 90%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    border: 1px solid var(--primary-color);

    z-index: 1;

    opacity: 0;

    transition: 0.5s;

}



.team-area.style-two .team-box:hover:before{

    opacity: 1;

}



.style-two .team-thumb {

    position: relative;

    overflow: hidden;

}



.style-two .team-thumb:before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 0;

    top: 60px;

    background-image: linear-gradient(0deg,

        rgba(21,21,21,0.9999999999999999) 

        0%, rgba(21,21,21,0.9999999999999999) 

        12%, rgba(21,21,21,0) 65%, 

        rgba(21,21,21,0) 100%);

    opacity: 0;

    transition: 0.5s;

}



.team-area.style-two .team-box:hover .team-thumb:before{

    opacity:1;

}



.style-two .team-thumb img {

    width: 100%;

}



.style-two .team-title {

    position: absolute;

    bottom: -171px;

    left: 0;

    right: 0;

    margin: auto;

    z-index: 99;

    transition: 0.5s;

}



.team-area.style-two .team-box:hover .team-title{

    bottom: 41px;

}



.style-two .team-title h4 {

    font-size: 32px;

    color: #ffffff;

    font-weight: 600;

}



.style-two .team-title p {

    opacity: 0.702;

    font-size: 16px;

    color: #ffffff;

    font-weight: 400;

    margin-top: 3px;

    margin-bottom: 8px;

}



.style-two .social-icon ul li {

    display: inline-block;

    margin: 0 6px;

}



.style-two .social-icon ul li i {

    display: inline-block;

    color: #fff;

    opacity: 0.7;

    transition: 0.5s;

}



.style-two .social-icon ul li i:hover{

    color:var(--primary-color);

}









/*---=======================================

   <!--spanio Brand Area Css Style Two-->

========================================---*/

.brand-area.style-two {

    padding: 91px 0 75px;

    border-top: 1px solid rgba(21,21,21,0.10196078431372549);

}



.brand-area.style-two .single-brand-box {

    text-align: center;

}



.brand-area.style-two .owl-carousel .owl-item img {

    display: inline-block;

    text-align: center;

}







/*---=============================================

   <!--spanio Teastimonial Area Css Style Two-->

==============================================---*/

.teastimonial-area.style-two {

    background: url(../image/home-1/teasti-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 120px 0 122px;

}



.style-two .single-teasti-box {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-left: 128px;
}

.style-two .single-teasti-box {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-left: 128px;
}
.style-two .single-teasti-box .teasti-thumb { min-width:400px; }

@media only screen and (max-width:767px) {
.style-two .single-teasti-box .teasti-thumb { min-width:inherit; }
}



.style-two p.teasti-desc {

    opacity: 0.702;

    font-size: 22px;

    line-height: 36px;

    color: #ffffff;

    font-weight: 400;

    font-style: italic;

    width: 84%;

    margin: 22px 0 23px;

}



.style-two .teasti-rating ul li {

    display: inline-block;

    margin-right: 3px;

    color: var(--primary-color);

}



.style-two .teasti-author h4 {

    font-size: 24px;

    color: #ffffff;

    font-weight: 500;

    margin: 29px 0 0;

}



.style-two .teasti-author p {

    color: #acacac;

    margin: 3px 0 0 31px;

    position: relative;

}



.style-two .teasti-author p:before {

    position: absolute;

    content: "";

    width: 18px;

    height: 1px;

    left: -27px;

    top: 14px;

    background: #fff;

}







/*---=============================================

   <!--spanio Pricing Area Css Style Two-->

==============================================---*/



.pricing-area.style-two {

    background: #f2e4d7;

    padding: 120px 0 88px;

}



.pricing-area.style-two .single-pricing-button {

    text-align: right;

}



.pricing-area.style-two .single-pricing-button i {

    display: inline-block;

    width: 120px;

    height: 120px;

    border-radius: 60px;

    background-color: #ffffff;

    text-align: center;

    font-size: 37px;

    line-height: 120px;

    transform: rotate(-45deg);

    position: relative;

    top: -3px;

    z-index: 1;

    overflow: hidden;

    transition: 0.5s;

}



.pricing-area.style-two .single-pricing-button i:hover{

    color:#fff;

}



.pricing-area.style-two .single-pricing-button i:after {

    position: absolute;

    content: "";

    width: 48%;

    height: 48%;

    left: -44px;

    bottom: 35px;

    background: var(--primary-color);

    z-index: -1;

    border-radius: 50%;

    transition: 0.5s;

}



.pricing-area.style-two .single-pricing-button i:hover:after{

    width: 100%;

    height: 100%;

    left: 0;

    bottom: 0;

}



.style-two .single-pricing-box {

    background: #f7f6f2;

    padding: 26px 39px 47px;

    margin-bottom: 30px;

    position: relative;

    z-index: 1;

}



.style-two .single-pricing-box:before{

    position: absolute;

    content: "";

    width: 0;

    height: 100%;

    top: 0;

    left: 50%;

    background:#1e1e1e;

    z-index: -1;

    transition: 0.5s;

}



.style-two .single-pricing-box:hover:before{

    width: 100%;

    left: 0;

}





.style-two .single-pricing-box.two {

    margin-top: 28px;

}



.style-two .single-pricing-box.three {

    margin-top: 56px;

}



.style-two .pricing-title {

    border-bottom: 1px solid rgba(83,32,91,0.10196078431372549);

    padding-bottom: 35px;

    margin-bottom: 20px;

    transition: 0.5s;

}



.style-two .single-pricing-box:hover .pricing-title {

    border-bottom: 1px solid #ffffff5e;

}



.style-two .pricing-title h4 {

    font-size: 28px;

    text-transform: uppercase;

    display: inline-block;

    transition: 0.5s;

}



.style-two .single-pricing-box:hover .pricing-title h4{

    color:#fff;

}



.style-two .pricing-title span {

    display: inline-block;

    border: 1px solid rgba(255,255,255,0.4);

    border-radius: 30px;

    padding: 2px 17px;

    color: #fff;

    opacity: 0.8;

    transition: 0.5s;

    margin-left: 7px;

    opacity: 0;

}



.style-two .single-pricing-box:hover .pricing-title span{

    opacity: 1;

}



.style-two .pricing-price h4 {

    display: inline-block;

    font-size: 50px;

    text-transform: uppercase;

    color: var(--primary-color);

    font-family: var(--fotns-body);

    font-weight: 400;

    transition: 0.5s;

}



.style-two .pricing-price span {

    display: inline-block;

    color: #686868;

    font-weight: 600;

    text-transform: uppercase;

    font-family: var(--fonts-title);

    transition: 0.5s;

}



.style-two .single-pricing-box:hover .pricing-price span{

    color:#fff;

}



.style-two .pricing-price p {

    margin: 8px 0 32px;

    transition: 0.5s;

}



.style-two .single-pricing-box:hover .pricing-price p{

    color:#fff;

}



.style-two .pricing-list ul li {

    line-height: 39px;

    color: #686868;

    font-weight: 400;

    font-family: "Lora";

    position: relative;

    margin-left: 40px;

    transition: 0.5s;

}



.style-two .single-pricing-box:hover .pricing-list ul li{

    color:#fff;

}



.style-two .pricing-list ul li:before {

    position: absolute;

    content: "";

    width: 6px;

    height: 6px;

    left: -15px;

    top: 16px;

    background: #68686880;

    border-radius: 50%;

    transition: 0.5s;

}



.style-two .single-pricing-box:hover .pricing-list ul li:before{

    background:#fff;

}





.style-two .pricing-butn a {

    display: inline-block;

    border: 1px solid rgba(83,32,91,0.2);

    font-size: 16px;

    font-family: var(--fonts-title);

    padding: 12px 35px;

    border-radius: 30px;

    margin-top: 38px;

    transition: 0.5s;

}



.style-two .single-pricing-box:hover .pricing-butn a{

    border: 1px solid #fff;

    color:#fff;

}



.style-two .pricing-butn i {

    display: inline-block;

    font-size: 25px;

    color: var(--primary-color);

    position: relative;

    top: 4px;

    left: 4px;

}







/*---=============================================

   <!--spanio Blog Area Css Style Two-->

==============================================---*/

.single-blog-area.style-two {

    padding: 119px 0 94px;

}



.single-blog-area.style-two .section-title {

    margin-bottom: 40px;

}



.single-blog-area.style-two .style-two.project-button a {

    border: 1px solid rgba(21,21,21,0.2);

    background: transparent;

    color: var(--secondary-color);

}



.single-blog-area.style-two .style-two.project-button a:hover{

    color:#fff;

}



.style-two .single-blog-box {

    text-align: center;

}



.style-two .single-blog-thumb{

    overflow: hidden;

}



.style-two .single-blog-thumb img {

    width: 100%;

    transition: 0.5s;

}



.style-two .single-blog-box:hover .single-blog-thumb img{

    transform: scale(1.2);

}



.style-two .blog-content {

    background: #fff;

    padding: 28px 38px 25px;

}



.style-two .meta-blg {

    margin-bottom: 12px;

}



.style-two .meta-blg span {

    display: inline-block;

    text-transform: uppercase;

    margin: 0px 19px;

    position: relative;

}



.style-two .meta-blg span:before {

    position: absolute;

    content: "";

    width: 8px;

    height: 9px;

    top: 9px;

    left: -14px;

    background: var(--primary-color);

}



.style-two .blog-content a {

    display: inline-block;

    font-size: 26px;

    line-height: 35px;

    font-weight: 600;

    font-family: var(--fonts-title);

    color: var(--secondary-color);

    transition: 0.5s;

}



.style-two .blog-content a:hover {

    color: var(--primary-color);

}









/*---=============================================

   <!--spanio Gallary Area Css Style Two-->

==============================================---*/

.gallary-area {

    padding: 118px 0 100px;

    background: #f2e4d7;

}



.single-gallary-box {

    position: relative;

    margin-bottom: 20px;

}



.single-gallary-box:before {

    position: absolute;

    content: "";

    width: 88%;

    height: 88%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    border: 1px solid var(--primary-color);

    z-index: 1;

    transition: 0.5s;

    opacity: 0;

}



.single-gallary-box:hover:before{

    opacity: 1;

}



.single-gallary-box:after{

    position: absolute;

    content: "";

    width:0;

    height: 100%;

    left: 50%;

    top: 0;

    background-color: rgba(21,21,21,0.5019607843137255);

    transition: 0.5s;

}



.single-gallary-box:hover:after{

    width:100%;

    left: 0;

}



.gallary-thumb img {

    width: 100%;

}



.gallery-v-box-icon i {

    position: absolute;

    bottom: 44%;

    left: 44%;

    color: var(--primary-color);

    font-size: 36px;

    z-index: 222;

    opacity: 0;

    transition: 0.5s;

}



.single-gallary-box:hover .gallery-v-box-icon i{

    opacity: 1;

}









/*---=====================================================

   <!-- spanio Hero Area Css Styel Three-->

========================================================---*/

.style-three.hero-area {

    background: url(../image/home-2/hero-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    height: 740px;

    padding: 0 0 18px;

    position: relative;

}



.style-three .hero-content {

    text-align: left;

    position: relative;

}



.style-three .hero-content h1 {

    font-size: 90px;

    text-transform: capitalize;

    line-height: 100px;

    font-family: var(--fonts-title-2);

    color: var(--primary-color-2);

    font-weight: 700;

}



.style-three .hero-content p {

    font-size: 20px;

    line-height: 34px;

    color: #030303;

    font-weight: 400;

    margin: 15px 0 40px;

    width: 36%;

    font-family: var(--fonts-body-2);

}



.style-three .hero-check-list {

    margin-bottom: 51px;

}



.style-three .hero-check-list span {

    display: inline-block;

    font-size: 18px;

    color: #030303;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin-right: 32px;

}



.style-three .hero-check-list i {

    width: 50px;

    height: 50px;

    border-radius: 25px;

    background: var(--primary-color-2);

    display: inline-block;

    color: #ffff;

    text-align: center;

    line-height: 50px;

    font-size: 20px;

    margin-right: 10px;

}



/*project-button style-Three*/

.style-three.project-button a {

    display: inline-block;

    background: var(--primary-color);

    color: #fefefe;

    padding: 9px 41px 15px;

    border-radius: 30px;

    font-size: 16px;

    position: relative;

    font-weight: 700;

    z-index: 1;

    transition: 0.5s;

    text-transform: capitalize;

    font-family: var(--fonts-body-2);

}



.style-three.project-button a:before {

    position: absolute;

    content: "";

    width: 0;

    height: 100%;

    left: 50%;

    top: 0;

    background:var(--secondary-color);

    z-index: -1;

    border-radius: 30px;

    transition: 0.5s;

}



.style-three.project-button a:hover:before {

   width: 100%;

   left: 0;

}



.style-three.project-button i {

    display: inline-block;

    font-size: 26px;

    transform: rotate(-45deg);

    position: relative;

    top: 4px;

    left: 2px;

}



.style-three a.button-2 {

    background: #ffff !important;

    color: #000000 !important;

    transition: 0.5s;

    margin-left: 5px;

}



.style-three a.button-2:hover{

    color:#fff !important;

}



.style-three .hero-shape {

    position: absolute;

    top: -28px;

    right: 72px;

}



.hero-visiting-box {
  display: inline-block;
  background: var(--primary-color-2);
  text-align: center;
  padding: 23px 26px 25px;
  position: absolute;
  right: 5%;
  bottom: -70px;
  width: 100%;
  max-width: 300px;
}



.hero-visiting-thumb {

    position: absolute;

    top: -30px;

    right: 0;

    left: 0;

    margin: auto;

}



.hero-visit-content h4 {

    font-size: 24px;

    color: #fefefe;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 53px 0 11px;

}



.hero-visit-content p {

    font-size: 16px;

    color: #fefefe;

    font-weight: 400;

    font-family: var(--fonts-body-2);

    margin: 16px 0 19px;

}



.hero-visit-content a {

    display: inline-block;

    font-size: 16px;

    text-decoration: underline;

    text-transform: uppercase;

    color: #fefefe;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 0px 0 24px;

}



.visit-button a {

    display: inline-block;

    font-size: 16px;

    color: #070707;

    font-weight: 700;

    background: #fff;

    width: 100%;

    font-family: var(--fonts-body-2);

    padding: 9px 0;

}



.visit-button a.button {

    background: var(--primary-color);

    color: #fff;

    margin-top: 11px;

}









/*---=====================================================

   <!-- spanio Feature Area Css Styel Three-->

========================================================---*/

.feature-area.style-three {

    padding: 123px 0 100px;

}



.style-three .single-feature-box {

    background: #f2e5d8;

    text-align: center;

    padding: 138px 58px 49px;

    position: relative;

    z-index: 1;

    transition: 0.5s;

    border: 10px solid #f2e5d8;

}



.style-three .single-feature-box:hover{

    background:#fff;

    border: 10px solid var(--primary-color);

}



.style-three .single-feature-box:before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    border: 1px solid var(--primary-color);

    margin: auto;

    z-index: -1;

    transition: 0.5s;

}



.style-three .feature-icon {

    width: 163px;

    height: 163px;

    border-radius: 100%;

    border: 1px solid var(--primary-color);

    background-color: #f2e5d8;

    margin: auto;

    line-height: 135px;

    z-index: 1;

    position: absolute;

    top: -29px;

    left: 0;

    right: 0;

    transition: 0.5s;
	
	display:flex;
	
	align-items:center;
	
	justify-content:center; 

}



.style-three .single-feature-box:hover .feature-icon{

    background:#fff;

}



.style-three .feature-icon:before {

    position: absolute;

    content: "";

    width: 140px;

    height: 140px;

    background-color: #ffffff;

    top: 10px;

    left: 10px;

    border-radius: 50%;

    z-index: -1;

    transition: 0.5s;

}



.style-three .single-feature-box:hover .feature-icon:before{

    background:var(--primary-color);

}



.style-three .feature-icon img{

    transition: 0.5s;

}



.style-three .single-feature-box:hover .feature-icon img{

   filter: brightness(0) invert(1);

}



.style-three .feature-content h4 {

    font-size: 40px;

    color: #000000;

    font-weight: bold;

    margin-top: 20px;

    font-family: var(--fonts-title-2);

}



.style-three .feature-content p {

    color: #444444;

    font-family: var(--fonts-body-2);

    margin: 14px 0 29px;

}



.style-three .feature-content a i {

    display: inline-block;

    width: 70px;

    height: 70px;

    border-radius: 35px;

    background-color: #ffffff;

    line-height: 70px;

    font-size: 24px;

    position: relative;

    transition: 0.5s;

}



.style-three .single-feature-box:hover .feature-content a i{

    background: var(--primary-color);

    color:#fff;

}



.style-three .feature-content a i:after {

    position: absolute;

    content: "";

    width: 80%;

    height: 80%;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    border: 1px solid #929292;

    margin: auto;

    border-radius: 50%;

    transition: 0.5s;

}



.style-three .single-feature-box:hover .feature-content a i:after{

    border: 1px solid #fff;

}



.style-three .feature-shape {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: -1;

    transition: 0.5s;

}



.style-three .single-feature-box:hover .feature-shape{

    opacity:0;

}



.style-three .feature-shape2 {

    position: absolute;

    top: 30px;

    right: -13px;

    overflow: hidden;

    opacity: 0;

    transition: 0.5s;

}



.style-three .single-feature-box:hover .feature-shape2{

    opacity: 1;

}





/*---=====================================================

   <!-- spanio Treatment Area Css Styel Three-->

========================================================---*/

.treatment-area {

    padding: 19px 0 119px;

    position: relative;

}



.treatment-area .section-title {

    margin-bottom: 48px;

}



.style-three .section-title img {



}



.style-three .section-title h1 {

    font-size: 60px;

    text-transform: capitalize;

    font-family: var(--fonts-title-2);

    color: var(--primary-color-2);

    margin: 22px 0 40px;

}



.style-three .section-title p {

    font-size: 18px;

    line-height: 30px;

    color: #0d0c0c;

    font-weight: 400;

    font-family: var(--fonts-body-2);

    width: 46%;

    margin: auto;

}



.single-treatment-box {

    position: relative;

    overflow: hidden;

    margin: 0 14px 0;

}



.single-treatment-box:hover .treatment-thumb{

    overflow: hidden;

}



.treatment-thumb img {

    width: 100%;

    transition: 0.5s;

}



.single-treatment-box:hover .treatment-thumb img {

    transform: scale(1.2);

}



.treatment-content {
    position: absolute;
    bottom: -213px;
    left: 0;
    background: #fff;
    width: 93%;
    padding: 26px 26px 26px;
    transition: 0.5s;
}
.treatment-content ul {
    list-style:none; 
}

.single-treatment-box:hover .treatment-content{
    bottom: 0;}



.treatment-content h4 {

    font-size: 30px;

    color: #000000;

    font-weight: bold;

    font-family: var(--fonts-title-2);

    margin: 0 0 7px;

}



.treatment-content ul li {

    font-size: 16px;

    line-height: 36px;

    color: #000000;

    font-family: var(--fonts-body-2);

    padding-left: 26px;

    position: relative;

}



.treatment-content ul li:before {

    position: absolute;

    content: "";

    width: 10px;

    height: 10px;

    left: 2px;

    top: 14px;

    background: var(--primary-color);

    border-radius: 50%;

}



.treatment-content h3 {

    font-size: 26px;

    color: #000000;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 16px 0 0;

}



.treatment-area .owl-prev {

    position: absolute;

    bottom: 50%;

    left: -5px;

}



.treatment-area .owl-prev i {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    display: inline-block;

    background: #fff;

    text-align: center;

    line-height: 70px;

    color: #222;

    font-size: 22px;

    position: relative;

    z-index: 1;

    transition: 0.5s;

}



.treatment-area .owl-prev i:after {

    position: absolute;

    content: "";

    width: 80%;

    height: 80%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    border: 1px solid #22222282;

    border-radius: 50%;

    margin: auto;

    z-index: -1;

    transition: 0.5s;

}



.treatment-area .owl-next {

    position: absolute;

    right: -5px;

    bottom: 50%;

}



.treatment-area .owl-next i {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    display: inline-block;

    background: #fff;

    text-align: center;

    line-height: 70px;

    color: #222;

    font-size: 22px;

    position: relative;

    transition: 0.5s;

    z-index: 1;

}



.treatment-area .owl-next i,

.treatment-area .owl-prev i:hover{

    color:#fff;

}



.treatment-area .owl-next i:after {

    position: absolute;

    content: "";

    width: 80%;

    height: 80%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    border: 1px solid #22222282;

    border-radius: 50%;

    margin: auto;

    transition: 0.5s;

    z-index: -1;

}

.treatment-area .owl-next i:after,

.treatment-area .owl-prev i:hover:after{

    border: transparent;

    background:var(--primary-color);

}



.treatment-area .treatment-shape {

    position: absolute;

    left: 80px;

    top: 121px;

}



.treatment-area .owl-dots {

    text-align: center;

    margin-top: 77px;

}



.treatment-area .owl-dot {

    position: relative;

    width: 8px;

    height: 8px;

    border-radius: 4px;

    background-color: #0c0c0c;

    display: inline-block;

    margin: 0 13px 0;

}



.treatment-area .owl-dot.active{

    position: relative;

    z-index: 1;

}



.treatment-area .owl-dot.active:before {

    position: absolute;

    content: "";

    width: 24px;

    height: 24px;

    border-radius: 12px;

    border: 3px solid var(--primary-color);

    top: -8px;

    left: -8px;

    z-index: -1;

}





/*---=====================================================

   <!-- spanio Exprience Area Css Styel Three-->

========================================================---*/

.exprience-area {

    background: url(../image/home-2/experience-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 119px 0 119px;

    position: relative;
	
	overflow:hidden;
	
	

}



.exprience-area.style-three .section-title {

    margin-bottom: 27px;

}



.exprience-area.style-three .section-title h1 {
    font-size: 60px;
    text-transform: inherit;
    font-family: var(--fonts-title-2);
    color: var(--primary-color-2);
    margin: 22px 0 40px;
    line-height:1.2;
}



.exprience-area.style-three .section-title p {

    font-size: 18px;

    line-height: 30px;

    color: #0d0c0c;

    font-weight: 400;

    font-family: var(--fonts-body-2);

    width: 80%;

    margin: 0;

    font-size: 16px;

    line-height: 30px;

    color: #444444;

}



.exprience-thumb {

    position: relative;

    left: 93px;

}



.single-exprience-box {

    display: inline-block;

    background: #fff;

    padding: 28px 37px 7px;

    width: 44%;

    border: 1px solid var(--primary-color);

    margin: 0 -3px 0;

}



.exprience-content h4 {

    font-size: 22px;

    color: #030303;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 19px 0 11px;

}



.exprience-content p {

    font-size: 16px;

    line-height: 30px;

    color: #444444;

    font-family: var(--fonts-body-2);

}



.exprience-area .exprience-contact-info {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 34px;

}



.exprience-area  .contact-phone {

    display: flex;

    align-items: center;

    gap: 14px;

}



.exprience-area .contact-icon i {

    display: inline-block;

    width: 57px;

    height: 57px;

    border-radius: 29px;

    background-color: #ffffff;

    text-align: center;

    line-height: 57px;

    color: var(--primary-color);

    font-size: 20px;

}





.exprience-area .contact-phone-content h4 {

    font-size: 14px;

    color: #000000;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 0;

}



.exprience-area .contact-phone-content p {

    font-size: 20px;

    text-transform: uppercase;

    color: #000000;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 5px 0 0;

}



.exprience-area .exprience-shape {

    position: absolute;

    right: 0;

    bottom: 95px;

}



/*---=====================================================

   <!-- spanio Brand Area Css Styel Three-->

========================================================---*/

.style-three.brand-area {

    padding: 100px 0 100px;

}



.style-three .single-brand-box {

    text-align: center;

}



.style-three .owl-carousel .owl-item img {

    display: inline-block;

}





/*---=====================================================

   <!-- spanio Brand Area Css Styel Three-->

========================================================---*/

.contact-area.style-three {

    background: url(../image/home-2/contact-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 120px 0 2px;

}



.contact-area.style-three .section-title {

    margin-bottom: 19px;

}



.contact-area.style-three .section-title h1 {
    font-size: 60px;
    text-transform: inherit;
    font-family: var(--fonts-title-2);
    color: var(--primary-color-2);
    margin: 22px 0 40px;
    color: #fff;
    line-height: 1.2;
}



.contact-area.style-three .section-title p {

    font-size: 16px;

    line-height: 30px;

    color: #0d0c0c;

    font-weight: 400;

    font-family: var(--fonts-body-2);

    width: 100%;

    margin: -13px 0 0;

    color: #ffff;

}



.contact-area.style-three .row.add-bg {

    background: url(../image/home-2/contact-box-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 81px 114px 94px;

    position: relative;

    z-index: 1;

    margin: 0 0 -147px;

}



.contact-area.style-three .row.add-bg:before {

    position: absolute;

    content: "";

	width: calc(100% - 20px);

	height: calc(100% - 20px);

    left: 0;

    top: 0;

    border: 1px solid #fff;

    right: 0;

    bottom: 0;

    margin: auto;

    z-index: -1;

}



.contact-area .single-box input {

    width: 100%;

    height: 54px;

    border-radius: 30px;

    border: transparent;

    outline: 0;

    padding: 0 22px;

    margin-bottom: 17px;

}



.contact-area .single-box input::placeholder{

    font-size: 16px;

    line-height: 24px;

    color: #444444;

    font-family: var(--fonts-body-2);

}



.contact-area .single-box select {

    width: 100%;

    height: 54px;

    border-radius: 30px;

    border: transparent;

    outline: 0;

    padding: 0 22px;

    margin-bottom: 17px;

}



.contact-area .single-box.add-icon{

    position: relative;

    z-index: 1;

}



.contact-area .single-box.add-icon:before {

    position: absolute;

    content: "\F3E8";

    width: 4%;

    height: 100%;

    right: 21px;

    top: 12px;

    font-family: 'bootstrap-icons';

    text-align: right;

    font-size: 20px;

}



.contact-area .single-box.add-icon-2{

    position: relative;

}



.contact-area .single-box.add-icon-2:before {

    position: absolute;

    content: "\F214";

    width: 4%;

    height: 100%;

    right: 31px;

    top: 12px;

    font-family: 'bootstrap-icons';

    text-align: right;

    font-size: 20px;

}



.contact-area .single-box.add-icon-3{

    position: relative;

}



.contact-area .single-box.add-icon-3:before {

    position: absolute;

    content: "\F102";

    width: 4%;

    height: 100%;

    right: 31px;

    top: 12px;

    font-family: 'bootstrap-icons';

    text-align: right;

    font-size: 20px;

}



.contact-area .submit-button button {

    border-radius: 29px;

    background-color: #f67f44;

    color: #fff;

    border: transparent;

    outline: 0;

    padding: 16px 42px;

    font-size: 16px;

    line-height: 24px;

    color: #fefefe;

    font-weight: 700;

    font-family: "DM Sans";

    margin-top: 4px;

}









/*---=====================================================

   <!-- spanio Service Area Css Styel Three-->

========================================================---*/

.services-area.style-three {

    padding: 261px 0 120px;

}



.style-three .single-servic-box {

    text-align: center;

    padding: 0 14px 0;

    margin-bottom: 20px;

}



.style-three .servic-icon {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 1px solid var(--primary-color);
    line-height: 120px;
    text-align: center;
    margin: auto;
    position: relative;
    transition: 0.5s;
	display:flex;
	align-items:center;
	justify-content:center;
}

.style-three .single-servic-box:hover .servic-icon{
    background: var(--primary-color);
}

.style-three .servic-icon:before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    right: -109px;

    top: 12px;

    background: url(../image/s-border-shape.png);

    background-repeat: no-repeat;

}



.style-three .servic-icon img{

   transition: 0.5s;

}



.style-three .single-servic-box:hover .servic-icon img{

   filter: brightness(0) invert(50);

}



.style-three .servic-content h4 {

    font-size: 22px;

    line-height: 28px;

    color: #000000;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 24px 0 0;

}



.style-three .servic-content p {

    font-size: 16px;

    line-height: 28px;

    color: #000000;

    font-weight: 400;

    font-family: "DM Sans";

    margin: 8px 0 0;

}





/*---=====================================================

   <!-- spanio Medical Area Css Styel Three-->

========================================================---*/



.medical-area {

    padding: 10px 0 120px;

    position: relative;

}



.medical-area .project-button.style-three {

    margin-top: 22px;

}



.service-medical-box {

    background: #f2e5d8;

    padding: 63px 71px 62px;

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.service-medical-box:before {

    position: absolute;

    content: "";

    width: 96%;

    height: 96%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    border: 1px solid var(--primary-color);

    z-index: -1;

}



.medical-content h4 {

    font-size: 45px;

    color: var(--primary-color-2);

    font-weight: bold;

    font-family: var(

    --fonts-title-2);

    margin: 0 0 0;

}



.medical-content p {

    font-size: 16px;

    line-height: 28px;

    color: #4a4848;

    font-weight: 400;

    font-family: var(--fonts-body-2);

    margin: 15px 0 0;

    width: 90%;

}



.medical-service-itme h4 {
    font-size: 18px;
    text-decoration: underline;
    color: #000000;
    font-weight: 700;
    font-family: var(--fonts-body-2);
    margin: 28px 0 25px;
}
.medical-service-itme ul {
    list-style:none;
}


.medical-service-itme ul li {

    font-size: 16px;

    line-height: 34px;

    color: #000000;

    font-weight: 400;

    font-family: var(--fonts-body-2);

    padding-left: 24px;

    position: relative;

}



.medical-service-itme ul li:before {

    position: absolute;

    content: "";

    width: 10px;

    height: 10px;

    left: 0;

    top: 13px;

    background: var(--primary-color);

    border-radius: 5px;

}



.medical-thumb {

    position: relative;

    left: -149px;

    top: -128px;

}



.medical-box-shape {

    position: absolute;

    right: -67px;

    bottom: 62px;

}



.medical-shape {

    position: absolute;

    right: 113px;

    bottom: 154px;

}



.medical-shape-2 {

    position: absolute;

    right: 16%;

    top: 5px;

}



.medical-shape-3 {

    position: absolute;

    bottom: 47px;

    left: 39%;

    z-index: 2;

}



.style-three .tab-button {

    display: inline-block;

    border: 1px solid var(--primary-color);

    width: 28%;

    height: 39px;

    border-radius: 30px;

    margin-bottom: 37px;

    padding: 0;

    position: relative;

    left: 14px;

}



.style-three .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 30px;
    padding:7px 40px 6px;
    font-weight: 700;
    font-family: var(--fonts-body-2);
    color: #000000;
}



.style-three .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--primary-color);
	color:#fff;
}





/*---=====================================================

   <!-- spanio Team Area Css Styel Three-->

========================================================---*/

.team-area.style-three {

    background: url(../image/home-2/team-bg.png);

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    padding: 100px 0 2px;

}



.team-area.style-three .section-title {

    margin-bottom: 184px;

}



.team-area.style-three .section-title h1 {

    color: #fff;

}



.team-area.style-three .section-title p {

    width: 71%;

    margin: 0;

    font-size: 18px;

    line-height: 30px;

    color: #ffffff;

    font-weight: 400;

    font-family: var(--fonts-body-2);

}



.style-three .single-team {

    padding: 136px 40px 38px;

    background-color: #f2e5d8;

    position: relative;

    z-index: 1;

    border: 4px solid #f2e5d8;

    transition: 0.5s;

}



.style-three .single-team:hover{

    border: 4px solid var(--primary-color);

    filter: drop-shadow(1.5px 2.598px 23px rgba(0,0,0,0.3));

    background-color: #fff;

}



.style-three .single-team:before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    border: 1px solid var(--primary-color);

    z-index: -1;

}



.style-three .team-thumb {

    position: absolute;

    top: -134px;

    left: 19%;

}



.style-three .team-title h4 {

    font-size: 34px;

    color: #000000;

    font-weight: bold;

    font-family: var(--fonts-title-2);

}



.style-three .team-title p {

    color: #000000;

    font-family: var(--fonts-body-2);

    margin: 3px 0 0;

}



.style-three .team-social-icon {

    margin-top: 21px;

}



.style-three li.sent i {

    display: inline-block;

    width: 54px !important;

    height: 54px !important;

    border-radius: 27px;

    background-color: #ffffff;

    border: 2px solid #d6b89a;

    text-align: center;

    line-height: 54px !important;

    color: #222 !important;

    font-size: 20px !important;

    transition: 0.5s;

    opacity: 1 !important;

}



.style-three li.sent i:hover{

    color:#fff !important;

}



.style-three .team-social-icon ul li {

    display: inline-block;

}



.style-three.team-area .team-social-icon ul li i {

    display: inline-block;

    line-height: 33px;

    border-radius: 50% !important;

    font-size: 15px;

    margin: 0 2px 0;

    width: 35px;

    height: 35px;

    background-color: #ffffff;

    border: 2px solid #d6b89a;

    text-align: center;

    color: #111;

    opacity: 0;

    transition: 0.5s;

}

.style-three.team-area .team-social-icon ul li.sent:hover i {

    color: #111 !important;

	opacity: 1 !important;

}



.style-three .single-team:hover .team-social-icon ul li i{

    opacity: 1;

}





/*---=====================================================

   <!-- spanio Teasti Area Css Styel Three-->

========================================================---*/

.teasti-area.style-three {

    padding: 159px 0 120px;

    margin-top: -45px;

    background: #fff;

}



.teasti-area.style-three .row.add-bg {

    background: url(../image/home-2/teasti-row-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 57px 0 100px;

    text-align: center;

}



.style-three .teasti-content h4 {

    font-size: 35px;

    color: #ffffff;

    font-weight: 700;

}



.style-three .teasti-content ul li {

    display: inline-block;

}



.style-three .teasti-content ul li i {

    display: inline-block;

    color: var(--primary-color);

    font-size: 16px;

    margin: 6px 3px 0;

}



.style-three .teasti-content p {

    font-size: 22px;

    line-height: 40px;

    color: #ffffff;

    font-weight: 400;

    width: 65%;

    margin: auto;

    font-family: var(--fonts-body-2);

    margin-top: 25px;

    margin-bottom: 18px;

}



.style-three .testi-author h4 {

    font-size: 22px;

    color: #ffff;

    font-weight: 700;

    font-family: var(--fonts-body-2);

}



.style-three .testi-author p {

    color: #fff;

    font-family: var(--fonts-body-2);

    margin: 6px 0 0;

}



.teasti-area.style-three .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -151px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 110px;
  padding: 5px 0px;
}


.teasti-area.style-three .owl-dot {

    background: url(../image/home-2/teasti-1.png);

    background-repeat: no-repeat;

    width: 100px;

    height: 100px;

    display: inline-block;

    margin: 0 10px 0;

}



.teasti-area.style-three .owl-dot.active{

    transform: scale(1.1);

}



.teasti-area.style-three .owl-dot:nth-child(2){

    background: url(../image/home-2/teasti-2.png);

    background-repeat: no-repeat;

}



.teasti-area.style-three .owl-dot:nth-child(3){

    background: url(../image/home-2/teasti-3.png);

    background-repeat: no-repeat;

}



.teasti-area.style-three .owl-dot:nth-child(4){

    background: url(../image/home-2/teasti-4.png);

    background-repeat: no-repeat;

}









/*---=====================================================

   <!-- spanio Vouchres Area Css Styel Three-->

========================================================---*/

.vouchers-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 134px 0 131px;
}



.vouchers-area .section-title {

    margin-bottom: 34px;

}



.vouchers-area.style-three .section-title p {

    width: 80%;

    margin: 0;

}



.vouchers-area a.button {

    font-size: 16px;

    text-decoration: underline;

    color: #000000;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    display: inline-block;

}



.vouchers-area a.button i {

    display: inline-block;

    width: 45px;

    height: 45px;

    border-radius: 22px;

    background-color: #ff874b;

    text-align: center;

    line-height: 45px;

    color: #fff;

    position: relative;

    left: 12px;

}



.single-vouchers-box {

    background: #fff;

    padding: 34px 0 20px 50px;

    position: relative;

    z-index: 1;

}



.vouchers-content h4 {

    font-size: 22px;

    color: #000000;

    font-weight: 700;

    font-family: var(--fonts-body-2);

}



.vouchers-content p {

    font-size: 16px;

    text-transform: uppercase;

    color: #040404;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 6px 0 0;

}



.vouchers-content p {

    font-size: 16px;

    text-transform: uppercase;

    color: #040404;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    margin: 6px 0 26px;

}



.vouchers-item i {

    display: inline-block;

    color: var(--primary-color);

    font-size: 20px;

    margin-right: 12px;

    float: left;

}



.vouchers-item p {

    font-size: 16px;

    line-height: 24px;

    color: #000000;

    font-weight: 400;

    font-family: "DM Sans";

    margin: 0 0 19px;

    width: 60%;

}



.voucher-shape {

    position: absolute;

    top: -14px;

    right: 44px;

}



.voucher-shap2 {

    position: absolute;

    bottom: -18px;

    left: 34px;

}



.vouchers-area .row.add-margin {

    margin-top: 60px;

}





/*---=====================================================

   <!-- spanio Blog Area Css Styel Three-->

========================================================---*/

.blog-area.style-three {

    padding: 120px 0 113px;

    background: #fff !important;

}



.blog-area.style-three .section-title h1 {

    font-size: 60px;

    text-transform: capitalize;

    font-family: var(--fonts-title-2);

    color: var(--primary-color-2);

    margin: 28px 0 32px;

}



.style-three .blog-box {

    position: relative;

    margin-bottom: 30px;

}



.style-three .blog-thumb{

    overflow: hidden;

}



.style-three .blog-thumb img {

    width: 100%;

    transition: 0.5s;

}



.style-three .blog-box:hover .blog-thumb img{

    transform:scale(1.2);

}



.style-three .blg-content {

    border: 1px solid var(--primary-color);

    padding: 29px 32px 18px;

    width: 95%;

    background: #fff;

    margin: -64px 0 0;

    z-index: 1;

    position: relative;

}



.style-three .blg-content a {

    display: inline-block;

    font-size: 20px;

    line-height: 24px;

    color: #000000;

    font-weight: 700;

    font-family: var(--fonts-body-2);

    width: 85%;

    transition: 0.5s;

}



.style-three .blg-content a:hover{

    color:var(--primary-color);

}



.style-three .blog-meta {

    border-top: 1px solid #aaaaaa;

    margin-top: 17px;

    padding-top: 10px;

}



.style-three .blog-meta span {

    display: inline-block;

    font-size: 16px;

    color: #000000;

    font-weight: 700;

    font-family: "DM Sans";

    margin-right: 20px;

}



.style-three .blog-meta i {

    display: inline-block;

    font-size: 20px;

    color: var(--primary-color);

    position: relative;

    top: 3px;

    margin-right: 6px;

}



.style-three p.blog-dsc {

    font-size: 16px;

    letter-spacing: 0px;

    line-height: 28px;

    color: #444444;

    font-weight: 400;

    font-family: "DM Sans";

    margin: 23px 0 0;

    margin-left:0px;

    width:92%;

}



.blog-area.style-three .project-button a {

    margin-top: 15px;

}







/*---=====================================================

   <!-- spanio Gallery Area Css Styel Three-->

========================================================---*/

.gallery-area.style-three {
    padding: 0px 0 0;
    margin:0px 0;
}



.style-three .single-gallery-box {

    position: relative;

}



.style-three .gallery-thumb img {

    width: 100%;

}



.style-three .gallery-box-icon i {

    width: 72px;

    height: 72px;

    border-radius: 36px;

    background-color: #ff9662;

    display: inline-block;

    text-align: center;

    line-height: 72px;

    color: #fff;

    font-size: 24px;

}



.style-three .gallery-box-icon {

    position: absolute;

    left: 35%;

    bottom: 71px;

    opacity: 0;

    transition: 0.5s;

}



.style-three .single-gallery-box:hover .gallery-box-icon{

   opacity: 1;

}







/*

<!-- ============================================================== -->

<!-- ReScrollup Button Cssstu  -->

<!-- ============================================================== -->*/



/*------back-to-top------------*/

.prgoress_indicator {

    position: fixed;

    right: 26px;

    bottom: 35px;

    height: 46px;

    width: 46px;

    cursor: pointer;

    display: block;

    border-radius: 50px;

    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);

    z-index: 9999999999;

    opacity: 0;

    visibility: hidden;

    transform: translateY(15px);

    transform: translateY(15px) !important;

    transition: all 200ms linear !important;

}



.prgoress_indicator.active-progress {

  opacity: 1;

  visibility: visible;

  transform: translateY(0) !important;

  background:#fff;

}



.prgoress_indicator::after {

    position: absolute;

    content: "\f106";

    font-family: "Font Awesome 5 Free";

    text-align: center;

    line-height: 46px;

    font-size: 18px;

    color: #c19d68;

    left: 0;

    top: 0;

    height: 46px;

    width: 46px;

    cursor: pointer;

    display: block;

    font-weight: 900;

    z-index: 1;

    transition: all 200ms linear !important;

}



.prgoress_indicator::before {

  position: absolute;

  content: "\f106";

  font-family: "Font Awesome 5 Free";

  text-align: center;

  line-height: 46px;

  font-size: 18px;

  font-weight: 900;

  opacity: 0;

  -webkit-background-clip: text;

          background-clip: text;

  -webkit-text-fill-color: transparent;

  left: 0;

  top: 0;

  height: 46px;

  width: 46px;

  cursor: pointer;

  display: block;

  z-index: 2;

  transition: all 200ms linear !important;

}

.prgoress_indicator:hover ::after {

  color: #c19d68;

}

.prgoress_indicator:hover ::before {

  opacity: 1;

}

.prgoress_indicator svg path {

  fill: none;

}

.prgoress_indicator svg.progress-circle path {

  stroke:var(--primary-color);

  stroke-width: 4;

  box-sizing: border-box;

  transition: all 200ms linear !important;

}









/*** 

====================================================================

   spanio Search Box Css

====================================================================

***/

.search-popup{

    position: fixed;

    left: 0;

    top: 0;

    height: 100vh;

    width: 100%;

    z-index: 99999;

    margin-top: -540px;

    transform: translateY(-100%);

    background-color: rgba(0,0,0,0.90);

    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);

    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);

    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);

    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */

    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);

    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);

    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);

    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */

}



.search-popup{

    width: 100%;

}



.search-active .search-popup{

    transform: translateY(0%);

    margin-top: 0;

}



.search-popup .close-search {

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    margin-top: -200px;

    border-radius: 50%;

    text-align: center;

    background-color:var(--primary-color);

    width: 70px;

    cursor: pointer;

    box-shadow: 0 0 10px rgba(0,0,0,0.05);

    border-bottom: 3px solid #fff;

    border-top: 3px solid #fff;

    border-right: 3px solid #062462;

    border-left: 3px solid #062462;

    -webkit-transition: all 500ms ease;

    height: 70px;

    line-height: 70px;

    text-align: center;

}



.search-active .search-popup .close-search{

    visibility: visible;

    opacity: 1;

    top: 50%;

    -webkit-transition-delay: 1500ms;

    -moz-transition-delay: 1500ms;

    -ms-transition-delay: 1500ms;

    -o-transition-delay: 1500ms;

    transition-delay: 1500ms;

}



.search-popup form{

    position: absolute;

    max-width: 700px;

    top: 50%;

    left: 15px;

    right: 15px;

    margin:-35px auto 0;

    transform: scaleX(0);

    transform-origin: center;

    background-color: #111111;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.search-active .search-popup form{

    transform: scaleX(1);

    -webkit-transition-delay: 1200ms;

    -moz-transition-delay: 1200ms;

    -ms-transition-delay: 1200ms;

    -o-transition-delay: 1200ms;

    transition-delay: 1200ms;

}



.search-popup .form-group{

    position:relative;

    margin:0px; 

    overflow: hidden;

}

.search-popup .form-group input[type="text"],

.search-popup .form-group input[type="search"]{

    position:relative;

    display:block;

    font-size:18px;

    line-height: 50px;

    color:#000000;

    height:70px;

    width:100%;

    padding: 10px 30px;

    background-color: #ffffff;

    -webkit-transition:all 500ms ease;

    -moz-transition:all 500ms ease;

    -ms-transition:all 500ms ease;

    -o-transition:all 500ms ease;

    transition:all 500ms ease;

    font-weight:500;

    text-transform:capitalize;

}



.search-popup .form-group input[type="submit"], .search-popup .form-group button {

    position: absolute;

    right: 30px;

    top: 0px;

    height: 70px;

    line-height: 70px;

    background: transparent;

    text-align: center;

    font-size: 24px;

    color:var(--primary-color);

    padding: 0;

    cursor: pointer;

    -webkit-transition: all 500ms ease;

    border: none;

}



.search-popup .form-group input[type="submit"]:hover,

.search-popup .form-group button:hover{

    color: #000000;

}



.search-popup input::placeholder,

.search-popup textarea::placeholder{

    color:#000000;

}



.search-popup .close-search.style-two{

    position: absolute;

    right: 25px;

    left: auto;

    color:#ffffff;

    width:auto;

    height:auto;

    top:25px;

    margin:0px;

    border:none;

    background:none !important;

    box-shadow:none !important;

    -webkit-transition:all 500ms ease;

    -moz-transition:all 500ms ease;

    -ms-transition:all 500ms ease;

    -o-transition:all 500ms ease;

    transition:all 500ms ease;

}



.search-box-btn {

    display: inline-block;

    padding-left: 22px;

}



.search-box-btn i {

    display: inline-block;

    color: #fff;

    line-height: 30px;

    text-align: center;

    font-size: 18px;

    cursor: pointer;

    transition: .5s;

}



.upp.search-box-btn i {

    color: #9E9FA1;

}



.search-box-btn.search-box-outer span i {

    font-size: 20px;

    display: inline-block;

    color: #fff;

    padding-left: 17px;

    position: relative;

    z-index: 1;

}



.upp.search-box-btn.search-box-outer span i {

    color: #9E9FA1;

}



.search-box-btn.search-box-outer span i:after {

    position: absolute;

    content: "0";

    right: -10px;

    top: -4px;

    width: 16px;

    height: 16px;

    line-height: 16px;

    text-align: center;

    background:var(--primary-color);

    color: #fff;

    border-radius: 50%;

    display: inline-block;

    font-size: 12px;

}



.flaticon-multiply:before {

    content: inherit;

}



button.close-search i {

    font-size: 25px;

    color: #fff;

    display: inline-block;

}





span.flaticon-multiply i {

    display: inline-block;

    color: var(--primary-color);

}



.header-search-button.search-box-outer {

    padding: 0px 8px 0 0;

    display: inline-block;

}



.header-search-button.search-box-outer a {

    color: #062462;

    display: inline-block;

    position: relative;

    left: 16px;

}





/*===========================

<-- spanio Sidbar Css -->

=============================*/

.nav-btn.navSidebar-button {

    display: inline-block;

}



.nav-btn.navSidebar-button a i {

    font-size: 24px;

    display: inline-block;

    color:var(--primary-color);

    transition: .5s;

}



.xs-sidebar-group .xs-overlay {

    left: 100%;

    top: 0;

    position: fixed;

    z-index: 101;

    height: 100%;

    opacity: 0;

    width: 100%;

    visibility: hidden;

    -webkit-transition: all 0.4s ease-in 0.8s;

    -o-transition: all 0.4s ease-in 0.8s;

    transition: all 0.4s ease-in 0.8s;

}



.xs-sidebar-group .widget-heading {

    position: absolute;

    top: 23px;

    right: 0;

    padding: 25px;

}



.xs-sidebar-widget {

    position: fixed;

    right: -100%;

    top: 0;

    bottom: 0;

    width: 100%;

    max-width: 360px;

    z-index: 999999;

    overflow: hidden;

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;

    background-color: #272727;

    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;

    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;

    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;

    visibility: hidden;

    opacity: 0;

}



.xs-sidebar-group.isActive .xs-overlay {

    opacity: 0.7;

    visibility: visible;

    -webkit-transition: all 0.8s ease-out 0s;

    -o-transition: all 0.8s ease-out 0s;

    transition: all 0.8s ease-out 0s;

    left: 0;

}



.xs-sidebar-group.isActive .xs-sidebar-widget {

    opacity: 1;

    visibility: visible;

    right: 0;

    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;

    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;

    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;

}



.sidebar-textwidget {

    padding: 40px 32px;

}



.close-side-widget i {

    color:var(--primary-color);

    font-size: 28px;

    display: block;

}



.sidebar-widget-container {

    position: relative;

    top: 150px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.3s ease-in 0.3s;

    -o-transition: all 0.3s ease-in 0.3s;

    transition: all 0.3s ease-in 0.3s;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.xs-sidebar-group.isActive .sidebar-widget-container {

    top: 0px;

    opacity: 1;

    visibility: visible;

    -webkit-transition: all 1s ease-out 1.2s;

    -o-transition: all 1s ease-out 1.2s;

    transition: all 1s ease-out 1.2s;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.xs-overlay {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    opacity: 0.5;

    z-index: 0;

}



.xs-bg-black {

    background-color:var(--primary-color);

}



/*html css*/

.nav-logo {

    margin: 0 0 50px;

}



.content-box h2 {

    color: #fff;

    font-size: 26px;

    font-weight: 600;

    text-transform: uppercase;

}



.content-box p {

    display: inline-block;

    color: #fff;

    padding: 15px 0 0;

}



a.theme-btn.btn-style-two span {

    color: #fff;

    font-size: 20px;

}



a.theme-btn.btn-style-two i {

    color:var(--primary-color);

}



.contact-info h2 {

    color: #fff;

    font-size: 26px;

    margin-bottom: 15px;

    font-weight: 600;

}



ul.list-style-one li {

    display: block;

    list-style: none;

    color: #fff;

    padding: 16px 0 0;

    overflow: hidden;

}



ul.list-style-one li span {

    font-size: 20px;

    font-weight: 600;

    color:var(--primary-color);

    margin: 0 10px 0 0px;

}



ul.social-box {

    margin: 30px 0 0;

}



ul.social-box li {

    display: inline-block;

    list-style: none;

    margin: 0 6px 0 0;

}



ul.social-box li a {

    display: inline-block;

    width: 35px;

    height: 35px;

    line-height: 36px;

    text-align: center;

    background: #fff;

    color:var(--primary-color);

    transition: .5s;

    font-size: 18px;

    border-radius: 3px;

}



ul.social-box li a:hover {

    background:var(--primary-color);

    color: #fff;

}

.gallary_list_two .col-lg-12 { padding:0px; }
.section-title { margin-bottom: 56px; } 

.contact-area.style-three .submit-button { padding: 0px 15px; }

.outer { margin:0 auto; max-width:1200px; width:100%; padding:0px 15px; }
#big .item { padding:20px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, 
#big.owl-theme .owl-prev { width: 40px; line-height:1; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; color:#fff; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }

#thumbs  { max-width:450px; margin:auto;}
#thumbs .item { padding: 0px; margin:10px 5px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .item { background:none; }
#thumbs .current .item { background:none; transform: scale(1.1); }
#thumbs.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
#thumbs.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#thumbs.owl-theme .owl-next, 
#thumbs.owl-theme .owl-prev { color:#fff; }

@media only screen and (max-width:575px) {
#thumbs  { max-width:350px; padding-left:15px; padding-right:15px; }
}





/*=========================
Responsive CSS
==========================*/

/* Normal desktop :1400px. */
@media (min-width: 1400px) and (max-width: 1600px) {

.header-area {
    padding: 0 16px;
}
.header-menu ul li {
    margin-right: 37px;
}
.about-area {
    padding: 15px 0 120px;
}

.room-area .container-fluid.add-margin {
    margin-left: 40px;
}

.room-area .owl-prev {
    right: 8%;
}

.room-area .owl-next {
    right: 13%;
}

.single-room-content {
    width: 75%;
}

.place-images-area {
    padding: 0 0 0 0;
}

.single-place-box {
    padding: 53px 71px 88px 59px;
}

.selection-images-1 {
    left: 143px;
}

.selection-images-2 {
    left: -149px;
}

.selection-images-3 {
    right: 3px;
}
.booking-area.style-two {
    padding: 0px 51px 0 37px;
    margin: 120px 46px 0;
}
.style-two .single-booking-box {
    padding: 59px 17px 60px;
    margin-left: 1px;
}

.footer-widget-gallery img {
    margin: 0 7px 7px 0;
    width: 29%;
}

.inner-pages .place-images-area {
    padding: 0 39px 119px 39px;
}

.inner-pages .place-images-area .single-place-box {
    padding: 59px 71px 53px 47px;
}

/*home Two Responsive Css*/
.style-two .hero-img-1 {
    top: -158px;
    left: -95px;
}

.style-two .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
}

.style-two .hero-counter-box {
    bottom: 0;
    right: 0;
}

.style-two .hero-img-2 {
    right: -226px;
}

.feature-area.style-two {
    padding: 120px 9px 120px;
}

.style-two .single-feature-box {
    margin: 0 0 0 11px;
}

.service-area.style-two {
    padding: 225px 0 120px;
}

.style-two .service-box.text-box {
    padding: 30px 25px 29px;
}
.style-two .service-box-content p {
    margin: 0 0 24px;
}

/*home Two Responsive Css */
.hero-visiting-box {
    right: 8%;
    width: 22%;
}

.exprience-area .exprience-shape {
    right: -170px;
    bottom: 68px;
}

.medical-shape {
    right: 77px;
    bottom: 53px;
}

.service-area.style-two.inner {
    padding: 225px 62px 97px;
}







}








/* Normal desktop :1300px. */
@media (min-width: 1300px) and (max-width: 1399px) {

.header-area {
    padding: 0 16px;
}
.header-menu ul li {
    margin-right: 37px;
}

.header-search i {
    margin-right: 30px;
}
.header-search i:after {
    right: -22px;
}
.header-sidbar i {
    margin-right: 3px;
}
.hero-area {
    height: 860px;
}

.about-area {
    padding: 15px 0 120px;
}

.about-right {
    margin-left: 61px;
    margin-top: -29px;
}

.room-area .container-fluid.add-margin {
    margin-left: 40px;
}

.room-area .owl-prev {
    right: 8%;
}

.room-area .owl-next {
    right: 13%;
}

.single-room-content {
    width: 75%;
}

.single-service-box {
    padding: 47px 26px 38px;
}

.place-images-area {
    padding: 0 0 0 0;
}

.single-place-box {
    padding: 53px 49px 52px 48px;
}

.selection-images-1 {
    left: 86px;
}

.selection-images-2 {
    left: -149px;
}

.selection-images-3 {
    right: 3px;
}
.booking-area.style-two {
    padding: 0px 51px 0 37px;
    margin: 120px 46px 0;
}
.style-two .single-booking-box {
    padding: 59px 17px 60px;
    margin-left: 1px;
}

.meta-blog span {
    margin-right: 25px;
}

.blog-content {
    padding: 28px 18px 25px;
}

.footer-widget-gallery img {
    margin: 0 7px 7px 0;
    width: 29%;
}


/*home Two Responsive Css*/
.style-two .hero-img-1 {
    top: -158px;
    left: -95px;
}

.style-two .hero-content h1 {
    font-size: 56px;
    line-height: 56px;
}

.style-two .hero-content p {
    font-size: 19px;
}

.style-two .hero-counter-box {
    bottom: 0;
    right: 0;
}

.style-two .hero-img-2 {
    right: -226px;
}

.section-title h1 {
    font-size: 42px;
    line-height: 41px;
}

.about-area.style-two .about-thumb img {
    width: 100%;
    position: relative;
    left: -51px;
}

.service-area.style-two {
    padding: 138px 0 120px;
    margin-top: -128px;
}

.style-two .service-box.text-box {
    padding: 19px 21px 28px;
}
.style-two .service-box-content h4 {
    margin: 23px 0 10px;
}
.style-two .service-box-content p {
    margin: 0 0 24px;
}

.style-two .single-teasti-box {
    margin-left: 70px;
}

.style-two p.teasti-desc {
    width: 100%;
}

.style-two .blog-content {
    padding: 28px 29px 25px;
}

.feature-area.style-two {
    padding: 120px 61px 120px;
}

/*home Two Responsive Css */
.style-three .header-menu ul li {
    margin-right: 21px;
}

.style-three .header-search {
    margin-left: 6px;
}

.hero-visiting-box {
    right: 8%;
    width: 22%;
}

.style-three .hero-content p {
    width: 50%;
}

.style-three .single-feature-box {
    padding: 138px 16px 49px;
}

.exprience-area .exprience-shape {
    right: -170px;
    bottom: 68px;
}

.exprience-area.style-three .section-title h1 {
    font-size: 46px;
    line-height: 24px;
}

.exprience-thumb {
    left: -10px;
}

.medical-shape {
    right: 77px;
    bottom: 53px;
}

.style-three .tab-button {
    width: 33%;
}

.style-three .single-team {
    padding: 136px 30px 38px;
}

.vouchers-item p {
    width: 70%;
}

.voucher-shap2 img {
    width: 100%;
}

.voucher-shap2 {
    bottom: -17px;
    left: 0;
}

.voucher-shape {
    top: -14px;
    right: 5px;
}

.style-three .blg-content {
    padding: 29px 14px 18px;
}

.style-three .blg-content a {
    width: 90%;
}

.footar-area.style-three .single-footar-box.two {
    padding-left: 35px;
}

.footar-area.style-three .footar-quick-contact h4 {
    font-size: 25px;
}

.service-area.style-two.inner {
    padding: 225px 62px 97px;
}

.service-area.style-two.inner {
    padding: 225px 0 97px;
}

.inner .service-bx {
    padding: 40px 11px 34px;
}

.service-details-area .service-thumb img {
    width: 100%;
}

.single-service-details-box {
    padding: 22px 28px 26px;
}

.service-details-area .project-button.style-two {
    margin-top: 35px;
}

.blog-related-box {
    padding: 30px 21px 31px 23px;
}

.blog-related-box.style-two {
    padding: 30px 19px 31px 21px;
}

.recent-widget-content a {
    font-size: 13px;
    line-height: 26px;
}










}


/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1299px) {

.header-area {
    padding: 0 16px;
}
.header-menu ul li {
    margin-right: 32px;
}
.header-search i {
    margin-right: 4px;
}
.header-sidbar i {
    margin-right: 0;
}
.header-search i:after {
    right: -6px;
}
.hero-area {
    height: 860px;
}

.about-area {
    padding: 15px 0 120px;
}

.about-right {
    margin-left: 61px;
    margin-top: -29px;
}

.room-area .container-fluid.add-margin {
    margin-left: 40px;
}

.room-area .owl-prev {
    right: 8%;
}

.room-area .owl-next {
    right: 13%;
}

.single-room-content {
    width: 75%;
}

.single-service-box {
    padding: 47px 26px 38px;
}

.place-images-area {
    padding: 0 0 0 0;
}

.single-place-box {
    padding: 33px 16px 39px 35px;
}

.single-selection-title h1 {
    font-size: 32px;
    line-height: 29px;
}

.selection-images-1 {
    left: 86px;
}

.selection-images-2 {
    left: -149px;
}

.selection-images-3 {
    right: 3px;
}
.booking-area.style-two {
    padding: 0px 51px 0 37px;
    margin: 120px 46px 0;
}
.style-two .single-booking-box {
    padding: 59px 17px 60px;
    margin-left: 1px;
}

.style-two .booking-content {
    padding: 25px 12px 25px;
}

.meta-blog span {
    margin-right: 25px;
}

.blog-content {
    padding: 28px 18px 25px;
}

.footer-widget-title h4 {
    font-size: 17px;
}

.footer-widget-gallery img {
    margin: 0 7px 7px 0;
    width: 29%;
}


/*home Two Responsive Css*/
.style-two .hero-img-1 {
    top: -158px;
    left: -95px;
}

.style-two .hero-content h1 {
    font-size: 56px;
    line-height: 56px;
}

.style-two .hero-content p {
    font-size: 19px;
}

.style-two .hero-counter-box {
    bottom: 0;
    right: 0;
}

.style-two .hero-img-2 {
    right: -226px;
}

.section-title h1 {
    font-size: 42px;
    line-height: 41px;
}

.about-area.style-two .about-thumb img {
    width: 100%;
    position: relative;
    left: -51px;
}

.service-area.style-two {
    padding: 138px 0 120px;
    margin-top: -128px;
}

.style-two .service-box.text-box {
    padding: 19px 21px 22px;
}
.style-two .service-box-content h4 {
    margin: 23px 0 10px;
}
.style-two .service-box-content p {
    margin: 0 0 24px;
}

.style-two .single-teasti-box {
    margin-left: 70px;
}

.style-two p.teasti-desc {
    width: 100%;
}

.style-two .blog-content {
    padding: 28px 29px 25px;
}

.feature-area.style-two {
    padding: 120px 8px 120px;
}

/*home Two Responsive Css */
.style-three .header-menu ul li {
    margin-right: 10px;
}

.style-three .header-search {
    margin-left: 0;
}

.top-address {
    display: inline-block;
    margin-left: 6px;
}

.top-address ul li {
    margin-right: 15px;
}

.hero-visiting-box {
    right: 4%;
    width: 22%;
}

.style-three .hero-content p {
    width: 50%;
}

.style-three .single-feature-box {
    padding: 138px 16px 49px;
}

.exprience-area .exprience-shape {
    right: -242px;
    bottom: 68px;
}

.exprience-area.style-three .section-title h1 {
    font-size: 46px;
    line-height: 24px;
}

.exprience-thumb {
    left: -10px;
}

.medical-shape {
    right: 77px;
    bottom: 53px;
}

.style-three .tab-button {
    width: 33%;
}

.style-three .single-team {
    padding: 136px 30px 38px;
}

.vouchers-item p {
    width: 70%;
}

.voucher-shap2 img {
    width: 100%;
}

.voucher-shap2 {
    bottom: -17px;
    left: 0;
}

.voucher-shape {
    top: -14px;
    right: 5px;
}

.style-three .blg-content {
    padding: 29px 14px 18px;
}

.style-three .blg-content a {
    width: 90%;
}

.footar-area.style-three .single-footar-box.two {
    padding-left: 35px;
}

.footar-area.style-three .footar-quick-contact h4 {
    font-size: 25px;
}

.service-area.style-two.inner {
    padding: 225px 0 97px;
}

.inner .service-bx {
    padding: 40px 11px 34px;
}


.service-details-area .service-thumb img {
    width: 100%;
}

.single-service-details-box {
    padding: 22px 28px 26px;
}

.service-details-area .project-button.style-two {
    margin-top: 35px;
}








}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
.header-area {
    padding: 0 16px;
}
.header-menu ul li {
    margin-right: 16px;
}
.header-search i {
    margin-right: 4px;
}
.header-sidbar i {
    margin-right: 0;
}
.header-search i:after {
    background: transparent;
}
.header-button a {
    padding: 9px 10px;
}
.header-area.style-three .header-button a {
    font-size: 12px;
}
.hero-area {
    height: 760px;
}
.booking-button {
    right: 7px;
}
.hero-slider-area {
    margin-top: 0;
}
.hero-content h1 {
    font-size: 48px;
    line-height: 50px;
}
.about-area {
    padding: 58px 0 120px;
}
.section-title h1 {
    font-size: 34px;
    line-height: 30px;
}
.about-right {
    margin-left: 61px;
    margin-top: -29px;
}
.about-thumb-right {
    top: 19px;
}

.room-area .container-fluid.add-margin {
    margin-left: 40px;
}

.room-area .owl-prev {
    right: 8%;
}

.room-area .owl-next {
    right: 15%;
}

.single-room-content {
    width: 91%;
}

.single-service-box {
    padding: 47px 17px 38px;
}
.single-service-box:before {
    width: 90%;
    height: 88%;
}
.fecilities-area {
    padding: 118px 0 425px;
}
.fecilities-content h4 {
    font-size: 19px;
}
.place-images-area {
    padding: 0 0 0 0;
}
.single-place-box {
    padding: 17px 6px 21px 27px;
}
.place-images-area .section-title h1 {
    font-size: 33px;
}

.single-selection-title h1 {
    font-size: 32px;
    line-height: 29px;
}

.selection-images-1 {
    left: -19px;
}

.selection-images-2 {
    left: -149px;
}

.selection-images-3 {
    right: -42px;
}
.booking-area.style-two {
    padding: 0px 0 0 3px;
    margin: 99px 0px 0;
}
.style-two .single-booking-box {
    padding: 59px 17px 60px;
    margin-left: 1px;
}

.style-two .booking-content {
    padding: 25px 12px 25px;
}

.meta-blog span {
    margin-right: 25px;
}

.blog-content {
    padding: 28px 18px 25px;
}

.blog-content a {
    font-size: 19px;
    line-height: 26px;
}

.footer-widget-title h4 {
    font-size: 16px;
}

.footer-widget-gallery img {
    margin: 0 5px 6px 0;
    width: 31%;
}

/*home Two Responsive Css*/
.style-two .header-menu ul li {
    margin-right: 24px;
}

.style-two .hero-info ul li:before {
    right: 89px;
    bottom: -49px;
}

.style-two .header-sidbar i {
    padding: 29px 10px;
}

.style-two .hero-info-area {
    left: -416px;
    padding: 19px 170px;
}

.hero-area.style-two {
    padding: 0 0 0 120px;
}

.style-two .hero-img-1 {
    top: -186px;
    left: -60px;
}

.style-two .hero-content h1 {
    font-size: 43px;
    line-height: 45px;
}

.style-two .hero-content p {
    font-size: 17px;
}

.style-two .hero-counter-box {
    bottom: 0;
    right: 0;
    padding: 73px 44px 31px;
}

.style-two .hero-img-2 {
    display: none;
}

.feature-area.style-two {
    background: #f2e4d7;
    padding: 120px 15px 120px;
}

.style-two .single-feature-box {
    padding: 40px 17px 38px 19px;
    margin: 0 0 0 13px;
}


.about-area.style-two .section-title h1 {
    font-size: 42px;
    line-height: 41px;
}

.about-area.style-two .about-thumb img {
    width: 100%;
    position: relative;
    left: -51px;
}
.about-area.style-two {
    padding: 121px 0 231px;
}
.style-two .about-author-box {
    gap: 17px;
    display: inherit;
    margin-top: 35px;
}

.style-two .about-author-content p {
    width: 90%;
}

.service-area.style-two {
    padding: 115px 0 120px;
    margin-top: -120px;
}

.style-two .service-box.text-box {
    padding: 19px 21px 22px;
}
.style-two .service-box-content h4 {
    margin: 23px 0 10px;
    font-size: 24px;
}
.style-two .service-box-content p {
    margin: 0 0 24px;
}

.video-area.style-two {
    padding: 186px 0 187px;
    margin: 120px 31px 0;
}

.style-two .section-title h1 {
    font-size: 35px;
    line-height: 34px;
}

.style-two .single-teasti-box {
    margin-left: 31px;
}

.style-two p.teasti-desc {
    width: 100%;
}

.style-two .single-pricing-box {
    padding: 26px 16px 47px;
}

.style-two .blog-content {
    padding: 28px 0 25px;
}

.style-two .blog-content a {
    font-size: 24px;
    line-height: 33px;
}

.style-two .pricing-title h4 {
    font-size: 22px;
}
/*home Two Responsive Css */
.header-area.style-three {
    padding: 0 0 0;
}
.style-three .header-shope {
    display: none;
}
.style-three .header-menu ul li {
    margin-right: 10px;
}

.style-three .header-search {
    margin-left: 0;
}

.top-address {
    display: inline-block;
    margin-left: 6px;
}

.top-address ul li {
    margin-right: 15px;
}

.style-three .header-menu ul li a {
    padding: 7px 0 24px;
}

.style-three .hero-content h1 {
    font-size: 68px;
    line-height: 68px;
}

.hero-visiting-box {
    right: 0;
    width: 30%;
}

.style-three .hero-shape {
    position: absolute;
    top: -28px;
    right: 4px;
}

.style-three .hero-content p {
    width: 50%;
}

.style-three .single-feature-box {
    padding: 138px 16px 49px;
}

.style-three .feature-content h4 {
    font-size: 32px;
}

.treatment-content h4 {
    font-size: 26px;
}

.exprience-area .exprience-shape {
    display: none;
}
.style-three .team-thumb {
    left: 6%;
}
.exprience-area.style-three .section-title h1 {
    font-size: 46px;
    line-height: 24px;
}

.exprience-thumb {
    left: -91px;
}

.single-exprience-box {
    padding: 28px 23px 7px;
    width: 50%;
}

.style-three.project-button a {
    padding: 9px 30px 15px;
}

.contact-area.style-three .row.add-bg {
    padding: 81px 13px 94px;
}

.medical-shape {
    right: 77px;
    bottom: 53px;
}

.medical-thumb {
    left: -86px;
}

.style-three .tab-button {
    width: 39%;
}

.service-medical-box {
    padding: 63px 36px 62px;
}

.style-three .single-team {
    padding: 136px 20px 38px;
}

.style-three .team-title h4 {
    font-size: 28px;
}

.single-vouchers-box {
    padding: 34px 0 20px 23px;
}

.vouchers-content h4 {
    font-size: 17px;
}

.vouchers-item p {
    width: 80%;
}

.voucher-shap2 img {
    width: 100%;
}

.voucher-shap2 {
    bottom: -17px;
    left: 0;
}

.voucher-shape {
    top: -14px;
    right: 5px;
}

.style-three .blg-content {
    padding: 29px 14px 18px;
}

.style-three .blg-content a {
    width: 90%;
    line-height: 24px;
}

.style-three p.blog-dsc {
    width: 80%;
}

.style-three .footar-content h4 {
    font-size: 25px;
    line-height: 25px;
}

.footar-area.style-three .single-footar-box.two {
    padding-left: 6px;
}

.footar-area.style-three .footar-quick-contact h4 {
    font-size: 25px;
}

.service-area.style-two.service {
    padding: 120px 0 120px;
}

.faqs-area {
    padding: 118px 0 98px;
}

.faqs-thumb img {
    width: 100%;
}

.service-area.style-two.inner {
    padding: 121px 0 97px;
}

.inner .service-bx {
    padding: 40px 5px 34px;
}

.inner .service-content h4 {
    margin: 8px 0 2px;
    font-size: 21px;
}

.service-details-area .service-thumb img {
    width: 100%;
}

.single-service-details-box {
    padding: 17px 18px 17px;
}

.service-details-area .project-button.style-two {
    margin-top: 35px;
}

.serive-details-box-content h3 {
    font-size: 15px;
}

.service-dtl-content {
    padding: 26px 21px 34px;
}

.blog-related-box {
    padding: 30px 6px 31px 22px;
}

.blog-related-box.style-two {
    padding: 30px 16px 31px 10px;
}

.widget-categories-box {
    padding: 21px 20px 15px;
}

.recent-widget-content a {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}

.inner-style .row.add-backgroun {
    padding: 98px 24px 62px;
}










}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

.header-area {
    display: none;
}

.sticky {
    position: absolute !important;
}

.hero-content h1 {
    font-size: 34px;
    line-height: 35px;
}

.hero-content h1 span:after {
    right: -206px;
}
.hero-content h1 span:before {
    left: -177px;
}
.hero-area {
    height: 670px;
    padding: 107px 0 0;
}
.style-three.hero-area {
    padding: 49px 0 18px;
}
.style-three .team-thumb {
    left: 9%;
}
.hero-slider-area {
    padding: 0 25px 0;
    margin-top: -5px;
}
.booking-input-box {
    width: 33%;
    margin-bottom: 7px;
}

.booking-button {
    right: 54px;
    top: 42%;
}

.about-area {
    padding: 193px 0 142px;
}

.section-title p.style {
    width: 76%;
}

.about-right {
    margin-left: 0px;
    margin-top: 42px;
}
.about-right-desc p {
    margin-top: 36px;
    width: 61%;
}

.about-thumb-right {
    top: 27px;
    left: 0;
}

.room-area .container-fluid.add-margin {
    margin-left: 0;
}
.room-area .owl-prev {
    top: -23%;
    right: 4%;
}
.room-area .owl-next {
    top: -23%;
    right: 13%;
}
.fecilities-area {
    padding: 118px 0 404px;
}
.single-fecilities-box {
    margin-bottom: 22px;
}
.service-area {
    padding: 100px 0 100px;
}
.single-service-box {
    margin-bottom: 22px;
}
.single-service-box:before {
    width: 83%;
    height: 88%;
}
.place-area .project-button {
    text-align: left;
    margin-top: 25px;
}
.place-images-area {
    padding: 0 0 0 0px;
}
.single-place-box {
    padding: 66px 116px 67px 55px;
    margin-left: 0;
    margin-top: 33px;
}
.video-area {
    padding: 85px 0 116px;
    margin: 0 0 0;
}
.video-area .section-title p {
    width: 70%;
}
.selections-area {
    background-position: center left;
}
.selection-images-3 {
    right: -145px;
}
.selection-images-2 {
    bottom: 0;
    left: -306px;
}
.selection-images-1 {
    left: -168px;
}
.booking-area.style-two {
    padding: 0px 25px 0 26px;
    margin: 120px 0 0;
}
.style-two .single-booking-box {
    margin-left: 0;
}
.blog-area {
    padding: 119px 0 96px;
}
.blog-area .section-title {
    margin-bottom: 19px;
}
.blog-area .section-title p.style {
    width: 65%;
}
p.blog-desc {
    margin: 32px 0 32px;
    width: 62%;
}
.single-blog-box {
    margin-bottom: 20px;
}
.blog-content {
    padding: 28px 19px 25px;
}
.meta-blog span {
    margin-right: 11px;
}
.blog-content a {
    font-size: 22px;
    line-height: 30px;
}

.footer-bottom-content ul li a {
    margin-left: 30px;
}

.style-two .pricing-title h4 {
    font-size: 23px;
}

/*home Two All responsive Css*/
.hero-area.style-two {
    padding: 0 0 0 15px;
    height: 770px;
}

.style-two .hero-single-text {
    bottom: 101px;
    left: 13%;
}


.style-two .hero-counter-box {
    display: none;
}

.style-two .hero-info-area {
    display: none;
}

.style-two .hero-img-1 {
    display: none;
}

.style-two .hero-img-2 {
    display: none;
}

.feature-area.style-two {
    padding: 120px 0 120px;
}

.feature-area.style-two .section-title {
    margin-bottom: 0;
    margin-top: 41px;
    margin-left: 32px;
}

.style-two .about-thumb img {
    width: 100%;
    margin-bottom: 36px;
}

.service-area.style-two {
    padding: 116px 28px 120px;
    margin-top: 0;
}

.style-two .service-box.text-box {
    padding: 22px 26px 31px;
}

.style-two .service-box-content p {
    margin: 0 0 37px;
}

.video-area.style-two {
    padding: 200px 0 201px;
    margin: 120px 39px 0;
}

.team-area.style-two {
    padding: 55px 0 121px;
}

.team-area.style-two .section-title {
    margin-bottom: 22px;
}

.team-area.style-two .section-desc-right p {
    width: 74%;
    margin: 0 0 32px;
}

.team-area.style-two .style-two.project-button a {
    margin-bottom: 37px;
}

.team-area.style-two .team-box.three {
    margin-top: -22px;
}

.style-two .single-teasti-box {
    margin-left: 0;
    display: block;
}

.teastimonial-area.style-two .teasti-thumb {
    margin-bottom: 31px;
}

.pricing-area.style-two .single-pricing-button {
    text-align: left;
    margin-bottom: 25px;
}

.pricing-area.style-two  .section-title {
    margin-bottom: 30px;
}

.style-two .single-pricing-box.three {
    margin-top: -62px;
}

.style-two .blog-content {
    padding: 28px 0 25px;
}

.single-blog-area.style-two .style-two.project-button a {
    margin-bottom: 38px;
}


/*style three*/
.style-three .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
}

.hero-visiting-box {
    display: none;
}

.style-three .hero-shape {
    display: none;
}

.style-three .hero-content p {
    width: 60%;
}

.style-three .hero-check-list span {
    font-size: 15px;
    margin-right: 14px;
}

.feature-area.style-three {
    padding: 125px 0 20px;
}

.style-three .single-feature-box {
    padding: 138px 20px 49px;
    margin-bottom: 68px;
}

.treatment-area .treatment-shape {
    display: none;
}

.style-three .section-title p {
    width: 76%;
}

.exprience-thumb {
    margin-bottom: 14px;
}

.exprience-area .exprience-shape {
    display: none;
}

.contact-area.style-three .row.add-bg {
    background-position: center right;
    padding: 81px 58px 94px;
}

.services-area.style-three {
    padding: 261px 0 82px;
}

.style-three .single-servic-box {
    padding: 0 31px 0;
}

.style-three .tab-button {
    width: 52%;
}

.medical-shape {
    display: none;
}

.medical-thumb {
    position: relative;
    top: 30px;
    left: 0;
}

.medical-area {
    padding: 10px 0 147px;

}

.style-three .single-team {
    padding: 136px 19px 38px;
    margin-bottom: 163px;
}

.teasti-area.style-three {
    padding: 118px 0 120px;
}


.vouchers-area {
    padding: 96px 0 131px;
}

.vouchers-area .row.add-margin {
    margin-top: 0;
}

.single-vouchers-box {
    margin-top: 54px;
}

.style-three .blg-content {
    padding: 29px 20px 18px;
}

.style-three .blg-content a {
    width: 100%;
}

.style-three .footar-content h4 {
    font-size: 23px;
}

.footar-area.style-three .single-box input {
    margin-bottom: 18px;
}

.footar-area.style-three .submit-button button {
    margin-top: 1px;
    margin-bottom: 35px;
}

.footar-area.style-three .single-footar-box.two {
    padding-left: 0;
}

.footar-area.style-three .footar-copyright-content ul li {
    margin-left: 15px;
}

.footar-area.style-three .footar-copyright-content ul li:before {
    right: -12px;
}

.service-area.style-two .section-title h1 {
    font-size: 32px;
    line-height: 38px;
}

.service-area.style-two.service {
    padding: 120px 29px 120px;
}

.faqs-thumb img {
    width: 100%;
    margin-bottom: 35px;
}

.service-area.style-two.inner {
    padding: 126px 41px 97px;
}

.service-details-area .service-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.service-details-thumb img {
    width: 100%;
    margin-top: 26px;
}

.service-dtl-content {
    padding: 26px 19px 34px;
}

.port-details-content p {
    width: 96%;
}

.single-port-info-box {
    margin-top: 20px;
}

.blog-details-area {
    padding: 118px 0 86px;
}

.blog-details-submi-button button {
    margin-bottom: 35px;
}

.blog-related-box {
    padding: 30px 21px 31px 29px;
}

.blog-related-box.style-two {
    padding: 30px 33px 31px 21px;
}

.inner-style .row.add-backgroun {
    padding: 98px 24px 101px;
}





}



/* Tablet desktop :600px. */
@media (min-width: 600px) and (max-width: 767px) {
 .header-area {
    display: none;
}

.hero-content h1 {
    font-size: 34px;
    line-height: 35px;
}

.hero-content h1 span:after {
    right: -206px;
}
.hero-content h1 span:before {
    left: -177px;
}
.hero-area {
    height: 670px;
    padding: 97px 0 0;
}
.hero-slider-area {
    padding: 0 25px 0;
    margin-top: -5px;
}
.hero-area .row.add-bg.align-items-center {
    padding: 35px 15px 93px;
}
.booking-input-box {
    width: 48%;
    margin-bottom: 7px;
}
.booking-button {
    right: 217px;
    top: 73%;
}
.hero-slider-area .owl-dot {
    top: 13px;
    position: relative;
}

.about-area {
    padding: 174px 0 148px;
}
.section-title h1 {
    font-size: 29px;
    line-height: 28px;
}
.section-title p.style {
    width: 76%;
}

.about-right {
    margin-left: 0px;
    margin-top: 42px;
}
.about-right-desc p {
    margin-top: 36px;
    width: 84%;
}

.about-thumb-right {
    top: 27px;
    left: 0;
}

.room-area .container-fluid.add-margin {
    margin-left: 0;
}
.room-area .owl-prev {
    top: -23%;
    right: 4%;
}
.room-area .owl-next {
    top: -23%;
    right: 13%;
}
.single-room-content {
    width: 87%;
}
.fecilities-area {
    padding: 118px 0 404px;
}
.single-fecilities-box {
    margin-bottom: 22px;
}
.service-area {
    padding: 100px 0 100px;
}
.single-service-box {
    margin-bottom: 22px;
    padding: 51px 45px 38px;
}
.single-service-box:before {
    width: 83%;
    height: 88%;
}
.place-area .project-button {
    text-align: left;
    margin-top: 25px;
}
.place-images-area {
    padding: 0 0 0 0px;
}
.single-place-box {
    padding: 66px 116px 67px 55px;
    margin-left: 0;
    margin-top: 33px;
}
.video-area {
    padding: 85px 0 116px;
    margin: 0 0 0;
}
.video-area .section-title p {
    width: 70%;
}
.selections-area {
    background-position: center left;
}
.selection-images-3 {
   display: none;
}
.selection-images-2 {
  display: none;
}
.selection-images-1 {
    display: none;
}
.booking-area.style-two {
    padding: 0px 25px 0 26px;
    margin: 120px 0 0;
}
.style-two .single-booking-box {
    margin-left: 0;
}
.blog-area {
    padding: 119px 0 96px;

}
.blog-area .section-title {
    margin-bottom: 19px;
}
.blog-area .section-title p.style {
    width: 65%;
}
p.blog-desc {
    margin: 32px 0 32px;
    width: 62%;
}
.single-blog-box {
    margin-bottom: 20px;
}
.blog-content {
    padding: 28px 19px 25px;
}
.meta-blog span {
    margin-right: 11px;
}
.blog-content a {
    font-size: 22px;
    line-height: 30px;
}
.footer-widget-gallery img {
    width: 28%;
}
.footer-bottom-content ul li {
    float: left;
    margin-top: 16px;
}
.footer-widget-content {
    margin-bottom: 89px;
}
.footer-area .row.aa-boder {
    margin-top: 16px;
}
.footer-bottom-content ul li a {
    margin-left: 0;
    margin-right: 18px;
}


.sticky {
    position: absolute !important;
}



/*home Two All responsive Css*/
.hero-area.style-two {
    padding: 0 0 0 15px;
    height: 770px;
}

.style-two .hero-content h1 {
    font-size: 60px;
    line-height: 62px;
}

.style-two .hero-single-text {
    bottom: 101px;
    left: 13%;
}


.style-two .hero-counter-box {
    display: none;
}

.style-two .hero-info-area {
    display: none;
}

.style-two .hero-img-1 {
    display: none;
}

.style-two .hero-img-2 {
    display: none;
}

.feature-area.style-two {
    padding: 120px 0 120px;
}

.style-two .single-feature-box {
    margin: 0;
}

.feature-area.style-two .section-title {
    margin-bottom: 0;
    margin-top: 41px;
    margin-left: 32px;
}

.style-two .about-thumb img {
    width: 100%;
    margin-bottom: 36px;
}

.style-two .about-author-box {
    gap: 16px;
    margin-top: 50px;
}

.style-two .about-author-content p {
    margin-top: 0;
}

.service-area.style-two {
    padding: 116px 28px 96px;
    margin-top: 0;
}
.service-area.style-two .col-lg-3.padding {
    padding: 0 0 25px;
}

.style-two .service-box.text-box {
    padding: 22px 26px 20px;
}

.style-two .service-box-content p {
    margin: 0 0 37px;
}

.video-area.style-two {
    padding: 200px 0 201px;
    margin: 120px 0 0;
}

.team-area.style-two {
    padding: 43px 0 121px;
}

.team-area.style-two .section-title {
    margin-bottom: 22px;
}

.team-area.style-two .section-desc-right p {
    width: 100%;
    margin: 0 0 32px;
}

.team-area.style-two .style-two.project-button a {
    margin-bottom: 37px;
}

.team-area.style-two .team-box.three {
    margin-top: 39px;
}

.style-two .single-teasti-box {
    margin-left: 0;
    display: block;
}

.teastimonial-area.style-two .teasti-thumb {
    margin-bottom: 31px;
}

.style-two p.teasti-desc {
    font-size: 19px;
    line-height: 34px;
    width: 100%;
}

.pricing-area.style-two .single-pricing-button {
    text-align: left;
    margin-bottom: 25px;
}

.pricing-area.style-two  .section-title {
    margin-bottom: 30px;
}

.style-two .single-pricing-box.three {
    margin-top: 0;
}

.style-two .blog-content {
    padding: 28px 60px 0;
}


.single-blog-area.style-two .style-two.project-button a {
    margin-bottom: 41px;
}

/*style three*/
.style-three .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
}

.hero-visiting-box {
    display: none;
}

.style-three .hero-shape {
    display: none;
}

.style-three .hero-content p {
    width: 60%;
}

.style-three .hero-check-list span {
    font-size: 15px;
    margin-right: 14px;
}

.feature-area.style-three {
    padding: 125px 0 20px;
}

.style-three .single-feature-box {
    padding: 138px 65px 49px;
    margin-bottom: 68px;
}

.treatment-area .treatment-shape {
    display: none;
}

.style-three .section-title p {
    width: 76%;
}

.exprience-thumb {
    margin-bottom: 14px;
    left: 0;
}

.exprience-area.style-three .section-title h1 {
    font-size: 45px;
    line-height: 20px;
}
.single-exprience-box {
    width: 50%;
}
.exprience-area .exprience-shape {
    display: none;
}

.contact-area.style-three .row.add-bg {
    background-position: center right;
    padding: 81px 25px 94px;
}

.services-area.style-three {
    padding: 261px 0 82px;
}

.style-three .single-servic-box {
    padding: 0 114px 0;
}

.style-three .tab-button {
    width: 69%;
}

.service-medical-box {
    padding: 63px 48px 62px;
}

.medical-shape {
    display: none;
}

.medical-thumb {
    position: relative;
    top: 30px;
    left: 0;
}

.medical-thumb img {
    width: 100%;
}

.style-three .section-title h1 {
    font-size: 43px;
    margin: 22px 0 37px;
}

.medical-area {
    padding: 10px 0 147px;
}

.style-three .single-team {
    padding: 136px 19px 38px;
    margin-bottom: 163px;
}

.teasti-area.style-three {
    padding: 118px 0 120px;
}

.style-three .teasti-content p {
    width: 95%;
}

.vouchers-area {
    padding: 96px 0 131px;
}

.vouchers-area .row.add-margin {
    margin-top: 0;
}

.single-vouchers-box {
    margin-top: 54px;
    padding: 34px 0 20px 30px;
}

.voucher-shap2 img {
    width: 100%;
}
.voucher-shap2 {
    bottom: -17px;
    left: 0;
}

.vouchers-item p {
    width: 76%;
}

.voucher-shape {
    right: -2px;
}

.vouchers-content h4 {
    font-size: 19px;
}

.style-three .blg-content {
    padding: 29px 20px 18px;
}

.style-three .blg-content a {
    width: 100%;
}

.style-three .footar-content h4 {
    font-size: 23px;
}

.footar-area.style-three .single-box input {
    margin-bottom: 18px;
}

.footar-area.style-three .submit-button button {
    margin-top: 1px;
    margin-bottom: 35px;
}

.footar-area.style-three .single-footar-box.two {
    padding-left: 0;
}

.footar-area.style-three .footar-copyright-content ul li {
    margin-left: 15px;
}

.footar-area.style-three .footar-copyright-content ul li:before {
    right: -12px;
    height: 14px;
    top: 9px;
}

.footar-area.style-three .footar-quick-contact {
    margin-bottom: 29px;
}

.footar-area.style-three .footar-copyright-content ul {
    text-align: left;
    margin-top: 13px;
}

.service-area.style-two .section-title h1 {
    font-size: 29px;
    line-height: 37px;
}

.service-area.style-two.service {
    padding: 120px 29px 120px;
}

.faqs-thumb img {
    width: 100%;
    margin-bottom: 35px;
}

.service-area.style-two.inner {
    padding: 126px 41px 97px;
}

.service-details-area .service-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.service-details-thumb img {
    width: 100%;
    margin-top: 26px;
}

.service-dtl-content {
    padding: 26px 19px 34px;
}

.service-details-area .row.add-bg {
    padding: 63px 24px 75px;
}

.port-details-content p {
    width: 96%;
}

.single-port-info-box {
    margin-top: 20px;
}

.breadcumb-content h4 {
    font-size: 40px;
}

.blog-details-area {
    padding: 118px 0 86px;
}

.blog-details-title a {
    font-size: 22px;
    padding-top: 0;
}
.blog-details-desc p {
    width: 100%;
}
.blog-details-submi-button button {
    margin-bottom: 35px;
}

.blog-related-box {
    padding: 30px 21px 31px 29px;
}

.blog-related-box.style-two {
    padding: 30px 33px 31px 21px;
}

.blog-details-tag ul li a {
    padding: 2px 11px;
}
.blog-details-tag ul li {
    margin-right: 3px;
}

.blog-details-comment.style-two {
    margin-left: 6px;
}

.inner-style .row.add-backgroun {
    padding: 98px 24px 101px;
}





}






/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .header-area {
    display: none;
}

.hero-content h1 {
    font-size: 25px;
    line-height: 20px;
}

.hero-content h1 span:after {
    right: -206px;
}
.hero-content h1 span:before {
    left: -177px;
}
.hero-area {
    height: 670px;
    padding: 100px 0 0;
}
.hero-slider-area {
    padding: 0 0 0;
    margin-top: -5px;
}
.hero-area .row.add-bg.align-items-center {
    padding: 35px 15px 93px;
}
.booking-input-box {
    width: 48%;
    margin-bottom: 7px;
}
.booking-button {
    right: 0;
    top: 73%;
    left: 26px;
}
.hero-slider-area .owl-dot {
    top: 23px;
    position: relative;
    left: -16px;
}
.about-area {
    padding: 126px 0 150px;
}
.section-title h1 {
    font-size: 29px;
    line-height: 28px;
}
.section-title h1.style {
    margin-left: 81px;
}
.section-title h1.style:before {
    width: 81px;
    left: -89px;
    top: 22px;
}
.section-title p.style {
    width: 76%;
    margin-left: 86px;
}

.about-right {
    margin-left: 0px;
    margin-top: 42px;
}
.about-right-desc p {
    margin-top: 36px;
    width: 90%;
}

.about-thumb-right {
    top: 27px;
    left: 0;
}

.room-area .container-fluid.add-margin {
    margin-left: 0;
}
.room-area .owl-prev {
    top: -17%;
    right: 4%;
}
.room-area .owl-next {
    top: -17%;
    right: 16%;
}
.single-room-content {
    width: 95%;
}
.fecilities-area {
    padding: 118px 0 404px;
}
.single-fecilities-box {
    margin-bottom: 22px;
}
.service-area {
    padding: 100px 0 100px;
}
.single-service-box {
    margin-bottom: 22px;
    padding: 51px 45px 38px;
}
.single-service-box:before {
    width: 83%;
    height: 88%;
}
.place-area .project-button {
    text-align: left;
    margin-top: 25px;
}
.place-images-area {
    padding: 0 0 0 0px;
}
.single-place-box {
    padding: 66px 36px 67px 29px;
    margin-left: 0;
    margin-top: 33px;
}
.video-area {
    padding: 85px 0 116px;
    margin: 0 0 0;
}
.video-area .section-title p {
    width: 70%;
}
.selections-area {
    background-position: center left;
}
.selection-images-3 {
   display: none;
}
.selection-images-2 {
  display: none;
}
.selection-images-1 {
    display: none;
}
.booking-area.style-two {
    padding: 0px 25px 0 26px;
    margin: 120px 0 0;
}
.style-two .single-booking-box {
    margin-left: 0;
    padding: 59px 16px 60px;
}
.single-testi-desc p {
    font-size: 20px;
    line-height: 33px;
}
.blog-area {
    padding: 119px 0 96px;
}
.blog-area .section-title {
    margin-bottom: 19px;
}
.blog-area .section-title p.style {
    width: 65%;
}
p.blog-desc {
    margin: 32px 0 32px;
    width: 62%;
}
.single-blog-box {
    margin-bottom: 20px;
}
.blog-content {
    padding: 28px 19px 25px;
}
.meta-blog span {
    margin-right: 11px;
}
.blog-content a {
    font-size: 22px;
    line-height: 30px;
}
.footer-widget-gallery img {
    width: 28%;
}
.footer-bottom-content ul li {
    float: left;
    margin-top: 16px;
}
.footer-widget-content {
    margin-bottom: -10px;
    margin-top: 33px;
}
.footer-area .row.aa-boder {
    margin-top: 112px;
}
.footer-bottom-content ul li a {
    margin-left: 0;
    margin-right: 18px;
}


/*home Two All responsive Css*/

.sticky {
    position: absolute !important;
}

.hero-area.style-two {
    padding: 0 0 0 15px;
    height: 770px;
}

.style-two .hero-content h1 {
    font-size: 48px;
    line-height: 50px;
}

.style-two .hero-single-text {
    bottom: 101px;
    left: 13%;
}


.style-two .hero-counter-box {
    display: none;
}

.style-two .hero-info-area {
    display: none;
}

.style-two .hero-img-1 {
    display: none;
}

.style-two .hero-img-2 {
    display: none;
}

.feature-area.style-two {
    padding: 120px 0 120px;
}

.feature-area.style-two .section-title {
    margin-bottom: 0;
    margin-top: 41px;
    margin-left: 32px;
}

.style-two .single-feature-box {
    margin: 0 0 0 0;
}

.style-two .about-thumb img {
    width: 100%;
    margin-bottom: 36px;
}

.style-two .about-author-box {
    margin-top: 41px;
    display: block;
}

.style-two .about-author-content p {
    margin-top: 0;
    width: 72%;
}

.service-area.style-two .section-title img {
    display: none;
}

.service-area.style-two {
    padding: 116px 28px 120px;
    margin-top: 0;
}
.service-area.style-two .col-lg-3.padding {
    padding: 0 0 25px;
}
.style-two .service-box.text-box {
    padding: 22px 26px 20px;
}

.style-two .service-box-content p {
    margin: 0 0 37px;
}

.video-area.style-two {
    padding: 200px 0 201px;
    margin: 120px 0 0;
}

.team-area.style-two {
    padding: 41px 0 121px;
}

.team-area.style-two .section-title {
    margin-bottom: 22px;
}

.team-area.style-two .section-desc-right p {
    width: 100%;
    margin: 0 0 32px;
}

.team-area.style-two .style-two.project-button a {
    margin-bottom: 37px;
}

.team-area.style-two .team-box.three {
    margin-top: 39px;
}

.style-two .single-teasti-box {
    margin-left: 0;
    display: block;
}

.teastimonial-area.style-two .teasti-thumb {
    margin-bottom: 31px;
}

.style-two p.teasti-desc {
    font-size: 18px;
    line-height: 33px;
    width: 100%;
}

.pricing-area.style-two .single-pricing-button {
    text-align: left;
    margin-bottom: 25px;
}

.pricing-area.style-two  .section-title {
    margin-bottom: 30px;
}

.style-two .single-pricing-box.three {
    margin-top: 0;
}

.style-two .blog-content {
    padding: 28px 60px 0;
}

.single-blog-area.style-two .style-two.project-button a {
    margin-bottom: 40px;
}

/*style three*/
.style-three .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
}

.hero-visiting-box {
    display: none;
}

.style-three .hero-shape {
    display: none;
}

.style-three .hero-content p {
    width: 70%;
}

.style-three a.button-2 {
    margin-top: 21px;
}

.style-three .hero-check-list span {
    font-size: 15px;
    margin-right: 14px;
}

.feature-area.style-three {
    padding: 125px 0 20px;
}

.style-three .single-feature-box {
    padding: 138px 65px 49px;
    margin-bottom: 68px;
}

.treatment-area .treatment-shape {
    display: none;
}

.style-three .section-title p {
    width: 76%;
}

.exprience-thumb {
    margin-bottom: 14px;
    left: 0;
}

.exprience-area.style-three .section-title h1 {
    font-size: 45px;
    line-height: 20px;
}
.single-exprience-box {
    width: 50%;
    padding: 28px 23px 7px;
}

.style-three.project-button a {
    padding: 9px 28px 11px;
}
.exprience-area .exprience-shape {
    display: none;
}
.contact-area.style-three .section-title h1 {
    font-size: 50px;
    line-height: 24px;
}
.contact-area.style-three .row.add-bg {
    background-position: center right;
    padding: 81px 25px 94px;
}

.services-area.style-three {
    padding: 261px 0 82px;
}

.style-three .single-servic-box {
    padding: 0 90px 0;
}

.style-three .tab-button {
    width: 80%;
}
	
.style-three .tab-button {
    width: calc(100% - 30px);
    display: block;
    left: 0;
    margin: 0px 15px 30px;
    z-index: 1;
    background:#fff;
}
.style-three .tab-button .nav-item {
    width: 50%;
  }
.style-three .tab-button .nav-item .nav-link {
    padding: 5px 10px 4px;
    width: 100%;
    font-size: 16px;
  }

.service-medical-box {
    padding: 63px 48px 62px;
}

.medical-shape {
    display: none;
}

.medical-thumb {
    position: relative;
    top: 30px;
    left: 0;
}

.medical-thumb img {
    width: 100%;
}

.style-three .section-title h1 {
    font-size: 43px;
    margin: 22px 0 37px;
}

.medical-area {
    padding: 10px 0 147px;
}

.style-three .single-team {
    padding: 136px 19px 38px;
    margin-bottom: 163px;
}

.teasti-area.style-three {
    padding: 118px 0 120px;
}

.style-three .teasti-content p {
    width: 95%;
}

.vouchers-area {
    padding: 96px 0 131px;
}

.vouchers-area .row.add-margin {
    margin-top: 0;
}

.single-vouchers-box {
    margin-top: 54px;
    padding: 34px 0 20px 30px;
}

.voucher-shap2 img {
    width: 100%;
}
.voucher-shap2 {
    bottom: -16px;
    left: 0;
}

.vouchers-item p {
    width: 85%;
}

.voucher-shape {
    right: -2px;
}

.vouchers-content h4 {
    font-size: 16px;
}

.style-three .gallery-box-icon {
    position: absolute;
    left: 44%;
    bottom: 44%;
}

.style-three .blg-content {
    padding: 29px 20px 18px;
}

.style-three .blg-content a {
    width: 100%;
}

.style-three .footar-content h4 {
    font-size: 23px;
}

.footar-area.style-three .single-box input {
    margin-bottom: 18px;
}

.footar-area.style-three .submit-button button {
    margin-top: 1px;
    margin-bottom: 35px;
}

.footar-area.style-three .single-footar-box.two {
    padding-left: 0;
}

.footar-area.style-three .footar-copyright-content ul li {
    margin-left: 15px;
}

.footar-area.style-three .footar-copyright-content ul li:before {
    right: -12px;
    height: 14px;
    top: 9px;
}

.footar-area.style-three .footar-quick-contact {
    margin-bottom: 29px;
}

.footar-area.style-three .footar-copyright-content ul {
    text-align: left;
    margin-top: 13px;
}

.service-area.style-two .section-title h1 {
    font-size: 29px;
    line-height: 37px;
}

.service-area.style-two.service {
    padding: 120px 29px 120px;
}

.faqs-thumb img {
    width: 100%;
    margin-bottom: 35px;
}

.service-area.style-two.inner {
    padding: 126px 41px 97px;
}

.service-details-area .service-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.service-details-thumb img {
    width: 100%;
    margin-top: 26px;
}

.service-dtl-content {
    padding: 26px 19px 34px;
}

.service-details-area .row.add-bg {
    padding: 63px 24px 75px;
}

.port-details-content p {
    width: 96%;
}

.single-port-info-box {
    margin-top: 20px;
}

.breadcumb-content h4 {
    font-size: 36px;
}

.blog-details-area {
    padding: 118px 0 86px;
}

.blog-details-title a {
    font-size: 22px;
    padding-top: 0;
}

.blog-details-desc p {
    width: 100%;
}

.blog-details-submi-button button {
    margin-bottom: 35px;
}

.blog-related-box {
    padding: 30px 21px 31px 29px;
}

.blog-related-box.style-two {
    padding: 30px 33px 31px 21px;
}

.blog-details-tag ul li a {
    padding: 2px 11px;
}
.blog-details-tag ul li {
    margin-right: 3px;
}

.blog-details-comment.style-two {
    margin-left: 6px;
}

.blog-details-social {
    text-align: left;
    margin-top: 13px;
}

.blog-details-comment-thumb {
    float: inherit;
    margin-bottom: 20px;
}

.inner-style .row.add-backgroun {
    padding: 81px 12px 83px;
}






}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
   .header-area {
    display: none;
}

  .header-area {
    display: none;
}

.hero-content h1 {
    font-size: 19px;
    line-height: 18px;
}

.hero-content h1 span:after {
    right: -206px;
}
.hero-content h1 span:before {
    left: -177px;
}
.hero-area {
    height: 670px;
    padding: 102px 0 0;
}
.hero-slider-area {
    padding: 0 0 0;
    margin-top: -5px;
}
.hero-area .row.add-bg.align-items-center {
    padding: 35px 15px 93px;
}
.booking-input-box {
    width: 100%;
    margin-bottom: 7px;
}
.booking-button {
    right: 0;
    top: 82%;
    left: 26px;
}
.hero-slider-area .owl-dot {
    top: 23px;
    position: relative;
    left: -16px;
}
.about-area {
    padding: 246px 0 144px;
}
.section-title h1 {
    font-size: 18px;
    line-height: 17px;
}
.section-title h1.style {
    margin-left: 81px;
}
.section-title h1.style:before {
    width: 81px;
    left: -89px;
    top: 22px;
}
.section-title p.style {
    width: 100%;
    margin-left: 0;
}

.single-about-thumb img {
    width: 100%;
    margin-bottom: 21px;
}

.about-right {
    margin-left: 0px;
    margin-top: 42px;
}
.about-right-desc p {
    margin-top: 36px;
    width: 90%;
}

.about-thumb-right {
    top: 27px;
    left: 0;
}

.room-area .container-fluid.add-margin {
    margin-left: 0;
}
.room-area .owl-prev {
    top: -17%;
    right: 4%;
}
.room-area .owl-next {
    top: -17%;
    right: 24%;
}
.single-room-content {
    width: 100%;
}
.single-room-box {
    margin: 0 0 0 0;
}
.single-room-content {
    width: 100%;
    left: 0;
}
.room-price {
    padding: 4px 6px 0;
}
.room-title a {
    font-size: 18px;
}
.fecilities-area {
    padding: 118px 0 404px;
}
.single-fecilities-box {
    margin-bottom: 22px;
}
.service-area {
    padding: 100px 0 100px;
}
.single-service-box {
    margin-bottom: 22px;
    padding: 51px 22px 38px;
}
.service-content h4 {
    font-size: 17px;
}
.single-service-box:before {
    width: 91%;
    height: 89%;
}
.place-images-area .section-title h1 {
    font-size: 24px;
}
.place-area .project-button {
    text-align: left;
    margin-top: 25px;
}
.place-images-area {
    padding: 0 0 0 0px;
}
.single-place-box {
    padding: 66px 36px 67px 29px;
    margin-left: 0;
    margin-top: 33px;
}
.video-area {
    padding: 85px 0 116px;
    margin: 0 0 0;
}
.video-area .section-title p {
    width: 70%;
}
.selections-area {
    background-position: center left;
}
.selection-images-3 {
   display: none;
}
.selection-images-2 {
  display: none;
}
.selection-images-1 {
    display: none;
}
.booking-area.style-two {
    padding: 0px 11px 0 4px;
    margin: 120px 0 0;
}
.style-two .booking-content {
    padding: 25px 13px 25px;
}
.style-two .booking-content h4 {
    font-size: 14px;
}
.style-two .single-booking-box {
    margin-left: 0;
    padding: 59px 16px 60px;
}
.single-testi-desc p {
    font-size: 17px;
    line-height: 24px;
}
.teasti-title h4 {
    font-size: 18px;
    margin-top: 14px;
}
.single-selection-title h1 {
    font-size: 33px;
    line-height: 35px;
}
.style-two .google-map iframe {
    height: 264px;
}
.blog-area .section-title p.style {
    width: 100%;
}
.blog-area .section-title {
    margin-bottom: 19px;
}
p.blog-desc {
    margin: 32px 0 32px;
    width: 100%;
}
.single-blog-box {
    margin-bottom: 20px;
}
.blog-content {
    padding: 28px 19px 25px;
}
.meta-blog span {
    margin-right: 11px;
}
.blog-content a {
    font-size: 18px;
    line-height: 28px;
}
.footer-widget-gallery img {
    width: 28%;
}
.footer-bottom-content ul li {
    float: left;
    margin-top: 16px;
}
.footer-widget-content {
    margin-bottom: -10px;
    margin-top: 33px;
}
.footer-area .row.aa-boder {
    margin-top: 112px;
}
.footer-bottom-content ul li a {
    margin-left: 0;
    margin-right: 18px;
}


.sticky {
    position: absolute !important;
}


/*home Two All responsive Css*/

.hero-area.style-two {
    padding: 0 0 0 15px;
    height: 606px;
}

.style-two .hero-content h1 {
    font-size: 30px;
    line-height: 30px;
}

.style-two .hero-single-text {
    bottom: 64px;
    left: 25%;
}

.style-two .hero-content p {
    font-size: 17px;
    margin: 14px 0 0;
}

.style-two a.hero-button {
    margin-top: 27px;
}


.style-two .hero-counter-box {
    display: none;
}

.style-two .hero-info-area {
    display: none;
}

.style-two .hero-img-1 {
    display: none;
}

.style-two .hero-img-2 {
    display: none;
}

.style-two .single-feature-box {
    margin: 0;
}

.feature-area.style-two {
    padding: 120px 0 120px;
}

.feature-area.style-two .section-title {
    margin-bottom: 0;
    margin-top: 41px;
    margin-left: 10px;
}

.feature-area.style-two .section-title h1 {
    font-size: 35px;
    line-height: 35px;
}

.style-two .section-title h4 {
    color: var(--primary-color);
    margin: 0 0 0;
}

.style-two .about-thumb img {
    width: 100%;
    margin-bottom: 36px;
}

.style-two .about-author-box {
    margin-top: 41px;
    display: block;
}

.style-two .about-author-content p {
    margin-top: 0;
    width: 72%;
}

.service-area.style-two .section-title img {
    display: none;
}

.service-area.style-two .section-title h1 {
    font-size: 22px;
    line-height: 24px;
}

.service-area.style-two .section-title {
    margin-bottom: 36px;
}

.service-area.style-two {
    padding: 116px 14px 120px;
    margin-top: 0;
}

.service-area.style-two .col-lg-3.padding {
    padding: 0 0 25px;
}

.style-two .service-box.text-box {
    padding: 22px 20px 20px;
}

.style-two .service-box-content p {
    margin: 0 0 37px;
}

.video-area.style-two {
    padding: 167px 0 167px;
    margin: 103px 0 0;
}

.team-area.style-two .section-title {
    margin-bottom: 22px;
}

.team-area.style-two .section-desc-right p {
    width: 100%;
    margin: 0 0 32px;
}

.team-area.style-two .style-two.project-button a {
    margin-bottom: 37px;
}

.team-area.style-two .team-box.three {
    margin-top: 39px;
}

.style-two .single-teasti-box {
    margin-left: 0;
    display: block;
}

.teastimonial-area.style-two .teasti-thumb {
    margin-bottom: 31px;
}

.teastimonial-area.style-two .teasti-thumb img {
    width: 100%;
}

.style-two p.teasti-desc {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
}

.pricing-area.style-two .single-pricing-button {
    text-align: left;
    margin-bottom: 25px;
}

.style-two .single-pricing-box {
    padding: 26px 19px 47px;
}

.style-two .pricing-title span {
    width: 44%;
    margin-top: 16px;
}

.pricing-area.style-two  .section-title {
    margin-bottom: 30px;
}

.style-two .single-pricing-box.three {
    margin-top: 0;
}

.single-blog-area.style-two .section-title h1 {
    font-size: 28px;
    line-height: 26px;
}

.single-blog-area.style-two .style-two.project-button a {
    margin-bottom: 28px;
}

.style-two .blog-content {
    padding: 28px 0 20px;
}

.style-two .blog-content a {
    font-size: 25px;
    line-height: 30px;
}

/*style three*/
.style-three .hero-content h1 {
    font-size: 30px;
    line-height: 28px;
}

.hero-visiting-box {
    display: none;
}

.style-three .hero-shape {
    display: none;
}

.style-three .hero-content p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

.style-three a.button-2 {
    margin-top: 21px;
}

.style-three .hero-check-list span {
    font-size: 17px;
    margin-right: 0;
    margin-bottom: 9px;
}

.feature-area.style-three {
    padding: 125px 0 20px;
}

.style-three .single-feature-box {
    padding: 138px 22px 49px;
    margin-bottom: 68px;
}

.style-three .feature-content h4 {
    font-size: 30px;
}

.treatment-area .treatment-shape {
    display: none;
}

.style-three .section-title p {
    width: 88%;
}

.exprience-thumb {
    margin-bottom: 14px;
    left: 0;
}

.exprience-area.style-three .section-title h1 {
    font-size: 26px;
    line-height: 0;
}

.exprience-area.style-three .section-title p {
    width: 100%;
}

.single-exprience-box {
    width: 100%;
    padding: 28px 23px 7px;
}

.style-three.project-button a {
    padding: 9px 28px 11px;
}

.exprience-area .exprience-shape {
    display: none;
}

.exprience-area .exprience-contact-info {
    display: block;
}

.exprience-area  .contact-phone {
    margin-top: 31px;
}

.contact-area.style-three .section-title h1 {
    font-size: 29px;
    line-height: 3px;
}

.contact-area.style-three .row.add-bg {
    background-position: center right;
    padding: 81px 15px 94px;
}

.services-area.style-three {
    padding: 261px 0 82px;
}

.style-three .single-servic-box {
    padding: 0 26px 0;
}

.style-three .tab-button {
    width: calc(100% - 30px);
    display: block;
    left: 0;
    margin: 0px 15px 30px;
    z-index: 1;
    background:#fff;
}
.style-three .tab-button .nav-item {
    width:50%;
}	
.style-three .tab-button .nav-item .nav-link {
    padding:5px 10px 4px;
	width:100%;
	font-size: 14px;
}	
	

.style-three .nav-pills .nav-link {
    margin-bottom: 7px;
}

.service-medical-box {
    padding: 63px 24px 62px;
}

.medical-shape {
    display: none;
}

.medical-thumb {
    position: relative;
    top: 30px;
    left: 0;
}

.medical-thumb img {
    width: 100%;
}

.style-three .section-title h1 {
    font-size: 24px;
    margin: 22px 0 33px;
}

.treatment-content h4 {
    font-size: 20px;
}

.exprience-thumb img {
    width: 100%;
}

.medical-area {
    padding: 10px 0 147px;
}

.style-three .single-team {
    padding: 136px 19px 38px;
    margin-bottom: 163px;
}

.team-area.style-three .section-title p {
    width: 100%;
}

.style-three .team-thumb {
    left: 36px;
}

.style-three .team-title h4 {
    font-size: 23px;
}

.teasti-area.style-three {
    padding: 118px 0 1px;
}

.teasti-area.style-three .row.add-bg {
    padding: 57px 0 100px;
}

.style-three .teasti-content p {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
}

.teasti-area.style-three .owl-dots {
    bottom: -255px;
}

.vouchers-area {
    padding: 96px 0 131px;
}

.vouchers-area .row.add-margin {
    margin-top: 0;
    margin-left: 0;
}

.single-vouchers-box {
    margin-top: 54px;
    padding: 34px 0 20px 12px;
}

.vouchers-area.style-three .section-title p {
    width: 99%;
}

.voucher-shap2 img {
    width: 100%;
}

.voucher-shap2 {
    bottom: -14px;
    left: 0;
}

.blog-area.style-three .section-title h1 {
    font-size: 30px;
}

.medical-content h4 {
    font-size: 26px;
}

.vouchers-item p {
    width: 85%;
    overflow: hidden;
}

.voucher-shape {
    right: -2px;
    display: none;
}

.vouchers-content h4 {
    font-size: 16px;
}

.style-three .gallery-box-icon {
    position: absolute;
    left: 37%;
    bottom: 36%;
}

.style-three .blg-content {
    padding: 29px 20px 18px;
}

.style-three .blg-content a {
    width: 100%;
    font-size: 17px;
}

.style-three .footar-content h4 {
    font-size: 23px;
}

.footar-area.style-three .single-box input {
    margin-bottom: 18px;
}

.footar-area.style-three .submit-button button {
    margin-top: 1px;
    margin-bottom: 35px;
}

.footar-area.style-three .single-footar-box.two {
    padding-left: 0;
}

.footar-area.style-three .footar-copyright-content ul li {
    margin-left: 15px;
}

.footar-area.style-three .footar-copyright-content ul li:before {
    right: -12px;
    height: 14px;
    top: 9px;
}

.footar-area.style-three .footar-quick-contact {
    margin-bottom: 29px;
}

.footar-area.style-three .footar-copyright-content ul {
    text-align: left;
    margin-top: 13px;
}

.service-area.style-two .section-title h1 {
    font-size: 22px;
    line-height: 22px;
}

.service-area.style-two.service {
    padding: 120px 0 120px;
}

.faqs-thumb img {
    width: 100%;
    margin-bottom: 35px;
}

.faq-answer {
    padding: 21px 19px 25px;
}

.faq-singular .faq-question {
    padding: 20px 11px 19px 7px;
    font-size: 16px;
}

.faq-singular .faq-question:before {
    right: 5px;
}

.service-area.style-two.inner {
    padding: 126px 0px 97px;
}

.service-details-area .service-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.service-details-thumb img {
    width: 100%;
    margin-top: 26px;
}

.service-dtl-content {
    padding: 26px 19px 34px;
}

.breadcumb-area {
    padding: 194px 0 142px;
}

.breadcumb-content h4 {
    font-size: 30px;
}

.single-service-details-box {
    padding: 45px 11px 41px;
}

.service-details-title h4 {
    font-size: 26px;
}

.service-details-title p {
    width: 100%;
}

.service-details-area .row.add-bg {
    padding: 63px 0 75px;
}

.service-box-item ul li {
    line-height: 30px;
    font-size: 13px;
}

.portfolio-area .section-title.text-center img {
    display: none;
}

.portfolio-title a {
    font-size: 24px;
    line-height: 31px;
}

.single-portfolio-box:hover .portfolio-content {
    bottom: 22px;
}

.portfolio-content {
    bottom: -38px;
}

.port-details-content p {
    width: 100%;
}

.port-details-content h1 {
    font-size: 38px;
}

.single-port-info-box {
    margin-top: 20px;
    padding: 36px 18px 31px;
}

.port-details-content ul li {
    height: 30px;
    font-size: 13px;
}

.blog-details-area {
    padding: 118px 0 86px;
}

.blog-details-title a {
    font-size: 22px;
    padding-top: 0;
}

.blog-details-desc p {
    width: 100%;
}

.blog-details-submi-button button {
    margin-bottom: 35px;
}

.blog-related-box {
    padding: 30px 5px 31px 17px;
}

.blog-related-box.style-two {
    padding: 30px 17px 31px 11px;
    margin-top: 25px;
}

.blog-related-content a {
    font-size: 15px;
    line-height: 21px;
}

.blog-details-tag ul li a {
    padding: 2px 11px;
}

.blog-details-tag ul li {
    margin-right: 3px;
}

.blog-details-comment.style-two {
    margin-left: 6px;
}

.blog-details-social {
    text-align: left;
    margin-top: 13px;
}

.blog-details-comment-thumb {
    float: inherit;
    margin-bottom: 20px;
}

.blog-details-comment {
    padding: 29px 15px 25px;
}

.blog-details-comment-content h2 {
    font-size: 17px;
    margin-right: 6px;
}

.widget_search {
    padding: 13px 15px 37px;
}

.widget-categories-box {
    padding: 21px 13px 15px;
}

.recent-widget-content a {
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
}

.inner-style .row.add-backgroun {
    padding: 81px 12px 83px;
}

.inner-style .single-contact-form {
    padding: 42px 15px 60px;
}
.style-three.hero-area {
    padding: 56px 0 18px;
}



}
/*xl device min width*/
@media screen and (max-width:991px) {
    .treatment-area .owl-dots { display:none; }
}



/*xl device min width*/
@media screen and (min-width:992px) {
    .pl-lg-50 {
        padding-left: 50px;
    }
}

/*xl device min width*/
@media screen and (min-width:1200px) {
    .video-icon {
        left: 75%;
    }
}

			

.owl-carousel .owl-item .teasti-quote-icon img { display: block; width: auto;}
.owl-carousel .owl-item .feature-box-icon img { display: block; width: auto;}


		