.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}
.top-bar {
    position: relative;
    height: 90px;
    background: #000000;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #aa9166;
    font-size: 35px;
    line-height: 55px;
    font-weight: 800;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media(max-width:767px){
    .top-bar-right{
        display: none;
    }
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    margin: 0;
}

.top-bar .text p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 90px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #aa9166;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
    
    .top-bar .social {
        display: none;
    }
}
#mylogo{

  border-radius: 50%;
}

span{
  color: cadetblue;
  font-size: 25px;"
}
@media(max-width: 767px){
  span{
    font-size: 25px;
  }
}

@media(max-width: 767px){
  #modi{
   width: 80%;  
    max-width: 300px;
  }
}


/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area {
  padding-top: 150px;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area {
    padding-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area {
    padding-bottom: 100px;
  }
}

/* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .opacity_icon {
  position: absolute;
  bottom: -126px;
  z-index: -1;
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .opacity_icon i {
  font-size: 478px;
  color: #FEFCF6;
}

@media (max-width: 767px) {
  /* line 19, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area .appiontment_thumb img {
    width: 100%;
  }
}

/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .appointment_info {
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  /* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area .appointment_info {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/* line 32, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .appointment_info h3 {
  font-size: 42px;
  font-weight: 700;
  color: #1F1F1F;
}

/* line 38, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .appointment_info p {
  font-size: 16px;
  color: #727272;
  margin-top: 13px;
  margin-bottom: 56px;
}

/* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 26px;
  padding-bottom: 7px;
}

/* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form input::placeholder {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}

/* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form textarea {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 26px;
  padding-bottom: 7px;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* line 70, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form textarea::placeholder {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}

/* line 77, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form .appoinment_button button {
  width: 100%;
  text-align: center;
}
