@charset "utf-8";


.bg-sms-img{
	
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:url('../back.jpg');
	background-size:contain;
	overflow: scroll;
	background-repeat: repeat;
}


.sms-card-img{
position: relative;
    box-shadow: 4px -1px 6px 0px grey;
    border-radius: 10px;
}
.card-item {
   
    padding-top: 39px;
    padding: 0 8px 0 12px;
    /* width: 38%; */
}

.heading-picture {
    text-align: center;
    background-image: burlywood;
    background-image: url(bkimage.jpg);
    /* width: 100%; */
    /* background-repeat: no-repeat; */
    height: 119px;
    background-size: cover;
    background-position-y: -13px;
}

.body-image {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 12px;
    /* height: 100%; */
}

img.bg-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}

.margin-left-12 {
    margin-left: 12px;
}

.margin-right-12 {
    margin-right: 12px;
}

.margin-top-12 {
    margin-top: 12px;
}

.font-size-20 {
    font-size: 20px;
}
.flexible {
    display: flex;
    flex-wrap: wrap;
}

.flexibale {
    display: flex;
    flex-wrap: wrap;
}

.sms-item p {margin: 0;width: 50%;font-size: 16px;text-align: right;}

.sms-item img {
    width: 100px;
    height: 37px;
}

.sms-conatiner * {
    box-sizing: border-box;
}

a.sms-item {
    /* border: solid; */
    background-color: white;
}

.sms-item .item {
    border: 1px solid #8080804a;
    padding:12px;
    border-left: 2px solid #d7d7d7;
    padding-left: 14px;
    box-shadow: 0px 3px 0px 0px #43434354;
    border-radius: 32px;
    color: black;
    /* box-shadow: 2px 0px black; */
    background-color: white;
}

.padding-bottom {
    padding-bottom: 13px;
}

h2 {}

.sms-conatiner h2 {
    text-align: center;
}

.sms-conatiner p {
}

p.sms-sub-title {
    text-align: center;
    font-size: 15px;
}

.uk-modal-body {
    background:url('../back.jpg') !important;
	border-radius: 28px;
    box-shadow: 0 0 70px #000000;
}

.uk-modal {
	background: #4891dc7a !important;
}


a.remove-blue-anchor {
    color: inherit !important;
    text-decoration: none !important;
}

uk-close-color {
    color: black !important;
}

.uk-close-color {
   background-color: white !important;
   border-radius: 50% !important;
    padding: 12px !important;
}

.image-size {
    width: 50px;
}

p.cancel-service {
    font-size: 12px;
    color: red;
}

p.sms-network-name {
    font-size: 15px;
    color: black;
    margin-left: 85px;
    text-align: -webkit-left;
    padding-bottom: 9px;
    text-align: center;
}

.section-one{
	width: 33%;
}
.section-two{
	width: 33%;
	    margin-top: 30px;
}
.section-three{
	width: 33%;
	margin-top: 60px;
}

small-font.small-font {
    font-size: 18px;
}

.picture.small-picture {
    margin-top: -6px;
}

picture {
    position: relative;
}

picture p {position: absolute;bottom: 36px;right: 109px;font-size: 19px;color: white;}

.row-width-100{
	display: flex;
	width: 100%;
}
.width-60{
	width: 60%;
}
.width-70{
	width: 70%;
}
.width-80{
	width: 80%;
}
.width-90{
	width: 90%;
}
.width-100{
	width: 100%;
}
.width-20{
	width: 20%;
}
.width-30{
	width: 30%;
}
.width-40{
	width: 40%;
}
.msg-icon{
	width: 100%;
}