
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

:root
{
    --br:16px;
}

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(nice-select.css);
@font-face {
     font-family: 'helveticaregular';
     src: url('../fonts/helvetica_400-webfont.woff2') format('woff2'), url('../fonts/helvetica_400-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}


/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1400px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: var(--ptc);
     font-family: var(--sf);
    background-color: var(--bc);
    font-size: var(--sfs);
     line-height: 1.80857;
     font-weight: normal;
         direction: rtl;
    text-align: right;
}


/*font-family: 'Roboto', sans-serif;*/

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}
h3 {
    font-size: calc(var(--shs)*0.7);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--shf);
}
*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
     text-align: initial;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2,
.titleSlider {
    text-transform: uppercase;
     font-size: 45px;
     color: var(--wtc3);
     line-height: 50px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
     padding-bottom: 15px;
}
.top{
    top: 30px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
    font-size: 20px;
    background-color: var(--mc);
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--mtc);
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: bold;
    text-transform: uppercase;
}

.read_more:hover {
     background: var(--sc);
     color: var(--wtc2);
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/*-- header --*/

.header-area  {
     padding: 30px 16px;
     color: ;
     width: 100%;
     z-index: 9999999;
     height: 87px;
     background:var(--hc);
}


.logo_sm {display: none;}



.logo_midle {color: #fef6fc; font-weight: bold; color: #fff !important;}
.logo_midle {
   position: absolute;
    background-color: var(--hc);
    width: 158px;
    top: -37px;
    height: 158px;
    border-radius: 100px;
    z-index: 9;
    right:10px;
}
.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: var(--htc);
    font-size: 17px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navbar ul li {
    padding-left: 27px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #00132b;
}
.site-navbar ul li a.active {
    color: #00132b;
}

.nav-toggler {
    border: 3px solid var(--htc);
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: var(--htc);
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.left {

    position: absolute;
    background: var(--hc);
    width: 80px;
    left: 0;
    height: 87px;
    top: 0;
    text-align: center;
    line-height: 87px;

}

.left  a i {
    color: #fff;
        font-size: 28px

}
.right {
    position: absolute;
    background: var(--mc);
    color: var(--mtc);
    width: 80px;
    right: 0;
    height: 87px;
    top: 0;
    text-align: center;
    line-height: 87px;

}
.right  a i {
    color: #fff;
    font-size: 29px;

}
/** end header **/




/** end header **/


/** banner section **/

.full_bg {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100vh;
    padding-bottom: 150px;
     position: relative;
}

.full_bg .carousel-indicators {
    bottom: -43px;
    margin-left: 0;
    left: 20px;
    right: inherit;
    display: none;
}

.full_bg .carousel-indicators li.active {
     display: inline;
}

.full_bg .carousel-indicators li {
     text-indent: unset;
     opacity: 1;
     color: #fff;
     font-size: 18px;
     text-align: center;
     line-height: 59px;
     margin-right: 0px;
     background: transparent; 
     border: none;
     text-indent: unset;
     display: none;
}



.slider_main {
     padding-top: 11%;
}

.cuplle {
     position: inherit;
     bottom: 0;
     padding: 0;
     z-index: 1;
     left: 0;
     right: 0;
}

.photog {
     z-index: 9999;
     position: relative;
     text-align: right;
}

.photog .read_more:focus {
     box-shadow: none;
}

.photog h1 {
     padding: 0;
     font-size: 89px;
     line-height: 115px;
     color: var(--wtc1);
     font-weight: bold;
     text-align: right;
     padding-bottom: 25px;
}


.photog .read_more {
    margin-right: 15px;
    font-weight: normal;
    background:var(--mc);
    color: var(--mtc);
    height: 50px;
    line-height: 50px;
    max-width: 204px;
}


.photog .read_more:hover {background: #ed1c24; color: #fff;}
.slider_main .carousel-item {
     height: 100%;
     width: 100%;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width:80px;
     height: 80px;
     background-color: var(--stc);
     color: #fff;
     font-size: 35px;
     opacity: 1;
     top: 50%;
     border-radius: 50%;
    
}

#banner1 .carousel-control-prev {
   
      left: 0%;
      z-index:2;
}

#banner1 .carousel-control-next {
     
     right: 0%;
      z-index:2;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
     background-color: var(--sc);
     color: var(--wtc2);
}

.about {
    background: #fff;
    padding: 50px 20px;
    position: relative;
    margin: 0 70px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
    border-radius: 60px;
    margin-top: -130px;
    z-index: 1;
}

.container_width {max-width: 1380px;
 padding: 0 15px;
 display: block;
 margin: 0 auto;
 clear: both;


}

.about .titlepage {
     padding-bottom: 0;
}
.about .titlepage h2 {
    position: relative;
    padding-bottom: 18px;
}

.about .titlepage h2::before,
.titlepage h2::before{
    position: absolute;
    content: "";
    bottom: 0px;
    background: var(--sc);
    color: var(--wtc2);
    width: 93px;
    height: 11px;
    right: 0;
    border-radius: 20px;
    transition: all 0.4s;
}
.about:hover .titlepage h2::before,
.coronata:hover .titlepage h2::before,
.doctors:hover .titlepage h2::before,
.titlepage:hover h2::before{
    width: 174px;
    right: -5px;

}
.about .titlepage p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    padding: 8px 0px 41px 0px;
}


.about_img figure {
     margin: 0;
}

.coronata {
    background: #fff;
   margin-top: 100px;
  
}

.coronata .titlepage {
     padding-bottom: 0;
}

.coronata .titlepage p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #111111;
    padding: 35px 0px 50px 0px;
}


