@import url(fontiran.css);

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html{scroll-behavior: smooth;}
body{font-family: IRANSans;font-weight: 300; direction: rtl; text-align: right; transition: 1s; position: relative; }

/* width */
::-webkit-scrollbar {width: 8px; height: 8px; transition: .3s; position: fixed; right: 0;}
/* Track */
::-webkit-scrollbar-track {background: #cfcfcf;}
/* Handle */
::-webkit-scrollbar-thumb {background: #898989;border-radius: 4px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #898989;}

body h1{font-weight: 300;}
body h2{font-weight: 300;}
body h3{font-weight: 300;}
body h4{font-weight: 300; font-size: 18px;}
body h5{font-weight: 300; font-size: 14px;}
body h6{font-weight: 300;}

.b-r{border-radius: 5px;}

.loading{position: fixed; right: 0; top: 0; left: 0; bottom: 0; background: rgba(255, 255, 255, 0.6);
    z-index: 100; text-align: center;}
.loading img{height: 25vh; margin-top: 35vh;}
.loading-img{width: 50px; display: none;}
.loading-text{color: #5eb64d; font-size: 14px; font-weight: 400; display: none;}

.container-fluid{padding: 0;}
.container {min-width: 1420px !important;max-width: 1420px !important; padding:0 5px;}

@media (max-width: 1520px) {
    .container {min-width: 1116px  !important;max-width: 1116px !important;}
}
@media (max-width: 1196px) {
    .container {min-width: 936px  !important;max-width: 936px !important;}
}
@media (max-width: 1024px) {
    .container {min-width: 100%;  !important;max-width: 100%; !important;}
}
@media screen and (max-width: 992px) {
    .container-fluid{ min-width: 100% !important; max-width: 100% !important; padding: 0;}
    .container{ min-width: 100% !important; max-width: 100% !important; padding: 0 25px;}
}

@media screen and (max-width: 768px) {
    .container{padding:0 10px;}
}

.cursor{cursor: pointer;}
.badge{padding: 8px; font-weight: 400;}
.btn{padding: 3px 6px; font-weight: 400; font-size: 14px;}

/************* nav *************/
#navbar {overflow: hidden;padding: 10px 10px; background-color: rgba(49, 49, 49, 0.80); height: 77px;
    transition: 0.4s;position: fixed;width: 100%;top: 0; z-index: 99; border-bottom: 1px solid rgba(49, 49, 49, 0.81);}


/* Style the navbar links */
#navbar a {float: right;color: #efefef;text-align: center;text-decoration: none;font-size: 13px;
    padding: 2px 10px;font-weight: 400; margin: 0 3px;}
#navbar a span{margin: 0 2px;}

/* Style the logo */
#navbar #logo{width: auto; height: 64px; float: left; padding: 10px 5px; margin-left: 25px;}
#navbar #logo-title{width: auto; height: 20px; float: left; padding: 21px 5px;
    color: #efefef; font-weight: 400;}


/* Links on mouse-over */
#navbar a:hover {border-bottom: 2px solid #efefef;}
#navbar-left a:hover {border-bottom: none;}

/* Style the active/current link */
#navbar a.active {border-bottom: 2px solid #efefef;}
#navbar a span {font-size: 20px; vertical-align: middle}


/* Display some links to the right */

.navbar-img{ cursor: pointer;}
.navbar-button{display: none;}
.navbar-items{width: 60%;  height: 1px; float: right; margin-right: 25px;}
.navbar-hr {width: 100%; height: 1px; float: right;}
#navbar-right {float: right; margin-top: 5px;}
#navbar-left {float: right; margin-bottom: 5px; }
#navbar-left a{color: #fdc500; }
#navbar-left a span{color: #fff; }

@media screen and (max-width: 1300px) {
    .navbar-items{width: 75%;}
}

@media screen and (max-width: 992px) {
    #navbar{padding: 5px; height: 50px;}
    #navbar #logo{width: auto; height: 43px; padding: 2px 5px; margin-left: 10px;}
    #navbar #logo-title{width: auto; height: 20px; padding: 10px 5px;}
    .navbar-items{display: none;}
    .navbar-button{display: block; float: right; padding: 5px;}
    .navbar-button a{margin: 5px 1px !important;color: #fdc500 !important;}
    .navbar-button a:hover{border-bottom: none !important;;}
    .navbar-button a span{margin: 0 0 !important; font-size: 18px;color: #fff !important;}
    .language-box{position: fixed; left: 10px; width: 100px; height: 50px;}
    .language-box a{height: 25px; line-height: 25px; width: 100%; display: block; margin: 0 !important;}
}


.sidenav{position: fixed; top: 0; bottom: 0; left: -100%; width: 40%; height: 100vh; background-color: rgba(49, 49, 49, 0.99);
    overflow: auto; transition: .5s; box-shadow: 0 0 10px 1px rgba(49, 49, 49, 0.99); z-index: 100;
    text-align: left; color: #fff !important;}

.sidenav.active{left: 0;}

.sidenav .sidenav-close{ position: absolute; width: 100%; right: auto; left: 10px !important; top: 12px;}
.sidenav .sidenav-close img{width: auto; height: 40px;}


.sidenav-ul{list-style: none;margin: 0;margin-top: 60px; padding: 0;}
.sidenav-ul li{}
.sidenav-ul li a.sidenav-ul-item{display: block; width: 100%; color: #efefef;
    padding: 10px; text-decoration: none;
    border-bottom: 1px solid #efefef;}
.sidenav-ul li a.sidenav-ul-item span.fa-caret-down{float: right;}
.sidenav-ul li a.sidenav-ul-item.active{border-color: #cfcfcf;}

.sidenav-ul-border{border-bottom: 1px solid #dfdfdf;}


@media screen and (max-width: 768px) {
    .sidenav{width: 40%;}
}
@media screen and (max-width: 575px) {
    .sidenav{width: 55%;}
}
@media screen and (max-width: 425px) {

}


/************* nav *************/


/************* header *************/

.header{width: 100%; height: auto; min-height: 50vh; max-height: 100vh; overflow: hidden;}
.header img{width: 100%; height: 100%; min-height: 50vh; max-height: 100vh;}


.header-custom-social{position: absolute; right: 7%; top: 46%; }
.header-custom-social img{width: 30px; height: 30px; display: block; margin-bottom: 14px;}

@media screen and (max-width: 992px) {
    .header{width: 100%; padding-top: 50px;}
    .header-custom-social{position: absolute; right: 10px;top: 65px;}
    .header-custom-social img{width: 20px; height: 20px; display: inline-block; margin-left: 5px;}

}

/************* header *************/



/************* footer *************/

.custom-footer{background-color: #fff;}

.footer-address{width: 100%; height: auto; background-color: #757575; padding: 20px 0; color: #fff;}
.footer-address-item{float: right; padding: 5px;}
.footer-address-item-header{width: 100% ; padding-right: 25px;}
.footer-address-item-header h4{ font-size: 14px; font-weight: 400;}
.footer-address-item-right{width: 20%; margin-left: 5%; float: right;}
.footer-address-item-right img{width: 100%; height: auto;}
.footer-address-item-left{width: 70%; float: right; padding-top: 10px;}
.footer-address-item-left h4{ font-size: 14px; margin-bottom: 15px; font-weight: 400;}


.footer-info{width: 100%; height: auto; background-color: #3c3c3c;
    text-align: right; padding: 35px 10px;}
.footer-info-right{float: right;}

.footer-info-right-category{}
.footer-info-right-category a{text-decoration: none; font-size: 14px; color: #afafaf; margin-left: 15px;
    font-weight: 300}
.footer-info-right-category a:hover{color:#898989;}
.footer-info-right-category a img{width: auto; height: 66px;}

.footer-info-right-download{padding-right: 80px; margin-top: 15px; float: right;}
.footer-info-right-download img{height: 35px;}
.footer-info-right-download a{text-decoration: none; font-size: 20px; color: #afafaf; margin-left: 12px; }

.footer-info-right-social{padding-right: 80px; margin-top: 15px; float: left;}
.footer-info-right-social a{text-decoration: none; font-size: 20px; color: #afafaf; margin-left: 12px; }
.footer-info-right-social a:hover{color:#898989;}

.footer-info-left{padding-top: 0; text-align: left;float: right;}

@media screen and (max-width: 768px) {
    .footer-logo{display: block; width: 100%; text-align: center;}
    .footer-info{text-align: center;}
    .footer-info-left{text-align: center;}
    .footer-info-right-social{width: 100%;padding-right: 0; margin-bottom: 15px; text-align: center;}
}

.copy-right{padding:5px 15px 15px;background-color: #ececec;text-align: left; }

/************* footer *************/

/************* home *************/


.home-detail{ margin:0 auto 0; position: relative;}
.home-detail1{margin-top: -220px; margin-bottom: 0;}
.home-detail-top{height: auto;}
.home-detail-top-right{width: 50%; min-height: 180px; float: right; text-align: center; padding: 5px; position: relative;}

.social-box-image{ position: absolute; bottom: 0; height: 100px; width: 100%;}
.social-box-image img{height: 100%; width: auto;}

.social-box-item{ position: absolute; bottom: 10px; height: 100px; width: 100%;}
.social-box-item a{display: inline-block; width: 55px; height: 55px; overflow: hidden; border-radius: 50%;
    margin: 30px 2px 0; text-decoration: none;}

.home-detail-top-left{width: 50%; float: right; padding: 5px;}
.home-detail-top-left h2{font-weight: 400; color: #fff;}
.home-detail-top-left h4{font-weight: 400; color: #fff;}
.home-detail-top-left a{display: inline-block; padding: 5px 8px; background-color: #fdc500; color: #fff;
    text-decoration: none; float: left; border-radius: 5px; font-weight: 400; font-size: 14px; transition: .3s all;}
.home-detail-top-left a:hover{background-color: #e2aa00;}

@media screen and (max-width: 1200px) {
    .home-detail{width: 80%;}
}

@media screen and (max-width: 992px) {
    .home-detail{width: 90%;}
    .home-detail-top-left h2{font-size: 24px; }
    .home-detail-top-left h4{font-size: 18px; }
}

@media screen and (max-width: 768px) {
    .home-detail{width: 80%;}
    .home-detail-top-right{width: 100%; min-height: 70px;}

    .social-box-image{ position: absolute; bottom: 0; height: 70px; width: 100%;}

    .social-box-item{ position: absolute; bottom: 10px; height: 70px; width: 100%;}
    .social-box-item a{ width: 37px; height: 37px; margin: 23px 2px 0;}

    .home-detail-top-left{width: 100%; text-align: center;}
    .home-detail-top-left h2{font-size: 18px; }
    .home-detail-top-left h4{font-size: 14px; }
}

.home-detail-bottom{width: 100%; height: auto; background-color: #fff; box-shadow: 0 0 10px 1px rgba(179, 179, 179, 0.51);}
.home-detail-bottom-right{}
.home-detail-bottom-right-item{ margin: 15px 0;}
.home-detail-bottom-right-item h4{font-size: 15px; font-weight: 400;}
.home-detail-bottom-right-item h4 img{height: 70px;}
.home-detail-bottom-right-item h5{font-size: 14px; line-height: 20px; height: 100px; overflow: hidden; }

.home-detail-bottom-left{padding: 75px 10px; background-color: #fdc500; height: 100%; border-right: 5px solid #313131;}
.home-detail-bottom-left h4{ color: #fff; text-shadow: 0 4px 4px #000000;}
.home-detail-bottom-left h5{line-height: 20px; height: 120px; overflow: hidden; margin-top: 50px;}
.home-detail-bottom-left a{display: inline-block; padding: 8px 15px; border-radius: 0 20px 20px 0;
    background-color: #fff; color: #313131; text-decoration: none; margin-top: 75px; float: left;
    font-size: 14px; font-weight: 400; margin-left: -10px; transition: .3s all;}
.home-detail-bottom-left a span{margin-left: 10px; -webkit-text-stroke: 1px #fff;}
.home-detail-bottom-left a:hover{color: #000; margin-left: 0; }

@media screen and (max-width: 992px) {
    .home-detail-bottom-left{border-top: 5px solid #313131; border-right: none;}
}

.home-detail-day{background-color: #efefef;}

.home-detail-day-right{ padding-top: 50px; padding-bottom: 20px;}
.home-detail-day-right h3{font-size:22px; font-weight: 400; margin-bottom: 20px;}
.home-detail-day-right h4{color: #f2ac55; font-weight: 500; margin-bottom: 15px;}
.home-detail-day-right h4 a{display: inline-block; padding: 5px 10px; background-color: #fdc500; border: 1px solid #656565;
    float: left; border-radius: 5px; margin-top: -5px; color: #fff; font-size: 15px; text-decoration: none;
    font-weight: 400; transition: .3s all;}
.home-detail-day-right h4 a:hover{color: #656565;}
.home-detail-day-right h5{font-weight: 400; margin-bottom: 15px; font-size: 18px;}
.home-detail-day-right h6{ line-height: 22px; color: #313131;}

.home-detail-day-right-item{margin-bottom: 5px;}
.home-detail-day-right-item span{display: inline-block;}
.home-detail-day-right-item span:first-child{width: 20%; background-color: #fdc500; padding: 5px; color: #313131;}
.home-detail-day-right-item span:last-child{width: 77%; margin-right: 5px; background-color: #afafaf; padding: 5px;
    color: #fff;}

.home-detail-day-left{ padding-top: 50px; padding-bottom: 20px;}
.home-detail-day-left img{width: 100%;}


@media screen and (max-width: 768px) {
    .home-detail-day-left{display: none;}
}

.home-actor{background-color: #000000; padding: 25px;}

.home-actor-item{color: #fff; margin-bottom: 15px;}
.home-actor-item h4{font-size: 12px;}
.home-actor-item h4 img{display: block; float: right; margin-left: 5px; width: 75px; height: 75px;
    border: 2px solid #fb8009; border-radius: 10px;}
.home-actor-item h4 span{display: block; float: right; color: #fdc500; margin-top: 45px;}
.home-actor-item h5{margin-top: 10px; line-height: 20px; height: 160px; overflow: hidden;}

.home-search{ padding: 25px;}

.calls{margin-top: 100px;}

.home-call{margin: 50px auto;}
.home-call-header{text-align: center; margin-bottom: 25px;}
.home-call-header h4{text-align: center; font-size: 22px; font-weight: 400;}
.home-call-item{border: 1px solid #cfcfcf;}

.home-call-item-right{width: 65%; float: right; padding: 15px;}
.home-call-item-right h4{}
.home-call-item-right h5{line-height: 20px; max-height: 140px; overflow: hidden;}

.home-call-item-left{width: 35%; float: right;background-color: #efefef; padding: 15px 0 25px;}
.home-call-item-left h4{font-size: 14px; padding: 0 15px;}
.home-call-item-left h4 span:first-child{font-size: 16px; font-weight: 500;}
.home-call-item-left h4{font-size: 15px;}
.home-call-item-left h5{ background-color: #898989; color: #fdc500; padding: 7px 15px;  }


@media screen and (max-width: 768px) {
    .home-call-item-right{width: 100%;}
    .home-call-item-left{width: 100%;}

}


.home-agent{margin: 100px auto 50px}
.home-agent-header{text-align: center; margin-bottom: 25px;}
.home-agent-header h4{text-align: center; font-size: 22px; font-weight: 400;}
.home-agent-item{ margin-bottom: 15px;}
.home-agent-item-img{ text-align: center;}
.home-agent-item-img img{ text-align: center;height: 160px; max-width: 100%; overflow: hidden;}

.home-agent-item-text{padding: 10px; box-shadow: 0 -1px 0 1px #efefef;}
.home-agent-item-text h4{color: #09988b; font-weight: 400; font-size: 16px; margin-bottom: 2px;
    line-height: 18px; overflow: hidden; height: 18px;;}
.home-agent-item-text h5{ color: #111; font-size: 14px;line-height: 18px; overflow: hidden; height: 18px;}
.home-agent-item-text h6{ line-height: 18px; font-size: 13px; height: 72px; overflow: hidden; color: #cfcfcf;}

.home{ z-index: 2;}
.home-header{}
.home-header ul{list-style: none; padding: 0; margin: 0; text-align: center; margin-top: -40px;}
.home-header ul li{display: inline-block; width: 180px; height: 150px; box-shadow: 0 0 14px 1px #cfcfcf;
    margin: 0 15px 25px; padding: 15px; border-radius: 10px; background-color: #fff; vertical-align: middle; cursor: pointer;
    transition: .3s all; }
.home-header ul li:hover{box-shadow: 0 0 14px 1px #afafaf;}
.home-header ul li a{color: #313131; text-decoration: none; }
.home-header ul li a img{ height: 80px; margin: 10px 0; }

.home-exhibition{margin-bottom: 35px;}
.home-exhibition-header{ margin-top: 180px; margin-bottom: 50px;}
.home-exhibition-header h4{font-size: 16px; font-weight: 400; color: #616161;}
.home-exhibition-item{float: right;}
.home-exhibition-item1{width: 100%; height: auto; box-shadow: 0 0 14px 1px #cfcfcf; padding: 30px 15px 15px;
    margin-bottom: 25px; border-radius: 10px; background-color: #fff; vertical-align: middle; cursor: pointer;
    transition: .3s all; text-align: center;}
.home-exhibition-item1:hover{box-shadow: 0 0 14px 1px #afafaf;}
.home-exhibition-item1 a{color: #616161; text-decoration: none;}
.home-exhibition-item1 a h5{font-size: 14px; font-weight: 400; margin-bottom: 12px;
    height: 40px; overflow: hidden;}

.home-body{ margin: 50px 0 25px; border-bottom: 25px solid #ececec; padding-bottom: 25px;}
.home-body-right{}
.home-body-right h3{ font-weight: 500; font-size: 18px;}
.home-body-right h3 img{height: 70px;}
.home-body-right h5{line-height: 22px; font-weight: 400; text-align: right; margin-top: 15px;
    padding: 0 10px; }

.home-body-left{}
.home-body-left-top{ margin-top: 100px; text-align: center;}
.home-body-left-top img{max-width: 80%; }
.home-body-left-bottom {text-align: center; margin: 30px 0;}
.home-body-left-bottom img {height: 35px; display: inline-block;}

.home-footer{margin: 0 auto 50px ;}
.home-footer-header{ }
.home-footer-header h4{font-weight: 500; font-size: 18px; float: right; margin-top: 8px;}
.home-footer-header a{float: left; padding: 6px 16px;  transition: .2s all;
    color: #313131; text-decoration: none;}
.home-footer-header a:hover{color: #000;}
.home-footer-body{margin-top: 50px;}

.home-footer-item{margin-bottom: 10px; }
.home-footer-item a{text-decoration: none;}
.home-footer-item1{width: 96%; height: auto; margin: auto; background-color: #fff; border-radius: 10px;
    transition: 0.3s;box-shadow: 0 0 6px 1px rgba(225, 225, 225, 0.75);  overflow: hidden;}
.home-footer-item1:hover{box-shadow: 0 0 10px 2px rgba(205, 205, 205, 0.8);}

.home-footer-item-img{width: 100%; height: auto; margin-bottom: 5px;}
.home-footer-item1-text{ padding: 5px 8px;}
.home-footer-item1-text h4{ color: #313131; font-weight: 400; font-size: 15px; margin-bottom: 8px;
    line-height: 20px; height: 40px; overflow: hidden;}
.home-footer-item1-text h5{ color: #afafaf; font-weight: 300; font-size: 13px; margin-bottom: 10px;
    line-height: 18px; height: 38px; overflow: hidden;}
.home-footer-item1-text h6{ color: #afafaf; font-weight: 300; font-size: 12px; text-align: left;
    margin-bottom: 0;}

.home-footer-item1:hover .home-footer-item-price{color: #fff; background-color: #569e3d;}

.home-footer-footer{ text-align: center; margin: 45px 0 25px;}
.home-footer-footer a{padding: 8px 22px; border: 1px solid #efefef; color: #616161; text-decoration: none;
    font-size: 14px; font-weight: 400; transition: .3s all;}
.home-footer-footer a:hover{border-color: #afafaf;}

/************* home *************/

/************* subscribe *************/

.subscribe-box{padding:10px 0 100px; position: relative;}
.subscribe-box-bg{position: absolute; bottom: 0; right: 0; left: 0; background-color: #efefef;
    height: 80%;z-index: 1;}
.subscribe-box-item{z-index: 2; margin-bottom: 5px; float: right;}
.subscribe-box-item1{ border-radius: 15px; overflow: hidden; box-shadow: 0 0 10px 1px #efefef;
    background-color: #fff;}
.subscribe-box-item-header{padding: 60px 10px 30px; color: #fff;}
.subscribe-box-item-header h4{font-weight: 400; font-size: 22px;}
.subscribe-box-item-header.bronze{ background-color:#3d75ae;}
.subscribe-box-item-header.silver{ background-color:#cdcdcd;}
.subscribe-box-item-header.gold{ background-color:#ffc100;}

.subscribe-box-item-img{}
.subscribe-box-item-img img{width: 100%;}

.subscribe-box-item-body{padding: 20px 10px; color: #313131; display: none;}
.subscribe-box-item-body.active{ display: block}
.subscribe-box-item-body .blue{color: #3d75ae;}
.subscribe-box-item-body h4{font-weight: 400; font-size: 22px;}
.subscribe-box-item-body-text{height: 180px; overflow: auto; margin: 20px 0 10px;}
.subscribe-box-item-body-text::-webkit-scrollbar {width: 3px; height: 3px; transition: .3s;}
.subscribe-box-item-body-text::-webkit-scrollbar-track {background: #cfcfcf;}
.subscribe-box-item-body-text::-webkit-scrollbar-thumb {background: #898989;border-radius: 4px;}
.subscribe-box-item-body-text::-webkit-scrollbar-thumb:hover {background: #898989;}

.subscribe-box-item-footer{text-align: center; margin-bottom: 15px;}
.subscribe-box-item-footer button{border: none; outline: none; box-shadow: none; transition: .3s all;
    background-color: #414141; color:  #fff; padding: 3px 25px; border-radius: 10px; cursor: auto;}
.subscribe-box-item-footer button:hover{padding: 3px 35px;}
.subscribe-box-item-footer button.bronze{ background-color:#3d75ae;}
.subscribe-box-item-footer button.silver{ background-color:#cdcdcd;}
.subscribe-box-item-footer button.gold{ background-color:#ffc100;}


@media screen and (max-width: 768px) {
    .subscribe-box-bg{display: none;}

}

.order-item{border: 1px solid #efefef; border-radius: 10px; overflow: hidden; margin-bottom: 35px}
.order-item h4{background: #dbd9ff; padding: 15px; color: #313131; font-weight: 400; font-size: 15px;}

.order-item h5{background: #fff; padding: 15px; color: #313131; font-weight: 400; font-size: 14px;
    line-height: 22px;}

.order-item .order-item-form{background: #fff8de; border: 1px solid #efefef;
    padding: 18px; border-right: none; border-left: none;}
.order-item-form input{border: 1px solid #dfdfdf; border-radius: 10px; margin-top: 0; width: 90px; padding: 8px;
    text-align: center; font-weight: 400;outline: none;}
.order-item-form select{border: 1px solid #dfdfdf; border-radius: 10px; width: 90px; padding: 8px;
    text-align: center; font-weight: 400;outline: none; margin:0 5px 0 50px;}
.order-item-form span{margin-left: 8px;}
.order-item-form p{position: absolute;font-size: 12px;font-weight: 400;}
.order-item-form-price{margin-right: 125px; margin-top: 7px;}

.order-item-form-price-all{ margin-right: 125px; margin-top: 7px;}

.order-item h6{background: #fff; padding: 15px; color: #313131; font-weight: 400; font-size: 14px;}
.order-item h6 span.right{ display:block; width: 18%; float: right;  margin-left: 10px;}
.order-item h6 span.left{ display:block; width: 80%; float: left; margin-left: 10px;}

.order-item-price{background: #f5f5f5; text-align: center; padding: 15px;}
.order-item-price input{border: 1px solid #dfdfdf; border-radius: 10px; margin-top: 0; width: 90px; padding: 8px;
    text-align: center; font-weight: 400;outline: none;}
.order-item-price .order-item-price-item{margin: 0 25px;}
/************* subscribe *************/

/************* gorfe *************/

.gorfe{ z-index: 2;}
.gorfe-header{width: 100%; height: auto; padding: 15px 5px; margin: 10px 0;}
.gorfe-header-right{float: right;}
.gorfe-header-right img{height: 60px;}
.gorfe-header-right span{margin-right: 5px; font-weight: 500; font-size: 20px; color: #313131;}

.gorfe-header-left{float: left; padding-top: 14px;}
.gorfe-header-left img{float: left; height: 25px;}

.gorfe-nav{ margin-top: 15px; border-bottom: 2px solid #fdc500; padding-bottom: 5px;}
.gorfe-nav ul{list-style: none; padding: 0; margin: 0; text-align: center;}
.gorfe-nav ul li{display: inline-block; padding: 2px; margin: 0 2px;}
.gorfe-nav ul li a{color: #313131; font-size: 14px; font-weight: 400; text-decoration: none; padding: 6px;
    transition: .1s all;}
.gorfe-nav ul li a:hover{border-bottom: 3px solid #fdc500;}
.gorfe-nav ul li a.active{border-bottom: 3px solid #fdc500;}

.gorfe-nav-box-item{ margin-top: 0; background: #dfdfdf;  border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding:10px 0; display: none;}
.gorfe-nav-box-item.active{display: block;}
.gorfe-nav-box-item ul{list-style: none; padding: 0; margin: 0; text-align: center;}
.gorfe-nav-box-item ul li{display: inline-block; padding: 2px; margin: 0 2px;}
.gorfe-nav-box-item ul li a{color: #111; font-size: 13px; font-weight: 400; text-decoration: none;
    padding: 4px 10px; border-radius: 50px; transition: .3s all;}
.gorfe-nav-box-item ul li a:hover{background: #fdc500; color: #fff;}
.gorfe-nav-box-item ul li a.active{background: #fdc500; color: #fff;}

.gorfe-nav-box{height: auto; width: 100%; border: 1px solid #dfdfdf; border-top: none;
    border-radius: 0 0 20px 20px; margin-bottom: 50px; padding: 15px; margin-top: 0; position: relative;}

.dashboard-header{ padding-top: 40px;}
.dashboard-header ul{list-style: none; padding: 0; margin: 0; text-align: center; }
.dashboard-header ul li{display: inline-block; width: 150px; height: 135px;margin: 0 5px 10px;padding: 10px;
    border-radius: 10px; background-color: #fff; vertical-align: middle; cursor: pointer;transition: .3s all;
    border: 1px solid #efefef;}
.dashboard-header ul li:hover{box-shadow: 0 10px 14px 1px #dfdfdf; background-color: #fdc500;}
.dashboard-header ul li.active{box-shadow: 0 10px 14px 1px #dfdfdf; background-color: #fdc500;}
.dashboard-header ul li:hover a{color: #fff ;}
.dashboard-header ul li.active a{color: #fff;}
.dashboard-header ul li a{color: #313131; text-decoration: none; display: inline-block; width: 100%; height: 100%; }
.dashboard-header ul li a img{ height: 60px; margin: 10px 0; }
.dashboard-header ul li a h5{font-size: 13px; font-weight: 400;}

.dashboard-body{ padding: 60px 0 30px;}
.dashboard-body-header{ margin-bottom: 10px; padding: 10px;}
.dashboard-body-header h4{font-size: 20px; font-weight: 400; color: #313131;}
.dashboard-body-header h4 span{color: #5abbee; font-size: 28px;}
.dashboard-body-header h5 span{color: #5abbee; font-size: 18px; font-weight: 400;}
.dashboard-body-header a{display: inline-block; color: #569e3d; font-size: 16px; text-decoration: none; float: left;
    padding-top: 4px; font-weight: 400;}
.dashboard-body-header h6{padding: 15px; text-align: center; background-color: #569e3d; color: #fff;
    border-radius: 5px; margin: -60px 0 15px;}

.dashboard-body-header h6.error-message{background-color: #9c1b53; color: #fff; margin-bottom: 5px;}

.dashboard-body-nav{text-align: center; margin-bottom: 80px; }
.dashboard-body-nav a{padding: 5px 20px; border-radius: 50px; background-color: #fdc500;
    color: #fff; text-decoration: none; transition: .3s all;}
.dashboard-body-nav a:hover{background-color: #c49100; }
.dashboard-body-nav a.active{background-color: #c49100;}
.dashboard-body-message{width: 70%; padding: 15px 30px; border-radius: 10px; border: 1px solid #dfdfdf;
    margin: 0 auto 25px;}
.dashboard-body-message span{color: #569e3d; margin-top: 5px; display: inline-block;}
.dashboard-body-message a{color: #898989; text-decoration: none; padding:5px 20px; border-radius: 30px; border: 1px solid #dfdfdf;
    float: left; background-color: #efefef; font-size: 15px; font-weight: 400;}

.accordion {color: #444;cursor: pointer;padding: 25px 15px;width: 100%; border: none; border-bottom: 1px solid #dfdfdf;
    background: none; text-align: right; font-size: 15px; font-weight: 400;
    outline: none;transition: 0.4s;}
.accordion span.fa{color: #69d5b5; font-size: 20px; vertical-align: middle; margin-left: 5px;}
.accordion-date{float: left; color: #afafaf; font-size: 13px;}
.accordion:focus {outline: none;}
.accordion:hover {}
.accordion-box {padding: 20px 10px 10px; display: none; overflow: hidden;}
.accordion-box p{line-height: 25px;}

.dashboard-body-form{border: 1px solid #dfdfdf; border-radius: 10px; padding: 50px 10px; margin-bottom: 50px;}
.dashboard-body-form h4{font-weight: 500; font-size: 16px;}
.dashboard-body-form-item{ margin-top: 25px;}
.dashboard-body-form-item .padding-top{padding-top: 35px;}
.dashboard-body-form-item .padding-top-1{padding-top: 10px;}
.dashboard-body-form-item h4{color: #afafaf; font-weight: 300; font-size: 15px;}
.dashboard-body-form-item textarea{border: 1px solid #efefef; border-radius: 10px; outline: none;
    width: 100%; resize: none; height: 100px; padding: 10px;}
.dashboard-body-form-item input{border: 1px solid #efefef; border-radius: 10px; outline: none;
    width: 100%; resize: none; height: 40px; padding: 10px;}


.multiselect {width: 100%; padding: 7px 10px;  overflow: auto; height: 38px;}
.multiselect1 {padding: 0;}
.multiselect::-webkit-scrollbar {width: 4px; height: 4px;}

.selectBox {position: relative;border-color: #ced4da !important;}
.selectBox .select {width: 100%; padding: 7px; font-weight: 400; color: #dfdfdf; min-height: 44px;
    border-radius: 10px 10px 0 0; border: 1px solid #efefef;}

.select1{border: none !important; min-height: 20px !important; padding: 0 !important;}
.select2{border: none !important; min-height: 20px !important;border-radius: 10px !important;
    background-color: #efefef;}
.selectBox .select .option{display: inline-block; padding: 2px 7px; font-size: 13px; margin-left: 5px;
    background-color: #fdc500; color: #fff; border-radius: 5px; }
.selectBox .select .option .fa{-webkit-text-stroke: -1px #fdc500; cursor: pointer;}
.selectBox .select .fa-angle-down{float: left; color: #fdc500; margin-top: 5px; margin-left: 1px;}
.selectBox .select .title{color: #787878;}
.selectBox .select .title-hide{display: none;}

.overSelect {position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.checkboxes {border: 1px #efefef solid; height: auto; max-height: 180px; padding:5px 0; overflow: auto;
    border-radius: 0 0 10px 10px; display: none; position: absolute; right: 0; top: 43px; left: 0;
    background-color: #fff; z-index: 10;}
.checkboxes label {display: block; margin-right: 5px;}
.checkboxes input {margin-left: 5px; vertical-align: middle;}
.checkboxes label:hover {background-color: #1e90ff;}
.tablinks a{color:#313131; text-decoration: none;}
.checkboxes input[name='search'] {border: 1px solid #cfcfcf; width: 96%; margin: 5px 2%;
    padding: 5px; border-radius: 5px;}
.searchBox{width: 150px;height: 30px; float: left; position: relative; margin-top: 10px;}
.searchBox input{height: 30px; width: 80%; box-shadow: none; border: 1px solid #efefef; }
.searchBox input:focus{box-shadow: none; outline: none; border: 1px solid #efefef;}
.searchBox button{position: absolute; left: 0; top: 0; height: 30px; width: 20%; box-shadow: none; border: 1px solid #efefef; background: #3dd732; padding: 3px 8px; border: 1px solid #efefef;}

.custom-checkbox{ margin: 10px 0;}
.custom-checkbox-inline{display: inline-block}
.custom-checkbox input{}
.custom-checkbox label{ margin-right: 40px;}
.custom-checkbox .custom-checkbox-price{ float: left; color: #afafaf; }
.custom-checkbox .custom-control-label::before {width: 20px;height: 20px;border-radius: 1.25rem;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fdc500;
}
.custom-control-label::before {left: auto; right: -30px; top: 2px;}
.custom-control-label::after {left: auto; right: -28px; top: 4px;}

.panel-form-box{padding: 30px 0; position: relative;}

.skill-icon-box{position: relative;}
.skill-icon{position: absolute; width: 13px; height: 100%; left: 5px; top: 15px;}

.panel-form-box .form-group{padding:15px 10px 15px;border:1px solid #dfdfdf; border-radius:10px; margin:10px 10px 30px;
    position: relative;}

#countryCode{display: inline-block; position: absolute; left:10px; top: 21px; width: 80px;
    padding: 0; color: #898989; font-size: 14px;}

.form-group-error{position:absolute;bottom:0;right:30px;color:#c8232c; font-size: 12px;
    font-weight: 300;}

.form-group-info{position: absolute; left: 15px; top: 17px; color: #afafaf; font-weight: 400;}
.form-group-info span{margin: 8px 5px; font-weight: 400; font-size: 24px;}

.panel-form-box .form-group>label{position:absolute;top:-12px;right:20px;background-color:white;
    padding: 0 10px; color: #898989; font-weight: 400;}

.panel-image-box{padding:15px; overflow: auto;}
.panel-image-box1{}
.panel-image-box2 .panel-image{height: auto !important; width: 100% !important;}
.panel-image{height: 60px; width: auto; margin-bottom: 5px; border-radius: 5px; cursor: pointer;}
.panel-image-show{position: fixed; top: 0; right: 0; left: 0; bottom: 0; text-align: center; z-index: 1000;
    background-color: rgba(255, 255, 255, 0.90); display: none;  padding-top: 120px;}
.panel-image-show img{max-width: 100%}
.panel-image-show span{cursor: pointer; position: absolute; top: 90px; right: 50px;
    background-color: #898989; color: #fff; display: block; width: 30px; height: 30px;
    border-radius: 50%; line-height: 28px; -webkit-text-stroke: 1px #898989;}


.rtl{direction: rtl;}
.ltr{direction: ltr;}

.description-panel{margin-bottom: 50px;}

.panel-form-box .form-group>label.label{top:-30px !important;right:20px;}

.panel-form-box .radio-inline{margin-bottom: 18px; margin-right: 10px;}

.panel-form-box .form-group>input{border:none; padding: 0 20px; color: #313131;}
.panel-form-box .form-group>input:focus{outline: none; box-shadow: none;}
.panel-form-box .form-group>input::placeholder{color: #cfcfcf; font-size: 14px;}
.panel-form-box .form-group>input:disabled{background: inherit; cursor: not-allowed;}

.panel-form-box .form-group>select{border:none; padding: 0 20px; color: #313131; height: 38px !important;}
.panel-form-box .form-group>select:focus{outline: none; box-shadow: none;}
.panel-form-box .form-group>select::placeholder{color: #cfcfcf; font-size: 14px;}
.panel-form-box .form-group>select:disabled{background: inherit;}

.panel-form-box .form-group>textarea{border:none; padding: 10px 20px; resize: none; color: #313131;}
.panel-form-box .form-group>textarea:focus{outline: none; box-shadow: none;}
.panel-form-box .form-group>textarea::placeholder{color: #cfcfcf; font-size: 14px;}
.panel-form-box .form-group>textarea:disabled{background: inherit;}

.panel-image-input{height: 70px;}
.panel-image-input input{ z-index: 2; position: absolute; top: 25px; right: 15px; opacity: 0;}
.panel-image-input .form-group-place{display: inline-block; position: absolute; top: 27px; right: 30px; z-index: 1;
    color: #afafaf; font-size: 13px; font-weight: 400;}
.panel-image-input input:disabled{ z-index: 2; position: absolute; top: 25px; right: 15px; opacity: 0;}


.form-group-button{text-align: center; margin-top: 20px; clear: both; margin-bottom: 20px;}
.panel-form-box button{color: #fff; border: none; outline: none; border-radius: 10px; background: #74d3bb;
    padding: 10px 20px; cursor: pointer; margin-top: 40px;}

.panel-form-box a{color: #616161;cursor: pointer; margin: -10px 15px 40px; text-decoration: none ; clear: both; display: inline-block;}
.panel-form-box a span{color: #2fc344;}
.panel-form-box a.download{color: #616161 !important;cursor: pointer; margin: -10px 15px 40px; text-decoration: none ;
    clear: both; display: inline-block; background: inherit;}
.panel-form-box a.download span{color: #2fc344;}
.image-box{ margin: 50px 0;}
.image-box-item{margin-bottom: 10px;}
.image-box-item img{width: 100%; height: auto; border-radius: 10px; margin-bottom: 10px;}
.image-box-item h4{text-align: center; color: #c71970; }
.image-box-item h4 span{-webkit-text-stroke: 1px #fff;}

.panel-form-box .modal{}
.panel-form-box .modal button.close{background-color: inherit; color: #313131; float: left !important;}

.ads-box{}
.ads-box-img{border: 1px solid #dfdfdf; border-radius: 10px; margin: 50px 0; height: 200px; padding: 30px 15px 15px;
    position: relative;}
.ads-box-img .custom-checkbox{position: absolute; right: 20px; top: 45px; z-index: 10;}

.ads-box-img .custom-control-label::before {width: 20px;height: 20px;border-radius: 1.25rem;}
.ads-box-img .custom-control-input:checked~.custom-control-label::before {
    background-color: #ce166e;
}
.ads-box-img img{position: absolute; right: 0; top: 0; left: 0; bottom: 0; width: 100%; height: 100%;
    z-index: 2;}
.ads-box-img h4{text-align: center; font-size: 28px; font-weight: 600; color: #cfcfcf; }
.ads-box-img h5{text-align: center; font-size: 20px; font-weight: 600; color: #cfcfcf; }
.ads-box-img-left{border-left: 1px dashed #c8232c; width: 94%; height: 150px; position: absolute; top: 25px;
    right: 3%;  border-bottom: 1px dashed #c8232c;}
.ads-box-img-left h4{text-align: left; font-size: 14px; font-weight: 400; color: #616161;
    margin-left: 10px; margin-top: 126px;}


.ads-box-img>span{display: block; position: absolute; bottom: -20px; right: 10px;
    font-size: 14px; font-weight: 400; color: #898989;}

.ads-box-img-edit{ position: absolute; bottom: -40px; right: 0; left: 0; height: 40px; z-index: 1;
    font-size: 14px; font-weight: 400; color: #313131; background-color: #efefef; border: 1px solid #dfdfdf;
    padding: 10px 10px 0; border-radius: 0 0 15px 15px;}
.ads-box-img-edit a{display: inline-block; float: left; margin-top: 0; color: #313131;}
.ads-box-img-edit a span{ color: #313131; font-size: 18px; vert-align: middle;}

.dashboard-body-button{ padding: 15px; margin-bottom: 50px; text-align: center;}
.dashboard-body-button1{ padding: 15px; margin-bottom: 50px; text-align: center;}
.dashboard-body-button button{outline: none; border: none; background-color: #fdc500; border-radius: 5px; color: #fff;
    padding: 10px 20px; cursor: pointer; }
.dashboard-body-button button:disabled{ background-color: #898989; cursor: auto;}
.dashboard-body-button h4{color: #2fc344; font-size: 20px; font-weight: 400;}
.dashboard-body-button h5{ margin-bottom: 15px;}
.dashboard-body-button a{outline: none; border: none; background-color: #c8232c !important; border-radius: 5px; color: #fff;
    padding: 10px 20px; cursor: pointer; text-decoration: none;}
.dashboard-body-button a.success{background-color: #fdc500 !important; }
.dashboard-body-button a span{color: #fff;}
.dashboard-body-button1 a{ color: #fdc500;}

.panel-form-box-row{border:1px solid #787878; border-radius: 10px; margin-bottom: 50px;
    padding-bottom: 0; z-index: 1;}
.panel-form-box-row .form-group{margin:8px 8px 15px;}
.panel-form-box-row button{padding: 5px 10px; font-size: 14px; margin-top: 0; background: #fdc500;}
.panel-form-box-row a{color: #fff !important;  border-radius: 5px; background: #fdc500; font-size: 14px;
    padding: 5px 10px; cursor: pointer; margin: 0; display: inline-block;}

.panel-form-box-row-header{text-align: center; background-color: #787878; border-radius: 5px;
    padding: 8px; color: #fff; margin: -47px auto 20px; width: 333px; z-index: 100; }
.panel-form-box-row-header h4{ margin-bottom: 0; font-size: 14px; }

.panel-form-box-row .dashboard-body-button{ text-align: left; margin: 0;}

.image-box-button{outline: none; border: none; border-radius: 5px; color: #fff !important; display: inline-block;;
    padding: 22px 30px; cursor: pointer; margin: 12px !important; background-color: #ea8f00; }

.dashboard-body-table{}
.dashboard-body-table table{  }
.dashboard-body-table table tr{ border: 1px solid #dfdfdf;}
.dashboard-body-table table tr .text-gray{color: #afafaf;}
.dashboard-body-table table tr td{ padding: 22px 0; font-weight: 400; color: #616161;}
.dashboard-body-table table tr td.padding-top{padding-top: 37px;}
.dashboard-body-table table tr td.padding-top-2{padding-top: 45px;}
.dashboard-body-table table tr td.padding-top-3{padding-top: 30px;}
.dashboard-body-table table tr td .span-line{ display: block; margin: 2px 0;}
.dashboard-body-table table tr td .span-line span{margin: 0 5px; color: #229a75;}
.dashboard-body-table table tr td a{text-decoration: none; color: #8b8b8b; font-weight: 300;
    padding: 10px; cursor: pointer !important;}
.dashboard-body-table table tr td a.btn-success{ color: #fff;}
.dashboard-body-table table tr td a.btn-danger{ color: #fff;}
.dashboard-body-table table tr td a.btn-light{ background-color: #cfcfcf;}
.dashboard-body-table table tr td a.btn-dark{ color: #fff;}
.dashboard-body-table table tr:nth-child(even) td{padding: 7px 0;}
.dashboard-body-table table tbody tr:nth-child(even){ border: none;}


.panel-body-record-header{margin-bottom: 30px;}
.panel-body-record-header span{color: #313131; font-size: 16px; font-weight: 400 !important;
    display: inline-block; margin-top: 3px;}
.panel-body-record-header a{color: #898989;  font-size: 14px; font-weight: 300 !important;
    float: left; margin-top: 1px; margin-left: 15px;}

.panel-body-record-header a span{ display: inline-block; margin-left: 10px; font-size: 12px; text-align: center;
    color: #732092; border: 2px solid #732092; border-radius: 50%; padding: 2px 3px 1px}

.add-green{color: #379c17 !important;}
.add-green span{color: #379c17 !important; border-color:#379c17 !important; }

.panel-body-record-header-search{border:1px solid #dfdfdf; border-radius: 50px; float: left;
    margin-top: -8px;}

.panel-body-record{}
.panel-body-record .panel-body-record-h5{border-bottom: 1px solid #cfcfcf; padding: 10px 0; font-size: 16px; font-weight: 400;
    color: #898989;}
.panel-body-record .panel-body-record-h5 span{float: left; color: #8d8bff;}
.panel-body-record .panel-body-record-h5 span span{display: inline-block; width: 20px; height: 20px; border-radius: 50%; color: #fff;
    background-color: #ff7077; text-align: center; margin-right: 8px; font-size: 13px; line-height: 22px; }
.panel-body-record table{  }
.panel-body-record table tr{ border: 1px solid #dfdfdf;}
.panel-body-record table tr{ border: 1px solid #dfdfdf;}
.panel-body-record table tr td{ padding: 22px 0; font-weight: 400; color: #8b8b8b; position: relative;}
.panel-body-record table tr td a{text-decoration: none; color: #8b8b8b; font-weight: 300;
    padding: 10px; cursor: pointer !important;}
.panel-body-record table tr td a:hover{background-color: #efefef;}
.record-delete{border: none !important; background-color: inherit !important; color: #ef8863 !important; }
.record-title-icon{color: #fd9607; margin-left: 6px; }

.panel-body-record table tr td a i{color: #6fd5bb; vertical-align: middle; margin-left: 6px;}
.panel-body-record table tr:nth-child(even) td{padding: 7px 0;}
.panel-body-record table h6{ font-size: 14px; font-weight: 400; margin: 0;}
.panel-body-record table h6:first-child{margin-top: -5px;}

.panel-body-record table thead tr{background-color: #fff9e3; color: #c8a122;}
.panel-body-record table thead.blue tr{background-color: #e4ecff; color: #c8a122;}
.panel-body-record table thead tr td{font-weight: 500 !important; text-align: center; position: relative;}
.panel-body-record table thead tr th{font-weight: 400 !important; text-align: center;}
.panel-body-record table tbody tr:nth-child(even){ border: none;}
.panel-body-record table tr td .span-line{ display: block; margin: 2px 0;}
.panel-body-record table tr td .span-line span{margin: 0 5px; color: #229a75;}
.span-line-button{position: absolute; bottom: 0 ;right: 0;}
.panel-body-record table tr td .file-hide{width: 100%;height: 100%; position: absolute; top: 0; right: 0;
    bottom: 0; left: 0;opacity: 0; cursor: pointer; z-index: 10;}
.no-border{border: none;}
.no-margin{margin: 0 !important;}
.no-padding{padding: 0 !important;}

.dateMonth{border: 1px solid #dfdfdf; border-radius: 10px; margin-top: 0; width: 60px; padding: 8px;
    text-align: center; font-weight: 400;}
.dateMonth:focus{outline: none;}
.dateYear{border: 1px solid #dfdfdf; border-radius: 10px; margin-top: 0; width: 90px; padding: 8px;
    text-align: center; font-weight: 400;}
.dateYear:focus{outline: none;}


.order-item{border: 1px solid #efefef; border-radius: 10px; overflow: hidden; margin-bottom: 35px}
.order-item h4{background: #dbd9ff; padding: 15px; color: #313131; font-weight: 400; font-size: 15px;}

.order-item h5{background: #fff; padding: 15px; color: #313131; font-weight: 400; font-size: 14px;
    line-height: 22px;}

.order-item .order-item-form{background: #fff8de; border: 1px solid #efefef;
    padding: 18px; border-right: none; border-left: none;}
.order-item-form input{border: 1px solid #dfdfdf; border-radius: 10px; margin-top: 0; width: 90px; padding: 8px;
    text-align: center; font-weight: 400;}
.order-item-form input{outline: none;}
.order-item-form span{margin-left: 8px;}
.order-item-form p{position: absolute;font-size: 12px;font-weight: 400;}
.order-item-form-price{margin-right: 125px; margin-top: 7px;}
.order-item-form-price-all{ margin-right: 125px; margin-top: 7px;}

.order-item h6{background: #fff; padding: 15px; color: #313131; font-weight: 400; font-size: 14px;}
.order-item h6 span.right{ display:block; width: 18%; float: right;  margin-left: 10px;}
.order-item h6 span.left{ display:block; width: 80%; float: left; margin-left: 10px;}

.order-item-price{background: #f5f5f5; text-align: center; padding: 15px;}
.order-item-price .order-item-price-item{margin: 0 25px;}


.cart-header{width: 360px; margin: 15px auto;}
.cart-header-right{width: 60%;float: right; padding-top: 85px;}
.cart-header-right a{color: #898989; text-decoration: none;}
.cart-header-right a:hover{color: #379c17;}
.cart-header-right a span{color: #379c17;}
.cart-header-left{width: 40%; float: left; text-align: center;}
.cart-header-left img{width: 140px;}

.cart-body{margin-top: 150px; margin-bottom: 100px;}
.card-item2{ width: 555px; margin: 75px auto 50px;}

.card-item1{ border: 1px solid #dfdfdf; border-radius: 5px; width: 100%; text-align: center;
    padding: 25px 25px 5px;}
.card-item1 h4{ }
.card-item1 h5{ width: 80%; border: 1px solid #dfdfdf; border-radius: 5px; padding: 15px 5px; margin: 15px auto;}
.card-item1 h5 span{ display: block; margin-bottom: 15px;}
.card-item1 h5 input{ width: 100%; margin: 2px 0 3px; text-align: center; padding: 5px; border: none;}
.card-item1 h5 input:focus{outline: none;}

.card-item1-img{width: 80%; margin: auto;}
.card-item1-img-box{width: 46%; height: 150px; margin: 0 2%; padding: 0; border-radius: 5px;
    border: 1px solid #dfdfdf; float: right; position: relative;}
.card-item1-img-box img{width: 100%; max-height: 100%;}
.card-item1-img-box input{width: 100%;height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    opacity: 0; cursor: pointer;}
.card-item1 h6{ color: #afafaf; font-size: 13px; font-weight: 400; margin: 10px 0; }
.card-item1 .card-item1-confirm{ margin-top: 15px;}
.card-item1 .card-item1-confirm .download{color: #379c17; position: absolute; left: 40px; bottom: 24px; }

.card-item-download{text-align: center;}
.card-item-download a{display: inline-block; padding: 7px 15px; border-radius: 5px;
    background-color: #379c17; color: #fff; text-decoration: none; font-size: 12px; font-weight: 400;}

.confirm-message{position: absolute; bottom: 10px; right: 25px;}

/************* gorfe *************/


.message-box{width: 100%; height: 100%; position: fixed; right: 0; top: 0; left: 0; bottom: 0;
    z-index: 10; padding: 10px; display: none;}
.message-box1{width: 400px; height: 100px; margin: auto; border-radius: 10px; border: 1px solid #efefef;
    box-shadow: 0 0 5px 0 #efefef; text-align: center; background-color: #efefef; margin-top: 17%;}
.message-box1 h4{font-size: 15px; font-weight: 400; color: #616161; margin-top: 35px;}

@media screen and (max-width: 576px) {
    .message-box1{width: 100%;}
}

.share-box{background: rgba(0, 0, 0, 0.6); width: 100%; height: 100vh;  position: fixed; right: 0 ; left:0; top:0; bottom: 0;
    display: none;overflow: scroll; padding-bottom: 50px; z-index: 1000;}
.share-box-white{background: #ffffff !important;}
.modal-color-black{color: #000000 !important;}
.modal-share-header{width: 400px; position: relative; margin: 150px auto 0;background: #ffffff; direction: rtl; text-align: right;
    padding: 30px 35px 20px; border-radius: 5px 5px 0 0;}
.modal-share-header a{position: absolute; left: 35px; top:30px; color:#313131; font-weight: 100; font-size: 15px;}
.modal-share-header a:hover{color:#313131; }
.modal-share-header a span{ display:block; color: #313131; font-weight: 300 !important; font-size: 22px; cursor: pointer;}
.modal-share-header h6{margin-top: 4px; font-weight: 400; font-size: 16px;}

.modal-share-body{width: 400px; height: auto; margin: 0 auto; background: #ffffff; direction: ltr; text-align: left;
    border-radius:0 0 5px 5px; padding: 10px 30px;}
.modal-share-body ul{list-style: none; margin: 0; padding: 0;}
.modal-share-body ul li{}
.modal-share-body ul li a{font-size: 16px; font-weight: 400; border-top: 1px solid #e4e5e7; color: #008489 ;
    display: block; width: 100%; padding: 22px 15px;}
.modal-share-body a input{padding: 10px; background: #f5f5f5 !important; width: 300px; border: 1px solid #e4e5e7; border-radius: 2px;}
.modal-share-body a input:focus{box-shadow: none; border-color: #efefef; outline: none;}
.modal-share-body ul li a span{ margin-right: 15px; font-size: 15px; color: #000;}
.modal-share-body ul li a:hover{text-decoration: underline;}
@media screen and (max-width: 768px) {
    .modal-share-header{margin-top: 50px;}
}
@media screen and (max-width: 575px) {
    .modal-share-input{width: 80%;}
    .modal-share-body{width: 80%;}
    .modal-share-header{width: 80%;}
}

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots{text-align: center; }
.owl-theme .owl-dots .owl-dot{background-color: #cfcfcf; height: 10px; width: 10px; border-radius: 50%; margin-right: 5px;}
.owl-theme .owl-dots .owl-dot.active{background-color: #07d2e3;height: 12px; width: 12px;}
.owl-theme .owl-dots .owl-dot:hover{background-color: #007bff;}
.owl-theme .owl-dots .owl-dot:focus{border: none; box-shadow: none; outline: none;}



.owl-carousel .item {text-align: center;}
.owl-carousel .nav-btn{height: 47px;position: absolute;width: 26px;cursor: pointer;top: 92px !important;}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{pointer-events: none;opacity: 1;}

.owl-carousel .prev-slide{background: rgba(255, 255, 255, 0.9);color: #cfcfcf;z-index: 5;border-radius: 50%;width: 35px; height: 35px;
    left: -15px;cursor: pointer;font-size: 22px;text-align: center;line-height: 36px;padding-right: 3px;
    box-shadow: -1px 0 4px 0 #cfcfcf;transition: 0.5s;
}

.owl-carousel .next-slide{background: rgba(255, 255, 255, 0.9);color: #898989;z-index: 5;border-radius: 50%;width: 35px; height: 35px;
    right: -15px;cursor: pointer;font-size: 22px;text-align: center;line-height: 36px;padding-left: 3px;
    box-shadow: 1px 0 4px 0 #cfcfcf;transition: 0.5s;
}

.owl-carousel .prev-slide:hover{color: #313131;box-shadow: -2px 0 4px 0 #bfbfbf;}
.owl-carousel .next-slide:hover {color: #313131;box-shadow: 2px 0 4px 0 #bfbfbf;}
.owl-carousel .landmarkMore{top: 160px !important;}

span.img-text {text-decoration: none;outline: none;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;cursor: pointer;width: 100%;font-size: 23px;
    display: block;text-transform: capitalize;
}
span.img-text:hover {color: #2caae1;}

@media screen and (max-width: 768px) {
    .owl-nav{display: none !important;}
    .owl-theme .owl-dots{display: block;}
}


.pagination{}
.pagination li{ background-color: inherit; padding:0 5px; margin-top: 5px;}
.pagination li.active .page-link{font-weight: 500; color: #fff; background-color: #63bbcf;
    border-radius: 6px; font-size: 18px; padding: 4px 10px; margin-top: -4px;}
.pagination li:first-child{border: none; border-left: 1px solid #dfdfdf; margin-left: 35px; padding-left: 15px;
    margin-top: 0;}
.pagination li:first-child .page-link{font-size: 20px; color: #cfcfcf; font-weight: 500; padding-top: 4px;}
.pagination li:last-child{border: none; border-right: 1px solid #dfdfdf; margin-right: 35px; padding-right: 15px;
    margin-top: 0;}
.pagination li:last-child .page-link{font-size: 20px; color: #cfcfcf; font-weight: 500; padding-top: 4px;}
.pagination .page-link{border: none; background-color: inherit; font-size: 17px; font-weight: 400;
    color: #787878; padding: 0 10px;}

@media screen and (max-width: 768px) {
    .pagination .page-link{ padding: 0 5px;}
    .pagination li{ background-color: inherit; padding:0 2px;}
    .pagination li:first-child{ margin-left: 15px; padding-left: 10px;}
    .pagination li:last-child{ margin-right: 15px; padding-right: 10px;}

}



.register{background: #ffffff; border-radius: 5px 5px 0 0;padding: 10px 10px; margin-top: 30px; overflow: hidden;}
.register-header{width: 100%; margin: 25px 0; position: relative;}
.register-header a{display: block; width: 20px; height: 20px; position: absolute; top: -22px; right: 0;
    color:  #313131; text-decoration: none; font-size: 44px;}
.register-header h4{font-size: 16px; font-weight: 400;}

.register-level{height: 200px; position: relative; padding-bottom: 50px;}
.register-level-border{height: 1px; width: 100%; background: inherit; position: absolute; top: 74px; right: 0;
    border-bottom: 1px dashed #fdc500; z-index: 0;}
.register-level-border-black{height: 1px; width: 18%; background: inherit; position: absolute; top: 74px; right: 0;
    border-bottom: 1px solid #fdc500; z-index: 0;}
.register-level-item{height: 100%; position: relative; float: right; color: #fdc500;}
.register-level-item .active{background: #fdc500; color: #ffffff;}
.register-level-item-circle{width: 60px; height: 60px; border-radius: 50%; border: 1px solid #fdc500;
    margin: auto; margin-top: 45px; background: #ffffff; z-index: 10; text-align: center;}
.register-level-item-circle span{font-size: 24px; line-height: 55px; }
.register-level-item-text{text-align: center; padding-top: 10px;}

.register-box{ margin-bottom: 25px;}

.header-bill{width: 100%; padding: 0 15px 20px;}
.header-bill h4{width: 100%; font-size: 16px; border: 1px solid #dfdfdf; color: #898989;
    border-radius: 10px; text-align: center; padding: 15px; font-weight: 400;}
.header-bill h4.success{border: 1px solid #379c17; color: #379c17;}
.header-bill h4.error{border: 1px solid #c8232c; color: #c8232c;}
.header-bill a{display: inline-block; padding:5px 10px; background-color: #fdc500; color: #fff; text-decoration: none;
    border-radius: 5px; font-size: 14px;}

.register-factor{width: 100%;  border: 1px solid #dfdfdf;
    border-radius: 10px; text-align: center; padding: 15px;}
.register-factor h4{font-size: 16px; font-weight: 400;color: #898989;}
.register-factor h4 span:nth-child(odd){font-size: 16px; font-weight: 300;}
.register-factor h4 span:nth-child(even){font-size: 17px; font-weight: 400; color: #313131;}

.cart-info-discount{padding: 6px 12px; border: 1px solid #5dd1e3; color: #5dd1e3; font-size: 14px; font-weight: 400;
    border-radius: 10px; display: inline-block; cursor: pointer;}
.cart-info-discount h5{display: inline-block; color: #5dd1e3; margin: 0;}

.discount-box{background: rgba(0, 0, 0, 0.6); width: 100%; height: 100vh;  position: fixed; right: 0 ; left:0; top:0; bottom: 0;
    display: none;z-index: 60; overflow: scroll; padding-bottom: 50px;}
.discount-box-white{background: #ffffff !important;}
.modal-color-black{color: #000000 !important;}
.modal-discount-header{width: 400px; position: relative; margin: 150px auto 0;background: #ffffff; direction: rtl; text-align: right;
    padding: 30px 35px 20px; border-radius: 5px 5px 0 0;}
.modal-discount-header a{position: absolute; left: 35px; top:30px; color:#313131; font-weight: 100; font-size: 15px;}
.modal-discount-header a span{ display:block; color: #313131; font-weight: 300 !important; font-size: 22px; cursor: pointer;}
.modal-discount-header a:hover{color:#313131; }
.modal-discount-header h6{margin-top: 4px; font-weight: 400; font-size: 16px;}

.modal-discount-body{width: 400px; height: auto; margin: 0 auto; background: #ffffff; direction: ltr; text-align: left;
    border-radius:0 0 5px 5px; padding: 0 30px 30px; position: relative;}
.modal-discount-body input{border: none; font-size: 14px; color: #313131; width: 100%; resize: none;
    text-align: right;  border-bottom: 1px solid #cfcfcf; margin-bottom: 25px; padding: 10px 5px;}
.modal-discount-body input:first-child{ border-top: 1px solid #cfcfcf; padding-top: 35px;}
.modal-discount-body input:focus{outline: none; border-bottom-color: #07d2e3;}
.modal-discount-body input::placeholder{color: #898989; font-size: 14px;}
.modal-discount-body span.modal-discount-body-discount{ background-color: #07d2e3; padding: 2px 15px 5px;;
    border-radius: 10px;color: #fff; margin-bottom: 25px; cursor: pointer; font-size: 14px;}


@media screen and (max-width: 768px) {
    .modal-discount-header{margin-top: 50px;}
}
@media screen and (max-width: 575px) {
    .modal-discount-input{width: 80%;}
    .modal-discount-body{width: 80%;}
    .modal-discount-header{width: 80%;}
}

.register-box label{font-size: 14px;}

.register-continue{padding: 30px 0; position: relative; margin-top: 20px;}
.register-continue-next{position: absolute; right: 80px; top: 0;}
.register-continue-next button{background: #000000; color: #ffffff; border-radius: 0; padding: 5px 20px;}
.register-continue-next button:focus{box-shadow: none;}
.register-continue-prev{position: absolute; right: 0; top: 0;}
.register-continue-prev button{border:1px solid #515151; color: #313131; border-radius: 0; padding: 5px 20px;
    text-decoration: none; background: #ffffff;}
.register-continue-prev button:focus{box-shadow: none;}
.register-continue-prev a{border:1px solid #515151; color: #313131; border-radius: 0; padding: 5px 20px;
    text-decoration: none; background: #ffffff; text-decoration: none;}
.register-continue-prev button{border:1px solid #515151; color: #313131; border-radius: 0; padding: 5px 20px;
    text-decoration: none; background: #ffffff;}
.register-continue-prev button:focus{box-shadow: none;}

.header-second{padding: 20px 8px; background: #f6f6f6; border-radius: 5px; margin: 15px 0; border: 1px solid #efefef;}
.header-second label{ margin-right: 5px;}

.header-second>div{display: inline-block; border: 1px solid #afafaf; border-radius: 5px; cursor: pointer;
    padding: 10px 15px; color: #313131; text-decoration: none; transition: .3s all; position: relative;}
.header-second>div:hover{border: 1px solid #fdc500; color: #fdc500;}
.header-second>div.active{border: 1px solid #fdc500; color: #fdc500; }
.header-second h4{font-size: 15px; font-weight: 400; margin: 8px 0; }
.header-second h5{font-size: 14px; font-weight: 400; margin: 8px 0; z-index: 1000;}

.header-second input{cursor: pointer; width: 100%; position: absolute; top: 0; right: 0; left: 0; bottom: 0;
    height: 100%; opacity: 0;}

.header-second span.subscribeDescription{display: none; margin-top: 15px;}
.header-second span.subscribeDescription.active{display: block;}


.range{direction: ltr; text-align: left;}
.range-box{width:50%; margin: auto; border: 1px solid #afafaf; border-radius: 10px; padding:10px 10px 15px; }
.range-box-header{text-align: center; }
.range-box-header h5{margin-bottom: 12px; display: inline-block; font-weight: 400;}

@media screen and (max-width: 992px) {
    .range-box{width:75%;}

}
@media screen and (max-width: 768px) {
    .range-box{width:96%;}

}

.range [slider] {width: 100%;position: relative;height: 5px;margin: 0 ;}

.range [slider] > div {position: absolute;left: 13px;right: 15px;height: 5px;}
.range [slider] > div > [inverse-left] {position: absolute;left: 0;height: 5px;border-radius: 10px;background-color: #CCC;margin: 0 7px;}

.range [slider] > div > [inverse-right] {position: absolute;right: 0;height: 5px;border-radius: 10px;background-color: #CCC;margin: 0 7px;}


.range [slider] > div > [range] {position: absolute;left: 0;height: 5px;border-radius: 14px;background-color: #fdc500;}

.range [slider] > div > [thumb] {position: absolute;top: -7px;z-index: 2;height: 20px;width: 20px;text-align: left;margin-left: -11px;
    cursor: pointer;box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);background-color: #FFF;border-radius: 50%;outline: none;}

.range [slider] > input[type=range] {position: absolute;pointer-events: none;
    -webkit-appearance: none;z-index: 3;height: 14px;top: -2px;width: 100%;opacity: 0;}

.range div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {background: transparent;border: transparent;}

.range div[slider] > input[type=range]:focus {
    outline: none;
}

.range div[slider] > input[type=range]::-webkit-slider-thumb {pointer-events: all;width: 28px;
    height: 28px;border-radius: 0;border: 0 none;background: red;-webkit-appearance: none;}

.range div[slider] > input[type=range]::-ms-fill-lower {background: transparent;border: 0 none;}

.range div[slider] > input[type=range]::-ms-fill-upper {background: transparent;border: 0 none;}

.range div[slider] > input[type=range]::-ms-tooltip {display: none;}

.range [slider] > div > [sign] {opacity: 0.5;position: absolute;margin-left: -11px;top: -39px;
    z-index:3;background-color: #afafaf;color: #fff;width: 28px;height: 28px;border-radius: 28px;-webkit-border-radius: 28px;
    align-items: center;-webkit-justify-content: center;justify-content: center;text-align: center;}

.range [slider] > div > [sign]:after {position: absolute;content: '';
    left: 0;border-radius: 16px;top: 19px;border-left: 14px solid transparent;
    border-right: 14px solid transparent;border-top-width: 16px;border-top-style: solid;border-top-color: #afafaf;}

.range [slider] > div > [sign] > span {font-size: 12px;font-weight: 700;line-height: 28px;}

.range [slider]:hover > div > [sign] {opacity: 1;}

.select-button{text-align: center;}
.select-button button{padding: 5px 15px; font-size: 14px; background: #fdc500;
    border: none; outline: none; margin-top: 10px; border-radius: 5px; color: #fff;}
