/*
Template Name    : Estar - Medical Center Landing Page
Author           : BoudaTemplate.
css file         : style.css
*/

/* Table of Content
    1- General
    2- Header
    3- Home
    4- categories
    5- About
    6- Services
    7- Gallery
    8- Why Choose Us
    9- Our Team
    10- Faq
    11- Pricing
    12- Testimonial
    13- Newsletter
    14- Blog
    15- Contact
    16- Map
    17- Footer
    18- Inner Pages
       18-0 slide-bar-boxbar Box
       18-00 bg-page-title
       18-1 services details
       18-2 gallery details
       18-3 blog details
    17- Responsive
*/
    
/* 1- General */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --font-family-1: 'Urbanist', sans-serif;
    --font-family-2: 'Roboto', sans-serif;
    --primary-color: #00232E;
    --second-color1: #08AF91;
    --second-color2: #147594;
    --body-color: #504F4F;
    --black-color: #000000;
    --white-color: #ffffff;
    --second-text-color: #E3E6EA;
    --green-color: #2C8316;
    --red-color: #EF2727;
    --borderColor: #E1E2E3;
    --sec-bg1-color: #F4F9FC;
    --sec-bg2-color: #021B32;
    --sec-bg3-color: #F3F3F3;
    --sec-bg4-color: #021629;
    --sec-bg5-color: #f9f9f9;
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    position: relative;
    color: var(--body-color) !important;
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-1);
    line-height: 1.3;
    color: var(--primary-color);
    margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

p {
    line-height: 1.8;
    margin-bottom: 0;
}

span {
    line-height: normal;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none ;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 15px) 50%;
}

