/*rtl css*/

* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
  position: relative;
  color: #5b5b5b;
  font-family: 'Poppins', sans-serif;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

section img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 15px;
  font-family: 'Courgette', cursive;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0fa5d9;
}

a:hover {
  text-decoration: none;
  color: #666;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

ul {
  margin: 0 15px 0 0;
  padding: 0;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
  margin-bottom: 40px;
}

.middle-align {
  margin: 0 auto;
  padding: 0;
}

.wp-caption {
  margin: 0;
  padding: 0;
  font-size: 13px;
  max-width: 100%;
}

.wp-caption-text {
  margin: 0;
  padding: 0;
}

.sticky {
  margin: 0;
  padding: 0;
}

.gallery-caption {
  margin: 0;
  padding: 0;
}

.alignleft,
img.alignleft {
  display: inline;
  float: right;
  margin-left: 35px;
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 0;
}

.alignright,
img.alignright {
  display: inline;
  float: left;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

.comment-list .comment-content ul {
  list-style: none;
  margin-right: 15px;
}

.comment-list .comment-content ul li {
  margin: 5px;
}

.main-container ol {
  list-style-position: outside;
  margin-right: 20px;
}

.main-container ol li {
  margin: 5px 0;
}

.toggleMenu {
  display: none;
}

.bypostauthor,
.screen-reader-text {
  margin: 0;
  padding: 0;
}

section {
  padding: 50px 0;
  position: relative;
}

h2.section-title {
  font-size: 50px;
  font-weight: 700;
  padding: 0 0 35px 0;
  text-align: center;
  display: table;
  margin-bottom: 50px;
  background: url(images/sec-title-bg.png) no-repeat center bottom;
}

.section-subtitle {
  padding: 0 0 15px 0;
  text-align: center;
  display: table;
  margin-bottom: 50px;
  width: 100%;
}


/* slider */

#slider {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: #fff;
}

hr.slide-hr {
  border-top: 4px solid #fc5b74;
  margin-top: 0;
  width: 10%;
  border-radius: 20px;
}

.nivoSlider img {
  opacity: 0.6;
}

#slider .top-bar {
  margin: 0;
  text-align: right;
}

#slider .nivo-caption {
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  left: 45%;
  color: #000;
}

#slider .desc h4 {
  color: #fc5b74;
  font-size: 35px;
  text-align: right;
  text-transform: capitalize;
}

#slider .desc {
  color: #46494b;
  font-weight: 400;
  line-height: 1.5;
}

a.read-more {
  padding: 10px 30px;
  margin-top: 21px;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  color: #000;
  border: 2px solid #000;
  background: transparent !important;
  font-family: 'Courgette', cursive;
}

.nivi-caption .read-more {
  width: 30%;
  display: block;
}

a.read-more:hover {
  background: #fc5b74 !important;
  color: #ffffff;
  border-color: #fc5b74;
}

.main-container {
  margin: 0;
  padding: 0;
}

a.nivo-prevNav {
  right: auto;
  left: 0;
}


/** Header **/

#header {
  width: 100%;
  position: static;
  background: #ff809378;
}

.page-template-custom-home-page #header {
  width: 100%;
  position: absolute;
  z-index: 999;
  background: transparent !important;
  border-bottom: 1px solid #ccc;
}

.appointbtn a {
  padding: 10px;
  background: #fc5b74;
  color: #fff;
  border-radius: 20px;
  font-family: 'Courgette', cursive;
}

.appointbtn a:hover {
  background: #fff;
  color: #fc5b74;
}

.appointbtn {
  margin: 35px 0;
  padding-right: 0;
}

.logo h1 {
  padding-bottom: 0;
  padding: 10px 0 0;
  font-size: 40px;
}

.logo a,
.logo a:hover,
.logo p {
  text-transform: capitalize;
  color: #000;
}

.toggle {
  display: none;
}

.logo > p {
  font-size: 12px;
}


/* About Us */

iframe {
  width: 100%;
}

.video-post h2 a {
  color: #000;
  font-size: 35px;
  text-transform: capitalize;
}

.video-post p {
  color: #bbb;
  line-height: 2;
}

