@charset "UTF-8";
/*
Theme Name: Doctor Baghban
Author:  Amir Sodagari
Author URI: https://adam-barfi.ir
 */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/eot/IRANSansWeb_Bold.eot');
    src: url('./fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/eot/IRANSansWeb_Medium.eot');
    src: url('./fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/eot/IRANSansWeb_Light.eot');
    src: url('./fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('./fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/eot/IRANSansWeb.eot');
    src: url('./fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/ttf/IRANSansWeb.ttf') format('truetype');
}


body {
    font-family: IRANSans, serif;
    direction: rtl;
    text-align: right;
    font-size: 17px;
}

h1 {
    display: block;
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: bold;
}

h4 {
    display: block;
    font-size: 1em;
    margin: 1.33em 0;
    font-weight: bold;
}

h5 {
    display: block;
    font-size: .83em;
    margin: 1.67em 0;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: .67em;
    margin: 2.33em 0;
    font-weight: bold;
}

ul {
    padding: 0;
}

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

a {
    color: #3eda6a;
    text-decoration: none !important;
}

a:hover {
    transition: 0.5ms;
    color: #000;
}

section.has-big-margin {
    margin: 80px 0;
}

section h1 {
    color: #3eda6a;
    margin-bottom: 30px;
    font-size: 22px;
}

.send-icon {
    background: url("./images/send.png") no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 22px;
}

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

.menu {
    display: flex;
    margin: 0;
    list-style: none;
    position: relative;
}

.menu li {
    margin-right: 25px;
}

.menu li a {
    padding: 20px 0;
}

.current-menu-item a {
    color: #3eda6a !important;
}

.sub-menu {
    background: #fff;
    list-style: none;
    border-radius: 10px 0 10px 10px;
    padding: 10px 20px 20px 60px;
    margin-top: 10px;
    position: absolute;
    top: 32px;
    display: none;
    box-shadow: -2px 4px 20px 1px rgba(40, 38, 38, 0.52);
}

.menu-item-has-children:hover .sub-menu {
    transition: 0.3s;
    display: block;
}

#landing-header .menu li.menu-item-has-children .sub-menu li a {
    color: #5a5a5a !important;
}

#landing-header .menu li.menu-item-has-children .sub-menu li a:hover {
    color: #5a5a5a !important;
}


.sub-menu .menu-item {
    margin-right: 0;
    margin-top: 10px;

}

#landing-header .current-menu-item a {
    color: #000 !important;
}

#landing-header .menu li a {
    color: #fff !important;

}

.menu li a {
    color: #373737;
    font-size: 14px;
}


.menu li a:hover {
    transition: 0.3s;
    color: #3eda6a;
    text-decoration: none;
}

#landing-header .menu li a:hover {
    color: #000 !important;
}

#landing-header #logo {
    margin-top: 15px;
}

#logo {
    width: 200px;
    height: 80px;
}

#main-header {
    box-shadow: 0 20px 11px 13px #f9f9f9;
}

#main-header nav {
    padding: 12px;
}

#main-header #icons li {
    background: #3eda6a;
    margin-right: 10px;
    padding: 10px 12px;
    border-radius: 15px;
}

#main-footer {
    font-size: 16px;
    background: #226cb1;
    background: linear-gradient(0deg, #226cb1 0%, #3ad3ea 100%);
    color: #fff;
}

#main-footer h5 {
    margin-bottom: 30px;
}

#main-footer p {
    font-size: 15px;
    line-height: 32px;
}

#main-footer li {
    margin-top: 15px;
}

#main-footer li a {
    color: #fff;
}

#main-footer #social-media-links li {
    margin-right: 20px;
    font-size: 15px;
}

#main-footer #social-media-links li a {
    display: flex;
    background: #5faad3;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 45px;
    height: 45px;
}

#main-footer #social-media-links li a:hover {
    transition: 0.5s;
    background: rgba(95, 170, 211, 0.65);
}

#main-footer .copy-right {
    background: #3881bc;
    color: #fff;
    font-size: 15px;
}

#main-footer .copy-right p {
    margin: 0;
}

#landing-header {
    background: url("./images/header.png") center;
    display: block;
    width: 100%;
    height: 666px;
}

#landing-header #icons {
    background: #fff;
    margin-right: 10px;
    padding: 10px 12px;
    border-radius: 15px;
    height: 50px;
    border: none;
}

#landing-header h3 {
    color: #fff;
    font-size: 28px;
}

#landing-header h3 small {
    font-size: 17px;
    margin-bottom: 5px;
}