.coronata_img figure {
     margin: 0;
}

/** end coronata section **/



/** protect **/

.protect {
    padding: 0px;
    padding-bottom: 25px;
}


.protect_bg  {
    background-color: var(--wbc3);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 48px;
    background-size: cover;
}

.protect .titlepage p {
     padding-top: 5px;
   
}
.desktop {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}


.protect_box h3 {
     color: #0d0e0e;
     font-size: 17px;
     font-weight: bold;
     padding-top: 25px;
     padding-bottom: 5px;
 
}

.protect_box span {
     color: #081419;
     font-weight:normal;
}
.protect .read_more {
    margin: 0 auto;
    display: block;
    max-width: 174px;
    height: 51px;
    line-height: 51px;
    font-weight: bold;
    font-size: 15px !important;
    margin-top: 40px;

}
.owl-carousel .owl-item img {
    text-align: center;
    margin: 0 auto;
    width: 150px;
}

.owl-carousel .owl-nav.disabled {
     display: inherit !important;
    padding-top: 80px;
}


.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev,
.carousel-control-prev,
.carousel-control-next{
     width: 90px;
     height: 90px;
     background-color: var(--stc) !important;
     color: #fff !important;
     font-size: 55px !important;
     line-height: 30px !important;
     opacity: 1;
     border-radius: 50px;
     transition: ease-in all 0.5s;
     box-shadow: 0 0 80px rgba(13, 3, 3, 0.11);
}
.carousel-control-prev,
.carousel-control-next{
    top: calc(50% - 45px);
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover,
.carousel-control-prev:hover,
.carousel-control-next:hover{
     background-color: var(--sc) !important;
     transition: ease-in all 0.5s;
     color: var(--wtc2);
}
.owl-next {
    position: absolute;
    right: 42%;
}
.owl-prev {
    position: absolute;
    left: 42%;
}


/** end protect **/



/** cases section **/

.cases {
    background: #fff;
    padding: 0 30px 0 30px;
   padding-top: 70px;


}
.cases .titlepage {padding-bottom: 30px;}
.cases .titlepage p {padding-top: 5px;}
.latest {
    margin-top: 30px;
    background: #fff;
    padding: 25px 25px 0px 25px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.20);
    margin-bottom: 70px;
}


.latest figure {margin: 0;}

.latest .read_more {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 99999;
    max-width: 174px;
    height: 51px;
    line-height: 51px;
    font-weight: normal;
    top: 22%;
    right: 0;
    left: 0;
    bottom: 0;
}

.nostrud h3 {
    color: #151515;
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 30px;
    height: 94px;
    overflow: hidden;
}

.nostrud p {
    padding: 5px 0 60px 0;
    color: #0f100d;
    line-height: 28px;
    font-weight: normal;
}


.nostrud img {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 42px;
    width: 80px;
    height: 81px;
    text-align: center;
    margin: 0 auto;
}


/** end cases section **/


/** doctors section **/

.doctors {
    background: #fff;
   
   padding-top: 50px;
   position: relative;


}


.reader {
    margin-top: 45px;
    background: #fff;
    padding: 0px 30px 0 30px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.20);
    border-radius: 10px;
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
}




