*{
    direction:rtl;
    margin: 0;
    padding: 0;
}
:root {
    --black: #ffffff;
    --darkbg: rgb(255 255 255 / 90%);
    --base:rgb(134, 104, 255);
    --orange:#ff4a00;
    --yellow:#fff25b;
    --dark: #eff1ff;
    --base2:rgb(104 66 255);
    --color2: #9a9a9a;
    --darkcolor : #1c274d;
}


.inline-block {
    display: inline-block;
    vertical-align: middle;
}

body{
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    background-color: #ffffff;
 
}

#main{
    max-width: 1200px;
    width:95%;
    padding: 0;
    margin:0 auto;
}
header#tophead {
    
    max-width: 1200px;
}
header#tophead {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0px;
    background: #FFF;
    
}


nav#bottommenu {
    width: 100%;
    padding: 10px 0px 5px;
    background: #fbfbfb;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    box-shadow: 0 -1px 0 0 rgba(19, 27, 31, .1);
    margin: 0 auto;
     
}
h2 {
    
    word-spacing: -2px;
}h1 {
    
    word-spacing: -2px;
}
.mfp-bottom-bar {
    display: none !important;
}

nav#bottommenu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav#bottommenu a svg {
    width: 26px;
    height: 26px;
}

nav#bottommenu a span {
    display: block;
}

nav#bottommenu a {
    display: block;
    text-align: center;
    font-family: 'normalfont';
    font-size: 12px;
    color: #1c274d;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.topheader {
    width: 100%;
    margin: 0 auto;
}

.logo_img:hover{
    -webkit-animation-name: animation-1nudq4e;
    animation-name: animation-1nudq4e;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}


@keyframes animation-1nudq4e {
    
50% {
    /* -webkit-transform: translateX(1.5px) rotate(2deg); */
    -moz-transform: translateX(1.5px) rotate(2deg);
    -ms-transform: translateX(1.5px) rotate(2deg);
    transform: translateX(1.5px) rotate(2deg);
}

100% {
    -webkit-transform: translateX(-1.5px) rotate(-2deg);
    -moz-transform: translateX(-1.5px) rotate(-2deg);
    -ms-transform: translateX(-1.5px) rotate(-2deg);
    transform: translateX(-1.5px) rotate(-2deg);
}
}

.sitename {
    font-family: 'normalfont';
    word-spacing: -4px;
    font-size: 17px;
    font-weight: 700;
    color: #5d5d5d;
}

.menu_btn svg {
    height: 24px;
    width: 24px;
    cursor:pointer;
}.menu_btn svg path {
  fill: #1a1b28;
}



.search_btn svg {
    width: 25px;
    height: 24px;
    margin-top: 2px;
}

form.search.inline-block {
    margin: 0 auto 0;
    width: 99%;
    text-align: center;
    background: rgb(255 255 255);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(28 39 76);
    align-items: center;
}a.back svg {
    width: 33px;
    height: 33px;
}

a.back {
    width: 33px;
    height: 33px;
    display: block;
    margin-left: 5px;
}

.singlehead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}
input::placeholder {
  color: rgb(40 40 40); /* Replace with your desired color */
}

/* For older browsers, you might need vendor prefixes */
input.search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(40 40 40);
}

input.search_input:-ms-input-placeholder { /* IE 10+ */
  color: rgb(40 40 40);
}

input.search_input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(40 40 40);
  opacity: 1; /* Firefox has a lower opacity on placeholder by default, so reset it */
}

input.search_input:-moz-placeholder { /* Firefox 18- */
  color: rgb(40 40 40);
  opacity: 1;
}


input.search_input {background: transparent;margin-right: 12px;outline: 0px;color: rgb(0 0 0);width: 100% !important;border: unset;font-size: 13px;font-family: "normalfont";word-spacing: -1px;padding: 4px;}

button.search_btn {
    background: transparent;
    border: unset;
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin-left: 5px;
}

.search_btn svg path {
    stroke: rgb(28 39 77);
}

button.search_btn:hover {
    background: rgba(255, 255, 255, 0.08);
}

.menu_btn {
    margin-left: 10px;
    background: transparent;
    border: unset;
}

.sitename {
    padding-right: 3px;
}

a.login svg {
    width: 33px;
    height: 33px;
}

a.login svg path {
    stroke: #1c274d;
}
.css-14xluik {
    width: 200px;
    -webkit-transition: visibility 0s,all 0.15s ease-in-out;
    transition: visibility 0s,all 0.15s ease-in-out;
    height: calc(100vh - 60px);
    background: #6a44ff;
    content-visibility: auto;
    z-index: 3;
    position: fixed;
    top: 58px;
    right: 0;
    
}@media (max-width: 1909.95px)
{
    .css-14xluik {
    width: 0px;
}
}