#landing-header #slider {
    background: #fff;
    border-radius: 28px;
    height: auto;
    position: relative;
    top: 120px;
    box-shadow: -3px 7px 20px 0px rgba(73, 64, 64, 0.18);
    overflow: hidden;
}

#landing-header #slider .slider-text {
    width: 20%;
}

#landing-header #slider .slider-image {
    width: 80%;
}

#landing-header #slider.container {
    padding: 0 !important;
}

#landing-header #slider img {
    width: 100%;
    position: relative;
}

#services {
    margin-top: 200px;
    margin-bottom: 100px;
}

#services h3 {
    color: #373737;
    font-size: 24px;
}

#services .icon {
    display: block;
    width: 270px;
    height: 60px;
}

#services .info {
    margin-right: 10px;
}

#services .info h4 {
    font-size: 21px;
    font-weight: bold;
    color: #353535;
}

#services .info p {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    color: #848484;
}

#about {
    background: #f3f3f3;
    padding: 100px 0;
}

#about #doctors-image {
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.19);
    height: 500px;
    max-width: 340px;

}

#about h1 {
    color: #3eda6a;
    font-size: 29px;
    font-weight: lighter;
}

#about h2 small {
    font-size: 18px;
    color: #767676;
    margin-top: 12px;
    font-weight: lighter;
}

#about p {
    line-height: 45px;
    font-size: 19px;
    color: #424242;
    font-weight: lighter;
    margin-top: 20px;
}

#reserve {
    background: url("./images/reserve-bg.png") center no-repeat #f1f1f1;
    padding: 150px 0 0 0;
}

#reserve p {
    font-size: 20px;
    color: #35b878;
    font-weight: normal;
    margin: 0;
}

#reserve .calendar {
    width: 60px;
    height: 60px;
    display: block;
}

#reserve .clock {
    background: url("./images/clock2.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
}

#reserve header {
    padding: 20px;
    border-bottom: 3px dashed #f7f7f7;
}

#reserve #reserve-form,
#reserve #time-sheet {
    background: #fff;
    border-radius: 25px;
    padding: 0;
}

#reserve #reserve-form form,
#reserve #time-sheet form {
    padding: 50px;
}

#reserve #reserve-form form input,
#reserve #time-sheet form input,
#reserve #reserve-form form textarea,
#reserve #time-sheet form textarea {
    background: #f8f8f8;
    border: none;
    padding: 30px 20px;
    border-radius: 15px;
}

#reserve #reserve-form form input::placeholder,
#reserve #time-sheet form input::placeholder,
#reserve #reserve-form form textarea::placeholder,
#reserve #time-sheet form textarea::placeholder {
    color: #5a5a5a;
    opacity: 0.5;
}

#table-container {
    padding: 40px;
}

#reserve #time-sheet {
    padding-bottom: 10px;
}

#reserve #time-sheet table {
    background: #f8f8f8;
    border-radius: 12px;
    width: 100%;
}

#reserve #time-sheet table td {
    font-size: 20px;
    color: #5a5a5a;
    text-align: center;
    padding: 22px;
}

#reserve #time-sheet table tr.closed td {
    color: #fff;
    text-align: center;

}


#reserve #time-sheet table tr.closed {
    background: #e93535;
    background: linear-gradient(90deg, #e93535 0%, #f67575 100%);
}

#reserve #time-sheet table tr.closed:last-child td {
    border-radius: 0 0 12px 0;
}

#reserve #time-sheet table tr.closed:last-child td:last-child {
    border-radius: 0 0 0 12px;
}

#diseases {
    background: #f2f2f2;
    padding-bottom: 120px;
}

#diseases .more {
    color: #3eda6a;
}

#diseases .more:hover {
    text-decoration: none;
}

#diseases h4 {
    font-size: 27px;
    color: #373737;
    position: relative;
    width: 79%;
}


#diseases .item img {
    height: 400px;
    position: relative;
}

#diseases .item .title {
    position: absolute;
    color: #fff;
    bottom: 20px;
    text-decoration: none;
}

#diseases .item img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: .6;
}

#about-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

#about-section #doctor {
    height: 400px;
}

#about-section #doctor img {
    border-radius: 10px;
    box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.19);
    height: 500px;
    max-width: 340px;
}

#about-section h3 {
    font-size: 21px;
    margin-bottom: 26px;
}

#about-section article p {
    color: #313131;
    font-size: 17px;
    line-height: 30px;
}

#ask-question {
    margin-top: 100px;
    margin-bottom: 100px;
}

#ask-question h3 {
    color: #3eda6a;
    margin-bottom: 30px;
    font-size: 22px;
}

#ask-question input,
#ask-question textarea {
    background: #f8f8f8;
    border: none;
    color: #1a1a1a;
    border-radius: 11px;
}

