@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 900;
    src: url("./fonts/iransans/IRANSansWeb(FaNum).eot");
    src: url("./fonts/iransans/IRANSansWeb(FaNum).eot") format("embedded-opentype"), url("./fonts/iransans/IRANSansWeb(FaNum).woff2") format("woff2"), url("./fonts/iransans/IRANSansWeb(FaNum).woff") format("woff"), url("./fonts/iransans/IRANSansWeb(FaNum).ttf") format("truetype");
}

@font-face {
    font-family: IRANSansWeb_Bold;
    font-style: normal;
    font-weight: 900;
    src: url("./fonts/iransans/IRANSansWeb(FaNum)_Bold.eot");
    src: url("./fonts/iransans/IRANSansWeb(FaNum)_Bold.eot") format("embedded-opentype"), url("./fonts/iransans/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("./fonts/iransans/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("./fonts/iransans/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
    font-family: IRANSansWeb_Medium;
    font-style: normal;
    font-weight: 900;
    src: url("./fonts/iransans/IRANSansWeb(FaNum)_Medium.eot");
    src: url("./fonts/iransans/IRANSansWeb(FaNum)_Medium.eot") format("embedded-opentype"), url("./fonts/iransans/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("./fonts/iransans/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("./fonts/iransans/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

body, p, a, li, ul {
    font-family: iransans !important;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IRANSansWeb_Bold !important;
    line-height: 30px;
}

body {
    direction: rtl;
    text-align: right;
    color: #5c5c5c;
    background-color: #F2F2F2;
    overflow-x: hidden !important;
}

.text-shadow {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 5%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.br-10 {
    border-radius: 10px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-40 {
    border-radius: 40px !important;
}

.br-60 {
    border-radius: 60px !important;
}

.br-70 {
    border-radius: 70px !important;
}

.br-80 {
    border-radius: 80px !important;
}

.br-90 {
    border-radius: 90px !important;
}

.only_mobile {
    display: none !important;
}

@media (max-width: 600px) {
    .only_mobile {
        display: block;
    }
}

.only_mobile-flex {
    display: none;
}

@media (max-width: 600px) {
    .only_mobile-flex {
        display: flex;
    }
    .top-menu .nav-item {
        padding-left: 20px;
        border-bottom: 1px dashed #189AD8;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .top-menu .nav-item ul li{
        padding-left: 20px;
        border-bottom: 1px solid #189AD8;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .dropdown-menu{
        border: none !important;
    }
    .dropdown-toggle::after{
        position: absolute;
        left: 10px;
        top: 25px;
    }
}

@media (max-width: 480px) {
    .only_desktop {
        display: none !important;
    }
}

.half-circle-top {
    width: 200px;
    height: 100px;
    /* as the half of the width */
    background-color: gold;
    border-top-left-radius: 110px;
    /* 100px of height + 10px of border */
    border-top-right-radius: 110px;
    /* 100px of height + 10px of border */
    border: 10px solid gray;
    border-bottom: 0;
}

.half-circle-bottom {
    width: 200px;
    height: 100px;
    /* as the half of the width */
    background-color: gold;
    border-bottom-left-radius: 110px;
    /* 100px of height + 10px of border */
    border-bottom-right-radius: 110px;
    /* 100px of height + 10px of border */
    border: 10px solid gray;
    border-top: 0;
}

.half-circle-right {
    display: inline-block;
    width: 50px;
    height: 100px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid black;
    border-left: none;
}

.half-circle-left {
    display: inline-block;
    width: 50px;
    height: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid black;
    border-right: none;
}

.text-justify {
    text-align: justify;
}

.fa-heartbeat {
    color: #dd4b39;
}

.fa-telegram-plane {
    color: #0088cc;
}

.fa-google-plus-g {
    color: #dd4b39;
}

.fa-facebook-f {
    color: #3b5998;
}

.fa-twitter {
    color: #00aced;
}

.fa-instagram {
    color: #517fa4;
}

.fa-envelope {
    color: #D44638;
}

.fa-home {
    color: #3b5998;
}

.fa-gavel {
    color: orange;
}

.fa-building {
    color: #00aced;
}

.fa-handshake {
    color: #D44638;
}

.fa-phone {
    color: green;
}

.fa-linkedin-in {
    color: #007bb6;
}

.fa-youtube,
.fa-times {
    color: #bb0000;
}

.divider {
    border: none;
    height: 1px;
    margin: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.fcc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-block {
    width: 100%;
}

.btn-orange {
    background-color: #D87C05;
    color: white;
}

.bg-blue {
    background-color: #38C5FA;
    color: white;
}

.orange {
    color: #D87C05;
}

.light-blue {
    color: #38C5FA;
}

.blue {
    color: #189AD8;
}

.tow-col {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.tow-col-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tow-col-flex > * {
    width: 50%;
}

.transparent-bg {
    background-color: rgba(255, 255, 255, 0.95);
}

.transparent2-bg {
    background-color: rgba(250, 250, 250, 0.93);
}

.b-border {
    border-bottom: 2px solid #D87C05;
    padding-bottom: 10px;
    width: 80%;
    max-width: 500px;
}

@media (max-width: 480px) {
    .b-border {
        width: 100%;
    }
}

.bg {
    overflow: hidden;
    background-image: url("/assets/img/pre_footer_bg.png");
    height: 100%;
    /* You must set a specified height */
    min-height: 850px;
    width: 100vw;
    background-repeat: repeat-x;
    background-position: left bottom;
    /* Center the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid #707070;
}

.rahnama {
    background-color: white;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: smaller;
    border-radius: 8px;
    padding-top: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    margin-top: 30px;
}

.red {
    color: red;
}

.anime-hover {
    transition: all .4s;
}

.anime-hover:hover {
    transform: translateY(-1px);
    box-shadow: 2px 5px 20px #111;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
}

.btn-outline-warning {
    border: 2px solid #D87C05;
    color: #D87C05;
}

.btn-outline-warning:hover {
    background-color: #D87C05;
    color: white;
}

.btn-outline-primary:hover {
    background-color: #189AD8;
    color: white;
}

.btn-check:checked + .btn-outline-primary {
    color: #fff;
    background-color: #189AD8;
    border-color: #189AD8;
}

.btn-blue {
    background-color: #189AD8;
    color: white;
}

.btn-blue:hover {
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #189AD8;
}

.footer .fa, .footer .fab {
    font-size: 25px;
    padding: 5px;
}

.footer a {
    color: #5c5c5c;
}

.choose_bime {
    border-radius: 30px;
    box-shadow: -1px -1px 0 rgba(24, 154, 216, 0.25);
    box-shadow: 0 3px 6px rgba(24, 154, 216, 0.25);
    height: 180px;
    width: 180px;
    color: #5c5c5c;
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
    transition: .4s all ease-in-out;
}

.choose_bime:hover {
    color: #D87C05;
    background-color: #DBFCFF;
}

.choose_bime:hover .logo__container {
    background-color: #fafdff;
    border-color: rgba(24, 154, 216, 0.35);
}

.choose_bime:hover .logo__container img {
    width: 62px;
    height: 62px;
}

.choose_bime p {
    margin-top: 10px;
}

.choose_bime .logo__container {
    transition: all .4s;
    border-radius: 50%;
    background-color: #fff;
    border: 1.5px solid rgba(24, 154, 216, 0.14);
    width: 90px;
    height: 90px;
}

.choose_bime .logo__container img {
    transition: all .4s;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.slider {
    border-radius: 30px;
    background-color: #38C5FA;
    width: 80%;
    height: 650px;
    margin-right: 50px;
}

.slider img {
    width: 550px !important;
    margin-top: -15px;
    margin-right: -20px;
    padding: 18px;
}

.home-bime-section h1 {
    font-family: IRANSansWeb_Bold !important;
    font-size: 50px;
    margin-bottom: 40px;
}

.home-bime-section h4 {
    font-family: IRANSansWeb_Bold !important;
}

.icon__container {
    transition: all .4s;
    border-radius: 50%;
    background-color: #FCCA88;
    width: 90px;
    height: 90px;
}

.icon__container img {
    transition: all .4s;
    width: 55px;
    height: auto;
}

.bimeha_intro.container-fluid {
    height: 190px;
    /*height: 150px;*/
    margin-top: 200px;
    margin-bottom: 200px;
}

.bime_box {
    margin-top: -150px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    min-height: 410px;
    max-height: 410px;
    height: 410px;
    color: #5c5c5c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all .4s ease-in-out;
}
.bime_box_slider {
  margin-top: -150px;
  border-radius: 30px;
  /* background-color: #fff; */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  min-height: 410px;
  max-height: 410px;
  height: 420px;
  color: #5c5c5c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  transition: all .4s ease-in-out;
}

.bime_box_slider:hover {
  transform: translateY(-15px);
}
.bime_box:hover {
    transform: translateY(-20px);
}

.bime_box__logo--container {
    background-color: #DBFCFF;
    width: 150px;
    height: 350px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.bime_box__logo--container img {
    width: 85px !important;
    height: 85px !important;
}

.bime_box h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.bime_box p.intro {
    text-align: justify;
    padding: 20px;
    height: 320px;
    overflow-y: hidden;
}

.bime_box.even {
    margin-top: -100px;
}

.bime_box-old {
    margin-top: -40px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    color: #5c5c5c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
    transition: all .4s ease-in-out;
    width: 250px;
    height: 250px;
}

.bime_box-old:hover {
    transform: translateY(-20px);
}

.bime_box-old__logo--container {
    background-color: #DBFCFF;
    width: 125px;
    height: 125px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.bime_box-old__logo--container img {
    width: 85px !important;
    height: 85px !important;
}

.bime_box-old h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.bime_box-old p.intro {
    text-align: justify;
    padding: 20px;
    height: 320px;
    overflow-y: hidden;
}

.bime_box-old.even {
    margin-top: -100px;
}

.pre_footer {
    margin-top: 50px;
    background-image: url("/assets/img/pre_footer_bg.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
    height: 850px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.16);
}

.companies_logo {
    display: flex;
    justify-content: space-evenly;
}

.companies_logo .company_logo {
    width: 110px;
    height: 110px;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 25px;
    transition: 0.4s all ease-in-out;
}

.companies_logo .company_logo:hover {
    transform: translateY(-15px);
}

.companies_logo .company_logo:hover img {
    width: 70px;
}

.companies_logo .company_logo img {
    transition: 0.4s all ease-in-out;
    width: 90px;
    height: auto;
}

.companies_logo .company_logo p {
    display: none;
}

.floated_bar {
    position: fixed;
    top: 30%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 10px;
    overflow-y: visible;
    max-width: 55px;
    z-index: 9999;
}

.floated_bar a.item {
    margin-bottom: 15px;
    padding: 5px;
    justify-content: space-between;
    transition: all .4s ease-in-out;
    width: 30px;
}

.floated_bar a.item:hover {
    width: 260px;
    background-color: white;
    border-radius: 30px;
}

.floated_bar a.item:hover .float-text {
    margin-left: 15px;
    padding-right: 5px;
    opacity: 1;
    display: inline;
}

.floated_bar a.item img {
    width: 25px;
}

.floated_bar .float-text {
    display: none;
    opacity: 0;
    margin-left: 15px;
    padding-right: 5px;
    transition: all .4s ease-in-out;
}

.result {
    border-bottom: 1px solid #eee;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    min-height: 125px;
}

.result .company-logo {
    margin-right: 5px;
    margin-left: 5px;
    width: 155px;
    text-align: center;
}

.result .discount {
    position: relative;
    top: -10px;
    right: -5px;
    background-color: #D87C05;
    color: #fff;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    line-height: 1.82;
    padding: 0 12px;
    width: 100%;
}

.result .ghesti {
    position: relative;
    bottom: 0;
    right: -5px;
    background-color: #189AD8;
    color: #fff;
    border-top-left-radius: 5px;
    font-size: 12px;
    line-height: 1.82;
    padding: 0 12px;
    margin-bottom: -12px;
}

.result .penalti {
    color: #ff5b69;
    background-color: #ffe3e6;
    padding: 1px 1px;
    font-size: small;
    border-radius: 11px;
    width: 70%;
    text-align: center;
    line-height: 1.82;
}

.result .price-discount {
    font-size: smaller;
    color: #b3b8bc;
}

.result__detail {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    border: 1px dashed rgb(135 135 135 / 80%);
    border-radius: 8px;
}

@media (max-width: 480px) {
    .result__detail {
        flex-direction: column;
    }

    .slider {
        border-radius: 30px;
        background-color: #38C5FA;
        width: 100%;
        height: auto;
        margin-right: initial;
        margin-top: 15px;
    }

    .slider img {
        width: 100% !important;
        margin-top: initial;
        margin-right: initial;
        padding: 18px;
    }
    .choose_bime{
        height: 173px;
        width: 173px;
    }
}

.result__detail .box {
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 8px;
}

@media (max-width: 480px) {
    .result__detail .box {
        margin: 5px;
    }
}

.result__detail .box p.title {
    color: red;
}

.choose-bime-items {
    background: white;
}

.choose-bime-items .choosed-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
}

.choose-bime-items .choosed-items ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.choose-bime-items .choosed-items ul li {
    background-color: #189AD8;
    color: white;
    padding: 2px 15px;
    margin: 5px;
    border-radius: 30px;
}

.bime-summary {
    justify-content: space-between;
    justify-items: center;
    border-radius: 8px;
}

.bime-summary .btn {
    border-radius: 50px;
}

.covers {
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.covers .img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #DBFCFF;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    position: relative;
    top: -25px;
}

.covers__number {
    width: 100%;
}

.covers__number .btn-outline-primary {
    border-color: transparent;

}

label.btn.btn-outline-primary {
    border-top: 1px dashed #189AD8;
    padding: 10px;
}

.sort-companies {
    height: 70px;
    width: 100%;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid white;
}

.sort-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0 20px;
}

.sort-options li {
    cursor: pointer;
}

.choose_steps {
    margin-top: 40px;
    padding: 30px;
    border-radius: 8px;
}

.choose_steps .boxes {
    min-height: 318px;
    height: 318px;
    overflow-y: auto;
}

.choose_steps .box {
    border: 1px solid #189AD8;
    border-radius: 8px;
    margin: 5px;
    width: 150px;
    height: 150px;
    transition: 0.4s all ease-in-out;
    overflow: hidden;
}

@media (max-width: 480px) {
    .choose_steps .box {
        width: 45%;
    }
}

.choose_steps .box img {
    width: 80px;
}

.choose_steps .box:hover {
    transform: translateY(-5px);
    background-color: white;
}

.choose_steps .box p {
    text-align: center;
}

.choosed_info {
    margin-top: 20px;
    height: 530px;
    min-height: 485px;
}

.choosed_info .boxes {
    height: 235px;
    overflow-y: auto;
    min-height: 200px;
}

.step-searchbox {
    width: 50%;
    height: 40px;
}

@media (max-width: 480px) {
    .step-searchbox {
        width: 100%;
        display: block;
    }
}

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
    color: #189AD8;
    margin-bottom: 30px;
    margin-top: 20px;
}

.top-menu {
    font-family: IRANSansWeb_Bold;
}

.top-menu .nav-item {
    padding-left: 20px;
}

.mobile__header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
}

.mobile-drawer-bg {
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transition: all 1s;
}

.mobile-drawer {
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 1s;
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    height: 100vh;
    max-height: 100vh;
    z-index: 10;
}

.mobile-drawer__head {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.mobile-drawer__nav ul {
    list-style: none;
}

.mobile-drawer__nav a {
    display: block;
    width: 100%;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-drawer__nav a:hover {
    background-color: #eff3fa !important;
}

.mobile-drawer__nav a img {
    margin-left: 20px;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.topbar ul li {
    margin-left: 40px;
    color: #fff;
}

.topbar ul li a {
    color: #fff;
    font-size: small;
}

.breadcrumbs {
    margin-top: 10px;
    color: #189AD8;
    font-size: smaller;
}

.breadcrumbs .progress {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.breadcrumbs .number {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.breadcrumbs__type--2 .progress {
    margin-top: -10px;
    z-index: -1;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #189AD8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #38C5FA;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #D87C05;
}

.owl-carousel .owl-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* برای وقتی که فیلد اعتبارسنجی میشه و خطا داره */
.invalid {
    border: solid 1px #f70b0b;
    background-color: #ffefdb;
}

.form-control {
    direction: rtl !important;
}