/*
Theme Name: Shonshin
Theme URI: http://sazin.me/
Description: A full featured customized theme by <a target="_blank" href="http://sazin.me">Saiful</a> from <a target="_blank" href="http://sazin.me/">sazin.me</a>
Author: Md Saiful Islam
Author URI: http://sazin.me
Version: 1.0
*/ 

body {
    background-color: #FFF;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-family: 'Heebo', sans-serif;
    direction: rtl;
    background-image: url(img/body-pattern.jpg);
    background-repeat: repeat;
}

ul,
ol {
    margin: 0;
    padding: 0 20px 0 0;
    list-style: circle;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input:focus,
submit:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    color: #007a77;
    font-weight: 700;
}

h3 {
    font-size: 35px;
}

body a:hover,
body a:hover img,
input[type="submit"]:hover,
body button:hover {
    opacity: 0.7;
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

a,
img,
button,
input[type="submit"] {
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}


/*================================
    =======Clear fix css=====
================================*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    display: block;
    margin: 0 auto
}


/*================================
    ======= Mian  css=====
================================*/

.container {
    width: 1170px;
}

.logo.clearfix {
    float: left;
}

header.header-area {
    position: relative;
}

.mainimenu {
    padding-top: 40px;
}

.mainimenu {}

.mainimenu ul {
    list-style: none;
    padding: 0;
}

.mainimenu ul li {
    float: right;
    font-weight: 600;
    position: relative;
}

.mainimenu ul li a {
    display: block;
    padding: 0px 0;
    color: #007876;
    text-transform: uppercase;
    margin: 0 10px;
    line-height: 24px;
}

.mainimenu ul li a:hover,
.mainimenu .current-menu-item a {
    color: #32dada;
    border-bottom: 2px solid #32dada;
}

.saiful-mobilemeu .current-menu-item a {
    color: #fca701;
}

.footer-area ul li a:hover,
.footer-area .current-menu-item a {
    color: #54c9c7;
}

.mainimenu ul ul.sub-menu {
    position: absolute;
    right: 10px;
    left: 0;
    z-index: 1;
    width: 250px;
    background-color: rgba(255, 255, 255, 1);
    /*    border-top: 2px solid #d11535;*/
}

.mainimenu ul ul.sub-menu li {
    background-image: none;
}

.mainimenu ul ul.sub-menu li a {
    text-transform: none;
    padding: 8px;
}

.menu--off {
    background-color: rgba(65, 139, 137);
    display: block;
    position: fixed;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    width: 100%;
    z-index: 99;
    height: 0%;
    overflow: scroll;
}

.menu--on {
    top: 0;
    height: 100%;
    box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.material-design-hamburger button {
    display: block;
    border: none;
    background: none;
    outline: 0;
}

.material-design-hamburger__icon {
    padding: 3rem 1rem;
    cursor: pointer;
}

.material-design-hamburger__layer {
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    background: #0c656c none repeat scroll 0 0;
    display: block;
    height: 6px;
    position: relative;
    width: 42px;
}

.material-design-hamburger__layer::before,
.material-design-hamburger__layer::after {
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    background: inherit;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: -13px;
    width: inherit;
}

.material-design-hamburger__layer:before {
    bottom: 200%;
}

.material-design-hamburger__layer:after {
    top: 200%;
}

.material-design-hamburger__icon--to-arrow {
    animation-name: material-design-hamburger__icon--slide;
    animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:before {
    animation-name: material-design-hamburger__icon--slide-before;
    animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:after {
    animation-name: material-design-hamburger__icon--slide-after;
    animation-fill-mode: forwards;
}

.material-design-hamburger__icon--from-arrow {
    animation-name: material-design-hamburger__icon--slide-from;
}

.material-design-hamburger__icon--from-arrow:before {
    animation-name: material-design-hamburger__icon--slide-before-from;
}

.material-design-hamburger__icon--from-arrow:after {
    animation-name: material-design-hamburger__icon--slide-after-from;
}

@keyframes material-design-hamburger__icon--slide {
    0% {}
    100% {
        transform: rotate(180deg);
    }
}

@keyframes material-design-hamburger__icon--slide-before {
    0% {}
    100% {
        transform: rotate(45deg);
        margin: 3% 37%;
        width: 75%;
    }
}

@keyframes material-design-hamburger__icon--slide-after {
    0% {}
    100% {
        transform: rotate(-45deg);
        margin: 3% 37%;
        width: 75%;
    }
}

@keyframes material-design-hamburger__icon--slide-from {
    0% {
        transform: rotate(-180deg);
    }
    100% {}
}

@keyframes material-design-hamburger__icon--slide-before-from {
    0% {
        transform: rotate(45deg);
        margin: 3% 37%;
        width: 75%;
    }
    100% {}
}

@keyframes material-design-hamburger__icon--slide-after-from {
    0% {
        transform: rotate(-45deg);
        margin: 3% 37%;
        width: 75%;
    }
    100% {}
}

ul#mobile-menu {
    text-align: left;
    list-style: none;
    padding-top: 100px;
}

.material-design-hamburger {
    position: absolute;
    right: 2%;
    top: -5px;
    z-index: 999;
    direction: ltr;
}

.wrapper {
    display: none;
}

.avoutus-text.leftabout.formobile {
    display: none;
}

.avoutus-text.leftabout {
    display: block;
}

.saiful-mobilemeu {
    margin-top: 70px;
    padding-bottom: 70px;
}

.saiful-mobilemeu ul li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.banner-text h1 {
    color: #007876;
    font-size: 50px;
    margin-bottom: 0;
}

.banner-text h2 {
    color: #000000;
    font-size: 40px;
    margin-top: 0;
}

.banner-text p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    font-weight: 600;
    color: #ffffff;
}

.banner-text {
    margin-top: 35px;
}

.header-banner-text {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 20px;
}

.small-banner {
    display: none;
}

img.large-banner,
img.small-banner {
    width: 100%;
    height: 100%;
}

footer.footer-area {
    background-color: #444;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 0 30px;
    position: relative;
    margin-top: -75px;
}

.footer-area h4 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 10px;
    background-image: url(img/footer-title-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

.footer-area p {
    color: #fff;
    font-size: 16px;
}

.footer-area ul {
    list-style: none;
    padding: 0;
}

.footer-area ul li {
    float: right;
    border-right: 2px solid #fff;
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 16px;
}

.footer-area ul li:first-child {
    border-right: 0px solid #fff;
}

.footer-area ul li a {
    color: #fff;
    padding: 0px 10px;
    display: block;
}

.sbs-form-main {}

.sbs-form-main input[type="text"],
.sbs-form-main input[type="email"] {
    float: right;
    width: 47%;
    border: none;
    color: #444444;
    margin-right: 4%;
    padding: 2px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.footer-subscribe p {
    margin-bottom: 15px;
}

.sbs-form-main input[type="text"] {
    margin-right: 0%;
}

.sbs-form-main input[type="submit"] {
    margin-top: 5px;
    border: none;
    background-color: unset;
    background-image: url(img/buttonbg-orange.png);
    width: 174px;
    height: 41px;
    background-size: 100% 100%;
    font-size: 15px;
    text-align: right;
    font-weight: 700;
    padding-right: 10px;
    cursor: pointer;
    color: #444444;
}

input[type="submit"] {
    cursor: pointer;
}

section#home-about-area h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #277575;
}

section#home-about-area img {
    width: 90%;
    margin-top: 50px;
}

section#home-about-area p {
    margin-bottom: 15px;
}

section#home-about-area {
    margin-top: 40px;
    margin-bottom: 60px;
}