@media screen and (min-width:1000px) {
  .main-nav ul {
    margin: 0;
    padding: 0;
    float: left;
  }
  .main-nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 40px 0;
  }
  .main-nav ul li a {
    text-decoration: none;
    padding: 35px 13px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
  }
  .main-nav ul li a:hover {
    text-decoration: none;
    padding: 30px 13px;
  }
  .main-nav ul li ul,
  .main-nav ul li ul.sub-menu li ul {
    display: none;
  }
  .main-nav ul li:hover ul {
    position: absolute;
    display: block;
    background-color: #000000;
    z-index: 99;
    padding: 0;
    right: 16px;
    width: 200px;
    top: 75px;
  }
  .main-nav ul li ul.sub-menu li:hover ul {
    position: absolute;
    display: block;
    background-color: #000000;
    z-index: 99;
    padding: 0;
    right: 200px;
    width: 200px;
    top: 0;
  }
  .main-nav ul li:hover ul li {
    padding: 0;
    display: block;
  }
  .main-nav ul li:hover ul li a {
    padding: 0;
    color: #ffffff;
    border-top: none;
    text-transform: capitalize;
  }
  #header .logo {
    float: right;
    padding-bottom: 8px;
  }
}


/* --------- Pages ------- */

.content-area {
  width: 1160px;
  margin: 0 auto;
  padding: 50px 0;
}

.site-main {
  width: 800px;
  margin: 0;
  padding: 0;
  float: right;
}

#sitefull {
  width: auto !important;
}

#nosidebar {
  width: 80%;
  margin: 0 auto;
  float: none;
  text-align: center;
}

#sidebar {
  width: 270px;
  margin: 0;
  padding: 0;
  float: left;
}


/*copyright css*/

.copyright-wrapper {
  position: relative;
  padding: 20px 0;
  background-color: #FF8093;
  color: #ffffff;
}

.copyright-wrapper .inner {
  width: 1170px;
  margin: auto;
}

.footer-menu {
  float: right;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.copyright ul li,
.footer-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}

.footer-menu ul ul {
  display: none;
}

.copyright {
  margin: auto;
  text-align: center;
}


/* ------ Contact Form ------ */

.wpcf7 {
  margin: 0;
  padding: 0;
  font: 400 15px 'Roboto Condensed', sans-serif;
  color: #ffffff;
}

.wpcf7 form {
  margin: 0;
  padding: 0;
}

.wpcf7 form span.last {
  float: none !important;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="date"],
.wpcf7 form select,
.leftdiv input[type="text"],
.leftdiv input [type="url"],
.leftdiv input[type="email"],
.leftdiv input[type="tel"],
.wpcf7 form textarea,
.rightdiv textarea {
  width: 94%;
  background-color: #f8f8f8;
  border: 1px solid #e6e5e5;
  padding: 10px;
  margin-top: 15px;
  font: 400 14px 'Roboto Condensed', sans-serif;
  color: #777777;
}

.wpcf7 form textarea,
.rightdiv textarea {
  height: 132px;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="file"] {
  margin-top: 10px;
  padding: 0;
}

span.wpcf7-list-item {
  margin: 0 0 0 15px !important;
}

.wpcf7 form input[type="submit"],
#contact input[type="submit"] {
  font: 400 15px 'Roboto Condensed', sans-serif;
  margin: 25px 0 0 0;
  padding: 5px 20px;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  background-color: #0fa5d9;
}

.entry-content p input[type="submit"] {
  background-color: #0bb5c7;
  border: none;
  padding: 10px 20px;
  font: 400 15px 'Lato', sans-serif;
  color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.spacer20 {
  height: 20px;
  clear: both;
}

.nav-links {
  display: table;
  clear: both;
  margin-top: 15px;
}

.nav-links a,
.nav-links span {
  background: #222222;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.nav-links .current {
  background: #ff8a00;
}

.nav-links a:hover {
  color: #000000;
}

h1.entry-title,
h1.page-title {
  padding-bottom: 14px;
  font-size: 36px;
  /*text-transform:uppercase;*/
}

article.tag-sticky-2 {
  background: #f6f6f6;
  padding: 10px;
}

article img {
  height: auto;
}

article p {
  margin: 10px 0;
}

.post-date {
  display: inline;
}

.post-comment {
  display: inline;
}

.post-categories {
  display: inline;
}

.post-tags {
  display: inline;
}

form.search-form {
  margin-bottom: 15px;
}

input.search-field,
.post-password-form input[type=password] {
  border: 1px #eee solid;
  padding: 4px;
}

input.search-submit,
.post-password-form input[type=submit] {
  border: none;
  color: #ffffff;
  padding: 4px 10px;
  cursor: pointer;
}

aside.widget {
  margin-bottom: 30px;
}

aside.widget ul {
  list-style: disc;
  margin-right: 13px;
}

.nav-previous {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-next {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

nav.post-navigation {
  padding: 10px 0 20px;
}

.webicon {
  font-size: 20px;
}

#sidebar ul li {
  margin: 5px 0;
}

.comment-list,
ol.comment-list {
  list-style: none;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-list ul,
ol.comment-list ul {
  list-style: none;
}

.comment-list li.comment {
  margin-top: 20px;
}

.comment-list .comment-content h1,
.comment-list .comment-content h2,
.comment-list .comment-content h3,
.comment-list .comment-content h4,
.comment-list .comment-content h5,
.comment-list .comment-content h6 {
  margin-top: 15px;
}

h3.widget-title {
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-post-repeat {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}


/* woocommerce */

a.added_to_cart {
  background: #e1472f;
  padding: 5px;
  display: inline-block;
  color: #fff;
  line-height: 1;
}

a.added_to_cart:hover {
  background: #000000;
}

a.button.added:before {
  content: '' !important;
}

#bbpress-forums ul li {
  padding: 0;
}

#subscription-toggle a.subscription-toggle {
  padding: 5px 10px;
  display: inline-block;
  color: #e1472f;
  margin-top: 4px;
}

textarea.wp-editor-area {
  border: 1px #ccc solid;
}

.woocommerce input[type=text],
.woocommerce textarea {
  border: 1px #ccc solid;
  padding: 4px;
}

form.woocommerce-ordering select {
  padding: 5px;
  color: #777777;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  color: #ff8a00;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: inherit !important;
}

h1.product_title,
p.price {
  margin-bottom: 10px;
}

a.blogthumbs img {
  width: 100%;
}


/**/

.one_half h2.section-title {
  margin: 0 0 23px !important;
}

h2.section-title {
  margin: 0 auto 15px auto;
}

#contact .column-2 {
  width: 65%;
  float: right;
  margin: 0;
}

#contact .column-2.last_column {
  width: 25%;
  margin-right: 9%;
}

