/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*body*/

/*blur mobile header*/

.mobile-header{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.78);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(16.7px);
-webkit-backdrop-filter: blur(16.7px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

/*blur mobile header*/

.icon-hero-grid {
  box-shadow: 0 0 24px 0 rgba(139, 139, 143, 0.24);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.form-hero .elementor-field-textual{
  transition: border-color .25s ease, box-shadow .25s ease;
}

.form-hero .elementor-field-textual:focus,
.form-hero .elementor-field-textual:focus-visible{
  border: 1px solid #0B8F8F !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(11,143,143,.15) !important;
}

.icon-hero-grid .elementor-icon svg{
  transition: transform 0.5s cubic-bezier(.22,.61,.36,1);
  transform-origin: center;
  will-change: transform;
}

.icon-hero-grid:hover .elementor-icon svg{
  transform: scale(1.2);
}
.icon-hero-grid .elementor-icon-box-title{
  transition: transform .35s ease;
}

.icon-hero-grid:hover .elementor-icon-box-title{
  transform: translateY(6px);
}

.form-hero .elementor-field-textual::placeholder{
  color:#9E9E9E;
  transition: color .25s ease;
}

.form-hero .elementor-field-textual:focus::placeholder{
  color:#616161;
}

.form-hero .elementor-field-textual:focus::-webkit-input-placeholder{
  color:#616161;
}

.form-hero .elementor-field-textual:focus:-ms-input-placeholder{
  color:#616161;
}

.info-section {
  box-shadow: 0px 0px 24px 0px #8b8b8f3d;

}

.left-hero-section::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/line-for-live.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-20%, -30%);
  z-index: -1;
}

.right-hero-section {
  position: relative;
}

.right-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -60%;
  width: 608px;
  height: 182px;
  background-image: url(https://medical.dimaino.co/wp-content/uploads/2026/02/line-bg-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
}

.left-hero-section::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/phone-tel-hero-sec.svg);
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translate(-50%, 20%);
}

.info-section::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0b8f8f;
  width: 40px;
  height: 40px;
  right: -10%;
  opacity: 0.3;
  z-index: -1;
}

.glass-effect-element {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.service-right-section {
  position: relative;
}

.service-right-section::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -80%;
  width: 695px;
  height: 652px;
  background-image: url(https://medical.dimaino.co/wp-content/uploads/2026/02/gren-grid-pattern.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  z-index: -1;
}

.icon-box-service {
  box-shadow: 0px 0px 24px 0px #8b8b8f3d;
  padding: 25px 18px;
  border-radius: 12px;
  width: 200px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
    position: relative;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: border-color 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
}

.icon-box-service .elementor-icon {
  position: absolute;
  top: -20%;
  right: -10%;
}

.icon-box-service::before {
    content: '';
    width: 26px;
    height: 26px;
    background-color: #0B8F8F;
    position: absolute;
    top: -11%;
    right: -10px;
    border-radius: 5px;
    transform: scale(1);
    transform-origin: center;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                border-radius 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.icon-box-service::after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #D9EDED;
    position: absolute;
    top: -20%;
    right: -9%;
    border-radius: 6px;
    z-index: -10;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: border-color 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                border-radius 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
    .icon-box-service:hover {
        border-color: #0B8F8F;
        box-shadow: 0 0 0 1px rgba(11, 143, 143, 0.06);
    }

    .icon-box-service:hover::before {
        transform: scale(1.18);
        border-radius: 8px;
    }

    .icon-box-service:hover::after {
        border-color: #0B8F8F;
        transform: scale(1.04);
        border-radius: 8px;
    }
}

.left-service::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/left-section-service-pattern.svg);
  left: -30%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.title-pattern-right::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/title-left-pattern.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.title-pattern-right h2{
        padding-right: 30px;
}

.arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 10%;
  transform: translate(50%, 50%);
  z-index: 1;
}

.arrow-right::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border: 1px solid #0b8f8f;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  z-index: -1;
      transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media(max-width:768px){
    .icon-box-service{
        width: 100%;
        height: 80px;
    }
    
    .icon-box-service::before{
        top: -12%;
    right: -8px;
    }
    
    .shadow-icon{
    width: 42%!important;
}
}