section#page-subscribe-area {
    height: 300px;
    background-size: 100% 100%;
    padding-top: 80px;
}

section#page-subscribe-area h3 {
    color: #fff;
    margin-bottom: 35px;
}

.page-sbs-text {
    width: 43%;
    float: right;
    color: #fff;
    font-size: 20px;
}

.page-subscrive-main input[type="text"],
.bp-sbs-form-main input[type="text"],
.bp-sbs-form-main input[type="email"],
.page-subscrive-main input[type="email"] {
    float: right;
    border: none;
    color: #444444;
    margin-left: 15px;
    padding: 3px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 15px;
}

input.page-sub-btn {
    margin-top: 5px;
    border: none;
    background-color: unset;
    background-image: url(img/buttonbg-orange.png);
    width: 174px;
    height: 50px;
    background-size: 100% 100%;
    font-size: 15px;
    text-align: right;
    font-weight: 700;
    padding-right: 10px;
    cursor: pointer;
    color: #444444;
    margin-top: -8px;
    margin-right: 6px;
}

.bp-sbs-form-main input.page-sub-btn {
    width: 165px;
    height: 36px;
    padding-right: 10px;
    margin-top: 0px;
    margin-right: 0;
}

section#who-im-area h3 {
    color: red;
}

section#who-im-area h3 {
    color: #277575;
    margin-bottom: 20px;
    margin-top: 20px;
}