#ask-question input::placeholder,
#ask-question textarea::placeholder {
    color: #323232;
    font-size: 15px;
    opacity: 0.3;
}

.btn-submit {
    background: #3eda6a !important;
    color: #fff;
    border: none;
    padding: 17px 20px;
    border-radius: 10px;
    box-shadow: -2px 5px 6px 0 rgba(0, 0, 0, 0.23);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.btn-submit:hover {
    opacity: 0.8;
}

.btn-submit:hover {
    transition: all 0.5s;
    color: #fff;
    opacity: 0.8;
}

.btn-submit .ellipse {
    position: absolute;
    left: -10px;
    bottom: -7px;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 50%;
}

#blog {
    margin-top: 100px;
    margin-bottom: 100px;
}

#blog h1 {
    color: #3eda6a;
    margin-bottom: 30px;
    font-size: 22px;
}

#blog .search-input-container {
    position: relative;
}

#blog #search {
    border: navajowhite;
    background: #f8f8f8;
    padding: 30px 10px;
    border-radius: 10px;
}

#blog .post-item {
    margin-top: 50px;
}

#blog .attachment-thumbnail-image {
    border-radius: 10px;
    min-height: 180px;
    max-height: 180px;
    border: 1px solid #eee;
}


#blog .title:hover {
    transition: 0.3s;
    color: #3eda6a;
    text-decoration: none;

}

#blog .title {
    font-family: IRANSans, serif;
    font-weight: normal;
    font-size: 16px;
    margin-top: 14px;
    line-height: 29px;
    padding: 5px;
    color: #2d3537;
}

#blog p {
    color: #646464;
    font-size: 14px;
    line-height: 28px;
}

#blog img {
    width: 100%;
}


#blog span {
    color: #728287;
    font-family: IRANSans, serif;
    font-size: 14px;
    font-weight: lighter;
}

.container {
    max-width: 74.9em;
}

.pagination {
    margin-top: 40px;
    margin-bottom: 40px;
}


.pagination .page-numbers {
    border: none;
    color: #4b4b4b;
    margin-right: 10px;
    text-align: center;
    width: 50px !important;
}

.pagination .page-numbers:hover {
    background: #eee;
    border-radius: 13px;
    padding: 10px 15px;
    text-decoration: none;

}


.pagination span.current {
    border-radius: 13px;
    padding: 10px 15px;
    color: #fff;
    background-color: #3eda6a !important;
}

.pagination .next, .pagination .prev {
    width: 100%;
}

.pagination .dots:hover {
    background: transparent;
    text-decoration: none;
    padding: initial;
}

.pagination .next:hover, .pagination .prev:hover {
    color: #3eda6a !important;
    background: transparent;
    text-decoration: none;
    padding: initial;
}

#questions-page .question-background {
    background: url("./images/questions.png") no-repeat center;
    display: block;
    height: 400px;
    width: 100%;
}

#questions-page h2 {
    color: #3eda6a;
    font-size: 32px;
    font-family: IRANSans, serif;
    font-weight: lighter;
}

#questions-page p {
    color: #585858;
    font-size: 17px;
}

#questions-page #questions {
    position: relative;
    bottom: 140px;
}

#questions-page .create-question a {
    color: #3eda6a;
    text-decoration: none;
    border-bottom: 2px solid #c8c8c8;
    padding-bottom: 6px;
}

#questions-page .create-question a:hover {
    transition: 0.5s;
    border-bottom: 2px solid #3eda6a;
}

#questions-page .accordion .card {
    box-shadow: -4px 5px 20px 1px rgba(0, 0, 0, 0.26);
    margin-bottom: 50px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
}

#questions-page .accordion .card .card-header {
    background: #fff;
    border: none;
}

#questions-page .accordion .card .card-header:hover i {
    color: #3eda6a;
}

#questions-page .accordion .card .card-header .button {
    text-align: right;
    text-decoration: none;
    margin: 15px;
    line-height: 40px;
    cursor: pointer;
}

#questions-page .accordion .card .card-header .button .question-title {
    width: 90%;
}

#questions-page .accordion .card .card-header .button span {
    color: #a9a9a9;
    font-size: 15px;
}

#questions-page .accordion .card .card-header .button span a {
    color: #3eb7da;
}

#questions-page .accordion .card .card-header .button p {
    margin-top: 10px;
    font-size: 18px;
    color: #353535;
}

#questions-page .accordion .card .card-body {
    line-height: 44px;
    background: #3eda6a;
    background: linear-gradient(90deg, #3eb7da 0%, #3eda6a 100%);
    color: #fff;
    margin: 0 40px 40px 40px;
    border-radius: 30px;
}

