
.selector {
    position: absolute;
    left: 29%;
    top: 28%;
    width: 105px;
    height: 105px;
}
.selector {
    position: absolute;
    left: 111px;
    top: 144px;
    width: 77px;
    height: 50px;
}
.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -40px;
    right: -20px;
    bottom: -40px;
    left: -20px;
}
.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    /* radious of circle */
    top: -32px;
    right: -20px;
    bottom: -40px;
    left: -20px;
}
.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all .8s ease-in-out;
}
.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
}
.selector li input {
    display: none;
}
.selector li input {
    display: none;
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input {
    line-height: normal;
}
.selector.open li input+label {
    width: 50px;
    height: 50px;
    line-height: 100px;
    margin-left: -25px;
    font-size: 14px;
}

.selector li input+label {
	  max-width: none;
    position: absolute;
    left: 48%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all .8s ease-in-out,color .1s,background .1s;
}
.selector li input+label {
    position: absolute;
    left: 48%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    box-shadow: none;
}
.selector li input+label span {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #404041;
}
.selector li input+label span {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #404041;
}
.selector button {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: 100%;  //center red circle */
    padding: 10px;
    background: #f44336;
    border-radius: 50%;
    border: 0;
    color: #fff!important;;
    font-size: 20px;
    cursor: pointer;
    transition: all .1s;
    text-transform: Capitalize;
    font-size: 16px;
    font-weight: bold;
}
section.circle-animation {
    /* min-height: 475px;
    min-height: 520px; */
    position: relative;
}
.selector li input+label {
    position: absolute;
    left: 48%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    /* background: #8660341a; */
    background: #ffaa1757;
    border-radius: 50%; 
    /* // this radious is for edges roundness */
    text-align: center;
    font-size: 1px;
    overflow: visible;
    cursor: pointer;
    box-shadow: none;
    transition: all .8s ease-in-out,color .1s,background .1s;
}
.selector li:hover input+label {
    background: #FFAA171a;
    color: #fff;
}
.selector li:hover input+label span {
    color: #fff;
}
.selector li {  
  animation: 1s ease-out 0s 1 show-4;
}

.iimmgg
{
	height: 300px;
    width: 300px;
    /* margin-left: 288px; 356px by 356 above imgg*/
    margin-top: 23px;
}


@keyframes show-4 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
        
  }
}


/* 768 1024 */

