#toc_container a {
    font-size: 15px;
    padding-bottom: 20px;
    display: inline-block;
}
.kk-star-ratings .kksr-legend {
    display: none;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  text-align: center;
  line-height: 50px;
  color: #132e4c;
  margin-top: 40px;
  margin-bottom: 30px;
}
h2{
  margin-top: 45px;
  margin-bottom: 20px;
}
h3{
    margin-top: 30px;
    margin-bottom: 10px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}
/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/*
end normalize css
*******************************************/
/*
=reset
*******************************************/
html{
    box-sizing: border-box;
}

*,
*:before,
*:after{
    box-sizing: inherit;
}

p , a , span , b{
    font-family: paragraph;
}
a{
  font-size: 20px;
}
p{
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  padding: 0;
}

.article-content p,#article-page p{
	color:#565663;
}

h1,h2,h3,h4,h5,h6{
  font-family: headings;
}

.container{
    max-width: 540px;
    margin: 0 auto;
    padding: 0 1rem;
}
/***********************************************************************************************************
 =header 
 */

.menu-item > a{
    text-decoration: none;
    padding-left: 1rem;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
}
/********************************
 =mobile-menu 
 */
 .header-top{
	display: none;
}
 header{
    background-color: #fff;
    height: 5rem;
    position: relative;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}
.header-top-mobile{
      display: flex;
      justify-content:space-between;
      align-items: center;
      height: 5rem;
}
a.mob-logo,
a.desk-logo {
    margin-top: 10px;
}
label.button {
    display: flex;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
   margin-right: 10px;
}
input#check {
    display: none;
}
label.button span {
    background: #092942;
    border-radius: 10px;
    height: 4px;
    margin: 4px 0;
    transition: .4s cubic-bezier(.68,-.6,.32,1.6);
}
label.button span:nth-of-type(1) {
    width: 50%;
}
label.button span:nth-of-type(2) {
    width: 100%;
}
label.button span:nth-of-type(3) {
    width: 75%;
}
ul.mob-menu{
  
  list-style: none;
  margin: 17px 0 0 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  height: auto;
  width: 100vw;
  z-index: 3;
}
ul.mob-menu li{
  background-color: #3baed4;
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #4fc2e8;
    line-height: 57px;
    font-size: 18px;
    listy-style: none;
}
ul.mob-menu li a{
  display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
}
ul.mob-menu li.current-menu-item a{
  color: #000;
}
/***************************
 =animation*/
label.button input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(9px,12px)
}
label.button input[type="checkbox"]:checked ~ span:nth-of-type(2){ 
  transform-origin:top;
  transform:rotatez(-45deg)
}
 input[type="checkbox"]:checked ~ span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(-13px,-20px) rotatez(45deg);
}
label.button input[type="checkbox"]:checked ~ ul.mob-menu{
    display: block !important;
    top: 64px;/*top: 0;*/
    height: 900px !important;
}

 /***********************************************************************************************************
 =footer
 */
 footer{
  background-color: #172536;
 }
.intro {
    width: 100%;
}
.contact-info{
  width: 100%;
}
.footer-menu{
  width: 100%;
}
.footer-block {
    margin-left: 1.5rem;
}
.footer-top-wrapper{
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}
span.title {
    color: #9bb2c7;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    
}
.footer-content{
    font-size: 16px;
    line-height: 35px;
    color: #ddd!important;
    text-align: justify;
	margin-bottom: 20px;
}
a {
    color: #418eb2;
    text-decoration: none;
}

span.address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-indent: 15px;
   
}
span.address p{
    text-indent: 0;
    padding-right: 15px;
    margin: 0;
}
.contact-line{
    color: #ddd;
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-indent: 1rem;
}
.email-address{
    margin-bottom: 15px;
}
.icon-phone:before {
  content: "\e942";
}
.icon-email:before {
  content: "\e945";
}
.icon-address:before {
  content: "\e948";
}
.icon {
    float: right;
    color: #418eb2;
    margin-top: 5px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    padding-right: 1rem;
    width: auto;
}
ul.footer-menu a{
  font-size: 16px;
  line-height: 35px;
}
.footer-top-wrapper {
    padding-top: 60px;
}
.copyright{
  height: 35px;
}
.copyright p{
  text-align: center;
  direction: ltr;
  padding-left: 0;
  line-height: 35px;
  font-size: 16px;
  color: #888;
  border-top: 1px solid #888;
}
/******************************
=footer az file kili*/
html body div.pone a:first-child,
html body div.pone a:last-child{
display:none !important;
}
/*******************************
 =phone-form*/
