@charset "utf-8";

/*
Theme Name:   Parsa Theme
Theme URI:    https:/mahdimousavi.art/
Description:  Beautiful, Powerful & Flexible WordPress Theme for Beauty and Dermatology Clinics.
Author:       Brand Vision
Author URI:   https:/mahdimousavi.art/
License:      License purchased
Version: 1.1.3
*/
/* parsa.beauty */
:root {
    --color1: #e75480;
    --color2: #01214F;
    --color3: #EBEBEB;
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/PeydaWebFaNum-Regular.woff') format('woff'),
        url('assets/fonts/PeydaWebFaNum-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: PeydaWebbold;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/PeydaWebFaNum-Bold.woff') format('woff'),
        url('assets/fonts/PeydaWebFaNum-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: PeydaWebextrabold;
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/PeydaWebFaNum-ExtraBold.woff') format('woff'),
        url('assets/fonts/PeydaWebFaNum-ExtraBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: PeydaWebbold;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/PeydaWebFaNum-Bold.woff') format('woff'),
        url('assets/fonts/PeydaWebFaNum-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: PeydaWebsemibold;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/PeydaWebFaNum-SemiBold.woff') format('woff'),
        url('assets/fonts/PeydaWebFaNum-SemiBold.woff2') format('woff2');
    font-display: swap;
}



@font-face {
    font-family: "whclicon";
    src: url("assets/fonts/flaticon_whcl.ttf") format("truetype"),
        url("assets/fonts/flaticon_whcl.woff") format("woff"),
        url("assets/fonts/flaticon_whcl.woff2") format("woff2"),
        url("assets/fonts/flaticon_whcl.eot#iefix") format("embedded-opentype"),
        url("assets/fonts/flaticon_whcl.svg#flaticon_whcl") format("svg");
    font-display: swap;
}

body {
    margin: 0;
    font-family: PeydaWeb;
    color: var(--color2);
    text-align: right;
    direction: rtl;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
}

body.dark {
    background: #001836;
    color: #d7d7d7;
}

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

li {
    list-style: none
}

a {
    color: #424242;
    transition: 0.5s;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.mg-auto {
    margin: 0 auto;
}

ul {
    padding: 0;
    margin: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c0c0c0;
}

.owl-carousel {
    direction: ltr;
}

button:focus {
    outline: none
}

.lg {
    direction: ltr;
}

i[class^="agh-"]:before,
i[class*=" agh-"]:before {
    font-family: whclicon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: var(--color1) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}



.agh-phone-call:before {
    content: "\f101";
}

.agh-handshake:before {
    content: "\f102";
}

.agh-arrow-down-sign-to-navigate:before {
    content: "\f103";
}

.agh-search:before {
    content: "\f104";
}

.agh-lifeline:before {
    content: "\f105";
}

.agh-user:before {
    content: "\f106";
}

.agh-clipboard:before {
    content: "\f107";
}

.agh-comment:before {
    content: "\f108";
}

.agh-placeholder:before {
    content: "\f109";
}

.agh-back-in-time:before {
    content: "\f10a";
}

.agh-social-media:before {
    content: "\f10b";
}

.agh-calendar:before {
    content: "\f10c";
}

.agh-location:before {
    content: "\f10d";
}

.agh-telegram:before {
    content: "\f10e";
}

.agh-whatsapp:before {
    content: "\f10f";
}

.agh-right-quotation-mark:before {
    content: "\f110";
}

.agh-user-1:before {
    content: "\f111";
}

.agh-stethoscope:before {
    content: "\f112";
}

.agh-menu:before {
    content: "\f113";
}

.agh-upload:before {
    content: "\f114";
}

.agh-doubts-button:before {
    content: "\f115";
}

.agh-phone:before {
    content: "\f116";
}

.agh-zoom-in:before {
    content: "\f117";
}

.agh-aparat:before {
    content: "\f118";
}

.agh-instagram:before {
    content: "\f119";
}

.agh-menu-1:before {
    content: "\f11a";
}

.agh-phone-1:before {
    content: "\f11b";
}

.agh-home:before {
    content: "\f11d";
}

.agh-cosmetic-surgery:before {
    content: "\f11e";
}

/*===============header===============*/

.centerhe img {
    height: 59px;
    width: auto;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.centerhe {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

header {
    /* padding: 10px 0 0 0; */
    /* border-top: 2px solid var(--color1); */
    min-height: 130px;
}

.lefthe {
    text-align: left;
}

.lefthe a.Consultation {
    padding: 8px 38px 8px 14px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    position: relative;
    font-size: 13px;
    margin: 15px 0px;
    border: 1px solid var(--color1);
    background-image: -webkit-linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.lefthe a.Consultation:hover {
    background-position: 100%;
    color: var(--color1);

}

.lefthe a i {
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 8px;
}

a.logreg {
    margin: 0 14px;
    font-size: 14px;
}

.phone {
    color: #6A6A6A;
    padding-right: 30px;
    font-size: 22px;
    font-weight: bold;
    padding: 18px 31px 15px 0;
    display: inline-block;
    position: relative;
}

header i.agh-phone-call {
    position: absolute;
    transform: rotate(266deg);
    color: var(--color1);
    font-size: 25px;
    right: -8px;
    top: 12px;
}

.phone span {
    color: var(--color1);
}

.soc li i {
    color: #6A6A6A;
    font-size: 20px;
    transition: 0.5s;
}

.soc li a:hover i {
    color: var(--color1);
}

.soc li {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    top: 4px;
}

.soc {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.soc:before {
    content: '';
    position: absolute;
    background: #ffffff8c;
    right: 11px;
    width: 1px;
    height: 15px;
    bottom: 11px;
}

header i.agh-aparat {
    font-size: 24px !important;
    top: 1px;
    position: relative;
}

.menuheader {
    min-height: 50px;
    background: #EBEBEB;
    min-height: 0;
    z-index: 99999;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

.mainmenu ul li a {
    font-size: 14px;
    padding: 15px 0px 15px 37px;
    display: block;
    color: var(--color2);
    font-weight: bold;
}

.mainmenu ul li a.current-menu-item {
    color: var(--color1);
}

.mainmenu ul li a:hover {
    color: var(--color1);
}

.mainmenu ul li ul {
    background: #ffffff;
    position: absolute;
    z-index: 9999;
    /* opacity: 0; */
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #dddddd87;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    top: 50px;
    width: 160px;
}

.centerhe h1 {
    color: #bf1010;
    position: absolute;
    z-index: 0;
    font-size: 15px;
    left: 0px;
    right: 20px;
}

.mainmenu ul li ul li {
    display: block;
}

.mainmenu ul li ul li a {
    padding: 9px 20px;
}

header li.menu-item-has-children:before {
    content: '\f103';
    position: absolute;
    font-family: 'whclicon';
    left: 24px;
    top: 19px;
    color: var(--color2);
    font-size: 9px;
    transition: 0.5s;
}

.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

form#searchform input#s {
    width: 80%;
    height: 30px;
    border: none;
    background: #f5f5f5;
    font-family: 'PeydaWeb';
    color: #333333;
    font-size: 12px;
}


input#s {}

header .search {
    text-align: left;
    padding: 10px 15px;
}

input.button {
    position: absolute;
    left: 0;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    background: transparent;
}

form#searchform {
    text-align: left;
    z-index: 1;
    position: relative;
}

form#searchform i {
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 6px;
    z-index: -1;
    color: var(--color1);
}

span.menu-btn,
.handshake {
    display: none;
}

a.logreg:hover {
    color: var(--color1);
}

.mainmenu ul li:hover:before {
    color: var(--color1);
}

.mainmenu ul li:hover>a {
    color: var(--color1);
}

/*=================slider=================*/

.owl-carousel.owl-slider {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

header .search {
    padding: 10px 0;
}

/* .owl-carousel.owl-slider .slide:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(269.77deg, #D2D2D2 0.18%, rgba(204, 204, 204, 0.78) 28.71%, rgba(196, 196, 196, 0.86) 60.87%, rgba(187, 187, 187, 0) 99.78%);
} */

.slider {
    margin-top: 25px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
}

.owl-slider:before,
.owl-sliderm:before {
    content: '';
    position: absolute;
    left: -65px;
    width: 130px;
    height: 48px;
    z-index: 1;
    background: url(https://iranus.clinic/wp-content/themes/parsatheme/assets/images/btnslider.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background-position: 0 0px;
}

.owl-slider:after,
.owl-sliderm:after {
    content: '';
    position: absolute;
    right: -65px;
    width: 130px;
    height: 48px;
    background: url(https://iranus.clinic/wp-content/themes/parsatheme/assets/images/btnslider.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9999;
    background-position: 0px 0px;
}

.owl-carousel.owl-sliderm {
    display: none;
}

.owl-nav {
    position: absolute;
    top: 50%;
    z-index: 9999999;
    width: 100%;
    transform: translateY(-50%);
}

button.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

button.owl-next {
    width: 50px;
    height: 50px;
}

.nav-button.owl-prev:before {
    content: '\f103';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -32px;
    top: -40px;
    font-family: 'whclicon';
    font-size: 17px;
    color: var(--color2);
    transform: rotate(92deg);
}

.nav-button.owl-next:before {
    content: '\f103';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -7px;
    top:17px;
    font-family: 'whclicon';
    font-size: 17px;
    color: var(--color2);
    transform: rotate(269deg);
}

.nav-button.owl-next {
    position: relative;
}

.textslider {
    position: absolute;
    top: 0;
    width: 100%;
    right: 60px;
    z-index: 9999;
    text-align: right;
    /* width: 100%; */
    /* float: right; */
    top: 50%;
    position: absolute;
    right: 70px;
    transform: translateY(-50%);
}

.textsliderbox {
    width: 43%;
    float: right;
    /* top: 50%; */
    /* position: absolute; */
    /* right: 0; */
    /* transform: translateY(-50%); */
}

.textslider .container {
    position: relative;
}

span.title1 {
    display: block;
    font-weight: 700;
    font-size: 60px;
    color: var(--color1);
    font-family: 'PeydaWebextrabold';
}

span.title2 {
    font-weight: 400;
    font-size: 32px;
    font-family: 'PeydaWebbold';
}

p.title3 {
    font-weight: 400;
    font-size: 16px;
    color: #4e4e4e;
    padding: 10px 0;
    line-height: 2;
}

.textsliderbox a {
    padding: 8px 30px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    border: 1px solid var(--color1);
    background-image: -webkit-linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.textsliderbox a:hover {
    background-position: 100%;
    color: var(--color1);
}

/*=================services=================*/

.services {
    margin: 41px 0px;
}

.titlebox h6,
.titlebox h5,
.titlebox h4,
.titlebox h3,
.titlebox h2,
.titlebox h1,
.titleboxsp {
    font-weight: 700;
    font-size: 37px;
    color: var(--color1);
}

.titlebox h3:before,
.titleboxsp:before,
.titlebox h1:before {
    content: '\f105';
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    font-family: 'whclicon';
    color: var(--color2);
    font-weight: 500;
    font-size: 30px;
    top: 9px;
    margin-left: 10px;
}

.titlebox p {
    font-size: 16px;
    line-height: 29px;
}

.services .titlebox p {
    width: 100%;
}

.serviceboxtitle img {
    height: 45px;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 10px;
    transition: 0.3s;
}

.serviceboxtitle span {
    display: inline-block;
    font-size: 17px;
    padding-right: 70px;
    transition: 0.5s;
    color: var(--color2);
}

.serviceboxtitle {
    background: #F3F3F3;
    padding: 19px 0;
    border-radius: 10px 10px 26px 110px;
    height: 62px;
    position: relative;
    margin-bottom: 12px;
    text-align: right;
    transition: 0.5s;
}

.servicebox {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 10px;
    padding-bottom: 0px;
    text-align: center;
    transition: 0.5s;
}

.serviceboxtitle:before {
    content: '';
    position: absolute;
    left: 13px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 50px;
    top: 10px;
    transition: 0.5s;
}

.servicebox p {
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    color: #8E8E8E;
    padding: 0px 17px;
    text-align: justify;
    max-height: 132px;
    overflow: hidden;
}

.servicebox a.moreser {
    background: var(--color1);
    padding: 5px 23px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    position: relative;
    bottom: -10px;
}

.services .titlebox {
    margin-bottom: 20px;
}

.moreservicebox {
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 10px;
    margin-top: 12px;
    overflow: hidden;
}

.moreservicebox h4 {
    padding: 18px 15px 15px 15px;
    background: #F3F3F3;
    color: var(--color1);
    font-weight: 700;
    font-size: 18px;
}

.moreservicebox ul {
    padding: 10px 15px;
}

.moreservicebox ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right;
    color: #01214F;
    position: relative;
    right: 0;
    transition: 0.5s;
}

.moreservicebox ul li {
    padding: 7px 0;
}

.servicebox:hover .serviceboxtitle {
    background: var(--color1);
}

.servicebox:hover .serviceboxtitle img {
    filter: brightness(0) invert(1);
}

.servicebox:hover .serviceboxtitle span {
    color: #fff;
}

.servicebox:hover .serviceboxtitle:before {
    background: #fff;
}

.servicebox:hover {
    box-shadow: 0px 0px 13px 8px #67676712;
}

.moreservicebox ul li a:hover {
    right: 10px;
}

.moreservicebox ul li a:before {
    content: '';
    position: absolute;
    right: -9px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 50px;
    top: 10px;
    transition: 0.5s;
    opacity: 0;
}

.moreservicebox ul li a:hover:before {
    opacity: 1;
}

/*=================specialservices=================*/

.specialservices {
    background: #ececec;
    /* height: 700px; */
    position: relative;
    margin-bottom: 20px;
    padding: 110px 0 100px 0;
}

.specialservices:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    background: url(assets/images/topbg1.png);
    background-size: cover;
    top: 0;
}

.specialservices:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    background: url(assets/images/topbg2.png);
    background-size: cover;
    bottom: 0;

}

.imgspecial img {
    border-radius: 10px;
    width: 95%;
    position: relative;
}

.imgspecial {
    position: relative;
    text-align: left;
}

.imgspecial:before {
    content: '';
    position: absolute;
    width: 94%;
    height: 97%;
    background: var(--color1);
    border-radius: 10px;
    z-index: 0;
    left: 25px;
    top: -15px;
}

.leftspecial p {
    font-size: 15px;
    line-height: 38px;
}

.leftspecial a {
    width: 130px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    margin-left: 10px;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    margin-top: 10px;
    border: 1px solid var(--color1);
    background-image: -webkit-linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a.spesbtn2 {
    color: var(--color1);
    background: transparent;
}

.databoxsp img {
    position: absolute;
    height: 50px;
    width: auto;
    right: 0;
    top: -5px;
}

.databoxsp {
    position: relative;
    padding-right: 60px;
}

.dataspecial {
    padding: 16px 0;
}

span.titledt {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

span.pcdt {
    font-weight: 400;
    font-size: 14px;
    color: var(--color1);
}

.leftspecial a:hover {
    background-position: 100%;
    color: var(--color1);
}

a.spesbtn2:hover {
    background: var(--color1);
    color: #fff;
}

/*=================moreservices=================*/

.smserviceboxtitle img {
    height: 45px;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 6px;
    transition: 0.3s;
    z-index: 2;
}

.smserviceboxtitle span {
    display: inline-block;
    font-size: 17px;
    padding-right: 70px;
    text-align: center;
    transition: 0.5s;
    color: var(--color2);
}

.smservicebox {
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 10px;
    padding: 26px 0;
    position: relative;
    margin: 10px 0;
    transition: 0.5s;
}

.smserviceboxtitle {
    text-align: center;
}

.smserviceboxtitle:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 100%;
    right: 0;
    top: 0;
    background: #F3F3F3;
    border-radius: 0px 10px 11px 80px;
    transition: 0.5s;
    z-index: 1;
}

.smserviceboxtitle:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 100%;
    right: -6px;
    top: 0;
    background: transparent;
    border-radius: 0px 10px 11px 80px;
    transition: 0.5s;
    border-left: 1px solid #e76f79;
    opacity: 0;
}

.smservicebox:before {
    content: '';
    position: absolute;
    left: 13px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 50px;
    top: 10px;
    transition: 0.5s;
}

.moreservices {
    margin-bottom: 60px;
}

.smservicebox:hover {
    background: var(--color1);
}

.smservicebox:hover:before {
    background: white;
}

.smservicebox:hover .smserviceboxtitle:before {
    background: #E76F79;
}

.smservicebox:hover .smserviceboxtitle img {
    filter: brightness(0) invert(1);
}

.smservicebox:hover span {
    color: #fff
}

.smservicebox:hover .smserviceboxtitle:after {
    right: 5px;
    opacity: 1;
}

/*=================laizer=================*/
.laizer {
    margin-bottom: 50px;
}

.pricebox {
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 15px;
    padding: 13px 18px 13px 18px;
    margin-top: 15px;
}

.pricebox span.titleprices {
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
    color: var(--color1);
}

.pricebox li {
    width: 49%;
    display: inline-block;
    padding: 7px 0;
    font-size: 11px;
    position: relative;
}

.pricebox li span:first-child {
    float: right;
    background: #fff;
    position: relative;
    padding-left: 7px;
}

.pricebox li span:last-child {
    float: left;
    background: #fff;
    position: relative;
    padding-right: 7px;
}

.pricebox li:nth-child(odd) {
    padding-left: 20px;
    position: relative;
}

.pricebox li:nth-child(even) {
    padding-right: 20px;
    position: relative;
}

.pricebox ul {
    position: relative;
    padding-right: 10px;
    margin-top: 10px;
}

.pricebox ul:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #EAEAEA;
    top: 5%;
}

.pricebox li:before {
    content: '';
    position: absolute;
    width: 80%;
    background: transparent;
    height: 1px;
    left: 0;
    top: 16px;
    border-bottom: 1px dashed rgba(214, 214, 214, 1);
    z-index: 0;
    right: 0;
    margin: 0 auto;
}

.leftlaizer img {
    margin-top: 15px;
    animation-timing-function: ;
    animation-timing-function: 10;
    animation-timing-function: 0;
}

/*=================cta=================*/

.cta1 {
    background: var(--color2);
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    padding-right: 30px;
    position: relative;
    overflow: hidden;
}

.cta2 {
    background: var(--color1);
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    padding-right: 30px;
    position: relative;
    overflow: hidden;
}

.cta1 i {}

.cta2 i {}

.cta1 h5,
.cta1title {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 4px;
    color: #fff;
}

.cta1 h5 span {
    color: var(--color1);
}

.cta2 h5,
.cta2title {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 4px;
    color: #fff;
}

.cta2 h5 span {
    color: var(--color2);
}

.cta {
    margin-bottom: 30px;
}

.cta2 p,
.cta1 p {
    color: #fff;
}

.cta2:hover span.shakeic i {
    animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
    position: relative;
    display: block;
}

.cta1:hover span.shakeic i {
    animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
    position: relative;
    display: block;
}

@keyframes bellshake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

.cta2 span.shakeic {
    position: absolute;
    left: 20px;
    font-size: 106px;
    /* transform: rotate(256deg); */
    opacity: .3;
    color: #fff;
    top: 16px;
}

.cta1 span.shakeic {
    position: absolute;
    left: 30px;
    font-size: 106px;
    opacity: .3;
    color: #fff;
    top: 16px;
}

/*=================Counseling=================*/


.Counseling {
    background: #F3F3F3;
    position: relative;
    padding: 120px 0;
}

.Counseling:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    background: url(assets/images/topbg4.png);
    background-size: cover;
    top: 0;
}

.Counseling:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    background: url(assets/images/topbg3.png);
    background-size: cover;
    bottom: -3px;
}

.field-block {
    margin-top: 10px;
}

.rightCounseling h4 {
    font-weight: 700;
    font-size: 57px;
    color: var(--color1);
}

.rightCounseling p {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
}

.contactdata {
    margin: 40px 0 0 0;
}

.datacontactbox i {
    color: var(--color1);
    display: block;
    font-size: 40px;
    height: 50px;
}

.datacontactbox {
    text-align: center;
}

.datacontactbox p {
    text-align: center;
    font-size: 14px;
    color: #6A6A6A;
    line-height: 20px;
}

.datacontactbox span {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.datacontactbox ul li i {
    font-size: 20px !important;
    color: #6A6A6A;
    margin: 0 4px;
}

.datacontactbox ul li {
    display: inline-block;
}

.datacontactbox ul li i.agh-aparat {
    font-size: 22px !important;
    top: 1px;
    position: relative;
}




.contact-us-form {
    border-radius: 20px;
    margin-bottom: 20px;
}

.dark .contact-us-form {
    background: #000e22;
}

.contact-page h2 {
    margin-top: 20px;
}

.contact-page h3 {
    font-size: 18px;
    color: var(--color1);
    margin-top: 8px;
    margin-bottom: 10px;
}

.field-block input,
.field-block textarea {
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    border: none;
    font-family: PeydaWeb;
    padding: 6px 10px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
    font-size: 11px;
    direction: rtl !important;
}

.dark .field-block input,
.dark .field-block textarea {
    background: #001836;
    color: #fff;
}

.field-block i {
    font-size: 18px;
    position: relative;
    top: 6px;
    margin-left: 6px;
    color: var(--color1);
}

input.sub-form {
    width: 140px;
    float: right;
    border-radius: 46px;
    color: #fff;
    height: 0;
    line-height: 0;
    border: 1px solid var(--color1) !important;
    background-image: -webkit-linear-gradient(30deg, var(--color1) 50%, transparent 50%) !important;
    background-image: linear-gradient(30deg, var(--color1) 50%, transparent 50%) !important;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.contactform h2 {
    font-size: 24px;
    font-weight: 100;
}

.contactform {
    margin-top: 20px;
}

.contactform h3 {
    font-weight: 100;
    font-size: 19px;
    color: var(--color1);
    margin-bottom: 15px;
    margin-top: 10px;
}

.field-block textarea {
    border-radius: 20px;
    height: 140px;
}

span.labletext {
    font-size: 13px;
}

.rightCounseling {
    padding-left: 5%;
}

.col-lg-6.field-block {
    margin-bottom: 10px;
}

.titlebox.titlecenter {
    text-align: center;
    position: relative;
}

.titlebox.titlecenter h3:before {
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    top: auto;
}

.titlebox.titlecenter h3 {
    margin-bottom: 21px;
    position: relative;
}

.titlebox.titlecenter p {
    width: 70%;
    margin: 0 auto;
}




/*=================Specialcontentbox=================*/


.Specialcontentbox {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 96%;
    margin: 0 auto;
}

.Specialcontenttext {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 15px;
    color: #fff;
}

.Specialcontentimg img {}

.Specialcontentimg {
    display: grid;
}

span.time i {
    float: right;
    padding-left: 6px;
    font-size: 15px;
    bottom: 2px;
    position: relative;
}

.Specialcontenttext h5,
.Specialcontenttext span.titleblog {
    display: inline-flex;
    font-weight: 100;
    font-size: 16px;
}

.Specialcontentimg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(89, 89, 89, 0) 38.02%, #595959 100%);
    transition: 0.5s;
    bottom: 0;
}

.Specialcontentimg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgba(255, 142, 151, 0) 15.1%, #e75480 100%);
    transition: 0.5s;
    bottom: 0;
}

.Specialcontentbox:hover .Specialcontentimg:before {
    height: 0;
}

.Specialcontentbox:hover .Specialcontentimg:after {
    height: 100%;
}

.catime {
    font-size: 12px;
}

.catime span.cat {
    padding-right: 20px;
    position: relative;
}

span.cat:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    right: 8px;
    top: 6px;
}

.Specialcontent {
    margin-bottom: 40px;
}

.Specialcontent .titlebox.titlecenter {
    margin-bottom: 30px;
}

/*=================blog=================*/



div.blog .titlebox:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    background: url(assets/images/diver.png);
    top: -50px;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}