.css-6qu7l6 {
    display: inline-block;
    fill: currentcolor;
    height: 24px;
    width: 24px;
}
.css-16dbssm svg {
    height: 24px;
    width: 24px;
    padding: 0 19px;
    text-align: center;
    margin-right: -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #A48EFF;
}
.css-193h4u5 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    overflow-anchor: none;
    scrollbar-width: none;
}.css-16dbssm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 200px;
    height: 34px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #A48EFF;
}.css-16dbssm .LabelContainer {
    -webkit-transition: visibility 0s,opacity 0.3s,all 0.2s ease-in-out;
    transition: visibility 0s,opacity 0.3s,all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    color: #A48EFF;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}.css-1s73xoa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 200px;
    height: 34px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: transparent;
}.css-1s73xoa svg {
    height: 24px;
    width: 24px;
    padding: 0 19px;
    text-align: center;
    margin-right: -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    box-sizing: content-box;
}.css-193h4u5 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    overflow-anchor: none;
    scrollbar-width: none;
}#sidebarContainer {
  /* Vertical scrollbar */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
#sidebarContainer a {
    color: #FFF;
    font-family: 'normalfont';
}
#sidebarContainer::-webkit-scrollbar { 
    display: none; /* For Chrome, Safari, and Opera */
}.css-14xluik:hover {
    width: 200px;
}.css-16dbssm .LabelContainer {
    -webkit-transition: visibility 0s,opacity 0.3s,all 0.2s ease-in-out;
    transition: visibility 0s,opacity 0.3s,all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    color: #A48EFF;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}

.css-148wt6v {
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.12);
    border-bottom-width: thin;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 16px;
    margin-left: 16px;
}


.css-1fc3chw {
    margin-right: 20px;
    margin-top: 8px;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.css-14xluik:hover .SidebarLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-383jj4 {
    color: #878A9E;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}.css-1gw9rxv {
    color: #666A7F;
    font-size: 12px;
    font-weight: 400;
    margin-right: 16px;
    margin-top: 8px;
}.css-rm266i:hover {
    background: #8668FF;
}
.css-rm266i {
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: #6842FF;
    color: #F9FAFF;
    height: 35px;
    width: 176px;
    margin-right: 12px;
    margin-top: 8px;
}
#sidebarHidden {
    display: none;
}
.css-14xluik:hover #sidebarHidden {
    display: block !important;
}.swiper-lazy-preloader {
      
    z-index:0;
                }


 main{
               
    margin-top:15px;
     min-height: calc(100vh);
   
 }

.itemslider_box_type1 a img {
    display: block;
    width: 100%;
    height: 130px;
}
 .itemslider_box_type1 {
    padding: 0 0 10px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #6900b9;
}

.itemslider_box_type1 h3 {
    font-family: 'normalfont';
    font-size: 13px;
    color: #000000;
    margin-top: 10px;
    padding: 0 7px;
    height: 35px;
}

 a.more {
    display: block;
    margin: 10px auto -10px;
    width: 64%;
    text-align: center;
    background: #ffffff;
    color: #5a3ad9;
    font-size: 13px;
    font-family:'normalfont';
    padding: 4px 0;
    border-radius: 15px 15px 0 0;
    font-weight: 700;
}section.itemslide_section_dark {
    background: var(--dark);
    padding: 11px 0 46px;
}section.itemslide_section_dark h2 {
    font-size: 15px;
    font-family: 'boldfont';
    color: #000000;
    margin: 0 auto 15px;
    padding-right: 5px;
}


.css-16livkf {
    margin: 16px;
    margin-left: 10px;
    margin-bottom: 24px;
    content-visibility: auto;
    contain: layout paint;
    overflow-anchor: none;
    height: 218px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}.css-h0n1tj {
    scrollbar-width: thin;
    scrollbar-color: #AAADBE;
    color: #0a26ff;
    font-size: 14px;
    height: 146px;
    overflow: hidden;
}.css-jjkk1a {
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    width: 424px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    height: 170px;
}.css-1aokr6k {
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: transparent;
    color: #5a3ad9;
    height: 40px;
}


.css-h0n1tj h2 {
    font-size: 15px;
    font-family: 'boldfont';
    color: #050505;
    margin: 0 auto 15px;
}

