/* Add here all your CSS customizations */
.txtxxl{font-size:300%;}

iframe {
    width: 100%;
	border: 3px solid #00BCD4;
    /* border: 5px solid #f00; */
}
.hotblack{
	width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 59%);
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hotdeal01 {
    padding: 1%;
    color: white;
    position: fixed;
    top: 8%;
    z-index: 99999999999;
    width: 40%;
    margin-left: 29%;
    overflow: hidden;
}

.naeemclosebtn01 {
    margin-top: 20px;
    color: #fff;
    /* font-weight: bold; */
    margin-left: 68%;
    font-size: 32px;
    line-height: 16px;
    cursor: pointer;
    transition: 0.3s;
    background: #f44336;
    padding: 10px 10px;
    border-radius: 21px;
	position: absolute;
}



@media (max-width: 767px) {
.hotdeal01 {
    width: 96%;
    margin-left: 2%;
    top: 14%;
    /* height: 60vh; */
}
.naeemclosebtn01 {
    margin-top: 70px !important;
    float: right;
    position: relative !important;
}
}

.text-white{
    color: #fff !important;
}


.tth{
    min-height:35px;
}

.flr{
    float: right;
}


.img-tools{
    max-width: 120px;
    max-height:75px;
}

.img-team{
    width: 180px;
    max-height:200px;
	border-radius: 5px;
}
.main{
    margin-top: 70px;
}

.mt-0 { margin-top: 0px;}
.mt-1 { margin-top: 0.5rem !important;}
.mt-2 { margin-top: 0.5rem !important;}
.mt-3 { margin-top: 1rem !important;}
.mt-4 { margin-top: 2rem !important;}

.p-0 { padding: 0px;}
.p-1 { padding: 1rem !important;}
.p-2 { padding: 2rem !important;}
/* .p-3 { padding: 3rem !important;} */
/* .p-4 { padding: 4rem !important;} */

.blog-thumb{
	width: 90%;
    max-height: 150px;
    margin: 5px;
    border: 1px solid #00BCD4;
    border-radius: 5px;
}

.blog-list{
	margin-top: 2rem;
	border-radius:5px;
	border: 1px solid #2e929d;
	/* background:#efefef; */
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;
	padding: 5px 10px;
}

.sme-thumb{
	width: 140px !important;
	height:150px !important;
}

