/*
Theme Name: Post Bar
Theme URI: 
Author: S01tani
Author URI: 
Description: This theme created by S01tani
Version: 1.0
*/


label.error {
    color: red
}

@font-face {
    font-family: iranSansBold;
    src: url('../fonts/IRAN-Sans-Bold_0.ttf');
    /* IE6-8 */
}

@font-face {
    font-family: iranSans;
    src: url('..//fonts/IRANSansWeb\(FaNum\).ttf');
}

@font-face {
    font-family: IRANSansWeb;
    src: url('..//fonts/IRANSansWeb\(FaNum\)_UltraLight.ttf');
}

@font-face {
    font-family: IRAN-SANS-Expanded;
    src: url('../fonts/IRAN\ Sans\ Expanded_0.ttf')
}

@font-face {
    font-family: IRANSans-Regular;
    src: url('../fonts/IRAN-Sans.ttf');
}

.fanum {
    font-family: IRANSansFaNum;
}
/* ----------Helper---------- */

body {
    direction: rtl;
    font-family: IRANSans-Regular;
    text-align: right;
}

.pa-top-95 {
    padding-top: 95px;
}

@media (min-width:320px) {
    html, a, p {
        font-size: 14px;
    }

    h1, h2 {
        font-size: 18px;
        font-family: IRANSans-Regular;
    }

    .sm-none {
        display: none;
    }
    .pb-285 {
        padding-bottom: 75px;
    }

  }
  @media (min-width:370){
    .pb-285 {
        padding-bottom: 304px;
    }
  }
    @media (min-width:420) {
        .pb-285 {
            padding-bottom: 352px;
        }
    }
    @media (min-width:420) {
        .pb-285 {
            padding-bottom: 352px;
        }
    }
  @media (min-width:767.98px) {
    html , a, p  {
      font-size: 14px;
    }

    h1, h2 {
        font-size: 20px;
    }

    .md-none {
        display: none;
    }
}

@media (min-width:992px) {
    html, a, p {
        font-size: 16px;
    }

    h1, h2 {
        font-size: 23px;
        padding: 5px 0;
    }

    .lg-none {
        display: none;
    }
}

