html {
  --logo-color: #003c65;
}

body {
}

.secondary-header {
  font-family: "Rufina", serif;
  font-weight: 700;
  font-size: 1.8em;
}

.secondary-text {
  font-family: "Rufina", serif;
  font-weight: 400;
}

/* ------------------Nav section ---------------- */
/* ........................................... */
/* NAVBAR*/
/* ........................................... */

.navbar-brand {
  color: #003b63;
  /* margin-left: 3vh; */
}



.nails-spa {
  font-family: "Apple-Chancery";
  /* -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white; */
  text-align: center;
  font-size: 35px;
  /* font-weight: bold; */
  /* padding-right: 20px;
  padding-left: 10px; */
}

.header-nav img {
  /* margin-left: 10vh; */
  height: 100px;
}

.today-hour {
  margin-top: 20px;
  margin-bottom: 20px;
  /* border-left: solid 1px grey; */
  font-size: 15px;
  line-height: 1.8;
}

#hour-value {
  font-size: 15px;
  font-weight: bold;
}

.header-row {
  display: flex;
}

.header-col-1 {
  flex: 2;
}

.header-col-2 {
  flex: 5;
}

.header-col-3 {
  flex: 5;
  display: flex;
  justify-content: space-evenly;
}

.nav-btn {
  display: block;
  position: relative;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  color: var(--logo-color);
  margin: auto;
  transition: 0.5s;
}

.nav-btn p {
  position: absolute;
  top: 0;
  margin: auto;
}

.nav-btn span {
  position: absolute;
  transition: transform 0.5s;
}

.nav-btn span:nth-child(1),
.nav-btn span:nth-child(3) {
  width: 100%;
  height: 3px;
  background: #721b1b47;
}
.nav-btn span:nth-child(1) {
  top: 0;
  left: 0;
  transform-origin: right;
}
.nav-btn:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.nav-btn span:nth-child(3) {
  bottom: 0;
  left: 0;
  transform-origin: left;
}
.nav-btn:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.nav-btn span:nth-child(2),
.nav-btn span:nth-child(4) {
  width: 3px;
  height: 100%;
  background: c;
}
.nav-btn span:nth-child(2) {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: bottom;
}
.nav-btn:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition: transform 0.5s;
}
.nav-btn span:nth-child(4) {
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: top;
}
.nav-btn:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.nav-btn:hover {
  color: #721b1b47;
}
.nav-btn:hover span {
  background: #721b1b47;
}
.nav-btn:hover:nth-child(3) {
  color: #c32aa3;
}
.nav-btn:hover:nth-child(4) {
  color: #dd4b39;
}

/* ------------------------------------------------ */

.full-body-section {
  height: 75vh;
  min-height: 800px;
  width: 100vw;
  position: relative;
  border-bottom: solid 4px var(--logo-color);
  background: url(../resources/css/img/main-img.jpg);
  background-position: center;
  background-size: cover;
  font-family: "Rufina", serif;
  font-weight: 700;
}

.full-body-section > div:first-child {
  position: absolute;
  /* background: url(../resources/css/img/home-main-bg.jpg); */
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
}

.body-section {
  width: 1440px;
  margin: auto;
}

.body-section-bigger {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1680px; /*TODO: NEED TO ADJUST THIS FOR SMALLER SCREENS*/
  height: 600px;
  margin: auto;
  display: flex;
  margin-top: 60px;
}

.background-placeholder {
  height: 50px;
  background-color: var(--logo-color);
}

.body-section-bigger > div:first-child {
  flex: 4;
}

.body-section-bigger > div:last-child {
  flex: 8;
  height: 100%;
}