.titlebox {
    position: relative;
}

div.blog .titlebox {
    margin-top: 80px;
    display: flow-root;
    margin-bottom: 40px;
}

div.blog .titlebox h3 {
    float: right;
}

.blog .titlebox a {
    float: left;
    position: relative;
    padding: 9px 30px;
    border-radius: 60px;
    color: #fff;
    top: 8px;
    font-size: 13px;
    border: 1px solid var(--color1);
    background-image: -webkit-linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.blog-box {
    box-shadow: 0px 2px 7px rgb(0 0 0 / 10%);
    padding: 14px;
    border-radius: 15px;
    transition: 0.5s;
    margin-bottom: 30px;
    padding-top: 177px;
    position: relative;
    display: flex;
    text-align: center;
    direction: rtl;
}

.blog-box .blog-box-img {
    border-radius: 17px;
    overflow: hidden;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    display: grid;
}

.blog-box:hover .datecatblog span {
    color: #424242;
}

.blog-box h6,
.blog-box span.titleblog,
.blog-box h3,
.blog-box h2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px !important;
    color: var(--color2);
    transition: 0.5s;
    height: 35px;
    text-align: right;
    display: block;
    line-height: 19px;
}

.blog-box p {
    margin-top: 5px;
    color: #424242;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
}

