*{
  margin:0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background: #EDEFF1 0% 0% no-repeat padding-box;
}

.normal-title{
  font: normal normal bold 20px/23px Roboto;
  margin-bottom:20px;
}

.normal-text{
  font: normal normal normal 16px/24px Roboto;
  margin-bottom:30px;
}

.logo-box{
  padding:30px 0;
}

.menu{
  color:white;
  background: #253237 0% 0% no-repeat padding-box;
  cursor: pointer;
}

.menu-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item{
  text-transform: uppercase;
  font: normal normal bold 14px/16px Roboto;
  margin-bottom:0;
  padding:10px 30px;
  transition: .2s;
}

.menu-item:hover{
  background-color:#546E7A;
}

.white{
  background-color: #ffffff;
}

.small-container{
  max-width: 770px;
}

.navigation{
  padding-top:30px;
  margin-bottom: 20px;
  font: normal normal bold 15px/18px Roboto;
  color: #777777;
}

.blue-text{
  color: #4050B5;
}

.main-title{
  font: normal normal bold 25px/28px Roboto;
  margin-bottom:20px;
}

.specialist-box{
  display:flex;
  padding:20px;
  background: #EDEFF1 0% 0% no-repeat padding-box;
  margin-bottom:30px;
}

.expert-image{
  margin-right:30px;
}

.specialist-desc{
  color:#464646;
}

.cta-text{
  font: normal normal bold 20px/23px Roboto;
  cursor: pointer;
}

.cta-btn{
  text-align: center;
  font: normal normal bold 20px/23px Roboto;
  padding:15px 40px;
  background: linear-gradient(#F44336, #B9281E)  0% 0% no-repeat padding-box;
  color:white;
  border:none;
  display: block;
  text-transform: uppercase;
  margin-bottom:40px;
}

.comments-title{
font: normal normal bold 25px/28px Roboto;
margin-bottom:30px;
}

.comments-desc{
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0px;
  color: #546E7A;
}

.comment-area{
  width:100%;
  height: 200px;
  padding:15px;
  resize: none;
  border: 1px solid #CED4DA;
  border-radius: 3px;
  margin-bottom:20px;
}

.inputs-area{
  display:flex;
  justify-content: space-between;
}

.input-box{
  flex-basis:40%;
  margin-right: 30px;
}

.input-box input{
  border: 1px solid #CED4DA;
  border-radius: 3px;
  width:100%;
  margin-bottom:10px;
  padding:5px;
}

.input-desc{
  font: normal normal normal 14px/19px Roboto;
  letter-spacing: 0px;
  color: #546E7A;
}

.comment-confirm{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(#F44336, #B9281E)  0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding:10px 25px;
  color:#fff !important;
  border:none;
  flex-basis:20%;
  height: 100%;
  outline: none;
}

.comment-line{
  width:100%;
  height: 2px;
  background-color:#CED4DA;
  margin-bottom:20px;
}

.comment-author{
  font: normal normal bold 16px/24px Roboto;
  margin-bottom:10px;
}

.comment-date{
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0px;
  color: #546E7A;
  margin-left:20px;
}

.comment-text{
  font: normal normal normal 16px/21px Roboto;
  padding-bottom:30px;
}

.footer{
  padding-top:20px;
  background: #EDEFF1 0% 0% no-repeat padding-box;
  margin-right:-15px;
  margin-left:-15px;
  padding:30px 15px;
}

.footer-text{
  margin-bottom:10px;
  font: normal normal normal 12px/15px Roboto;
  letter-spacing: 0px;
  color: #546E7A;
}

.thanks-box{
  width:100%;
  height: 100%;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0,0,0,.6);
  display:none;
  justify-content: center;
  align-items: center;
}

.thanks-box-wrapper{
  width:500px;
  height: 300px;
  background-color:#FFFFFF;
  padding:20px;
}

.close-thanks span{
  cursor: pointer;
}

@media(max-width:767.98px){
  .specialist-box{
    flex-direction: column;
  }

  .expert-image{
    margin-right:0;
    margin-bottom:20px;
  }

  .expert-image img{
    width:100%;
  }

  .menu-icon{
    width:30px;
    height: 50px;
    padding:10px 0;
    margin-right:0;
    margin-left:auto;
  }

  .logo-box{
    padding:30px 15px;
  }

  .product{
    width:100%;
  }

  .inputs-area{
    flex-direction:column;
  }

  .input-box{
    margin-right:0;
  }

  .comment-confirm{
    width:200px;
    margin-right:0;
    margin-left:auto;
    margin-bottom:20px;
  }

  .cta-btn{
    font: normal normal bold 16px/20px Roboto;
  }

  .thanks-box-wrapper{
    width:90%;
    height: 300px;
  }
}

.menu-inner-container {
  display: flex;
  justify-content: center
}

.menu-outer-container {
  display: flex;
  justify-content: center
}

.menu-outer-container p {
  text-align: center
}

@media (max-width:1000px) {
  .menu-outer-container {
      display: none
  }
}

.menu-inner-container p {
  text-align: center
}

.menu-wrapper-container {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.menu-inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none
}

@media (min-width:1000px) {
  .menu-icon {
      display: none
  }
}

.toggle-menu {
  color: #fff;
  background: #253237;
  cursor: pointer
}

.toggle-menu .menu-wrapper-container .menu-icon {
  width: 30px;
  height: 50px;
  padding: 10px 0;
  margin: 0 15px 0 auto
}

.add-top{
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}


.footer-links{
  text-align: center;
  padding: 15px 0;
  color: #000;
}

.footer-links a{
  font-size: 14px;
  color: #000;
}