.noticebox{ width:100%; float:left; padding:20px; background-color:#EFFEDD; border:1px solid #C0CFAE; min-height:160px;}
.noticeboxleft{ width:10%; float:left; height:100px;}
.noticeboxright{ width:80%; float:left; height:100px; margin-left:10px;}
.noticeboxheading{width:100%; float:left; min-height:32px; font-size:22px; font-weight:bold; color:#006600; border-bottom:1px solid #CCCCCC; font-family:Arial}
.noticeboxtext{width:100%; float:left; min-height:32px; font-size:13px; color:#000000; font-family:Arial }

.form-group label{ color:#333333}
.nopad{ padding:0!important}
.nopad_left{ padding-left::0!important}
.nopad_right{ padding-right::0!important}
.nopad_top{ padding-top::0!important}
.nopad_bottom{ padding-bottom::0!important}

.form-control{ height:56px;}
.form-select{ height:56px;}
.form-group{ margin-top:20px!important;}

shareThis{ width:100%; float:left; margin-top:10px; margin-bottom:10px;}
shareThis h7{ width:100%; float:left; margin-bottom:8px;}

.table tbody td{ height:45px; vertical-align:top}
.table tbody td .fa{ font-size:20px; color:#333333}

.action-btn{ background-color:#996600!important; color:#FFFFFF!important}
.action-btn i{ color:#FFFFFF!important}

.trending{ width:100px; height:30px; line-height:30px; color:#FFFFFF; float:left; background-color:#6650D7; text-align:center; font-size:14px; font-family:Arial; margin:2px;}
.hot{ width:100px; height:30px; line-height:30px; color:#FFFFFF; float:left; background-color:#FF3300; text-align:center; font-size:14px; font-family:Arial; margin:2px;}
.todayoffer-page-header{ width:100%; float:left; height:50px;    margin-bottom:75px; border-bottom:2px dotted #DFDFDF; padding-left:10px; font-size:38px; font-weight:normal; text-align:left; padding-bottom:18px;}
.todayoffer-cat-box
{
	width:100%;
	float:left;
	height:18px; 
	line-height:24px;
	margin-top:5px;
}
.todayoffer-cat-box a{ font-size:14px; color:#333333; font-family:Arial;}
.todayoffer-cat-hd
{
	width:100%;
	float:left;
	height:34px; 
	line-height:10px;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #CCCCCC;
	
}
.todayoffer-box
{
	width:450px; 
	float:left; 
	height:380px;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	margin:10px;
}
.todayoffer-box-img
{
	width:450px; 
	float:left;
	height:250px;
}
.todayoffer-box-img img{ width:100%; float:left; height:227px;}
.todayoffer-box-title{ width:100%; float:left; height:36px;}
.todayoffer-box-title a{ font-weight:bold; font-size:18px; text-decoration:none; color:#666666; margin-top:8px; float:left}
.todayoffer-left{ width:50%; float:left; height:40px; margin-top:30px;}
.todayoffer-right{ width:50%; float:left; height:40px; line-height:40px; font-size:22px; font-weight:bold; text-align:right; margin-top:20px;}
.todayoffer-discount-box{ width:65px; float:right; height:20px; line-height:20px; border:1px solid #53A318; color:#53A318; text-align:center; border-radius:5px; font-size:12px; font-weight:normal; font-family:Arial;}
.sel-cust{ width:50%; float:left; margin-top:6px; min-height:14px; white-space:nowrap; padding-left:10px;}
.sel-cust a{ font-size:13px;}



.team-section {
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
}
.team-teddy {
    position: absolute;
    top: 5%;
    left: 2%;
    width: 10%;
}
.team-teddy2 {
    position: absolute;
    top: 40%;
    left: 2%;
    width: 8%;
    animation: wobble 3s infinite alternate;
}
.team-teddy3 {
    position: absolute;
    top: 45%;
    right: 2%;
    width: 10%;
    animation: baloon-teddy 4s infinite alternate;
}
.team-teddy4 {
    position: absolute;
    bottom: 10%;
    left: 2%;
    width: 10%;
    animation: right-shake-teddy 5s infinite alternate;
}

/* team deatil section page css */
.team-detail-section {
    padding: 80px 0;
    position: relative;
}
.team-detail-main {
    position: relative;
}
.team-detail-img {
    position: relative;
    /* height: 400px; */
    width:100%;
    border-radius: 8px;
    border: 14px solid #ffffff;
    box-shadow: 0px 0px 10px 0px #c7c1c1;
}
.team-detail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-social-links {
    width: 60px;
    position: absolute;
    top: 20px;
    left: -10px;
    background: #ffffff;
    padding: 8px !important;
}
.team-social-links a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #03A9F4;
    color: #ffffff;
    margin: 3px 0;
    font-size: 18px;
}
.team-detail-desc {
    margin-bottom: 30px;
    text-align: justify;
    height: 100%;
    overflow: auto;
}
.team-detail-info h3 {
    font-weight: 700;
    text-transform: capitalize;
    color: #2a469b;
}
.team-detail-desc p {
    margin-bottom: 8px !important;
    line-height: 30px;
}
/* .team-detail-desc p:nth-child(4) {
    display: inline-block;
} */

.team-gallery {
    margin: 50px auto;
    position: relative;
}