/* Contact Us Started */ 

.contact-hero-section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #222;
    color: #f9f9f9;
  }
  .contact-hero-bg-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .contact-block h2{
    font-weight: 600;
  }
  .p_container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  
  .p_container.contact {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .p_container-checkout {
    max-width: 1200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_container.contact {
    position: static;
    padding-bottom: 35px;
  }
  .p_heading {
    margin-top: 55px;
    font-weight: 600;
  }
  .contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    min-height: 300px;
    margin-top: 25px;
    margin-right: 20px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #222;
    text-align: center;
  }
  .contact-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-icon {
    margin-bottom: 30px;
  }
  .p_btn {
    padding: 5px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #00bbea;
    border-radius: 5px;
    color: #fff;
    background-color: #00bbea;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease;
    font-weight: 700;
    margin: 1rem 0;
  }
  
  .p_btn:hover {
    border-color: #00bbea;
    background-color: #fff;
    color: #00bbea;
  }
  
  .p_btn.dark {
    border-color: #222;
    background-color: #222;
  }
  
  .p_btn.dark:hover {
    border-color: #eb5757;
    background-color: #eb5757;
  }
  
  .p_btn.dark.outline {
    border-color: #222;
    color: #222;
  }
  
  .p_btn.dark.outline:hover {
    border-color: #222;
    background-color: #222;
  }
  
  .p_btn.dark.outline.cat-menu {
    width: 100%;
  }
  
  .p_btn.dark.outline.cat-menu.w--current {
    background-color: #222;
    color: #f9f9f9;
  }
  
  .p_btn.light {
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    color: #222;
  }
  
  .p_btn.light:hover {
    border-color: #eb5757;
    background-color: #eb5757;
    color: #f9f9f9;
  }
  
  .p_btn.light.outline {
    color: #f9f9f9;
  }
  
  .p_btn.light.outline:hover {
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    color: #222;
  }
  
  .p_btn.light.hero {
    margin-right: 10px;
  }
  
  .p_btn.outline {
    background-color: transparent;
    color: #eb5757;
  }
  
  .p_btn.outline:hover {
    border-color: #eb5757;
    background-color: #eb5757;
    color: #f9f9f9;
  }
  
  .p_btn.outline:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #eb5757;
    box-shadow: 0 0 2px 0 #eb5757;
  }
  .contact-image-div {
    width: 45%;
    height: 550px;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(76%, rgba(34, 34, 34, 0.18))), url('/ctu.jpg');*/
    background-image: linear-gradient(90deg, #222, rgba(34, 34, 34, 0.18) 76%), url('https://bahnid.nonegar3.ir/MainTmpAssets/images/ctu.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .content-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  
  .content-section.why-acme-sections {
    padding-bottom: 0px;
  }
  
  .content-section.featured-section {
    padding-bottom: 0px;
  }
  .contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-left {
    width: 30%;
  }
  .contact-right {
    width: 70%;
    padding-left: 20px;
  }
    
  .w-input {
    border: 1px solid #222;
    border-radius: 5px;
  }
  
  .w-input:hover {
    border-color: #eb5757;
  }
  
  .w-input:active {
    border-color: #eb5757;
  }
  
  .w-input:focus {
    border-color: #eb5757;
  }
  
  .w-input.-wfp-focus {
    border-color: #eb5757;
  }
  
  .w-input::-webkit-input-placeholder {
    color: #525252;
  }
  
  .w-input:-ms-input-placeholder {
    color: #525252;
  }
  
  .w-input::-ms-input-placeholder {
    color: #525252;
  }
  
  .w-input::placeholder {
    color: #525252;
  }
  
  .w-input.cart-quantity {
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .email-form{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem;
    font-family: sans-serif;
  }
  .w-input{
    padding: .5rem;
    color: rgba(0, 0, 0, .3);
  }
  .contact-right h2 , .contact-left h2{
    font-weight: 600;
  }
  .contact-left{
    line-height: 1.8;
  }
  @media screen and (max-width: 991px) {
    .p_container {
        padding-right: 15px;
        padding-left: 15px;
          }
          .contact-right {
            width: 100%;
            padding-left: 0px;
          }
          .contact-left {
            width: 100%;
            margin-bottom: 20px;
          }
          .p_container {
            padding-right: 15px;
            padding-left: 15px;
          }
        
          .p_container.contact {
            position: static;
            padding-bottom: 35px;
          }
          .contact-block-wrapper {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-around;
            -ms-flex-pack: justify;
            justify-content: space-around;
          }
          .contact-block-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
          }
          .contact-image-div {
            width: 45%;
            height: 550px;
            background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(76%, rgba(34, 34, 34, 0.18))), url('/ctu.jpg');
            background-image: linear-gradient(90deg, #222, rgba(34, 34, 34, 0.18) 76%), url('/ctu.jpg');
            background-position: 0px 0px, 50% 50%;
            background-size: auto, cover;
            background-repeat: repeat, no-repeat;
          }
          .contact-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
          }
            
    .contact-block {
        width: 45%;
        margin-right: 0px;
      }
      /* .contact-block {
        width: 100%;
      } */

    }

    @media screen and (max-width: 479px) {

        .btn.light.hero.safe {
          margin-right: 0px;
        }
        .contact-image-div {
            background-position: 0px 0px, 100% 100%;
          }
          .contact-block {
            width: 100%;
            margin-right: 0px;
          }
          .contact-image-div{
            display: none;
          }
          .contact-block {
            min-height: 200px;
            padding: 25px;
          }
          .content-section{
            padding-top: 30px;
            padding-bottom: 30px;
          }
          .contact-block-wrapper {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-around;
            -ms-flex-pack: justify;
            justify-content: space-around;
          }
          .contact-block-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
          }
    }
/* Contact Us Ends */ 