:focus,
button:focus{
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a , button {
    -webkit-transition: 0.5s ease-out !important;
    -o-transition: 0.5s ease-out !important;
    transition: 0.5s ease-out !important;
}

img {
    max-width: 100%;
    height: auto;
    width: auto !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget>h4 {
    color: white;
    margin-bottom: 22px;
}
.section {
    padding: 75px 0;
    position: relative;
}

.bg-color {
    background-color: var(--sec-bg1-color);
}

.m-top {
    margin-top: 90px;
}

.m-bottom {
    margin-bottom: 70px;
}

.back-top {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 62px;
    width: 62px;
    right: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #CC9955;
    z-index: 995 !important;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    width: 55%;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.back-top i {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 63px;
}

.main-btn {
    padding: 16px 31px;
    font-size: 14px;
    font-weight: 600;
    background-color: #CC9955;
    font-family: var(--font-family-1);
    border-radius: 36px;
    text-transform: uppercase;
    border: none;
}
.icon>i {
    color: #CC9955;
    font-size: 41px;
}
.features-text>h6 {
    color: #CC9955;
    font-size: 24px;
}
.main-btn:hover {
    background-color: var(--primary-color);
}

.form-control {
    border: 1px solid transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.form-control:focus {
    border: 1px solid var(--primary-color);
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.default-btn {
    border: 0;
}

.title-section h3 {
    font-size: 40px;
    color: #CC9955;
    font-weight: 700;
    margin-bottom: 26px;
}
.about-details>ul>li {
    line-height: 34px;
    list-style: circle;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #ebebeb;
    height: 4px;
    width: 32px;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
}

.owl-carousel.center .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.owl-dots .owl-dot.active, .testimonials-carousel .owl-dots .owl-dot:hover {
    background-color: var(--primary-color);
}

/* 2- Header */

header {
    background-color: var(--white-color);
    z-index: 999;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.navbar {
    position: relative;
    margin: 5px 0;
}

.nav-item .nav-link {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.nav-item .nav-link:hover ,
.nav-item .nav-link.active {
    color: var(--second-color1);
}

.sticky-add {
    background-color: var(--white-color);
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 12px 28px -22px;
            box-shadow: rgb(0 0 0 / 25%) 0px 12px 28px -22px;
}

/* 3- Home */

.hero {
     min-height: 795px; 
padding: 84px 0 100px 0; 
    z-index: 1000 !important;
    overflow: hidden;
    background: url(../images/bannernew1.jpg);
    background-size: cover;
    background-position: center;
}
.hero .home-title {
    padding-top: 188px;
}
section#services {
    background: #424242;
}
.hero .home-title h6 , .title-section h6 {
    position: relative;
    font-size: 16px;
    display: inline-block;

    letter-spacing: 2px;
    font-weight: 700;
    padding-left: 45px;
    margin-bottom: 16px;
}
.row.about-features.d-flex {
    margin-bottom: 37px;
}
.hero .home-title h6::before , .title-section h6:before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 28px;
    height: 3px;
    background-color: var(--second-color1);
}

.hero .home-title h1 {
    font-size: 66px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: capitalize;
}

.hero .home-title p {
    font-weight: 500;
    margin-bottom: 35px;
}

.hero .hero-image-box {
    position: relative;
    padding-top: 84px;
    padding-bottom: 0;
    padding-left: 35px;
}

.hero .hero-image-box:after {
    position: absolute;
    content: "";
    right: 0;
    top: 84px;
    bottom: 0;
    left: 35px;
    z-index: -1;
    background: #FFFFFF;
    border: 16px solid var(--second-color2);
    border-radius: 260px 260px 0px 0px;
}

.hero .hero-image-box .shape {
    position: absolute;
    top: 154px;
    left: -16px;
    background-color: var(--white-color);
    -webkit-box-shadow: -1px 1px 6px #E4E8EB;
            box-shadow: -1px 1px 6px #E4E8EB;
    border-radius: 8px;
    padding: 18px 30px;
    -webkit-animation: animation 5s infinite linear alternate;
            animation: animation 5s infinite linear alternate;
}

@-webkit-keyframes animation {
    0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    75% {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

@keyframes animation {
    0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    75% {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

.hero .hero-image-box .shape .number span {
    color : var(--second-color2); 
    font-weight: 700;
}

.hero .hero-image-box .shape span.num {
    font-size: 27px;
    font-family: var(--font-family-1);
}

.hero .hero-image-box .shape .title {
    font-size: 14px;
    font-weight: 700;
}

.brands span {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 700;
    font-family: var(--font-family-1);
}

/* 4- Categories */

.categories-box {
    position: relative;
    margin-bottom: 60px;
}

.categories-box .cat-details {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    display: inline-block;
    padding: 10px 24px;
    background-color: var(--white-color);
    border-radius: 10px;
    -webkit-transform: translate(-50% , 50%);
    -ms-transform: translate(-50% , 50%);
    transform: translate(-50% , 50%);
    text-align: center;
    -webkit-box-shadow: 0px 1px 4px #E4E8EB;
            box-shadow: 0px 1px 4px #E4E8EB;
}

.categories-box .cat-details h6 {
    color: var(--black-color);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}

.categories-box .cat-details h6 a:hover {
    color: var(--second-color1);
}

.categories-box .cat-details p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* 5- About */

.about .about-img {
    position: relative;
    padding-right: 90px;
}

.about .about-img .shape {
    position: absolute;
    bottom: 0;
    right: 90px;
    z-index: -1;
}
.features-content {
    text-align: center;
}
.ic>img {
    width: 50%!important;
}

.box {
    box-shadow: 0px 3px 40px 0px rgb(0 0 0 / 10%);
    margin: 0px 20px 0px 0px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 0px;
    padding: 25px 25px 25px 25px;
    margin-top: 35px;
}
.logo a img {
    width: 29%!important;
}
.about .about-details {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about .about-details p {
    font-weight: 500;
    margin-bottom: 30px;
}
.title-section {
    text-align: center;
}
div#demo {
    width: 110%; 
}
.about .about-details .features-content .icon {
    width: 25px;
    height: 25px;
    background-color: var(--second-color1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 18px;
    margin-bottom: 24px;
}

.about .about-details .features-content .icon i {
    color: var(--white-color);
}

.about .about-details .features-content .features-text h6 {
    color: var(--black-color);
    font-weight: 700;
}

/* 6- Services */

.services .services-wrapper {
    margin-right: -1px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.services .services-box {
    position: relative;
    padding: 51px 10px;
    background: white;
    margin: 15px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-bottom: 5px solid #F48120;
}
input.form-s {
    width: 42%;
}
select#location {
    width:42%;
}
.wrp-c {
    background: #CC9955;
    width: 80%;
    margin-bottom: 29px;
    padding: 66px;
    color: white;
    border-radius: 30px;
    margin-top: 35px;
}
.wrp-c>h4 {
    color: white;
    font-size: 38px;
    font-weight: 900;
}
.wrp-c>p {
    font-size: 19px;
    line-height: 27px;
}
.title-section.m-bottom.clinic {
    margin-top: -70px;
}
.title-section.m-bottom.clinic>h3 {
    margin-bottom: 65px;
}
button#bok {
    width: 43%;
    /* margin: auto; */
    background: #CC9955;
    margin-top: 22px;
}
section#wrap-cont {
    background: #080707;
    padding: 85px;
}
.wrp-con>h3 {
    color: white;
}
.wrp-con>p {
    color: white;
}
input.form-s {

    margin: 6px;
    padding: 12px;
    border-radius: 19px;
}
div#demo1 {
    margin-top: 25px;
}
select#location {
 
    padding: 12px;
    margin: 6px;
    border-radius: 19px;
}

.services .services-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background-color: #E2E2E2;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.services .services-list > div:last-child .services-box::after {
	display: none;
}

.services .services-box .icon {
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--white-color);
    margin-bottom: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 4px #E4EDF2;
            box-shadow: 0px 4px 4px #E4EDF2;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.services .services-box .icon i {
    color: var(--second-color2);
    font-size: 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.services .services-box .services-details h3 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 5px;
}

.services .services-box .services-details h3 a:hover {
    color: var(--second-color1);
}

.services .services-box:hover {
    background-color: var(--white-color);
    z-index: 1;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 10%);
            box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 10%);
}

.services .services-box:hover .icon {
    background-color: var(--second-color1);
}

.services .services-box:hover .icon i {
    color: var(--white-color);
}

.services .services-box:hover::after {
    z-index: -1;
    display: none;
}

/* 7- Gallery */

.gallery-box {
    position: relative;
    margin-bottom: 30px;
}

.gallery-box .gallery-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 82, 109, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: var(--second-text-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.gallery-box .gallery-content .icon-plus {
    width: 45px;
    height: 45px;
    background-color: var(--white-color);
    color: var(--second-color1);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.gallery-box .gallery-content .icon-plus  i {
    font-size: 20px;
    font-weight: 600;
}

.gallery-box .gallery-content h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--white-color);
}

.gallery-box .gallery-content h4 a:hover {
    color: var(--second-color1);
}

.gallery-box:hover .gallery-content {
    visibility: visible;
    opacity: 1;
}

/* 8- Why Choose Us */

.choose-us:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: var(--sec-bg1-color);
    z-index: -1;
}

.choose-us .choose-us-img img{
    border-radius: 5px;
}

.counter-inner {
    margin-top: 12px;
}

.counter-box {
    padding: 32px 0;
}

.counter-box .num >:first-child {
    font-size: 35px;
    font-weight: 700;
    color: var(--black-color);
    font-family: var(--font-family-1);
    margin-top: 10px;
    margin-right: 4px;
    margin-bottom: 10px;
}

.counter-box .num >:last-child {
    font-size: 18px;
}

.choose-us-content {
    margin-bottom: 30px;
}

.choose-us-content .counter-inner > div:first-child:before ,
.choose-us-content .counter-inner > div:first-child:after ,
.choose-us-content .counter-inner > div:last-child:before ,
.choose-us-content .counter-inner > div:last-child:after{
	position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5.08%, rgba(199, 204, 206, 0.53)), to(rgba(147, 166, 172, 0)));
    background-image: -o-linear-gradient(left, rgba(199, 204, 206, 0.53) 5.08%, rgba(147, 166, 172, 0) 100%);
    background-image: linear-gradient(90deg, rgba(199, 204, 206, 0.53) 5.08%, rgba(147, 166, 172, 0) 100%);
}

