.contact_page_area{
  background-color: #FFFFFF;

  hr.beginner {
    width: 1px; 
    height: 230px; 
    border:0; 
    border-left: 1px solid #DD4B50; 
    position: relative; 
    top: -115px; 
    margin-bottom: -115px;
    margin-top: 0;
    @media #{$mobile_device} { /* (max-width: 767px) */
      top: -60px;
      height: 130px;
      margin-bottom: -90px;
    }
    @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
      top: -60px;
      height: 130px;
      margin-bottom: -90px;
    }
    @media #{$mid_device} { /* (min-width: 992px) and (max-width: 1200px) */

    }
    @media #{$large_device} { /* (min-width: 1200px) and (max-width: 1500px) */

    }
  }

  .container{
    padding-top: 45px;

    @media #{$mobile_device} { /* (max-width: 767px) */
      padding-top: 65px;
    }
    @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
      padding-top: 65px;
    }
    @media #{$mid_device} { /* (min-width: 992px) and (max-width: 1200px) */

    }
    @media #{$large_device} { /* (min-width: 1200px) and (max-width: 1500px) */

    }

    .contact_division{
      border-right: #DD4B50 solid 1px !important;
      padding-right: 76px;
      @media #{$mobile_device} { /* (max-width: 767px) */
        border-top: #DD4B50 solid 1px !important;
        padding-top: 30px;
        border-right: none !important;
        padding-right: 15px;
        order: 1 !important;
      }
      @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
        border-top: #DD4B50 solid 1px !important;
        padding-top: 30px;
        border-right: none !important;
        padding-right: 15px;
        order: 1 !important;
      }
    }
    .contact_form_division{
      padding-left: 56px;
      @media #{$mobile_device} { /* (max-width: 767px) */
        padding-left: 15px;
      }
      @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
        padding-left: 15px;
      }
    }

    .contact_list{
      padding-bottom: 60px;
      >div{
        img{
          margin-right: 15px;
        }
        padding-top: 15px;
        padding-bottom: 15px;
      }
      color: #000;
      font-family: Barlow;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 26px; /* 152.941% */
      letter-spacing: 2.38px;
      .socialmedia img{
        margin-right: 15px;
        width: 30px;
      }
      @media #{$mobile_device} { /* (max-width: 767px) */
      font-size: 12px;
      line-height: 19px;
      letter-spacing: 1.38px; 
      }
      @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 1.38px; 
      }
      @media #{$mid_device} { /* (min-width: 992px) and (max-width: 1200px) */
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 2px; 
      }
      @media #{$large_device} { /* (min-width: 1200px) and (max-width: 1500px) */
      }

    }
    h2 {
      margin-top: 20px;
      margin-bottom: 20px;
      color: #DD4B50;
      text-align: center;
      font-family: Barlow;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 37px; /* 154.167% */
      letter-spacing: 3.36px; 
      margin-right: -3.36px;
    }
  }
}

/*=================== contact banner start ====================*/
/*
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-info{
  margin-bottom: 25px;

  &__icon{
    margin-right: 20px;

    i,span{
      color: #8f9195;
      font-size: 27px;
    }
  }

  .media-body{

    h3{
      font-size: 16px;
      margin-bottom: 0;
      font-size: 16px;
      color: #2a2a2a;
      a{
        &:hover{
          color: $theme-color2;
        }
      }
    }

    p{
      color: #8a8a8a;
    }
  }
}
*/
/*=================== contact banner end ====================*/


/*=================== contact form start ====================*/

.contact-title{
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact{

  label{
    color: #000;
    font-family: Barlow;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2.38px; 
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    @media #{$mobile_device} { /* (max-width: 767px) */
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1.38px; 
    }
    @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.38px; 
    }
    @media #{$mid_device} { /* (min-width: 992px) and (max-width: 1200px) */
    }
    @media #{$large_device} { /* (min-width: 1200px) and (max-width: 1500px) */
    }

  }

  .form-group{
    margin-bottom: 30px;
  }

  .form-control{
    color: #000;
    font-family: Barlow;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2.38px; 

    border: 1px solid #DD4B50;
    border-radius: 0px;
    padding-left: 18px;
    background: transparent;

    &:focus{
      outline: 0;
      box-shadow: none;
    }

    &::placeholder{
      font-weight: 300;
      color: #999999;
    }
    &:not(textarea){
      height: 48px;
    }

    @media #{$mobile_device} { /* (max-width: 767px) */
    font-size: 12px;
    line-height: 19px;
    padding: 6px 10px;
    letter-spacing: 1.38px; 
    &:not(textarea){
      height: 32px !important;
    }
    }
    @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
    font-size: 14px;
    line-height: 23px;
    padding: 6px 10px;
    letter-spacing: 1.38px; 
    &:not(textarea){
      height: 32px !important;
    }
    }
    @media #{$mid_device} { /* (min-width: 992px) and (max-width: 1200px) */
    }
    @media #{$large_device} { /* (min-width: 1200px) and (max-width: 1500px) */
    }
  }


  textarea{

    border-radius: 0px;
    height: 100% !important;
  }

  // button{
  //   border: 0;
  // }
}

/*=================== contact form end ====================*/

/* Contact Success and error Area css
============================================================================================ */
/*

.modal-message {
    .modal-dialog {
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
        margin: 0px;
        max-width: 500px;
        width: 100%;
        .modal-content {
            .modal-header {
                text-align: center;
                display: block;
                border-bottom: none;
                padding-top: 50px;
                padding-bottom: 50px;
                .close {
                    position: absolute;
                    right: -15px;
                    top: -15px;
                    padding: 0px;
                    color: #fff;
                    opacity: 1;
                    cursor: pointer;
                }
                h2 {
                    display: block;
                    text-align: center;
                    padding-bottom: 10px;
                }
                p {
                    display: block;
                }
            }
        }
    }
}
.contact-section{
  padding: 130px 0 100px;
  @media #{$tab}{
    padding: 70px 0 40px;
  }
  @media #{$medium_device}{
    padding: 80px 0 50px;
  }
  .btn_2{
    background-color:#191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0;
    &:hover{
      background-color: $theme-color2;
      
    }
  }
}
*/

