/* Enter Your Custom CSS Here */
.btn-my > a {
    color: #fff;
    font-family: oswald;
    font-weight: bold;
}
.but-btn {   width: 50% !important;  margin: 0 auto !important;}
.but-btn strong {
    font-size: 35px;
    line-height: 1.2;
}

.btn-my {
    background: #fd8100 none repeat scroll 0 0;
    border-radius: 9px;
    box-shadow: 2px 6px #086274;
    color: #fff !important;
    margin: 10px;
    padding: 20px;
}



.but-btn a{
    font-style:normal;    
background: #fd8100 none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 3px 6px #086274;float:left;padding:27px;
    
    
}
.but-buy {
    background: #fd8100 none repeat scroll 0 0;
    padding: 30px;box-shadow: 3px 6px #086274;float:left;padding:27px;
    width: 80%; border-radius: 7px;     margin-bottom: 41px;
}




@media screen and (max-width: 1024px) {.but-btn {
    margin: 0 auto !important;
    width: 57% !important;
}

}

@media screen and (max-width: 768px) {
  .but-btn {
    margin: 0 auto !important;
    width: 77% !important;
}

}

@media screen and (max-width: 736px) {

}

@media screen and (max-width: 480px)
{
  .but-btn { margin: 0 auto !important;   width: 100% !important;}
  .but-btn a {   padding: 11px;}
  .bg-blue {   height: auto !important; }
  .option{width:100% !important;}
  .but-btn strong {
    font-size: 16px;
    line-height: 1.2;
}
}


@media screen and (max-width: 375px)
{

}