/*
Theme Name: Cosmoz dental care
Author: Afshin Mostofizadeh Farahani
Description: cozmosdental professional theme customized for australian dental care clinic.
Version: 2.1
Requires at least: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*genral*/

body{ 
    background-color: #F9FCFF;
    position: relative;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

a, a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

p {
    margin-bottom: 0;
}

.d-inline {
    display: inline-block;
}

.over {
    overflow: hidden;
}
figure{
    margin: 0;
}


/*top-bar*/

.top-bar{
    background-color: #2F58B1;
    height: 50px;
    line-height: 50px;
}

.top-icon{
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

.top-icon:first-of-type{
    margin: 0;
}

.top-icon:hover{
    color: #00CAC7;
}

.top-left-detail{
    color: #fff;
    font-size: 15px;
}

.top-left-detail:hover{
    color: #fff;
}

.top-left-detail i{
    color: #00CAC7;
}


/*main-header*/

.main-header{
    padding: 0;
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 18px 0 #4848482b;
}

.logo-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.logo{
    width: 65px;
	height: auto;
}

.subtitle{
    color: #000;
}

.logo-wrapper{
    display: flex;
    align-items: center;
}

.main-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-button{
    border: 2px solid #00CAC7;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    transition: all ease-in-out 300ms;
    background: transparent;
}

.book-button:hover{
    background-color: #00CAC7;
    color: #fff;
    transition: all ease-in-out 300ms;
}

ul.menu{
    padding: 0;
    margin: 0;
}

/*--------------------------------main-menu-----------------------------*/
#menu-main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    height: 100px;
    align-items: center;
}

#menu-main-menu .sub-menu{
    display: none;
    box-shadow: 5px 5px 8px #00000014;
}

#menu-main-menu > li{
    margin-left: 24px;
    position: relative;
    height: 100px;
    line-height: 100px;
}

#menu-main-menu > li > a{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

#menu-main-menu > li:hover > .sub-menu{
    display: block;
    position: absolute;
    top: 100px;
    background: #fff;
    z-index: 9;
    width: 230px;
    padding: 0;
    line-height: 40px;
}

#menu-main-menu > li:hover > a{
    color: #00CAC7;
}

#menu-main-menu > li > .sub-menu > li{
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

#menu-main-menu > li > .sub-menu > li a{
    margin-left: 15px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

#menu-main-menu > li > .sub-menu > li:hover{
    background-color: #00CAC7;
    
}

#menu-main-menu > li > .sub-menu > li:hover a{
    color: #fff;
}

#menu-main-menu > li > .sub-menu > li{
    position: relative;
}

#menu-main-menu > li > .sub-menu > li:hover > .sub-menu{
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 230px;
    padding: 0;
    line-height: 40px;
    left: 230px;
    top: 0;
}

#menu-main-menu > li > .sub-menu > li > .sub-menu li a{
    margin-left: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

#menu-main-menu > li > .sub-menu > li > .sub-menu li{
        border-bottom: 1px solid #ddd;
    line-height: 50px;
}


#menu-main-menu > li.menu-item-has-children::after{
    font-family: 'Font Awesome 5 Free';
    content: '\f0dd';
    position: absolute;
    font-weight: 900;
    margin-left: 2px;

}

#menu-main-menu > li.menu-item-has-children:hover::after{
    color: #00CAC7;
}

#menu-main-menu > li > .sub-menu > li > .sub-menu li:hover{
    background-color: #00CAC7;
}

#menu-main-menu > li > .sub-menu > li > .sub-menu li:hover a{
    color: #fff;
}

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

.slider-section{
    background-image: url(assets/img/cosmoz-hero.jpg);
    padding: 70px 0 100px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero-backdrop{
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    background-color: rgba(0,0,0,0.4);
}


.hero-text{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    padding: 0 40px 0 0;
    position: relative;
}

.hero-img-wrapper img{

    transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(-14deg) rotateZ(0deg) translate3d(0px, 0px, 0px) skew(0deg, 0deg);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;

}

.hero-img-wrapper{
    perspective: 1000px;
    perspective-origin: 50% 50%;
}


.appointment-wrapper{
    
    border-radius: 15px;
    margin-top: -60px;
    position: relative;
}

.appointment-first-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #00cac7;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 0 50px rgb(5 5 5/20%);
    min-height: 130px;
}

.appointment-first-wrapper h3{
    font-size: 21px;
    color: #fff;
    text-shadow: 1px 1px #898989;
}