a {
    text-decoration: none !important;
    outline: 0 !important;
    transition: .3s ease all;
    color: #424242;
}
a:focus , .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus , .btn:focus
{
    outline: 0!important;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
a:hover
{
    color: #ffa318;
}
p
{
    padding: 0;
    margin: 0;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.clr {
    clear: both;
}

.align-center {
    margin: 0 auto;
    vertical-align: middle;
}

.dropdown-item {
    text-align: right;
}

    .dropdown-item:hover:not(.custom-btn-01) {
        background-color: white !important;
        color: #FFAE01 !important;
    }

    .dropdown-item:not(.custom-btn-01) a:hover {
        color: #FFAE01 !important;
    }

.owl-carousel.owl-rtl .owl-item {
    text-align: center;
}
/*-----color code-----*/
.base-bg-color {
    color: #fefefe;
    background: #fefefe;
}

.text-blue {
    color: #7fd0dd;
}

.blue-bg {
    background: #7fd0dd;
}

.text-white {
    color: #f7f7f7;
}

.text-light-gray {
    color: #9e9e9e;
}

.text-dark-gray {
    color: #4e4e4e;
}

.services-text-color {
    color: #2a3c4e;
}

.bg-gray {
    background: #f7f7f7;
}

.u-header.u-header--untransitioned {
    transition: none;
}

.u-header[data-header-fix-effect] {
    transition: 0.3s ease;
}

.u-header {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.u-header__section {
    z-index: 1;
    box-shadow: 1px 1px 35px -15px #000;

    border-top: 3px solid #ffa318;
   
}

.top-bar {
    background-color: #70716B;
    padding: 5px 0 0 0;
    border-top: 3px solid #ffa318;
}

#logoAndNav {
    background: #fff;
}

.bg-light {
    background-color: #fff !important;
}

.list-inline-item:not(:last-child) {
    margin: 0;
}

.list-inline-item {
    margin: 0px;
}

.social a {
    display: inline-block;
    margin: 0 5px;
}

i {
    font-size: 20px;
    position: relative;
    top: 5px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

.Topbar ul.social {
    width: 50%;
    float: left;
}

.social img {
    width: 80%;
}

.Topbar div.mail-phone {
    width: 50%;
    float: left;
    text-align: left;
    color: #ffa318;
}
.Topbar div.mail-phone .phone 
{
    float: left;
    padding-right: 10px;
}
.Topbar div.mail-phone .phone .phone-img
{
    background: #ffa318;
    padding: 2px 8px 3px 5px;
}
.Topbar div.mail-phone .mail-img 
{
    background: #ffa318;
    padding: 2px 8px 3px 5px;
}
.custom-btn-01 {
    background: #ffa318;
    color: white;
    box-shadow: 2px 3px 11px 0px #ffa318;
    padding: 6px 6px 12px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
    font-size: 14px;
}

a.custom-btn-01:hover {
    color: #fff;
}

.custom-btn-02 {
    background:  #70716B;
    color: white;
    box-shadow: 2px 3px 11px 0px #ffa318;
    padding: 10px 15px 18px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
    font-size: 14px;
}

a.custom-btn-02:hover {
    color: #fff;
    cursor: pointer;
}

.btn-login {
    padding: 20px 35px;
}

.custom-btn-03 {
    background:#fff;
    color: #ffa318;
    padding: 20px 55px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
}

.custom-btn-04 {
    background: #c9c9c9;
    color: #fff;
    padding: 20px 10px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
}

a.custom-btn-04:hover {
    color: #fff;
}

.custom-btn-05 {
    background: #fff;
    color: #000;
    padding: 20px 15px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
}

.custom-input {
    background: #fff;
    color: #4e4e4e;
    border-radius: 100px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    border: 1px solid #fff;
}

    .custom-input::placeholder {
        color: #8b8b8b;
    }

.cp {
    padding: 7px 29px;
    line-height: 0;
    font-family: IRANSans-Regular;
    font-size: 14px;
}
.tracking-code 
{
    background:#70716B;
    padding: 15px 0 30px 0;
    color: #fff;
}

.tracking-code-input {
    margin-left: 7px;
    width: 540px;
}

.tracking-code-img {
    height: 60px;
    display: block;
}

.tracking-code .desc {
    padding: 7px 0 15px 0;
    font-size: 14px;
}

.order .desc {
    font-size: 24px;
    margin-bottom: 20px;
}

.tracking-code form {
    margin: 0 auto;
    width: 60%;
    margin: 0 auto;
}
.order
{
    background: #ffa318;
    padding: 30px 0;
    color: #fff;
}
.order h2 
{

}
.agency
{
    background: linear-gradient(#ffa318,#ffa318);
    padding: 30px 0;
    color: #fff;
}

.services, .blog {
    padding: 30px 0 0;
    color: #ffa318;
    background: #fff;
}

    .blog .row {
        margin-left: 0;
        margin-right: 0;
    }

.formLogin {
	border: 1px solid #dfdfdf !important;
	border-right: none;
	background: white !important;
	border-radius: 5px 0 0 5px !important;
}

/*-----menu---*/
ul.navbar-nav {
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffa318;
    padding:30px 18px;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #ffa318;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}
a
{
    transition: 0s ease all;
}

.logo img {
    width: 23%;
}

.navbar {
    padding-bottom: 0;
    padding: 0;
}

    .navbar form {
        margin-right: 100px;
    }

.services-card {
    background: #fff;
    padding: 30px 0px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px #70716B5E;
    width: 100%;
	height: 280px;
}

.owl-carousel .owl-item .services-card img {
    width: 145px;
    display: inline-block;
}

.services-title {
    margin-top: 50px;
    font-size: 16px;
}

.services-card-width {
    max-width: 100%;
    /* padding-right:30px;
    padding-left:30px; */
    margin: 0 auto;
    margin-top: 20px;
}.services-card-width .row {
    margin-left:0!important; ;
     margin-right:0!important; ;
 }
.services-card-width .owl-nav .owl-prev span {
     position: absolute;
     right: 0;
     top: 33%;
     font-size: 40px;
     padding: 18px 12px 18px 12px;
     border-radius: 50%;
     background: #70716B;
     line-height: 0;
    color: #fff;
    background: #ffa318;
    box-shadow: 1px 4px 30px -10px #044890;

 }
.services-card:hover .services-card-width .owl-nav .owl-prev span {
    color: #ffa318;
    background: #ffffff;
}

.services-card-width .owl-nav .owl-next span {
    position: absolute;
    left: 0;
    top: 33%;
    font-size: 40px;
    padding: 18px 12px 18px 12px;
    border-radius: 50%;
    line-height: 0;
    color: #fff;
    background: #ffa318;
    box-shadow: 1px 4px 30px -10px #044890;
}
.services-card-width .owl-nav .owl-next span:hover , .services-card-width .owl-nav .owl-prev span:hover
{
    color: #fff;
    background:#70716B;
    box-shadow:0px 0px 18px #ededed;
}
.services-card
{
    color: #70716B;
}
.services-card:hover 
{
    color: #ffa318;
    background: #70716B;
}
.services-card i 
{
    font-size:50px;
}
 .item {
     padding: 42px 5px;
 }
.blog-width
{
    width: 100%;
    margin: 0 auto;
}

.blog-card {
    background: #fff;
    padding: 0px;
    border-radius: 25px;
    box-shadow: 1px 1px 8px #ededed;
    width: 100%;
    color: #424242;
    padding-bottom: 25px;
}

    .blog-card h3 {
        font-size: 16px;
        margin: 20px auto;
    }

    .blog-card p {
        font-size: 14px;
        line-height: 2;
        margin: 5px 20px;
    }

    .blog-card img {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

.blog-btn {
    padding: 12px 10px 18px;
}

.gray-bx {
    background: #D7DEE0;
    color: #464646;
    padding: 30px 0;
}

.footer-title {
    font-size: 18px;
}

.footer-link {
    display: block;
    font-size: 13px;
    font-weight: lighter;
    margin: 15px 0;
}
.brands-link
{
    color: #ffa318;
    display: inline;
}

.btn-insta {
    background: linear-gradient(#F06954,#D93681,#B73399,#8B3EB2,#7848BC,#545CCF);
    color: #fff;
    box-shadow: 0pc -7px 27px -8px #BC3396;
    border-radius: 25px;
    font-size: 13px;
}

a.btn-insta:hover, a.btn-tele:hover {
    color: #fff;
}

.btn-insta img {
    width: 20%;
}

.btn-insta span {
    padding: 0 15px;
}

.btn-tele {
    background: linear-gradient(#58BEF2,#1484BC);
    color: #fff;
    box-shadow: 0px 25px 80px #00B4FF;
    border-radius: 25px;
    font-size: 13px;
}

    .btn-tele img {
        width: 21%;
    }

    .btn-tele span {
        padding: 0 25px;
    }

.btn {
    border: 0;
}

.subscribe-input {
    margin: 15px 0 45px 0;
}

    .subscribe-input input {
        font-size: 12px;
    }

.input-group.subscribe-input > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.input-group-text
{
    background-color: #ffa318;
    border: 0px solid #ced4da;
    padding: 10px 8px;
    position: absolute;
    left: 4px;
    top: 2px;
}

.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
}

.input-group > .form-control:focus {
    z-index: 0;
}

.blue-bx {
    text-align: center;
    background: #70716B;
    color: #fff;
    font-size: 15.87px;
}

    .blue-bx p {
        font-size: 15.87px;
    }

    .blue-bx label {
        padding: 0 15px;
        font-size: 15.87px;
    }

    .blue-bx .row .col-sm-4 {
        border-left: 1px solid #fff;
        padding-top: 18px;
        padding-bottom: 12px;
    }

        .blue-bx .row .col-sm-4:last-child {
            border-left: 0;
        }

.light-bx {
    background: #F3FAFF;
    color: #000;
    padding: 20px 0 40px 0;
}

.footer-logo img {
    width: 20%;
}
.orange-bx 
{
    background: #70716B;
    color: #fff;
}

.liscence p {
    color: #fff;
    padding: 20px;
}
.liscence a 
{
    color: #ffa318;
}

.enamad-card {
    background: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    height: 180px;
}

.owl-carousel .owl-item .enamad-card img {
    width: 80%;
    margin: 0 auto;
}

.postbar-desc {
    font-size: 18px;
}

.postbar-desc2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 3;
}

.liscence p, .liscence a {
    font-size: 13px;
}

.enamad-carousel .owl-dots {
    margin-top: 34px;
}

.enamad-carousel .owl-dots {
    text-align: center;
    outline: 0;
    width: 300px;
    margin: 0 auto;
    display: inherit;
}
.enamad-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    background: #d8d8d8;
    display: block;
    -webkit-backface-visibility: visible;
    visibility:visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.enamad-carousel .owl-dots .owl-dot.active span
{
    
    background: #ffa318;
}
button:focus
{
    outline: 0px auto -webkit-focus-ring-color;
}






/*-------------my style-----------*/

#menuToggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #ffa318;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ ul {
        transform: scale(1.0, 1.0);
        opacity: 1;
    }

#menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: -52px 0 0 0;
    padding-top: 125px;
    right: -55px;
    /* bottom: -517px; */
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.header-menu-humm {
    position: absolute;
    top: 0;
    display: inline;
    width: 100%;
    right: 0;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    min-height: 110px;
    padding: 10px;
    padding-top: 60px;
}

    .header-menu-humm ul {
        display: flex;
        padding: 0;
    }

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

.header-menu-humm ul li {
    width: 50%;
    display: inline;
}
.header-menu-humm ul li a:first-child {
    background: #70716B;
    color: #fff;
    /* margin-right: 25px; */
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.header-menu-humm ul li:nth-child(2) a {
    background: #ffa318;
    color: #fff;
    /* margin-right: 25px; */
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
}
.header-menu-humm a {
    width: 100%;
    padding: 20px;
    font-size: 14px;
}

.body-menu-humm {
    position: relative;
    top: 8%;
    padding: 10px;
    padding-right: 0;
    width: 100%;
    height: 75%;
}
.body-menu-humm ul {
    height: 100%;
    overflow-y: scroll;
    padding: 0;
}
.body-menu-humm ul li a {
    color: #ffa318;
    font-size: 18px;
    padding-right: 15px;
}
.body-menu-humm li a {
    display: block;
    text-align: right;
}
.body-menu-humm .dropdown-menu {
    position: relative!important;
    top: -65%!important;
    right: 0!important;
    z-index: 1000;
    float: right;
    min-width: 100%;
    padding: 5px;
    margin: 20px auto;
    font-size: 1rem;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
!important: ;
    border-radius: .25rem;
    margin-bottom: 10px;
    transform: none!important;
}
.body-menu-humm .dropdown-menu a {
    padding: 9px;
    padding-right: 15px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.body-menu-humm .dropdown-menu a:hover {
    background: #ffa318;
    color: #fff;
}
.footer-menu-humm a {
    color: #ffffff;
    position: absolute;
    /*right: 0;*/
    left: 16px;
    bottom: 0;
    width: 45%;
    background: #ffa318;
    /*height: 85px;*/
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    text-align: center;
    padding: 10px;
    z-index: 99999;
}

#navbarSupportedContent {
    display: block;
}

#menuToggle {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 15px;
    border-radius: 25px;
    /* text-align: right; */
    border-top: 3px solid #ffa318;
    margin-top: 10px;
}

}.dropdown-menu.show {
     display: block;
     border-radius: 25px;
     padding: 15px;
     color: #ffa318;
     margin-top: 10px;
     border-top: 3px solid #ffa318;
 }
#navbarSupportedContent .dropdown .dropdown-menu{
    width: 230px;
    min-height: 120px;
}#navbarSupportedContent .dropdown .dropdown-menu>.custom-btn-01{
     background: #ffa318;
     color: white;
     box-shadow: none;
     padding: 6px 6px 12px;
     border-radius: 100px;
     border: 0;
     line-height: 0;
     font-size: 14px;
     text-align: center;
     padding: 18px;
     width: auto;
     height: auto;

 }
.user-singup {
    color: #000 !important;
    margin-top: 20px;
    font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
}.user-singup a {
     color: #ffa318;

 }
.arrow-ups::after {
    content: '\25b2';
    padding-left: 1.5em;
    position: absolute;
    top: -15px;
    /* margin: 0 auto; */
    /* display: block; */
    /* right: 0; */
    left: 0;
    color: #ffa318;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    width: 100%;
    color: #ffa318;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.dropdown-item:hover {
    background:#ffa318;
    color: #fff!important;
}

.footer_order {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
/*-------------my style-----------*/


/*------------------show-factor-----------*/

.box {
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    background: #fff;
    /* margin: 73px 0; */
    padding: 0;
    width: 100%;
    min-height: 200px;
    /* border: 2px #ccc solid; */
    /* color: #fff; */
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.header_res{
    background: #70716B;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.body_res {
    padding: 15px;
}.body_res .custom-btn-01 {
     background: #ffa318;
     color: white;
     box-shadow: 2px 3px 11px -3px #ffa318;
     /* padding: 6px 6px 12px; */
     border-radius: 100px;
     border: 0;
     line-height: 0;
     font-size: 14px;
     padding: 5px 0px 15px;
     margin: 0 auto;
     position: relative;
     display: block;
     width: 100%;
     text-align: center;
 }
.type_res ,.address_res,.type_services,.Insurance_res{
    margin-top: 20px;
}

.footer_res {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.footer_res .btn-forward .custom-btn-02 {
    background: #ffa318;
    color: white;
    box-shadow: 2px 3px 17px -3px #ffa318d1;
    padding: 10px 15px 18px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
    font-size: 14px;
    display: block;
    left: 0;
    width: 50%;
    float: left;
    text-align: center;
}.footer_res .btn-forward .custom-btn-02 i {
margin-right: 15px;
}
.footer_res .btn-back .custom-btn-02 {
    background: rgb(255, 255, 255);

    box-shadow: 2px 3px 10px -4px #ffa318;
    padding: 10px 15px 18px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
    font-size: 14px;
    display: block;
    width: 50%;
    color: #ffa318!important;
    text-align: center;
    border: 1px solid #ffa318;
}

#loading-img {
    transition: all 300ms;
    display: none;
    height: auto;
    width: 10%;
    position: absolute;
    top: 40%;
    left: 1%;
    right: 1%;
    margin: auto;
    /* direction: rtl;*/
}#loading-img button {
     transition: all 300ms;
     border-radius: 25px;

 }

/*------------------end--show-factor-----------*/

/*----------------factor---------------*/
.back_color{
    background: #70716B;
}

.pd-top-35 {
    padding-top: 35px;
}

.mr-top-30 {
    margin-top: 30px;
}

.mr-top-10 {
    margin-top: 10px;
}

.img-logo {
    text-align: center;
    width: 100%;
    height: auto;
}
.img-logo img{
    width: 15%;
}
.details-factor{
    background: #70716B;
    color: #fff;
    font-size: 13px;
    padding-right: 10px;
}

.body_factor {
    padding: 20px
}

.serial-number span {
    margin-top: 20px;
    float: left;
}

.serial-number-resiver span {
    margin-top: 70px;
    float: left;
}
.body_factor table{
    color: #70716B;
    box-shadow: 1px 1px 35px -15px #343a40;
    border-radius: 25px;
}
.brd{
    background-color: #ffa318!important;
}
.brd > th:first-child {
    background: #ffa318;
    border: none;
    border-radius: 0px 25px 0px 0;
}
.brd th{
    background: #ffa318!important;
    border: none!important;
    color: #fff!important;
}
.brd > th:last-child {
    background: #ffa318;
    border: none;
    border-radius: 25px 0 0px 0;
}
.body_factor tbody{
    border-top:3px solid #fff;
}

.sum-res .btn-success {
    border-radius: 25px;
    min-width: auto;
    min-height: auto;
    padding: 12px;
}

.final-btn .custom-btn-02 {
    background: #ffa318;
    color: white!important;
    box-shadow: none;
    padding: 10px 15px 18px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
    font-size: 14px;
    display: block;
    width: 50%;
    margin: 0 auto;
}

    .final-btn .custom-btn-02 i {
        margin-right: 15px;
    }

.btn-footer-res:first-child .custom-btn-02 {
    background: transparent;
    color: #ffa318;
    box-shadow: none;
    padding: 10px 15px 18px;
    border-radius: 100px;
    line-height: 0;
    font-size: 14px;
    display: block;
    margin-bottom: 20px !important;
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ffa318!important;
}.btn-footer-res:first-child .custom-btn-02 i{
   margin-left: 15px;
}
.btn-footer-res:first-child .custom-btn-02:hover {
     color: #ffa318;
     border: 1px solid #ffa318;!important;
 }
.btn-footer-res:nth-child(1) a {
    background: #70716B;
    color: white;
    box-shadow: 2px 3px 11px -3px #70716B;
    padding: 14px 0 20px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
    font-size: 14px;
    display: block;
    width: 50%;
    margin: 0 auto !important;
}

    .btn-footer-res:nth-child(1) a i {
        margin-left: 15px;
    }

.final-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.btn-footer-res:nth-child(1) a:hover {
    color: #fff;
    ;
}

.fa-chevron-right {
    margin-left: 18px;
}
/*----------------end factor---------------*/

/*-----------------success page----------*/
.row1, .row2, .row3 {
    display: block;
    width: 65px;
    height: 65px;
    color: #ffa318;
    border-radius: 40px;
    padding: 24px 27px;
    border: 1px solid #ffa318;
    margin: 0 auto;
}

}.number-sas{
     color: #ffa318;
 }
.steps-mod {
    border-bottom: 1px solid #ffa318;
    min-height: 105px;
}

.check_step {
    position: relative;
    width: 100%;
    height: auto;
}

    .check_step svg {
        position: absolute;
        top: 40px;
        right: -15px;
    }

.rtl-po {
    direction: rtl;
    background: transparent !important;
}

.header-success {
    width: 100%;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    background: #70716B;
    border-top-left-radius: 35px;
    color: #fff;
    border-top-right-radius: 35px;
    box-shadow: 1px 1px 45px -13px #70716B;
}

.footer-suc {
    padding: 20px;
    text-align: center;
    background:#70716B;

    color: #ffffff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

} .footer-suc a{
      color: #ffa318;

  }
.body-suc{
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
}

.code-order {
    padding: 20px;
    text-align: center;
    border: 1px solid #ffa318;
    border-radius: 35px;
}

.success-body {
    border-radius: 35px;
    box-shadow: 1px 1px 39px -15px #000;
}

.btn-footer-suc .btn-forward {
    display: grid;
}.btn-footer-suc .btn-forward .custom-btn-01{
     background: #ffa318;
     color: white;
     box-shadow: 2px 3px 11px -3px #ffa318;
     padding: 6px 6px 12px;
     border-radius: 100px;
     border: 0;
     line-height: 0;
     font-size: 14px;
     display: block;
     padding: 15px;
     text-align: center;
     margin-bottom: 25px;
 }.btn-footer-suc .btn-forward .custom-btn-01 i{
      padding-left: 15px;
  }.btn-footer-suc .btn-forward .custom-btn-02 i{
       padding-left: 15px;
   }
.btn-footer-suc .btn-forward .custom-btn-02 {
    background: #70716B;
    color: white;
    box-shadow: none;
    padding: 10px 15px 18px;
    border-radius: 100px;
    border: 0;
    line-height: 0;
    font-size: 14px;
    text-align: center;
}.btn-footer-suc .btn-back .custom-btn-04 {
     background: #ffffff;

     padding: 15px 10px;
     border-radius: 100px;

     line-height: 0;
     display: block;
     text-align: center;
     color: #ffa318;
     border: 1px solid #ffa318;
 }
.btn-footer-suc .btn-back .custom-btn-04 i {
  margin-left: 15px;
}
.btn-footer-suc{
    margin-bottom: 50px;
}

.mr-b-30 {
    margin-bottom: 30px !important;
}

.modal_search {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 9999 !important;
    height: 100%;
    box-sizing: border-box;
    width: 70%;
    max-width: 70%;
    background: transparent;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: unset;
    -ms-box-shadow: none;
    box-shadow: unset;
    text-align: left;
    direction: rtl;
    font-size: 14px;
}

.td-header {
    width: 20%;
    text-align: right;
    padding-right: 260px !important;
}

.modal_search a.close-modal {
    position: absolute;
    top: 20px;
    right: 50.5px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999999999999;
}

.modal_search table {
    border-bottom-left-radius: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    box-shadow: 1px 1px 35px -15px #4e4e4e;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    background: #fff;
}.modal_search table tbody tr td{
     width: 80%;
     padding: 20px;
}.modal_search table tbody tr th{
      width: 20%;
      padding: 20px;
}
.footer-modal-home{
    background: #70716B;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    color: #fff;
    font-size: 14px;
    padding: 25px;
    text-align: center;
}

.blocker-modal .blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 11111;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(19, 169, 255, 0.42);
    text-align: center;
}
/*----------------end-success page----------*/



/*------------------------forgot pass------------------*/
.box-sign {
	background: #FFF;
	border-radius: 35px;
	padding: 25px;
	box-shadow: 0px 0px 10px #00000012;
	margin-top: 15px;
	margin-bottom: 15px;
}

.form-sign-up button {
	padding: 13px 50px 13px 13px;
	width: 100%;
	font-size: 14px;
	line-height: 1.222;
	border-radius: 5px;
	background-color: #ffa318;
	color: #fff;
	overflow: hidden;
	letter-spacing: 0;
	position: relative;
	margin-bottom: 8px;
}
    .form-sign-up button:before {
        width: 95px;
        height: 95px;
        position: absolute;
        right: -15px;
        top: -20px;
        background: hsla(0,0%,100%,.21);
        content: "";
        border-radius: 50%;
        transition: .3s all ease-out;
    }

    .form-sign-up button i {
        position: absolute;
        right: 24px;
        font-size: 1.0em;
        top: 25%;
    }

    .form-sign-up button:hover:before {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px;
        transform: unset;
    }

.image-ellipse img {
    width: 45%;
}

.title-forgot-email h1 {
	color: #555;
	font-size: 20px;
}

.title-return {
    margin-top: 30px;
    line-height: 30px;
}

    .title-return span {
        font-size: 14px;
    }

}.title-return a{
      margin-top: 5px;
      text-align: justify-all;
      color: #ffa318;
      font-size: 14px;

}
.btn-forgot .custom-btn-02 {
    padding: 13px 50px 13px 13px;
    width: 90%;
    font-size: 14px;
    line-height: 1.222;
    border-radius: 25px;
    background-color: #ffa318;
    color: #fff;
    overflow: hidden;
    letter-spacing: -.6px;
    position: relative;
    margin-bottom: 12px;
}.btn-forgot .custom-btn-02 i {
      position: absolute;
      right: 24px;
      font-size: 1.2em;
     top: 10px
  }