.blog-box-img:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    transition: 0.5s;
    background: linear-gradient(180deg, rgba(255, 142, 151, 0) 0%, #e75480 100%);
}

.blog-box:hover .blog-box-img:after {
    height: 100%;
}

.blog-box-img:before {
    content: '';
    width: 200px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0 auto;
    left: 0;
    background: url(assets/images/logo.png) no-repeat;
    height: 60px;
    transition: 0.5s;
    filter: brightness(0) invert(1);
    z-index: 2;
    opacity: 0;
    background-position: 0;
    background-size: 210px;
}

.blog-box:hover .blog-box-img:before {
    opacity: 1;
    top: 76px;
}


.blog-box:hover {
    box-shadow: 0px 0px 7px 3px #67676721;
}

.blog-box:hover h6,
.blog-box:hover span.titleblog {
    color: var(--color1);
}



.blog .title-box {
    margin-bottom: 60px;
}

.blog-box-img img {
    height: 100%;
}

.datecat {
    margin-top: 16px;
}

.datecat span:before {
    content: '';
    position: relative;
    display: inline-block;
    background: var(--color1);
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border-radius: 10px;
}

.datecat span {
    margin-left: 10px;
    font-size: 14px;
}

span.moreblog {
    border-radius: 35px;
    background: var(--color1);
    padding: 8px 28px;
    color: #fff;
    /* margin-left: 13px; */
    position: absolute;
    font-size: 12px;
    /* overflow: hidden; */
    /* margin-bottom: 0px; */
    /* display: inline-flex; */
    /* float: left; */
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto;
}


.blog-box-img span {
    position: absolute;
    bottom: 0;
    background: var(--color1);
    padding: 6px 12px 4px 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px 0px 0px 0px;
    transition: 0.5s;
}

.blog-box:hover .blog-box-img span {
    bottom: -30px;
}

.datecatblog {
    background: #F3F3F3;
    padding: 10px 20px 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    margin: 7px 0 20px 0px;
    display: flow-root;
}

span.dateblog {
    float: left;
}

span.catblog {
    float: right;
    color: #424242;
}

span.dateblog i {
    font-size: 15px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    color: var(--color1);
}

span.catblog:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--color1);
    border-radius: 10px;
    margin-left: 4px;
}

input.sub-form:hover {
    color: var(--color1);
    background-position: 100%;
}

.blog .titlebox a:hover {
    color: var(--color1);
    background-position: 100%;
}

/*=================brand=================*/
.brand {
    margin-top: 20px;
    position: relative;
    top: 20px;
}

/*=================footer=================*/
footer {
    position: relative;
    background: var(--color2);
    min-height: 500px;
    padding-top: 120px;
    color: #cccccc;
}

footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105px;
    background: url(assets/images/topbg5.png);
    background-size: cover;
    top: 0px;
}


.boxfooter1 img {
    width: 240px;
    margin-bottom: 0px;
}

span.titlefooter:before {
    content: '\f105';
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    font-family: 'whclicon';
    color: var(--color1);
    font-weight: 500;
    font-size: 25px;
    top: 12px;
    margin-left: 00px;
}

span.titlefooter {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 11px;
    display: block;
}

.boxfooter1 p {
    font-size: 13px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 3px;
    margin-top: 10px;
}

.boxfooter3 li,
.boxfooter4 li {
    font-size: 14px;
    line-height: 2.3;
}

.boxfooter3 ul,
.boxfooter4 ul {
    margin-top: 10px;
}

.boxfooter2 li span {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    padding-right: 0px;
}

.boxfooter2 li span i {
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.boxfooter2 li {
    font-size: 13px;
    margin-bottom: 10px;
}

.boxfooter2 li span i.flaticon-phone {
    transform: rotate(262deg) !important;
    display: inline-block;
}

.boxfooter2 li span i.flaticon-email {
    font-size: 19px;
    margin-left: 5px;
    top: 8px;
}

.boxfooter2 li span i.flaticon-location {
    margin-left: 4px;
    top: 5px;
    font-size: 18px;
}

.copyright {
    background: #011A3F;
    padding: 12px 0 10px 0;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    margin-top: 30px;
}

.boxfooter1 li {
    display: inline-block;
    margin: 0 0px 0 20px;
    font-size: 23px;
    color: var(--color2);
}

footer a:hover {
    color: var(--color1) !important;
}

.boxfooter3 span {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
}

.boxfooter3 ul li i.agh-ita:before {
    left: unset;
    width: 27px;
    height: 27px;
    background-size: 27px;
    top: 0;
    position: relative;
    display: inline-block;
}

.boxfooter3 p {
    font-size: 14px;
    line-height: 27px;
    margin: 10px 0;
}

.boxfooter3 ul {
    background: #011A3F;
    padding: 20px 20px 0 20px;
    border-radius: 6px;
    text-align: center;
}

.dark .boxfooter3 ul {
    background: #011f45;
}

.boxfooter3 ul li {
    display: inline-block;
    padding: 0 15px;
}

.boxfooter3 ul li a {
    font-size: 26px;
    color: #fff;
}

.menuboxfooter li a {
    font-size: 14px;
    padding: 5px 0px;
    display: block;
    color: #ccc;
}

.topfooter {
    border-bottom: 1px solid #d9d9d92e;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.boxfooter2 li p {
    font-size: 12px;
    padding: 3px 0;
}

.boxfooter3 ul li a .agh-aparat {
    font-size: 30px !important;
}



/*======================== menu mobile  ========================*/


.open_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    /* this left's value is important */
    right: -250px;
    top: 0;
    /* if you'd change the width's value then you have to change left's value of the .open_menu as well*/
    width: 250px;
    height: 100%;
    background-color: #f1f1f1;
    -webkit-transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
    transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
    z-index: 10000;
}