.reader i {
    margin: 0;
}

.reader i img {

   box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);  margin-top: -50px;
}



.reader h3 {
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 42px;
    text-transform: uppercase;
}

.reader p {
    padding: 20px 0 40px 0;
    color: #0f100d;
    line-height: 28px;
    font-weight: normal;
}

#ho_efcet:hover .reader {background: #fafaf9;  transition: ease-in all 0.5s;}





.doctors::before {
    position: absolute;
    content: "";
    right: 4%;
    background: url(/statics/images/case.png);
    top: 34%;
    width: 120px;
    height: 121px;
}

/** end doctors section **/


/** contact **/

.contact {
    background: #fff;
    padding-top: 50px;
}



.contact .titlepage {padding-bottom: 0;}
.main_form {padding-top:45px;}
.main_form .contactus {
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 66px;
     background: #fff;
     color: #a3a3a2;
     font-size: 17px;
     font-weight: normal;
     border: #9d9d9c solid 2px;
}

.main_form .textarea {
     margin-bottom: 30px;
     width: 100%;
     background: #fff;
     color: #a3a3a2;
     font-size: 17px;
     font-weight: normal;
     padding: 40px 20px 10px 20px;
     border: #9d9d9c solid 2px;
     height: 120px;
}

.main_form .send_btn {
     font-size: 15px;
     transition: ease-in all 0.5s;
     background-color: #2b2b2b;
     text-transform: uppercase;
     color: #fff;
     max-width: 200px;
     width: 100%;
     display: block;
     font-weight: bold;
     height: 77px;
     line-height: 77px;
}

.main_form .send_btn:hover {
     background-color: #e92f0b;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #a3a3a2;
     opacity: 1;
}


/** end contact **/



/** update **/

.update { padding-top: 50px; position: relative;}



.update::before {
    position: absolute;
    content: "";
    left: 4%;
    top: 3%;
    width: 120px;
    height: 121px;
    background-repeat: no-repeat;
}
.cevery_white {background: #fff;}
.cevery_bg {background: url(/statics/images/ever_bg.jpg);
background-size: cover;
background-repeat: no-repeat; background-position: center;
padding: 80px 0;
}


.newsl {
    text-transform: uppercase;
    width: 100%;
    height: 71px;
    background: #ffffff70;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 25px;
    border: #fff solid 1px;
    border-radius: 20px;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    color: var(--wtc2);
    background-color: var(--sc);
}

#colof *::placeholder {
    color: #fff;
    opacity: 1;
}
/** end update **/


/** footer **/

.footer {
    padding-top: 20px;
    background: var(--fc);
    color: var(--pfc);
    text-align: center;
}
.footer a{
color: var(--pfc);
}

.hedingh3 {padding-bottom: 25px;
    text-align: right;
}
.hedingh3 h3 {
    color: var(--tfc);
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}

.hedingh3 div {
    color: var(--pfc);
    text-align: right;

}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: var(--pfc);
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
     text-align: right;

}

ul.menu_footer li a:hover {
    color: #e92f0b;
}





ul.inst li {
    display: inline-block;
    margin: 4px;
}


ul.top_infomation li {
    display: block;
    font-size: 15px;
    color: var(--pfc);
}

ul.top_infomation li:last-child {
    padding-right: 0;
}

ul.top_infomation li i {
    margin-right: 5px;
    color: #fff;
    text-align: center;
    transition: ease-in all 0.5s;
}

ul.top_infomation li a {
    color: #fff;
}

ul.top_infomation li a:hover {
    color: #e92f0b;
}

ul.top_infomation li i:hover {
    background: #eb4746;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: ease-in all 0.5s;
}


.copyright {
    margin-top: 60px;
   
    padding-bottom: 20px;
}

.copyright p {
    border-top:var(--pfc) solid 1px;
    padding-top: 20px;
    color: var(--pfc);
    font-size: 17px;
    line-height: 22px;
    text-align: center;

    font-weight: normal;
}

.copyright a {
    color: #d1d1d1;
}

.copyright a:hover {
    color: #ed1c24;
}


/** end footer **/



/**  inner page css **/



.inner_page .full_bg {
     height: 106px;
     padding-bottom: 0;
    
}
.inner_page .about {
    margin-top: 145px;
    margin-bottom: 80px;
}