.appointment-first-wrapper i{
    background: #fff;
    border-radius: 50%;
    padding: 9px;
}

.appointment-second-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 50px rgb(5 5 5/20%);
    min-height: 130px;
}

.appointment-third-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 0 50px rgb(5 5 5/20%);
    min-height: 130px;
}


.appointment-second-wrapper h3{
    font-size: 24px;
    color: #000;
}



.appointment-second-wrapper i{
    color: #00cac7;
}

.appointment-second-wrapper span:first-of-type{
    font-weight: 600;
}

.appointment-third-wrapper a{
    color: #000;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 600;
}


.appointment-third-wrapper a span:first-of-type{
    color: #4b4e51;
    font-size: 15px;
    font-weight: 600;
}


/*--------------------------------main-section-----------------------------*/

.main-wrapper{
    margin-top: 150px;
}

.welcome-wrapper{
    position: relative;
}

.welcome-wrapper img{
    border-radius: 50%;
    width: 500px;
    position: relative;
}

.welcome-bg{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #00cac7;
    top: 25px;
    left: -15px;
    z-index: -1;

}

.back-title{
    font-size: 16px;
    color: #fff;
    background-color: #2F58B1;
    font-weight: 700;
    width: fit-content;
    border-radius: 25px;
    padding: 5px 15px;;
}

.welcome-sub-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}

.welcome-text{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 45px;
    margin-top: 30px;
    text-align: justify;
}

.welcome-more-link {
    color: #000;
    border: 2px solid #00cac7;
    border-radius: 25px;
    padding: 10px 20px;
    transition: all ease-in-out .5s;
}

.welcome-more-link:hover {
    background: #00cac7;
    color: #fff;
    transition: all ease-in-out .5s;
}


.service-title-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.service-sub-title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}

.service-container-one{
    background-color: #2F58B1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    margin-right: 20px;
    padding: 30px;
    box-shadow: 0px 24px 120px 0px rgba(79, 131, 184, 0.23);
    min-height: 290px;
}

.service-container-one figure{
    background: #f5f9fd;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 20px;
}

.service-container-title{
    font-size: 21px;
    color: #fff;
    text-transform: capitalize;
}

.brief-description{
    color: #cff1ff;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    margin: 10px 0;
}

.service-container-second{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 30px;
    box-shadow: 0px 24px 120px 0px rgba(79, 131, 184, 0.23);
    min-height: 290px;
    margin-top: 50px;
}

.service-container-second figure{
    background: #efefef;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 20px;
}

.service-container-third{
    background-color: #2F58B1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    margin-left: 20px;
    padding: 30px;
    box-shadow: 0px 24px 120px 0px rgba(79, 131, 184, 0.23);
    min-height: 290px;
}

.service-container-third figure{
        background: #f5f9fd;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 20px;
}

.service-container-title-second{
    font-size: 21px;
    color: #000000;
    text-transform: capitalize;

}

.brief-description-second{
    color: #5a687d;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    margin: 10px 0;
}


.service-container-fourth{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    margin-right: 20px;
    padding: 30px;
    box-shadow: 0px 24px 120px 0px rgba(79, 131, 184, 0.23);
    min-height: 290px;
}

.service-container-fourth figure{
        background: #efefef;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 20px;
}

.service-container-fifth{
    background-color: #2F58B1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 30px;
    box-shadow: 0px 24px 120px 0px rgba(79, 131, 184, 0.23);
    margin-top: 50px;
    min-height: 290px;
}

.service-container-fifth figure{
        background: #f5f9fd;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 20px;
}

.service-container-sixth{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    margin-left: 20px;
    padding: 30px;
    box-shadow: 0px 24px 120px 0px rgba(79, 131, 184, 0.23);
    min-height: 290px;
}

.service-container-sixth figure{
    background: #efefef;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 20px;
}


.offer-title-wrapper{
    display: flex;
    flex-direction: column;
}


.offer-sub-title{
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}

.offer-item{
    position: relative;
    display: flex;
    align-items: center;
}

.offer-item-number{
  
    color: #44397933;
    font-size: 28px;
    font-weight: 600;
}

.offer-item::before{
    content: "";
    width: 1px;
    height: 30px;
    display: inline-flex;
    position: relative;
    top: 2px;
    left: 40px;
    background-color: #DEDFE0;
}

.offer-item-content{
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
}