.btn-forgot .custom-btn-02:before {
      width: 95px;
      height: 95px;
      position: absolute;
      right: -15px;
      top: -20px;
      background: hsla(0,0%,100%,.21);
      content: "";
      border-radius: 50%;
      transition: .3s all ease-out;
  }.btn-forgot .custom-btn-02:hover:before {
       width: 900px;
       height: 900px;
       right: -450px;
       top: -450px;
       transform: unset;
   }
.border-top-3{
    border-top: 3px solid #70716B;

}

.copyright-row span {
    font-size: 13px;
    color: #70716B;
}

.img-logo-sign-up img {
    width: 17%;
    margin-right: 15px;
}
.link-forgot a{
    color: #ffa318;
    font-size: 13px;
}

.box-footer-sign {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
}

    .box-footer-sign a {
        font-size: 12px;
    }

.form-forgot {
    position: relative;
}.form-forgot i{
     position: absolute;
     top: 0;
     right: 0;
     color: #ffa318;
     border: none;
     font-size: 17px;
     padding: 10px;
     /* border-radius: 25px; */
     width: 15%;
     height: 100%;

}

.form-forgot input {
	box-shadow: 0px 0px 7px #f2f2f2;
	font-size: 12px;
	border-radius: 10px;
	border: 1px solid #b0b0b0;
	padding-right: 35px;
}

.form-forgot input:focus{
    box-shadow: 1px 1px 35px -10px #ffaa09;
    font-size: 13px;
    border-radius: 35px;
    border: none;
}
 .btn-back-confirm a{
     padding: 13px 50px 13px 13px;
     width: 30%;
     font-size: 14px;
     line-height: 1.222;
     border-radius: 25px;
     background-color: #70716B;
     color: #fff;
     overflow: hidden;
     letter-spacing: -.6px;
     position: relative;
     margin-bottom: 12px;
 }.btn-back-confirm a:before {
       width: 57px;
       height: 65px;
       position: absolute;
       right: -15px;
       top: -20px;
       background: hsla(0,0%,100%,.21);
       content: "";
       border-radius: 50%;
       transition: .3s all ease-out;
   }.btn-back-confirm a:hover:before {
           width: 900px;
           height: 900px;
           right: -450px;
           top: -450px;
           transform: unset;
       }
.btn-back-confirm a i {
    position: absolute;
    right: 24px;
    font-size: 1.2em;
    top: 30%;
}
.title-confirm-mobile{
    width: 50%;
    display: block;
    margin: 0 auto;
}.title-confirm-mobile h1{
    font-size: 13px;
    color: #ffa318;
}
 .send-title-code{
     font-size: 12px;
     background:#ffa318;
     border-radius: 35px;
     padding: 10px;
     color: #fff;
     width: auto;
 }
 .dis-flex button{
       width: 30%;
       font-size: 12px;
    margin-right: 5px;
}

    .dis-flex button:before {
        width: 54px;
        height: 63px;
    }

.dis-flex input {
    box-shadow: 1px 1px 35px -10px #ffaa09;
    font-size: 13px;
    border-radius: 35px;
    border: none;
    padding-right: 35px;
    width: 100%;
    height: 80%;
    text-align: center;
}

.drop-suporter {
    min-height: 150px;
}

    .drop-suporter .dropdown a {
        font-size: 14px;
    }

.drop-suporter .dropdown-item:hover {
       background: #ffa318;
       color: #fff!important;
       border-top-left-radius: 25px;
       border-bottom-left-radius: 25px;
   }.drop-suporter .dropdown-item:hover a {
      color: #fff;
   }.drop-suporter .dropdown-item:hover {
           }

.drop-suporter .dropdown-menu.show{

       right: 0;

       margin-top: 10px;
       border-top: 3px solid #ffa318;
    min-width: 230px;
   }
  .content-drop{
      border-right: 5px solid;
      font-size: 12px;
  }
.content-drop span a{
      color: #ffa318;
    font-size: 12px;
}
.content-drop span  i {
    margin-left: 5px;
}
.content-drop .dropdown-item {
          display: block;
          width: 100%;
          padding: 3px 5px;
          clear: both;
          font-weight: 400;
          color: #7f7f7f;
          text-align: right;
          white-space: nowrap;
          background-color: transparent;
          border: 0;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
    color: #ffffff;
    background: #FF5656;
    border-radius: 35px;
    width: 120px;
    z-index: 0 !important;
    text-align: center;
    border: none;
}

.popover-body {
    padding: .5rem .75rem;
    color: #ffffff;
    display: flex;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #ff5656;
    z-index: 0;
}

.tooltip-container {
    padding-right: 15px;
    font-size: 12px;
}

.icon-tool {
    font-size: 14px;
}

.tooltip-a {
    cursor: pointer;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: none;
}
.org-color{
    color: #ffa318!important;
}

.title-signup-mobi {
    width: 100%;
    min-height: auto;
    background: #ffa318;
    border-radius: 35px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
}
/*.custom-wrapper{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);

}*/
.custom-control.material-checkbox {
    --color: #ffa318;
    padding-right: 2.5rem;
    padding-left: 0;
    font-size: 13px;
}.custom-control.material-checkbox a {

    font-size: 13px;
}
.custom-control.material-checkbox .material-control-input {
    display: none;
}
.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    border-color: var(--color);
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 10px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
}
.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    transition: .3s;
}
.material-control-description a{
    color:#ffa318;
    font-size: 14px;
}
.footer-register a{
    color:#ffa318;
    font-size: 14px;
}

.box-sign-up {
    background: #70716B;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    /*padding: 25px;*/
    box-shadow: 1px 1px 48px -16px #70716B;
    /*margin-top: 15px;*/
    /* margin-bottom: 15px; */
    padding-left:25px;
    padding-right:25px;
}

.footer-register {
    width: 100%;
    padding: 25px;
    background: #70716B;
	font-weight : bold;
    margin-bottom: 20px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}.footer-register span{
   color:#ffa318;
     font-size: 13px;
}.footer-register a{

     font-size: 13px;
}
 .main-signup{
     min-height: 900px;
 }

 .copyright-text ,.copyright-row{
     margin-top: 10px;
     color: #70716B;
     padding-right: 50px;
     padding-left: 58px;
     text-align: center;
 }
.parent-popover .popover {
    position: absolute;
    top: -5px !important;
    left: -150px !important;
    font-family: IRANSans;
    background-color: #ff5656;
    z-index: 0 !important;
    border-radius: 35px;
}

.parent-popover .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #ff5656;
}

.parent-popover .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1);
    right: 20%;
}

.telphone .forgot-link {
    font-size: 12px;
    float: left;
    margin-top: 10px;
    color: #ffa318;
    margin-left: 5px;
}
.error-user{
    background: #ffa318;
    text-align: center;
    border-radius: 35px;
    padding: 12px;
    margin-top: 10px;
    font-size: 12px;
	color : #fff !important;
	font-weight : bold;
	}
/*----------------------end-forgot pass------------------*/


.lbl-show label {
    color: #000;
    /* margin: 5px; */
    font-size: 14px;
    margin-top: 15px;
}


.nav-bottom-sm {
    background: #1d2124;
}

.nav-bottom-sm ul {
    display: inherit;
}

.nav-bottom-sm ul li {
    list-style: none;
    display: inline;
    width: 100%;
}

.nav-bottom-sm ul li a {
    color: #ffffff;
    font-size: 12px;
    display: grid;
    /* width: 43%; */
    text-align: center;
}

.nav-bottom-sm ul li a i {
    font-size: 25px;
    margin-bottom: 10px;
}

.lock-scroll {
    overflow: hidden;
}

