@charset "utf-8";
/* CSS Document */
*
{
	padding:0;
	margin:0;
}

body
{
	font-family: Roboto,sans-serif;
	background-color:#fff;
	overflow-x:hidden;
}

h1,h2,h3
{
	color:#00305e;
	margin:25px 0px;
}

h1{
	font-family: Roboto,sans-serif;
	font-size:48px;
	color:#000000;	
	font-weight:400;
}

h2{
	font-family: Roboto,sans-serif;
	font-size:36px;
	color:#000000;
	font-weight:500;
}

h3{
	font-family: Roboto,sans-serif;
	font-size:30px;
	color:#000000;
	font-weight:400;
}

h4{
	font-family: Roboto,sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:400;
}

h5{
	font-family: Roboto,sans-serif;
	font-size:22px;
	color:#000000;
	font-weight:400;
}

h6{
	font-family: Roboto,sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:400;
}

p{
	font-family: Roboto,sans-serif;
	font-size:18px;
	color:#5e5e5e;
	font-weight:400;
	line-height:28px;
	
}


ul,ol
{
	padding:0;
	margin:0;
}

ul li,ol li
{
	list-style-type:none;
	font-family: Roboto,sans-serif;
	font-size:18px;
	color:#707070;
	font-weight:400;
	line-height:30px;
}

a
{
	font-family: Roboto,sans-serif;
	transition: all 0.2s ease;
	color:#000000;
	font-weight:700;
	text-decoration:none;
}

a:hover {
    color:#000000;
	text-decoration:none;
}

strong
{
    font-size:18px;
	font-family: Roboto,sans-serif;
	font-weight:600;
	color:#000;
}

hr {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    height: 5px;
    width:auto;
}

.whatsOn {
    background-color: #f3f3f3;
    padding: 80px 0 80px;
}

.whatsOn .boxShadow {
    background-color: #fff;
    padding: 10px 25px 25px;
    margin-top: 30px;
    border-radius: 8px;
    min-height:478px!important;
}

.whatsOn h3
{
font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}    

    .aboutWebinar h2 {
    font-weight: 700;
    margin: 20px 0;
}


.whatsOn ul li {
    min-height: 42px;
    list-style: none;
    background: url(https://thecommerceshop.com/manufacturers/wp-content/uploads/2025/08/bullet-points.webp) 0 12px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 20px;
    background-position: top 2px left;
}

.aboutWebinar ul li {
    line-height: 36px !important;
    list-style-type: disc;
}

.newWebinarAbt
{
    padding:60px 0px;
}

.speakers h2 {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
    color: #363636;
    text-align: center;
    margin-bottom: 30px;
}

.speakers-list {
    border: 1px solid #F16223;
    border-radius: 10px;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 498px;
}

.speakers
{
    padding-bottom: 80px;
}

.register-form {
    background-color: #fff;
    padding: 25px 45px;
    margin: 50px 0 0 35px;
    border-radius: 10px;
    box-shadow: 0 15px 38px 10px rgba(0,0,0,.1)
}

.register-form h4 {
    color: #ef533a;
    font-weight: 700;
    margin-top: 0;
}

.register-form hr {
    background: #ef533a none repeat scroll 0 0;
    border: medium none;
    height: 2px;
    width: 72px;
    margin: 0 auto;
}

.form-group input {
    font-size: 18px;
    height: 52px;
}

.section-one {
    background: url(https://thecommerceshop.com/manufacturers/wp-content/uploads/2025/08/how-to-sell-online-without-channel-conflict-banner.webp) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    padding: 80px 0px;
}

.foot-but {
    background: #f76f45;
    color: #fff;
    border: 0;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    border-radius: 6px;
    margin-top: 15px;
}

.foot-but:hover
{
    background: #f76f45;
    color: #fff;
}

@media (min-width: 768px){
	
}

@media (min-width: 991px) and (max-width: 1366px) {

     
}

@media (max-width: 1024px) {
	
	

}

@media (max-width: 991px){

    .speakers-list {
        {
            height: auto;
            margin-bottom: 30px;
        }

	
}

@media (max-width: 768px) {
	

}

@media (max-width: 581px) {
	

}

@media (max-width:480px) {
	

	
}



	