.choose-us-content .counter-inner > div:first-child:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
    height: 1px;
}

.choose-us-content .counter-inner > div:first-child:after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 140px;
}

.choose-us-content .counter-inner > div:last-child:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 140px;
}

.choose-us-content .counter-inner > div:last-child:after {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
    height: 1px;
}

.choose-us .appointment-box {
    padding: 35px;
    background-color: var(--white-color);
    -webkit-box-shadow: 1px 0px 30px #e0e7ec;
            box-shadow: 1px 0px 30px #e0e7ec;
}

.choose-us .appointment-box h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}

.appointment-box form .form-group {
    position: relative;
    margin: 0 0 26px;
}

.appointment-box form .form-group input, 
.appointment-box form .form-group textarea, 
.appointment-box form .form-group select {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--borderColor);
    color: inherit;
}

.appointment-box form .form-group select {
    background-color: #fff;
    color: var(--body-color);
    background-image: url(../images/down-arrow.png);
}

/* 9- Our Team */

.team .d-box {
    padding: 24px 22px;
    margin-bottom: 30px;
    text-align: center;
    background-color: var(--white-color);
    -webkit-box-shadow: 1px 0px 30px #E0E7EC;
            box-shadow: 1px 0px 30px #E0E7EC;
}

.team .d-box .d-details {
    padding: 22px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--borderColor);
}