.css-h0n1tj p {
    font-size: 13px;
    font-family: 'normalfont';
    color: #515151;
    margin: 0 auto 15px;
    line-height: 1.5;
    text-align: right;
}

button.MuiButton-root.css-1aokr6k {
    bottom: -1px;
    position: absolute;
    left: 6px;
    font-family: 'normalfont';
    font-size: 13px;
}


.itemslider2 .swiper-slide a{
    display: block;
    width: 150px;
}
.itemslider2 .swiper-slide a {
    background-color: #5a3ad9;
    margin-left: 8px;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 12px;
    color: #fff;
    font-family: 'normalfont';
    font-size: 14px;
}


.itemslider2 .swiper-slide a .catslidersvgbox svg {
    width: 35px;
    height: 35px;
    color: #ffffff;
}.catSlider {
    margin-right: 10px;
    height: 218px;
    overflow: hidden;
    flex: 1 1 0%;
}.catbox {
    max-width: 150px;
}

.itemslider2 .swiper-slide a {
    display: block;
    width: 125px;
    margin-top: 9px;
}
.swiper-button-next, .swiper-button-prev {
    background-color: rgb(104 66 254);
    cursor: pointer;
    left: 0px !important;
    padding: 0 5px;
    color: #FFF;
    opacity: 1;
    bottom: 0 !important;
    top: 0 !important;
    height: 28px;
    position: absolute;
    margin: unset !important;
    width: 18px !important;
    border-radius: 50%;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
opacity: 1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0.4 !important;
} 
.swiper-rtl .swiper-button-prev {
    right: auto;
    left: 30px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 13px !important;
}

 
.css-16livkf{
    margin-right: 0;
    margin-left: 0;
}

.itemslider_color2{
    background: #5a3ad9 !important;
    padding-top: 25px !important;
}
.itemslider_color2  .itemslider_box_type1 {
     background: #ffffff;
}

.itemslider_color2  .itemslider_box_type1 a.more {
  background: #5a3ad9;
  color: #FFF;
}

section.itemslide_section_dark {
   
    margin-bottom: 30px;
}

.css-16livkf.type_oneClume2row {
    display: block;
    height: auto;
}

.css-16livkf.type_oneClume2row .css-jjkk1a {
    width: 99%;
    margin: 0 auto;
    padding: 0;
}

.css-16livkf.type_oneClume2row .css-jjkk1a .css-h0n1tj {
    padding: 20px;
    height: unset;
    overflow: unset;
}
.css-16livkf.type_oneClume2row  .itemslider2 .swiper-slide a {
 
    width: 200px;
}
.withslidercontent.css-16livkf.type_oneClume2row .css-jjkk1a
{
    height: unset;
}

.withslidercontent.css-16livkf.type_oneClume2row .css-jjkk1a section.itemslide_section_dark {
    margin-bottom: 0;
    padding-bottom: 10px;
}



.oneSliderWithCat .css-jjkk1a {
    height: auto !important;
    background: url();
    padding: 7px;
}

.oneSliderWithCat .css-h0n1tj {
    height: unset;
}

.oneSliderWithCat .css-16livkf {
    height: unset;
}

.oneSliderWithCat .itemslider_box_type1 a img {
    height: auto;
}

.oneSliderWithCat .itemslider_box_type1 {
    background: var(--base2);
}
.catSlider {
 
    height: unset;
}


@media only screen and (max-width: 767px) {
    
#mainNav{
    width: 0;
}
main {
    padding-right: 0;
}
    
    .css-jjkk1a {
        display: block;
        width: 95%;
        margin: 10px auto;
    }
    .oneSliderWithCat .css-16livkf {
         
        display: block;
    }
    .itemslider2 .swiper-slide a {
        display: block;
        width: unset;
        margin-top: 9px;
    }

    .itemslider2 .swiper-slide a {
        font-size: 12px;
        padding: 16px 7px;
    }

    
  }


  .navi li.page-item.active a {
    transition: all 0.1s ease-in 0s;
    font-weight: 800;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 3px solid rgb(104, 66, 255);
    padding: 8px;
    background: transparent;
    width: 25px;
    height: 25px;
    margin: 5px;
    font-size: 20px;
    color: rgb(104, 66, 255);
    cursor: pointer;
}

.navi li.page-item a {
    transition: all 0.1s ease-in 0s;
    font-weight: 800;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid transparent;
    padding: 8px;
    background: rgb(47, 49, 72);
    width: 25px;
    height: 25px;
    margin: 5px;
    font-size: 20px;
    color: #FFF;
    font-family: 'normalfont';
}

