
*{
  padding:0px;
  margin: 0px;
}
body{
  font-family: open sans,Helvetica,Arial,sans-serif;
  text-align:justify;
}
.logo {
    width: 32%;
    float: left;
}
#main p{
  font-size: 17px;
}
.word_design ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}
.word_design ul li{
  font-size: 20px;
}
.top_header {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1px;
}
.top_header p{
   padding:0px;
   margin: 0px;
   font-size: 15px;
}
.container {
    max-width: 1211px;
}
header {
    
    padding: 10px 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #ebecef;
    background: #fff;
    color: #17191c;
    overflow:hidden;
}
section#main h2 {
    font-size: 30px;
    padding: 10px 0px;
    font-weight: 700;
}
.by_design{
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.word_design {
      width: 62%;
    float: left;
    position: relative;
    top: 20px;
}
footer {
    background: #2e3138;
    color: #abb0ba;
    font-size: 14px;
    padding: 60px 0px;
    margin-top: 84px;
}
.banner_design_h2  {
    font-size: 25px !important;
    font-weight: 900 !important;
    margin: 12px 0px;
    line-height: 40px;
}
p.offer {
    font-size: 14px;
    text-align: center;
    padding: 8px 0px;
}
h4.h4_design {
    color: red;
    font-style: italic;
    margin-bottom: 16px !important;
    font-size: 24px;
    line-height: 31px;
}
ul.by_design li {
    font-size: 15px;
    padding-right: 14px;
}
.banner_design img {
    padding: 20px 0px;
}
a.get-my span {
    color: #fff;
    font-size: 15px;


    font-weight: 700;
    border-color: #0d0dda;
    border-radius: 12px;
    display: block;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}
.Affordable_Permanent_Hair_Removal {
    background: #222;
}
a.get-my {
    margin-top: 0;
    display: block;
 padding-bottom:10px;
    padding-top: 15px;
    color: #fff;
    background-color: blue;
    border-color: #2424b7;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.su-button-style-3d {
    border-bottom-style: solid;
    border-bottom-width: 6px;
}
.new_h3{
  font-size: 22px;
    font-weight: 500;
}
.Affordable_Permanent_Hair_Removal h4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.side_design {
    position: sticky;
    top: 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border-radius: 50px !important;
    height: 62px;
    width: 62px;
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
i.fa.fa-angle-up {
    font-size: 33px;
}




@media only screen and (max-device-width: 767px) {
  .word_design {
    width: 100%;
    float: left;
    position: relative;
    top: 6px;
}
.logo img {
    width: 200px;
    margin: 0 auto;
    display: block;
}
a.get-my span {
    font-size:17px !important;
}
}
