* {
    border: none;
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
    text-decoration: none !important;
    transition: .2s ease-in-out;
  }
  ul, p {
    margin-bottom: 0 !important;
  }
  html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    direction: rtl;
    height: 100%;
    width: 100%;;
  }
  body{
    /* overflow: hidden; */
  }
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .bit__padding{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  a {
    text-decoration: none !important;
  }
  
  .page{
    overflow-x: hidden;
  }
  @font-face {
      font-family: 'IRANSans';
      font-style: normal;
      font-weight: 900;
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
  
  }
  @font-face {
      font-family: 'IRANSans';
      font-style: normal;
      font-weight: bold;
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
  
  }
  @font-face {
      font-family: 'IRANSans';
      font-style: normal;
      font-weight: 500;
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
  
  }
  @font-face {
      font-family: 'IRANSans';
      font-style: normal;
      font-weight: 300;
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
      src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
  
  }
  @font-face {
      font-family: 'IRANSans';
      font-style: normal;
      font-weight: 200;
      src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
      src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
  
  }
  @font-face {
      font-family:IRANSansDigit;
      src: url('../fonts/web_Yekan.woff2') format('woff2');
      font-weight:normal;
  
  }
  :root {
    --color-black: hsl(0, 0%, 0%);
    --color-white: hsl(0, 0%, 100%);
    --color-darken: hsl(0, 0%, 20%);
    --color-pink-700: rgb(207, 21, 45);
    --color-pink-800: hsl(339, 68%, 45%);
    --color-pink-900: hsl(339, 69%, 38%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  html {
    scroll-behavior: smooth;
  }
  body{
    font-family:IRANSans, sans-serif;
    font-size: 13px;
    line-height: 2;
    direction: rtl;
    background-color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-height: 100%;
  width: 100%;
  color:#252525;
  
  }

  /* Navbar Started */

  .header {
    transition: .3s ease-in-out;
    position: sticky;
    display: block;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: .5rem 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: var(--shadow-medium);
            box-shadow: var(--shadow-medium);
  
  }

  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }
  .header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    color: var(--color-black);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .menu > ul > li {
    display: inline-block;
    line-height: 2.5rem;
    margin-left: 1.5rem;
  }
  .header .menu > ul > li > a {
    position: relative;
    font-family: inherit;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    opacity: 75%;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 109;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid rgb(207, 21, 45);
    background: var(--color-white);
    -webkit-box-shadow: var(--shadow-medium);
            box-shadow: var(--shadow-medium);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    /* color: var(--color-black); */
    color: rgb(207, 21, 45) !important;
  
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    right:100px ;
    /*-webkit-transform: translateX(-50%);*/
    /*        transform: translateX(-50%);*/
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 0 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.75rem 0;
    /*color: var(--color-pink-700);*/
    color:#000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
  .header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: var(--color-pink-700);
  }
  .header-item-right a:hover,
  .header .menu > ul > li:hover > a {
    color: var(--color-pink-700);
  }
  .header .menu-mobile-header,
  .header .menu-mobile-toggle {
    display: none;
  }
  
  @media screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
      margin-top: 0.5rem;
      opacity: 1;
      visibility: visible;
    }
  }
  @media screen and (max-width: 992px) {
    .header-item-center {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .header .menu > ul > li > a{
      color: rgb(207, 21, 45) !important;
    }
    .menu-item a .menu-item-has-children a{
      color: rgb(207, 21, 45) !important ;
    }
    .header-item-left, .header-item-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
    }
  
    .wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      padding: 0.5rem 0;
    }
  
    .header .menu-mobile-toggle {
      position: relative;
      display: block;
      cursor: pointer;
      width: 1.75rem;
      height: 1rem;
      border: none;
      outline: none;
      margin-left: 1.25rem;
      margin-top: -0.25rem;
      background: none;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.35s ease-in-out;
      transition: 0.35s ease-in-out;
    }
    .header .menu-mobile-toggle span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      border: none;
      outline: none;
      opacity: 1;
      border-radius: 0.25rem;
      background: var(--color-black);
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-toggle span:nth-child(1) {
      top: 0;
    }
    .header .menu-mobile-toggle span:nth-child(2), .header .menu-mobile-toggle span:nth-child(3) {
      top: 0.5rem;
    }
    .header .menu-mobile-toggle span:nth-child(4) {
      top: 1rem;
    }
    .header-item-right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header .menu {
      position: fixed;
      top: 0;
      right: 0;
      width: 75%;
      height: 100%;
      z-index: 111;
      overflow: hidden;
      background: var(--color-white);
      -webkit-transform: translate(-100%);
              transform: translate(150%);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
      -webkit-transform: translate(0%);
              transform: translate(0%);
    }
    .header .menu > ul > li {
      display: block;
      line-height: 1;
      margin: 0;
    }
    .header .menu > ul > li > a {
      display: block;
      line-height: 3.125rem;
      height: 3.125rem;
      padding: 0 1.125rem 0 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu > ul > li > a i.ion {
      position: absolute;
      font-size: 1.25rem;
      line-height: 3.125rem;
      top: 0;
      right: 0;
      width: 3.125rem;
      height: 3.125rem;
      text-align: center;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
      position: relative;
      position: sticky;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      top: 0;
      height: 3.125rem;
      z-index: 110;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: var(--color-white);
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
      display: block;
      font-size: 1.8rem;
      line-height: 3.125rem;
      width: 3.125rem;
      height: 3.125rem;
      cursor: pointer;
      text-align: center;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      color: black;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
      display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
      /* display: none; */
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
      font-family: inherit;
      font-size: 1rem;
      font-weight: 500;
      line-height: inherit;
      color: var(--color-black);
      text-transform: capitalize;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
      font-size: 2.25rem;
      line-height: 3.125rem;
      cursor: pointer;
      width: 3.125rem;
      height: 3.125rem;
      text-align: center;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      color: black;
    }
    .header .menu .menu-section {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .header .menu > ul > li .menu-subs {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      max-width: none;
      min-width: auto;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 1rem;
      padding-top: 4rem;
      opacity: 1;
      overflow-y: auto;
      visibility: visible;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.menu-mega {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      max-width: none;
      min-width: auto;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 1rem;
      padding-top: 4rem;
      opacity: 1;
      overflow-y: auto;
      visibility: visible;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.active {
      display: block;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
      margin-top: 0;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
      margin-bottom: 1.25rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
      margin-bottom: 0rem;
    }
    .header .menu > ul > li .menu-subs > ul > li > a {
      display: block;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
      margin-bottom: 1rem;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
      display: block;
    }
  
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.65);
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out;
    }
    .overlay.active {
      opacity: 1;
      visibility: visible;
    }
  }
  
  /* Close Icon */
  .menu-mobile-close{
      position: relative;
  }

  .menu-item a , .menu-item-has-children a{
    font-weight: 500;
    opacity: .9;
    font-size: .8rem !important;
  }
  .featured-item a{
    font-weight: 900 !important;
    font-size: 1.2rem !important;
  }
  .menu-section{
    margin-bottom: 0 !important;
  }
  .contact_top{
    background-color: #b388eb;
  }
  .contact_top_padding{
    padding: .3rem 8rem;
  }
  /* Search Box */
.form-control{
  font-size: 12px;
}
    
  /* Navbar Ended */

  /* Hero Started */
  /* Thumbnail  */
  .pro_product-item{
    padding: 0 !important;
  }
  .pro_product-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
  }
  
  .pro_product-item:hover .product-action {
    background: rgba(255, 255, 255, 0.7);
  }
  
  .pro_product-item:hover .product-action a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
  }
  
  .pro_product-item:hover .product-action a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
  }
  
  .pro_product-item:hover .product-action a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
  }
  
  .pro_product-item:hover .product-action a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
  }
  
  .pro_product-item .product-img img {
    transition: .5s;
  }
  
  .pro_product-item:hover .product-img img {
    transform: scale(1.2);
  }
  
  .pro_product-item .btn:hover {
    color: red !important;
  }
  .pro_product-item .pro_product-img img {
    transition: .5s;
  }
