@charset "utf-8";
/*
  ************************************************************************
  * STYLE font-family: 'Work Sans', sans-serif;
  ************************************************************************
*/
:root {
    --color-01: #87c121; /* + */
    --color-02: #efa734; /* + */
    --color-03: #717b81; /* + */
    --color-04: #8c949e; /* + */
    --color-05: #bfe852; /* + */
    --color-06: #eff2f6; /* + */
    --color-07: #9c9c9c; 
    --color-08: #071224; 
    --color-09: #464646; 
    --color-10: #fbecff; 
    --text-color: #454545; /* + */
    --font-size: 16px; /* + */
    --font-family: 'Work Sans', sans-serif;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #ececec; /* + */
    --header-height: 190px;
    --wrapper-width: 1320px; /* 1350 */
    --wrapper-padding: 30px;
}
html.index, body.index { height:100%; position:relative; }
html { line-height: normal; }
.responsive-img { vertical-align:bottom; }
a { cursor:pointer; }
h1, h2, h3, h4, h5, h6 { line-height:normal; }
body { color:var(--text-color); font-size:var(--font-size); font-family:var(--font-family); }
.compensate-for-scrollbar { margin-right:0 !important; } /* fancybox active */

.wrapper { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); margin-left:auto; margin-right:auto; padding-left:var(--wrapper-padding); padding-right:var(--wrapper-padding); position:relative; }

