﻿a
{
   cursor:pointer;
    }
        .margin-top-40{
            margin-top:40px;
        }
        
        .margin-top-10{
            margin-top:10px;
        }
                .margin-top-20{
            margin-top:20px;
        }
                .margin-top-30{
            margin-top:30px;
        }
                        .margin-top-15{
            margin-top:15px;
        }
        
        .padding-10{
            padding:10px;
        }
        .padding-5{
            padding:5px;
        }
        .large-text{
            font-size:14px;
        }
        .text-justify {
            text-align: justify;
        }
    #pakages h2
    {margin:10px !important;}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #3d0c40;    
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    z-index:999;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #3d0c40;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.pricecircle {
border:3px solid #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  line-height: 80px;
  text-align: center;
}
.pricecircle div
{
    font-size: 16px;
    line-height:0px;
    }