.body-section-bigger img {
  height: 700px;
  width: 500px;
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-header-text {
  font-size: 2.5em;
  line-height: 1;
}

.line2 {
  text-align: right;
  font-size: 2em;
  margin-right: 100px;
}

.main-all-text {
  height: 100%;
  padding-top: 250px;
  padding-right: 250px;
  padding-left: 600px;
  color: #003c65;
  font-weight: bold;
}

.main-text {
  font-size: 1.1em;
}

.banner {
  display: flex;
  position: relative;
  width: 320px;
  height: 100px;
}

.banner-logo-area {
  position: absolute;
  top: -30px;
  left: -20px;
  background-color: white;
  height: 160px;
  width: 320px;
  /* opacity: .2; */
  z-index: 2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.banner-text {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0 15px;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.overlay-logo {
  display: flex;
  position: absolute;
  z-index: 3;
}

a {
  color: black !important;
}
.book-btn a {
  color: white !important;
}

.service-btn {
  margin-right: 60px;
  margin-left: 20px;
}

.book-btn {
  border-radius: 25px;
  margin-top: 50px;
  background-color: var(--logo-color);
  width: 290px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  padding: 0px 10px;
  border: none;
  margin-top: 50px;
}

.contact-page-btn,
input[type="submit"] {
  border-radius: 25px;
  background-color: var(--logo-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  padding: 0px 10px;
  border: none;
  margin-bottom: 20px;
}
.contact-page-btn {
  margin-top: 20px;
}

.contact-page-btn a {
  color: white !important;
}

/* ------------------------- About Us section -------------- */

.about-us-section {
  display: flex;
  margin: 100px 0;
}

.about-us-img-section {
  flex: 5;
  position: relative;
  width: 600px;
  height: 500px;
}

.about-us-img-section img:first-child {
  position: absolute;
  width: 500px;
  border: 1px solid var(--logo-color);
  padding: 16px;
  z-index: 3;
  background-color: #fff;
}

.about-us-img-box {
  position: absolute;
  right: 0px;
  top: 60px;
  height: 320px;
  width: 400px;
  border: 8px solid var(--logo-color);
}

.about-us-img-section img:last-child {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 200px;
  transform: rotate(65deg);
  z-index: 2;
}

.about-us-text {
  flex: 7;
  font-family: "Rufina", serif;
  padding: 0 80px;
}

.about-us-text > p:first-child {
  font-weight: 700;
  font-size: 1.8em;
}

/* --------------------------- Our Services section ---------------- */

.our-services-section {
  background-color: #faeef6;
  padding: 80px 0;
}

.our-services-img-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.our-services-img-container > div {
  width: 26%;
  text-align: center;
}

.service {
  margin: 45px;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 50%;
  position: relative;
}

/* .service > div {
  position: absolute;
  bottom: 0;
} */

.service:hover {
  opacity: 0.5;
  transform: scale(1.03);
}

.service img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 8px #fff solid;
}

.service-bottom-square {
  width: 270px;
  height: 50px;
  line-height: 50px;
  background-color: #a4e1e4;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  /* top: 220px; */
  top: 270px;
  font-family: "Courgette", cursive;
}

/* --------------------------- Footer Section --------------------- */

.footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 150px 0 0 0;
}

.footer > div {
  width: 300px;
  text-align: left;
  align-items: center;
}

.footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid grey;
  padding-top: 5px;
}

.footer ul > li:first-child {
  font-weight: bold;
}

.footer-middle {
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.footer-middle li {
  border: none;
  margin: 10px;
  cursor: pointer;
}

.footer-logo {
  width: 100px;
}

#footer-img {
  width: 400px;
}

.footer-img {
  text-align: center;
}

.footer-copyright {
  text-align: center;
  font-size: 0.7em;
}

/* ........................................... */
/* SERVICES PAGE*/
/* ........................................... */

.services-top-section {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(img/header-img.jpg); */
  background-color: #003c65;
  height: 1vh;
  background-size: cover;
  background-position: top;
  /* background-attachment:fixed; */
}

.service-page {
  font-family: "Rufina", serif;
  padding: 5vh;
  margin: 5% 5%;
  border-color: #d8d8d9cf;
  border-style: solid;
}

.service-page table {
  width: calc(100% - 325px);
}

.service-page table td:first-child {
  width: 550px;
  padding-left: 80px;
}

.menu-header {
  font-size: 22px;
  text-align: center;
  font-family: "Courgette", cursive;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold !important;
}

.service-page img {
  /* height: 250px; */
  width: 325px;
  object-fit: cover;
}

.service-page table td {
  /* padding-left: 100px; */
}

/* ================================================================================== */

#search_body,
#search_box {
  background-color: #555;
  padding-top: 2%;
  padding-left: 3%;
  padding-right: 5%;
  padding-bottom: 2%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.91)),
    url(../assets/images/restaurant.jpg);
  background-size: cover;
  color: white;
  background-attachment: fixed;
}
#search_body2 {
  background-color: #555;
  padding-top: 2%;
  padding-left: 3%;
  padding-right: 5%;
  padding-bottom: 2%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.91)),
    url(../assets/images/disney_pic.png);
  background-size: cover;
  color: white;
  background-attachment: fixed;
}