section#who-im-area {
    padding-top: 60px;
    padding-bottom: 30px;
}

section#who-im-area img {
    width: 90%;
}

a.kc_button.green-btn {
    background-color: unset;
    background-image: url(img/green-btn-bg.png);
    width: 166px;
    height: 48px;
    text-align: right;
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: 700;
    background-size: 100% 100%;
    padding-right: 36px;
    margin-top: 20px;
    margin-left: 7px;
}

.blog-reademore a.green-btn {
    background-color: unset;
    background-image: url(img/green-btn-bg.png);
    width: 140px;
    height: 40px;
    text-align: right;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    background-size: 100% 100%;
    padding-right: 30px;
    margin-top: 22px;
    margin-left: 15px;
    display: block;
    float: left;
    color: #444444;
    padding-top: 6px;
}

a.orrange-btn {
    background-color: unset;
    background-image: url(img/buttonbg-orange.png);
    width: 140px;
    height: 40px;
    text-align: right;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    background-size: 100% 100%;
    padding-right: 30px;
    margin-top: 10px;
    margin-left: 15px;
    display: block;
    float: right;
    color: #444444;
    padding-top: 6px;
}

.single-blog {
    width: 49%;
    float: right;
    margin-left: 2%;
    margin-bottom: 40px;
}

.single-blog:nth-child(2n+2) {
    margin-left: 0%;
}

.blog-img {
    width: 25%;
    float: right;
}

.blog-excerpt {
    width: 75%;
    float: right;
}

.green-btn.wokc {
    float: left;
}

section#recent-blog-area {
    padding-bottom: 140px;
    background-size: 100% 100%;
    padding-top: 30px;
}

section#recent-blog-area h3 {
    margin-top: 100px;
    color: #277575;
    margin-bottom: 70px;
}

.blog-excerpt h5 {
    font-size: 20px;
    line-height: 26px;
}

section.pagecotnent-area.pagemain {
    min-height: 700px;
}

.mainmenu-area {
    padding-bottom: 20px;
    background-image: url(img/body-pattern.jpg);
    background-repeat: repeat;
    padding-top: 10px;
}

section.pagecotnent-area.blog-page-main-area {
    background-image: url(img/body-pattern.jpg);
    background-repeat: repeat;
    padding-bottom: 140px;
    padding-top: 90px;
}

section.pagecotnent-area {
    padding-top: 70px;
    padding-bottom: 150px;
}

.home section.pagecotnent-area,
.page-id-1500 section.pagecotnent-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.single-blog-text.clearfix {
    width: 600px;
    margin: 0 auto;
}

.single-blog-text h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #603a22;
}

.page-subscrive-main {
    width: 57%;
    float: right;
}

.bp-sbs-form-area.clearfix {
    background-image: url(img/blog-form-bg-min.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 25px 16px;
    margin-top: 30px;
}

.bp-sbs-form-area h4 {
    font-size: 40px;
}

.bp-share-icon_text {
    width: 93%;
    float: right;
}

.bp-share-icon_icnon {
    width: 7%;
    float: right;
    margin-right: -5px;
}

.bp-share-icon_text p {
    margin-bottom: 0;
    margin-right: 8px;
    font-weight: 700;
    margin-top: 8px;
}

.blog-post-share.clearfix {
    padding: 20px 0;
}

.product-border {
    background-image: url(img/prodduct-border.png);
    background-repeat: no-repeat;
    height: 7px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.single-prodcuts-wrap:last-child .product-border {
    background-image: unset;
    margin-bottom: 30px;
}

.single-testimonials .product-border {
    margin-bottom: 40px;
}

.shor-border.clearfix {
    background-image: url(img/ss-border-img.png);
    background-repeat: no-repeat;
    height: 7px;
    background-size: 100%;
}

.blog-post-share-area {
    margin-top: 20px;
    margin-bottom: 50px;
}

.container-two {
    width: 850px;
    margin: 0 auto;
}

.product-img {
    width: 36%;
    float: right;
    margin-left: 2%;
}

.product-excerpt {
    width: 62%;
    float: right;
}

.product-area h2 {
    font-size: 45px;
    color: #277575;
    margin-bottom: 16px;
}

.product-img img {
    margin-top: 20px;
}

.product-area p {
    margin-bottom: 10px;
    color: #603a22;
    line-height: 25px;
}

.single-products .banner-text {
    margin-top: 10px;
}

.single-product-content {
    padding: 0 50px;
    color: #603a22;
}

.single-product-content h3 {
    color: #277575;
    margin-top: 40px;
    margin-bottom: 20px;
}

.single-product-content ul {}

.single-product-content ul li {
    display: block;
    margin-bottom: 10px;
}

.single-product-content ul li {
    display: block;
    margin-bottom: 10px;
    background-image: url(img/single-libg.png);
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 50px;
    line-height: 24px;
    background-size: 40px;
}

.single-product-content a.kc_button.orrange-btn {
    width: 196px;
    height: 50px;
    padding-right: 18px;
    padding-top: 11px;
    margin-top: 25px;
}

.single-product-content img {
    margin-top: -40px;
}

.page-id-13 section.pagecotnent-area {
    padding-top: 0px;
    padding-bottom: 150px;
}

.page-id-13 section#home-about-area {
    margin-top: 20px;
    margin-bottom: 60px;
}

section#home-about-area img.clinic-img {
    margin-top: 24px;
}