#contact .column-2.last_column span {
  text-transform: capitalize;
  font: 400 14px 'Open Sans', san-serif;
}

#contact .column-2.last_column a {
  color: #666666;
}

.leftdiv {
  float: right;
  width: 48%;
}

.rightdiv {
  float: left;
  width: 48%;
}

#contact .column-2 h2 {
  font: 400 18px 'Oswald';
  text-transform: uppercase;
}


/*------- COMMENT STYLES --------*/

.comment-author.vcard {
  display: inline-block;
  margin-left: 15px;
  float: right;
}

.comment-list ul.children li.comment {
  background-image: none;
  padding-right: 5px;
}

.hrule {
  border-top: 1px #dbdbdb solid;
  margin-top: 15px;
  padding-bottom: 15px;
}

ol.commentlist {
  list-style: none;
}

#commentform p {
  margin: 5px 0;
}

#commentform label {
  display: block;
}

#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
  max-width: 96%;
  border: 1px #ccc solid;
  padding: 5px 2%;
}

#commentform input#submit {
  font: 400 15px 'Roboto Condensed', sans-serif;
  border: none;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
}

#commentform input#submit:hover {
  cursor: pointer;
}

.form-allowed-tags {
  display: none;
}

ul.errormsg {
  background: #ffe4e4;
}

ul.errormsg li {
  padding: 5px;
}

.entry-content table,
.comment-body table {
  border-collapse: collapse;
  margin: 10px 0;
}

.entry-content table td,
.entry-content table th,
.comment-body table td,
.comment-body table th {
  padding: 10px 5px;
  text-align: right;
}

.entry-content table th,
.comment-body table th {
  color: #676767;
  font: normal 18px Oswald;
  border-bottom: 1px #888 solid;
}

.entry-content table td,
.comment-body table td {
  border-bottom: 1px #ccc solid;
}

.fvch-codeblock:hover .comment-form-url {
  display: block !important;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
  background: #ff8093;
  padding: 12px;
  margin-bottom: 10px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
}

blockquote {
  border-right: 5px solid #FF8093;
  font-size: 15.5px;
}

#comments {
  margin-top: 25px;
}

h2 {
  font-size: 28px;
}


/* Footer */

#colophon {
  background: #000;
  padding: 2% 0;
}

#colophon h3.widget-title {
  color: #ff8093;
  border-color: #ff8093;
}

#colophon aside.widget ul {
  list-style: none;
  margin: 5px 0;
}

#colophon aside.widget ul li {
  padding: 5px 0 0;
}

#colophon aside.widget ul li a {
  color: #fff;
  padding: 5px;
}

#colophon select,
#sidebar select {
  display: block;
  width: 100%;
  padding: 10px;
}

#colophon input.search-field {
  padding: 10px 0;
  border: none;
}

#colophon input.search-field::placeholder {
  font-style: italic;
  padding: 0 5px;
}

#colophon input.search-submit {
  padding: 10px;
}

#colophon .tagcloud a {
  font-size: 12px !important;
  border: 1px solid #fff;
  padding: 10px;
  margin: 5px;
  display: inline-block;
}

#colophon .tagcloud a:hover {
  background: #ff8093;
  color: #fff;
}

#colophon td,
th {
  border: 1px solid #fff;
  padding: 10px;
}