#contact .gradient {
    position: relative;
    height: 160px;
    bottom: 160px;
    background: #fff;
    background: linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0.4) 100%);
    z-index: 100;
}

#contact .container {
    position: relative;
    bottom: 140px;
}

#contact .icon {
    background-color: #f8f8f8;
    border-radius: 50%;
    padding: 25px;
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

#contact h3 {
    font-size: 25px;
    color: #3eda6a;
}

#contact .icon-location {
    background: url('./images/location.png') no-repeat center #f8f8f8;
}

#contact .icon-call {
    background: url("./images/call.png") no-repeat center #f8f8f8;
}

#contact .icon-mail {
    background: url("./images/mail.png") no-repeat center #f8f8f8;
}

#contact .phone {
    direction: ltr;
}

#contact p {
    line-height: 48px;
    color: #4b4b4b;
    font-weight: lighter;
    font-size: 19px;
}

#contact form input {
    background-color: #f8f8f8;
    border: none;
    height: 60px;
    border-radius: 11px;
    font-size: 16px;
    color: #323232;
}

#contact form input::placeholder {
    font-weight: lighter;
}

#contact form textarea {
    background-color: #f8f8f8;
    border: none;
    border-radius: 11px;
    font-size: 16px;
    color: #323232;
    padding: 20px;
}

#contact form textarea::placeholder {
    font-weight: lighter;
}

#single-page،#contact {
    margin-top: 0 !important;
}
#contact .contact-title h1{
	color: #3eda6a;
    font-size: 40px;
	
}
#single-page .single-background {
    background: url("./images/background-single.png") no-repeat center;
    display: block;
    height: 100%;
    width: 100%;
    padding: 150px 0;
}

#single-page h1 {
    color: #343434;
    font-size: 24px;
    font-weight: normal;
}

#single-page .stats li {
    font-size: 17px;
    line-height: 61px;
    margin-right: 40px;
}

#single-page ul li span,
#single-page ul li a {
    color: #3eda6a;
}

#single-page article {
    position: relative;
    bottom: 100px;
    line-height: 42px;
}

#single-page article h3 {
    color: #3eda6a !important;
}

#single-page article #thumbnail {
    max-width: 30%;
    float: right;
    margin-left: 41px;
}

#single-page .share-box {
    background: #3eda6a;
    background: linear-gradient(90deg, #3eda6a 0%, #3eb7da 100%);
    color: #fff;
    padding: 19px 24px;
    border-radius: 20px;
}

#single-page .icon-share {
    display: block;
    background: url("./images/share.png") no-repeat center;
    width: 40px;
    height: 40px;
}

ul#social-share li {
    margin-right: 15px !important;
    font-size: 15px;
}

#social-share li a {
    display: flex;
    background: #78e1a4;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 45px;
    height: 45px;
}

#social-share li a:hover {
    transition: 0.5s;
    background: rgba(120, 225, 164, 0.65);
}

/*Not Found Page*/
#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#gallery h4 {
    height: 90px;
    padding-right: 53px;
    padding-top: 45px;
    margin-bottom: 40px;
}


.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 0px 15px;
}

.notfound .notfound-404 {
    position: relative;
    height: 150px;
    line-height: 150px;
    margin-bottom: 25px;
}

.notfound .notfound-404 h1 {
    font-family: "IRAN Sans", sans-serif;
    font-size: 186px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
}

.notfound h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.notfound p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.notfound a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: none;
    background: #78e1a4;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 1px;
    margin-top: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    opacity: 0.8;
}

aside {
    position: relative;
    bottom: 100px;
}

/*Sidebar*/
aside section {
    background: #fff;
    box-shadow: -1px 3px 10px 0 rgba(35, 35, 35, 0.46);
    padding: 30px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

aside h3 {
    color: #3eb7da;
    font-size: 20px;
    margin-bottom: 20px;
}

aside ul {
    list-style: none;
}

li.cat-item {
    line-height: initial !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
}

li.cat-item a {
    color: #5a5a5a !important;
    font-size: 16px !important;
    text-decoration: none;
}

li.cat-item a:hover {
    color: #3eda6a !important;
}

/*Comment*/
.comment {
    background: #f8f8f8;
    padding: 26px;
    border-radius: 23px;
}

.wpcf7-form {
    text-align: right;
}

.wpcf7,
.wpcf7-form input,
.wpcf7-form textarea {
    max-width: 100%;
    direction: rtl !important;
}

.comments-area textarea, .comments-area input {
    background-color: #f8f8f8;
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    min-width: 100%;
    border-radius: 8px;
    max-height: 200px;
}

h3#reply-title {
    font-size: 22px;
    font-weight: normal;
    color: #3eda6a;
}