#home_search_box {
  padding: 5% 10%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)),
    url(../resources/css/img/background-img.jpg);
  background-size: cover;
  color: white;
  background-attachment: fixed;
}

.container {
  width: 1200px;
  margin-top: 30px;
}
.container_div {
  margin: 10px;
  margin-top: 20px !important;
  padding: 20px 20px;
  color: #315375;
  line-height: 2;
  background: #e4e2e2bf;
  margin-bottom: 10px;
}

.googleImg,
.shareImg,
.reviewsImg {
  margin-bottom: 10px !important;
  height: 60px;
  margin-top: 30px;
  margin-left: 21px;
}
.shareImg {
  height: 63px;
  margin-left: 5px !important;
}
.reviewsImg {
  margin-left: 12px !important;
}

.direction_btn,
.share_btn,
.reviews_btn {
  margin-top: 15px;
}

#map {
  height: 100%;
}

.modal-content {
  height: 650px;
  background-color: #e4e2e2;
}
#modal_2_content {
  line-height: 1px;
  padding: 0px 60px;
}
#modal_2_content div > textarea {
  font-size: 15px;
  font-size: 17px;
  line-height: 1.5;
  height: 280px;
}
.form-control {
  font-size: 17px !important;
}

.status {
  display: inline-block;
  height: 50px;
  background-color: gainsboro;
  padding-left: 200px !important;
  padding-right: 20px;
}

#car_img {
  height: 45px;
  margin-bottom: 10px;
}

h4 {
  color: #d66b0d;
}

.col2 {
  margin-top: 10px;
}
.col1 {
  padding-left: 25px;
}
#email_recievers {
  width: 300px;
}

#custom_email_div {
  margin-top: 12px;
}

.col-md-3 {
  margin-right: 30px;
}
.col-md-3:nth-child(3) {
  margin-left: 11px;
}
#sent {
  text-align: center;
  color: #f99238;
  margin-top: 20%;
}

#loading {
  margin-left: 42%;
  height: 100px;
}
.section-form {
  padding: 40px 80px;
}
#result_container .row,
#modal_2_content .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 40px;
}

.header-nav a {
  padding: 35px 20px 0px 10px !important;
}

.today-hour a {
  padding-left: 0px !important;
}

#result_container {
  margin: 0px 20px;
}

.custom-select > option {
  font-size: 10px;
}

select {
  height: 45px;
  font-size: 17px;
}

#search_box label {
  font-family: Lato;
  margin-bottom: 15px;
  color: white;
  font-weight: 400;
  display: block;
}

#modal_2 label {
  color: #e66f07;
}

#search_box .form-row {
  padding-bottom: 15px;
}

#search_box_label {
  color: white !important;
  margin-bottom: 70px !important;
}

#logo_img {
  margin-top: 0px !important;
}

#logo_img:hover {
  background-color: gray !important;
}

#to_row .col-md-6 {
  padding-left: 0px !important;
}

#email_send_btn {
  margin-top: 30px;
}

.col-form-label {
  margin-left: 40px;
}
#home_search-btn {
  margin: 3% 77%;
}

#search-btn {
  margin: 4% 82%;
}

#modal_4 .contact-form {
  width: 100%;
}

#modal_4 h2 {
  font-weight: 500;
  font-size: 100%;
}

#search_box label {
  width: 100px;
}
#result_container h4 {
  display: inline;
}
#places_result_container h4 {
  display: inline;
}

.rating,
.rating_value {
  color: #e3f132;
  padding-left: 10px !important;
}
.rating_value {
  padding-left: 40px !important;
}

#result_container .website {
  color: #1954c3;
  padding-left: 0px !important;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

#modal_4 .modal-content {
  height: 770px;
}

button[data-dismiss="modal"] {
  margin-left: 90%;
}

.modal-header {
  padding: 5px 20px;
}
#modal_0 .modal-header {
  background-color: #808080a6;
}