.pro_product-item .pro_product-img img {
    transition: .5s;
    object-fit: fill;
    height: 100% !important;
    width: 100% !important;
  }
  
  .pro_product-item:hover .pro_product-img img {
    transform: scale(1.2);
  }
  .pro_product-item {
    transition: .5s;
  }
  
  .pro_product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
  }
  
  .pro_product-action a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
  }
  
  .pro_product-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
  }
  
  .pro_product-item:hover .pro_product-action {
    background: rgba(255, 255, 255, 0.7);
  }
  
  .pro_product-item:hover .pro_product-action a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
  }
  
  .pro_product-item:hover .pro_product-action a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
  }
  
  .pro_product-item:hover .pro_product-action a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
  }
  
  .pro_product-item:hover .pro_product-action a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
  }
  
  .pro_product-item .pro_product-img img {
    transition: .5s;
  }
  
  .pro_product-item:hover .pro_product-img img {
    transform: scale(1.2);
  }
  
  .pro_product-item .btn:hover {
    color: red !important;
  }
.pro_product-img{
  height: 100%;
}
  /* Feature Section Product  */
  .feature_Section_product{
    padding: .3rem !important;
  }
  .pro_product-img img{
    height: 100% !important;
    width: 100%;
  }
  .fixed{
    position: sticky !important;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important; /* required */
  }

  /* Hero Carousel  */

  .main-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: .12rem solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #fff;
}