.float-buttons { display:flex; flex-direction:column; justify-content:center; position:absolute; right:6%; /*top:50%;*/ bottom:3%; z-index:1; transform:translateY(-50%); }
.float-buttons a { width:50px; height:50px; display:block; overflow:hidden; margin-bottom:5px; /*padding:10px 13px;*/ color:var(--white-color); font-size:15px; line-height:50px; position:relative; border-radius:50px; background-color:var(--color-02); /*box-shadow:0px 0px 25px 0px rgba(18,194,193,0.3);*/ transition:.5s; transition-property:width; }
.float-buttons a > img { position:absolute; top:10px; left:10px; }
.float-buttons a > i { width:50px; height:50px; text-align:center; font-size:22px; line-height:50px; position:absolute; left:0; }
.float-buttons a > strong { display:inline-block; position:absolute; left:50px; }
.float-buttons a:nth-child(2) { background-color:var(--color-01); }
.float-buttons a:nth-child(3) { margin-bottom:0; background-color:#0cbc84; }
.float-buttons:hover a { width:200px; }
.float-icons { width:33px; position:absolute; left:5.5%; bottom:50px; z-index:1; }
html[lang="ar"] .float-buttons  { left:6%; right:auto; }

.mobile-contact { width:100%; display:none; margin:0px; padding:0px; list-style:none; text-align:center; position:fixed; left:0px; bottom:0px; z-index:2; }
.mobile-contact > li { width:33.3%; display:inline-block; vertical-align:top; background-color:#00c7ca; }
.mobile-contact > li.whatsapp { background-color:#27bc80; }
.mobile-contact > li.instagram { background-color:#f85f89; }
.mobile-contact > li.map { background-color:#4285F4; }
.mobile-contact > li > a { display:block; color:var(--white-color); font-size:13px; font-weight:600; line-height:40px; cursor:pointer; }

.social-media { margin:0; padding:0; list-style:none; text-align:center; }
.social-media > li { display:inline-block; margin-left:2px; margin-right:2px; text-align:center; vertical-align:top; }
.social-media > li > a { width:33px; height:33px; display:inline-block; overflow:hidden; color:var(--color-03); font-size:17px; line-height:31px; border:1px solid var(--color-03); border-radius:50%; }
/*.social-media > li > a.facebook { color:#396ab5; border-color:#396ab5; }
.social-media > li > a.instagram { color:#9916cf; border-color:#9916cf; }
.social-media > li > a.linkedin { color:#0077b5; border-color:#0077b5; }
.social-media > li > a.google { color:#f1a318; border-color:#f1a318; }
.social-media > li > a.youtube { color:#f50d34; border-color:#f50d34; }*/

.link-btn { display:inline-block; overflow:hidden; padding:16px 26px; vertical-align:top; color:var(--white-color); font-size:16px; font-weight:400; border-radius:30px; border:2px solid var(--color-01); background-color:var(--color-01); /*box-shadow:0px 0px 15px 0px rgba(45,49,146,0.3);*/ }
.link-btn i { margin-left:10px; font-size:20px; }

.sidenav-trigger { direction:ltr; height:inherit; display:inline-block; overflow:hidden; float:right; color:var(--black-color); font-size:18px; line-height:20px; position:relative; z-index:3; /*background-color:var(--color-01);*/ }
.sidenav-trigger > strong { display:inline-block; margin-right:10px; vertical-align:top; font-weight:400; }
.sidenav-trigger > span { width:33px; height:20px; display:inline-block; overflow:hidden; position:relative; }
.sidenav-trigger > span span { width:100%; height:2px; display:block; overflow:hidden; background-color:var(--black-color); position:absolute; left:0; top:0; }
.sidenav-trigger .middle { top:9px; }
.sidenav-trigger .bottom { top:18px; }

.brand { display:inline-block; overflow:hidden; text-align:center; color:var(--black-color); font-size:16px; }
.brand > strong { display:block; color:var(--color-01); font-size:28px; font-weight:700; }
.brand > span { display:block; }

.languages { overflow:hidden; margin:0; padding:0; list-style:none; text-align:center; }
.languages > li { display:inline-block; margin-left:5px; vertical-align:top; line-height:normal; }
.languages > li > a { display:inline-block; }

.header { height:var(--header-height); position:relative; z-index:7; border-bottom:1px solid var(--border-color); background-color:var(--white-color); /*box-shadow:0px 0px 20px 0px rgba(0,0,0,0.7);*/ }
.header .top-area { border-bottom:1px solid var(--border-color); }
.header .brand { display:inline-block; overflow:hidden; position:absolute; left:var(--wrapper-padding); top:15px; z-index:7; }
.header .languages { float:right; margin-top:47px; }
.header .social-media { float:right; margin-top:40px; margin-bottom:35px; margin-left:35px; }
.header .phone { direction:ltr; display:flex; align-items:center; overflow:hidden; float:right; margin-top:20px; color:var(--color-01); font-size:22px; font-weight:500; position:relative; z-index:3; }
.header .phone img { margin-right:5px; }
.header .button-list { overflow:hidden; float:right; margin:0; margin-top:30px; margin-left:35px; padding:0; list-style:none; }
.header .button-list > li { display:inline-block; overflow:hidden; margin-right:5px; vertical-align:top; }
.header .button-list > li a { padding:16px 26px; color:var(--white-color); font-size:16px; font-weight:500; }
.header .button-list > li:first-child a { border-color:var(--color-02); background-color:var(--color-02); }
.header .sidenav-trigger { display:none; position:absolute; right:var(--wrapper-padding); top:138px; }

.navigation { width:auto; height:auto; padding:0; text-align:left; line-height:normal; position:relative; top:25px; z-index:2; background-color:transparent; }
.navigation .menus { display:inline-block; margin:0; padding:0; list-style:none; }
.navigation .menus > li { display:inline-block; float:none; text-align:left; position:relative; }
.navigation .menus > li + li:before { width:30px; height:1px; display:inline-block; vertical-align:middle; content:""; }
.navigation .menus > li.active { background-color:transparent; }
.navigation .menus > li > a, .navigation .menus > li > span { display:inline-block; padding:0; vertical-align:top; color:var(--black-color); font-size:19px; font-weight:400; position:relative; z-index:1; background-color:transparent; }
.navigation .menus > li > a > strong { font-weight:700; position:relative; z-index:1; }
.navigation .menus > li > span > i { height:auto; margin-left:5px; color:var(--black-color); }
.navigation .menus > li:hover > a, .navigation .menus > li.active > a, .navigation .menus > li:hover > span, .navigation .menus > li.active > span { color:var(--color-01); }
/*.navigation .menus > li.active:before, .navigation .menus > li:hover:before { background-color:var(--color-01); }*/
.navigation .dropdown-content { width:410px !important; padding:30px 30px 30px 30px; position:absolute; top:40px !important; left:0px !important; z-index:1; border:1px solid var(--border-color); /*border-top:5px solid var(--color-02);*/ background-color:var(--white-color); box-shadow:0px 0px 20px 0px rgba(0,0,0,0.1); /*transition:.5s; transition-property:display;*/ }
.navigation .dropdown-content ol, .navigation .dropdown-content ul { margin:0; padding:0; list-style:none; }
.navigation .dropdown-content li { min-height:inherit; float:none; margin-bottom:5px; line-height:normal; position:relative; z-index:1; }
.navigation .dropdown-content li a { min-height:inherit; display:block; overflow:hidden; margin:2px 0px; padding:0px; color:var(--black-color); font-size:17px; font-weight:400; line-height:normal; position:relative; background-color:transparent; }
.navigation .dropdown-content li a > strong { display:inline-block; overflow:hidden; font-weight:700; }
.navigation .dropdown-content li a > i { width:15px; height:auto; float:none; margin:0; }
/*.navigation .dropdown-content li a > span { display:inline-block; overflow:hidden; padding-left:15px; vertical-align:top; }*/
.navigation .dropdown-content ol ol { padding-top:10px; padding-bottom:5px; }
.navigation .dropdown-content li:hover { background-color:transparent; }
.navigation .dropdown-content li > a:hover { color:var(--color-01); }
html[lang="ar"] .navigation .dropdown-content li { text-align:right; }

.mobile-navigation {  }
.mobile-navigation .profile { padding:15px; color:var(--white-color); background-color:var(--color-01); }
.mobile-navigation .profile a { max-width:77px; display:inline-block; overflow:hidden; }
.mobile-navigation .profile img { border-radius:10px; }
.mobile-navigation .profile strong { display:block; margin-top:10px; font-weight:700; }
.mobile-navigation .phone { direction:ltr; padding:15px; border-bottom:1px solid #edf0f1; }
.mobile-navigation .phone a { height:auto; display:inline-block; padding:0; color:var(--black-color); font-size:14px; font-weight:600; line-height:normal; }
.mobile-navigation .phone i { margin-right:10px; }
.mobile-navigation .menu { padding:15px; }
.mobile-navigation .menu ul, .mobile-navigation .menu ol { overflow:hidden; margin:0px; padding:0; list-style:none; }
.mobile-navigation .menu ol { margin-left:15px; margin-top:5px; margin-bottom:10px; }
.mobile-navigation .menu li { margin-bottom:5px; line-height:normal; }
.mobile-navigation .menu a { height:auto; display:inline-block; padding:0; font-size:14px; font-weight:normal; line-height:normal; }
.mobile-navigation .menu a:hover { color:var(--color-01); background-color:transparent; }
.mobile-navigation .menu ul > li > a { font-weight:700; }
.mobile-navigation .social-media { overflow:hidden; margin:0px; padding:15px; text-align:center; border-top:1px solid #edf0f1; }
.mobile-navigation .social-media > li { display:inline-block; overflow:hidden; margin-left:2px; margin-right:2px; }
.mobile-navigation .social-media > li > a { width:36px; height:36px; display:block; overflow:hidden; padding:0px; font-size:13px; line-height:34px; border:1px solid #edf0f1; border-radius:50%; background-color:transparent; }
.mobile-navigation .social-media > li > a > i { width:auto; height:auto; float:none; margin:0px; color:#141516; line-height:normal; }
.mobile-navigation .social-media > li > a:hover { background-color:#edf0f1; }

.slider-area { min-height:375px; max-height:810px; height:calc(100% - var(--header-height)); overflow:hidden; clear:both; position:relative; z-index:0; background-image:url(/images/slider-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.slider-area:before { width:100%; height:100%; display:none; position:absolute; left:0; top:0; z-index:0; background-color:rgba(0,0,0,0.15); content:""; }
.index-slider { width:50%; overflow:hidden; float:right; position:relative; z-index:1; }
.index-slider, .index-slider .owl-stage-outer, .index-slider .owl-stage, .index-slider .owl-item/*, .index-slider .owl-slide*/ { height:100%; }
.index-slider .owl-slide { overflow:hidden; padding-left:10%; padding-right:17%; text-align:left; color:var(--white-color); position:relative; top:50%; z-index:1; transform:translateY(-50%); /*background-repeat:no-repeat; background-position:center center; background-size:cover;*/ }
.index-slider .headline { margin-bottom:10px; font-size:20px; }
.index-slider .title { max-width:510px; margin:0; margin-bottom:40px; font-size:50px; font-weight:700; }
.index-slider .summary { max-width:620px; margin:0; margin-bottom:50px; font-size:18px; line-height:28px; font-weight:500; }
.index-slider .link-btn { color:var(--color-01); border-color:var(--white-color); background-color:var(--white-color); }
.index-slider .parent-btn { margin-left:5px; color:var(--color-02); border-color:var(--color-02); background-color:transparent; }
.index-slider .owl-dots { text-align:left; position:absolute; left:10%; bottom:15%; z-index:1; }
.index-slider .owl-dots > .owl-dot { width:18px; height:18px; margin:0 2px; border:2px solid var(--white-color); border-radius:50%; background-color:transparent; }
.index-slider .owl-dots > .owl-dot.active { background-color:var(--white-color); }
html[lang="ar"] .index-slider .owl-slide  { padding-left:17%; padding-right:10%; text-align:right; }
html[lang="ar"] .index-slider .owl-dots { text-align:right; left:auto; right:10%; }

.index-container { overflow:hidden; padding-top:80px; position:relative; }
.section-headline { margin:0; color:var(--black-color); font-size:20px; font-weight:400; }
.section-title { margin:0; margin-bottom:20px; color:var(--color-01); font-size:35px; font-weight:700; }
.section-summary { margin:0; margin-bottom:40px; font-size:16px; color:var(--color-03); line-height:22px; }

.videos-section { margin-bottom:80px; }
.videos-list { overflow:hidden; margin:0px; margin-bottom:20px; padding:0px; text-align:center; }
.videos-list > li { max-width:425px; display:inline-block; overflow:hidden; margin-bottom:30px; vertical-align:top; }
.videos-list > li a { display:inline-block; color:var(--black-color); }
.videos-list > li a > span { display:inline-block; overflow:hidden; margin-bottom:10px; position:relative; }
.videos-list > li a > span img { border:1px solid var(--border-color); /*box-shadow:0px 0px 20px 0px rgba(75,44,104,0.6);*/ }
.videos-list > li a > span:before, .videos-list > li a > span:after { width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:0; content:""; }
.videos-list > li a > span:before { background-color:rgba(35,35,35,0.2); }
.videos-list > li a > span:after { width:61px; height:61px; left:50%; top:50%; transform:translate(-50%, -50%); background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; }
.videos-list > li a > strong, .videos-list > li a > em { display:block; overflow:hidden; padding:0 30px; text-align:left; }
.videos-list > li a > strong { font-weight:400; }
.videos-list > li a > strong > i { margin-left:5px; color:var(--color-01); }
.videos-list > li a > em { color:var(--color-01); font-style:normal; font-weight:700; }

.instagram-section { text-align:center; margin-bottom:80px; }

.services-section { max-width:1780px; overflow:hidden; margin:0 auto; margin-bottom:80px; text-align:left; color:var(--white-color); background-color:var(--color-04); background-image:url(/images/services-bg.jpg); background-repeat:no-repeat; background-position:center center; }
.services-section > .wrapper { overflow:hidden; padding-top:100px; padding-bottom:100px; }
.services-section .profile { width:55%; float:left; padding:20px 0px; padding-right:5%; }
.services-section .headline { font-size:20px; }
.services-section .title { margin:0; color:var(--color-05); font-size:35px; font-weight:700; }
.services-section .summary { margin-top:30px; margin-bottom:40px; font-size:18px; line-height:24px; }
.services-section .summary p { margin:0; }
.services-section .summary strong { color:var(--color-05); font-weight:500; }
.services-section .link { display:inline-block; overflow:hidden; color:var(--white-color); font-weight:700; }
.services-section .link > i { margin-left:15px; }
.services-section .list { margin:0; margin-bottom:50px; padding:0; list-style:none; }
.services-section .list > li { overflow:hidden; margin-bottom:20px; color:var(--white-color); }
.services-section .list > li img { float:left; margin-right:15px; }
.services-section .list > li .title { display:inline-block; color:var(--color-05); font-size:22px; font-weight:600; }
.services-section .list > li .titlesummary { margin:0; }
.services-section .form-area { width:45%; overflow:hidden; float:right; border-radius:30px; }

.form-section { overflow:hidden; clear:both; padding:50px 30px; padding-bottom:15px; position:relative; z-index:1; border:1px solid var(--white-color);background-color:var(--white-color); /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);*/ }
.form-contact { text-align:left; color:var(--text-color); position:relative; /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);*/ }
.form-contact .form-headline { color:var(--color-01); font-size:25px; font-weight:600; }
.form-contact .form-title { margin-bottom:20px; color:var(--color-04); font-size:20px; }
.form-contact label { color:var(--text-color); font-size:15px; }
.form-contact input[type="text"], .form-contact input[type="tel"], .form-contact input[type="email"], .form-contact textarea.materialize-textarea { color:var(--text-color); font-size:15px; margin-bottom:0px; border-bottom-color:var(--text-color); }
.form-contact .input-field input[type="text"]:focus + label, .form-contact .input-field input[type="tel"]:focus + label, .form-contact .input-field input[type="email"]:focus + label, .form-contact .input-field .materialize-textarea:focus + label { color:var(--black-color); }
.form-contact .input-field input[type="text"]:focus, .form-contact .input-field input[type="tel"]:focus, .form-contact .input-field input[type="email"]:focus, .form-contact .input-field .materialize-textarea:focus { color:var(--black-color); border-bottom-color:var(--black-color); box-shadow: 0 1px 0 0 var(--black-color); }
.form-contact .require-text { display:none; margin-top:10px; color:var(--text-color); font-size:14px; }
.form-contact .btn { height:auto; display:inline-block; overflow:hidden; padding:16px 36px; text-align:center; color:var(--white-color); font-size:17px; font-weight:600; line-height:normal; text-transform:none; letter-spacing:normal; border-color:var(--color-01); border-radius:30px; background-color:var(--color-01); /*box-shadow:0px 0px 25px 0px rgba(19,195,195,0.4);*/ }
.form-contact .character-counter { display:inline-block; padding-top:5px; color:var(--text-color); }
.form-contact .select-dropdown { padding:0 !important; }

.testimonials-section { max-width:1780px; overflow:hidden; margin:0 auto; margin-bottom:80px; padding-top:90px; padding-bottom:90px; background-color:var(--color-04); }
.testimonials-section .section-headline, .testimonials-section .section-summary { color:var(--white-color); }
.testimonials-list { margin:0; margin-bottom:20px; padding:0; list-style:none; text-align:center; }
.testimonials-list > li { max-width:365px; min-height:320px; display:inline-block; margin-bottom:30px; padding:50px 30px; vertical-align:top; text-align:left; position:relative; border:1px solid var(--border-color); border-radius:10px; background-color:var(--white-color); /*box-shadow:0px 0px 20px 0px rgba(255,255,255,0.4);*/ }
.testimonials-list > li:before { width:35px; height:35px; position:absolute; right:25px; top:20px; z-index:0; background-image:url(/images/icon-comment.svg); background-repeat:no-repeat; background-position:left top; content:""; }
.testimonials-list > li .title { min-height:70px; display:inline-block; overflow:hidden; color:var(--black-color); font-size:18px; font-weight:500; position:relative; z-index:1; }
.testimonials-list > li .summary { min-height:150px; overflow:hidden; color:var(--color-04); font-size:17px; line-height:24px; }
.testimonials-list > li .summary a { color:var(--color-01); }
.testimonials-list > li .date { display:inline-block; float:right; color:var(--black-color); font-size:15.5px; }
.testimonials-list > li .stars { display:inline-block; float:left; color:var(--color-01); }
.testimonials-list > li .stars > i { margin-right:3px; }
body.index .testimonials-section { padding-top:0; padding-bottom:0; background-color:transparent; }
body.index .testimonials-section .section-headline { color:var(--black-color); }
body.index .testimonials-section .section-summary { color:var(--text-color); }

.profile-section { max-width:1580px; margin:0 auto; margin-bottom:80px; }
.profile-slider { max-width:43%; height:auto; overflow:hidden; float:right; margin-bottom:20px; position:relative; z-index:1; box-shadow:0px 0px 25px 0px rgba(121,121,121,0.5); }
.profile-slider .item { text-align:center; }
.profile-slider .owl-dots { width:100%; text-align:center; position:absolute; left:0; bottom:5%; z-index:1; }
.profile-slider .owl-dots > .owl-dot { width:18px; height:18px; display:inline-block; margin-left:2px; margin-right:2px; border-radius:50%; border:2px solid var(--black-color); background-color:transparent; }
.profile-slider .owl-dots > .owl-dot.active { border-color:var(--black-color); background-color:var(--black-color); }
.profile-info { max-width:calc(57% - 30px); min-height:700px; overflow:hidden; float:left; margin-bottom:20px; padding:80px; padding-left:90px; text-align:left; color:var(--white-color); background-color:var(--color-01); }
.profile-info .title { margin:0; font-size:32px; font-weight:700; }
.profile-info .subtitle { margin:0; margin-bottom:50px; font-size:15px; font-weight:400; }
.profile-info .summary { margin-bottom:70px; line-height:24px; }
.profile-info .summary strong { color:var(--white-color); font-weight:700; }
.profile-info .headline { margin:0; margin-bottom:15px; font-size:25px; font-weight:700; }
.profile-info .links-list { overflow:hidden; margin:0; padding:0; list-style:none; }
.profile-info .links-list > li { display:inline-block; margin-right:20px; vertical-align:top; }
.profile-info .links-list > li > a { display:inline-block; overflow:hidden; color:var(--white-color); font-size:17px; }
.profile-info .links-list > li > a > i { margin-right:5px; }

.contents-section { overflow:hidden; }
.contents-list { margin:0px; margin-bottom:20px; padding:0px; list-style:none; text-align:center; }
.contents-list > li { max-width:365px; display:inline-block; overflow:hidden; margin-bottom:30px; vertical-align:top; border:1px solid var(--border-color); }
.contents-list > li .image { display:inline-block; }
.contents-list > li .image img { border-bottom:1px solid var(--border-color); }
.contents-list > li .info { overflow:hidden; padding:25px; padding-bottom:30px; z-index:2; }
.contents-list > li .title { min-height:40px; display:inline-block; overflow:hidden; color:var(--black-color); font-size:18px; font-weight:600; }
.contents-list > li .summary { margin:0; color:var(--color-03); line-height:24px; }

.categories-list { margin:0px; margin-bottom:50px; padding:0px; list-style:none; text-align:center; }
.categories-list > li { display:inline-block; overflow:hidden; margin:0 20px; margin-bottom:20px; vertical-align:top; }
.categories-list > li > a { display:inline-block; color:var(--black-color); font-size:20px; font-weight:500; }
.categories-list > li > a i { margin-right:5px; color:var(--color-01); }

.process-section { max-width:1920px; overflow:hidden; margin:0 auto; margin-bottom:80px; }
.process-section .headline { margin-top:60px; margin-bottom:40px; margin-left:7%; text-align:left; color:var(--black-color); font-size:24px; font-weight:600; }
.long-process, .short-process { width:50%; min-height:605px; float:right; position:relative; }
.long-process { float:left; text-align:center; background-image:url(/images/istanbul.jpg); background-repeat:no-repeat; background-position:center center; }
.long-process .headline { margin-left:17%; color:var(--white-color); }
.short-process { padding-left:70px; padding-right:30px; }
.short-process .summary { margin:0; margin-top:40px; color:var(--color-03); font-size:17px; line-height:24px; }

/*.doctors-section { max-width:1850px; margin:0 auto; margin-bottom:100px; padding-top:70px; position:relative; text-align:center; }
.doctors-section:before { width:100%; height:300px; position:absolute; left:0; top:0; z-index:0; background-color:var(--color-01); content:""; }
.doctors-section .section-headline, .doctors-section .section-title { color:var(--white-color); }
.doctors-section > .container { position:relative; z-index:1; }
.doctors-slider { max-width:750px; height:auto; margin-left:auto; margin-right:auto; position:relative; z-index:1; }
.doctors-slider .item {}
.doctors-slider .item > a { display:inline-block; color:var(--text-color); font-size:15.5px; }
.doctors-slider .item img { width:auto; display:inline-block; vertical-align:bottom; border:1px solid var(--border-color); }
.doctors-slider .title { display:block; margin-top:20px; color:var(--color-01); font-size:22px; font-weight:600; }
.doctors-slider .owl-nav { width:100%; position:absolute; top:50%; left:0; z-index:-1; transform:translateY(-75%); }
.doctors-slider .owl-nav .owl-prev, .doctors-slider .owl-nav .owl-next { width:55px; height:55px; display:inline-block; float:left; color:var(--black-color) !important; font-size:23px !important; line-height:55px !important; border-radius:50%; border:1px solid var(--black-color) !important; }
.doctors-slider .owl-nav .owl-prev { margin-left:-100px; }
.doctors-slider .owl-nav .owl-next { float:right; margin-right:-100px; }*/

.footer { overflow:hidden; padding-bottom:70px; position:relative; background-color:var(--color-06); }
.footer .top-area { margin-bottom:60px; padding-top:30px; padding-bottom:30px; color:var(--white-color); background-color:var(--color-01); }
.footer .top-area > .container { display:flex; align-items:center; justify-content:space-between; }
.footer .warning { color:var(--text-color); }
.footer .socials { font-size:20px; }
.footer .socials > strong { display:block; margin-bottom:5px; font-weight:500; }
.footer .social-media > li > a { color:var(--white-color); border-color:var(--white-color); }
.footer .text {  }
.footer .phone { direction: ltr; }
.footer .phone a { display:inline-block; vertical-align:top; color:var(--white-color); font-size:17px; font-weight:600; }
.footer .phone img { float:left; margin-right:10px; }
.footer .phone strong { display:block; font-size:16px; }
.footer .links-area { padding-bottom:50px; }
.footer .title { display:inline-block; margin-bottom:15px; color:var(--black-color); font-size:20px; font-weight:600; }
.footer .address { font-style:normal; }
.footer .email { display:inline-block; color:var(--text-color); }
.footer .email > strong { color:var(--color-01); }
.footer .links, .footer .links ol { margin:0; padding:0; list-style:none; }
.footer .links > li { margin-bottom:5px; /*display:inline-block; overflow:hidden; vertical-align:top; position:relative;*/ }
.footer .links > li > a { display:inline-block; color:var(--black-color); font-size:20px; font-weight:600; }
.footer .links > li ol { /*margin-left:15px;*/ margin-top:10px; margin-bottom:30px; }
.footer .links > li li { margin-bottom:5px; line-height:normal; }
.footer .links > li ol a { display:inline-block; color:var(--text-color); }
.footer .links > li a:hover { color:var(--black-color); }
.copyright { overflow:hidden; padding-top:50px; padding-bottom:50px; background-color:var(--white-color); }
.copyright p { float:left; margin-top:0px; }
.copyright p i { font-size:12px; }
.copyright p span { color:var(--color-01); }
.copyright p a { color:var(--color-01); }
.copyright .seven { display:inline-block; float:right; }

/* Content Style */
.container-header { overflow:hidden; text-align:center; background-color:var(--color-01); }
.container-header > .container { padding-top:50px; padding-bottom:50px; }
.content-breadcrumb { overflow:hidden; margin:0px; padding:0px; list-style:none; }
.content-breadcrumb > li { display:inline-block; vertical-align:top; position:relative; }
.content-breadcrumb > li + li:before { padding:0px 5px; vertical-align:top; color:var(--white-color); content: "-"; }
.content-breadcrumb > li > a { display:inline-block; color:var(--white-color); }
.content-title { margin:0; color:var(--white-color); font-size:35px; font-weight:700; }
.content-summary { margin:0; margin-bottom:40px; font-size:17px; font-weight:500; line-height:24px; }

.container-area { overflow:hidden; padding-top:50px; }
.content-area { overflow:hidden; clear:both; }

.content-text { padding-bottom:40px; }
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { margin-top:30px; margin-bottom:10px; color:var(--black-color); font-size:30px; font-weight:600; }
.content-text h3 { font-size:28px; }
.content-text h4 { font-size:27px; }
.content-text h5 { font-size:26px; }
.content-text h6 { font-size:25px; }
.content-text p { margin-bottom:30px; line-height:24px; }
.content-text p strong { color:var(--color-01); font-weight:700; }
.content-text ul:not(.browser-default) { margin-bottom:25px; padding-left:40px; }
.content-text ul:not(.browser-default) li { list-style:disc; }
.content-text a { color:var(--color-02); text-decoration:underline; }
.content-text a > i {  }
.content-text .prew-image, .content-text .float-left, .content-text .float-right { margin-bottom:40px; text-align:center; }
.content-text .float-left, .content-text .prew-image { float:left; margin-right:40px;  }
.content-text .float-right { float:right; margin-left:40px; }
.content-text .prew-image img, .content-text .float-left img, .content-text .float-right img { border:1px solid var(--border-color); /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.15);*/ }
.content-text .float-left > strong, .content-text .float-right > strong { display:block; padding:10px 15px; text-align:center; border:1px solid var(--border-color); border-top:none; }
.content-text .float-left > a, .content-text .float-right > a { display:inline-block; }
.content-text .fancybox-clip { display:inline-block; overflow:hidden; position:relative; }
.content-text .fancybox-clip:before { width:73px; height:73px; position:absolute; left:calc(50% - 37px); top:calc(50% - 37px); z-index:0; background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; content:""; }
.content-text table { margin-bottom:30px; border:1px solid var(--border-color); }
.content-text table thead { border-color:var(--border-color); }
.content-text table thead th { color:var(--white-color); border:1px solid var(--border-color); background-color:var(--color-01); }
.content-text table tbody th, .content-text table tbody td { border:1px solid var(--border-color); }
.content-text iframe { border:1px solid var(--border-color); }
.content-text .info { margin-top:50px; margin-bottom:35px; padding:35px 45px; text-align:center; color:var(--white-color); position:relative; background-color:var(--color-01); }
.content-text .info h2, .content-text .info h3, .content-text .info h4, .content-text .info h5, .content-text .info h6 { display:inline-block; margin-top:0px; margin-bottom:10px; padding-bottom:10px; color:var(--white-color); font-size:22px; border-bottom:1px dashed var(--white-color); }
.content-text .info p { margin-bottom: 10px; color:var(--white-color); font-size:15px; }
.content-text .info a { display:inline-block; padding:0px 25px; text-align:left; color:var(--white-color); font-size:15px; font-weight:700; line-height:48px; border-radius:25px; border:1px solid var(--white-color); }
.content-text .info p strong { color:var(--white-color); font-weight:700; }
.content-text .topics { overflow:hidden; padding:25px 50px; background-color:#efefef; }
.content-text .topics ul, .content-text .topics ol { padding:10px 20px; }
.content-text .topics li { font-weight:700; }
.content-text .topics a { color:var(--color-01); text-decoration:none;  }
.content-text .topics > li { list-style-type: upper-roman; }
.content-text .topics > li > ol > li, .content-text .topics > li > ul > li { list-style-type: lower-alpha; }
.content-text .topics > li > ol > li > ol > li, .content-text .topics > li > ul > li > ul > li { list-style-type: lower-roman; }


.publisher-section { max-width:700px; overflow:hidden; clear:both; margin:0 auto; margin-bottom:30px; }
.publisher-section .update { margin-bottom:30px; text-align:center; font-size:16px; font-style:italic; }
.publisher-section .publisher { overflow:hidden; clear:both; margin-bottom:30px; border:1px solid var(--border-color); }
.publisher-section .image { width:29%; display:inline-block; overflow:hidden; float:left; }
.publisher-section .image img { vertical-align:bottom; border-right:1px solid var(--border-color); }
.publisher-section .info { width:71%; overflow:hidden; float:left; padding:30px 50px; padding-bottom:0; }
.publisher-section .headline { font-size:20px; color:var(--black-color); font-weight:bold; }
.publisher-section .title { font-size:20px; color:var(--black-color); font-weight:bold; }
.publisher-section .subtitle { font-size:16px; margin-bottom:30px; }
.publisher-section .links { margin:0; padding:0; list-style:none; }
.publisher-section .links > li { display:inline-block; margin-right:30px; vertical-align:top; }
.publisher-section .links > li:last-child { margin-right:0; }
.publisher-section .links > li > a { display:inline-block; color:var(--black-color); font-weight:bold; }
.publisher-section .links > li > a i { margin-right:5px; }

.questions-list { margin:0px; margin-bottom:70px; color:#3a1f5d; box-shadow:none !important; text-shadow:none !important; border:1px solid #eef1f3; border-bottom:none; }
.questions-list .collapsible-header, .questions-list .collapsible-body { border-bottom-color:#eef1f3; }
.questions-list li.active .collapsible-header { background-color:#eef1f3; }
.questions-list .collapsible-header strong { font-weight:600; }

.content-blog-list { overflow:hidden; margin:0px; margin-bottom:50px; padding:0px; list-style:none; }
.content-blog-list > li { margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #eef1f3; }
.content-blog-list > li > a { display:block; overflow:hidden; color:#1e1e1e; font-size:18px; }
.content-blog-list > li > a:hover { color:#00b6a7; }
.content-blog-list > li > a > strong { display:inline-block; font-weight:600; }
.content-blog-list > li > a > i { float:right; color:#51789d; font-size:24px; }

.question-answer-list { overflow:hidden; margin:0px; margin-bottom:50px; padding:0px; list-style:none; }
.question-answer-list > li { overflow:hidden; margin-bottom:20px; }
.question-answer-list > li > span { width:60px; height:60px; display:block; overflow:hidden; float:left; margin-right:20px; text-align:center; color:var(--white-color); font-size:26px; font-weight:700; line-height:60px; border-radius:50%; background-color:var(--color-01); }
.question-answer-list > li .question-answer { width: calc(100% - 80px); display:block; float:left; }
.question-answer-list > li .question-answer .question { color:var(--text-color); font-size:16px; }
.question-answer-list > li .question-answer .question strong { color:var(--color-02); font-weight:700; }
.question-answer-list > li .question-answer .question span { display:none; padding-left:5px; }
.question-answer-list > li .question-answer .question p { margin-top:5px; margin-bottom:25px; color:var(--text-color); font-size:14px; }
.question-answer-list > li .question-answer .answer { padding:25px 30px; border:1px solid var(--border-color); }
.question-answer-list > li .question-answer .answer strong { color:var(--color-01); font-size:16px; font-weight:700; }
.question-answer-list > li .question-answer .answer p { margin-top:10px; margin-bottom:0px; color:var(--text-color); font-size:14px; }
.question-answer-list > li.active .question-answer .answer { background-color:var(--border-color); }

.doctors-list { overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; list-style:none; text-align:center; }
.doctors-list > li { max-width:360px; display:inline-block; margin:0 15px; margin-bottom:30px; vertical-align:top; }
.doctors-list > li a { display:inline-block; color:var(--text-color); font-size:15.5px; }
.doctors-list > li img { vertical-align:bottom; border:1px solid var(--border-color); /*box-shadow:0px 0px 15px 0px rgba(127,127,127,0.3);*/ }
.doctors-list > li .title { display:block; margin-top:20px; color:var(--color-01); font-size:22px; font-weight:600; }

.news-list { overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; list-style:none; text-align:center; }
.news-list > li { max-width:365px; display:inline-block; margin-bottom:40px; vertical-align:top; }
.news-list > li a { display:inline-block; color:var(--color-01); font-size:18px; font-weight:500; position:relative; }
.news-list > li a img { /*border-radius:10px; box-shadow:0px 0px 20px 0px rgba(151,89,0,0.3);*/ }
.news-list > li a span { display:inline-block; padding:22px; color:var(--color-02); font-size:15px; position:absolute; left:0px; top:0px; }
.news-list > li a strong { display:inline-block; padding-top:10px; font-weight:600; }

.form-question { overflow:hidden; margin-left:-0.75rem; margin-right:-0.75rem; font-size:15px; }
/*.form-question .row { margin:0; }*/
.form-question .input-field label, .form-question label { color:var(--text-color); font-size:15px; }
.form-question input[type="text"], .form-question input[type="tel"], .form-question input[type="email"], .form-question textarea.materialize-textarea { color:var(--black-color); font-size:15px; margin-bottom:0px; border-bottom:1px solid var(--black-color); }
.form-question .input-field input[type="text"]:focus + label, .form-question .input-field input[type="tel"]:focus + label, .form-question .input-field input[type="email"]:focus + label, .form-question .input-field .materialize-textarea:focus + label { color:var(--black-color); }
.form-question .input-field input[type="text"]:focus, .form-question .input-field input[type="tel"]:focus, .form-question .input-field input[type="email"]:focus, .form-question .input-field .materialize-textarea:focus { color:var(--black-color); border-bottom-color:var(--black-color); box-shadow: 0 1px 0 0 var(--black-color); }
.form-question .require-text { display:block; float:right; margin-top:10px; color:var(--color-07); }
.form-question .btn { height:auto; display:inline-block; overflow:hidden; padding:13px 33px; color:var(--white-color); font-size:17px; font-weight:500; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:10px; border:1px solid var(--black-color); background-color:var(--black-color); }

.list-image { overflow:hidden; margin:0px !important; padding:20px 0px !important; list-style:none; text-align:center; }
.list-image > li { display:inline-block; margin-left:7px; margin-right:7px; margin-bottom:20px; vertical-align:top; background-color:var(--white-color); }
.list-image > li img { border:1px solid #eceeef; }
.list-image > li strong { display:block; padding:10px 15px; text-align:center; color:#3db995; font-weight:700; border:1px solid #eceeef; border-top:none; }

.images-gallery { overflow:hidden; margin:0px; margin-bottom:25px; padding:0px; list-style:none; text-align:center; }
.images-gallery > li { display:inline-block; margin-left:3px; margin-right:3px; margin-bottom:15px; vertical-align:top; }
.images-gallery > li a { display:inline-block; overflow:hidden; }
.images-gallery > li img { display:block; margin-left:auto; margin-right:auto; border:1px solid #ebf0f2; }
.images-gallery > li strong { display:inline-block; text-align:center; color:#000000; font-size:16px; }

.documents-gallery { overflow:hidden; margin-top:0px; margin-bottom:30px; }
.documents-gallery > li { overflow:hidden; margin-bottom:10px; color:#1d2024; font-size:13px; position:relative; border:1px solid #edf0f3; }
.documents-gallery > li:before { width:0%; height:100%; position:absolute; left:0px; top:0px; z-index:-1; content:""; background-color:#00af35; transition: all 0.5s ease-in-out; }
.documents-gallery > li:hover:before { width:100%; }
.documents-gallery > li:after { height:100%; color:#000000; position:absolute; right:30px; top:16px; z-index:-1; content:attr(data-text); }
.documents-gallery > li a { display:block; overflow:hidden; color:#1d2024; }
.documents-gallery > li:hover > a { color:var(--white-color); transition: all 0.3s ease-in-out; }
.documents-gallery > li i { width:66px; height:48px; float:left; margin-right:25px; text-align:center; font-size:20px; line-height:48px; color:var(--white-color); background-color:#00af35; }
.documents-gallery > li span { display:block; float:left; margin-top:16px; padding-right:150px; }

.list-prev-next { overflow:hidden; clear:both; margin:0px; margin-bottom:60px; padding:0px; text-align:center; }
.list-prev-next > li { display:inline-block; margin-left:5px; margin-right:5px; }
.list-prev-next > li > a { display:inline-block; overflow:hidden; text-align:center; color:var(--color-02); font-size:18px; line-height:44px; }
.list-prev-next > li > a > span { display:inline-block; vertical-align:top; }
.list-prev-next > li > a > i { width:44px; height:44px; vertical-align:top; color:var(--color-01); font-size:24px; line-height:42px; border-radius:50%; border:1px solid var(--color-01); }
.list-prev-next > li.prev > a > i { margin-left:10px; }
.list-prev-next > li.next > a > i { margin-right:10px; }

.pagination { margin:20px 0px; margin-bottom:40px; padding:0px; text-align:center; }
.pagination li { height:auto; margin-left:3px; margin-right:3px; border-radius:0px; }
.pagination li.active { background-color:transparent; }
.pagination li a { width:44px; height:44px; display:inline-block; overflow:hidden; padding:0px; color:#141516; font-size:16px; font-weight:700; line-height:44px; border:1px solid #ebebeb; border-radius:50%; }
.pagination li.active a { color:#51789d; background-color:#ebebeb; }
.pagination li a i { color:#141516; font-size:26px; line-height:44px; }

.cookieConsentContainer { width:300px; opacity:0; font-size:14px; position:fixed; left:var(--wrapper-padding); bottom:40px; z-index:999; background-color:#e7ebed; }
.cookieConsentContainer .cookieContent { overflow:hidden; padding:15px; color:var(--black-color); }
.cookieConsentContainer .cookieDesc { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieButtons { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieButtons span { display:inline-block; padding:7px 17px; color:var(--white-color); cursor:pointer; background-color:var(--black-color); }

.padding-top-0 { padding-top:0px !important; }
.padding-right-0 { padding-right:0px !important; }
.padding-bottom-0 { padding-bottom:0px !important; }
.padding-left-0 { padding-left:0px !important; }

.margin-top-0 { margin-top:0px !important; }
.margin-right-0 { margin-right:0px !important; }
.margin-bottom-0 { margin-bottom:0px !important; }
.margin-left-0 {margin-left:0px !important;  }

.margin-top-10 { margin-top:10px; }
.margin-right-10 { margin-right:10px; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-left-10 {margin-left:10px;  }

.margin-top-20 { margin-top:20px; }
.margin-right-20 { margin-right:20px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-left-20 {margin-left:20px;  }

.margin-top-30 { margin-top:30px; }
.margin-right-30 { margin-right:30px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-left-30 {margin-left:30px;  }

.margin-top-40 { margin-top:40px; }
.margin-right-40 { margin-right:40px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-left-40 {margin-left:40px;  }

.clear-left { clear:left; }
.clear-right { clear:right; }
.clear-both { clear:both; }
.float-left { float:left !important; }
.float-right { float:right !important; }
.float-none { float:none !important; }
.border-none { border:0px !important; }
.radius-none { border-radius:0px !important; }
.shadow-none { box-shadow:none !important; text-shadow:none !important; }
.outline-none, a { outline:none !important; }
.box-shadow { -webkit-box-shadow: 0px 0px 18px 0px rgba(34,31,31,0.6); -moz-box-shadow: 0px 0px 18px 0px rgba(34,31,31,0.6); box-shadow: 0px 0px 18px 0px rgba(34,31,31,0.6); }
.position-relative { position:relative; }
.position-absolute { position:absolute; }
.overflow-hidden { overflow:hidden; }
.display-none { display:none !important; }
.display-block { display:block; }
.display-inline-block { display:inline-block; }
.text-indent-9999 { text-indent:-9999px; }
.text-center { text-align:center !important; }
.img-border { border:1px solid #edf1f3; }

@media (max-width: 1900px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
}
@media (max-width: 1880px) {
    /*body { background-color:#0FF; }*/ /* Turkuaz */
}
@media (max-width: 1700px) {
    /*body { background-color:#FF0; }*/ /* Sarı */
    .float-buttons { right:30px; }
    html[lang="ar"] .float-buttons { left:30px; right:auto; }
}
@media (max-width: 1600px) {
    /*body { background-color:#00F; }*/ /* Mavi */    
}
@media (max-width: 1550px) {
    /*body { background-color:#0F0; }*/ /* Yeşil */
    .index-slider .owl-slide { transform:translateY(-55%); }
    .index-slider .headline { font-size:17px; }
    .index-slider .title { max-width:inherit; font-size:35px; }
    .index-slider .summary { font-size:15px; line-height:23px; }
    .index-slider .owl-dots { bottom:30px; }
    .section-title, .content-title { font-size:26px; }
    .profile-slider, .profile-info { max-width:680px; float:none; margin-left:auto; margin-right:auto; }
    .profile-info { min-height:inherit; padding:40px; }
    .profile-info .title { font-size:23px; }
    .profile-info .subtitle { margin-bottom:30px; font-size:14px; }
    .profile-info .summary { margin-bottom:40px; line-height:22px; }
    .profile-info .headline { font-size:20px; }
    .profile-info .links-list > li > a { font-size:15px; }
    
    .container-header > .container { padding-top:30px; padding-bottom:30px; }
    .content-breadcrumb > li { font-size:14px; }
    .container-area { padding-top:40px; }
}
@media (min-width: 1400px) {
    /*.footer .links { -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap:100px; -moz-column-gap:100px; column-gap:100px; }*/
}
@media (max-width: 1399.99px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
    
}
@media (max-width: 1299.99px) {
    .header .phone { display:none; }
    .header .sidenav-trigger { display:inline-block; }
    .header .button-list > li a { font-size:15px; }
    .navigation .menus > li + li:before { width:25px; }
    .navigation .menus > li > a, .navigation .menus > li > span { font-size:18px; }
    .index-container { padding-top:50px; }
    .videos-section, .instagram-section, .services-section, .testimonials-section, .profile-section { margin-bottom:50px; }
    .process-section .headline, .long-process .headline { margin-left:auto; margin-right:auto; text-align:center; }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
    /*.footer .colums { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:70px; -moz-column-gap:70px; column-gap:70px; -webkit-column-rule:1px solid rgba(255,255,255,0.1); -moz-column-rule:1px solid rgba(255,255,255,0.1); column-rule:1px solid rgba(255,255,255,0.1); }*/    
}
@media (min-width: 1200px) {
    /*.navigation .menus-list { -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap:50px; -moz-column-gap:50px; column-gap:50px; }*/
    .contents-list > li, .news-list > li, .testimonials-list > li, .videos-list > li { margin-left:7px; margin-right:7px; }
    .footer .links { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:50px; -moz-column-gap:50px; column-gap:50px; }
}
@media (max-width: 1199.99px) {
    :root {
        --header-height: 170px;
    }
    .float-buttons { display:none; }
    .header .brand { max-width:215px; top:10px; }
    .header .social-media { margin-top:30px; }
    .header .button-list { margin-top:20px; margin-bottom:20px; }
    .header .languages { margin-top:40px; }
    .header .sidenav-trigger { top:128px; }
    .slider-area { max-height:540px; }
    .services-section > .wrapper { padding-top:40px; padding-bottom:40px; }
    .services-section .profile, .services-section .form-area { width:auto; float:none; padding:0; }
    .services-section .profile { margin-bottom:40px; }
    .long-process, .short-process { width:auto; min-height:inherit; overflow:hidden; float:none; padding:0 15px; text-align:center; background-size:cover; }
    .long-process { padding-bottom:60px; }
    .short-process .summary { margin-left:auto; margin-right:auto; }
    .footer, .copyright { text-align:center; }
    .footer .top-area > .container { display:block; }
    .footer .socials, .footer .text { margin-bottom:15px; }
    .footer .phone { display:inline-block; text-align:left; margin:0 15px; }
    .footer .links-area { padding-bottom:0; }
    .copyright p, .copyright .seven { float:none; }
}
@media (max-width: 1099.99px) {
    :root {
        --header-height: 95px;
        --wrapper-padding: 30px;
    }
    .header .top-area { border-bottom:none; }
    .header > .wrapper, .header .social-media, .navigation { display:none; }
    .header .sidenav-trigger { position:relative; right:auto; top:35px; }
    .header .button-list { margin-left:auto; margin-right:25px; }
    .header .languages { margin-right:25px; }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    /*body { background-color:red; }*/
    .contents-list > li, .news-list > li, .testimonials-list > li, .videos-list > li { margin-left:7px; margin-right:7px; }
}
@media (max-width:991.99px) {
    :root {
        --wrapper-padding: 15px;
    }
    .mobile-contact { display:block; }
    .header .button-list { display:none; }
    .header .languages { margin-top:35px; }
    .slider-area { max-height:480px; }
    .index-slider .owl-slide { padding-left:var(--wrapper-padding); padding-right:var(--wrapper-padding); }
    .index-slider .owl-dots { left:var(--wrapper-padding); }
    html[lang="ar"] .index-slider .owl-dots { left:auto; right:var(--wrapper-padding); }
    .index-slider .headline { font-size:16px; }
    .index-slider .title { font-size:28px; }
    .index-slider .summary { font-size:14px; line-height:21px; }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) {
    /*body { background-color:green; }*/
    .contents-list > li, .news-list > li, .testimonials-list > li, .videos-list > li { margin-left:7px; margin-right:7px; }
}
@media (max-width: 767.99px) {
    .header .button-list { display:none; }
    .slider-area { max-height:560px; background-image:url(/images/slider-bg-mobile.jpg); }
    .slider-area:before { display:block; }
    .index-slider { width:auto; float:none; }
    .index-slider .owl-slide { text-align:center; /*color:var(--black-color);*/ top:55%; transform:translateY(0); }
    .index-slider .title { margin-bottom:15px; }
    .index-slider .headline, .index-slider .title { text-shadow: 2px 2px 5px rgba(0,0,0,1); }
    .index-slider .summary { display:none; }
    .index-slider .owl-dots { text-align:center; left:50%; bottom:25px; transform:translateX(-50%); }
    .index-slider .owl-dots > .owl-dot { margin:0px 3px; }
    html[lang="ar"] .index-slider .owl-dots { right:auto; }
    
    .container-header > .container { padding-top:20px; padding-bottom:20px; }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) {
    /*body { background-color:yellow; }*/
    .contents-list > li, .news-list > li, .testimonials-list > li, .videos-list > li { margin-left:7px; margin-right:7px; }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) {
    /*body { background-color:blue; }*/
    .header .languages, .index-slider .headline { display:none; }
    .profile-info { padding:20px; }
    .process-section .headline { margin-top:40px; margin-bottom:30px; font-size:18px; }
    .long-process { padding-bottom:40px; }
    .short-process .summary { font-size:15px; line-height:21px; }
    
    .content-text .float-left, .content-text .float-right { float:none !important; margin-left:auto; margin-right:auto;  }
    .content-text iframe { width:100%; height:auto; }
    
    .publisher-section .publisher { text-align:center; border:none; }
    .publisher-section .image, .publisher-section .info { width:auto; float:none; }
    .publisher-section .info { padding-top:15px; }
    .publisher-section .image img { border:1px solid var(--border-color); }
}
@media (max-width: 449.99px) {
    /*body { background-color:hotpink; }*/
    
}
@media (max-height: 700px) {

}
.container { width:auto; margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; }
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) { .container { max-width: 100%; } }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) { .container { max-width: 570px; } }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) { .container { max-width: 750px; } }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) { .container { max-width: 990px; } }
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.99px) { .container { max-width: 1170px; } }
/* XX-Large devices (more than 1400px) */
@media (min-width: 1400px) { .container { /*max-width: 1370px;*/ max-width: 1170px; } }

@-webkit-keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 
}