/* Review Modal*/
#modal_0,
#comment_modal {
  color: #315375;
  font-size: 15px;
}
.each_review {
  margin-bottom: 35px;
}

.published_date span {
  color: #315375;
  font-size: 15px;
}

.published_date {
  font-size: 15px;
}
.review_title {
  margin: 5px 0px;
}

/**/
#to_row {
  margin-top: 15px !important;
}

#add_comment_btn {
  margin-left: 80%;
}

/* Comment modal */

#comment_modal .modal-content {
  height: 400px;
}

#comment_modal .modal-body {
  margin: 0px 30px;
  line-height: 10px;
}
#comment_modal label {
  color: #e66f07;
  font-size: 18px;
}

#comment_modal .modal-footer {
  padding-top: 0px;
  margin-bottom: 10px;
  margin-right: 19px;
}

#comment_modal #name_row {
  margin-bottom: 30px;
}

blockquote {
  height: 60%;
}

h4#displayName {
  display: inline;
  border-bottom: 1px solid #e66f07;
  color: #e66f07;
  margin-left: 40px;
}
.main-nav {
  float: right;
  list-style: none;
  margin-top: 30px;
  margin-right: 150px;
}

.dropdown {
  float: right;
  margin-top: 70px;
  margin-right: 100px;
  color: #e66f07;
}
#sidebar {
  position: fixed;
  width: 200px;
  height: 100%;
  right: -200px;
  transition: all 500ms linear;
}
#sidebar.active {
  right: 0px;
}

#sidebar ul li {
  color: rgba(230, 230, 230, 0.9);
  list-style: none;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
#sidebar .toggle-btn {
  background-color: #e66f07;
  position: absolute;
  right: 250px;
  top: 20px;
}
#sidebar .toggle-btn span {
  display: block;
  width: 30px;
  height: 5px;
  background: black;
  margin: 5px 0px;
}
.main-nav-search {
  float: right;
  list-style: none;
  margin-top: -90px;
  margin-right: 30px;
}

input#signin_submit {
  margin-top: 20px;
}

.contact-form a {
  margin-left: 77%;
}

#contact_message {
  height: 200px;
}
#contact_status {
  margin-left: 81%;
  color: #2daf2d;
  margin-top: 5px;
  font-weight: 400;
}
#contact_status_error {
  margin-left: 22%;
  color: red;
  margin-top: 5px;
  font-weight: 400;
}

#testimonial-header {
  padding-top: 61px;
  padding-left: 22%;
}

#comment-header {
  padding-left: 25%;
  padding-top: 15px;
}

#row-testimonials {
  padding-left: 97px;
}

#floater {
  position: absolute;
  top: 100px;
  right: 1px;
  width: 130px;
  height: 210px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  z-index: 1;
}

#places_search_body a {
  width: 150px;
  height: 40px;
}

#places_search_body {
  margin-top: 100px;
  margin-left: 10%;
}

#search_keyword {
  border-color: white;
  border: 3px solid #e66f07;
  color: white important;
}

#search_keyword {
  margin-bottom: 150px;
  margin-top: 50px;
  margin-left: 35%;
  height: 40px;
  border-radius: 50px !important;
}

#place_search_btn {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 10px;
  height: 40px;
  width: 100px;
}

#image_in_modal3 {
  height: 600px;
  width: 800px;
}

.q_review {
  font-size: 17px;
  font-style: italic;
  color: #6c68af;
}

.container_div .col1 .result_name {
  font-size: 30px;
  font-weight: 400;
  border-bottom: none;
  padding-left: 0px !important;
}

.fa-heart {
  font-size: 30px;
}

a:link.heart_sign,
a:visited.heart_sign {
  border-bottom: none !important;
}

.header-nav {
  /* background-color: #eef7fc; */
  background-color: #fff;
  color: black;
  font-size: 20px;
  font-weight: 400;
  /* position: absolute; */
  /* transform: translatey(10px); */
  border-bottom: none !important;
  position: relative;
}

a:link.header_links,
a:visited.header_links {
  border-bottom: none !important;
}


.delete_btn {
  margin-top: 30px;
  margin-left: 250px;
}
.brands-section img {
  height: 180px;
  margin: 10px;
  margin: 60px 20px;
}

.brands-section .sns {
  height: 170px;
  margin: 100px 30px 70px 0px;
}