@media (min-width: 300px) and (max-width: 480px) {
    /*#mapBox {
        margin: 10px
    }*/

    .addAddress {
        font-size: 8pt;
    }
    .p-b-70 {
        padding-bottom: 70px;
    }
    .map-btn-input #get-btn-map i.fa.fa-plus {
        display: none;
    }
    .select2-selection__placeholder {
        font-size: 6pt;
    }

    .final-btn {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .box {
        display: block;
        /* align-items: center; */
        /* justify-content: center; */
        background: #fff;
        /* margin: 73px 0; */
        padding: 0;
        width: 100%;
        min-height: 200px;
        /* border: 2px #ccc solid; */
        /* color: #fff; */
        border-radius: 25px;
        margin-top: 40px;
        margin-bottom: 30px !important;
    }

    .parent-popover .popover {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        z-index: 1060;
        font-family: IRANSans;
        background-color: #ff5656;
        border-radius: 35px;
    }

    .send-title-code {
        font-size: 11px;
        background: #ffa318;
        border-radius: 35px;
        padding: 10px;
        color: #fff;
        width: 100%;
    }

    .dis-flex button {
        width: 100%;
        font-size: 12px;
        margin-right: 5px;
    }

    .modal_search table {
        border-bottom-left-radius: 0;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        box-shadow: 1px 1px 35px -15px #4e4e4e;
        border-bottom-right-radius: 0;
        margin-bottom: 0;
        background: #fff;
        height: auto;
    }

    .modal_search a.close-modal {
        position: absolute;
        top: 7px;
        right: 15.5px;
        display: block;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 9999999999999;
    }

    .td-header {
        width: 20%;
        text-align: right;
        padding: 20px;
        padding-right: 70px !important;
    }

    .modal_search {
        overflow: auto;
        display: none;
        vertical-align: middle;
        position: absolute;
        z-index: 2;
        height: 100%;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        background: transparent;
        padding: 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: unset;
        -ms-box-shadow: none;
        box-shadow: unset;
        text-align: left;
        direction: rtl;
        font-size: 13px;
    }

        .modal_search .table th {
            width: 50%;
            padding: 18px;
            vertical-align: top;
            t-size: 14px;
        }

    .blocker-modal .blocker {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 11111;
        padding: 5px;
        box-sizing: border-box;
        background-color: #fff;
        text-align: center;
    }



    .steps-mod {
        border-bottom: 1px solid #ffa318;
        min-height: 105px;
        display: none;
    }

    .details-tbl-1 .custom-btn-03 {
        background: #5a5a5a;
        color: #ffa318;
        padding: 20px 55px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        display: block;
        width: 100%;
        color: #fff !important;
        margin-top: 10px;
    }

    .final-btn .custom-btn-02 {
        background: #ffa318;
        color: white!important;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .btn-footer-res:first-child .custom-btn-02 {
        background: transparent;
        color: #ffa318;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin-bottom: 20px !important;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #ffa318!important;
    }

    .btn-footer-res:nth-child(1) a {
        background: #70716B;
        color: white;
        box-shadow: 2px 3px 11px -3px #70716B;
        padding: 14px 0 20px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto !important;
    }

    .sum-res .btn-success {
        border-radius: 25px;
        min-width: auto;
        min-height: auto;
        padding: 12px;
        display: block;
        width: 100%;
    }

    .img-logo {
        text-align: center;
        width: 100%;
        height: auto;
        display: none;
    }

    .details-factor {
        background: #ffa318;
        color: #fff;
        padding: 10px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .btn_edit_res {
        margin-top: 15px;
    }

    .btn-forward {
        margin-top: 15px;
    }

    .footer_res .btn-forward .custom-btn-02 {
        background: #ffa318;
        color: white;
        box-shadow: 2px 3px 17px -3px #ffa318d1;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        left: 0;
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer_res .btn-back .custom-btn-02 {
        background: rgb(255, 255, 255);
        box-shadow: 2px 3px 10px -4px #ffa318;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        width: 100%;
        color: #ffa318!important;
        text-align: center;
        border: 1px solid #ffa318;
    }

    .image-holder {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

        .image-holder img {
            position: absolute;
            left: 0;
            height: auto;
            width: 100%;
            object-fit: cover;
            /* right: 0; */
            /* bottom: 0; */
            text-align: center;
            top: 125px;
        }

    .choose-services .image-holder img {
        position: absolute;
        left: 0;
        top: 120px;
        height: auto;
        width: 100%;
        right: 0;
        /* bottom: 0;*/
    }

    .services_us .image-holder img {
        position: absolute;
        left: 0;
        height: auto;
        width: 100%;
        /* right: 0; */
        /* bottom: 0; */
        /* top: 104px; */
    }

    label {
        color: #ffa318;
        /* margin: 5px; */
        font-size: 14px;
        margin-top: 15px;
    }

    .blue-bx label {
        color: #ffffff !important;
        /* margin: 5px; */
        font-size: 14px;
        margin-top: 15px;
    }







    section {
        display: block;
    }




    .map-btn-input #get-btn-map {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: white;
        border: none;
        color: gray;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 25px;
        border-color: red !important;
        text-align: center;
    }
    .map-btn-input #get-btn-map_i {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #ef961e;
        color: white;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 25px;
        border-color: white;
        border: solid;
        border-color: white;
        border-width: 1px !important;
        text-align: center;
    }

    .map-btn-input #get-btn-map i.fa.fa-plus {
        display: none;
    }

    .map-btn-input i {
        padding: 5px;
        font-size: 14px;
    }

    .form-content h3 {
        color: #ff9300;
        /* text-transform: uppercase; */
        /* letter-spacing: 7px; */
        padding: 0 15px;
        display: inline-block;
        /* border: 1px solid #dad8e4; */
        /* margin-bottom: 75px; */
        padding-bottom: 10px;
        font-size: 18px;
    }

    .actions li a {
        width: 80%;
        /* height: auto; */
        transition: all .5s;
        /* padding: 5px; */
        border-radius: 30px;
        background: #ffa318;
        box-shadow: 0 6px 26px -3px #ef961e;
        margin-top: 12px;
        font-size: 14px;
        /* margin: 0 auto; */
        color: #fff;
        position: relative;
        min-height: 40px !important;
        display: block;
        margin: 0 auto;
    }

    .wrapper {
        height: auto !important;
        background: none;
    }

    .actions {
        position: absolute;
        bottom: -110px;
        right: 50%;
        direction: rtl;
        width: 100%;
    }

        .actions ul {
            display: block !important;
        }

            .actions ul li:first-child {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px;
                margin-bottom: 15px;
                display: flex;
            }

    .actions li:first-child a {
        border: 2px solid #ffa318;
        width: 80%;
        /* padding-left: 48px; */
        background: transparent;
        color: #ffa318;
        box-shadow: none;
        font-weight: bold;
        position: relative;
        margin: 0 auto;
    }

        .actions ul li:nth-child(2) {
            width: 100%;
            padding-right: 10px;
            padding-left: 10px;
            display: flex;
        }

    section .services .inner {
        display: flex;
        height: auto !important;
        margin-bottom: 30px;
        /* background: #ffa318; */
    }

    .actions li:last-child {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: flex;
        position: unset !important;
    }

    main {
        width: 100%;
        direction: ltr !important;
        position: relative;
        height: auto !important;
        padding-bottom: 170px;
    }



    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: super;
        width: 100% !important;
    }

    /*============form.s===========*/
    .postal-info .form-control {
        background: #ffffff;
        border-radius: 20px;
        width: 100%;
        font-size: 14px;
    }

    .form-header {
        text-align: right;
        padding: 5px;
        height: auto;
        padding-top: 15px;
        display: block;
    }

    .wizard > .steps li a p {
        font-size: 10px !important;
    }



    .wizard > .steps {
        display: none;
    }

    .form-content {
        width: 100%;
        padding-top: 45px;
        padding-left: 0px;
        padding-right: 0px;
        direction: rtl !important;
    }

    /*=========form.steps=======*/


    /*header===============================*/
    .btn-default-main {
        display: none;
    }

    .contact-menu {
        display: none !important;
    }

    .site-logo img {
        width: 40%;
        text-align: right;
        padding-top: 15px;
    }



    .pa-top-95 {
        padding-top: 70px;
    }























    body {
        direction: rtl;
        font-family: IRANSans-Regular;
        text-align: right;
        padding-top: 75px;
    }

    .body-menu-humm ul {
        height: 100%;
        overflow-y: scroll;
        padding: 0;
    }
    /*--------header style-------*/
    .custom-btn-02 {
        background: #70716B;
        color: white;
        box-shadow: 2px 3px 11px 0px #70716B;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
    }

    .custom-btn-01 {
        background: #ffa318;
        color: white;
        box-shadow: 2px 3px 11px 0px #ffa318;
        padding: 6px 6px 12px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
        margin-bottom: 15px !important;
    }

    #navbarSupportedContent {
        display: none;
    }

    .navbar-brand {
        width: 100%;
    }

        .navbar-brand img {
            width: 12%;
            float: left;
        }

    #menuToggle {
        display: block;
    }

    #menu-bg-item {
        display: none;
    }

    .body-suc {
        padding-top: 35px;
        padding-bottom: 20px;
        padding-right: 35px;
        padding-left: 35px;
    }


    .code-order {
        padding: 20px;
        text-align: center;
        border: 1px solid #ffa318;
        border-radius: 35px;
        margin-bottom: 10px;
    }






    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 2.0;
        color: inherit;
    }

    /*-------main style---------*/
    .postbar-desc {
        font-family: IRANSansWeb;
        font-size: 15px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .tracking-code, .order {
        padding-right: 25px;
        padding-left: 25px;
    }

    .services .owl-nav {
        display: none;
    }
.services .owl-dots 
{
   text-align: center;
    outline: 0;
    width: 300px;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 15px;
    margin-top: -20px;
}
.services .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    background: #d8d8d8;
    display: block;
    -webkit-backface-visibility: visible;
    visibility:visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.services .owl-dots .owl-dot.active span
{
    background: #ffa318;
}
button:focus
{
    outline: 0px auto -webkit-focus-ring-color;
}
    .download-app-phone img 
    {
        width: 70%;
        margin: 0 auto;
    }

    .enamad-card {
        height: 210px;
        width: 200px;
        margin: 0 auto;
    }

    .owl-carousel .owl-item .enamad-card img {
        width: 70%;
    }

    .postbar-desc2 {
        display: none;
    }

    .footer-logo img {
        width: 50%;
        display: block;
        margin: 8px auto;
    }

    .blue-bx .row .col-sm-4 {
        border-left: 0px;
        border-bottom: 1px solid #fff;
    }

    .footer-phone p {
        margin-bottom: 20px;
    }

    .footer-pc {
        display: none;
    }

    .download-app-phone {
        text-align: center;
        padding: 30px;
    }

        .download-app-phone a {
            display: block;
            width: 100%;
            margin: 12px auto;
        }

    .order .desc {
        font-size: 16px;
    }

    .services-card {
        width: 70%;
        margin: 0 auto;
    }

    .u-header__section {
        box-shadow: 1px 1px 35px -15px #000;

        border-top: 3px solid #ffa318;
    }

    .top-bar {
        display: none;
    }

    .tracking-code .form-inline {
        display: block;
    }

    #RhMobile, #RhOrderId, #RhTrackingNumber {
        display: block;
        margin-bottom: 5px;
    }

    #TrackingAllInput {
        display: none;
    }

    .tracking-code form {
        width: 85%;
    }

    .tracking-code-input {
        width: 100%;
    }

    .blog {
        display: none;
    }

    .download-app {
        display: none;
    }

    /*.order h2 {
        display: none;
    }*/

    .services-card-width .owl-nav .owl-next span {
        left: 15px;
    }

    .agency {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .select2-selection__placeholder {
        font-size: 8pt;
    }

    .addAddress {
        font-size: 8pt;
    }

    .parent-popover .popover {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        z-index: 1060;
        font-family: IRANSans;
        background-color: #ff5656;
        border-radius: 35px;
    }

    .steps-mod {
        border-bottom: 1px solid #b1b1b1;
        min-height: 105px;
        display: none;
    }

    .img-logo {
        text-align: center;
        width: 100%;
        height: auto;
        display: none;
    }

    .details-factor {
        background: #20a9ee;
        color: #fff;
        padding: 10px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .btn_edit_res {
        margin-top: 15px;
    }

    .btn-forward {
        margin-top: 15px;
    }

    .footer_res .btn-forward .custom-btn-02 {
        background: rgb(40, 154, 250);
        color: white;
        box-shadow: 2px 3px 17px -3px #11a7fb;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        left: 0;
        width: 50%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer_res .btn-back .custom-btn-02 {
        background: rgb(255, 255, 255);
        box-shadow: 2px 3px 10px -4px #289afa;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        width: 50%;
        color: #289afa !important;
        text-align: center;
        border: 1px solid #289afa;
    }

    .image-holder {
        height: auto;
        object-fit: cover;
        display: block;
    }

        .image-holder img {
            position: absolute;
            left: 10%;
            /* height: 100%; */
            width: 75.5%;
            object-fit: cover;
            /* right: 0; */
            /* bottom: 0; */
            text-align: center;
        }

    .choose-services .image-holder img {
        position: absolute;
        left: 20%;
        top: 120px;
        height: auto;
        width: 65%;
        right: 0;
        bottom: 0;
    }

    .services_us .image-holder img {
        position: absolute;
        left: 12%;
        height: auto;
        width: 65%;
        /* right: 0; */
        bottom: 0;
        top: 104px;
    }

















    body {
        direction: rtl;
        font-family: IRANSans-Regular;
        text-align: right;
        padding-top: 80px;
    }

    .custom-btn-02 {
        background: rgb(40, 154, 250);
        color: white;
        box-shadow: 2px 3px 11px 0px #fa9e28;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 80%;
    }

    .custom-btn-01 {
        background: #FFAE01;
        color: white;
        box-shadow: 2px 3px 11px 0px #fa9e28;
        padding: 6px 6px 12px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
    }

    #navbarSupportedContent {
        display: none;
    }

    .navbar-brand {
        width: 100%;
    }

        .navbar-brand img {
            width: 11%;
            float: left;
        }

    #menuToggle {
        display: block;
    }

    #menu-bg-item {
        display: none;
    }













    .postbar-desc {
        font-family: IRANSansWeb;
        font-size: 15px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .tracking-code, .order {
        padding-right: 25px;
        padding-left: 25px;
    }

    .services .owl-nav {
        display: none;
    }

    .services .owl-dots {
        text-align: center;
        outline: 0;
        width: 300px;
        margin: 0 auto;
        display: inherit;
        margin-bottom: 15px;
        margin-top: -20px;
    }

        .services .owl-dots .owl-dot span {
            width: 14px;
            height: 14px;
            margin: 5px;
            background: #d8d8d8;
            display: block;
            -webkit-backface-visibility: visible;
            visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .services .owl-dots .owl-dot.active span {
            background: #FFAC04;
        }

    button:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

    .enamad-card {
        height: 210px;
        width: 200px;
        margin: 0 auto;
    }

    .owl-carousel .owl-item .enamad-card img {
        width: 70%;
    }

    .postbar-desc2 {
        display: none;
    }

    .footer-logo img {
        width: 50%;
        display: block;
        margin: 8px auto;
    }

    .footer-phone p {
        margin-bottom: 20px;
    }

    .footer-pc {
        display: none;
    }

    .download-app-phone {
        text-align: center;
        padding: 30px;
    }

        .download-app-phone a {
            display: block;
            width: 50%;
            margin: 12px auto;
        }

    .agency {
        display: none;
    }

    .services-card-width .owl-nav .owl-next span {
        left: 15px;
    }

    .order .desc {
        font-size: 16px;
    }

    .u-header__section {
        box-shadow: 1px 1px 35px -15px #000;
        border-top: 3px solid #FFAC04;
    }

    .top-bar {
        display: none;
    }

    .tracking-code .form-inline {
        display: block;
    }

    .services-card {
        width: 70%;
        margin: 0 auto;
    }

    #RhMobile, #RhOrderId, #RhTrackingNumber {
        display: block;
        margin-bottom: 5px;
    }

    #TrackingAllInput {
        display: none;
    }

    .tracking-code form {
        width: 85%;
    }

    .tracking-code-input {
        width: 100%;
    }

    .blog {
        display: none;
    }

    .download-app {
        display: none;
    }

    /*.order h2 {
        display: none;
    }*/
}