.testimonials-image {
    width: 22%;
    float: right;
    margin-left: 2%;
}

.testimonials-desc {
    width: 74%;
    float: right;
}

.testimonials-area h4 {
    font-size: 40px;
    color: #277575;
}

section#about-page-area img {
    margin-bottom: 25px;
    margin-top: 20px;
}

.shonshin-input {
    border: none;
    padding: 4px 11px;
    color: #4b4b4b;
    margin-bottom: 20px;
    width: 44%;
    float: right;
    margin-right: 4%;
    border-radius: 5px;
    direction: rtl;
    background-color: #e8e8e8;
}

.shonshin-halfinput br {
    display: none;
}

input:focus,
textarea:focus {
    outline: none;
}

.shonshin-textarea textarea {
    border: none;
    padding: 4px 15px;
    color: #4b4b4b;
    margin-bottom: 10px;
    width: 92%;
    float: left;
    margin-left: 4%;
    height: 100px;
    border-radius: 5px;
    direction: rtl;
    background-color: #e8e8e8;
}

.shonshin-form-area input.page-sub-btn {
    margin-top: 24px;
    margin-left: 21px;
    padding-right: 44px;
}

.wrapper {
    position: relative;
}

.shonshin-form-area.clearfix {
    padding: 30px 0 20px;
    margin-top: 20px;
    background-image: url(img/contact-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section#contact-page-area {
    padding-bottom: 150px;
}

section#contact-page-area strong {
    color: #277575;
    font-weight: 400;
}

section#contact-page-area a {
    color: #277575;
    font-weight: 400;
}

.home .desktop-header {
    display: block;
}

.desktop-header {
    display: none;
}

.mobile-header {
    display: block;
}

#who-im-area img.desktop-img {
    display: block;
}

#who-im-area img.mobile-img {
    display: none;
}

input.page-sub-btn {
    padding-right: 24px;
}

@media (min-width: 992px) {
    .da-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .da {
        display: none;
    }
}

section#home-about-area iframe {
    width: 100%;
    height: 280px;
}

.saiful-mobilemeu ul.sub-menu {
    opacity: 1 !important;
    list-style: none;
}

section#home-about-area a {
    color: #007a77;
}

section#recent-blog-area h4 a {
    color: #007a77;
}

.page-subscrive-main br {
    display: none;
}

.page-subscrive-main span {
    float: right;
    width: 33%;
}

.page-subscrive-main input[type="text"],
.page-subscrive-main input[type="email"] {
    width: 100%;
}

.shon-email {
    margin-right: 10px;
}

.sbs-form-main br {
    display: none;
}

.sbs-form-main input[type="submit"] {
    float: right;
}

.bp-sbs-form-area .page-subscrive-main {
    width: 100%;
}

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

ol.commentlist li {}

ol.commentlist li.alt {}

ol.commentlist li.bypostauthor {}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment {
    border-bottom: 1px dotted #007a77;
    padding: 1em;
}

ol.commentlist li.comment div.comment-author {}

ol.commentlist li.comment div.vcard {
    font: normal 16px georgia, times, serif;
}

ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li.comment div.vcard cite.fn a.url {}