.bottom-widget-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    background: rgba(0,0,0,.6);
    transition: opacity .25s ease;
    padding: 5px 0;
}
div.pone {
    color: #fff!important;
    background-color: green;
    text-decoration: none;
    bottom: 0;
    border-radius: 3px;
    height: 50px;
    width: 45%;
	display: flex;
    justify-content: center;
    align-items: center;
}
a.p1,a.p2,a.p3{
	color: #fff !important;
    background-color: green;
    text-decoration: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    font-size: 16px;
    display: inline-block;
    padding: 20px 20px 0 20px;
}
div.pone a img {
    display: inline;
    vertical-align: middle;
    border: 0!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    position: relative;
    top: -8px;
}
.pone a span {
    position: relative;
    top: -10px;
}
div.label-container {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    width: 45%;
}
.contact-button {
    color: green;
    display: block;
    cursor: pointer;
    background: #418eb2 !important;
	font-weight: bold;
    display: inline-block;
    padding: 20px 0;
    color: #fff;
    border-radius: 3px;
    bottom: 0;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    border: 1px dashed green;
    height: 50px;
	text-align: center;

}
.contact-button span {
    top: -6px;
    right: 5px;
    position: relative;
    font-size: 14px;
	text-align: center;
}
.modal-state {
    display: none;
}
.moodal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0,.7);
    transition: opacity .25s ease;
    z-index: 2;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/***********************************************************************************************************
 =main
*/
main ul {
    padding-right: 10px;
}
main ul:after, main ul:before {
    content: " ";
    display: table;
    padding-right: 20px;
}
main ul li{
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}
main ul li:before {
    content: "\2713";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
    padding-left: 10px;
    color: #2b9cbe;
}
/******************************
=content*/
div.article-content-page p{
	text-align: justify;
	color: #000;
	margin: 0 0 10px;
	font: 18px/33px;/* "Open Sans", sans-serif;*/
}
div.article-content-page h2{
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 10px;
	line-height: 1.1;
	color: inherit;
}
div.article-content-page h1.post-title{
    text-align: center;
	display:block;
	/*font-size: 30px;*/
    color: #132e4c;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    margin:0 auto;
	margin-top: 30px;
	margin-bottom:10px;
}
div.article-content-page p {
    text-align: justify;
    color: #000;
    margin: 0 0 10px;
    font: 18px/33px;
}
/**************************************
=blue box*/
main div#bluebox {
    background-color: #062c51;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}
main div#bluebox p {
    display: block;
    text-align: center;
    line-height: 250px !important;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
/*************************************
=mag*/
main #quar-mag {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 100%;
}
main #articles-mag {
    width: 100%;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
}
main div#article-mag {
    width: 100%;
    margin-bottom: 10px;
}
main #article-mag div.article-content {
    overflow: hidden;
    height: 96%;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding: 20px 20px 0 20px;
    background-color: #fcfcfc;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
main #article-mag div.article-content img {
    border-radius: 5px;
}
main #article-mag p {
    margin-bottom: 5px;
    text-align: justify;
}
main #article-mag div.article-content a.read-more {
    visibility: hidden;
}
/*****************************************
=comment-form*/
div#respond span.comment-text {
    font-size: 25px;
    font-weight: bold;
    color: #008AD5;
    margin-top: 60px;
    display: inline-block;
}
#commentform {
    overflow: hidden;
    padding-top: 0;
    width: 100%;
}
#commentform p.commenter-name {
    display: flex;
}
#commentform input, 
#commentform textarea {
    float: right;
    margin-top: 10px;
    padding: 15px 20px;
    color: #616161;
    font-family: tahoma;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
}
#commentform p.commenter-email {
    display: flex;
}
#commentform p {
    overflow: hidden;
    color: #616161;
    margin-bottom: 10px;
    font-weight: bold;
}
input#submit {
    display: inline-block;
    margin-top: 5px!important;
    background-color: #d41818;
    border: none;
    font-weight: normal;
    font-size: 18px;
    padding: 10px auto;
    color: #fff;
    vertical-align: center;
    text-align: center;
    height: 50px;
    width: 80px;
    cursor: pointer;
    float: left;
    padding: 0;
}
/****************************************
=commentbox
------------------------------*/
div#commentbox {
    margin-bottom: 50px;
}
#cancel-comment-reply-link {
    margin-right: 15px;
    color: #008ad5;
}


/* Other
   * =============================== */ 
img.modal-img {
    max-width: 250px;
    height: auto;
    float: left;
    
    border: 1px solid #888;
    border-radius: 5px;;
	margin-bottom: 15px;
  }
  .moodal-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .modal-content p{
    line-height: 24px;
    font-size: 18px;
	
  }
  ol.modal-phone{
    direction: rtl;
    text-align: right;
    font-weight: 600;
    line-height: 24px;
	padding: 0;
  }
    ol.modal-phone li{
	padding-bottom: 10px;
	list-style: square;
  }
  h2.modal-heding{
    color: #000;
	text-align: center;
	margin-top: 20px;
  }
   h2.modal-heding-call{
    color: red;
	text-align: center;
	margin-top: 0;
	border:none;
  }
  p.modal{
	  text-align: right;
	   color: #334863;
  }
  a.modal-phone{
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 30px;
    border-radius: 5px;
  }
   a.modal-phone-box{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 5px;
  }
  a.modal-phone img{
    margin:0;
    position: relative;
    top: -4px;
	
  }

  label.contact-btn{
	  color: #fff;
	  display: block;
	  width: 45%;
    height: 50px;
}
.modal-state {
    display: none;
}
.modal-state:checked + .moodal {
    display: block;
  }
  
  .modal-state:checked + .moodal .modal__inner {
    top: 0;
  }
.moodal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0,.7);
    transition: opacity .25s ease;
    z-index: 2;
}
.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 85%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 85%;
    background-color: #d2e3fc;
}
.moodal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}
html body .appointment input[type="text"],
 html body .appointment input[type="tel"], 
 html body .appointment textarea {
    width: 100%;
    paddin: ;
    padding: 0.6em;
}
html body .appointment .form-control {
    display: block;
    text-align: right;
    height: 34px;
    border: none;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.appointment .form-control {
    display: block;
    text-align: right;
    height: 34px;
    border: none;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
}
html body .appointment textarea {
    height: 76px!important;
}
.appointment .content .centr input[type="submit"] {
    display: inline-block;
    margin-top: 5px!important;
    margin-bottom: -15px!important;
    height: 47px;
    background-color: #d41818;
    border: none;
    font-weight: 700;
    font-size: 18px;
    padding: 10px auto;
}
.btn-primary {
    width: 100%;
    color: #fff !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.modal__close:after, .modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: #f00;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}
.modal__close:before {
    transform: rotate(-45deg);
}
  h2.modal-heding{
    color: #000;
	text-align: center;
	margin-top: 20px;
  }