@charset "utf-8";
/*
Theme Name:keshet
Theme URI: http://dibapc.com
Version: 2.4
Description: dibapc.com
Author:amir.sheikhzadeh@gmail.com
Author URI: http://dibapc.com
*/
/* css rest   */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {direction: rtl;font-size: 14px;font-family: BYekan;}
*{
    box-sizing:border-box;
    font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    width: 100%;
}
nav ul {
    list-style: none;
    margin: 0px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 8px 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/****font***/
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/IRANSansXV.woff') format('woff');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}
* {
	font-family: BYekan;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
    --text-color: rgba(4, 10, 31, 0.87);
    --theam-color: #f8931a;
    --theam-second-color: #ffffff;
    --text-second-color: #ffffff;
}
a{text-decoration: none;}
body{
    }

    .bg-site{
        background:var(--theam-color);
    }

section{
	width:100%;
	float: right;
}

header{
	width:100%;
	float: right;
	padding: 20px 0px;
	background: var(--theam-second-color);
}

header .header{width:100%;float:right;padding: 0px 0px;background: var(--theam-color);border-radius: 20px;padding: 10px;}
header .logo{float: right;width: 60px;height: 100%;/* padding: 4px 10px; */}
header .logo img{/* padding: 10px 0px; */width: 100%;float:right;}
.notifications i{
    color: #fff;
}
@media (max-width: 480px) {
    
    header{padding: 0px;}
	header .header{border-radius: 0px;}
	header .logo{
 width: 60px;
 padding: 0px;
}
		header .logo img{
 width: 100%;
}
}
main{
	width:100%;
	float:right;
	padding: 20px 0px;
}
main .navbar{
  background: rgb(206,209,252);
  background: linear-gradient(90deg, rgba(206,209,252,1) 0%, rgba(191,204,246,1) 26%, rgba(171,216,255,1) 64%, rgba(148,189,231,1) 100%);
  width: 100%;
  float: right;
  border-radius: 25px;
 }
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menuuser{
    float: left;
}
.menuuser span{
    padding: 8px;
} 
.menuuser a.submitbussenes{
        background: var(--theam-secend-color);
        padding: 6px 20px;
        color: #fff;
        border-radius: 25px;
        float: right;
        position: relative;
        z-index: 999;
        margin-left: 10px;
}
.menuuser a.login{
    background: var(--theam-color);
    padding: 6px 20px;
    color: #fff;
    border-radius: 25px;
    float: left;
    position: relative;
    z-index: 999;
}
.menuuser .dropdown-toggle{
    background: var(--theam-color);
    color: #ffffff;
    font-size: 14px;
    border: 0px solid #ccc;
    z-index: 99;
    position: relative;
}
.menuuser .dropdown-toggle svg{
    display:none
}
.menuuser .dropdown ul.dropdown-menu{
    top: 15px !important;
}
.menuuser .dropdown ul li{}
.menuuser .dropdown ul li svg{
    float: right;
    margin-left: 5px;
    width: 21px;
}
.menuuser .dropdown ul li a{
    font-size: 14px;
    color: #6c757d;
    line-height: 2;
}
.menuuser .dropdown ul li a:hover{
    color:var(--theam-color);
    background: unset;
}
.menuuser .dropdown ul li a:hover svg{
    fill: var(--theam-color) !important;
}
.menuuser .dropdown ul li span{
    text-align: center;
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menuuser .dropdown-toggle::after{
    position: relative;
    top: 4px;
}
.menu {
    width: auto;
    float: right;
    margin-top: 10px;
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 0px;
    /* margin-top: 15px; */
}

.menu-mobile:after {
    font-size: 2.5rem;
    content: "";
    padding: 0;
    width: 40px;
    display: block;
    position: relative;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Crect y='3' style='fill:%23fff;' width='50' height='2'/%3E%3Crect y='17' style='fill:%23fff;' width='50' height='2'/%3E%3Crect y='31' style='fill:%23fff;' width='50' height='2'/%3E%3C/svg%3E");
    height: 31px;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: 14px;
}

.menu-dropdown-icon:before {
    content: "";
    display: none;
    cursor: pointer;
    float: right;
    padding: 2em 1em;
    /* background: #d3e7f7; */
    color: #807f7f;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
}
.menu>ul>li.menu-dropdown-icon{
    padding-left: 15px;
}
.menu>ul>li.menu-dropdown-icon:after {
    float: right;
    padding: 0;
    margin: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 14px;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    color: #ffffff;
}

.menu>ul>li:hover>a {
    color: #DFEAFD;
    position: unset;
}

.menu>ul>li.menu-dropdown-icon:hover:after {
    display: none;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.33%;
    background: none;
    float: right;
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .4em 0;
    width: 95%;
    font-size: 0.8rem;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu {
        width: auto;
        float: left;
        direction: rtl;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:after {
        display: none;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        /* float: none; */
        display: block;
    }
    .menu>ul>li a {
        padding: 1.5em 2em;
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-right: 15px;
        color: #000;
        text-align: right;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        position: absolute;
        z-index: 100;
        background: #f4f4f4;
        right: 0px;
        top: 70px;
    }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
search slideer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-slideer{
    background: var(--text-second-color);
    position: relative;
    z-index: -2;
}
.search-slideer .search-box{
    position: relative;
    width: 100%;
    float: right;
    padding: 0px 45px;
}
.search-slideer .search-box:after{content: "";position: absolute;width: 25%;height: 100%;background: url(../images/iconbg.svg);bottom: 0px;left: 0px;background-size: 100%;background-repeat: no-repeat;z-index: -1;background-position: center bottom;}
.search-slideer .search-box:before{content: "";position: absolute;width: 25%;height: 100%;background: url(../images/iconbg.svg);top: 0px;right: 0px;background-size: 100%;background-repeat: no-repeat;z-index: -1;background-position: center top;}
.search-slideer .search-text{
    float: right;
    width: 100%;
    text-align: center;
    line-height: 2;
}
.search-slideer .search-text h1{
    font-size: 23px;
    margin-bottom: 20px;
}
.search-slideer .search-text p{
    font-size: 14px;
    margin-bottom: 20px;
}
.search-slideer .search-form{
    float: right;
    width: 100%;
}
.search-slideer .search-form input[type="text"]{
    width: 100%;
    padding: 4px 15px;
    border-radius: 15px;
    border: unset;
    box-shadow: 1px 1px 1px #CCD;
    font-size: 16px;
    line-height: 3;
}
.search-slideer .search-form input[type="submit"]{}
.search-slideer .search-form form{
    width: 100%;
    float: right;
    position: relative;
}
.search-form button{
    border: 0px;
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    float: right;
    position: absolute;
    left: 5px;
    background: unset;
    top: 5px;
}
.search-form button svg{
	fill: var(--theam-color)  !important;
}
.search-slideer .search-list{
    width: 100%;
    float: right;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-slideer .search-list ul{
    display: flex;
    width: 100%;
    float: right;
    flex-wrap: wrap;
    list-style: none;
    gap: 3%;
    text-align: center;
    justify-content: center;
}
.search-slideer .search-list ul li{
    width: 25%;
    max-width: 196px;
    background: #F3FAFD;
    border-radius: 10px;
    padding: 20px;
}
.search-slideer .search-list ul li a{color:#000;}
.search-slideer .search-list ul li a img{
    padding: 15px;
    max-width: 100%;
}
.search-slideer .search-list ul li a span{
    position: relative;
    top: -10px;
}
.search-slideer .search-list ul li:hover{

	background:#182E46;
}
.search-slideer .search-list ul li:hover a{
	color:#fff;
}


@media (max-width: 480px) {
    
    .search-slideer .search-list ul li{
    width: 31%;
    padding: 2px;
    }
	.search-slideer .search-box{
    padding: 0px 15px;
}
	.search-slideer .search-list{
    margin-bottom: 10px;
}
	.search-slideer .search-text{margin-top:20px}
}



/* ---------------------------------------------------
    offerbox
----------------------------------------------------- */
.offerbox{
    width: 100%;
    float: right;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.offerbox .title{
	    width: 100%;
    float: right;
	font-size:23px;
	text-align:center;
	margin-bottom: 30px;
}
.offerbox ul{
    display: flex;
    width: 100%;
    float: right;
    flex-wrap: wrap;
    list-style: none;
    gap: 3%;
    text-align: center;
    justify-content: center;
}
.offerbox ul li{
    width: 31%;
    background: #F3FAFD;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 28px;
}
.offerbox ul li a{color:#000;}
.offerbox ul li a img{
    padding: 15px;
    max-width: 100%;
    width: 135px;
}
.offerbox ul li a span{
    position: relative;
    top: -10px;
    width: 100%;
    float: right;
}
.offerbox ul li:hover{

	background:#182d46;
}
.offerbox ul li:hover a{
	color:#fff;
}


@media (max-width: 480px) {
    
    .offerbox ul li{
    width: 46%;
    padding: 2px;
    }

}
/* ---------------------------------------------------
    tests
----------------------------------------------------- */

.tests{
	width: 100%;
	float: right;
}
.tests .testbase{
    width: 100%;
    float: right;
    background: #E3EEFD;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 0px 20px;
}
.tests .testbase .title{
    text-align: center;
    margin-bottom: 20px;
}
.tests .testbase .title h2{width: fit-content;background: #48A1F8;color: #fff;padding: 10px;font-size: 21px;border-radius: 0 0 10px 10px;display: block;margin: 0 auto;}

.tests .testbase .testsection{width: 100%;float: right;background: #fff;border-radius: 15px;margin-bottom: 20px;}

.tests .testbase .testsection .titr{
    text-align: center;
    font-size: 14px;
    padding: 0px 15px;
}
.tests .testbase .testsection .titr h3{font-size:17px;border-bottom: 1px solid #ccc;line-height: 3;}
.tests .testbase .testsection .list{
    width: 100%;
    float: right;
    padding: 10px;
    text-align: right;
}
.tests .testbase .testsection .list ul{list-style: none;}
.tests .testbase .testsection .list ul li{
    line-height: 2;
}

.tests .testbase .testsection .list ul li a{}
.tests .testbase .testsection .list ul li img{
    float: right;
    width: 22px;
    margin-left: 10px;
}
@media (max-width: 480px) {
    
   .tests{
  padding: 0px 10px;
  }

}

.last_blog{
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.last_blog .last_blog_box{
    position: relative;
    width: 23%;
    margin: 1%;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}
.last_blog .last_blog_box .img_box{
    height: 250px;
    overflow: hidden;
}
.last_blog .last_blog_box .img_box img{
    width: 100%;
}
.last_blog .last_blog_box h2{
    text-align: center;
    font-size: 15px;
    margin: 0px;
    line-height: 3;
}
.last_blog .last_blog_box a{
    color: #333;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 14px;
}
.last_blog .last_blog_box .title{
    width: 100%;
    float: right;
}

.single_page{
    width: 100%;
    float: right;
}
.single_page .title{
    text-align: center;
}
.single_page .title h1{
    line-height: 3;
    border-top: 1px solid #ccc;
    font-variation-settings: "wght" 600, "DOTS" 0;
    font-size: 23px;
}
.single_page .text{
    direction: rtl;
    text-align: justify;
    line-height: 2;
}
.single_page  .img_box{
    float: right;
    width: 100%;
}
.single_page .img_box img{width: auto;padding: 20px;/* border: 1px solid #ccc; *//* border-radius: 15px; */max-height: 380px;display: block;margin: 0 auto;}
.single_page .text p{
    line-height: 2;
    float: right;
    width: 100%;
    margin-bottom: 15px;
}
.single_page .text h2 {
    color: navy;
    font-size: 20px;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.single_page .text h3 {
    margin: 15px 0;
    color: #8B0000;
    font-size: 19px;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.single_page .text h4 {
    font-size: 18px;
    color: #006400;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.single_page .text h5 {
    font-size: 17px;
    color: #ca2fe4;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.single_page .text h6 {
    font-size: 17px;
    color: #666;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}
.single_page .text table td {
    border: 1px solid #555;
    padding: 3px 6px
}


.blog-comment{
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    width: 100%;
    float: right;
    border-top: 1px solid #9ac6ef;
    margin-top: 30px;
    padding: 0px;
}
.blog-comment .no-comment{
    padding: 10px;
    margin: 20px 0px;
    background: #566a7f;
    border-radius: 15px;
    line-height: 2;
    color: #fff;
}
.comment .btn-primary{
    background: #779abe;
    border: 0px;
}
.blog-comment hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}
.blog-comment a {
    background: none;
    color: #82b440;
    text-decoration: none;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}



.blog-comment ul{
	list-style-type: none;
	padding: 0;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: right;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-right: 85px;
	margin-left: 0px;
	padding: 10px 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-right: 85px;
}

.blog-comment-form{
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
	text-align: center;
	margin-top: 30px;
	color: #779abe !important;
}

.auth-input-wrapper{
    direction: ltr;
}

.prodacts{
    background-color: #eee;
}
.prodacts .bg-image{}
.prodacts .bg-image img{
    width: 100%;
}

.prodacts h3{font-size:16px;}


.single_business{
	
}
.single_business .title{
	background: #dc1301;
	color: #fff;
	border-radius: 0 0 15px 15px;
}
.single_business .text{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.single_business .img_box{
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.single_business ul{
	width: 49%;
	float: right;
	list-style: inside;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0px;
}
.content{
	width: 100%;
	float: right;
	list-style: inside;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	}
/* ---------------------------------------------------
    lastsite
----------------------------------------------------- */

.lastsite{
	background: rgb(206,209,252);
	background: linear-gradient(90deg, rgba(206,209,252,1) 0%, rgba(191,204,246,1) 26%, rgba(171,216,255,1) 64%, rgba(148,189,231,1) 100%);
	padding: 30px 0px 0px 0px;
}
.lastsite  .lastsite-box{
    width: 100%;
    float: right;
    background: #f3fafd;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}
.lastsite .lastsite-box .title{
    width: 100%;
    float: right;
    text-align: right;
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #97c0ea;
}
.lastsite .lastsite-box .title img{
    width: 27px;
    float: right;
    margin-left: 10px;
}
.lastsite .lastsite-box .list{
    float: right;
    width: 100%;
}
.lastsite .lastsite-box .list ul{
    margin: 0px;
    float: right;
    width: 100%;
    line-height: 2;
    list-style-position: inside;
    text-align: right;
    margin-bottom: 10px;
    list-style-type: circle;
}
.lastsite .lastsite-box .list ul li{
    width: 100%;
    float: right;
}
.lastsite .lastsite-box .list ul li::marker{color: #7799be;}
.lastsite .lastsite-box .list ul li a{
    font-size: 13px;
}
.headerbaner{
    width: 100%;
    float: right;
}
.headerbaner img{
    width: 100%;
    float: right;
}
.footbaner{}
.footbaner img{
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
    float: right;
}
/* ---------------------------------------------------
    footer
----------------------------------------------------- */
footer{
	background:#273237;
	float: right;
	padding-top: 30px;
}

footer .footer-wighet .wighet-title{
    color: #fff;
    text-align: right;
    margin-bottom: 15px;
}
footer .footer-wighet .wighet-list{
    width: 100%;
    float: right;
}
footer .footer-wighet .wighet-list ul{
    width: 100%;
    list-style: circle;
    float: right;
    list-style-position: inside;
}
footer .footer-wighet .wighet-list ul li::marker {color: #7799be;}
footer .footer-wighet .wighet-list ul li{
    width: 100%;
    float: right;
    text-align: right;
}
footer .footer-wighet .wighet-list ul li a{
    color: #fff;
}

footer .footer-wighet .logofooter{
    width: 100px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}
footer .footer-wighet p{
    color: #fff;
    text-align: justify;
}
footer .footer-wighet{
    width: 100%;
    float: right;
}
footer .footer-wighet .nemad{
    width: 100%;
}
footer .footer-wighet .nemad ul{display: flex;flex-wrap: nowrap;justify-content: center;gap: 20px;list-style: none;}
footer .footer-wighet .nemad ul li{
    background: #fff;
    position: relative;
    top: -30px;
    border-radius: 0px 0px 15px 15px;
    padding: 15px 0px;
}
footer .footer-wighet .nemad ul li img{
    width: 100%;
    display: block;
    min-width: 120px;
    height: auto;
}

.footer-wighet .soial-list{
    width: 100%;
    float: right;
}
.footer-wighet .soial-list ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none;
}
.footer-wighet .soial-list ul li{width: auto;float: right;}
.footer-wighet  .soial-list ul li svg{
    width: 50px;
    height: auto;
    fill: var(--theam-color) !important;
}
.footer-wighet  .soial-list ul li a{
    float: right;
    width: 100%;
}
.footer-wighet .contact{
    float: right;
    width: 100%;
    list-style: none;
    margin-top: 20px;
}

.footer-wighet ul.contact  li{
    float: right;
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-second-color);
}
.footer-wighet ul.contact li a{
    font-size: 14px;
    color: var(--text-second-color);
}
.footer-wighet ul.contact li svg{
    width: 25px;
    float: right;
    margin-left: 5px;
    fill: #fff !important;
}
footer .copyrights{
    width: 100%;
    float: right;
    text-align: center;
    background: var(--theam-color);
    color: #fff;
    padding: 5px 0px;
    margin-top: 20px;
}
#loginModal{
    line-height: 1.5;
}
#loginModal p{
    color:#838383;
    float: right;
    font-size: 13px;
    }

#loginModal .editPhone{float:left;background:#fff;border:unset;color: var(--theam-color);font-size: 14px;width: auto;padding: 0px;}
#loginModal .form-check{
    float: right;
    width: 100%;
    padding-right: 1.25em;
}
#loginModal .form-check input{margin-right: -1.25em;}

.single_test{
    font-size: 14px;
    width: 100%;
    float: right;
}
.single_test .price a{
	color:#fff;
}
.single_test .price{
    background: #779abe;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
}
.single_test  .description{
    padding: 15px;
    background: var(--theam-second-color);
    border-radius: 15px;
    line-height: 2;
    margin-top: 35px;
}
.single_test  .topic{}
.single_test  .topic ul{
    list-style-position: inside;
    line-height: 2;
}
.single_test  .topic ul li{}
.single_test .price-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 22.73%;
    margin-bottom: 0px;
}
.single_test .price-box>svg {
    opacity: .6;
}
.single_test .price-box>* {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.single_test .price-box .svg--full {
    width: 100%;
    height: 100%;
}
.single_test .price-box .svg {
    display: inline-block;
}
@media (max-width: 480px) {
    
footer .footer-wighet .nemad ul li{
    top: 0px;
    border-radius: 15px;
}
	footer .footer-wighet{
    margin-bottom: 10px;
}
}


.single_text_info{/* width: 100%; *//* float:right; */border: 1px solid var(--theam-color);border-radius: 15px;padding: 15px 0px;margin-top: 30px;}
.single_text_info .title{
    line-height: 2;
    border-bottom: 1px solid var(--theam-color);
    margin-bottom: 35px;
}
.single_text_info .title a{
    color: var(--theam-color);
}
.single_text_info h2 {
    font-size: 19px;
    width: 100%;
    float: right;
    padding: 10px 0px;
    line-height: 2;
    border-bottom: 1px solid var(--theam-color);
}
.single_text_info .test-info{
    background: var(--theam-second-color);
    width: 100%;
    float: right;
    padding: 5px;
    border-radius: 5px;
}
.single_text_info .test-time{
    float: right;
}
.single_text_info .test-time svg{
	width: 27px;
}
.single_text_info .test-file-box{
    width: auto;
}
.single_text_info h1{font-size:23px;width:100%;float:right;padding:20px 0px;line-height: 2;}
.single_text_info .img_box {
    padding: 15px;
    border: 1px solid #779abe;
    border-radius: 15px;
    width: 100%;
    float: right;
}
.single_text_info .img_box img{max-width:100%;height: auto;float: right;}
.single_text_info .test-option{
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.single_text_info .test-option .count-test{
    float: right;
    background: var(--text-second-color);
    padding: 5px;
    border-radius: 15px;
    font-size: 17px;
}
.single_text_info .test-option .report-test{
    float: right;
    background: var(--bs-yellow);
    padding: 5px;
    border-radius: 15px;
}
.single_text_body{width: 100%;float:right;}
.cat_title{
    width: 100%;
    float: right;
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin-bottom: 30px;
}
.cat_title:before{content:"";position: absolute;border-top: 1px solid var(--theam-color);width: 100%;right: 0px;top: 35px;}
.cat_title:after{content:"";}

.cat_title h1{
    font-size: 21px;
    position: relative;
    display: inline;
    padding: 0 25px;
    background: #fff;
}
.cat_test .single_text_info .title{
    margin-bottom: 10px;
    border: 0px;
    text-align: right;
}
.cat_test .single_text_info{/* width: 100%; *//* float:right; */border: 1px solid var(--theam-color);border-radius: 15px;padding: 15px 0px;margin-top: 30px;}
.cat_test .single_text_info:last-child{
    margin-bottom: 30px;
}
.cat_test .single_text_info .text{
    height: 138px;
    text-align: right;
}
.cat_test .test-file{
    float: left;
    margin-right: 10px;
}
.cat_test .test-file svg{
    fill: #000;
    width: 30px;
    height: 30px;
}
.thechers{
    direction: rtl;
    text-align: right;
    padding-bottom: 40px;
}
.thechers .thechersbox{
    background: #fff;
    padding: 20px;
    float: right;
    width: 100%;
}
.pull-right{float:right;}
.thechers img{
    max-width: 100%;
}
.thechers  .alert {
  width: 100%;
    float: right;
    margin-top: 20px;
}
.thechers h1{
    line-height: 3;
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    float: right;
    border-bottom: 1px solid var(--theam-color);
    color: var(--theam-color);
}

.thechers.inquiry h1{
    border: 0px;
    margin: 20px 100px 0;
    margin-bottom: 0px;
    color: #309dff;
    width: calc(100% - 100px);
    float: right;
    border-bottom: 1px solid;
    background: #fafafa;
    z-index: 444;
    position: relative;
}

.thechers p{
    line-height: 2;
    float: right;
    width: 100%;
    text-align: justify;
    border: 0px;
    text-align: center;
}

.thechers h2{
    line-height: 3;
    font-size: 21px;
    float: right;
    width: 100%;
    color: var(--theam-color);
    text-align: center;
}
.btn-primary{
 background: var(--theam-color);
 border: 0px;
}
.pack-theme{
     fill: none;
     stroke: #414141;
     transition: all .3s;
}
.pack-theme svg {
    stroke: var(--theam-color);
    fill: var(--theam-color);
}

.bg-label-secondary {
  background-color: #e7ebef !important;
  color: #69809a !important;
}

.bg-label-success {
  background-color: #dff9ec !important;
  color: #39da8a !important;
}

.bg-label-info {
  background-color: #d6f7fa !important;
  color: #00cfdd !important;
}

.bg-label-warning {
  background-color: #fff2e1 !important;
  color: #fdac41 !important;
}

.bg-label-danger {
  background-color: #ffe5e5 !important;
  color: #ff5b5c !important;
}

.bg-label-light {
  background-color: #fbfbfc !important;
  color: #e5e9ed !important;
}

.bg-label-dark {
  background-color: #e2e4e6 !important;
  color: #495563 !important;
}

.bg-label-gray {
  background-color: rgba(242, 243, 245, 0.92) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

.alert-info{
    width: 100%;
    float: right;
}
.tsales td{
    background: var(--theam-color);
    color: #fff;
    text-align: center;
    font-size: 17px;
}




/*--------------------------------------------------
notfication
--------------------------------------------------*/
.notifications>li{
	list-style: none;
}

.notifications .dropdown-toggle::after {
	display: none;
}

.notifications .dropdown-toggle svg {
	fill: #67778F !important;
}

.notifications .dropdown-menu {
	min-width: 22rem;
	overflow: hidden;
}

.notifications .dropdown-menu svg {
	fill: #67778F !important;
}

.notifications .dropdown-menu svg:hover {
	fill: #5a8dee !important;
}

.notifications .dropdown-menu h6 {
	font-size: 1rem;
}

.notifications .badge-notifications {
	top: 0.5rem;
	padding: 0.2rem 0.4rem;
}

.badge.badge-notifications {
	transform: translate(50%, -30%);
}

.badge.badge-notifications {
	position: absolute;
	top: auto;
	display: inline-block;
	margin: 0;
	transform: translate(50%, -30%);
}

.notifications .dropdown-menu .text-muted {
	--bs-text-opacity: 1;
	color: #a8b1bb !important;
}

.notifications .dropdown-menu small, .small {
	font-size: 85%;
}

.notifications .dropdown-menu p {
	font-size: 0.8rem;
}

.notifications .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {
	padding: 1rem;
	cursor: pointer;
}

.notifications .dropdown-notifications-actions {
	text-align: center;
}

.notifications .dropdown-notifications-list .dropdown-notifications-item:not(.marked-as-read) .dropdown-notifications-archive {
	visibility: hidden;
}

.notifications .dropdown-notifications-list .dropdown-notifications-item:hover:not(.marked-as-read) .dropdown-notifications-archive {
	visibility: visible;
}