.inner_page .doctors { padding-top: 140px;  padding-bottom: 50px;}
.inner_page .coronata {
    padding-top: 130px;
    padding-bottom: 80px;
}
.inner_page .cases {padding-top: 140px;
padding-bottom: 40px;}
.inner_page .contact {
    padding-top: 145px;
    padding-bottom: 80px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
direction: ltr;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
}
.sidebar-box .heading-sidebar {
    font-weight: 500;
    margin-bottom: 20px;
}
.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.categories, .sidelink {
    padding: 0;
    margin: 0;
}
.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}
.categories li a, .sidelink li a {
    display: block;
    color: #1a1a1a;
}
.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
}
background-image: url(https://www.asazoon.com/content/VTXEPKW/300/300/p9IDgRdsnCErhaBngrHo.jpg);
}
.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}
.img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.block-21 .text {
    width: calc(100% - 100px);
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
}
.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.block-21 .text .heading a {
    color: var(--lc);
}
.block-21 .text .meta > div {
    display: inline-block;
    margin-right: 5px;
}
.block-21 .text .meta > div a {
    color: #b3b3b3;
}
ul.tab {
    border-bottom: 1px solid #e4e4e4;
}
.system-dc ul {
    list-style: disc!important;
    padding-right: 59px;
}
ul.tab li {
    padding: 0;
    list-style: none;
    margin: 0 -2px;
    display: inline-block;
}
.system-dc ul li {
    list-style: disc!important;
}
.nav-tabs.tab .nav-link.active, .sw-tab-bar .nav-link.active {
    color: var(--mc);
    background-color: var(--mtc);
    border-color: #fff0 #fff0 var(--mc);
    border-bottom: 3px solid var(--mc);
}.sh-card {
    border-radius: var(--br);
    box-shadow: 0 0 5px 1px #ddd;
    overflow: hidden;
    background-color: #fff;
}
.cnt-info span:nth-of-type(odd) {
    font-weight: bold;
}
.form-group {
    position: relative!important;
}
.usr-label {
    font-size: 75%;
    margin-bottom: 0;
}

button, input, optgroup, select, textarea {
    font-family: var(--sf);
}
.form-control {
    border-radius: 7px;
}
.btn-register {
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    cursor: pointer;
}
.btn-register {
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    cursor: pointer;
}
.login_btn {
    width: 100%;
    background: var(--mc) !important;
    color: var(--mtc);
    cursor: pointer;
}
h4 {
    font-size: calc(var(--shs)*0.6);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--shf);
}
body, button {
    font-family: var(--sf);
}
.ke-image-container img {
    max-width: 100%;
}
.top-menu-dc
{

       position: absolute;
    right: 46px;
    top: 46px
}
.top-menu-list
{
    z-index:10;
}
.writer-profile img {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    margin-left: 5px;
}
.post-show .send-post {
    font-size: 89%;
}
.post-show .like-post, .post-show .visitCount {
    font-size: 27px
}
.user-card {
    top: 20%;
}
.form-group {
    position: relative!important;
}
.usr-label {
    font-size: 75%;
    margin-bottom: 0;
}
.form-control {
    border-radius: 7px;
}
.login-checkbox {
    left: 17px;
    margin-top: 10px;
}
.btn-register {
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    cursor: pointer;
}
.user-card div.rule
{
    font-size: 68.75%;
    padding: 9px;
}
.user-card div.rule a {
    border-bottom: 1px solid;
}
.registration {
    text-align: center;
}
.registration {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-top: 18px;
    pointer: cursor;
    text-decoration: revert;
}
.container.registeration
{
    margin-top:43px;

}
.checkbox input:checked ~ .checkmark {
    background-color: var(--mc);
    color: var(--mtc);
}

.checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 3px;
    height: 19px;
    width: 19px;
    border-radius: 5px;
    background-color: #c5c3c3;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