.team .d-box .d-details h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.social ul li {
    margin-right: 9px;
}

.social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background-color: var(--white-color);
    border: 1px solid var(--borderColor);
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social ul li a:hover {
    background-color: var(--second-color1);
    color: var(--white-color);
    border: transparent;
}

/* 10- Faq */

.accordion-item {
    border: none !important;
    margin-bottom: 20px;
}

.accordion-header {
    border:  0!important;
}

.accordion-item ,.accordion-header {
    background-color: var(--sec-bg1-color) !important;
    outline: none;
}

.accordion-button {
   background-color: transparent !important;
   -webkit-box-shadow: none !important;
           box-shadow: none !important;
   color: var(--black-color) !important;
   border: none !important;
   font-size: 18px;
   font-weight: 600;
}

.accordion-button:after {
    content: "+";
    background-image: none;
    height: inherit;
    width: auto;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
}

.accordion-button:not(.collapsed):after {
    content: "-";
    background-image: none;
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.accordion-collapse .accordion-body {
    padding: 1rem 1.25rem 1rem 1rem;
    background-color: var(--white-color) !important;
    -webkit-box-shadow: 0px 1px 15px rgba(228, 232, 235, 0.54);
            box-shadow: 0px 1px 15px rgba(228, 232, 235, 0.54);
}

.faq-img-box {
    position: relative;
    padding-bottom: 178px;
    padding-left: 98px;
}

.faq-img-box .big-img {
    position: relative;
}

.faq-img-box .big-img img {
    z-index: 1;
}

.faq-img-box .small-img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 55%;
}

.faq-img-box .small-img img {
    border: 8px solid var(--white-color);
    z-index: 2;
}

.faq-img-box .big-img .experience {
    position: absolute;
    width: 140px;
    height: 140px;
    padding: 20px;
    border-radius: 50%;
    bottom: 0;
    right: 30px;
    -webkit-transform: translate(0 , 50%);
        -ms-transform: translate(0 , 50%);
            transform: translate(0 , 50%);
    background: var(--second-color1);
    border: none;
}

.faq-img-box .big-img .experience .num-exp>:first-child {
    font-size: 30px;
    font-family: var(--font-family-1);
}

.faq-img-box .big-img .experience h6 {
    font-size: 15px;
    font-weight: 500;
}

/* 11- Pricing */

.pricing {
    background-image: url(../images/bg.png);
}

.pricing .title-section h3 {
    color: var(--white-color);
}

.pricing .pricing-box {
    background-color: var(--white-color);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 0;
    margin-bottom: 30px;
    text-align: center;
}

.pricing .pricing-box .pricing-icon {
    position: relative;
    margin-bottom: 30px;
}

.pricing .pricing-box .pricing-icon:before,
.pricing .pricing-box.active .pricing-icon:before {
    position: absolute;
    content: "";
    left: -25px;
    top: -15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0.10;
}

.pricing .pricing-box .pricing-icon:before {
    background: #0ABB9B;
}

.pricing .pricing-box.active .pricing-icon:before {
    background: #036352;
}

.pricing .pricing-box .pricing-budget {
    margin-bottom: 30px;
}

.pricing .pricing-box .pricing-budget h6{
    font-size: 18px;
    font-weight: 600;
}

.budget-num {
    font-family: var(--font-family-1);
    color: var(--primary-color);
    font-weight: 600;
}