ol.commentlist li.comment div.vcard img.avatar {
    border: 3px solid #ccc;
    float: right;
    margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.vcard img.avatar-32 {}

ol.commentlist li.comment div.vcard img.photo {}

ol.commentlist li.comment div.vcard span.says {}

ol.commentlist li.comment div.commentmetadata {}

ol.commentlist li.comment div.comment-meta {
    font-size: 9px;
}

ol.commentlist li.comment div.comment-meta a {
    color: #ccc;
}

ol.commentlist li.comment p {
    font-size: 15px;
    margin: 0 0 1em;
}

ol.commentlist li.comment ul {
    font-size: 15px;
    list-style: square;
    margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
    font-size: 14px;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}

ol.commentlist li.comment ul.children li {}

ol.commentlist li.comment ul.children li.alt {}

ol.commentlist li.comment ul.children li.bypostauthor {}

ol.commentlist li.comment ul.children li.byuser {}

ol.commentlist li.comment ul.children li.comment {}

ol.commentlist li.comment ul.children li.comment-author-admin {}

ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 3px solid #007a77;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 3px solid #007a77;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 3px solid #bbb;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-5 {}

ol.commentlist li.comment ul.children li.odd {}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
    background: #f6f6f6;
}

ol.commentlist li.parent {
    border-left: 5px solid #111;
}

ol.commentlist li.thread-alt {}

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}

div#respond h3 {
    font-size: 17px;
}

h3#comments {
    font-size: 17px;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
    color: #007a77;
}

input.phtelell {
    padding: 3px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    float: right;
    width: 98%;
}

.sbs-form-main {
    direction: rtl;
}

.page-subscrive-main input[type="text"],
.page-subscrive-main input[type="email"] {
    width: 100%;
    direction: rtl;
}

.page-subscrive-main.newsingup input[type='tel'] {
    text-align: right;
    margin-right: 20px;
    width: 100%;
}

.page-subscrive-main.newsingup {
    width: 100%;
}

.page-subscrive-main.newsingup span {
    width: 24.5%;
}

div#newsingup {
    padding: 0 10%;
}

a.kc_button.orrange-btn br {
    display: none;
}

ul.sub-menu {
    display: none;
}


/* style date 26.03.2020 */

.newhome-btext.clearfix {
    width: 500px;
    background-color: #fdfaf8;
    padding: 30px;
    float: left;
    margin-left: 15%;
}

.newhome-btext h2 {
    color: #007b76;
    font-size: 35px;
}

.newhome-btext p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

a.newp-bbtn {
    background-color: unset;
    background-image: url(img/buttonbg-orange.png);
    width: 165px;
    height: 40px;
    text-align: right;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    background-size: 100% 100%;
    padding-right: 25px;
    margin-top: 15px;
    margin-left: 15px;
    display: block;
    color: #444444;
    padding-top: 6px;
    float: right;
}

.home section#page-subscribe-area,
.page-id-1500 section#page-subscribe-area {
    height: auto;
    background-size: 100% 100%;
    padding-top: 20px;
    background-position: center center;
}

#page-subscribe-area .newh-sub-title h3 {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

#page-subscribe-area .newh-sub-title h4 {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

section#new-howcan-help-area {
    color: #fff;
    padding-bottom: 60px;
    padding-top: 50px;
}

section#new-howcan-help-area h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 700;
}

section#new-howcan-help-area h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
}

.nh-single-wecan-wraap {
    border: 1px solid #a3a7b0;
    padding: 15px;
    overflow: hidden;
}

section#new-howcan-help-area p {
    font-size: 16px;
    line-height: 22px;
}

section#new-howcan-help-area a.kc_button {
    background-color: unset;
    font-size: 16px;
    color: #ffc768;
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

section#new-howcan-help-area a.kc_button br {
    display: none;
}

.nh-single-help {
    min-height: 170px;
}

.container {
    margin: 0 auto;
    padding: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

/* .home img.large-banner, */
.page-id-1500 img.large-banner{
    height: 500px;
    object-fit: cover;
}

div#shonhidden-content {
    background-color: #007876;
}

div#shonhidden-content h3 {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 40px;
}
div#shonhidden-content h5 {
    color: #fff;
    margin-bottom: 30px;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 4px;
    right: 0;
    top: 0;
    color: #fff;
}
div#shonhidden-content {
    direction: rtl;
    color: #fff;
}


.page-subscrive-main.newsingup span.wpcf7-list-item-label {
    width: 78%;
    margin-top: -7px;
    margin-right: 10px;
}

.page-subscrive-main.newsingup span.wpcf7-form-control.wpcf7-checkbox {
    width: 100%;
    text-align: right;
    direction: rtl;
}

#shonhidden-content input[type="checkbox"] {
    float: right;
    display: inline-block;
	 margin-right: 10px;
}

.sbs-form-main input[type="text"], .sbs-form-main input[type="email"] {
    text-align: right;
}
input.phtelell {
    text-align: right;
}
