/*@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow");*/

body#shoutcast {
}

/* Solar System Styles */
ul.solarsystem {
    position: relative;
    height: 450px;
    list-style: none;
    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;
    overflow: hidden;
    background: linear-gradient(to right bottom,rgba(41,8,48,.97),rgba(82,65,143,.97) 50%,rgba(114,183,227,.97));
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    padding-top: 49px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
ul.solarsystem li {
    display: block;
    position: absolute;
    border: 1px solid #3C435A;
/*    opacity: 0.7;*/
}
ul.solarsystem li span {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
ul.solarsystem li span i{
    font-size: 40px;
    color: rgba(82,65,143,.97);
    padding: 35px;
    -moz-transform:rotate(-60deg)
}
ul.solarsystem li.active {
    border-color: #aa4200;
}
ul.solarsystem li.earth {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 112px;
    -moz-border-radius: 112px;
    border-radius: 112px;
    top: 330px;
    left: 170px;
    z-index: 97;
}
ul.solarsystem li.mars {
    width: 600px;
    height: 600px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    top: 150px;
    left: -10px;
    z-index: 96;
}
ul.solarsystem li.mars span {
    border: 1px solid #3C435A;
    top: -50px;
    left: 205px;
}
ul.solarsystem li.uranus {
    width: 1660px;
    height: 1660px;
    -webkit-border-radius: 830px;
    -moz-border-radius: 830px;
    border-radius: 830px;
    top: -220px;
    left: -350px;
    z-index: 93;
}
ul.solarsystem li.uranus span {
    border: 1px solid #3C435A;
    top: 20px;
    left: 400px;
}
ul.solarsystem li.neptune {
    width: 1520px;
    height: 1520px;
    -webkit-border-radius: 760px;
    -moz-border-radius: 760px;
    border-radius: 760px;
    top: -150px;
    left: -420px;
    z-index: 92;
}
ul.solarsystem li.neptune span {
    border: 1px solid #3C435A;
    top: 40px;
    left: 320px;
}
ul.solarsystem li.pluto {
    width: 1000px;
    height: 1000px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    top: 30px;
    left: -190px;
    z-index: 91;
}
ul.solarsystem li.pluto span {
    border: 1px solid #3C435A;
    color: #fff;
    top: 79px;
    left: 79px;
}

ul#descriptions {
    position: absolute;
    top: 150px;
    right: 100px;
    list-style: none;
}

/* CSS3 Animations */
ul.solarsystem li {
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit;

    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -moz-animation-name:orbit;
}
/*
ul.solarsystem li.earth span {
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;

    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}*/

ul.solarsystem li.earth {-webkit-animation-duration:212s; -moz-animation-duration:212s;}
ul.solarsystem li.mars {-webkit-animation-duration:150s; -moz-animation-duration:150s;}
ul.solarsystem li.uranus {-webkit-animation-duration:110s; -moz-animation-duration:110s;}
ul.solarsystem li.neptune {-webkit-animation-duration:210s; -moz-animation-duration:210s;}
ul.solarsystem li.pluto {-webkit-animation-duration:60s; -moz-animation-duration:60s;}

@-webkit-keyframes orbit { from { -webkit-transform:rotate(50deg) } to { -webkit-transform:rotate(160deg) } }

@-moz-keyframes orbit { from { -moz-transform:rotate(50deg) } to { -moz-transform:rotate(160deg) } }

/*ul.solarsystem:hover li {-webkit-animation-play-state: paused;} */

.fa-shoutcast {
    background-image: url("../img/shoutcast/icon-shoutcast-white.png");
    background-repeat: no-repeat;
    background-size: 100px;
}


.sh-reseller ul.solarsystem {
  background: #f2825b; /* Old browsers */
  /*background: -moz-linear-gradient(to right bottom,#35115a 20%,#84355a 45%,#d25959 62%,#e67e53 83%,#f9a24d 100%); 
  background: -webkit-linear-gradient(to right bottom,#35115a 20%,#84355a 45%,#d25959 62%,#e67e53 83%,#f9a24d 100%); 
  background: linear-gradient(to right bottom,#35115a 20%,#84355a 45%,#d25959 62%,#e67e53 83%,#f9a24d 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35115a', endColorstr='#f9a24d',GradientType=0 );
  background-image: linear-gradient(to right bottom,#35115a 20%,#84355a 45%,#d25959 62%,#e67e53 83%,#f9a24d 100%); */

  background: -moz-linear-gradient(to right bottom,#343399 20%,#552586 45%,#6A359C 62%, #9969C7 83%, #B589D6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to right bottom,#343399 20%,#552586 45%,#6A359C 62%, #9969C7 83%, #B589D6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right bottom,#343399 20%,#552586 45%,#6A359C 62%, #9969C7 83%, #B589D6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343399', endColorstr='#f9a24d',GradientType=0 );
  background-image: linear-gradient(to right bottom,#343399 20%,#552586 45%,#6A359C 62%, #9969C7 83%, #B589D6 100%);
}
.sh-reseller .subtitle {
  color: #fff !important;
}
.sh-reseller ul.solarsystem li {
    border: 1px solid #e0902c;
}
.sh-reseller ul.solarsystem li span {
    border-color: #e0902c;
}
.sh-reseller ul.solarsystem li span i {
    color: #e0902c;
}

@media screen and (max-width: 768px)
{
    .solarsystem{
        margin-top:0px !important;
    }
    /*#mit-shoutcast{
        margin-top: -40px !important;
    }*/
}
@media screen and (max-width: 459px){
    #mit-shoutcast{
        margin-top: -90px !important;
    }
}
@media screen and (max-width: 575px)
{
    #mit-shoutcast{
        /*margin-top: -40px !important;*/
    }
}
/*@media (min-width: 576px) and (max-width: 1160px)
{
  
    #mit-shoutcast{
        margin-top: 90px !important;
    }
}*/

@media (max-width: 567px){
    ul.solarsystem {
        height: 400px !important;
		margin-top: 50px!important;
    }
}
@media (max-width: 450px){
    ul.solarsystem {
        height: 450px !important;
    }
}
@media (min-width: 576px) and (max-width: 991px){
    ul.solarsystem {
        height: 400px !important;
    }
}
@media screen and (max-width: 1159px)
{
    .solarsystem{
        margin-top:0px !important;
    }
}
@media (min-width: 992px) and (max-width: 1159px)
{
    #s_i_radio_solar,.solarsystem{
        margin-top:100px !important;
        
    }

}