.budget-num >:first-child {
    font-size: 20px;
}

.budget-num >:last-child {
    font-size: 16px;
    font-weight: 700;
}

.budget-num span.num {
    font-size: 52px;
    font-weight: 700;
}

.pricing .pricing-package {
    margin-bottom: 30px;
}

.pricing .pricing-package ul li{
    margin-bottom: 13px;
    font-weight: 500;
}

.pricing .pricing-box.active {
    background-color: var(--second-color1);
    color: var(--white-color);
}

.pricing .pricing-box.active .pricing-budget h6 , .pricing .pricing-box.active .pricing-budget .budget-num span{
    color: var(--white-color);
}

.pricing .pricing-box.active .main-btn {
    color: var(--black-color);
    background-color: var(--white-color);
}

/* 12- Testimonial */

.testimonial .quote-description {
    margin-bottom: 30px;
}

.testimonial .quote-description .quote-icon {
    margin-bottom: 27px;
}

.testimonial .quote-description p.text {
    color: var(--black-color);
}

.testimonial .quote-description .clients-satisfaction {
    margin-top: 128px;
}

.testimonial .quote-description .clients-satisfaction .clients-num span {
    color: var(--primary-color);
    font-family: var(--font-family-1);
    font-weight: 700;
}

.testimonial .quote-description .clients-satisfaction .clients-num span:first-child {
    font-size: 40px;
}

.testimonial .test-client-details {
    padding: 0 32px;
}

.testimonial .test-client-details .client-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonial .test-client-details .client-info h5 {
    font-size: 20px;
    font-weight: 700;
}

.testimonial .test-client-details .client-info p {
    font-size: 14px;
    font-weight: 500;
}

.testimonial .owl-carousel .owl-dots {
    position: relative;
    left: 32px;
    margin-top: 25px;
}

/* 13- Newsletter */

.newsletter {
    position: relative;
    background-color: #424242;
    z-index: 2;
}

.newsletter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/wood.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    z-index: -1;
}
ul.prov {
    margin-bottom: 33px;
}
.newsletter .title-section h3 {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.prov >li {
    display: inline-block;
    padding: 10px;
}
.success-test {
    padding: 22px;
    border-left: 5px solid #CC9955;
    margin-top: -47px;
}
p.offering {
    text-align: left;
    color: black;
}
ul.star-fiv>li {
    display: inline-block;
    text-align: center;
    margin: auto;
    color: #F48120;
    font-size: 23px;
}
.test-client-details>i {
    color: #F48120;
    font-size: 46px;
}
h5.get {
    color: #CC9955;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}
.testimonial .test-client-details {
    padding: 26px 32px;
    background: white;
    border: 1px solid #e4e4e4;
    text-align: center;
}
p.crfet {
    font-size: 23px;    
}

a.boos {
    background: #CC9955;
    padding: 16px;
    color: white;
    border-radius: 11px;
    font-size: 22px;
    font-weight: 800;
}
.newsletter-form {
    position: relative;
}

.newsletter-form input {
    height: 60px;
    border-radius: 30px;
    border: 0;
    padding-left: 30px;
}

.newsletter-form .form-control:focus {
    border: none;
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 4px;
}

.newsletter-form .subscription-label {
    color: var(--white-color);
    margin-top: 15px;
}

.error {
    color: var(--red-color);
}

/* 14- Blog */

.blog-box {
    margin-bottom: 30px;
    background-color: var(--white-color);
    padding: 22px;
    -webkit-box-shadow: 1px 4px 30px #E0E7EC;
            box-shadow: 1px 4px 30px #E0E7EC;
}

.blog-box h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    color: var(--second-color1);
}

.blog-box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 38px;
}

.blog-box h4 a:hover {
    color: var(--second-color1);
}

.blog-date {
    margin-bottom: 15px;
}

.blog-date ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-date ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 22px;
    font-size: 14px;
    font-weight: 500;
}

.blog-date ul li:last-child {
    margin-right: 0;
}

.blog-date ul li i {
    font-size: 16px;
    color: var(--second-color2);
    margin-right: 8px;
}

/* 15- Contact */