button, input, optgroup, select, textarea {
    font-family: var(--sf);
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 92.5%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.view-pass {
    width: 23px;
    position: absolute;
    left: 19px;
    top: 29px;
}
img.refresh-captcha {
    position: absolute;
    top: 28px;
    left: 3px;
    height: 36px;
    cursor: pointer;
    width: 86px;
    border-radius: 0.2rem;
}
span.refresh-captcha {
    left: 88px!important;
    top: 28px;
}
img.refresh-captcha.usr-cpch
		{
           top: 28px;
		}
		span.refresh-captcha.usr-cpch
		{
           top: 23px;
		}
.gradient-1 {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #d0d011, #537b03);
    height: 155px;
}
.usr-cart {
    margin-bottom: 30px;
    border: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 40px;
}
.usr-cart-body {
    adding: 1.88rem 1.81rem;
    flex: 1 1 auto;
    padding: 1.88rem 1.81rem;
}

.usr-cart-title {
    font-size: 100%;
    line-height: 18px;
    color: #fff !important;
    margin-bottom: 0.75rem;
}
.usr-ico-success {
    color: #a4b20c33;
}
.usr-dash-ico {
    position: absolute;
    left: 0px;
    font-size: 161px;
    top: -66px;
}
.gradient-2, .dropdown-mega-menu .ext-link.link-3 a {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #08f5bf, #04b3bb);
    height: 155px;
}.gradient-3 {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #ffc480, #ff763b);
    height: 155px;
}
.gradient-4 {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #cc66ff, #3005b3);
    height: 155px;
}
.sidebar {
    position: absolute;
    height: 85%;
    z-index: 998;
    width: 220px;
    margin: 0 28px;
}
.sidebar .sidebar-chiled{
    padding: 0;
    padding-inline: 10px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.sidebar .sidebar-chiled::-webkit-scrollbar {
   margin-left: 5px;
    width: 2px;
    height: 90%;
}
.sidebar .sidebar-chiled::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.sidebar .sidebar-chiled::-webkit-scrollbar-thumb {
  background: #130073;
  border-radius: 10px;
}

.sidebar a:hover {
    color: var(--sc);
}
.user-menu-info a {
    position: relative;
}
.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    text-decoration: none;
}

a:hover {
    color: var(--sc);
    text-decoration: unset;
}
.order-profile-pic {
    width: 54px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 12px 6px;
}
.order-profile-name {
    width: 133px;
    max-height: -34px;
    height: 21px;
    overflow: hidden;
    font-size: 75%;
    font-weight: 600;
    display: inline;
    position: absolute;
    margin-top: 17px;
    padding: 2px 0px;
    height: 30px;
}
.order-profile-mob {
    width: 133px;
    max-height: -34px;
    height: 26px;
    overflow: hidden;
    font-size: 87.5%;
    display: inline;
    position: relative;
    top: 27px;
    margin-top: -35px;
}
.user-menu-info a {
    position: relative;
}

.wallet-dc {
    font-size: 20px;
}

.act-supply {
    position: absolute;
    text-align: left;
    top: 8px;
    left: 6px;
    font-size: 12px;
    width: 102px;
    height: 20px;
    overflow: hidden;
}
.user-menu-info a:nth-of-type(3) {
    font-size: 12px;
    font-weight: 600;
    color: #19bfd3;
}
.user-menu-info a {
    position: relative;
}
.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    text-decoration: none;
}
.user-menu-info a:nth-of-type(3) i {
    position: absolute;
    bottom: -2px;
}