.dark .open_menu {
    background: #545454;
}

.menu-content {
    display: block;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 10px;
}

.menu-content::-webkit-scrollbar {
    width: 0;
}

.opened {
    right: 0;
}


.toOpen {
    display: block;
    width: 25px;
    position: absolute;
    cursor: pointer;
    padding: 20px;
    right: -165px;
}

/* The open and close mark. It toggles automatically */
.toOpened {
    /* width: 25px; */
}

.toOpened .line {
    width: 25px !important;
    -webkit-transition: 0ms !important;
    transition: 0ms !important;
}


.toOpened .one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
}

.toOpened .two {
    opacity: 0;
}

.toOpened .three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
}



.toOpen .line {
    height: 3px;
    margin: 0 0 2px 0;
    background-color: #dc6161;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}


.toOpen .two {
    width: 15px;
}

.toOpen .three {
    width: 20px;
}

.toOpen:hover div {
    width: 25px;

}

.line.one {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
}

.toOpened>.three {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
}

.open_menu h1 {
    text-align: center;
    color: white;
}

.menu-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: montserrat;
    font-weight: 700;
    margin: 25px 0;
    text-align: center;
}

.menu-content ul {
    list-style-type: none;
}

.menu-content ul li {
    text-align: right;
    border-bottom: 1px solid #88888826;
    position: relative;
}

.menu-content ul li:first-child {
    border-top: 1px solid #88888826;
}

.menu-content ul li a {
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 9px 10px;
    text-decoration: none;
    color: #929292;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

.menu-content ul li a:hover {
    background: #252525;
}

.menu-logo img {
    width: 110%;
    margin: 0 auto;
}

.menu-content .menu-btn svg {
    width: 20px;
    height: auto;
    position: absolute;
    left: 10px;
    fill: var(--color1);
    top: 10px;
    z-index: 9999;
}

.menu-content ul li ul li a {
    background: #f7f7f7;
    padding: 10px 40px;
}

.dark .menu-content ul li ul li a {
    background: #3b3b3b8a;
    padding: 10px 40px;
}

.menu-content ul li ul li {
    border: navajowhite;
}

.menu-content span.loginregister a {
    display: block;
    text-align: center;
}

.menu-content span.loginregister {
    width: 90%;
    margin: 20px auto;
    display: block;
}

.menu-content span.ams {
    position: absolute;
    left: 10px;
    top: 5px;
}

.show-all a:hover {
    background: var(--color1);
    color: #fff;
}

.bgcolor button:hover {
    color: var(--color1);
}

.menuheader.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: unset;
    border-top: 2px solid var(--color1);
    box-shadow: 0px 0px 3px 1px #0000001a;
}

/*======================== breacrumb  ========================*/
.breacrumb a,
.breacrumb span {
    font-size: 13px;
    padding-left: 18px;
    color: var(--color2);
    position: relative;
}

p#breadcrumbs a,
p#breadcrumbs span {
    font-size: 13px;
    padding-left: 18px;
    color: var(--color2);
    position: relative;
}

p#breadcrumbs a:before {
    content: '\f103';
    position: absolute;
    font-family: 'whclicon';
    left: -15px;
    top: 1px;
    color: var(--color2);
    font-size: 9px;
    transition: 0.5s;
    transform: rotate(90deg);
}

p#breadcrumbs a:hover {
    color: var(--color1);
}

p#breadcrumbs a {
    padding: 0 !important;
}

/*======================== archivepage  ========================*/

.allblog .titlebox {
    margin-bottom: 50px;
}

.allblog .blog-box {
    margin-bottom: 60px;
}

.src2 {
    margin-top: 30px;
}

.breacrumb {
    padding: 10px 0;
}

/*======================== single blog  ========================*/
.titleblogbox {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    overflow: hidden;
    padding: 25px;
    margin-top: 10px;
    background: #fff;
}

.titleblogbox img {
    border-radius: 11px;
    height: auto;
}

span.doctor i {
    color: var(--color1);
    font-size: 20px;
    right: 0;
    position: absolute;
    top: 0px;
}

.datatitlebox {
    font-size: 14px;
    color: #424242;
    border-bottom: 1px solid #ececec;
    padding-bottom: 6px;
    margin-bottom: 5px;
    border-top: 1px solid #ececec;
    padding-top: 6px;
    margin-top: 11px;
}

.datatitlebox a {
    color: #424242;
}

span.doctor {
    position: relative;
    padding-right: 25px;
}

span.Expertise:before {
    content: '';
    position: absolute;
    background: #B1B1B1;
    right: 4px;
    width: 1px;
    height: 14px;
    top: 3px;
}

span.Expertise {
    position: relative;
    padding-right: 12px;
}

span.cat i {
    color: var(--color1);
    font-size: 17px;
    right: 8px;
    position: absolute;
    top: 2px;
}

span.cat {
    position: relative;
    padding-right: 30px;
}

.titleblogbox h1 {
    font-size: 32px;
    margin: 6px 0;
    font-family: 'PeydaWebsemibold';
    line-height: 40px;
}

.titleblogbox p {
    font-size: 16px;
    line-height: 28px;
    color: #424242;
}

/*======================== three cta ========================*/


.threecta1 {
    background: var(--color1);
    color: #fff;
    padding: 22px 5px;
    border-radius: 10px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}

.threecta2 {
    background: var(--color2);
    color: #fff;
    padding: 8px 90px;
    border-radius: 10px;
    padding-right: 0;
    position: relative;
}

.threecta3 {
    background: var(--color1);
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    min-height: 106px;
}

.threecta1 h5,
.threecta1title1 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 4px;
    color: #fff;
}

.threecta1 h5 span {
    color: var(--color2);
}

.threecta1 p,
.threecta2 p,
.threecta3 p {
    color: #fff;
    font-size: 13px;
}

.threecta1:hover span.shakeic i {
    animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
    position: relative;
    display: block;
}

@keyframes bellshake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

.threecta1 span.shakeic {
    position: absolute;
    left: 10px;
    font-size: 80px;
    /* transform: rotate(256deg); */
    opacity: .3;
    color: #fff;
    top: 16px;
}

.threecta2 span.shakeic {
    position: absolute;
    left: 20px;
    font-size: 75px;
    opacity: .3;
    color: #fff;
    top: 16px;
}

.threecta3 span.shakeic {
    position: absolute;
    left: 17px;
    font-size: 83px;
    opacity: .3;
    color: #fff;
    top: 12px;
}

.threecta {
    margin: 0 0 20px 0;
}

.threecta2 li {
    width: 24%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 18px 0 0 0;
}

.threecta2 li a,
.threecta2 li span {
    padding-top: 11px;
    color: #fff;
    position: relative;
    display: block;
}

.threecta2 li a i,
.threecta2 li span i {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
}

i.agh-bale:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(assets/images/bale.png);
    background-size: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

i.agh-ita:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(assets/images/ita.png);
    background-size: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.threecta3 p {
    text-align: قه;
}

.threecta3 li {
    width: 49%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 26px 0 4px 0;
}

.threecta3 li a {
    padding-top: 17px;
    color: #fff;
    position: relative;
    display: block;
}

.threecta3 li a i {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 34px;
}

.threecta3 p {
    font-size: 12px;
}

.threecta2 p {
    text-align: center;
    padding-top: 0px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 4px;
}

span.threecta1title1 span {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    margin-right: 5px;
}

/*======================================== sidebar =====*/

.widget_categories,
.popular-post,
.sidebar-bax .search {
    background: #ffffff;
    padding: 9px 20px 15px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 13px rgb(232 232 232 / 60%);
    border-radius: 20px;
}

div#categories-2 ul {
    padding: 0 10px;
}

div#categories-2 h4,
div#categories-2 div.sec_title2,
.popular-post h4,
.popular-post div.sec_title2,
.sidebar-bax .search p {
    color: var(--color1);
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 0px 14px 0;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
    font-weight: bold;
}

div#categories-2 ul li {
    position: relative;
    font-size: 14px;
    padding: 7px 13px 7px 0px;
    width: 49%;
    display: inline-block;
}

div#categories-2 ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    top: 15px;
    transition: 0.5s;
    position: absolute;
    right: 0;
    border-radius: 50px;
    background: var(--color1);
}

div#categories-2 ul li:hover a {
    color: var(--color1);
}

div#categories-2 ul li a {
    color: var(--color2);
}

.box-poppost {
    display: flex;
    margin: 13px 0;
    color: #666666;
}

.box-poppost img {
    border-radius: 6px;
    width: 66px;
    height: auto;
}

.img-popbox {
    padding: 0;
    max-height: 55px;
    text-align: center;
}

.text-popbox .textpopboxtitle h3 {
    font-size: 12px;
    margin-top: 0px;
    max-height: 29px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    top: 0px;
    display: block;
    color: var(--color2);
}

.text-popbox {
    padding: 0px 0px 0 0px;
}

.text-popbox span {
    font-size: 11px;
    color: var(--color1);
    position: relative;
    top: 0px;
}

.sidebar-bax .search input {
    border: none;
    height: 39px;
    font-size: 12px;
    margin-bottom: 7px;
    width: 100%;
    background: #F3F3F3;
    border-radius: 5px;
    padding-right: 10px;
    font-family: 'PeydaWeb';
}

.sidebar-bax .search button {
    width: 100%;
    border: none;
    background: var(--color1);
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-family: 'PeydaWeb';
}

.mainblog {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    padding: 22px;
}

.mainblog h1,
.mainblog h2,
.mainblog h3,
.mainblog h4,
.mainblog h5,
.mainblog h6 {
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 15px;
    margin-top: 20px;
}

.mainblog h1 {
    font-size: 30px;
    font-family: 'PeydaWebextrabold'
}

.mainblog h2 {
    font-size: 24px;
    font-family: 'PeydaWebextrabold';
    color: #ff1d31 !important;
}

.mainblog h3 {
    font-size: 22px;
    font-family: 'PeydaWebextrabold'
}

.mainblog h4 {
    font-size: 19px;
    font-family: 'PeydaWebextrabold'
}

.mainblog h5 {
    font-size: 17px;
    font-family: 'PeydaWebextrabold'
}

.mainblog h6 {
    font-size: 15px;
    font-family: 'PeydaWebextrabold'
}