@media (min-width: 768px) and (max-width: 1023px) {
    .select2-selection__placeholder {
        font-size: 9pt;
    }

    .addAddress {
        font-size: 8pt;
    }

    .final-btn {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .btn-footer-res:first-child .custom-btn-02 {
        background: transparent;
        color: #ffa318;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin-bottom: 20px !important;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #ffa318!important;
    }

    .btn-footer-res:nth-child(1) a {
        background: #70716B;
        color: white;
        box-shadow: 2px 3px 11px -3px #70716B;
        padding: 14px 0 20px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto !important;
    }

    .final-btn .custom-btn-02 {
        background: #ffa318;
        color: white!important;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .modal_search {
        display: none;
        vertical-align: middle;
        position: relative;
        z-index: 9999 !important;
        height: 85%;
        box-sizing: border-box;
        width: 90%;
        max-width: 95%;
        background: transparent;
        padding: 15px 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: unset;
        -ms-box-shadow: none;
        box-shadow: unset;
        text-align: left;
        direction: rtl;
        font-size: 14px;
    }

        .modal_search .table th {
            width: 40%;
            padding: 18px;
            vertical-align: top;
            t-size: 14px;
        }

    .td-header {
        width: 20%;
        text-align: right;
        padding-right: 100px !important;
    }

    .btn_edit_res {
        margin-top: 15px;
    }

    .btn-forward {
        margin-top: 0
    }

    .footer_res .btn-forward .custom-btn-02 {
        background: #ffa318;
        color: white;
        box-shadow: 2px 3px 17px -3px #ffa318d1;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        left: 0;
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer_res .btn-back .custom-btn-02 {
        background: rgb(255, 255, 255);
        box-shadow: 2px 3px 10px -4px #ffa318;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        width: 100%!important;
        color: #ffa318!important;
        text-align: center;
        border: 1px solid #ffa318;
    }

    section {
        display: block;
    }



    .map-btn-input #post-btn-map {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #ffa318;
        border: none;
        color: #ffffff;
        font-size: 17px;
        padding: 3px;
        /* border-radius: 25px; */
        width: 40px;
        height: 35px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        text-align:center;
    }

    .map-btn-input #get-btn-map {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: white;
        border: none;
        color: gray;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 25px;
        border-color: red !important;
        text-align: center;
    }
    .map-btn-input #get-btn-map_i {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #ef961e;
        color: white;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 25px;
        border-color: white;
        border: solid;
        border-color: white;
        border-width: 1px !important;
        text-align: center;
    }
    .map-btn-input #get-btn-map i.fa.fa-plus {
        display: none;
    }

    .map-btn-input i {
        padding: 5px;
        font-size: 14px;
    }

    #menuToggle {
        display: block;
    }

    .form-content h3 {
        color: #ff9300;
        /* text-transform: uppercase; */
        /* letter-spacing: 7px; */
        padding: 0 15px;
        display: inline-block;
        /* border: 1px solid #dad8e4; */
        /* margin-bottom: 75px; */
        padding-bottom: 10px;
        font-size: 18px;
    }

    .actions li a {
        width: 80%;
        /* height: auto; */
        transition: all .5s;
        /* padding: 5px; */
        border-radius: 30px;
        background: #ffa318;
        box-shadow: 0 6px 26px -3px #ef961e;
        margin-top: 12px;
        font-size: 14px;
        /* margin: 0 auto; */
        color: #fff;
        position: relative;
        min-height: 40px !important;
        display: block;
        margin: 0 auto;
    }

    .wrapper {
        height: auto !important;
        background: none;
    }

    .actions {
        position: absolute;
        bottom: -110px;
        right: 0;
        direction: rtl;
        width: 100%;
    }

        .actions ul {
            display: flex;
        }

            .actions ul li:first-child {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px;
                margin-bottom: 0;
                display: flex;
            }

    .actions li:first-child a {
        border: 2px solid #ffa318;
        width: 80%;
        /* padding-left: 48px; */
        background: transparent;
        color: #ffa318;
        box-shadow: none;
        font-weight: bold;
        position: relative;
        margin: 0 auto;
    }

        .actions ul li:nth-child(2) {
            width: 100%;
            padding-right: 10px;
            padding-left: 10px;
            display: flex;
        }

    section .services .inner {
        display: flex;
        height: auto !important;
        margin-bottom: 30px;
        /* background: #ffa318; */
    }

    .actions li:last-child {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: flex;
        position: unset !important;
    }

    main {
        width: 100%;
        direction: ltr !important;
        position: relative;
        height: auto !important;
        padding-bottom: 170px;
    }



    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: super;
        width: 100% !important;
    }

    /*============form.s===========*/
    .postal-info .form-control {
        background: #ffffff;
        border-radius: 20px;
        width: 100%;
        font-size: 14px;
    }

    .form-header {
        text-align: right;
        padding: 5px;
        height: auto;
        padding-top: 15px;
        display: block;
    }

    .wizard > .steps li a p {
        font-size: 10px !important;
    }

    .image-holder {
        height: auto;
        object-fit: cover;
        display: none;
    }

        .image-holder img {
            position: absolute;
            left: 10%;
            /* height: 100%; */
            width: 75.5%;
            object-fit: cover;
            /* right: 0; */
            /* bottom: 0; */
            text-align: center;
        }

    .choose-services .image-holder img {
        position: absolute;
        left: 20%;
        top: 120px;
        height: auto;
        width: 65%;
        right: 0;
        bottom: 0;
    }

    .services_us .image-holder img {
        position: absolute;
        left: 12%;
        height: auto;
        width: 65%;
        /* right: 0; */
        bottom: 0;
        top: 104px;
    }

    .wizard > .steps {
        display: none;
    }

    .form-content {
        width: 100%;
        padding-top: 45px;
        padding-left: 20px;
        padding-right: 20px;
        direction: rtl !important;
    }

    /*=========form.steps=======*/
    #menu-bg-item {
        display: none;
    }

    /*header===============================*/
    .btn-default-main {
        display: none;
    }

    .contact-menu {
        display: none !important;
    }



    .site-logo img {
        width: 40%;
        text-align: right;
        padding-top: 15px;
    }


















    .code-order {
        padding: 20px;
        text-align: center;
        border: 1px solid #ffa318;
        border-radius: 35px;
        margin-top: 6px;
    }
    .custom-btn-02 {
        background: #70716B;
        color: white;
        box-shadow: 2px 3px 11px 0px #70716B;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 80%;
    }

    .custom-btn-01 {
        background: #ffa318;
        color: white;
        box-shadow: 2px 3px 11px 0px #ffa318;
        padding: 6px 6px 12px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
    }

    /*--------header style-------*/

    .body_factor .custom-btn-03 {
        background: #fff;
        color: #ffa318;
        padding: 20px 55px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        margin: 0 auto;
        display: block;
    }
    #navbarSupportedContent{
        display: none;
    }

    .navbar-brand {
        width: 100%;
    }

        .navbar-brand img {
            width: 12%;
            float: left;
        }

    #menuToggle {
        display: block;
    }

    #menu-bg-item {
        display: none;
    }

    #menu {
        position: absolute;
        width: 100vw;
        height: 100vh;
        margin: -52px 0 0 0;
        padding-top: 125px;
        right: -80px;
        /* bottom: -517px; */
        background: #F3FAFF;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

















    .tracking-code .form-inline {
        display: block;
    }

    #RhMobile, #RhOrderId, #RhTrackingNumber {
        display: block;
        margin-bottom: 5px;
    }

    #TrackingAllInput {
        display: none;
    }

    .tracking-code form {
        width: 85%;
    }

    .tracking-code-input {
        width: 100%;
    }

    .download-app-phone img {
        width: 90%;
    }

    .tracking-code, .order {
        padding-right: 25px;
        padding-left: 25px;
    }

    .services .owl-nav {
        display: none;
    }

    .services .owl-dots {
        text-align: center;
        outline: 0;
        width: 300px;
        margin: 0 auto;
        display: inherit;
        margin-bottom: 15px;
        margin-top: -20px;
    }
    .services .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        margin: 5px;
        background: #d8d8d8;
        display: block;
        -webkit-backface-visibility: visible;
        visibility:visible;
        transition: opacity 200ms ease;
        border-radius: 30px;
    }
    .services .owl-dots .owl-dot.active span
    {
        background: #ffa318;
    }
    button:focus
    {
        outline: 0px auto -webkit-focus-ring-color;
    }

    .enamad-card {
        height: 210px;
        width: 200px;
        margin: 0 auto;
    }

    .owl-carousel .owl-item .enamad-card img {
        width: 70%;
    }

    .footer-logo img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }

    .footer-phone p {
        margin-bottom: 20px;
    }

    .footer-pc {
        display: none;
    }

    .download-app-phone {
        text-align: center;
        padding: 30px;
    }

        .download-app-phone a {
            display: block;
            width: 30%;
            margin: 15px auto;
        }

    .agency {
        display: none;
    }

    .services-card-width .owl-nav .owl-next span {
        left: 15px;
    }

    .order .desc {
        font-size: 24px;
    }

    .u-header__section {
        box-shadow: 1px 1px 35px -15px #000;

        border-top: 3px solid #ffa318;
    }

    .top-bar {
        display: none;
    }

    .blog {
        display: none;
    }

    .download-app {
        display: none;
    }

    .order h2 {
        display: block;
    }

    .order .desc {
        font-size: 24px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 823px) and (orientation: landscape) {
    #menu {
        position: absolute;
        width: 100vw;
        height: 100vh;
        margin: -52px 0 0 0;
        padding-top: 125px;
        right: -106px !important;
        /* bottom: -517px; */
        background: #F3FAFF;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    .dis-flex button {
        width: 100%;
        font-size: 12px;
        margin-right: 5px;
    }

    .final-btn {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .btn-footer-res:first-child .custom-btn-02 {
        background: transparent;
        color: #ffa318;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin-bottom: 20px !important;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #ffa318!important;
    }

    .btn-footer-res:nth-child(1) a {
        background: #70716B;
        color: white;
        box-shadow: 2px 3px 11px -3px #70716B;
        padding: 14px 0 20px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto !important;
    }

    .final-btn .custom-btn-02 {
        background: #ffa318;
        color: white!important;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .receiver {
        margin-top: 15px;
    }

    .modal_search {
        display: none;
        vertical-align: middle;
        position: relative;
        z-index: 9999 !important;
        height: 100%;
        box-sizing: border-box;
        width: 90%;
        overflow-y: scroll;
        max-width: 95%;
        background: transparent;
        padding: 15px 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: unset;
        -ms-box-shadow: none;
        box-shadow: unset;
        text-align: left;
        direction: rtl;
        font-size: 14px;
    }

        .modal_search .table th {
            width: 40%;
            padding: 18px;
            vertical-align: top;
            t-size: 14px;
        }

    .td-header {
        width: 20%;
        text-align: right;
        padding-right: 100px !important;
    }

    .btn_edit_res {
        margin-top: 15px;
    }

    .btn-forward {
        margin-top: 0
    }

    .footer_res .btn-forward .custom-btn-02 {
        background: #ffa318;
        color: white;
        box-shadow: 2px 3px 17px -3px #ffa318d1;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        left: 0;
        width: 95% !important;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer_res .btn-back .custom-btn-02 {
        background: rgb(255, 255, 255);
        box-shadow: 2px 3px 10px -4px #ffa318;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        width: 100%;
        color: #ffa318!important;
        text-align: center;
        border: 1px solid #ffa318;
    }

    section {
        display: block;
    }



    .map-btn-input #post-btn-map {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #ffa318;
        border: none;
        color: #ffffff;
        font-size: 17px;
        padding: 3px;
        /* border-radius: 25px; */
        width: 40px;
        height: 35px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        text-align: center;
    }

    .map-btn-input #get-btn-map {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: white;
        border: none;
        color: gray;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 25px;
        border-color: red !important;
        text-align: center;
    }
    .map-btn-input #get-btn-map_i {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #ef961e;
        color: white;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 25px;
        border-color: white;
        border: solid;
        border-color: white;
        border-width: 1px !important;
        text-align: center;
    }
    .map-btn-input i {
        padding: 5px;
        font-size: 14px;
    }

    #menuToggle {
        display: block;
    }

    .form-content h3 {
        color: #ff9300;
        /* text-transform: uppercase; */
        /* letter-spacing: 7px; */
        padding: 0 15px;
        display: inline-block;
        /* border: 1px solid #dad8e4; */
        /* margin-bottom: 75px; */
        padding-bottom: 10px;
        font-size: 18px;
    }

    .actions li a {
        width: 80%;
        /* height: auto; */
        transition: all .5s;
        /* padding: 5px; */
        border-radius: 30px;
        background: #ffa318;
        box-shadow: 0 6px 26px -3px #ef961e;
        margin-top: 12px;
        font-size: 14px;
        /* margin: 0 auto; */
        color: #fff;
        position: relative;
        min-height: 40px !important;
        display: block;
        margin: 0 auto;
    }

    .wrapper {
        height: auto !important;
        background: none;
    }

    .actions {
        position: absolute;
        bottom: -110px;
        right: 50%;
        direction: rtl;
        width: 100%;
    }

        .actions ul {
            display: flex;
        }

            .actions ul li:first-child {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px;
                margin-bottom: 0;
                display: flex;
            }

    .actions li:first-child a {
        border: 2px solid #ffa318;
        width: 80%;
        /* padding-left: 48px; */
        background: transparent;
        color: #ffa318;
        box-shadow: none;
        font-weight: bold;
        position: relative;
        margin: 0 auto;
    }

        .actions ul li:nth-child(2) {
            width: 100%;
            padding-right: 10px;
            padding-left: 10px;
            display: flex;
        }

    section .services .inner {
        display: flex;
        height: auto !important;
        margin-bottom: 30px;
        /* background: #ffa318; */
    }

    .actions li:last-child {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: flex;
        position: unset !important;
    }

    main {
        width: 100%;
        direction: ltr !important;
        position: relative;
        height: auto !important;
        padding-bottom: 170px;
    }



    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: super;
        width: 100% !important;
    }

    /*============form.s===========*/
    .postal-info .form-control {
        background: #ffffff;
        border-radius: 20px;
        width: 100%;
        font-size: 14px;
    }

    .form-header {
        text-align: right;
        padding: 5px;
        height: auto;
        padding-top: 15px;
        display: block;
    }

    .wizard > .steps li a p {
        font-size: 10px !important;
    }

    .image-holder {
        height: auto;
        object-fit: cover;
        display: none;
    }

        .image-holder img {
            position: absolute;
            left: 10%;
            /* height: 100%; */
            width: 75.5%;
            object-fit: cover;
            /* right: 0; */
            /* bottom: 0; */
            text-align: center;
        }

    .choose-services .image-holder img {
        position: absolute;
        left: 20%;
        top: 120px;
        height: auto;
        width: 65%;
        right: 0;
        bottom: 0;
    }

    .services_us .image-holder img {
        position: absolute;
        left: 12%;
        height: auto;
        width: 65%;
        /* right: 0; */
        bottom: 0;
        top: 104px;
    }

    .wizard > .steps {
        display: none;
    }

    .form-content {
        width: 100%;
        padding-top: 45px;
        padding-left: 20px;
        padding-right: 20px;
        direction: rtl !important;
    }

    /*=========form.steps=======*/
    #menu-bg-item {
        display: none;
    }

    /*header===============================*/
    .btn-default-main {
        display: none;
    }

    .contact-menu {
        display: none !important;
    }



    .site-logo img {
        width: 40%;
        text-align: right;
        padding-top: 15px;
    }


















    .code-order {
        padding: 20px;
        text-align: center;
        border: 1px solid #16d9a8;
        border-radius: 35px;
        margin-top: 6px;
    }

    .custom-btn-02 {
        background: rgb(40, 154, 250);
        color: white;
        box-shadow: 2px 3px 11px 0px #fa9e28;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100% !important;
    }

    .custom-btn-01 {
        background: #FFAE01;
        color: white;
        box-shadow: 2px 3px 11px 0px #fa9e28;
        padding: 6px 6px 12px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
    }

    /*--------header style-------*/

    .body_factor .custom-btn-03 {
        background: #fff;
        color: #fa9e28;
        padding: 20px 55px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        margin: 0 auto;
        display: block;
    }

    #navbarSupportedContent {
        display: none;
    }

    .navbar-brand {
        width: 100%;
    }

        .navbar-brand img {
            width: 12% !important;
            float: left;
        }

    #menuToggle {
        display: block;
    }

    #menu-bg-item {
        display: none;
    }

    #menu {
        position: absolute;
        width: 100vw;
        height: 100vh;
        margin: -52px 0 0 0;
        padding-top: 125px;
        right: -105px;
        /* bottom: -517px; */
        background: #F3FAFF;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

















    .tracking-code .form-inline {
        display: block;
    }

    #RhMobile, #RhOrderId, #RhTrackingNumber {
        display: block;
        margin-bottom: 5px;
    }

    #TrackingAllInput {
        display: none;
    }

    .tracking-code form {
        width: 100% !important;
    }

    .tracking-code-input {
        width: 100%;
    }

    .download-app-phone img {
        width: 90%;
    }

    .tracking-code, .order {
        padding-right: 25px;
        padding-left: 25px;
    }

    .services .owl-nav {
        display: none;
    }

    .services .owl-dots {
        text-align: center;
        outline: 0;
        width: 300px;
        margin: 0 auto;
        display: inherit;
        margin-bottom: 15px;
        margin-top: -20px;
    }

        .services .owl-dots .owl-dot span {
            width: 14px;
            height: 14px;
            margin: 5px;
            background: #d8d8d8;
            display: block;
            -webkit-backface-visibility: visible;
            visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .services .owl-dots .owl-dot.active span {
            background: #FFAC04;
        }

    button:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

    .enamad-card {
        height: 210px;
        width: 200px;
        margin: 0 auto;
    }

    .owl-carousel .owl-item .enamad-card img {
        width: 70%;
    }

    .footer-logo img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }

    .footer-phone p {
        margin-bottom: 20px;
    }

    .footer-pc {
        display: none;
    }

    .download-app-phone {
        text-align: center;
        padding: 30px;
    }

        .download-app-phone a {
            display: block;
            width: 30%;
            margin: 15px auto;
        }

    .agency {
        display: none;
    }

    .services-card-width .owl-nav .owl-next span {
        left: 15px;
    }

    .order .desc {
        font-size: 24px;
    }

    .u-header__section {
        box-shadow: 1px 1px 35px -15px #000;
        border-top: 3px solid #FFAC04;
    }

    .top-bar {
        display: none;
    }

    .blog {
        display: none;
    }

    .download-app {
        display: none;
    }

    .order h2 {
        display: block;
    }

    .order .desc {
        font-size: 24px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .parent-popover .popover {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        z-index: 1060;
        font-family: IRANSans;
        background-color: #ff5656;
        border-radius: 35px;
    }

    .steps-mod {
        border-bottom: 1px solid #b1b1b1;
        min-height: 105px;
        display: none;
    }

    .img-logo {
        text-align: center;
        width: 100%;
        height: auto;
        display: none;
    }

    .details-factor {
        background: #20a9ee;
        color: #fff;
        padding: 10px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .btn_edit_res {
        margin-top: 15px;
    }

    .btn-forward {
        margin-top: 15px;
    }

    .footer_res .btn-forward .custom-btn-02 {
        background: rgb(40, 154, 250);
        color: white;
        box-shadow: 2px 3px 17px -3px #11a7fb;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        left: 0;
        width: 50%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer_res .btn-back .custom-btn-02 {
        background: rgb(255, 255, 255);
        box-shadow: 2px 3px 10px -4px #289afa;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        width: 50%;
        color: #289afa !important;
        text-align: center;
        border: 1px solid #289afa;
    }

    .image-holder {
        height: auto;
        object-fit: cover;
        display: block;
    }

        .image-holder img {
            position: absolute;
            left: 10%;
            /* height: 100%; */
            width: 75.5%;
            object-fit: cover;
            /* right: 0; */
            /* bottom: 0; */
            text-align: center;
            display: none;
        }

    .choose-services .image-holder img {
        position: absolute;
        left: 20%;
        top: 120px;
        height: auto;
        width: 65%;
        right: 0;
        bottom: 0;
        display: none;
    }

    .services_us .image-holder img {
        position: absolute;
        left: 12%;
        height: auto;
        width: 65%;
        /* right: 0; */
        bottom: 0;
        top: 104px;
        display: none;
    }

















    body {
        direction: rtl;
        font-family: IRANSans-Regular;
        text-align: right;
        padding-top: 80px;
    }

    .custom-btn-02 {
        background: rgb(40, 154, 250);
        color: white;
        box-shadow: 2px 3px 11px 0px #fa9e28;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 80%;
    }

    .custom-btn-01 {
        background: #FFAE01;
        color: white;
        box-shadow: 2px 3px 11px 0px #fa9e28;
        padding: 6px 6px 12px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
    }

    #navbarSupportedContent {
        display: none;
    }

    .navbar-brand {
        width: 100%;
    }

        .navbar-brand img {
            width: 11%;
            float: left;
        }

    #menuToggle {
        display: block;
    }

    #menu-bg-item {
        display: none;
    }













    .postbar-desc {
        font-family: IRANSansWeb;
        font-size: 15px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .tracking-code, .order {
        padding-right: 25px;
        padding-left: 25px;
    }

    .services .owl-nav {
        display: none;
    }

    .services .owl-dots {
        text-align: center;
        outline: 0;
        width: 300px;
        margin: 0 auto;
        display: inherit;
        margin-bottom: 15px;
        margin-top: -20px;
    }

        .services .owl-dots .owl-dot span {
            width: 14px;
            height: 14px;
            margin: 5px;
            background: #d8d8d8;
            display: block;
            -webkit-backface-visibility: visible;
            visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .services .owl-dots .owl-dot.active span {
            background: #FFAC04;
        }

    button:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

    .enamad-card {
        height: 210px;
        width: 200px;
        margin: 0 auto;
    }

    .owl-carousel .owl-item .enamad-card img {
        width: 70%;
    }

    .postbar-desc2 {
        display: none;
    }

    .footer-logo img {
        width: 50%;
        display: block;
        margin: 8px auto;
    }

    .footer-phone p {
        margin-bottom: 20px;
    }

    .footer-pc {
        display: none;
    }

    .download-app-phone {
        text-align: center;
        padding: 30px;
    }

        .download-app-phone a {
            display: block;
            width: 50%;
            margin: 12px auto;
        }

    .agency {
        display: none;
    }

    .services-card-width .owl-nav .owl-next span {
        left: 15px;
    }

    .order .desc {
        font-size: 16px;
    }

    .u-header__section {
        box-shadow: 1px 1px 35px -15px #000;
        border-top: 3px solid #FFAC04;
    }

    .top-bar {
        display: none;
    }

    .tracking-code .form-inline {
        display: block;
    }

    .services-card {
        width: 70%;
        margin: 0 auto;
    }

    #RhMobile, #RhOrderId, #RhTrackingNumber {
        display: block;
        margin-bottom: 5px;
    }

    #TrackingAllInput {
        display: none;
    }

    .tracking-code form {
        width: 100%;
    }

    .tracking-code-input {
        width: 100%;
    }

    .blog {
        display: none;
    }

    .download-app {
        display: none;
    }

    /*.order h2 {
        display: none;
    }*/
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-signup {
        position: absolute !important;
        bottom: 0 !important;
    }

    .final-btn {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .btn-footer-res:first-child .custom-btn-02 {
        background: transparent;
        color: #13a9ff;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin-bottom: 20px !important;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #13a9ff !important;
    }

    .btn-footer-res:nth-child(1) a {
        background: #FFAE01;
        color: white;
        box-shadow: 2px 3px 11px -3px #fa9e28;
        padding: 14px 0 20px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto !important;
    }

    .final-btn .custom-btn-02 {
        background: rgb(40, 154, 250);
        color: white !important;
        box-shadow: none;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .modal_search {
        display: none;
        vertical-align: middle;
        position: relative;
        z-index: 9999 !important;
        height: 85%;
        box-sizing: border-box;
        width: 90%;
        max-width: 95%;
        background: transparent;
        padding: 15px 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: unset;
        -ms-box-shadow: none;
        box-shadow: unset;
        text-align: left;
        direction: rtl;
        font-size: 14px;
    }

        .modal_search .table th {
            width: 40%;
            padding: 18px;
            vertical-align: top;
            t-size: 14px;
        }

    .td-header {
        width: 20%;
        text-align: right;
        padding-right: 100px !important;
    }

    .btn_edit_res {
        margin-top: 15px;
    }

    .btn-forward {
        margin-top: 0
    }

    .footer_res .btn-forward .custom-btn-02 {
        background: rgb(40, 154, 250);
        color: white;
        box-shadow: 2px 3px 17px -3px #11a7fb;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        display: block;
        left: 0;
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer_res .btn-back .custom-btn-02 {
        background: rgb(255, 255, 255);
        box-shadow: 2px 3px 10px -4px #289afa;
        padding: 10px 15px 18px;
        border-radius: 100px;
        line-height: 0;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        width: 100%;
        color: #289afa !important;
        text-align: center;
        border: 1px solid #289afa;
    }

    section {
        display: block;
    }



    .map-btn-input #get-btn-map {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: white;
        border: none;
        color: gray;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 25px;
        border-color: red !important;
        text-align: center;
    }
    .map-btn-input #get-btn-map_i {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #ef961e;
        color: white;
        font-size: 17px;
        padding: 0px 3px 36px 3px;
        width: 49%;
        height: 35px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 25px;
        border-color: white;
        border: solid;
        border-color: white;
        border-width: 1px !important;
        text-align: center;
    }
    .map-btn-input i {
        padding: 5px;
        font-size: 14px;
    }

    #menuToggle {
        display: block;
    }

    .form-content h3 {
        color: #ff9300;
        /* text-transform: uppercase; */
        /* letter-spacing: 7px; */
        padding: 0 15px;
        display: inline-block;
        /* border: 1px solid #dad8e4; */
        /* margin-bottom: 75px; */
        padding-bottom: 10px;
        font-size: 18px;
    }

    .actions li a {
        width: 80%;
        /* height: auto; */
        transition: all .5s;
        /* padding: 5px; */
        border-radius: 30px;
        background: #ffa01f;
        box-shadow: 0 6px 26px -3px #ef961e;
        margin-top: 12px;
        font-size: 14px;
        /* margin: 0 auto; */
        color: #fff;
        position: relative;
        min-height: 40px !important;
        display: block;
        margin: 0 auto;
    }

    .wrapper {
        height: auto !important;
        background: none;
    }

    .actions {
        position: absolute;
        bottom: -110px;
        right: 0;
        direction: rtl;
        width: 100%;
    }

        .actions ul {
            display: flex;
        }

            .actions ul li:first-child {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px;
                margin-bottom: 0;
                display: flex;
            }

        .actions li:first-child a {
            border: 2px solid #2699fb;
            width: 80%;
            /* padding-left: 48px; */
            background: transparent;
            color: #2699fb;
            box-shadow: none;
            font-weight: bold;
            position: relative;
            margin: 0 auto;
        }

        .actions ul li:nth-child(2) {
            width: 100%;
            padding-right: 10px;
            padding-left: 10px;
            display: flex;
        }

    section .services .inner {
        display: flex;
        height: auto !important;
        margin-bottom: 30px;
        /* background: #BAE1FE; */
    }

    .actions li:last-child {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: flex;
        position: unset !important;
    }

    main {
        width: 100%;
        direction: ltr !important;
        position: relative;
        height: auto !important;
        padding-bottom: 170px;
    }



    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: super;
        width: 100% !important;
    }

    /*============form.s===========*/
    .postal-info .form-control {
        background: #ffffff;
        border-radius: 20px;
        width: 100%;
        font-size: 14px;
    }

    .form-header {
        text-align: right;
        padding: 5px;
        height: auto;
        padding-top: 15px;
        display: block;
    }

    .wizard > .steps li a p {
        font-size: 10px !important;
    }

    .image-holder {
        height: auto;
        object-fit: cover;
        display: none;
    }

        .image-holder img {
            position: absolute;
            left: 10%;
            /* height: 100%; */
            width: 75.5%;
            object-fit: cover;
            /* right: 0; */
            /* bottom: 0; */
            text-align: center;
        }

    .choose-services .image-holder img {
        position: absolute;
        left: 20%;
        top: 120px;
        height: auto;
        width: 65%;
        right: 0;
        bottom: 0;
    }

    .services_us .image-holder img {
        position: absolute;
        left: 12%;
        height: auto;
        width: 65%;
        /* right: 0; */
        bottom: 0;
        top: 104px;
    }

    .wizard > .steps {
        display: none;
    }

    .form-content {
        width: 100%;
        padding-top: 45px;
        padding-left: 20px;
        padding-right: 20px;
        direction: rtl !important;
    }

    /*=========form.steps=======*/
    #menu-bg-item {
        display: none;
    }

    /*header===============================*/
    .btn-default-main {
        display: none;
    }

    .contact-menu {
        display: none !important;
    }



    .site-logo img {
        width: 40%;
        text-align: right;
        padding-top: 15px;
    }



















    .custom-btn-02 {
        background: #70716B;
        color: white;
        box-shadow: 2px 3px 11px 0px #ffa318;
        padding: 10px 15px 18px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
    }

    .custom-btn-01 {
        background: #ffa318;
        color: white;
        box-shadow: 2px 3px 11px 0px #ffa318;
        padding: 6px 6px 12px;
        border-radius: 100px;
        border: 0;
        line-height: 0;
        font-size: 14px;
        width: 100%;
    }

    /*--------header style-------*/

    #navbarSupportedContent {
        display: none;
    }
        
    .navbar-brand {
        width: 100%;
    }
    .navbar-brand img{
         width: 7% !important;
         float: left;
     }
    #menuToggle{
        display: block;
    }

    #menu-bg-item {
        display: none;
    }

    #menu {
        position: absolute;
        width: 100vw;
        height: 100vh;
        margin: -176px 0 0 0;
        padding-top: 125px;
        right: -80px;
        /* bottom: -517px; */
        background: #fff;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

















    .tracking-code .form-inline {
        display: block;
    }

    #RhMobile, #RhOrderId, #RhTrackingNumber {
        display: block;
        margin-bottom: 5px;
    }

    #TrackingAllInput {
        display: none;
    }

    .tracking-code form {
        width: 100%;
    }

    .tracking-code-input {
        width: 100%;
    }

    .download-app-phone img {
        width: 90%;
    }

    .tracking-code, .order {
        padding-right: 25px;
        padding-left: 25px;
    }

    .services .owl-nav {
        display: none;
    }