.contact {
    position: relative;
    background-image: url(../images/map_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}


.contact:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7.14%, rgba(255, 255, 255, 0.84)), to(rgba(213, 229, 243, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.84) 7.14%, rgba(213, 229, 243, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 7.14%, rgba(213, 229, 243, 0) 100%);
    z-index: -1;;
}

.contact .contact-box {
    background-color: var(--white-color);
    border-radius: 12px;
    -webkit-box-shadow: 1px 4px 30px #E0E7EC;
            box-shadow: 1px 4px 30px #E0E7EC;
    padding: 56px;
    z-index: 2 !important;
}

.contact-form {
    margin-bottom: 30px;
}

.contact .contact-box .contact-title {
    margin-bottom: 34px;
}

.contact .contact-box .contact-title h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact_form .return_message{
	color:var(--green-color);
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}

.contact_form .contact_error{
	color: var(--red-color);
	text-align: left;
	font-weight: 500;
}

.contact_form .empty_notice{
	color: var(--red-color);
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}

.contact-form .contact_form .form-control {
    margin-bottom: 22px;
    padding: 15px;
    border-radius: 5px;
    background-color: var(--sec-bg3-color);
}

.contact-details-box {
    padding-left: 46px;
}

.contact-dt-area .contact-dt-box .circle-icon {
    width: 54px;
    height: 54px;
    background: var(--second-color1);
    border-radius: 50%;
}

.contact-dt-area {
    margin-bottom: 34px;
}

.contact-dt-area .contact-dt-box {
    margin-bottom: 26px;
}

.contact-dt-area .contact-dt-box:last-child {
    margin-bottom: 0;
}

.contact-dt-area .contact-dt-box .circle-icon i {
    color: var(--white-color);
    font-size: 22px;
}

.contact-dt-area .contact-dt-box .contact-details h6 {
    font-size: 16px;
    font-weight: 700;
}

.contact-dt-area .contact-dt-box .contact-details p {
    font-size: 15px;
    word-break: break-word;
}

.contact-details-box .work-days h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

.days {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 17px;
}

.days:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.days span {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-family-1);
}

/* 16- Map */

.map iframe {
    width: 100%;
}

/* 17- Footer */

.footer {
    position: relative;
    padding-top: 100px;
    background-color: var(--sec-bg2-color);
    color: var(--second-text-color);
}

.footer .shape-1 {
    position: absolute;
    top: 42px;
    left: 36px;
}

.footer .shape-2 {
    position: absolute;
    bottom: 57px;
    right: 0;
}

.footer .footer-widget {
    margin-bottom: 30px;
}

.footer .footer-widget img {
    margin-bottom: 20px;
}

.footer .footer-widget .footer-contact {
    margin-top: 46px;
}

.footer .footer-widget .footer-contact ul li {
    margin-bottom: 14px;
}

.footer .footer-widget .footer-contact ul li i {
    color: var(--second-color1);
    margin-right: 18px;
    font-size: 22px;
}

.footer .footer-widget .footer-contact ul span {
    font-size: 18px;
    font-weight: 600;
}

.footer .footer-widget .footer-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 24px;
}

.footer .footer-widget .footer-links ul li {
    margin-bottom: 8px;
}

.footer .footer-widget .footer-links ul li a{
    color: var(--second-text-color);
}

.footer .footer-widget .footer-links ul li a:hover {
    color: var(--second-color1);
}

.footer .footer-widget .footer-social {
    margin-top: 24px;
}


.footer .footer-widget .footer-social .social ul li a {
    background-color: var(--white-color);
    border: 1px solid var(--borderColor);
    color: var(--body-color);
}

.footer .footer-widget .footer-social .social ul li a:hover {
    background-color: var(--second-color1);
    color: var(--white-color);
    border: transparent;
}

.footer .copyright {
    background: var(--sec-bg4-color);
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 70px;
    font-size: 15px;
}

/* 18- Inner Pages */

/* 18-0- Slide bar box */

.slide-bar-box {
    padding: 38px 32px;
    background: var(--sec-bg5-color);
    border-radius: 14px;
}

.mt-box {
    margin-top: 64px;
}

.title-post h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
}

.title-post h3::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 1px;
    left: 0;
    bottom: -8px;
    background-color: var(--primary-color);
}