/* shoutcast-internet-radio style */
#package_selection{
    
    padding: 80px 0;
   /* margin: 50px 0;*/
}
#package_cart_div{
    background-color: #F8F9FA;
    padding:  30px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.package_box{
    border: 3px solid #337AB7;
    border-radius: 5px;
    padding: 20px;
}
#package_cart_div .iradio_blue_sq{
width: 20px;height: 20px;
    position: relative;
    top: 5px;
}
/* shoutcast-internet-radio style */
.billing_cycle_select {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0px;
    padding-top: 0px;
}
/*.billing_cycle_select > div {
    flex: 1;
    padding: 0.1rem;
    margin-right: 30px;
}*/
@media only screen and (max-width: 767px)
{
    .billing_cycle_select > div {
        margin-top: 20px;
    }
    #billing_cycle_select_shoutCast_centova .first {
        margin-top: 0px !important;
    }
    #SC_Price{
        text-align: center;
        border: none !important;
    }
    .display_block{
        display: block;
    }
}
.billing_cycle_select input[type="radio"] {
    display: none;
}
#loc-action label {
    /* Datacenter location selector hidden for now */
    display: none;
}
.billing_cycle_select input[type="radio"]:checked + label, .billing_cycle_select input[type="radio"]:checked + label h5 {
    background: #462C8F;
    color: white !important;
}
.billing_cycle_select input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}
.billing_cycle_select label {
    height: 100%;
    display: block;
    background: white;
    border: 3px solid #462C8F;
    border-radius: 8px;
    padding: 0.6rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}