.mainblog p {
    font-size: 16px;
    line-height: 32px;
    color: #424242;
    text-align: center;
}

.mainblog li {
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    color: #424242;
}


.mainblog li:before {
    content: '';
    position: relative;
    width: 7px;
    height: 7px;
    background: var(--color1);
    display: inline-block;
    border-radius: 50px;
    margin-left: 10px;
}

.mainblog ul {
    margin: 10px 0;
}

blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    color: var(--color2) !important;
}

blockquote h2 {
    font-size: 27px !important;
}

blockquote h3 {
    font-size: 24px !important;
}

blockquote h4 {
    font-size: 21px !important;
}

blockquote h5 {
    font-size: 17px !important;
}

blockquote h6 {
    font-size: 15px !important;
}

blockquote {
    text-align: center;
    border: 2px solid var(--color1);
    padding: 30px 28px 35px 28px;
    border-radius: 20px;
    margin: 20px 20px 35px 20px;
    position: relative;
}

blockquote p {
    font-size: 13px;
    line-height: 23px !important;
    /* or 192% */
    text-align: center !important;
    color: #424242;
}

blockquote:before {
    content: '\f110';
    font-family: 'whclicon';
    background: white;
    width: 42px;
    height: 62px;
    position: absolute;
    right: 40px;
    bottom: -32px;
    font-size: 37px;
}

.tagblog {
    padding: 13px 70px 13px 20px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.tagblog span {
    position: absolute;
    right: 15px;
    font-size: 13px;
    color: #424242;
    top: 19px;
}

.tagblog a {
    background: #F0F0F0;
    padding: 7px 21px;
    font-size: 12px;
    display: inline-block;
    border-radius: 7px;
    margin-right: 6px;
    border: 1px solid #f0f0f0;
}

.tagblog a:hover {
    border: 1px solid var(--color1);
    background: transparent;
}

.realated .titlebox.titledinglepage {
    margin-bottom: 40px;
}

.realated {
    margin-top: 20px;
}

.titlebox.titledinglepage h3,
.titlebox.titledinglepage .titleboxsp {
    color: var(--color2);
}

div#intensivecare .intensivecaretitle {
    font-size: 30px;
}

.titlebox.titledinglepage h3 span,
.titlebox.titledinglepage .titleboxsp span {
    color: var(--color1);
}

.titlebox.titledinglepage p {
    font-size: 25px;
    color: #CBCBCB;
    margin-top: 6px;
}





ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #EBEBEB;
    margin: 0 auto 15px auto;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
}

ul.accordion-list li.active h3:after,
ul.accordion-list li.active span.titlelistaccordion:after,
ul.accordion-list li.active h4:after {
    transform: rotate(180deg);
    color: #fff;
}

ul.accordion-list li h3,
ul.accordion-list li span.titlelistaccordion,
ul.accordion-list li h4 {
    text-align: right;
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 19px 16px 47px;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: 0.5s;
}

ul.accordion-list li h3:after,
ul.accordion-list li span.titlelistaccordion:after,
ul.accordion-list li h4:after {
    content: "\f103";
    font-family: 'whclicon';
    position: absolute;
    left: 30px;
    top: 20px;
    color: var(--color2);
    transition: all 0.3s ease-in-out;
    font-size: 11px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6px 13px;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 6px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 2;
}

li.active h3 {
    background: var(--color1);
    color: #fff;
}

ul.accordion-list li h3,
ul.accordion-list li span.titlelistaccordion,
ul.accordion-list li h4 {
    font-weight: 400;
    font-size: 16px;
    border-right: 4px solid var(--color1);
    border-radius: 15px;
}

ul.accordion-list li h3:after,
ul.accordion-list li span.titlelistaccordion:after,
ul.accordion-list li h4:after {
    content: "\f103";
    font-family: 'whclicon';
    position: absolute;
    left: 25px;
    top: 17px;
    color: var(--color2);
    transition: all 0.3s ease-in-out;
    font-size: 11px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6px 13px;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 6px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 2;
    color: #424242;
}

li.active h3,
li.active .titlelistaccordion,
li.active h4 {
    background: var(--color1);
    color: #fff;
}

ul.accordion-list li h3,
ul.accordion-list li span.titlelistaccordion,
ul.accordion-list li h4 {
    font-weight: 400;
    font-size: 13px;
    border-right: 4px solid var(--color1);
    border-radius: 15px;
}

.faq,
div.comment {
    box-shadow: 0px 3px 13px rgb(232 232 232 / 60%);
    border-radius: 20px;
    padding: 22px;
    margin-top: 20px;
    display: flow-root;
}

.faq h5,
.comment h5,
.faq .titlehfive,
.comment .titlehfive {
    text-align: center;
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 30px;
    position: relative;
    display: block;
}

.faq h5:before,
.comment h5:before,
.faq .titlehfive:before,
.comment .titlehfive:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 25px;
    background: url(assets/images/diver2.png);
    background-size: contain;
    left: 0;
    background-position: 50%;
    background-repeat: repeat-x;
}

.text-popbox h5,
.text-popbox .textpopboxtitle {
    font-weight: 100;
    line-height: 16px;
    font-size: 4px !important;
    bottom: 0;
    position: relative;
    display: block;
}



.comment input {
    background: #F9F9F9;
    border-radius: 160px;
    border: none;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    font-family: 'PeydaWeb';
}

.comment textarea {
    background: #F9F9F9;
    border-radius: 10px;
    border: none;
    font-size: 12px;
    height: 130px;
    width: 100%;
    font-family: 'PeydaWeb';
    padding: 15px 15px;
}

.comment button#submit {
    border: none;
    background: var(--color1);
    padding: 8px 50px;
    color: #fff;
    font-weight: 100;
    border-radius: 35px;
    font-family: 'PeydaWeb';
    font-size: 14px;
    margin-top: 13px;
    float: left;
}

span.cmtitle i {
    margin-left: 6px;
    position: relative;
    top: 6px;
    font-size: 19px;
    color: var(--color1);
}

span.cmtitle {
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
    padding-right: 5px;
}


.cm1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.comment .float-right.mb-5 {
    text-align: left;
}

ul.comment-list {
    /* display: inline-grid; */
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    justify-items: end;
    align-items: center;
}

ul.comment-list .commentbox {
    margin: 25px 0;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    padding: 0px 0;
    overflow: hidden;
}

ul.comment-list li {
    width: 100%;
}

.name-date {
    text-align: center;
    background: #F9F9F9;
    display: block;
    padding: 9px 0;
    width: 100%;
}

.commenttext {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 31px;
    width: 100%;
    display: block;
}

.namecomment {
    color: var(--color1);
    font-size: 18px;
    position: relative;
    padding-right: 40px;
    display: inline-block;
    width: 50%;
    text-align: right;
}

.datecomment {
    font-size: 13px;
    direction: ltr;
    display: inline-block;
    width: 49%;
    text-align: left;
    padding-left: 20px;
}

.reply {
    background: var(--color1);
    border-radius: 50px;
    padding: 0px 40px;
    font-size: 12px;
    display: inline-block;
    margin-top: 12px;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.reply a {
    color: #fff;
}

i.agh-profile:before {
    content: '';
    position: absolute;
    background: url(assets/images/profile-circle.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 4px;
    background-size: 20px;
    right: 16px;
}


.comment-avatar {
    /* display: inline-flex; */
}

.datecomment i {
    float: revert;
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-left: 4px;
}

.comment ul.children {
    margin-top: 10px !important;
    padding-right: 60px;
}

li#comment-2 {}

.comment ul.children .commentbox {
    margin: 0;
    background: #FFE1E4;
    width: 100%;
}

ul.children .name-date {
    background: #FFCBCF;
}

ul.children li {
    margin-bottom: 13px;
}

/*=================single service=================*/
.titlelistbox {
    box-shadow: 0px 3px 13px rgb(232 232 232 / 60%);
    border-radius: 15px;
    overflow: hidden;
    padding: 30px 25px;
    margin-top: 25px;
    background: #fff;
}

.righttitlelist i {
    position: absolute;
    font-size: 33px;
    top: -4px;
    color: var(--color1);
    cursor: pointer;
}

.righttitlelist ul li {
    display: inline-block;
    padding-left: 35px;
    font-size: 15px;
}

.righttitlelist ul {
    padding-right: 60px;
    position: relative;
    top: 2px;
}

.righttitlelist ul li a {
    color: var(--color2);
}

.righttitlelist ul li a:hover {
    color: var(--color1);
}

.lefttitlelist {
    text-align: left;
    position: relative;
    padding-left: 50px;
    font-size: 30px;
}

.lefttitlelist i {
    font-size: 32px;
    position: absolute;
    left: 20px;
    top: 1px;
    color: var(--color1);
}

.lefttitlelist a {
    position: absolute;
    left: 0;
    padding-left: 61px;
    color: var(--color2);
    bottom: -15px;
}

.singleservisec {
    min-height: 2000px;
}

.titlelist {
    position: sticky;
    position: -webkit-sticky;
    top: 6px;
    mix-blend-mode: normal;
}

.surgicalinformationbox {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    justify-content: space-between;
}

.surgicalinformation:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: -20px;
    z-index: -1;
    background: linear-gradient(181.23deg, rgba(255, 255, 255, 0) 1.73%, rgba(206, 206, 206, 0.18) 98.95%);
}

.surgicalinformation {
    position: relative;
}

.scrltab {
    margin-top: 60px;
}

.rightscrltab li a {
    background: red;
    background: #F2F2F2;
    border-radius: 17px;
    padding: 20px 30px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.rightscrltab li a {
    color: var(--color2);
    position: relative;
}

.rightscrltab li a:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 50px;
    margin-left: 6px;
}

.rightscrltabbox {
    position: sticky;
    top: 110px;
    z-index: 9;
}

.cares .rightscrltabbox {
    top: 150px;
}

.rightscrltabtext {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
}

.leftscrltab {}

div#button {
    z-index: 999;
    position: relative;
}

.rightscrltabtext {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    padding: 22px;
}

.rightscrltabtext h1,
.rightscrltabtext h2,
.rightscrltabtext h3,
.rightscrltabtext h4,
.rightscrltabtext h5,
.rightscrltabtext h6,
.reaptitle {
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 10px;
}

.rightscrltabtext h1 {
    font-size: 30px;
}

.rightscrltabtext h2 {
    font-size: 24px;
}