.services .owl-dots 
{
   text-align: center;
    outline: 0;
    width: 300px;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 15px;
    margin-top: -20px;
}
.services .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    background: #d8d8d8;
    display: block;
    -webkit-backface-visibility: visible;
    visibility:visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.services .owl-dots .owl-dot.active span
{
    background: #ffa318;
}
button:focus
{
    outline: 0px auto -webkit-focus-ring-color;
}
    .enamad-card
    {
        height: 210px;
        width: 200px;
        margin: 0 auto;
    }

    .owl-carousel .owl-item .enamad-card img {
        width: 70%;
    }

    .footer-logo img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }

    .footer-phone p {
        margin-bottom: 20px;
    }

    .footer-pc {
        display: none;
    }

    .download-app-phone {
        text-align: center;
        padding: 30px;
    }

        .download-app-phone a {
            display: block;
            width: 30%;
            margin: 15px auto;
        }

    .agency {
        display: none;
    }

    .services-card-width .owl-nav .owl-next span {
        left: 15px;
    }

    .order .desc {
        font-size: 24px;
    }

    .u-header__section {
        box-shadow: 1px 1px 35px -15px #000;

        border-top: 3px solid #ffa318;
    }

    .top-bar {
        display: none;
    }

    .blog {
        display: none;
    }

    .download-app {
        display: none;
    }

    .order h2 {
        display: block;
    }

    .order .desc {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-signup {
        position: absolute;
        bottom: 10%
    }

    .image-holder {
        position: fixed;
        bottom: unset;
        width: 50%;
    }

        .image-holder img {
            left: 0;
            width: 100%;
            display: table;
            position: relative;
            margin: auto;
        }

    .choose-services .image-holder img {
        /* position: absolute; */
        left: 0;
        /* height: 100%; */
        width: 100%;
        /* right: 0; */
        /* bottom: -98px; */
        display: table;
        position: relative;
        margin: auto;
    }

    .services_us .image-holder img {
        /* position: absolute; */
        left: 0;
        /* height: 100%; */
        width: 100%;
        /* right: 0; */
        /* bottom: -98px; */
        display: table;
        position: relative;
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .select2-selection__placeholder {
        font-size: 9pt;
    }

    .addAddress {
        font-size: 9pt;
    }

    .form-content {
        height: auto;
        width: 100%;
        padding-top: 8%;
        padding-left: 0px;
        padding-right: 10px;
    }

    .steps p {
        text-align: right;
        width: 200px !important;
        font-size: 16px !important;
        position: absolute;
        top: 10px !important;
        right: 50px !important;
    }






    .btn-tele {
        background: linear-gradient(#58BEF2,#1484BC);
        color: #fff;
        box-shadow: 0px 9px 28px -8px #00B4FF;
        border-radius: 25px;
        font-size: 13px;
    }

    .services .owl-nav {
        display: block;
    }

    .footer-phone {
        display: none;
    }

    .download-app-phone {
        display: none;
    }

    .agency {
        display: block;
    }

    .u-header__section {
        box-shadow: 1px 1px 35px -15px #000;
        border-top: 3px solid #FFAC04;
    }

    .top-bar {
        display: block;
    }

    .tracking-code .form-inline {
        display: flex;
    }
    #TrackingAllInput{
        display:none;
    }
   
    /*#RhMobile, #RhOrderId, #RhTrackingNumber {
        display: none;
    }*/
    .tracking-code form {
        width: 88%;
    }

    .tracking-code-input {
        width: 540px;
    }

    .blog {
        display: block;
    }

    .download-app {
        background-image: url('../images/bg.png');
        background-size: 100%;
        background-repeat: repeat-x;
        min-height: 196px;
        position: relative;
    }

        .download-app .phone-image {
            position: absolute;
            bottom: 40px;
            right: 165px;
        }

            .download-app .phone-image a {
                display: inline-block;
            }

            .download-app .phone-image img {
                width: 70%;
            }

    .order h2 {
        display: block;
    }

    .blog-width {
        width: 100%;
    }

    .navbar form {
        margin-right: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 30px 5px;
    }
}

@media(min-width:1366px) {
    .select2-selection__placeholder {
        font-size: 9pt;
    }

    .addAddress {
        font-size: 9pt;
    }

    .download-app .phone-image img {
        width: 80%;
    }

    .download-app {
        min-height: 250px;
    }

        .download-app .phone-image {
            right: 290px;
        }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 25px 16px;
    }

    .navbar form {
        margin-right: 50px;
    }

    .tracking-code form {
        width: 60%;
    }

    .blog-width {
        width: 100%;
    }
}