.slide-bar-box .all-services-box  ul li a,
.slide-bar-box .categories-box ul li a {
    font-weight: 500;
    color: inherit;
    font-size: 16px;
}

.all-services-box ul li a:hover,
.categories-box ul li a:hover {
    color: var(--second-color1);
}

.slide-bar-box .get-in-touch-box .contact-dt-area .circle-icon {
    width: 56px;
    height: 56px;
    background: rgba(59, 170, 202, 0.21);
    border-radius: 50%;
}

.slide-bar-box .get-in-touch-box .contact-dt-area .circle-icon i {
    color: var(--primary-color);
    font-size: 20px;
}

.slide-bar-box .get-in-touch-box .contact-dt-area .contact-details h6 {
    font-size: 18px;
    font-weight: 600;
}

.slide-bar-box .get-in-touch-box .contact-dt-area .contact-details p {
    font-size: 14px;
}

.slide-bar-box .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--second-color2);
    padding-right: 10px;
    background-color: var(--white-color);
    border-radius: 34px;
    margin-top: 0;
}

.slide-bar-box .search-bar .form-control {
    font-size: 14px;
    height: 50px;
    border: 0;
    border-radius: 34px;
    background-color: var(--white-color);
    padding: 10px 20px;
}

.slide-bar-box .search-bar button {
    border: none;
    background: none;
}

.slide-bar-box .search-bar button i {
    font-size: 20px;
    font-weight: bold;
}

.recent-box .post-box {
    margin-bottom: 26px;
}

.recent-box .post-box img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.slide-bar-box .blog-date {
    margin-bottom: 5px;
}

.recent-box .post-title h6 a{
    font-size: 16px;
    font-weight: 700;
}

.recent-box .post-title h6 a:hover {
    color: var(--second-color1);
}

.tags-box ul li{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-box ul li a {
    display: block;
    font-size: 14px;
    padding: 10px;
    border: 1px solid var(--borderColor);
    color: inherit;
    border-radius: 38px;
}

.tags-box ul li a:hover {
    background: var(--second-color1);
    color: var(--white-color);
    border: 1px solid var(--second-color1);
}

.gallery-info-box .gallery-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed var(--borderColor);
}

.gallery-info-box .gallery-info-item p {
    font-size: 17px;
    color: var(--primary-color);
   font-weight: 500;
}

.gallery-info-box .gallery-info-item p i {
    font-size: 15px;
}

.gallery-info-box .gallery-info-item span {
    font-size: 15px;
}

/* 18-00- bg-page-title */

.bg-page-title {
    height: 360px;
    background: url(../images/bg-page-title.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 998;
}

.bg-page-title .bg-page-text-area {
    padding-top: 84px;
}

.bg-page-text-area h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bg-page-text-area ul li{
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    font-weight: 500;
}

.bg-page-text-area ul li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--black-color);
}

.bg-page-text-area ul li a:hover {
    color: var(--second-color1);
}

.bg-page-text-area ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    right: -13px;
    width: 2px;
    height: 100%;
    background-color: var(--black-color);
}

/* 18-1- services details */

.services-content {
    margin-bottom: 30px;
}

.title-details{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.features-area {
    margin-top: 30px;
}

.features-area ul li {
    font-weight: 500;
}

.features-area ul li i {
    color: var(--green-color);
}

/* 18-3- blog details */

.blog-dt-content {
    margin-bottom: 30px;
}

.blog-details-box .quote {
    position: relative;
    width: 100%;
    padding: 38px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: var(--sec-bg1-color);
    overflow: hidden;
}

.blog-details-box .quote i {
    position: absolute;
    top: -40px;
    left: 30px;
    font-size: 200px;
    opacity: 0.06;
}

.blog-details-box .quote p {
    font-size: 18px;
    font-weight: bold;
}

.blog-details-page-text .tags ul li i {
    font-size: 22px;
    color: var(--primary-color);
}

.blog-details-page-text .tags ul li span {
    font-size: 20px;
    color: var(--primary-color);
    font-family: var(--font-family-1);
    font-weight: 600;
}

.blog-details-page-text .tags ul li {
    display: inline-block;
}

.blog-details-page-text .tags ul li a {
    color: inherit;
}

.blog-details-page-text .tags ul li a:hover {
    color: var(--second-color1);
}

.blog-details-page-text .comments {
    padding: 30px 22px;
    border-radius: 10px;
    background-color: var(--sec-bg1-color);
}

.blog-details-page-text .comments .comments-box {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--borderColor);
    margin-top: 30px;
}