.sidebar {
    position: absolute;
    height: 85%;
    z-index: 998;
    width: 220px;
    margin: 0 28px;
}
.sidebar .sidebar-chiled{
    padding: 0;
    padding-inline: 10px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.sidebar .sidebar-chiled::-webkit-scrollbar {
   margin-left: 5px;
    width: 2px;
    height: 90%;
}
.sidebar .sidebar-chiled::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.sidebar .sidebar-chiled::-webkit-scrollbar-thumb {
  background: #130073;
  border-radius: 10px;
}

.article-menu-mode {
    margin-right: 250px;
    width: calc(100% - 270px);
    min-height: 80vh;
    margin-top: 37px;
}
.usr-ico-order {
    color: #07eabe2e;
}
.usr-ico-list {
    color: #ffbd7a40;
}
.usr-ico-fav {
    color: #aa51ee2b;
}
.bg-menu-dc {
    position: relative;
    background-color: var(--mc);
    font-size: .714rem;
    line-height: 1;
    font-weight: bold;
    padding: 0px 4px;
    color: var(--mtc);
    border: 2px solid #fff;
    line-height: 17px;
    border-radius: 6px;
}
.user_card {
    top: 15%;
    width: 350px;
    margin-bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border: solid 1px #dddddda3;
    border-radius: 5px;
    margin-top: 40px;
}
.usr-label {
    font-size: 75%;
    margin-bottom: 0;
}
.hide {
    display: none;
}
.usr-label-code {
    margin-right: 27px;
}
.form-control-code {
    width: 93%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    margin-right: 15px;
}
.btn-new-pass {
    width: 92%;
    margin-right: 14px;
    background: var(--mc);
    color: var(--mtc);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}
.oth-tem
{
    margin:40px;
}
.blog
{
    margin-top: 88px;
}
.blog .latest
{
    margin-top:0;
}
.post-show
{
    border-radius: 0 !important;
    box-shadow:none!important;
}
ul.menu-site li.top-menu-list a.active {
    border-bottom: 2px solid var(--mc);
    color: var(--mc)!important;
    }
ul.menu-site li.top-menu-list a:hover
{
    border-bottom: 2px solid var(--mc);
    color: var(--mc)!important;
}
.f-show
{
    margin-top:85px;
}

.btndig{
    background-color: var(--mc);
    color:  var(--mtc)!important;
    border-radius: 0;
    padding: 15px;
    margin: 19px 0px 12px 0px;
    font-size:104.75%;
    font-weight: 600;
    cursor: pointer;
}
.hide {
    display: none;
}
.usr-label-code {
    margin-right: 27px;
}
.form-control-code {
    width: 93%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    margin-right: 15px;
}
.btn-new-pass {
    width: 92%;
    margin-right: 14px;
    background: var(--mc);
    color: var(--mtc);
}
.view-pass {
    width: 23px;
    position: absolute;
    left: 32px;
    top: 32px;
}
.pass-form {
    display: inline-block;
}
.system-about
{
    margin-top:55px;
}
.error-message
{
    max-width:100%;
}
.error-txt
{
    margin-top:63px;
}
.back-error-message {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
}
.protect_box .desktop div
{
    height:56px;
    overflow:hidden;
}
.protect_box .desktop h3{
min-height: 85px;
}
.system-dashboard
{
    margin-top:30px;
}
@media(max-width:768px)
{
    .item-mostVisitedBlog .col-md-3 , .item-mostVisitedBlog .col-md-9
    {
        text-align:center;
    }
    .blog-items
    {
        margin-top:30px!important;
    }
    .nostrud h3 {
    font-size: 20px;
    height:103px;
}
}
footer {
color: var(--pfc);
}
.footer-certificates{
    text-align: initial;
}

.footer-certificates li{
    max-width: 68px;
    border-radius: 5px;
    overflow: hidden;
}
.footer-certificates li a, .footer-certificates li img{
    width: 100%;
    margin-top: 0 !important;

}
.ftco-heading-2{
    color: var(--tfc);
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
.footer-certificates h6{
    color: var(--tfc);
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
.f-ic {
    font-size: 40px;
}
.mdi-telegram {
    color: #0083C9;
}
.mdi-whatsapp {
    color: #59d400;
}
.mdi-instagram {
    color: #da4481;
}
#safety-code{
    width: 40%;
}
.mdi-rss{
    font-size: 25px;
}
a {
    color: var(--lc);
}
.post-show h1.title {
    font-size: 30px;
    font-weight: 600;
}
#fit {
    width: min-content;
    float: left;
}
#study {
    width: max-content;
    text-align: left;
}
#impress {
    width: inherit;
    justify-content: left;
}
.post-show .like-post, .post-show .visitCount {
    font-size: 20px;
    color: #ababab;
}

@media (min-width: 768px){
.visitCount {
    margin: -10px 17px;
}
}
@media (min-width: 768px){
#left {
    float: left;
    margin-top: -10px;
}
}
.share-post i {
    padding: 1px 10px 0px 8px;
    border-radius: 8px;
    color: #b1b1b1;
    font-size: 29px;
}
.blog-comment-box {
    border: 1px solid rgba(0,0,0,.15);
    padding: 17px;
    border-radius: 7px;
}

.form-control {
    border-radius: 7px;
}
#sendCommentBlog {
    border: 1px solid rgba(0,0,0,.15);
}
.writer-profile img {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    margin-left: 5px;
}
#carouselExampleFade .des {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding-inline: 15%;
    padding-top: 8%;
}
.titleSlider,
 .desSlider{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.desSlider {
    min-height: 15%;
}
button,
.read_more{
    border-radius: 20px;
}
.border-img{
    border-radius: 20px;
}
.cevery_bg {
    background: url(/statics/images/ever_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    padding-bottom: 20px;
}
.titleSlider,
.desSlider{
color: var(--wbc5);
}
.cevery_bg h2{
color: white;
}
.protect_bg h2{
color: var(--wbc4);
}