.rightscrltabtext h3,
.reaptitle {
    font-size: 21px;
    background: #F2F2F2;
    border-radius: 12px;
    padding: 10px 10px;
    display: block;
}

.rightscrltabtext h4 {
    font-size: 19px;
}

.rightscrltabtext h5 {
    font-size: 17px;
}

.rightscrltabtext h6 {
    font-size: 15px;
}

.rightscrltabtext p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #424242;
}

.rightscrltabtext li {
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    color: #424242;
}


.rightscrltabtext li:before {
    content: '';
    position: relative;
    width: 7px;
    height: 7px;
    background: var(--color1);
    display: inline-block;
    border-radius: 50px;
    margin-left: 10px;
}

.rightscrltabtext ul {
    margin: 10px 0;
}

/*=================afterbefore=================*/


.afterbefore {
    margin: 20px 0;
}

.afterbeforebox {
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.owl-afterbefore .owl-stage-outer {
    padding: 20px 0;
    margin: 20px 0;
}

.afterbeforebox img {
    border-radius: 18px;
    width: 98% !important;
    display: block;
    margin: 0 auto;
    top: -20px;
    position: relative;
}

.afterbeforebox span {
    text-align: center;
    padding: 0px 0 8px 0;
    display: block;
    font-size: 15px;
    position: relative;
    top: -5px;
}

.owl-afterbefore .slide {
    width: 95%;
    margin: 0 auto;
}

p {}

.usercommentavatar {
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

.owl-usercomment .owl-stage-outer {
    padding: 30px 0;
}

.usercommentavatar p {
    padding: 20px 20px 0px 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #A5A5A5;
}

.btnavatar img {
    width: 50px !important;
    border-radius: 50px;
    margin: 7px auto;
    position: relative;
}

.btnavatar {
    text-align: center;
    position: relative;
    z-index: 0;
}

.btnavatar p {
    text-align: center;
    padding: 0 0 5px 0;
    position: relative;
    color: var(--color2);
}

.btnavatar:before {
    content: '';
    position: absolute;
    background: red;
    bottom: 0;
    height: 80%;
    width: 100%;
    left: 0;
    background: #F2F2F2;
    border-radius: 20px;
}

span {}

.btnavatar span {
    position: relative;
    font-size: 17px;
    color: var(--color1);
}

.Counselingsingle {
    background: var(--color2);
    padding: 20px 20px 0px 20px;
    border-radius: 20px;
    background-image: url(assets/images/dots.png);
    background-size: cover;
    background-position: -70px 0px;
}

.Counselingsingle p {
    color: #fff;
    line-height: 33px;
}

.Counselingsingle input.sub-form {
    background-image: -webkit-linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--color1) 50%, transparent 50%);
    width: 120px;
    padding: 0;
    min-height: 35px;
    float: left;
}

.Counselingsingle .rightCounseling h4,
.titleCounseling {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 700;
}

.Counselingsingle i {
    color: #fff;
}

.Counselingsingle span.labletext {
    color: #fff;
}

.Counselingsingle .field-block {
    margin: 0;
}

.Counselingsingle .rightCounseling {
    padding: 13px 15px;
}

.Counselingsingle .rightCounseling h4:before,
.titleCounseling:before {
    content: '';
    position: relative;
    width: 40px;
    height: 26px;
    display: inline-block;
    background: url(assets/images/logo.png);
    background-size: 100px;
    background-position: 40px 0px;
    margin-left: 10px;
    top: 5px;
    filter: brightness(0) invert(1);
}

.Counselingsingle .field-block textarea {
    height: 100px;
}

ul.accordion-list li:last-child {
    margin: 0
}

.singlepage:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 122, 133, 0.12) 0%, rgba(255, 122, 133, 0) 100%);
    width: 100%;
    height: 200px;
    /* top: 0; */
}

.singlepage .titlebox.titlecenter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-container {
    margin-bottom: 20px;
    text-align: center;
}

.tab-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    justify-content: space-evenly;
}

.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
}

.tab-menu ul li div.tab-a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    text-align: center;
}

.tab {
    display: none;
}

.tab h2 {
    color: rgba(0, 0, 0, .7);
}

.tab p {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.tab-active {
    display: block;
}

.tab-a img {
    margin: 0 auto;
    display: block;
    height: 40px;
    width: auto;
}

span.icofaq {
    background: #EBEBEB;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    transition: 0.5s;
}

span.titlefaq {
    margin-top: 7px;
    display: block;
    transition: 0.5s;
    background: #fff;
    padding: 17px 55px;
    border-top: 2px solid #FF7A85;
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: var(--color2);
}

.tab-a.active-a span.icofaq {
    background: var(--color1);
}

.tab-a.active-a span.icofaq img {
    filter: brightness(0) invert(1);
}

.tab-a.active-a span.titlefaq {
    color: var(--color1);
}



span.titlefaq:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 3px;
    height: 3px;
    left: 10px;
    border-radius: 50px;
    top: 10px;
}

.tab-a.active-a span {
    background: var(--color1);
    color: #fff !important;
}

.tab-a.active-a span.titlefaq:before {
    background: #fff;
}



/*=================gallery=================*/

.gallery a {
    width: 24%;
    display: inline-flex;
    margin: 5px 4px;
    border-radius: 15px;
    overflow: hidden;
}

.gallery {
    margin: 40px 0;
}

a.gallery-item:before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 122, 133, 0) 0%, #FF7C86 100%);
    transition: 0.4s;
    height: 0;
    bottom: 0;
}

a.gallery-item {
    position: relative;
}

a.gallery-item:hover:before {
    height: 100%;
}

a.gallery-item span {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    top: 28%;
    opacity: 0;
    transition: 0.5s;
}

a.gallery-item span i {
    display: block;
    font-size: 50px;
    top: 17px;
    position: relative;
}

a.gallery-item:hover span {
    opacity: 1;
    top: 18%;
}

.moregallery {
    margin-top: 80px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.moregallery h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.moregallery:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    background: url(assets/images/diver.png);
    top: -60px;
    right: 0;
    margin: 0 auto;
    background-size: cover;
}




/*=================singlegallery=================*/

.bal-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    overflow: hidden;
    min-height: 320px;
}

.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: auto;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bal-beforePosition {
    background: #121212;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.bal-afterPosition {
    background: #121212;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.bal-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.bal-handle::after {
    top: 50%;
    margin-top: 20.5px;
    box-shadow: 0 0 5px rgb(12, 12, 12);
}

.bal-handle::before,
.bal-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}

.singlegallery .titleblogbox {
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.singlegallery .titleblogbox .col-lg-7 {
    padding: 20px 15px 20px 45px;
}

.cta .col-lg-6 {
    padding: 0;
}

.cta .col-lg-6:first-child {
    padding-left: 15px;
}

.cta .col-lg-6:last-child {
    padding-right: 15px;
}

.singlegallery .cta {
    margin: 40px 0;
}


/*=================contact=================*/


.mapbox iframe {
    border-radius: 15px;
    width: 100%;
    height: 220px;
}

.datact {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px 0px 20px;
    background: #FFFFFF;
    /* shadow1 */
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
}

.col-lg-6.map-data {
    position: relative;
}

.datact li {
    padding-right: 30px;
    position: relative;
    margin: 13px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 13px;
}

.datact li i {
    position: absolute;
    right: 0;
    color: var(--color1);
    font-size: 19px;
    top: 7px;
}

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

.datact li h6 {
    font-size: 16px;
    font-weight: 100;
    font-weight: bold;
    margin-bottom: 5px;
}

.datact li span,
li.emailct a {
    display: block;
    font-size: 14px;
    color: var(--color2);
    padding-bottom: 7px;
}

li.phonect a {
    font-size: 22px;
    font-weight: bold;
    color: var(--color1);
    display: block;
    text-align: left;
}

li.phonect i {
    top: 0px;
}

.ctformbox {
    /* height: 540px; */
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgb(232 232 232 / 60%);
    border-radius: 20px;
    display: grid;
}

.titlectform {
    padding: 21px 50px 13px 50px;
    position: relative;
}

.titlectform i {
    position: absolute;
    right: 20px;
    color: var(--color1);
    font-size: 19px;
    top: 36px;
}

.titlectform h3 {
    font-weight: 400;
    font-size: 14px;
    color: #a1a1a1;
}

.blog {
    position: relative;
    z-index: 1;
}

.titlectform h2 {
    font-size: 19px;
}

.contactpage .field-block input {
    width: 100%;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    font-family: 'PeydaWeb';
    padding-right: 30px;
}

.contactpage .field-block textarea {
    width: 100%;
    padding: 13px 0;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    font-family: 'PeydaWeb';
    padding-right: 30px;
    height: 200px;
}

.contact-us-form {
    padding: 0 20px;
}

.contactpage .field-block i {
    position: absolute;
    top: 15px;
    color: var(--color1);
}

.contactpage .field-block {
    margin-bottom: 10px;
    position: relative;
}

input.sub-form {
    background-color: var(--color1);
    width: 130px;
    padding: 10px 0;
    float: left;
    border-radius: 10px;
    color: #fff;
}

.contactpage p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #6c6c6c;
    line-height: 2;
}

.ctform input,
.ctform textarea {
    border-radius: 0;
    max-height: 185px;
}

.ctform input.sub-form {
    border-radius: 50px;
    background-color: unset;
    width: 130px;
    padding: 0;
}

.socialboxcontact {
    background: #01214F;
    border-radius: 10px;
    color: #fff;
    padding: 6px 60px 7px 10px;
    position: relative;
    margin: 13px 0;
}

.socialboxcontact i {
    position: absolute;
    font-size: 35px;
    right: 10px;
    top: 21px;
}

.socialboxcontact p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    color: #fff;
    bottom: 3px;
    position: relative;
}

.socialboxcontact.aparatcontact {
    background: var(--color1);
}

.socialboxcontact.aparatcontact i {
    font-size: 41px !important;
    top: 18px;
}

.socialboxcontact span {
    font-size: 23px;
}

/*=================404=================*/

.lefterrorpage img {
    position: relative;
    top: 10px;
}

.row.errorpagebox {
    padding-top: 50px;
}

.righterrorpage h1 {
    font-weight: 700;
    font-size: 185px;
    height: 190px;
}

.righterrorpage {
    text-align: center;
    padding-top: 110px;
}