.arrow-right svg {
    display: block;
    transform: scale(1);
    transform-origin: center;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.arrow-right:hover::before {
    transform: translate(-50%, -50%) scale(1.15); 
    box-shadow: 0 0 20px rgba(11, 143, 143, 0.15); 
}

.arrow-right:hover svg {
    transform: scale(1.12);
}

.section-service-para::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/shadow-service.svg);
  position: absolute;
  top: 0;
  left: 60%;
  transform: translate(-50%, -50%);
  filter: blur(80px);
}

.section-service-para::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/shadow-service.svg);
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  filter: blur(80px);
}

.pattern-service-para::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/left-pattern-gren.svg);
  position: absolute;
  left: -40%;
  top: 50%;
  transform: translate(-50%, 0);
}

.pattern-service-para::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/Group-206.svg);
  position: absolute;
  left: 50%;
  right: -40%;
  top: 50%;
  transform: translate(-10%, -50%);
}

.shadow-container {
  box-shadow: 0px 0px 24px 0px #8b8b8f3d;
}

.left-rent-section::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/left-monitor.svg);
  position: absolute;
  top: 50%;
  left: -25%;
  transform: translate(-50%, 30%);
}

.left-rent-section::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/right-top-chasb.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(30%, 0);
}

.section-rent::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/gren-grid-pattern.svg);
  position: absolute;
  top: 40%;
  left: -20%;
  transform: translate(-50%, -50%);
}

.shadow-icon {
  box-shadow: 2px -4px 24px 0px #8b8b8f3d;
  width: 203px;
  height: 104px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shadow-icon span.elementor-icon {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shadow-icon .elementor-icon-box-title {
  margin-top: 25px;
}

.shadow-icon span.elementor-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 1px -20px 5px 0px #8b8b8f00;
}

.shadow-icon span.elementor-icon::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/Ellipse-45.svg);
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-rent::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/heart-pattern.svg);
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(0, 50%);
  z-index:-1;
}

.left-nabz-navar::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/navar-nab-pattern.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.service-form-nurse::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/red-nabz-pattern.svg);
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  right: 0;
  transform: translate(10%, -50%);
}

.service-form-nurse::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/red-nabz-pattern.svg);
  position: absolute;
  top: calc(50% + 4px);
  left: 20%;
  transform: translate(-50%, -50%);
}

.service-nurse-head::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/red-nabz-pattern.svg);
  position: absolute;
  top: calc(50% + 3px);
  left: 40%;
  right: 0;
  transform: translate(90%, -50%);
}

.service-nurse-head::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/red-nabz-pattern.svg);
  position: absolute;
  top: calc(50% + 4px);
  left: -30%;
  transform: translate(-50%, -50%);
}

.shadow-grid-nurse- {
  box-shadow: 0px 0px 24px 0px #82828224;
}

.service-section-nurse::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/ampul.svg);
  position: absolute;
  left: -35%;
  top: 50%;
  transform: translate(-50%, -45%);
}

.container-nurse-services::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/left-car-sec.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, 50%);
  width: 300px;
  height: 200px;
}

.container-nurse-services::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/right-car-pattern.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, 50%);
}

.num-steps::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/circle-grid.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
}

.steps-container::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/grid-section-steps.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 365px;
  width: 1440px;
  opacity: 0.4;
}

.grid-dash-line::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/grid-dash.svg);
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-8%, -50%) scale(0.9);
  height: 27px;
  z-index: 1;
}

.form-hamkari {
  position: relative;
  box-shadow: 0px 0px 24px 0px rgba(139, 139, 143, 0.24);
  backdrop-filter: blur(50px);
  border-radius: 24px;
}

.hamkari-section::before {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/book-pattern.svg);
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-48%, -90%);
  width: 295px;
  height: 350px;
}

.hamkari-section::after {
  content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/gren-grid-pattern.svg);
  position: absolute;
  top: 30%;
  right: -15%;
  transform: translate(0, 0) scale(-1, 1);
  width: 757px;
  height: 451px;
}