.brands-section .gelish {
  height: 220px;
  margin: 10px;
  margin: 50px 30px;
}

/* ----------media for iphone X -------------- */

@media (max-width: 500px) {
  .body-section {
    width: 100vw;
  }

  .header-row {
    flex-direction: column;
  }

  .navbar-brand {
    margin: auto;
  }

  .banner {
    margin: auto;
  }

  .banner-logo-area {
    left: auto;
    margin: auto;
  }

  .overlay-logo {
    justify-content: center;
    padding-left: 5px;
  }

  .row {
    margin: 0;
  }

  .main-btns {
    margin-top: 150px;
  }

  .today-hour {
    margin: 50px auto 20px auto;
    text-align: center;
  }

  .nav-btn {
    height: 40px;
    width: 100px;
    font-size: 0.8em;
    line-height: 40px;
  }

  /*--------- main section --------- */
  .full-body-section {
    background: url(../resources/css/img/main-img-mobile500.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    min-height: 500px;
  }

  .body-section-bigger {
    width: auto;
    height: auto;
  }

  .main-all-text {
    padding: 0;
    font-size: 1.5em;
  }

  .main-header-text,
  .line2 {
    font-size: inherit;
  }

  .line2 {
    margin-right: 20px;
  }

  .service-btn {
    margin: 0;
  }

  .book-btn {
    font-size: 0.5em;
    margin-top: 10px;
    margin-left: 20px;
    width: 220px;
    height: 40px;
    line-height: 40px;
  }

  /*------------- about us section --------------*/
  .about-us-img-section {
    display: none;
  }

  .about-us-text {
    font-size: 0.8em;
    padding: 0 30px;
  }

  .about-us-text > p:first-child {
    font-weight: 700;
    font-size: 1.8em;
  }

  .contact-btn {
    font-size: 1em;
    margin: auto;
  }

  /*-------------- services ------------------*/

  .service img {
    width: 200px;
    height: 200px;
  }

  .service-bottom-square {
    width: 200px;
    height: 30px;
    line-height: 30px;
    top: 150px;
  }

  /*--------------- footer -------------*/

  .footer {
    flex-direction: column;
    margin-top: 50px;
    font-size: 0.8em;
  }

  #footer-img {
    width: 70vw;
  }

  /* Khaliunaa Change for Iphone X */
  .header-row {
    margin-bottom: 20px;
  }
  /* ........................................... */
  /* CONTACT PAGE*/
  /* ........................................... */

  .contact-container div {
    font-family: "Rufina", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .contact-container iframe {
    width: 100%;
  }
  .outside-img,
  .outside-img2 {
    border: 1px solid rgb(87, 72, 72);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    /* position: relative; */
    top: 0;
    left: 0;
  }

  .outside-img2 {
    border: 1px solid black;
    height: 250px;
    width: 250px;
    /* position: absolute; */
    top: 300px;
    left: 35px;
  }

  .section-contact {
    margin-top: 150px;
  }

  .section-contact .contact-title {
    margin-top: 70px !important;
  }

  iframe {
    margin-top: 11vh;
    height: 400px;
    width: 350px;
  }

  .contact-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact-page-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  td {
    padding-left: 15px;
  }

  /*--------------------- services page -----------------*/
  .container {
    width: 100vw;
  }

  .service-page {
    margin: auto;
    padding: 0;
  }

  .service-page .row {
    display: block;
    text-align: center;
  }

  .menu-header {
    font-size: 1em;
  }

  .service-page img {
    margin: auto;
  }

  .service-page table {
    margin: auto;
    margin-top: 20px;
    width: 90%;
  }

  .service-page table td {
    padding: 5px;
    font-size: 0.8em;
  }

  .service-page table td:first-child {
    text-align: left;
    padding-left: 0;
  }

  .service-page table td:last-child {
    text-align: right;
  }

  /*--------------------- brands we offer -----------------*/

  .flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  .brands-section img {
    height: 120px;
    margin: 20px 0px 0px 0px;
  }

  .brands-section .gelish {
    height: 130px;
    margin: 20px 5px 10px 17px;
  }

  .brands-section .sns {
    height: 80px;
    margin: 40px 0px 30px 0px;
  }

  .brands-section .essie {
    height: 120px;
    /* margin:30px 0px; */
  }
}