/* Email Section */
.footer_menu_container{
  background-repeat: repeat-x;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
}
.newsletter_container  .btn {
  background-color: #16df32 !important;
  background-image: none !important;
  border-color: #16df32 !important;
  padding: 2px 40px !important;
  margin-right: 10px;
}
#user_email {
  min-width: 264px;
  height: 28px;
  padding-right: 5px;
  border-radius: 2px;
}
.footer_menu_link{
  display: flex;
  gap: .5rem;

}
.footer_menu_links {
  margin-top: 2rem;
}
.Section_header{
  font-weight: 500;
  font-size: 18px;
}
.px-7{
  padding-left: 7rem;
  padding-right: 7rem;
}
@media(max-width:430px){
  .px-7{
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .cpr p {
    font-size: 9px;
  }
  .hero_Section_row{
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .feature_Section_row{
    flex-direction: column-reverse;
  }
}
.footer_menu_link img{
  object-fit: contain;
}
.footer_menu_link p{
  color: rgb(234, 234, 234);
  font-weight: 500;
  font-size: 11px;
}
.social_media_link img{
  transition: .5s ease-in-out;
}
.social_media_link img:hover{
  transform: rotate(90deg);
}
.footer_menu_title{
  position: relative;
}
.footer_menu_title::after{
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
}
.footer_menu_title::before{
  position: absolute;
  bottom: -50%;
  left: 90%;
  right: 0;
  content: "";
  background-color: #008bff;
  height: 2px;
}
.owl-offer a{
    cursor:pointer;
}

@media(min-width:768px){
    .menu-subs{
        justify-content:space-between;
    }
    .list-item ul{
        padding:0;
    }
}

.child_of_child_cox{
    line-height:1.5;
    list-style:none;
    color:#000;
}
.child_of_child_cox a{
    font-size:0.75rem !important;
    color:#000;
    font-weight:400;
}
.child_of_child_cox a:hover{
    /*font-size:0.8rem;*/
    color:red;
    font-weight:400;
}
.child_of_child_title{
    font-size:.9rem !important;
    color:red;
    opacity:0.7;
    font-weight:500;
}
.top_banner_container img{
    height:30px;
    object-fit:cover;
}
.owl-offer .owl-item img , .owl-options .owl-item a > img {
    display: block;
    width: 100%;
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
    background:#fff;
    border: 1px solid #ccc;
    padding: .5rem;
    border-radius: 5px;
    transition:.3s;
}
.owl-options > .owl-dot , .owl-offer > .owl-nav , .owl-offer > .owl-dot ,.owl-options > .owl-nav{
    display:block !important;
}
.owl-options .owl-prev , .owl-offer .owl-prev{
    position: absolute;
right: -40px;
top: 35%;
background: #c5181c !important;
color: #fff !important;
padding: .3rem !important;
width: 30px;
height: 30px;
line-height: 1;
border-radius: 20px;
}
.owl-options .owl-next , .owl-offer .owl-next{
    position: absolute;
left: -40px;
top: 35%;
background: #c5181c !important;
color: #fff !important;
padding: .3rem !important;
width: 30px;
height: 30px;
line-height: 1;
border-radius: 20px;
}
.owl-offer .owl-item , .owl-options .owl-item a  {
    overflow:hidden;
}
.owl-offer .owl-item img:hover , .owl-options .owl-item a > img:hover {
box-shadow: 0 0 10px 2px #ccc;
}
.owl-stage-outer{
    padding: 0 0.05rem;
}
@media(min-width:991px){
    
.option_Section_header {
    margin-bottom:1.5rem !important;
}
.options_Section ,.feature_Section , .hero_Section {
    background: linear-gradient(to bottom,#cccccc40,#fff) !important;
border-radius: 10px;
padding: 1.5rem;
}
}
.option_Section_header {
    position:relative;
}
.option_Section_header:after{
    content:'';
    position:absolute;
    right:0;
    width:30px;
    height:2px;
    bottom:-10px;
    background:#c5181c;
    border-radius:15px;
}
.option_Section_header:before{
    content:'';
    position:absolute;
    right:0;
    width:80px;
    height:2px;
    bottom:-10px;
    background:#4f5055;
    border-radius:15px;
    opacity:0.7;
    
}
.Bx-Sq04{
    height:100%;
}
.ic-Sq04 {
    font-size: 2.5rem;
color: #cc0201;
}

.box-filed  {
width: 100%;
    height: 40px;
    margin: 4px 0;
    padding-left: 25px;
    font-size: 13px;
    letter-spacing: 0.15px;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    background-color: #ecf0f3;
    transition: 0.25s ease;
    border-radius: 8px;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.box-filed:focus {
      box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}
@media(min-width:1400px){
    .contact_top_padding{
          padding: 0.3rem 3rem;;
    }
    .header .menu > ul > li .menu-subs.menu-mega {
        right:50px;

}
}
@media(min-width:1100px){
    .contact_top_padding{
          padding: 0.3rem 4rem;;
    }
    
    .child_of_child_cox{
        opacity:0;
        height:0;
        transition:.3s ease;
    }
    .hove_bazi:hover  .child_of_child_cox{
        opacity:1;
        height:25px;
    }
    .hove_bazi:hover  .child_of_child_title{
        color:#b50505 !important;
        transition:.3s ease;
        font-size:1rem !important;
    }
    .child_of_child_title{
        color:#333 !important;
        font-weight:700 !important;
    }
}
.icon-box-1 {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display:flex;
    flex-direction:column;
    gap:.5rem;
}
.icon-box-2 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display:flex;
    flex-direction:column;
    gap:.5rem;
}
.btn-sweet{
    width:50px;
    height:50px;
    border-radius:50%;
    color:#fff;
    background:green;
    display:flex;
    align-items:center;
    justify-content:center;
}
.btn-sweet i{
    font-size:27px;
    color:#fff;
    /*font-weight:300;*/
}
@media(max-width:430px){
        .contact_top_padding{
          padding: 1rem !important;
    }
    .header .menu > ul > li .menu-subs.menu-mega{
        right:0 !important;
    }
    .icon-box-2 {
    position: fixed;
    right: -10px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.icon-box-1 {
    position: fixed;
    left: 35px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
}