.billing_cycle_select input[type="radio"]:checked + label h5 {
    background: #462C8F;
    color: white !important;
}
.billing_cycle_select h5:first-child {
    margin-top: 36px;
}
.billing_cycle_select h5 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 600;
}
.billing_cycle_select p {
    line-height: 1.8;
}
.billing_cycle_select p {
    font-weight: 400;
    margin-bottom: 0px;
}
.billing_cycle_select p.permo {
    font-size: 16px;
    line-height: 15px !important;
    margin-bottom: 10px;
}
.billing_cycle_select p {
    font-weight: 400;
    margin-bottom: 0px;
}
.billing_cycle_select input[type="radio"]:checked + label::after {
    color: #462C8F;
    font-family: FontAwesome;
    border: 2px solid #462C8F;
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: white;
}
.estimated_cost_label{
    padding-top: 20px; 
    color: #555555;
}
.bolder_font{
    font-weight: 600;
}
.billing_cycle_select p.savestrip {
    padding: 1px;
    background: #00821e;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    min-height: 20px;
    text-transform: uppercase;
}
.billing_cycle_select_div:nth-child(2) h5 {
    color: #daa300;
}
.billing_cycle_select_div:nth-child(3) h5 {
    color: #d27e00;
}
.billing_cycle_select_div:nth-child(4) h5 {
    color: #ea4a4a;
}
.billing_cycle_select_div:last-child h5 {
    color: #e60000;
}
.billing_cycle_select_div:first-child h5 {
    color: #dea700;
}
.billing_cycle_select p span {
    /*font-weight: 400;*/
    font-size: 23px;
}
.select-fullwidth {
    width: 100%;
}
.sm-form-control {
    height: auto;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
#pricetext h5 {
    margin-bottom: 0;
}
.modalhead {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}
.modalhead-cycle {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 50px;
}
#custom_solution{
    margin: 10px 0 20px 0;
}
#custom_solution h2{
        margin-bottom: 15px !important;
        margin-top: 75px;
    font-size: 36px;
    font-weight: 600;
    color: #157FEC;
}
#SC_Price{
        border: 1px solid #d5d7d8;
    border-width: 0 0 0 1px;
    padding-left: 30px;
}
.contact_us_btn{
    border: 3px solid #157FEC;
    padding: 10px;
    margin-top: 47px;
    border-radius: 5px;
    font-size: 26px;
}
.block_on_mob input{
    margin-right: 10px;
}
.block_on_mob{
    font-size: 16px;
    margin-right: 20px;
}
#show_time_period{
    font-size: 20px;
    font-weight: 600;
}
.package_price_holder{
    margin-right: 20px;
    font-size: 45px !important;
    color: #555;
}

/*my try*/
.summary-banner {
        display: none;
    }
@media (max-width: 575px){
    .right-price,.left-price,.estimated_cost_head{
        text-align: left;
    }
}
@media (min-width: 575px){
    .right-price{
        text-align: right;
    }
}
@media (min-width: 768px){
    .summary-banner {
        display: none !important;
    }
}
@media only screen and (max-width: 767px){
    /*.summary-banner {
        display: block !important;
    }*/
    .summary-banner-pricing p {
        font-size: 13px;
        margin-bottom: 5px;
        margin: 0px;
    }
    .summary-banner-pricing .doller {
        color: #fff;
        font-size: 2.5rem;
    }
    #qsSlider .cents, .summary-banner-pricing .cents {
        font-size: 1.5rem;
        color: #fff;
        font-weight: 400;
    }
    .summary-banner-pricing .btext {
        color: #fff;
    }
    .mob-summarybanner-btn {
        border-radius: 0px;
        color: #1b7dde;
        background-color: #dae7f5;
        border: 0px;
        font-weight: 500;
        font-size: 19px;
        height: 50px;
        line-height: 32px;
    }
    #SC_Price{
        display: none;
    }
    .specification{
            border: 1px solid #fff;
        border-radius: 8px;
        padding: 5px;
        font-weight: 600;
        margin-bottom: 5px;
        display: inline-block;
        /*width: 110px;*/
        text-align: center;
    }
}
.btn-buynow {
    cursor: pointer;
}
.btext {
    padding-left: 5px;
    font-size: 16px;
}
.summary-banner-pricing p {
    margin: 0px;
}
.summary-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