.offer-item-sub-title{
    margin-top: 50px;
    font-size: 32px;
    color: #00cac7;
    position: relative;
    width: fit-content;
}


.offer-price{
    background-color: #00cac7;
    color: #000;
    padding: 8px 30px;
    border-radius: 25px;
    width: fit-content;
    font-size: 21px;
    font-weight: 400;
    margin-top: 30px;;
}

.offer-price span{
    color: #000;
    font-weight: 700;
    font-size: 27px;
    text-shadow: 1px 1px 5px #fff;
}

.offer-container{
    background-color: #fff;
    background-image: url(assets//img/offer-bg.webp);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 25px;
    padding: 50px 30px;
    margin-top: 150px !important;
     box-shadow: 0px 24px 120px 0px rgba(79, 131, 184, 0.23);
}

.second-offer-item-content{
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 35px;
}

.second-offer-item-content span{
    font-weight: 600;
    color: #2f58b1;
    font-size: 20px;
}

.news-wrapper{
    margin-top: 150px;
}

.owl-carousel{
    padding: 0;
    margin: 30px 0 0 0;
}

.news-post {
    
    border: 1px solid #ddd;
    box-shadow: 0px 0px 8px 0px rgba(79, 131, 184, 0.23);
}

.news-title{
    font-size: 21px;
    font-weight: 600;
    color: #00cac7;
    margin: 15px 0;
}

.news-content {
    min-height: 90px;
}


.news-link-wrapper{
    display: flex;
    justify-content: center;
}

.news-link{
    position: absolute;
}

.news-thumbnail{
    position: relative;
}

.news-detail-wrapper{
position: absolute;
    background: #00cac7;
    left: 10px;
    top: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}


.map-wrapper{
    margin-top: 150px;
}

.map{
    overflow: hidden;
    margin-top: 30px;
    border-radius: 25px;
    position: relative;
}


.funds-logo-wrapper{
    margin-top: 150px;
}

#funds-slider img{
    width: 80%;
    border-radius: 15px;
}

.contact-detail{
    position: absolute;
    background: #fff;
    border-radius: 25px;
    padding: 25px 20px;
    bottom: 50px;
    left: 50px;
}

.review-wrapper{
    margin-top: 150px;
}


.footer-section{
    margin-top: 50px;
    background-color: #363D4D;
    padding-top: 50px;
}

.footer-section .logo-title{
	color: #fff;
}

.footer-contact-detail{
    display: flex;
    align-items: center;
}

.footer-contact-detail-content{
    display: flex;
    flex-direction: column;
}

.footer-contact-detail i{
    color: #00cac7;
    font-size: 25px;
    margin-right: 20px;
}

.footer-contact-0detail-title{
    color: #fff;
    font-size: 15px/8;
    font-weight: 400; 
}

.footer-contact-detail-subtitle{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
}

.footer-content-wrapper{
    border-top: 1px solid #6a6a6a;
    border-bottom: 1px solid #6a6a6a;
    padding: 30px 0;
}

.footer-content-wrapper .subtitle{
	color: #fff;
}

.footer-content-description{
    color: #fff;
    margin-top: 20px;
    line-height: 30px;
    text-align: justify;
    padding-right: 30px;
    font-size: 15px;
}

.copyright{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
}

.footer-contact-container{
    padding-bottom: 30px;
}

.footer-section-title{
    color: #fff;
    margin-top: 20px;
}

.footer-links-wrapper{
    padding: 0;
}

.footer-links-wrapper li a{
    color: #fff;
    margin-left: 10px;
    line-height: 25px;
    font-size: 14px;
    transition: all ease-in-out 300ms;
}

.footer-links-wrapper li i{
    color: #00cac7;
    margin-right: 5px;
    font-size: 12px;
}

.footer-links-wrapper li:hover a{
    padding-left: 5px;
    transition: all ease-in-out 300ms;
}

span.footer-contact-detail-title {
    color: #fff;
}


/*--------------------------------mobile-menu-----------------------------*/

.offcanvas-header {
    box-shadow: 0px 1px 18px 0 #4848482b;
}

#menu-main-menu-1 .sub-menu{
    display: none;
    transition: all ease-in-out 300ms;
}

#menu-main-menu-1 li{
    background-color: #efefef;
    padding: 10px 7px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 700;
}

#menu-main-menu-1 li a{
    color: #000;
}