.blog-details-page-text .comments .comments-box img {
    width: 72px;
    height: 72px;
}

.blog-details-page-text .comments .comments-box .comments-details h5 {
    font-size: 20px;
    font-weight: 600;
}

.blog-details-page-text .comments .comments-box .comments-details .comment-date {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 500;
}

.blog-details-page-text .comments .comments-box .comments-details .reply {
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 15px;
    color: var(--black-color);
    border: 1px solid var(--borderColor);
}

.blog-details-page-text .comments .comments-box .comments-details .reply:hover {
    background: var(--second-color1);
    color: var(--white-color);
    border: 1px solid var(--second-color1);
}

.blog-details-page-text .comments .comments-reply {
    margin-top: 30px;
}

.blog-details-page-text .comments .comments-reply form {
    margin-top: 30px;
}

.blog-details-page-text .comments .comments-reply .form-control {
    margin-bottom: 26px;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.22);
    background-color: var(--white-color);
}

/* 19- Responsive*/

@media only screen and (min-width: 991px) and (max-width: 1199px){
.brand-title {
    text-align: center;
    margin-bottom: 25px;
}
}

@media (max-width: 991px){
    
    .container {
        width: 95%;
    }
    input.form-s {
        width: 100%;
    }
    select#location {
        width: 100%;
    }
    button#bok {
        width: 100%;
        /* margin: auto; */
        background: #CC9955;
        margin-top: 22px;
    }
    section#wrap-cont {
        background: #080707;
        padding: 26px;
    }
    .wrp-c {
        background: #CC9955;
        width: 100%;
        margin-bottom: 25px;
        padding: 18px;
        color: white;
        border-radius: 30px;
        margin-top: 0px;
    }
    header {
        background: var(--white-color);
    }

    header .container {
        width: 95%;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-collapse {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-nav > .nav-item{
        margin-right: 0;
    }

    .navbar-nav >.nav-item > .nav-link {
        padding: 15px 0 !important;
    }

    .navbar-toggler span {
        padding: 8px 10px;
        color: var(--second-color1);
        font-size: 24px;
        font-weight: bold;
        border: 1px solid var(--second-color1);
    }

    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .brand-title {
        text-align: center;
        margin-bottom: 25px;
    }

    .title-section h3 {
        font-size: 35px;
        font-weight: 700;
    }

    .services .services-box::after {
        display: none;
    }

    .services-details-images {
        margin-bottom: 30px;
    }

    .choose-us:before {
        display: none;
    }

    .testimonial .quote-description .clients-satisfaction {
        margin-top: 40px;
    }

    .testimonial .test-client-details {
        padding-left: 17px;
        padding-right: 17px;
    }
    .newsletter .title-section h3 {
        font-size: 32px!important;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .logo a img {
        width: 65%!important;
    }
    div#demo {
        width: 135%;
        margin-top: 21px;
    }
    .testimonial .owl-carousel .owl-dots {
        left: 0;
    }

    .contact-details-box {
        padding-left: 0;
    }
}

@media (max-width: 767px) {  

    .hero .home-title h1 {
        font-size: 46px;
    }
.hero {
    min-height: 795px;
    padding: 84px 0 100px 0;
        margin-top: 125px;
    z-index: 1000 !important;
    overflow: hidden;
    background: url(../images/mobile-drallok.jpg);
    background-size: cover;
    background-position: center;
}
.navbar-brand {
    float: left;
    height: auto!important;
padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    width: 82%!important;
}
    .title-section h3 {
        font-size: 28px;
    }

    .contact .contact-box {
        padding: 36px;
    }
}

@media (max-width: 576px) {
    .choose-us-content .counter-inner > div:first-child:before ,
    .choose-us-content .counter-inner > div:first-child:after ,
    .choose-us-content .counter-inner > div:last-child:before ,
    .choose-us-content .counter-inner > div:last-child:after {
        display: none;
    }
}

.navbar-brand {
    float: left;
    height: auto!important;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
       width: 47%!important;
}

