.shuCalc
{
    background-image: url('../img/CalcBG.png');
    background-size: cover;
    padding:40px 0px;
    color: #fff;
    direction: rtl;
    text-align: right;
    font-family: 'normalFont';
}
@media(min-width:1200px)
{
}
.shuCalc .section-header p
{
    font-size: 18px;
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    font-family: 'boldFont';
}
.shuCalc .section-header p::after
{
    background: transparent;
}
.shuCalc .section-header h2
{
    color: #fff;
}
.slice-form {
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255,.9);
    color: #000;
    padding: 30px;
    border: 1px solid #ff4a17;
    border-radius: 20px;
}
.slice-form p
{
    color: #000;
    font-weight: bold;
    text-align: center;
}
.slice-form div {
    display: flex;
    justify-content: center;
}
.slice-form .row
{
    margin: 5px 0px;
    padding: 5px 0px;
}
.slice-form label
{
    line-height: 40px;
    margin-left: 10px;
    font-weight: bold;
    text-decoration: underline;
}
.slice-form input,
.slice-form select
{
    height: 40px;
    width: 350px;
    text-align: center;
    border-radius: 10px;
    outline: none;
    border: 2px solid #ff4a17;
}
.slice-form input[radio]
{
    height: 35px;
}
@media(max-width:767px)
{
    .mt-0
    {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .mb-0
    {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .slice-form
    {
        padding: 0px;
    }
    .slice-form label
    {
        font-size: 15px;
    }
    .slice-form input, .slice-form select
    {
        width: 250px;
    }
}
@media(max-width:499px)
{
    .slice-form label
    {
        font-size: 14px;
    }
    .slice-form input, .slice-form select
    {
        width: 220px;
    }
}
@media(max-width:399px)
{
    .slice-form label
    {
        font-size: 13px;
    }
    .slice-form input, .slice-form select
    {
        width: 180px;
    }
}
@media(max-width:320px)
{
    .slice-form label
    {
        font-size: 13px;
    }
    .slice-form input, .slice-form select
    {
        width: 150px;
    }
}
.electric-type-container {
    display:none !important;
}
.slice-form button
{
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff !important;
    background: #ff4a17;
    border-radius: 0;
    transition: .3s;
    outline: none;
    border: none;
    font-family: 'boldFont';
}
.slice-form button:hover
{
    color: #ff4a17 !important;
    background: #ffffff;
    border: 1px solid #ff4a17;
}

/*---------------------*/
.modal-FC
{
    font-size: 14px;
    color: #6b6b6b;
}

.modal
{
    top: 100px;
    direction: rtl;
    text-align: right;
}
.modal .modal-content
{
    border-radius: 0px;
    
}
.modal .modal-header
{
    background-color: #15222b;
    border-radius: 0px;
    padding: 5px;
}
.modal .modal-header .close
{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
}
.modal .modal-title
{
    margin: auto;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}
.modal .modal-body
{
    text-align: center;
    color: #000;
}
.modal .modal-body .total
{
    color: #000;
    font-weight: bold;
}
.modal-footer
{
    justify-content: center;
}
.modal-footer button
{
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-family: 'boldFont';
    color: #fff;
    background: #15222b;
    border-radius: 0;
    transition: .3s;
    outline: none;
    border: none;
}
.modal-footer button:hover
{
    color: #15222b;
    background: #ffffff;
    border: 1px solid #15222b;
}

@media(max-width:320px)
{
    .modal-FC
    {
        font-size: 12px;
    }
    .modal .modal-body .total
    {
        font-size: 14px;
    }
}

  /** Modal */
  @import url('https://fonts.googleapis.com/css?family=Exo:400,700');
  .shuCalc
  {
      width: 100%;
      position: relative;
  }
  .area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    font-family: 'Exo', sans-serif !important;
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