.righterrorpage h2 {
    font-size: 35px;
    margin-top: 10px;
}

.righterrorpage p {
    font-size: 19px;
    margin-top: 20px;
}

.righterrorpage ul li {
    position: relative;
    display: inline-block;
    padding: 0 12px;
}

.righterrorpage ul li a {
    padding: 0px 10px;
    color: var(--color1);
}

.righterrorpage ul {
    margin-top: 25px;
}

.righterrorpage ul li:before {
    content: '';
    position: absolute;
    background: var(--color2);
    width: 5px;
    height: 5px;
    left: -3px;
    border-radius: 50px;
    top: 10px;
}

.righterrorpage ul li:last-child:before {
    display: none;
}

/*=================about=================*/

.abouttext {
    font-size: 16px;
    line-height: 40px;
    color: #424242;
}

.aboutpage.singlepage .titlebox.titlecenter {
    margin-bottom: 50px;
}

.col-lg-12.abouttext {
    margin-top: 10px;
}

.moreservices.servicesabout {
    padding: 90px 0;
    background: #F3F3F3;
    position: relative;
    margin: 30px 0;
}

.moreservices.servicesabout:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    background: url(assets/images/topbg1.png);
    background-size: cover;
    top: 0;
}

.moreservices.servicesabout:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    background: url(assets/images/topbg2.png);
    background-size: cover;
    bottom: 0;

}

.doctor .titlebox {
    margin-bottom: 50px;
}


.doctor-box {
    box-shadow: 0px 2px 7px rgb(0 0 0 / 10%);
    padding: 14px;
    border-radius: 15px;
    transition: 0.5s;
    margin-bottom: 30px;
    padding-top: 177px;
    position: relative;
    display: flex;
    text-align: center;
}

.doctor-box .doctor-box-img {
    border-radius: 17px;
    overflow: hidden;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 94%;
    display: grid;
}


.doctor-box h6 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
    color: var(--color2);
    transition: 0.5s;
    text-align: right;
}

.doctor-box p {
    margin-top: 5px;
    color: #424242;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
    text-align: initial;
}

.doctor-box-img:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    transition: 0.5s;
    background: linear-gradient(180deg, rgba(255, 142, 151, 0) 0%, #e75480 100%);
}

.doctor-box:hover .doctor-box-img:after {
    height: 100%;
}

.doctor-box-img:before {
    content: '';
    width: 210px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0 auto;
    left: 0;
    background: url(assets/images/logo.png) no-repeat;
    height: 100px;
    transition: 0.5s;
    filter: brightness(0) invert(1);
    background-size: 100%;
    z-index: 2;
    opacity: 0;
}

.doctor-box:hover .doctor-box-img:before {
    opacity: 1;
    top: 70px;
}


.doctor-box:hover {
    box-shadow: 0px 0px 13px 8px #67676721;
}

.doctor-box:hover h6 {
    color: var(--color1);
}


span.moredoctor {
    border-radius: 35px;
    background: var(--color1);
    padding: 8px 28px;
    color: #fff;
    /* margin-left: 13px; */
    position: absolute;
    font-size: 12px;
    /* overflow: hidden; */
    /* margin-bottom: 0px; */
    /* display: inline-flex; */
    /* float: left; */
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto;
}

.doctor-box h6 span {
    font-size: 11px;
    color: var(--color1);
}

.doctortitle h1 {
    font-size: 43px;
    font-family: 'PeydaWebsemibold';
}

.doctortitle {
    margin: 30px 0;
    position: relative;
}

.doctortitle span {
    border: 1px solid var(--color1);
    padding: 3px 9px;
    display: inline-block;
    margin: 0px 5px;
    font-size: 12px;
    border-radius: 50px;
}

.doctortitle a {
    position: absolute;
    left: 0;
    top: 10px;
    background: #01214F;
    border-radius: 40px;
    color: #fff;
    padding: 9px 40px;
    font-size: 14px;
}

.scrltab.doctortab .rightscrltabbox {
    top: 10px;
}

.Counselingsingle.doctorCounseling {
    margin: 40px 0;
}

.Counselingsingle.doctorCounseling h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.Counselingpageright {
    padding: 30px;
    background: #FFFFFF;
    /* shadow1 */
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    font-size: 13px;
    line-height: 34px;
    color: #424242;
}

.Counselingpage.singlepage .titlebox.titlecenter {
    margin-bottom: 50px;
}



.Counselingpage.singlepage .socialboxcontact {
    margin: 2px 0;
    background: #E6E6E6;
}

.Counselingpage.singlepage .soccontact {
    margin-top: 11px;
}

.Counselingpage.singlepage .col-md-6:nth-child(odd) {
    padding-left: 5px;
}

.Counselingpage.singlepage .col-md-6:nth-child(even) {
    padding-right: 5px;
}

.socialboxcontact.phonecontact,
.socialboxcontact.aparatcontact {
    /* color: var(--color2); */
}

.socialboxcontact.phonecontact i {
    font-size: 40px !important;
}

.soccontact .socialboxcontact.phonecontact p,
.soccontact .socialboxcontact.phonecontact i,
.soccontact .socialboxcontact.phonecontact span,
.soccontact .socialboxcontact.aparatcontact p,
.soccontact .socialboxcontact.aparatcontact i,
.soccontact .socialboxcontact.aparatcontact span {
    color: var(--color2);
}

.socialboxcontact.phonecontact2 {
    background: var(--color1) !important;
}

.Counselingpage.singlepage .socialboxcontact.instacontact {
    background: var(--color1) !important;
}

.contactpage .soccontact .socialboxcontact p,
.contactpage .soccontact .socialboxcontact span,
.contactpage .soccontact .socialboxcontact i {
    color: #fff;
}

.Counselingpageleft {
    padding: 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgb(232 232 232 / 60%);
    border-radius: 20px;
}

.Counselingpageleft {}

span.formtitle {
    color: var(--color1);
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    padding-right: 20px;
}

.Counselingpageleft input.input-text,
.Counselingpageleft textarea.textarea-field {
    background: #F0F0F0;
}

input.input-text {}

.Counselingpageleft textarea.textarea-field {
    min-height: 180px;
}

.Counselingpageleft .contact-us-form {
    margin: 0;
}

.Stepscaregivers {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    overflow: hidden;
}

.Stepscaregivers h3 {
    background: #EEEEEE;
    padding: 14px 10px;
    padding-right: 54px;
    font-size: 14px;
    position: relative;
    color: var(--color1);
    border-radius: 20px;
    margin-bottom: 10px;
}

.Stepscaregivers h3 i {
    position: absolute;
    right: 20px;
    font-size: 26px;
    color: #D3D3D3;
    top: 11px;
}

.Stepscaregivers ul {
    padding: 0px 20px 15px 20px;
    position: relative;
}

.Stepscaregivers ul li span {
    background: var(--color2);
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    padding: 9px 0;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: 3px;
}

.Stepscaregivers ul li {
    margin: 24px 0;
}

.Stepscaregivers ul li a {
    padding: 0;
    background: transparent;
}

.Stepscaregivers ul li a:before {
    display: none;
}

.Stepscaregivers ul:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 97%;
    background: lightgrey;
    top: -36px;
    right: 33px;
}

.intensivecare {
    background: rgba(255, 122, 133, 0.13);
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    padding: 10px 30px;
    margin-top: 20px;
}

.intensivecare .titlebox.titledinglepage h3 {
    color: var(--color2);
}

.intensivecare .titlebox.titledinglepage p {
    color: var(--color2);
}

.intensivecare p {
    font-size: 14px;
    line-height: 33px;
    text-align: justify;
    color: #424242;
    margin-top: 10px;
}

.Complicationsbox {
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    margin-top: 20px;
    padding: 25px;
}

.Complicationsbox h2 {
    color: var(--color1);
}

.Complicationsbox p {
    font-size: 15px;
    line-height: 32px;
    color: #424242;
}



.agh-pagination {

    width: 100%;

    font-size: 17px;

    text-align: center;

    /* padding: 40px 0; */

    display: inline-flex;

    margin: 0 auto;

    justify-content: center;
}



.agh-pagination .agh-inner-page-numbers {

    position: relative;

    display: inline-block;

    padding: 0 0.7%;

}



.agh-pagination .current {

    color: #ffffff;

    font-weight: 500;

    /* font-size: 18px; */

    background: var(--color1);
}







.agh-pagination span,
.agh-pagination a {

    padding: 5px 9px;

    border: 1px solid;

    border-radius: 8px;

    height: 30px !important;

    width: 30px !important;

    margin: 0px 5px;

    font-size: 14px;

    color: #b1b1b1;
}



a.next.page-numbers,
a.prev.page-numbers {

    font-size: 0;

    position: relative;

}



a.next.page-numbers:before {
    content: '';
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    width: 7px;
    height: 7px;
    box-shadow: black;
    position: absolute;
    /* background: white; */
    right: -3px;
    transform: rotate(135deg);
    left: 0;
    bottom: 11px;
    margin: 0 auto;
}

a.prev.page-numbers:before {
    content: '';
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    width: 7px;
    height: 7px;
    box-shadow: black;
    position: absolute;
    /* background: white; */
    right: 3px;
    transform: rotate(310deg);
    left: 0;
    bottom: 10px;
    margin: 0 auto;
}

a.next.page-numbers:hover,
a.prev.page-numbers:hover,
.agh-pagination a:hover {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
}

form#commentform {
    display: block;
}

.when_login input#submit {
    width: 130px;
    background: var(--color1);
    color: #fff;
}

li.phonect p {
    color: var(--color2);
    font-size: 13px;
}

.socialboxcontact.phonecontact2 i,
.socialboxcontact.phonecontact2 a {
    color: #fff;
}

.socialboxcontact.instacontact a {
    color: #fff;
}

.singleblog .titleblogbox {
    margin-bottom: 20px;
}

.searchquery {
    margin: 40px 0;
}

.catpageblog {
    margin: 80px 0;
}

span.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

span.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
}