ul.pagination {
    display: flex;
    align-items: center;
    margin: 24px auto 0;
    width: fit-content;
}

span.page-link {
    transition: all 0.1s ease-in 0s;
    font-weight: 800;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid transparent;
    padding: 8px;
    background: rgb(47, 49, 72);
    width: 25px;
    height: 25px;
    margin: 5px;
    font-size: 20px;
    color: #FFF;
    font-family: 'normalfont';
}

.navi {
    text-align: center;
}

#sidebarContainer a {
    
    font-size: 14px;
}.css-h0n1tj h1 {
    font-size: 22px;
    font-family: 'boldfont';
    color: #050505;
    margin: 0 auto 15px;
}
svg.emojisvg {
    width: 28px;
    height: 28px;
} 


.headerSection {
    display: flex;
    font-family: 'boldfont';
    color: #252525;
    white-space: normal;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
}

 

.headerSection h2 {
    font-size: 15px;
    white-space: normal;
}

a.showmoreinarchive {
    font-family: 'normalfont';
    white-space: normal;
    color: #6842fe;
    font-size: 13px;
    text-shadow: 0 0 1px;
    display: block;
    padding: 7px 0;
}.itemSliderHomePage a img {
    width: 100%;
}

itemSliderHomePage a.more {}

itemSliderHomePage h3 {
}

.itemSliderHomePage h3 {
    font-family: "normalfont";
    font-size: 11px;
    line-height: 2;
    text-align: right;
    min-height: 45px;
}

.itemSliderHomePage a {
    display: block;
}

.itemSliderHomePage a.more {
    border: 1px solid #6842fe;
    font-family: "normalfont";
    font-size: 11px;
    border-radius: 15px;  
}

.itemSliderHomePage {
    padding-bottom: 20px;
}
a.fall_tools {
    border-radius: 10px;
}

div#hafez_img img {
    width: 114px !important;
}a.fall_tools h2 {
    font-size: 30px !important;
}a.fall_tools h2 span {
   
    font-size: 19px !important;
 
    font-family: 'normalfont' !important;
}section.itemSlid {
    border-bottom: 1px solid #DDD;
    padding-bottom: 17px;
}.singletitleSession {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.singletitleSession img {
    width: 120px;
    height: 120px;
}

.singletitleSession h1 {
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: right;
    font-family: "boldfont";
}


.infoItem {
    text-align: center;
    font-family: 'normalfont';
    font-size: 13px;
    border-left: 1px solid #DDD;
 
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For Internet Explorer/Edge */
}

.no_border {
    border: 0;
}

.infoItem span {
    display: block;
    margin-bottom: 22px;
}

.infoSection {
    margin: 12px auto;
}

.infoItem b {
    font-family: 'boldfont';
}
a.singleOpenUrl {
    cursor: pointer;
    color: #FFF;
    display: block;
    text-align: center;
    font-family: 'boldfont';
    background: #6842fe;
    width: 80%;
    margin: 25px auto 10px;
    padding: 10px 0;
    border-radius: 15px;
}.galleryitem a {
    display: block;
}

.galleryitem a img {
    width: auto;
    border-radius: 10px;
    height: 296px;
}

 

.gallerySection {
    margin: 30px auto;
}.galleryitem {
    max-height: 296px;
}

.galleryitem a {
    max-height: 296px;
}
.itemslider-gallery .swiper-slide {
    width: auto;
    overflow: hidden;
}a.showmore {
    font-family: 'normalfont';
    white-space: normal;
    color: #6842fe;
    font-size: 13px;
    text-shadow: 0 0 1px;
    display: block;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a.showmore svg {
    width: 23px;
    height: 23px;
}

a.showmore svg path {stroke: #6842fe;}
.descriptionConten { 
    padding-bottom: 15px;
    font-family: 'normalfont';
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
    color: #434343;
}
section.description .descriptionConten p {
    padding-bottom:10px;
    
   
}
section.description .descriptionConten h2 {
   color:#1c274d;
    font-size: 18px;
}section.description .descriptionConten h3 {
    font-size: 16px;color:#1c274d;
}section.description .descriptionConten h4 {
    font-size: 15px;color:#1c274d;
}
section.description .descriptionConten ul li{
    list-style:disc;
    list-style-position:inside;
}.descriptionConten {
    height: 149px;
    overflow: hidden;
}

span#showMoreDescription {
    font-family: 'normalfont';
    font-size: 13px;
    text-align: center;
    display: block;
    color: #6842fe;
    border-top: 1px solid #DDD;
    padding-top: 9px;
    margin-top: 10px;
    cursor: pointer;
} 