#menu-main-menu-1 > li:hover > .sub-menu{
    display: block;
    transition: all ease-in-out 300ms;
    padding: 0;
}

#menu-main-menu-1 > li:hover > .sub-menu > li{
   padding-left: 8px;
   margin-bottom: 0;
}

#menu-main-menu-1 > li:hover > .sub-menu > li > a{
    font-weight: 600;
    font-size: 15px;
}


#menu-main-menu-1 > li > .sub-menu > li:hover > .sub-menu{
    display: block;
    padding: 0;
}

#menu-main-menu-1  li{
    position: relative;
}

#menu-main-menu-1 > li.menu-item-has-children::after{
    font-family: 'Font Awesome 5 Free';
    content: '\f0dd';
    position: absolute;
    font-weight: 900;
    margin-left: 2px;
    top: 7px;
    right: 10px;

}


#menu-main-menu-1 > li > .sub-menu > li:hover > .sub-menu > li a{
    font-weight: 500;
    font-size: 15px;
    color: #393939;
}


#menu-main-menu-1 > li > .sub-menu > li.menu-item-has-children{
    position: relative;
}

#menu-main-menu-1 > li > .sub-menu > li.menu-item-has-children::after{
    font-family: 'Font Awesome 5 Free';
    content: '\f0dd';
    position: absolute;
    font-weight: 900;
    margin-left: 2px;
    top: 7px;
    right: 15px;
    color: #393939;
}


#menu-main-menu-1 > li > .sub-menu > li{
    margin-bottom: 0;
}

#menu-main-menu-1 > li > .sub-menu > li:first-of-type{
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-radius: 0;
}


#menu-main-menu-1 > li > .sub-menu > li > .sub-menu > li{
    margin-bottom: 0;
}

#menu-main-menu-1 > li > .sub-menu > li > .sub-menu > li:first-of-type{
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-radius: 0;
}

.hamburger-button{
    background: #00cac7;
    border: none;
    font-size: 21px;
    padding: 2px 10px;
}

/*--------------------------------page-----------------------------*/

.single-header{
    background-image: url(assets/img/single-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px;
}

.single-page-title {
    color: #ffff;
    font-size: 35px;
    text-transform: capitalize;
}

.bread ul{
    padding: 0;
}

.bread ul li{
    display: inline-block;
    position: relative;
    color: #fff;
    margin-left: 20px;
    text-transform: capitalize;
}

.bread ul li:first-of-type{
    margin-left: 0;
}

.bread ul li a{
    color: #fff;
}

.bread ul li::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00cac7;
    top: 9px;
    left: -15px;
}


.bread ul li:first-of-type:before{
    display: none;
}


.page-content{
    margin-top: 100px;
    margin-bottom: 100px;
}


.contact-page-content{
    margin-top: 20px;
    line-height: 32px;
}


.contct-box-wrapper li{
    background-color: #2f58b1;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contct-box-wrapper li:last-of-type{
    background-color: #00cac7;
}

.contct-box-wrapper li h3{
    color: #dfdfdf;
    font-size: 17px;
    font-weight: 400;
}

.contct-box-wrapper li span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.contct-box-wrapper li a{
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}

.contct-box-wrapper li a span{
    text-shadow: 1px 1px #787878;
}


.about-bg{
    border-radius: 0px 0px 0px 150px;
}


.custom-prog label{
    display: block;
}

.custom-prog{
    margin-top: 30px;
}

.progress-bar {
    background-color: #00cac7;

}

.custom-prog > span{
    font-size: 15px;
    font-weight: 600;
}


.about-page-text{
    line-height: 32px;
    margin-top: 30px;
}


.faq-question {
    background: #fff;
    border: 1px solid #DEDFE0;
    position: relative;
    border-radius: 5px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-top: 30px;
    padding: 25px 15px;
}

.faq-question img{
    position: absolute;
    top: 0;
    left: 0;
}



.faq-answer {
    margin-top: 20px;
    padding: 0 15px;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}

.faq-answer ul li{
    list-style: circle;
}

.team-content-wrapper p{
    margin-top: 30px;
    line-height: 32px;
}

.members-container{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.members-img{
    width: 150px !important;
    height: auto;
    margin: 0 auto;
    border-radius: 15px;
}

.members-title{
    font-size: 21px;
    color: #000;
    margin-top: 20px;
}

.speciality{
    font-size: 19px;
    color: #434343;
}

.member-content-wrapper{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 50px;
}

.member-name{
    font-weight: 600;
    color: #000;
    font-size: 21px;
    position: relative;
    padding-left: 10px;
}

.member-name::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #00cac7;
    left: 0;
}

