.footer-animation {
    visibility: visible; 
    animation-delay: 0.1s; 
    -webkit-animation-delay: 0.1s; 
    animation-name: fadeInDown; 
    -webkit-animation-name: fadeInDown;
}
.text-danger {
    color:red;
}
.input-field p,.input-field span {
    font-size: 13px;
    margin: -11px 0;
    color: Red;
}
.forgetMessage {
    visibility:hidden;
}
  #circleLoading {
 visibility:hidden;
  }
.selectArea label {
    margin-top:-25px;
}
.chkBoxOrder {
    left:4px !important;
}
.on-budget span{
    color:#01509f; 
    font-size:26px; 
    display:block; 
    font-family:'Advent Pro', sans-serif !important; 
    font-weight:bold; 
    margin-bottom:15px;
}

.tabs .tab a{    font-size: 12px;
    letter-spacing: 0;}
#topcontrol img{width:25px; height:25px;}
.white-bg{ background:white;}
.loading-image {
    display:none;
}

.loading-image img{
    width:32px;
    height:32px;
}
.error {
    color:red;
}
.error .order-error {
    margin-left:20px;
}
#selectStateShow label { margin-top:-37px;
}
#showPackages {
    cursor:pointer;
}
.container-minHeight {
    min-height:500px;
}
.why-choose li {
    list-style: none;
    display: inline-block;
    width: 40%;
    text-align: left;
    margin: 30px 2% 10px;
    font-size: 20px;
}

.footer-logo img {
    width: 100%;
}

.collapsible-body ul{
	    padding: 2rem;
}

.collapsible-header.active{color: #c22423;}

.order-content-area {  overflow: auto;}


@media only screen and (max-width : 767px) {
    .why-choose li {
    font-size: 14px;
    width: 100%;
}

.why-choose li img {
    display: table-row;
}
}
.live-chat-icon a{
	display:block;
}

.live-chat-icon p{
	display:none;
}
#getting-started {
    background:#01509f;
    padding: 2px 5px;
    border-radius: 0px 0 10px 10px;
    margin-top: -1px;
	color:white;
	text-align:center;
	font-size:20px;

}

#loadingImageforDeal{

    margin: auto;
    position: absolute;
    text-align: center;
    background: #eee;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    padding: 10%;
    z-index: 9;
}
#deal-of-the-day-modal .modal-content{
    background: url(https://www.australianlogos.com/Content/img/texture.jpg);
	background-size:cover;
	overflow:hidden;
}
#deal-of-the-day-modal h2{
	background: rgba(255,0,0,1);
    margin: -25px -25px 1px;
    color: white;
    padding: 6px;
    text-shadow: 2px 2px 7px #000;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f71c00+0,ff6600+26,ff6600+26,f92c2c+50,ea2803+52,ea2803+52,ff6600+73,c72200+100 */
background: rgb(247,28,0); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(247,28,0,1) 0%, rgba(255,102,0,1) 26%, rgba(255,102,0,1) 26%, rgba(249,44,44,1) 50%, rgba(234,40,3,1) 52%, rgba(234,40,3,1) 52%, rgba(255,102,0,1) 73%, rgba(199,34,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(247,28,0,1) 0%,rgba(255,102,0,1) 26%,rgba(255,102,0,1) 26%,rgba(249,44,44,1) 50%,rgba(234,40,3,1) 52%,rgba(234,40,3,1) 52%,rgba(255,102,0,1) 73%,rgba(199,34,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(247,28,0,1) 0%,rgba(255,102,0,1) 26%,rgba(255,102,0,1) 26%,rgba(249,44,44,1) 50%,rgba(234,40,3,1) 52%,rgba(234,40,3,1) 52%,rgba(255,102,0,1) 73%,rgba(199,34,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f71c00', endColorstr='#c72200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

#dealDetail {
	text-align:left;
	font-size:30px ;
    font-family: 'Advent Pro',sans-serif!important;
	font-weight: bold;
	max-width:65%;
}
#dealDetail li.plan-name{
    display: inline-block;
    padding: 0 50px;
    border-radius: 7px;
    box-shadow: 1px 1px 6px red;
    font-weight: bold;
	text-transform: uppercase;
}


#dealDetail li{
    text-align: left;
    font-size: 20px;
    color: #ec2a87;
    line-height: 23px;
    margin-bottom: 13px;
}

#deal-of-the-day-modal p{
	margin:10px 0;
}

#deal-of-the-day-modal .price{

    text-align: center;
    font-size: 20px;
    font-family: 'abel',sans-serif!important;
    color: #fff;
    text-shadow: 1px 1px 12px #000;
}

#deal-of-the-day-modal .price strong{
	font-size:23px;
	font-weight:bold;
	color:yellow;
}

#deal-of-the-day-modal h4 {
    display: inline-block;
    padding: 0 25px;
    border-radius: 7px;
    box-shadow: 1px 1px 6px red;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    margin: 20px -15px 11px;
    background: yellow;
}

    @media only screen and (max-width : 767px) {

        #dealDetail {
            font-size: 16px;
        }

        .live-chat-icon {
            position: fixed;
            right: 0;
            text-align: center;
            top: 0;
            z-index: 99999;
            padding: 0;
            background: #fff;
            width: 100%;
            text-align: left;
            padding: 10px;
        }

            .live-chat-icon img {
                display: none;
            }

            .live-chat-icon p {
                display: block;
            }
    }

    .price-container {
    position: absolute;
    right: 0px;
    background: firebrick;
    top: 25%;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    border: 2px solid #fff;
    border-right: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f71c00+0,ff6600+26,ff6600+26,f92c2c+50,ea2803+52,ea2803+52,ff6600+73,c72200+100 */
background: rgb(247,28,0); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(247,28,0,1) 0%, rgba(255,102,0,1) 26%, rgba(255,102,0,1) 26%, rgba(249,44,44,1) 50%, rgba(234,40,3,1) 52%, rgba(234,40,3,1) 52%, rgba(255,102,0,1) 73%, rgba(199,34,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(247,28,0,1) 0%,rgba(255,102,0,1) 26%,rgba(255,102,0,1) 26%,rgba(249,44,44,1) 50%,rgba(234,40,3,1) 52%,rgba(234,40,3,1) 52%,rgba(255,102,0,1) 73%,rgba(199,34,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(247,28,0,1) 0%,rgba(255,102,0,1) 26%,rgba(255,102,0,1) 26%,rgba(249,44,44,1) 50%,rgba(234,40,3,1) 52%,rgba(234,40,3,1) 52%,rgba(255,102,0,1) 73%,rgba(199,34,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f71c00', endColorstr='#c72200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}