.a-flag{
    width:40px;
}

.a-icon{
    width:20px;
}

.d-icon{
    width:16px;
}

.a-sim{
    width: 140px;
    position: absolute;
    top: -12px;
    right: 32px;
}

.box{
    background-color: white;
    border-radius: 6px;
    box-shadow: 1px 1px 10px #cccccc;
    padding: 12px 10px;
    margin-bottom: 24px;
    text-align: center;
    cursor: pointer;
    min-height: 54px;
    font-weight: 500;
    color: #000;
}

.box:hover{
    margin-top: -2px;
    margin-bottom: 26px;
}

.title{
    font-weight: 600;
    color: #000;
    text-align: center;
}

.order_btn {
    border: 1px solid #0000b4;
    background-color: #fff;
    color: #0000b4 !important;
}

.order_btn:hover , .order_btn:focus, .order_btn:active {
    border: none;
    color: #fff !important;
}

.btn-blue{
    border-radius: 6px !important;
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
    outline: none !important;
    margin-left: 15px; 
    margin-right: 15px; 
    margin-bottom: 10px;
}

.btn-blue:focus, .btn-blue:active {
   background-color: #0000b4;
}

.center{
    text-align: center;
}

.title-c{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.price-btn{
    width: 100%;
    border-radius: 6px;
    outline: none !important;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-transition: .4s;
}

.price-btn:hover{
    color: white;
    background-color: #0000b4;
    border: none;
}

.vertical-center{
    background-color:#f2f2f2;
    border-radius: 6px;
    padding: 10px 15px;
}

.btn-fixed{
    width: 95%;
    background-color: #555;
    position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.country-title{
    font-size: 13px;
    color: #000;
}

@media(max-width: 600px){
    .title{
        font-size: 22px;
    }
    .title-c{
        font-size: 20px;
    }
    .btn-fixed{
        font-size: 15px;
        width: 91%;
    }
}

@media(min-width: 768px){
    .vertical-center{
        height: 295px;
        padding-top: 50%;
        text-align:center;
    }
    .country-title{
        font-size: 14px;
    }
}

.countries{
    height: 418px;
    overflow-y: scroll;
    background-color:#f2f2f2;
    border-radius: 6px;
    padding: 10px 15px;
}