.mainblog img {
    width: auto;
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

b,
strong {
    font-family: 'PeydaWebextrabold';
}

.owl-brand img {
    width: 60% !important;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: 0.5;
}

.owl-brand span.owl-prev {
    left: -30px;
    bottom: -15px;
}

.owl-brand span.owl-next {
    right: -30px;
    bottom: -15px;
}

.realated .owl-usercomment .blog-box {
    width: 96%;
    margin: 0 auto;
    direction: rtl;
}

.realated .blog-box:hover {
    box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
}

.sidebar-bax {
    position: sticky;
    top: -160px;
}

.mainblog a,
.titleblogbox a,
.answer a {
    background-image: linear-gradient(-225deg, #424242 0%, #424242 29%, #e75480 67%, #e75480 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-family: 'peydawebsemibold'
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

span.doctor a,
span.cat a,
.tagblog a {
    animation: none;
    background-image: unset;
    color: #424242;
    -webkit-text-fill-color: unset;
    font-weight: 100;
    font-family: 'peydaweb';
}

span.threecta1title1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
}

.threecta3 span {
    font-size: 30px;
    text-align: right;
    display: block;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
}

.singleservisec .cta1 span.shakeic {
    font-size: 80px;
}

.singleservisec .cta2 span.shakeic {
    font-size: 80px;
}

.singleservisec .cta1 {}

.singleservisec .cta2 {
    /* padding-right: 120px; */
}

.singleservisec .cta2 p,
.singleservisec .cta1 p {
    font-size: 14px;
}

.singleservisec .cta1 h5,
.singleservisec .cta1title {
    font-size: 32px;
}

.singleservisec .cta2 h5,
.singleservisec .cta2title {
    font-size: 27px;
    margin-bottom: 6px;
}

.go-top {
    right: 20px;
    bottom: 20px;
    color: #FAFAFA;
    text-decoration: none;
    background: var(--color1);
    padding: 8px;
    border-radius: 45px;
    position: fixed;
    height: 50px;
    width: 50px;
    font-size: 34px;
    z-index: 9999;
}

a.go-top:hover {
    color: #fff;
    background: var(--color2);
}

.sidebtnmob {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--color2);
    z-index: 999;
    padding: 4px 16px;
    display: none;
}

.col-lg-3.sidebtnbox {
    width: 25%;
    text-align: center;
}

.sidebtnmob a span {
    padding-top: 30px;
    display: block;
    font-size: 13px;
}

.sidebtnmob a i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
    font-size: 20px;
}

.col-lg-3.sidebtnbox a {
    color: #fff;
}

i.agh-cosmetic-surgery {
    font-size: 24px !important;
}

.header.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 10px 0 0 0;
    border-top: 2px solid var(--color1);
    min-height: 130px;
}

p#breadcrumbs {
    padding: 10px 0 10px 0;
}

.realated .owl-nav {
    display: none;
}

li.comment form#commentform .cm1 {
    display: inline-block;
    width: 90%;
    text-align: right;
}


li.comment form#commentform {
    text-align: center;
    margin: 0 auto;
}

.afterbefore span.owl-prev {
    height: 20px;
    width: 20px;
}

.afterbefore span.owl-next {
    height: 20px;
    width: 20px;
}

.afterbefore .nav-button.owl-next:before {
    top: 14px;
    right: 0;
}

.afterbefore .nav-button.owl-prev:before {
    left: -10px;
}

.mainmenu ul li ul ul {
    right: 160px;
    opacity: 0 !important;
    top: 0;
    visibility: hidden !important;
}

.mainmenu ul li ul li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
}

header ul ul li.menu-item-has-children:before {
    transform: rotate(90deg);
    left: 10px;
    top: 13px;
}

h2.gform_title {
    display: none;
}

input#gform_submit_button_1 {
    position: relative;
    height: auto;
    width: auto !important;
    background-color: var(--color1) !important;
    width: 130px !important;
    padding: 10px 0 !important;
    float: left !important;
    border-radius: 10px !important;
    color: #fff !important;
}

form#gform_1 input,
form#gform_1 textarea {
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    border: none;
    font-family: PeydaWeb;
    padding: 6px 10px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
    font-size: 11px;
    direction: rtl !important;
    background: #e6e6e6;
}

form#gform_1 textarea {
    border-radius: 20px;
    height: 140px;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {}

form#gform_1 label,
form#gform_1 legend {
    font-weight: 100;
    font-size: 13px;
    margin: 0;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0px !important;
}

form#gform_1 label:before,
form#gform_1 legend:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: whclicon;
    top: 5px;
    color: var(--color1);
    font-size: 17px;
    margin-left: 2px;
}

form#gform_1 {
    margin-top: 30px;
}

p.gform_required_legend {
    display: none;
}

.name-agh legend:before {
    content: '\f106' !important;
}

.phone-agh label:before {
    content: '\f101' !important;
    transform: rotate(255deg);
    top: 10px !important;
}

.services-agh label:before {
    content: '\f107' !important;
}

.comment-agh label:before {
    content: '\f108' !important;
}

.gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

.gform_ajax_spinner {
    display: none
}


.leftCounseling form#gform_1 input,
.leftCounseling form#gform_1 textarea {
    background: #fff;
}

.singleservisec form#gform_1 label,
.singleservisec form#gform_1 legend,
.singleblog form#gform_1 legend,
.singleblog form#gform_1 label {
    color: #fff;
}

.singleservisec form#gform_1 label:before,
.singleservisec form#gform_1 legend:before,
.singleblog form#gform_1 label:before,
.singleblog form#gform_1 legend:before {
    color: #fff;
}

.singleservisec .contact-us-form {
    padding: 0;
}

.singleservisec form#gform_1,
.singleblog form#gform_1 {
    margin-top: 0px !important;
}

.mainblog h4,
.mainblog h5,
.mainblog h6 {
    color: var(--color2) !important;
}

.catpageblog .blog-box {
    margin-bottom: 70px;
}

.Complicationsbox li:before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: var(--color1);
    border-radius: 50px;
    margin-left: 8px;
}

.Complicationsbox li {
    font-size: 15px;
    line-height: 38px;
    color: #424242;
}

.child-menu-btn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #e7e7e7;
    width: 40px;
    height: 100%;
    text-align: center;
}

.menu-content ul li ul {
    display: none;
}

.child-menu-btn:before {
    content: '+';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4px;
    color: #a4a4a4;
}

table,
th,
td {
    border: 1px solid;
    padding: 0 11px;
    text-align: center;
}

table {
    margin: 0 auto;
}

tr:first-child {
    background: #eaeaea;
    padding: 10px 0;
}

.owl-bloghome .owl-stage-outer {
    padding: 40px 0;
}

.owl-bloghome .owl-stage-outer .blog-box {
    width: 96%;
    margin: 0 auto;
}

.owl-bloghome span.owl-prev {
    bottom: -15px;
    left: -50px;
}

.owl-bloghome span.owl-next {
    bottom: -15px;
    right: -50px;
}

.owl-spcblog span.owl-prev {
    bottom: -15px;
    left: -50px;
}

.owl-spcblog span.owl-next {
    bottom: -15px;
    right: -50px;
}

.home .cta {
    margin: 0;
}

.boxfooter2>span {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
}

a.moremobile {
    width: 40%;
    text-align: center;
    margin: auto;
    float: none;
    display: flow-root;
    padding: 9px 30px;
    border-radius: 60px;
    color: var(--color1);
    font-size: 13px;
    border: 1px solid var(--color1);
    margin-top: 10px;
    display: none;
}

.ctform label.gfield_label.gform-field-label {
    display: none !important;
}

.ctform .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 20px;
}

.ctform .gform_wrapper.gravity-theme .gfield input,
.ctform .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 12px !important;
}


.ctform input#gform_submit_button_3 {
    border-radius: 50px;
    background-color: unset;
    width: 130px;
    padding: 0;
    background: var(--color1);
    display: inline-block;
    margin-left: 20px;
}


.ctform .gform-body.gform_body {
    margin-bottom: 30px;
}

a.gotocomment {
    right: 20px;
    bottom: 80px;
    color: #FAFAFA;
    text-decoration: none;
    background: var(--color2);
    padding: 11px;
    border-radius: 45px;
    position: fixed;
    height: 50px;
    width: 50px;
    font-size: 27px;
    z-index: 9999;
    display: none;
}

#ez-toc-container .ez-toc-toggle label,
#ez-toc-container label.cssicon,
#ez-toc-widget-container label.cssicon {
    margin: 0;
}

div#ez-toc-container p.ez-toc-title {
    position: relative;
    font-size: 14px;
    line-height: 2.5;
}

div#ez-toc-container {
    background: #f2f2f2;
    border: none;
    width: 100%;
    border-radius: 11px;
    overflow: hidden;
}



ul.ez-toc-list.ez-toc-list-level-1 {}

a.ez-toc-link {
    font-size: 12px;
    font-weight: inherit;
    padding: 4px 0;
}

.ez-toc-title-container {}

#ez-toc-container a:hover {
    text-decoration: none;
}

ul.ez-toc-list {
    padding: 1px 1px !important;
    margin: 10px 0px !important;
    border-radius: 10px;
}

input#item-64a1db6d46407 {
    display: none;
}

ul.rmp-rating-widget__icons-list.js-rmp-rating-icons-list li:before {
    display: none;
}

.datapost {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    padding: 13px 20px 11px 20px;
    margin-top: 20px;
    font-size: 14px;
}

.datapost div {
    border-left: 1px solid #d8d8d8;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 8px;
    font-weight: bold;
    color: #616161;
}

.datapost div span {
    font-weight: 100;
    padding-right: 4px;
}

.post-views {
    PADDING: 0 !IMPORTANT;
    BORDER: NONE !IMPORTANT;
}

span.post-views-label {
    font-weight: bold !important;
}

.datapost3 {
    border: none !important;
}

.comment-list>li.comment {
    display: none;

}

li.comment.showw {
    display: grid;
}

span#loadMore {
    display: block;
    text-align: center;
    width: 100%;
    color: var(--color1);
    cursor: pointer;
    transition: 0.5s;
}

span#loadMore i {
    font-style: normal;
    margin-left: 5px;
}

span#loadMore:hover {
    color: var(--color2);
}

div#respond img {
    width: 120px;
}

input#captcha_code {
    width: 25%;
    border: 1px solid var(--color2);
    background: whitesmoke;
}

p#wait_approval {
    color: #fff;
    background: var(--color1);
    border-radius: 10px;
    padding: 10px !important;
    margin: 20px 0;
}

.gform_confirmation_message {
    color: #01214f;
    background: #fff;
    padding: 10px 10px;
    border-radius: 12px;
    font-weight: bold;
}

.catdescpage {
    padding: 10px 0 0px 0;
}