radio.divider-text {
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.divider-text span {
    padding: 4px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
.feedback{

    margin-top: 20px;
}
.none{
    display:none;
}
.last .fa {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  a{
    text-decoration: none;
  }
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .fa-skype {
    background: #00aff0;
    color: white;
  }
  
  .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  .fa-vimeo {
    background: #45bbff;
    color: white;
  }
  
  .fa-tumblr {
    background: #2c4762;
    color: white;
  }
  
  .fa-vine {
    background: #00b489;
    color: white;
  }
  
  .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .fa-yahoo {
    background: #430297;
    color: white;
  }
  
  .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .fa-reddit {
    background: #ff5700;
    color: white;
  }
  
  .fa-rss {
    background: #ff6600;
    color: white;
  }
  .emojis input{
    display: none;
  }
  .emojis input{
    position: absolute;
    cursor: pointer;
  }
  .emojis label{
position:relative;
cursor: pointer;
  }
  .emojis input:checked+label{
    transform: 1.2;
  }


label#lblError {
    display: block;
    text-align: center;
}

/* Validation */
label.adderror {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}

input.adderror, select.adderror, div.adderror {
    border: 1px dotted #cc5965;
}

.disabled-div {
    pointer-events: none !important;
}

label.success {
    color: #5cb85c;
    display: inline-block;
    margin-left: 5px;
}

.hide {
    display: none;
}

  .radio {
    display: none;
  }
    .radio:hover  ~span {
        font-size: 2rem;
    }
    .radio ~ span {
        font-size: 25px;
        cursor: pointer;
        transition: 0.3s;
        margin-left: 2px;
        margin-right: 2px;
    }
  
  .radio:checked ~ span {
   
    font-size: 3rem;
  }


.form-control1 {
    width: 100px;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 10.75rem !important;
}

.circular {
    margin: auto;
    -webkit-border-radius: 10%;
    -moz-border-radius: 50%;
    object-fit: contain;
    /*        background: url(https://i.imgur.com/qYsKeJU.jpg) no-repeat;
*/
}

@media (max-width: 400px) {

    .radio:hover ~ span {
        font-size: 1.5rem;
    }

    .radio ~ span {
        font-size: 25px;
        cursor: pointer;
        transition: 0.3s;
        margin-left: 1px;
        margin-right: 1px;
    }

    .radio:checked ~ span {
        font-size: 2.5rem;
    }
}

@media (max-width: 320px) {

    .radio:hover ~ span {
        font-size: 1rem;
    }

    .radio ~ span {
        font-size: 20px;
        cursor: pointer;
        transition: 0.3s;
        margin-left: .5px;
        margin-right: .5px;
    }

    .radio:checked ~ span {
        font-size: 2rem;
    }
}