@media (max-width: 767px){
    body{
        padding-bottom:120px;
    }
}
.summary-banner-pricing {
    background-color: #492B8E;
    color: #fff;
    padding: 10px;
    padding-left: 15px;
}
.switch6-light a {
    z-index: 0 !important;
}
.switch6-light > span span{
    z-index: 1 !important;
}
@media (min-width: 992px) and (max-width: 1199){
    .w-pricing-table.pt-type6 .pt-header{
        padding: 35px 20px 0 !important;
    }
}
@media (max-width: 767px){
    #mit-shoutcast .title-icon{
        text-align: center;
        padding: 0;
    }
    #mit-shoutcast{
        margin-top: 0;
    }
    #mit-shoutcast .title{
        padding-top: 0;
        text-align: center;
    }
}
/*my try*/
/*new design changes*/
.best_price{
    font-size: 16px;
    line-height: 32px;
    color: #868894;
    text-align: center!important;
    letter-spacing: 3px;
    margin: 0 !important;
    font-weight: 300;
    text-transform: uppercase!important;
}
.pricing_plan_head{
    z-index: -1;
    position: relative;
    font-weight: 800;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    text-align: center!important;
}
.pricing-info {
    z-index: 1;
    border: 1px solid #ececec;
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
	margin-bottom: 30px;
}
.section-title {
    margin-bottom: 60px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.title {
    z-index: 2;
    position: relative;
}
.iq-fw-8 {
    font-weight: 800;
}
.pricing-list li {
    width: 33.33%;
    float: left;
    list-style: none;
}
.text-green {
    color: #512381;
}
.pricing-list li {
    width: 33.33%;
    float: left;
    list-style: none;
}
ul li:after {
    position: absolute;
    color: #02d871;
    content: "";
    font-family: "Ionicons";
    left: 0;
    top: 2px;
    font-size: 30px;
    font-weight: normal;
}
.iq-fw-8 {
    font-weight: 800;
}
.text-gray {
    color: #868894;
}
.iq-font-18 {
    font-size: 18px;
    line-height: 28px;
}
.iq-fw-6 {
    font-weight: 600;
}

.slide-button {
    display: inline-block;
    height: 35px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    max-width: 125px;
    min-width: 125px;

}

.slide-button:hover .first {
    margin-top: -50px;
}
.button {
    color: #ffffff;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 700;
    border: none;
    position: relative;
    /*background: #343399;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #35115A, #A273CC) repeat scroll 0 0;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 10px;
    padding: 0!important;
}

.button:hover, .button:focus {
    color: #ffffff;
    /*background: #35115A;*/
    
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0E0E9C, #0050d7) repeat scroll 0 0;
    outline: none;
    border-color: #1b0e3d;
}
.button.bt-border  .first {
    background: none;
    color: #7c60d5;
}
/* Buttons green */
.button.bt-border {
    color: #7c60d5;
    background: #ffffff;
    border: 2px solid #7c60d5;
}

.button.bt-border:hover, .button.bt-border:focus {
    color: #33e2a0;
    background: #ffffff;
    outline: none;
    border: 2px solid #33e2a0;
}
    padding: 0 30px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.first {
    background-color: #33e2a0;
    color: #fff;
}

.slide-button:hover .first {
    margin-top: -35px;
}

.button.bt-border  .first {
    background: none;
    color: #7c60d5;
}

.bt-subscribe .first, .bt-subscribe  .second {
    line-height: 48px;
}
.bt-subscribe.btn-comming .first, .bt-subscribe.btn-comming .second {
    line-height: 45px;
}

.bt-subscribe.btn-comming:hover .first {
    margin-top: -45px;
}
.first, .second {
    padding: 0 30px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bt-subscribe .first, .bt-subscribe  .second {
    line-height: 48px;
}

.bt-subscribe.btn-comming {
    height: 45px;
}

.bt-subscribe.btn-comming .first, .bt-subscribe.btn-comming .second {
    line-height: 45px;
}

.select{
    margin-bottom: 20px;
}

.solution-h2{
    font-weight: 800;
    margin-bottom: 0.5rem!important;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
}
.radio-p{
    margin-bottom: 20px!important;
    margin-top: 0;

    font-size: 16px;
    line-height: 32px;
    color: #868894;
}
.mrg-tp{
    margin-top: 50px;
}
#radio-specification h5{
    color: #4D4B66;
    margin-top: 20px;
    font-weight: 600;
}
.order-butn{text-align:center; padding-top:20px; padding-bottom:10px;}
.order-butn .btn-buynow{border-radius:10px; background-color:#fff!important; color:#492B8E; line-height:26px; height:auto;}

@media screen and (max-width: 767px){
    .section-title{
        margin-top: 20px;
    }
    .title{
        text-align: center;
    }
    .pricing-list{
        padding: 0 10px;
    }
    .pricing-list li {
        width: 100%;
        float: none;
        list-style: none;
    }
}

@media screen and (max-width: 576px)
{
    .pricing-list{
        padding: 0 15px;
    }
    .plan-img{
        max-width: 200px;
    }
	.pricing_plan_head{font-size: 30px; line-height: 35px;}
	#mit-sh-head .head-img{width: 95%; margin: 0 auto;}
	.mrg-tp{font-size: 30px; margin-top: 10px;}
	.radio-p{font-size: 15px; line-height: 25px;}
}
@media screen and (max-width: 430px)
{
    .pricing-list{
        padding: 0 14%;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    #need-sec-img{
        max-width: 360px;
    }
}
@media (min-width: 768px) and (max-width: 1200px)
{
    .pricing-list li {
        width: 50%;
        float: left;
        list-style: none;
    }
}

.cp_sel{
    width: 50%;
    margin: auto;
}


.plan_swiching_btn{
    background-color: #612E92;
    border-color: #612E92;
}
.active_label{
    color: #ffffff !important;
}
#mit-sh-plans .select {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    height: 30px !important;
        padding: 0 10px !important;
        max-width: 125px;
    min-width: 125px;
}
/*@media (max-width: 490px){
    #mit-shoutcast{
        :0px !important;
    }
}*/
@media (max-width: 575px){
    #mit-shoutcast {
        margin-top: 0px !important;
    }
	#shoutcast_server_hosting{margin-top: 0!important;}
	#custom_solution h2{margin-top: 30px;}
	#package_selection{padding-top: 30px;}
}

