
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}

@font-face {
    font-family: "Tanha-FD";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Tanha-FD.TTF") format("embedded-opentype"), url("../fonts/Tanha-FD.woff2") format("woff2"), url("../fonts/Tanha-FD.woff") format("woff"), url("../fonts/Tanha-FD.ttf") format("truetype");
}
body {
    font-family: "IRANSans" !important;
}
select {
    -moz-appearance: none !important;
    background-image: url("../images/arrow-light-down-responsive.png") !important;
    background-position: 5px center;
    background-repeat: no-repeat;
    direction: rtl;
    text-align: right;
}
.bg-w{
    background-color: #fbfbfb;
}
.big-t-box{
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #FFF;
    padding: 10px 10px 0;
    box-shadow: 2px 2px 2px 1px #aaa;
    transition-duration: 0.3s;
}
.big-t-box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.big-t-box a figure{
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.big-t-box a figure img{
    width: 100%;
    transition-duration: 0.3s;
}
.big-t-box:hover a figure img{
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.big-t-box a h3{
    text-align: right;
    direction: rtl;
    color: #6bb927;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    font-family:"Tanha-FD" !important;
}
.new-pro{}
.title-sec{
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
.title-sec h3{
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #ef394e;
}
.title-sec a{
    color: #6bb927;
    transition-duration: 0.3s;
}
.title-sec a i{
    padding: 0 5px 0 0;
    position: relative;
    top: 1px;
}
.title-sec a:hover{
    color: #ef394e;
    transition-duration: 0.3s;
}
.title-sec-2{
    text-align: right;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.title-sec-2 h3{
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    color: #ef394e;
    float: left;
    line-height: 44px;
}
.title-sec-2 a{
    transition-duration: 0.3s;
    float: right;
    display: inline-block;
    margin-top: 0;
    background-color: #6bb927;
    padding: 10px 25px;
    color: #FFF;
    font-weight: 600;
}
.title-sec-2 a i{
    padding: 0 5px 0 0;
    position: relative;
    top: 1px;
}
.title-sec-2 a:hover{
    background-color: #ef394e;
    transition-duration: 0.3s;
}
.pro-h-p{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #FFF;
    padding: 0;
    z-index: 2;
    transition-duration: 0.3s;
    margin-bottom: 20px;
    display: flex;
}
.pro-h-p a{
    display: inline-block;
    opacity: 1;
    transition-duration: 0.3s;
}
.pro-h-p a:hover{
    opacity: 1;
    transition-duration: 0.3s;
}
.pro-h-p figure{
    position: relative;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    transition-duration: 0.3s;
}
.pro-h-p figure img{
    width: 100%;
    position: relative;
    z-index: 4;
    transition-duration: 0.3s;
}
.pro-h-p h3{
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    background-color: #6bb927;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    width: 85px;
    height: 85px;
    text-align: center;
    align-content: center;
    display: grid;
    border-radius: 0 0 0 50%;
}
.pro-h-p:hover figure img{
    transition-duration: 0.3s;
    transform: scale(1.1);
}
.product-d{
    position: relative;
    z-index:1;
    box-shadow: 0 4px 5px -1px #ddd;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #f8f8f8f8;
}
.product-d figure{
    position: relative;
    z-index:2;
}
.product-d figure img{
    width: 100%;
    position: relative;
    z-index:3;
}
.product-d figure a{
    background-color: #6bb927;
    color: #FFF;
    transition-duration: 0.3s;
    position: absolute;
    z-index:5;
    top: 5px;
    right: -5px;
    display: inline-block;
    padding: 1px 4px;

    margin: 0;
    border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    width: auto;
}
.product-d figure a:hover{
    background-color: #ef394e;
    transition-duration: 0.3s;
}
.product-d h4{
    text-align: center;
    direction: rtl;
    font-size: 13px;
    color: #262626;
    font-weight: 400;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
.product-d h4 span{
    color: #ef394e;
    font-weight: 600;
    font-size: 15px;
}
.product-d a{
    background-color: #ef394e;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 0;
    transition-duration: 0.3s;
    width: 100%;
    text-align: center;
}
.product-d a:hover{
    background-color: #6bb927;
    transition-duration: 0.3s;
}
.product-d-link a{
    background-color: #ef394e;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 0;
    transition-duration: 0.3s;
    width: 100%;
    text-align: center;
}
.product-d-link a:hover{
    background-color: #6bb927;
    transition-duration: 0.3s;
}
.footer-t-title{
    float: right;
    direction: rtl;
    border-left: 1px dashed #aaa;
    text-align: center;
    width: 37%;
    padding: 10px 0;
}
.footer-t-title h3{
    font-size: 19px;
    font-weight: 500;
    padding: 0 0 10px 10px;
    text-align: center;
    color: #6bb927;
}
.footer-t-title i{
    font-size: 24px;
    border: 1px solid #6bb927;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #6bb927;
    background-color: #eee;
}
.footer-t-con{
    float: left;
    width: 60%;
}
.footer-t-con a{
    float: none;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    border-top: 1px solid #aaa;
    margin-bottom: 5px;
    color: #232323 !important;
}
.footer-t-con a:first-child{
    border: none;
}
.footer-t-con ul{
    margin: 35px 0 0;
}
.footer-t-con ul li{
    list-style: none;
    float: left;
    margin-right: 5px;
}
.footer-t-con ul li a{
    border: none;
}
.footer-t-con ul li a:hover{}
.footer-t-con ul li a i{
    width: 50px;
    height: 50px;
    border: 1px solid #6bb927;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #6bb927;
    background-color: #fff;
}
.c-footer{
    background-color: #343434;
    padding: 40px 0;
}
.footer-menu{}
.f-t-div{
    text-align: center;
    border-bottom: 1px solid #6bb927;
}
.f-t-div h4{
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}
.footer-menu ul{
    margin: 0;
    padding: 10px 15px 0;
    text-align: right;
    direction: rtl;
}
.footer-menu ul li{
    list-style: circle;
    text-align: right;
    direction: rtl;
    padding: 0;
    margin: 0 10px;
}
.footer-menu ul li a{
    color: #eee !important;
    padding: 4px 0;
    display: inline-block;
}
.footer-menu ul li a:hover{
    color: #6bb927 !important;
}
.News-Subtitle-m{}
.News-Subtitle-m h4{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    border-bottom: 1px solid #6bb927;
    padding: 0 0 10px;
    margin-bottom: 20px;
}
.News-Subtitle-m form{
    position: relative;
    margin-bottom: 15px;
}
.News-Subtitle-m form input{
    width: 100%;
    position: relative;
    background-color: #555;
    border: 1px solid #777;
    padding: 8px;
    border-radius: 5px;
    text-align: right;
    z-index: 3;
}
.News-Subtitle-m form button{
    position: absolute;
    left: 0;
    z-index: 5;
    background-color: #6bb927;
    color: #FFF;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 9px;
}
.News-Subtitle-m form button:hover{}
.nemaads{}
.nemaads ul{}
.nemaads ul li{
    list-style: none;
    text-align: center;
}
.nemaads ul li img{
    width: 61%;
    margin: 0 auto;
}
.header-inside{
    background-color: #666 !important;
}
.breadcrumb-m{
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 2px -1px #333;
}
.breadcrumb-m h2{
    text-align: right;
    float: right;
    font-size: 15px;
    margin: 0;
    background-color: #6bb927;
    color: #FFF;
    padding: 3px 20px;
    border-radius: 5px;
}
.breadcrumb-m ul{
    margin: 0;
    padding: 0;
    float: left;
}
.breadcrumb-m ul li{
    list-style: none;
    float: left;
    margin-left: 20px;
}

.breadcrumb-m ul li a{
}
.breadcrumb-m ul li a:hover{
    color: #6bb927;
    transition-duration: 0.4s;
}
.breadcrumb-active{
    color: #898989;
    direction: rtl;
}
.breadcrumb-active:before{
    content:"\f0d9";
    font-family:'FontAwesome';
    position: relative;
    left: 10px;
    color: #111;
    top: 1px;
}
.filter-row{
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    direction: rtl;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
    position: relative;
    box-shadow: 0 -3px 2px 0px #202020;
    background-image: url('../images/brd-bg.jpg');
}
.filter-row .col-md-3{
    float: right;
}
.filter-row .select-items{
    width: 100%;
}
.filter-btn{
    float: left;
    transition-duration: 0.4s;
    position: relative;
    margin: 5px 15px 0;
    background-color: #6bb927;
    border: none;
    color: #FFF;
    direction: ltr;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 5px;
}
.filter-btn i{
    margin-right: 7px;
}
.filter-btn:hover{
    transition-duration: 0.4s;
    background-color: #ef394e;
}
.bg-w-in{
    background-color: #F7F7F7;
}
.bg-ww{
    background-color: #FFF;
    padding: 15px 0;
}
.pro-img-in{
    border: 7px solid #f4f4f4;
    position: relative;
    z-index: 2;
}
.pro-img-in img{
    width: 100%;
}
.img-pro-bt{
    position: relative;
    z-index: 1;
}
.img-pro-bt ul{
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 3;
    top: 25px;
    right: -7px;;
}
.img-pro-bt ul li{
    list-style: none;
    margin-bottom: 10px;
}
.img-pro-bt ul li a{
    display: inline-block;
    background-color: #6bb927;
    color: #FFF;
    padding: 0 5px 0 0;
    font-size: 12px;
    width: 120px;
    text-align: right;
    height: 35px;
    line-height: 35px;
    transition-duration: .4s;
}
.img-pro-bt ul li a:hover{
    transition-duration: .4s;
    background-color: #ef394e;
}
.img-pro-bt ul li a i{
    text-align: center;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ef394e;
}
.img-pro-bt ul li a:hover i{
    background-color: #6bb927;
    transition-duration: .4s;
}
.detpro{
    background-color: #f7f7f7;
    padding: 10px;
}
.detpro ul{
    margin: 0;
    padding: 0;
}
.detpro ul li{
    list-style: none;
    text-align: left;
    direction: ltr;
    font-size: 14px;
    margin-bottom: 10px;
    color: #444;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.detpro ul li span{
    color: #222;
    font-weight: 600;
}
.s-row{
    margin-bottom:10px;
}
.s-row label{
    font-weight: 500;
    direction: rtl;
    float: right;
    width: 40%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ef394e;
    color: #FFF;
}
.s-row select{
    float: right;
    width: 60%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: right;
    direction: rtl;
}
.s-row select option{}




.custom-select {
    position: relative;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    background-color: #FFF;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #202020 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #202020 transparent;
    top: 13px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #333;
    padding: 0 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 75%;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.price-shop{
    position: relative;
    z-index: 1;
}
.price-shop i{
    position: absolute;
    left: 10px;
    top: 23px;
    font-size: 38px;
    color: #ef394e;
}
.price-shop ul{
    margin: 0;
    padding: 10px 0;
    background-color: #eee;
}
.price-shop ul li{
    text-align: center;
    font-size: 18px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-weight: 600;
}
.price-shop ul li del{
    color: red;
    font-size: 16px;
    border-bottom: 1px dashed #111;
    padding: 0 50px 3px;
    font-weight: 400;
}
.price-shop button{
    width: 100%;
    background-color: #6bb927;
    border: none;
    color: #FFF;
    padding: 10px;
    margin-top: 10px;
    font-weight: 500;
    transition-duration: 0.4s;
}
.price-shop button:hover{
    background-color: #ef394e;
    transition-duration: 0.4s;
}
.prodet-par{
    margin: 20px 0;
    background-color: #f7f7f7;
    direction: rtl;
}
.prodet-par h4{
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    direction: rtl;
    padding: 10px 10px 0;
    color: #6bb927;
}
.prodet-par p{
    text-align: justify;
    direction: ltr;
    padding: 0 10px;
    margin: 0;
    color: #494f4f;
}
.prodet-par ul{
    margin: 0;
    padding: 20px 15px;
}
.prodet-par ul li{
    list-style: none;
    text-align: center;
    direction: rtl;
    float: right;
    margin-left: 5px;
}
.prodet-par ul li h4{
    font-size: 14px;
    color: #FFF;
    background-color: #6bb927;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    font-weight: 600;
}
.prodet-par ul li a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #666;
    min-width: 85px;
    color: #FFF;
    transition-duration: .4s;
    padding: 0 5px;
}
.prodet-par ul li a:hover{
    background-color: #6bb927;
    transition-duration: .4s;
}
.hidden-md{
    display: none;
}
.search-desk{
    float: right;
    margin: 10px 0;
    max-width: 500px;
    min-width: 200px;
    width: 100%;
}
.search-desk form{}
.search-desk input{
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    background-color: #fefefe;
    border-radius: 4px;
    width: 84%;
    text-align: left;
    direction: ltr;
    padding: 5px 10px;
}
.search-desk  input[type=search]:focus{
    border: 1px solid #6bb927;
    background-color: #fefefe;
}
.search-desk button{
    width: 14%;
    background-color: #f5f5f5;
    border: none;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    transition-duration: 0.4s;
    font-size: 20px;
    margin-left: 5px;
}
.search-desk button:hover{
    background-color: #6bb927;
    transition-duration: 0.4s;
}
.search-desk i{
    transition-duration: 0.4s;
    color: #020202;
}
.search-desk button:hover i{
    color: #fff;
    transition-duration: 0.4s;
}
.title-cat{
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #6bb927;
}
.one-sec{
    background-image: url("../images/debut-light.png");
}
.col-me{
    width: 100%;
}
.tw-sec{
    background-image: url("../images/pat-mm.jpg");
}
.img-m-mm{}
.img-m-mm img{
    width: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.m-t-50-m{
    margin-top: -50%;
}
.carousel-2 .product{
    margin: 0;
}
.pro-shop-op{
    background-color: #fff;
    padding: 30px;
}
.icon-sh-item{
    text-align: center;
}
.icon-sh-item h4{
    font-size: 16px;
}
.icon-sh-item img{
    width: 75px;
    margin-bottom: 15px;
}
.icon-sh-item p{
    color: #696f6f;
    font-size: 13px;
    direction: rtl;
}
.icon-sh-item a{
    color: #6bb927;
    font-weight: 600;
    border-bottom: 1px solid;
    transition-duration: 0.4s;
}
.icon-sh-item a:hover{
    color: #ef394e;
    transition-duration: 0.4s;
}
.newsletter{
}
.newsletter h4{
    float: right;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
    text-align: right;
}
.newsletter form{}
.newsletter form button{
    background-color: #6bb927;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.newsletter form button:hover{
    background-color: #6bb927;
    color: #fff;
}
.newsletter form input{
    padding: 8px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    text-align: right;
    direction: rtl;
    border: 1px solid #6bb927;
    color: #000;
    opacity: 1;
}
.bg-darker{
    background-color: #303030;
}
.bg-dark{
    background-image: url("../images/footer-bg.jpg");
}
.widget p{
    direction: ltr;
    text-align: justify;
    color: #FFF;
}
#myCarousel{

}
#myCarousel .carousel-indicators{
    bottom: auto;
    top: 5px;
    left: 5px;
    width: 30%;
    margin: 0;
    text-align: left;
}
#myCarousel .carousel-indicators li{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-color: #6bb927;
    border-radius: 5px;
}
#myCarousel .carousel-indicators .active{
    width: 20px;
    height: 20px;
    background-color: #6bb927;
    border-color: #6bb927;
}
.news-box-item{
    background-color: #f3f3f3;
    padding: 8px;
    box-shadow: 0 0 3px 1px #ccc;
}
.news-box-item h4{
    color: #6bb927;
    text-align: left;
    direction: ltr;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0;
    padding: 10px 0 0;
}
.news-box-item img{
    max-width: 100%;
}
.news-box-item span{
    direction: ltr;
    display: block;
    text-align: left;
    font-size: 11px;
    opacity: 0.7;
    margin-bottom: 10px;
}
.news-box-item p{
    direction: ltr;
    text-align: justify;
    margin-bottom: 30px;
}
.news-box-item a{
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
    display: inline-block;
    transition-duration: 0.4s;
    float: right;
}
.news-box-item a:hover{
    color: #6bb927;
    border-color: #6bb927;
    transition-duration: 0.4s;
}
.alert-message {
    margin: 20px 0;
    padding: 20px;
    direction: rtl;
    border-right: 5px solid
    #eee;
    border-right-color: rgb(238, 238, 238);
    border-radius: 7px;
}
.alert-message p {
  margin-bottom: 0 !important;
}
.alert-message-success {
    background-color:
            #dff0d8;
    border-color:
            #98ce00;
    color:
            #3c763d !important;
    font-weight: 800;
}
.alert-message-success p {

    color:#3c763d !important;

}

.alert-message-danger {
    background-color:
            #ffc9c9;
    border-color:
            #d9534f;
    color:
            #840000 !important;
}

.ziremenu a{
    background-color: #ef394e;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 0;
    transition-duration: 0.3s;
    width: 100%;
    text-align: center;
}
.ziremenu a:hover{
    background-color: #6bb927;
    transition-duration: 0.3s;
}
.btn-start-timer{
    text-align: center;

}
.otp-timer{
    margin-top: 27px;

    background-color: #eee;
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction:rtl;
    border-radius: 16px;
}
.otp-timer span{
    margin-left: 5px;
}
#minutes, #seconds{
    padding: 6px;
    max-width: 30px;
    border-radius: 3px;
    background-color: green;
    color:white;
}
.btn-start-timer input{
    background: #e80dbc;
    color: #040b04;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.btn-start-timer input:hover{
    background-color: green;
    color: white;
}
.leftlanguage {
    text-align: right;
    float: right;
}