.form-submit {
    width: 100px !important;
}

.form-submit #submit {
    padding: 10px 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 110px;
        line-height: 110px;
    }

    .notfound .notfound-404 h1 {
        font-size: 120px;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        visibility: hidden;
    }
}


@media only screen and (max-width: 768px) {
    .menu-header-menu-container {
        position: absolute;
        right: 0;
        background: #76e596;
        width: 100%;
        justify-content: center;
        z-index: 1000;
        display: none;

    }

	#landing-header {
		height: 535px !important;
	}
	
	#services {
		margin-top: 10em !important;
	}
	
	#reserve {
		padding: 1em 0 0 0 !important
	}
	
    .menu {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .menu li {
        margin-top: 35px;
    }
}

.icon {
    display: inline-block;
    background: url('./images/icons.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.icon.ellipse {
    background-position: -20px -0px;
    width: 131px;
    height: 131px;
}

.icon.video-header {
    background-position: -20px -151px;
    width: 105px;
    height: 83px;
}

.icon.gallery-header {
    background-position: -20px -254px;
    width: 104px;
    height: 84px;
}

.icon.brain {
    background-position: -20px -358px;
    width: 56px;
    height: 62px;
}

.icon.cure {
    background-position: -20px -440px;
    width: 53px;
    height: 62px;
}

.icon.calendar {
    background-position: -20px -522px;
    width: 48px;
    height: 48px;
}

.icon.clock2 {
    background-position: -20px -590px;
    width: 47px;
    height: 47px;
}

.icon.backbone {
    background-position: -88px -522px;
    width: 42px;
    height: 60px;
}

.icon.search-icon {
    background-position: -96px -358px;
    width: 32px;
    height: 32px;
}

.icon.menu-green {
    background-position: -96px -410px;
    width: 25px;
    height: 16px;
}

.icon.menu {
    background-position: -93px -446px;
    width: 25px;
    height: 16px;
}

.icon.aparat {
    background-position: -93px -482px;
    width: 24px;
    height: 23px;
}

.icon.search-green {
    background-position: -87px -602px;
    width: 24px;
    height: 24px;
}

.icon.search {
    background-position: -87px -646px;
    width: 24px;
    height: 24px;
}

.icon.comment {
    background-position: -6px -642px;
    width: 22px;
    height: 22px;
}

.icon.insta {
    background-position: -62px -690px;
    width: 22px;
    height: 22px;
}

.icon.send {
    background-position: -104px -690px;
    width: 22px;
    height: 20px;
}

.icon.telegram {
    background-position: -20px -699px;
    width: 22px;
    height: 20px;
}

.icon.clock {
    background-position: -104px -730px;
    width: 21px;
    height: 21px;
}

.icon.mail {
    background-position: -62px -732px;
    width: 20px;
    height: 14px;
}

.icon.twitter {
    background-position: -20px -739px;
    width: 20px;
    height: 16px;
}

.icon.call {
    background-position: -60px -766px;
    width: 18px;
    height: 21px;
}

.icon.location {
    background-position: -98px -771px;
    width: 17px;
    height: 24px;
}

.icon.fb {
    background-position: -20px -775px;
    width: 12px;
    height: 22px;
}

/*Foo gallery images*/
img.fg-image {
    height: 150px !important;
}

.last-posts a {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 16px;
    display: block;
    color: #464646 !important;
}

.last-posts img {
    width: 100%;
    height: 175px;
    border: 1px solid #eee;
    border-radius: 10px;
}

#call {
    position: fixed;
    bottom: 10%;
    right: 20px;
    background: #6ae186;
    border-radius: 50%;
    padding: 5px;
    width: 48px;
    height: 48px;
    z-index: 1000;

}


.gallery .fancybox img{
    height: 150px !important;
    border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .rmp_menu_trigger  {
display:none !important;
	}
}
blockquote {
  position: relative;
  padding-left: 30px;
  font-weight: 900;
  color: #2560ff;
  padding: 1em;
  margin: 2em;
  max-width: 33em;
  font-size: 19px;
  text-align:center;
  background-color: #fbfbfb;
}
blockquote:before {
  content: "“";
  font-family: serif;
  position: absolute;
    left:91%;
    font-size: 120px;
    line-height: 0px;
    top: 23px;
 	 color: #78e08f;
	background-color: #fcfcfc;
}
blockquote:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 80px;
  height: 5px;
  background: #e56d39;
  left: 5em;
}
blockquote p{
	    text-align: center;
}