@media(min-width:1440px) {
    .select2-selection__placeholder {
        font-size: 9pt;
    }

    .addAddress {
        font-size: 9pt;
    }

    .footer-signup {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .services_us .image-holder img {
        /* position: absolute; */
        left: 0;
        /* height: 100%; */
        width: 100%;
        /* right: 0; */
        /* bottom: -98px; */
        display: table;
        position: relative;
        margin: auto;
    }

    .choose-services .image-holder img {
        /* position: absolute; */
        left: 0;
        /* height: 100%; */
        width: 100%;
        /* right: 0; */
        /* bottom: -98px; */
        display: table;
        position: relative;
        margin: auto;
    }

    .image-holder img {
        left: 0;
        width: 100%;
        display: table;
        position: relative;
        margin: auto;
    }

    .steps p {
        text-align: right;
        width: 200px !important;
        font-size: 16px !important;
        position: absolute;
        top: 20px !important;
        right: 85px !important;
    }

    .wizard > .steps li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #70716B;
        margin-left: 110px;
        position: relative;
        color: #ffa318;
        /* top: -83px; */
        padding: 9px 14px;
        border: 1px solid #ffa318;
    }

    .form-content {
        width: 100%;
        padding-top: 7%;
        padding-left: 0px;
        padding-right: 10px;
        height: auto;
    }

    .actions {
        height: auto;
        position: absolute;
        /*bottom: -40%;*/
        right: 0;
        /* direction: rtl; */
        width: 50%;
    }
    .actions li a {
        width: 83%;
        /* height: 180px; */
        transition: all .5s;
        padding: 10px;
        border-radius: 30px;
        background: #ffa318;
        box-shadow: 0 6px 26px -3px #ef961e;
        /* margin-top: 12px; */
        font-size: 14px;
        text-align: center;
        color: #fff;
        float: right;
        direction: ltr;
        margin-right: 30px;
    }
}