.member-subtitle{
    color: #434343;
    font-size: 16px;
}

.member-description{
    line-height: 32px;
    text-align: justify;
    margin-top: 30px;

}


.member-days ul{
    padding: 0;
}


.member-days ul li{
    display: inline-block;
    background-color: #F0F7F5;
    border-left: 3px solid #00cac7;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: #000;
    font-weight: 500;
}

.single-page-content-img{
    text-align: left;
	padding-right: 25px;
}

.single-page-content-img img{
    border-radius: 15px;
    margin-top: 50px;
}

.single-page-content{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding-right: 30px;
}

.single-details{
    margin-top: 20px;
    margin-bottom: 30px;
}

.single-details span{
    margin-right: 15px;
    color: #8b8b8b;
    font-weight: 400;
    font-size: 15px;
}

.single-details i{
    color: #00cac7;
}

.sidebar-title{
    margin-top: 50px;
}

.sidebar-title h3{
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #1F2533;
    margin-bottom: 25px;
}

.sidebar-title h3::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    background-color: #00CAC7;
    left: 0;
    top: 2px;
}


.news-title{
    list-style: circle;
    
}


.news-title a{
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.sidebar-widget .news-title a{
	font-weight: 400;
    font-size: 15px;
    line-height: unset;
}


.sidebar-banner{
    background-color: #2F58B1;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sidebar-offer-wrapper h3{
    color: #fff;
}

.sidebar-offer-wrapper{
    padding: 30px 10px;
}

.sidebar-offer-wrapper li:first-of-type{
    margin-top: 20px;
}

.sidebar-offer-wrapper li{
    margin-bottom: 10px;
    color: #fff;
}

.sidebar-offer-wrapper li i{
    color: #00CAC7;
    margin-right: 7px;
    font-size: 15px;
}

.sidebar-banner p{
    text-align: center;
    background-color: #00CAC7;
    padding: 8px 0;
    color: #fff;
    font-size: 19px;
}

.banner-offer-price{
    font-weight: 600;
    font-size: 22px;
}

.single-content-wrapper{
    margin-top: 50px;
    margin-bottom: 100px;
}

.blog-content{
    margin-top: 100px;
    margin-bottom: 50px;
}


.pagination {
    justify-content: center;
    margin-top: 20px;
}

.page-numbers {
    background-color: #2f58af;
    padding: 3px 10px;
    margin: 0 5px;
    color: #fff;
    border-radius: 3px;
}

span.current {
    background-color: #00cac7;
}

.page-numbers:hover {
    color: #00cac7;
    color: #fff;
}


.blog-cards{
    margin-top: 20px;
}


.on-slider-phone{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.on-slider-phone i{
    font-size: 16px;
    padding-right: 5px;
}

.on-slider-phone:hover{
    color: #2F58B1;
}


.appointment-third-wrapper a:hover span:last-of-type{
     color: #2F58B1;
}

.appointment-third-wrapper a:hover i{
     color: #2F58B1;
}


figure.about-bg-container {
    text-align: right;
}


.modal-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.modal-call-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-call-wrapper h3{
    color: #434343;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}

.modal-call-wrapper p{
    color: #fffcfc;
    font-size: 21px;
    font-weight: 600;
    background: #00cac7;
    padding: 3px 15px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #000;

}

.modal-call-wrapper p a{
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.modal-call-wrapper a{
    text-align: center;
}

.modal-call-wrapper img{
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
    transition-duration: 0.7s;
}


.modal-call-wrapper:hover  img{
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
    opacity: 1;
}

.modal-call-wrapper:hover h3{
    color: #2F58B1;
}

.canvas-call-button{

    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px;
    
}

.canvas-call-button a{
    display: flex;
    align-items: center;
    color: #000;
}

.canvas-call-button img{
    width: 50px;
	height: auto;
}

.canvas-call-button p{
    font-weight: 500;
    margin-left: 5px;
}

.google-review{
    margin-top: 30px;
}


.days-title{
    font-weight: 600;
    color: #000;
    font-size: 21px;
    margin-top: 20px;
}

.payment-logo img{
    width: 140px;
    background: #fff;
    padding: 1px 10px;
    min-height: 38px;
    border-radius: 5px;
	height: auto;
}

.payment-logo {
    margin-top: 30px;
}

.discount-badge {
    position: absolute;
    top: -22px;
    font-size: 17px;
    background: #e51414;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    right: 0;
}

.map iframe{
	width: 100%
}

.ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-button {

    background-color: #ebebeb!important;

}

h1{    color: #fff;
    font-size: 16px;
    margin-top: 25px;}


.single-page-content li{
	list-style: circle;
}

.single-page-content h2{
	font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}

.single-page-content h3{
	font-size: 19px;
    font-weight: 700;
    margin: 15px 0;
}


.header-left {
    display: flex;
	align-items: center;
}

.review-detail {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

span.reviewe-img {
    font-size: 25px;
    font-weight: 600;
}

.review-image-container {
    background: #ddd;
    padding: 5px 15px;
    border-radius: 50%;
}

.review-container {
    background: #363D4D;
    border-radius: 5px;
    padding: 15px;
}

span.review-authur {
    color: #fff;
    font-weight: 600;
}

span.review-date {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 13px;
}

.header-right img{
    width: 25px !important;
    height: auto;
}


.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-stars{
    margin-top: 15px;
}


.review-stars i{
    color: #F6BB06;
}


.review-content {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

#review-slider{
    margin-top: 0;
}

.review-content-wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wp-block-image img {
    margin: 15px 0;
	border-radius: 5px;
}


.rank-math-list-item{
	background: #fff;
    border: 1px solid #DEDFE0;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 15px;
}

.rank-math-list-item:after {
    content: '';
    background: url(assets/img/Decor.png);
    position: absolute;
    top: 0;
    left: 0;
	width: 87px;
    height: 74px;
    background-repeat: no-repeat;

	
}


/*--------------------------------responsive-----------------------------*/


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

    .welcome-bg {
    top: 10px;
    left: -30px;
}
}

@media screen and (min-width:992px) and (max-width: 1199px){

    .single-page-content {
    padding-right: 0;
}

    .single-header {
    padding-top: 90px;
    padding-bottom: 90px;
    background-position: center;
}

    .contct-box-wrapper li a {
    font-size: 21px;
}


    .logo-title {
    font-size: 17px;
    }

.book-button {
    padding: 10px 4px;
    font-size: 13px;
    }

.top-left-detail {
    font-size: 14px;
    }

#menu-main-menu > li > a {
    font-size: 16px;
    }

    .appointment-second-wrapper h3{
        font-size: 21px;
    }

    .appointment-third-wrapper a{
        font-size: 22px;
    }

    .welcome-bg{
        width: 400px;
        height: 400px;
        top: 60px;
        left: -6px;

    }

    .service-container-sixth,
    .service-container-fifth,
    .service-container-third,
    .service-container-fourth,
    .service-container-second {
    min-height: 410px;

}

.offer-item-sub-title {
    font-size: 28px;
}


}

@media screen and (min-width: 992px){



    .hamburger-button{
        display: none;
    }
}

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

    figure.about-bg-container {
    text-align: center;
}

    #menu-main-menu{
        display: none;
    }

    .book-button{
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width:991px){

            .news-post {
    margin-bottom: 15px;
}

    .single-page-content {
    padding-right: 0;
}

    .contct-box-wrapper li a {
     font-size: 20px;
}

    .page-content {
    margin-top: 50px;
}


    .single-header {
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center;
}

    .footer-section{
        margin-top: 50px;
    }


    .hero-text{
        font-size: 52px;
        padding: 0;
        text-align: center;
    }

    .appointment-second-wrapper h3{
        font-size: 18px;
        margin: 0;
    }

    .appointment-second-wrapper p{
        font-size: 14px;
    }

    .appointment-third-wrapper a {

    font-size: 17px;
    }

    .appointment-first-wrapper h3{
        font-size: 17px;
    }

    .appointment-first-wrapper i {
    padding: 5px;
    }

    .appointment-first-wrapper img{
        width: 40px;
    }

    .appointment-first-wrapper,
    .appointment-second-wrapper,
    .appointment-third-wrapper{
        min-height: 120px;
    }

    .welcome-sub-title {
    font-size: 25px;
}

.welcome-text {
    font-size: 15px;
}

.welcome-bg{
    width: 300px;
    height: 300px;
    top: 50px;
    left: 0px;
}

.service-container-fourth{
    margin-right: 0;
    padding: 20px;
    min-height: 290px;
    margin-left: 0;
    margin-top: 30px;
}
.service-container-one{
    margin-right: 0;
    padding: 20px;
    min-height: 290px;
}


.service-container-fifth{
        margin-right: 0;
    margin-left: 0;
    padding: 20px;
    min-height: 290px;
    margin-top: 0;
}
.service-container-second{
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
    min-height: 290px;
    margin-top: 30px;
}


.service-container-sixth{
    margin-left: 0;
    padding: 20px;
    min-height: 290px;
    margin-right: 0;
    margin-top: 30px;
}

.service-container-third{
    margin-left: 0;
    padding: 20px;
    min-height: 290px;
}

.service-container-sixth img,
.service-container-fifth img,
.service-container-fourth img,
.service-container-third img,
.service-container-second img,
.service-container-one img{
    width: 80px;
}

.service-container-second img{
    width: 80px;
}

.service-container-title-second{
    font-size: 15px;
}

.service-container-title {
    font-size: 15px;
}

.brief-description{
    font-size: 14px;
}

.offer-item-sub-title {
    font-size: 26px;
}

.offer-item-number {
    font-size: 25px;
}

.second-offer-item-content {
    margin-top: 0;
}

.offer-price {
    padding: 10px 25px;
    font-size: 22px;
}

.footer-contact-detail-subtitle {
    font-size: 14px;
}

}

@media screen and (max-width: 767px){
    .appointment-first-wrapper{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .appointment-second-wrapper{
        border: none;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .appointment-wrapper{
        box-shadow: none;
    }

    .appointment-third-wrapper{
        border-radius: 15px;
    }

    .footer-contact-detail {
     margin-bottom: 15px;
}

.footer-content-description {
    padding-right: 0;
}

.footer-contact-detail i {
    margin-right: 10px;
}

.footer-contact-detail-subtitle {
    font-size: 13px;
    font-weight: 600;
}


}

@media screen and (min-width: 576px) and (max-width: 767px){

        .news-post {
    margin-bottom: 15px;
}


    .single-details span {
    font-size: 14px;
}

    .single-page-content {
    font-size: 15px;;
    padding-right: 0;
}

    .single-page-content-img {
    text-align: center;
}

    .team-content-wrapper p {
    line-height: 30px;
    text-align: justify;
}

    .speciality {
    font-size: 17px;
}

        .members-title {
    font-size: 19px;
}

    .about-bg-container{
        text-align: center;
    }

    .about-page-text {
    line-height: 30px;
    text-align: justify;
    }

    .about-bg {
    border-radius: 0;
    margin-top: 30px;
    }

    .footer-section{
        margin-top: 50px;
    }


    .contct-box-wrapper{
        margin-top: 20px;
    }


    .page-content {
        margin-top: 0;
    }


    .single-header {
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: center;
    }


    .hero-text{
        padding: 0;
        font-size: 45px;
        text-align: center;
    }

    .welcome-wrapper figure{
        text-align: center;
    }

    .welcome-wrapper img {
    width: 400px;
}

.welcome-bg{
    width: 400px;
    height: 400px;
    top: 30px;
    left: 20px;
}

.main-wrapper {
    margin-top: 100px;
}

.back-title{
    margin-top: 50px;
    font-size: 15px;
}

.welcome-sub-title {
    font-size: 25px;

}

.service-title-wrapper{
    margin-top: 0;
}

.service-sub-title{
    font-size: 25px;
}

.service-container-one{
        min-height: 290px;
        margin-right: 0;
}

.service-container-one img{
    width: 100px;
}

.service-container-second{
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-second img{
    width: 100px;
}

.service-container-third{
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-third img{
    width: 100px;
}

.service-container-fourth{
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-fourth img{
    width: 100px;
}

.service-container-fifth{
    margin-right: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-fifth img{
    width: 100px;
}

.service-container-sixth{
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-sixth img{
    width: 100px;
}

.offer-sub-title{
    font-size: 25px;
}

.offer-container{
    margin-top: 50px !important;
}

.news-wrapper{
    margin-top: 50px;
}

.offer-item-sub-title{
    font-size: 30px;
}

.map-wrapper{
    margin-top: 50px;
}

.funds-logo-wrapper{
    margin-top: 50px;
}

.review-wrapper{
     margin-top: 50px;
}

}

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


    .payment-logo img {
    margin-top: 10px;
}

    .welcome-text {
     margin-bottom: 30px;
}

    .welcome-more-link {
    padding: 5px 10px;
}

    .canvas-call-button p {

    font-size: 15px;
}

    .offer-price{
        text-align: center;
    }

    .news-post {
    margin-bottom: 15px;
}

    .blog-content {
    margin-top: 50px;
    margin-bottom: 0;
}

    .sidebar-banner p {
    padding: 8px 5px;
    font-size: 17px;
}

    .news-title {
    font-size: 18px;
}

    .sidebar-title h3{
        font-size: 18px;
    }

    .single-page-content {
    font-size: 14px;
    padding-right: 0;
}

    .single-details span {
    font-size: 13px;
}

    .single-page-content-img img {
    margin-top: 0;
}

    .service-container-title-second {
    font-size: 17px;
}

    .service-container-title {
    font-size: 17px;
}


        .speciality {
    font-size: 17px;
}


    .members-title {
    font-size: 19px;
}


    .team-content-wrapper p{
        line-height: 25px;
        text-align: justify;
    }

    .faq-answer {
    line-height: 28px;
    font-size: 15px;
    margin-top: 10px;
}

    .faq-question {
    font-size: 16px;
}

    .about-page-text {
    line-height: 30px;
    text-align: justify;
}

    .about-bg {
    border-radius: 0;
    margin-top: 30px;
}


    .footer-section {
    margin-top: 50px;
}


    .bread ul li {
    font-size: 13px;
}


.single-page-title {
    font-size: 25px;
    margin-bottom: 30px;
}

.single-header {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
}


    .contct-box-wrapper li a {
    font-size: 15px;
}


    .contct-box-wrapper li span {
        font-size: 15px;
    }

    .contct-box-wrapper{
        margin-top: 20px;
        padding: 0;
    }

    .page-content {
    margin-top: 0px;
}

    .top-icon {
    font-size: 16px;
    }

    .logo {
    width: 55px;
    }

.logo-title {
    font-size: 15px;
    margin-left: 5px;
    }

    .hero-text {
    font-size: 30px;
    padding: 0;
    text-align: center;

}

.slider-section {
    background-position: center left;
}

.appointment-third-wrapper a {
    font-size: 18px;
}

.appointment-second-wrapper h3 {
    font-size: 18px;
}

.appointment-first-wrapper{
    min-height: unset;
}

.appointment-second-wrapper{
    min-height: unset;
}

.appointment-third-wrapper{
    min-height: unset;
}

    .appointment-first-wrapper img{
        width: 40px;
    }

    .appointment-first-wrapper h3 {
    font-size: 18px;
}

.service-container-one{
        min-height: 290px;
        margin-right: 0;
}

.service-container-one img{
    width: 100px;
}

.service-container-second{
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-second img{
    width: 100px;
}

.service-container-third{
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-third img{
    width: 100px;
}

.service-container-fourth{
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-fourth img{
    width: 100px;
}

.service-container-fifth{
    margin-right: 0;
    margin-top: 20px;
    min-height: 290px;
    margin-left: 0;
}

.service-container-fifth img{
    width: 100px;
}

.service-container-sixth{
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    min-height: 290px;
}

.service-container-sixth img{
    width: 100px;
}

.offer-sub-title{
    font-size: 23px;
}

.offer-container{
    margin-top: 50px !important;
}

.news-wrapper{
    margin-top: 50px;
}

.offer-item-sub-title{
    font-size: 30px;
}

.map-wrapper{
    margin-top: 50px;
}

.funds-logo-wrapper{
    margin-top: 50px;
}

.review-wrapper{
     margin-top: 50px;
}

    .welcome-wrapper figure{
        text-align: center;
    }

    .welcome-wrapper img {
    width: 400px;
}

.welcome-bg{
display: none;
}

.back-title{
    margin-top: 50px;
    font-size: 14px;
}

.welcome-sub-title {
    font-size: 23px;

}

.main-wrapper {
    margin-top: 100px;
}

.service-title-wrapper{
    margin-top: 0;
}

.service-sub-title{
    font-size: 23px;
}


#funds-slider img {
    margin: 0 auto;
}


.appointment-first-wrapper,
.appointment-third-wrapper,
.appointment-second-wrapper {
    padding: 20px 20px;
}

}

.offcanvas{
    max-width: 90%;
}

.holiday-info {
    text-align: center;
    color: #ffffff;
    background: #00cac7;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    font-size: 21px;
}