.coments-container .swiper-pagination .swiper-pagination-bullet{
  width:8px !important;
  height:8px !important;
  border-radius:999px !important;
  background:#0B8F8F !important;
  opacity:0.2 !important;
  margin:8px !important;
  transition: width 0.35s ease, opacity 0.35s ease, transform 0.35s ease !important;
}

.coments-container .swiper-pagination .swiper-pagination-bullet-active{
  width:37px !important;
  opacity:1 !important;
}



.shadow-icon span.elementor-icon svg {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1);
}

.shadow-icon .elementor-icon-box-title {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
}

.shadow-icon span.elementor-icon::after {
    content: url("https://medical.dimaino.co/wp-content/uploads/2026/02/Ellipse-45.svg");
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* فقط دستگاه‌هایی که hover واقعی دارند (دسکتاپ) */
@media (hover: hover) and (pointer: fine) {
    .shadow-icon:hover span.elementor-icon svg {
        transform: scale(1.08);
    }

    .shadow-icon:hover .elementor-icon-box-title {
        transform: translateY(4px);
    }

    .shadow-icon:hover span.elementor-icon::after {
        content: url("https://medical.dimaino.co/wp-content/uploads/2026/02/hover-icon-box-line.svg");
    }
}

.shadow-grid-nurse- {
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 0px 24px 0px #82828224;
    cursor: pointer;
    transition: box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Corner frame base */
.shadow-grid-nurse-::before,
.shadow-grid-nurse-::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
    background: transparent;
}

/* Top-right corner */
.shadow-grid-nurse-::before {
    top: 0;
    right: 0;
    border-top: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 12px 0 0;
    z-index:-1;
}

/* Bottom-left corner */
.shadow-grid-nurse-::after {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #ff0000;
    border-left: 2px solid #ff0000;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 12px;
}

/* Heading wrapper for teal ball */
.shadow-grid-nurse- .elementor-widget-heading {
    position: relative;
    overflow: visible;
}

.shadow-grid-nurse- .inside-ball-hover::before{
    content: "";
    position: absolute;
    top: -15px;
    right:-15px;
    width: 20px;
    height: 20px;
    background: #0B8F8F;
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transform: translateY(calc(-50% + 70px)) scale(0.15);
    transform-origin: center;
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    z-index:1;
    box-shadow: 0px 0px 8px 0px #048A7D52;

}

.button-submit-send.e-con {
    border-style: solid !important;
    border-width: 4px !important;
    border-color: rgba(11, 143, 143, 0.18) !important;
    transition: border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.button-submit-send.e-con:hover {
    border-color: #65ACAC !important;
    cursor: pointer;
}
/* Hover only on desktop / real hover devices */
@media (hover: hover) and (pointer: fine) {
    .shadow-grid-nurse-:hover::before,
    .shadow-grid-nurse-:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .shadow-grid-nurse-:hover .inside-ball-hover::before {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

div:has(> input#form-field-field_0d6b6e2)::before {
    content: url(http://medical.dimaino.co/wp-content/uploads/2026/02/calender.svg);
    position: absolute;
    top: 55%;
    right: 3px;
    transform: translate(-50%, -50%);
}

input#form-field-field_0d6b6e2{
padding-right: 25px;
}

/*body*/

/*responsive*/

@media(max-width:768px){
    .arrow-right{
        top: 35%;
    }
    
    .arrow-right::before{
        width: 55px;
        height: 55px;
        top: 42%;
        
    }
    
    #form-us::before{
    transform: translate(-50% , -50%) scale(.8);
    left: 15%!important;
}

#form-us::after{
    transform: translate(90% , -50%) scale(.8);
    left: 50%!important;
}
    
    .left-rent-section::after {
    content: url(https://medical.dimaino.co/wp-content/uploads/2026/02/right-top-chasb.png);
    position: absolute;
    top: 8%;
    left: 40%;
    transform: translate(30%, 0) scale(.8);
}

.left-rent-section::before {
    top: 32%;
    left: -20%;
    transform: translate(-50%, 30%) scale(.9);
}

.hamkari-section::after{
    opacity:.2;
}

.hamkari-section::before {
    z-index: -1;
    opacity: .5;
    transform: translate(-48%, -90%) scale(.7);
}

.service-form-nurse::before, .service-form-nurse::after {
    transform: translate(10%, -50%) scale(.8);
}

.service-form-nurse::before {
    left: 175px;
}
.service-form-nurse::after {
    left: 15px;
}

.map-section-detail{
    right:-50%!important;
}

.detail-container-contact::before {
    content: url(http://medical.dimaino.co/wp-content/uploads/2026/02/line-bg-right.svg);
    position: absolute;
    top: -50%!important;
    left: 55%!important;
    transform: translate(-50%, 30%) scale(.5);
}

.shadow-icon.contact-detail.map{
    width: 203px;
    height: 125px;
    padding-bottom: 15px;
        width: 70% !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50% , -50%);
}
.line-double::before{
        left: -45%;
}

.line-double:after{
        right: -50%;
}


}

/* استایل پایه (همیشه فعال) */
.service-para-icons {
    transition: background-color 0.7s cubic-bezier(0.22, 1, 0.36, 1);
     cursor: pointer;
}

.service-para-icons .elementor-icon-box-wrapper {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

/* فقط دسکتاپ / موس */
@media (hover: hover) and (pointer: fine) {
    .service-para-icons:hover {
        background-color: #0B6666;
    }

    .service-para-icons:hover .elementor-icon-box-wrapper {
        transform: translateX(-8px);
    }
}

/*responsive*/


/*contact us*/

.phone-ltr{
  direction: ltr;
  unicode-bidi: bidi-override;
  display: inline-block;
  text-align: left;
}

.shadow-icon.contact-detail span.elementor-icon::before {
    width: 70px;
    height: 70px;
    top: 55%;
}

.shadow-icon.contact-detail span.elementor-icon::after {
    top: calc(50% - 40px);
    transform: translate(-50%, -50%) scale(.9);
}

.detail-container-contact::before{
    content: url(http://medical.dimaino.co/wp-content/uploads/2026/02/line-bg-right.svg);
    position: absolute;
    top: -50%;
    left: 10%;
    transform: translate(-50% , 30%) scale(.5);
}

.map-radius{
  border-radius:24px;
  overflow:hidden;
}

.map-radius iframe{
  display:block;
  width:100%;
  height:454px;
  border:0;
}

.shadow-icon.contact-detail.map{
  width:100%;
 background-color: white
 ;
}

.map-section-detail{
      position: absolute;
  top:calc(50% + 150px);
  right: -23%;
  transform: translate(-50% , -50%);
 z-index: 1
 ;
}

/*contact us*/

/* login register */

.login-register-form .field-type-number-field .jet-form-builder__label, .login-register-form .field-type-checkbox-field .jet-form-builder__label {
    display: none;
}

.login-register-form .field-type-number-field .jet-form-builder__field {
    border-bottom: 3px solid rgba(238, 238, 238, 1) !important;
}

.login-register-form .field-type-number-field .jet-form-builder__field:hover {
    border-bottom: 3px solid rgba(158, 158, 158, 1) !important;
}

.login-register-form .field-type-number-field:focus-within .jet-form-builder__field {
    border-bottom: 3px solid rgba(11, 143, 143, 1) !important;
    outline: none;
}


.login-register-form .field-type-text-field:focus-within .jet-form-builder__field {
    outline-color: rgba(11, 143, 143, 1);
}

.login-register-form .field-type-submit-field .jet-form-builder__prev-page::before {
    content: 'شماره اشتباه است؟';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-right: 24px;
    margin-left: 4px;
    background-image: url('assets/img/login-register-info-circle.svg');
    background-position: right center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.login-register-form .jet-form-builder__next-page {
    width: -webkit-fill-available;
}

.login-register-form  fieldset.field-type-checkbox-field {
    border-color: transparent;
}

.login-register-form .field-type-checkbox-field .jet-form-builder__fields-group .jet-form-builder__field-label span::after{
    content: 'سایت را می‌پذیرم.';
    font-family: Yekan Bakh;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.login-register-form  .otp-counter {
    color: red;
}

/* login register */