@media(min-width:1920px) {
    .select2-selection__placeholder {
        font-size: 9pt;
    }

    .addAddress {
        font-size: 9pt;
    }

    .footer-signup {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .steps p {
        text-align: right;
        width: 200px !important;
        font-size: 16px !important;
        position: absolute;
        top: 20px !important;
        right: 85px !important;
    }


    .image-holder img {
        left: 0;
        width: 100%;
        display: table;
        position: relative;
        margin: auto;
    }

    .choose-services .image-holder img {
        left: 0;
        width: 100%;
        display: table;
        position: relative;
        margin: auto;
    }

    .services_us .image-holder img {
        left: 0;
        width: 100%;
        display: table;
        position: relative;
        margin: auto;
    }

    .form-content {
        width: 100%;
        padding-top: 130px;
        padding-left: 0px;
        padding-right: 10px;
    }
    .form-content table {
        width: 100%;
        margin-bottom: 0!important;
        color: #ffa318;
        background: #fff;
        border-radius: 25px;
        border: none;
        font-size: 18px;
        /* font-weight: bold; */
    }
    .form-header {
        text-align: right;
        padding: 5px;
        height: 45px;
        padding-top: 15px;
        display: flex;
        margin-bottom: 25px;
    }

    .form-content h3 {
        color: #ff9300;
        /* text-transform: uppercase; */
        /* letter-spacing: 7px; */
        /* padding: 0 15px; */
        display: inline-block;
        /* border: 1px solid #dad8e4; */
        /* margin-bottom: 75px; */
        padding-bottom: 10px;
        font-size: 18px;
    }

    .map-btn-input i {
        padding: 8px;
        font-size: 18px;
    }

    .wizard > .steps {
        position: absolute;
        top: 8%;
        right: 29%;
        transform: translateX(50%);
    }
    .wizard > .steps li a {
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #70716B;
        margin-left: 110px;
        position: relative;
        color: #ffa318;
        /* top: -83px; */
        padding: 23px 25px;
        border: 1px solid #ffa318;
        mar: a;
    }
    label {
        color: #ffa318;
        /* margin: 5px; */
        font-size: 16px;
        margin-top: 15px;
    }

    .actions li a {
        width: 88%;
        /* height: 180px; */
        transition: all .5s;
        padding: 20px;
        border-radius: 30px;
        background: #ffa318;
        box-shadow: 0 6px 26px -3px #ef961e;
        /* margin-top: 12px; */
        font-size: 18px;;
        text-align: center;
        color: #fff;
        float: right;
        direction: ltr;
        margin-right: 30px;
    }

    .actions {
        height: auto;
        position: absolute;
        bottom: -155px;
        right: 0;
        /* direction: rtl; */
        width: 50%;
    }

    .form-control {
        height: 50px;
        border: none;
        border-bottom: 2px solid #e6e6e6;
        width: 100%;
        color: #666;
        outline: none;
        direction: rtl;
    }

    .postal-info .form-control {
        background: #ffffff;
        border-radius: 25px;
        width: 100%;
        font-size: 14px;
    }

    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: none;
        border-radius: 25px;
        height: auto;
        padding: 10px;
    }















    .container {
        max-width: 1600px;
    }

    .navbar form {
        margin-right: 410px;
    }

    .tracking-code form {
        width: 70%;
    }

    .tracking-code-input {
        width: 835px;
    }

    .download-app {
        min-height: 365px;
    }

        .download-app .phone-image {
            right: 588px;
            bottom: 90px;
        }

    .owl-carousel .owl-item .enamad-card img {
        width: 68%;
    }

    .enamad-card {
        height: 230px;
    }
}














.enamad-card:hover, .blog-card:hover, .services-card:hover {
    box-shadow: 0 0px 22px rgba(0,0,0,.15);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.enamad-card:hover {
    box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}

.btn-insta:hover, .btn-tele:hover {
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.enamad-card, .blog-card, .services-card, .btn-insta, .btn-tele {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

#back-to-top {
    display: inline-block;
    background-color: #ffa318;
    padding: 10px 16px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 12px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
}
#back-to-top i 
{
    color: #fff;
    position: relative;
    top: 1px;
    font-size:15px;
}
#back-to-top:hover {
    cursor: pointer;
    background-color: #70716B;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.ajax-loading-block-window {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}

    .ajax-loading-block-window:before {
        content: "";
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 50px !important;
        height: 50px !important;
        margin: -25px 0 0 -25px !important;
        border-radius: 2px !important;
        background-color: #f74258 !important;
        animation: animate 0.5s linear infinite !important;
    }

    .ajax-loading-block-window:after {
        content: "";
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 50px !important;
        height: 5px !important;
        margin: 35px 0 0 -25px !important;
        border-radius: 50% !important;
        background-color: #000 !important;
        opacity: 0.1 !important;
        animation: shadow 0.5s linear infinite !important;
    }

@-webkit-keyframes animate {
    15% {
        border-bottom-right-radius: 2px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    15% {
        border-bottom-right-radius: 2px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

a {
    cursor: pointer !important;
}


.pbtn {
    position: relative;
    border-radius: 50px;
    background-color: #FFAE01;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    transition: all 0.5s;
    padding: 20px;
    /*padding: 0px 20px 20px 20px;*/
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 2px 3px 11px 0px #fa9e28;
    outline: none;
}

    .pbtn:after {
        content: "";
        background: #90EE90;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s
    }

    .pbtn:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(6px) !important;
    }

    .pbtn span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .pbtn span:after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            content: "\f002" !important;
            position: absolute !important;
            opacity: 0 !important;
            top: 0 !important;
            right: -20px !important;
            transition: 0.5s !important;
        }

    .pbtn:hover span {
        padding-right: 25px !important;
    }

        .pbtn:hover span:after {
            opacity: 1 !important;
            right: 0 !important;
        }

.nbtn {
    position: relative;
    border-radius: 50px;
    background-color: #FFAE01;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    transition: all 0.5s;
    /*padding: 20px;*/
    /*padding: 0px 20px 20px 20px;*/
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 2px 3px 11px 0px #fa9e28;
    outline: none;
}

    .nbtn:after {
        content: "";
        background: #90EE90;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s
    }

    .nbtn:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(6px) !important;
    }

    .nbtn span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .nbtn span:after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            content: "\f002" !important;
            position: absolute !important;
            opacity: 0 !important;
            top: 0 !important;
            right: -20px !important;
            transition: 0.5s !important;
        }

    .nbtn:hover span {
        padding-right: 25px !important;
    }

        .nbtn:hover span:after {
            opacity: 1 !important;
            right: 0 !important;
        }


/*=====================================================================================================*/

.element-animation {
    animation: animationFrames linear 4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        opacity: 1;
        transform: translate(-22px,-33px);
    }

    100% {
        opacity: 0;
        transform: translate(-356px,-247px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 1;
        -moz-transform: translate(-22px,-33px);
    }

    100% {
        opacity: 0;
        -moz-transform: translate(-356px,-247px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 1;
        -webkit-transform: translate(-22px,-33px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-356px,-247px);
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 1;
        -o-transform: translate(-22px,-33px);
    }

    100% {
        opacity: 0;
        -o-transform: translate(-356px,-247px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 1;
        -ms-transform: translate(-22px,-33px);
    }

    100% {
        opacity: 0;
        -ms-transform: translate(-356px,-247px);
    }
}
/** alireza css ====================================== **/

.my-bold-font {
    font-weight: bold;
}

.submit-order-alireza {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.content-submit-order-alireza {
    border-radius: 50px;
    margin: 5px 10px;
}

.title-logo-submit-order-alireza {
    justify-content: center;
    margin-bottom: 15px;
    /**display: flex;
	align-items: end;**/
}

.my-image-submit-order-alireza {
    width: 150px;
}
@media (min-width: 300px){
    .paynotif {
        margin: 5px;
        text-align: justify;
        padding: 10px;
        background-color: gray;
        border-radius: 10px;
        font-size: 9pt;
    }
}
@media (min-width: 768px) {
    .paynotif {
        margin: 76px;
        text-align: justify;
        padding: 25px;
        background-color: gray;
        border-radius: 10px;
    }
    
}
@media (min-width: 300px) and (max-width: 768) {
    .leftTrackInput {
       
    }

    .centerTrackInput {
       
    }

    .rightTrackInput {
       
    }
}
@media (min-width: 769px) and (max-width: 2560px) {
    .leftTrackInput {
        border-radius: 0px !important;
        margin: 0px !important;
        border-top-left-radius: 24px !important;
        border-bottom-left-radius: 25px !important;
        margin-left: 10px !important;
        border-right: 1px !important;
        border-right-color: gray !important;
        border-right-style: solid !important;
        width: auto !important;
        text-align: center !important;
    }
        .leftTrackInput:focus {
            border-color: red !important;
            border-style: solid;
        }
    .centerTrackInput {
        border-radius: 0px !important;
        margin: 0px !important;
        border-right: 1px !important;
        border-right-color: gray !important;
        border-right-style: solid !important;
        width: auto !important;
        text-align: center !important;
    }
        .centerTrackInput:focus {
            border-color: red !important;
            border-style: solid;
        }
    .rightTrackInput {
        border-radius: 0px !important;
        margin: 0px !important;
        width: auto !important;
        border-top-right-radius: 24px !important;
        border-bottom-right-radius: 25px !important;
        text-align: center !important;
    }
        .rightTrackInput:focus {
            border-color: red !important;
            border-style: solid;
        }
}
.serviceDiscount del {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.serviceDiscount del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(230, 12, 12, 0.8);
    height: 4px;
    position: absolute;
    bottom: 9px;
    left: 0;
    transform: rotate(-11deg);
}

.serviceDiscount del:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(239, 13, 13, 0.8);
    height: 4px;
    position: absolute;
    bottom: 9px;
    left: 0;
    transform: rotate(11deg);
}

.serviceDiscount ins {
    font-size: 60px;
    font-weight: 500;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}
/*================================================datePicker==========================================================*/
.wrapper {
    /* margin: 150px auto; */
    width: 100%;
}

.date-picker {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    color: #000;
    background: linear-gradient(0deg, #027f58, rgba(255,255,255,.4)); /*linear-gradient(0deg, ##027f58, transparent);*/
    font-size: 9pt !important;
}

.date-picker-display {
    width: 100%;
    height: 30px;
    text-align: center;
    display: none;
}

.month {
    height: 100%;
    width: 20%;
    float: left;
    text-align: center;
}

.day {
    height: 100%;
    width: 20%;
    float: left;
    text-align: center;
}

.year {
    height: 100%;
    width: 20%;
    float: left;
    text-align: center;
}

.hours {
    height: 100%;
    width: 20%;
    float: left;
    margin: 0 auto;
    border-left: 0.5px solid #ccc;
    text-align: center;
}

.min {
    height: 100%;
    width: 20%;
    float: right;
    margin: 0 auto;
    text-align: center;
}

.map-btn-input #get-btn-map {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    border: none;
    color: gray;
    font-size: 17px;
    padding: 0px 3px 36px 3px;
    width: 49%;
    height: 35px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 25px;
    border-color: red !important;
}

.map-btn-input #get-btn-map_i {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f14823;
    border: none;
    color: white;
    font-size: 17px;
    padding: 0px 3px 36px 3px;
    width: 49%;
    height: 35px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 25px;
    border-color: white;
    border: solid;
    border-color: white;
    border-width: 1px !important;
}
/*==================================================================================================================*/
.box{
    
}