@media screen and (max-width: 488px){
    #mit-shoutcast .title-icon {
        padding:  0 !important;
        margin:  0 !important;
    }
    .btn-green{
        margin: 0 !important;
        text-align: center;
    }
}
#mit-sh-head{
    margin-top: 60px;
}
.relative-pos{
    position: relative;
}
.mrg-t-100{
    margin-top: 100px !important;
}
.mrg-t-75{
    margin-top: 75px !important;
}
.mrg-t-70{
    margin-top: 70px;
}
.mrg-t-80{
    margin-top: 80px;
}
.mrg-t-10{
    margin-top: 10px;
}
.mrg-t-20{
    margin-top: 20px;
}
.mrg-b-20{
    margin-bottom: 20px;
}
.mrg-r-100{
    margin-right: 100px;
}
.dont-show{
    display: none !important;
}
.dont-visible{
    visibility: hidden !important;
}
.option-head{
    display: inline; 
    margin-right: 20px; 
    font-weight: 600;    
    color: #555;
}
.dc-loc-label{
    padding-bottom: 4px; 
    width: 24px; 
    margin-right: 4px;
}
.no-visible{
    visibility: hidden !important;
}
.pack-info{
    font-weight: 800; font-size: 1.25rem; margin-bottom: 10px;color: #555;
}
.selected-pack-data{
    text-align: center; font-size: 25px; font-weight: 600;color: #555;
}
.should-see{
    display: block;
}
.no-mrg-bottom{
    margin-bottom: 0;
}
.white{
    color: #fff;
}
.order-pl{
    height: 120px;
    background-color: white !important;
}
.bgcolor5b2cdd{
    background-color: #5b2cdd !important;
}
.bgcolor-9a78f0{
    background-color: #9a78f0 !important;
}
.bgcolor-7878f0{
    background-color: #7878f0 !important;
}
.bgcolor-4141ba{
    background-color: #4141ba !important;
}
.bgcolor-06a7fd{
    background-color:#06a7fd !important;
}
.bgcolor-3E396B{
    background-color: #3E396B !important;
}
.bgcolor-30287d{
    background-color: #30287d !important;
}
.color-border-e0e6e7{
    border-color: #e0e6e7 !important;
}
.color-border-0db5e4{
    border-color: #0db5e4 !important;
}
.color-border-e0e6e7{
    border-color: #a8d9e7 !important;
}
.color-border-59c5e5{
    border-color: #59c5e5 !important;
}
.relative-pos{
    position: relative !important;
}
.quick-start-ul{
    list-style: none !important;
    color: #888 !important;
    padding: 20px !important;
    line-height: 26px !important;
}
@media (max-width: 567px){
    .mrg-t-100 {
		margin-top: 50px!important;
    }
}
/* Adjust icon layout on mobile */
#mit-shoutcast .title-icon i.fa-shoutcast{
    display:inline-block;
    width:100px;
    height:100px;
    background-size:contain;
}
@media (max-width:767px){
    .block_on_mob label{
        display:inline-flex;
        align-items:center;
    }
    .block_on_mob img{
        margin-right:4px;
    }
    #mit-shoutcast .title-icon{
        margin-bottom:15px;
    }
}

