@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pavanam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meera+Inimai&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700;800;900&display=swap');
body {
background: #f4f4f4;
color: #000;
font-family: 'Roboto', sans-serif;
}

a {
  color: #FF5722;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}
a{
color:#2d40a6;
}
a:hover {
    text-decoration:none;
}
.clear-fix{
clear: both;
}
.btn:focus {
  outline: none;
}
button:active {
outline: none;
border: none;
}
button:focus {outline:0;}
textarea:focus, input:focus , a:focus{
outline: none;
}
input, button, select, textarea{
font-family: 'Roboto', sans-serif;
}
html, body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
font-weight:700;
margin: 0 0 20px 0;
padding: 0;
}
.pad0{
padding:0px;
}
.container{
background-color:#fff;
padding:0px;
}
.desktop-view{
display:block;
}
.mobile-view{
display:none;
}
/*****************/
/**header-section**/
.header-section{
background-color:#fff;
}
.header-login-btn{
background-color:#fff;
color:#0066ff;
font-size:16px;
font-weight:400;
border:1px solid #0066ff;
font-family: 'Roboto', sans-serif;
box-shadow:none;
border-radius:6px;
}
.header-login-btn:hover, .header-login-btn:focus{
background-color:#fff;
color:#0066ff;
box-shadow:0px 0px 6px 0px #859dfd;
}
.lgn-icon{
background: url('../images/lg-arw.png') no-repeat -3px -3px;
width: 18px;
height: 18px;
display:inline-block;
vertical-align:middle;
margin-left:3px;
}
.header-new-register-btn{
background-color:#0066ff;
color:#fff;
font-size:16px;
font-weight:400;
border:1px solid #0066ff;
font-family: 'Roboto', sans-serif;
box-shadow:none;
border-radius:6px;
}
.header-new-register-btn:hover, .header-new-register-btn:focus{
background-color:#0066ff;
color:#fff;
box-shadow:0px 0px 6px 0px #859dfd;
}
.header-section .navbar-nav li{
padding:0px 15px;
}
.header-section .bg-light {
background-color: #fff !important;
}
/**header-section-closed**/

/**banner-section**/
/*.banner-section{
background-image:url('../images/homepage/banner-bg.jpg');
height:460px;
padding:0px;
background-repeat:no-repeat;
}*/
.banner-section{
background-image:url('../images/homepage/banner-bg1.jpg');
height:530px;
padding:0px;
background-repeat:no-repeat;
overflow:hidden;
}
.banner-left-div{
max-width: 400px;
padding-top: 40px;
margin: 0 auto;
}
.banner-left-div h1{
color:#2a3272;
font-size:1.84rem;
font-weight:700;
line-height: 40px;
margin-bottom:10px;
font-family: 'Pavanam', sans-serif;
}
.banner-left-div ul{
padding:0px;
list-style:none;
}
.banner-left-div ul li{
color:#1e2662;
font-size:1.30rem;
font-weight:700;
line-height:38px;
font-family: 'Pavanam', sans-serif;
}
.bnr-arw{
margin-right:5px;
}
.btn-banner-sf{
background-color:#0066ff;
color:#fff;
font-size:26px;
font-weight:700;
border:1px solid #0066ff;
font-family: 'Roboto', sans-serif;
padding:10px 35px;
border-radius:6px;
margin-bottom:10px;
box-shadow:0px 0px 10px 0px #98bbf0;
margin-top:15px;
border:0px;
}
.btn-banner-sf:hover, .btn-banner-sf:focus{
background-color:#0066ff;
color:#fff;
box-shadow:0px 0px 0px 0px #859dfd;
border:0px;
}
.banner-max-btn{
max-width:270px;
}
.banner-max-btn p{
color:#1e2662;
font-size:17px;
font-weight:400;
font-family: 'Libre Baskerville', serif;
text-align:center;
}
.id-card-div{
padding-top: 15px;
}
.banner-max-div{

}
.banner-section .carousel-control-prev-icon{
background: url('../images/homepage/banner-left-arrow.png') no-repeat -1px -2px;
width: 24px;
height: 24px;
}
.banner-section .carousel-control-next-icon{
background: url('../images/homepage/banner-right-arrow.png') no-repeat -1px -2px;
width: 24px;
height: 24px;
}
.banner-section .carousel-control-next, .banner-section .carousel-control-prev{
opacity: 1;
}
/**banner-section-closed**/
/**banner-bottom**/
.banner-bottom{
background-color:#ffc857;
padding:10px 0px;
}
.banner-bottom p{
color:#202020;
font-size:15px;
font-weight:400;
margin-bottom:0px;
text-align:center;
font-family: 'Roboto', sans-serif;
}
.supported-printers{
padding:40px 40px;
}
.supported-printers h3{
font-size:40px;
font-weight:800;
text-align:center;
line-height:40px;
margin-bottom:10px;
color:#30305c;
font-family: 'Catamaran', sans-serif;
}
.supported-printers h4{
font-size:32px;
font-weight:800;
text-align:center;
line-height:40px;
margin-bottom:40px;
color:#30305c;
font-family: 'Catamaran', sans-serif;
}
.supported-printers ul{
padding:0px;
list-style:none;
}
.supported-printers ul li{
display: inline-block;
background-color: #f6f6f6;
width: 32.5%;
padding: 10px 20px;
margin: 3px 2px;
border:1px solid transparent;
font-family: 'Catamaran', sans-serif;
height: 180px;
vertical-align: middle;
}
.supported-printers h5{
font-size:22px;
font-weight:800;
line-height:30px;
margin-bottom:0px;
color:#000;
font-family: 'Catamaran', sans-serif;
font-style:italic;
position:relative;
height:60px;
}
.supported-printers ul li:hover{
border:1px solid #f6f6f6;
background-color: #ff0060;
color:#fff;
}
.supported-printers ul li a{
color:#000;
position: relative;
display:block;
}
.supported-printers ul li a:hover{
color:#fff;
}
.supported-printers ul li:hover h5{
color:#fff;
}
.supported-printers ul li:hover img{
filter: brightness(0) invert(1);
}
.arw-hmw{
position:relative;
}
.supported-printers ul li:hover .arw-hmw:after{
content:'';
background: url('../images/homepage/arw-icon.png') no-repeat -1px -3px;
width: 41px;
height: 32px;
display:inline-block;
vertical-align:middle;
position: absolute;
right: -10px;
bottom: -10px;
}
.supported-printers p{
font-weight: 900;
color: #000;
font-family: 'Arima Madurai', cursive;
font-style: italic;
font-size: 18px;
}



.section-three-div{
padding:30px 0px;
}
.section-three-div h2{
color:#000;
font-size:27px;
font-weight:700;
text-decoration:underline;
text-align:center;
text-transform:uppercase;
font-family: 'Roboto', sans-serif;
margin-bottom:30px;
}
.section-three-div h3{
font-size:37px;
font-weight:400;
color:#000;
}
.section-three-div p{
color:#040404;
font-size:20px;
font-weight:400;
line-height:30px;
font-style:italic;
}
.section-three-div ul{
padding:0px;
list-style:none;
}
.section-three-div ul li{
padding: 7px 0px;
font-size: 27px;
color: #000;
font-weight: 500;
}
.blck-arw{
background: url('../images/homepage/blck-arw.png') no-repeat -1px -1px;
width: 25px;
height: 25px;
display:inline-block;
vertical-align:middle;
margin-right:4px;
}
.cards-pad-div{

}
.max-width-inner{
max-width:960px;
margin:0 auto;
}
.pd-top{
padding-top:30px;
}
.readymade-section{
background-color:#fff2f1;
padding:30px 0px 10px 0px;
}
.pad-txt-top{
padding-top:50px;
}
/**banner-bottom-closed**/

/**risk-free-section**/
.risk-free-section{
padding:40px 0px;
}
.max-risk-free{
max-width:960px;
margin:0 auto;
}
.risk-free-section p{
color: #040404;
font-size: 28px;
font-weight: 400;
line-height: 30px;
}
.risk-free-section p span{
color: #040404;
font-size: 70px;
font-weight: 700;
line-height: 30px;
font-family: 'Roboto', sans-serif;
margin-left:10px;
}
.btn-risk-free{
background-color:#430cfd;
color:#fff;
font-size:18px;
font-weight:400;
border:0px;
box-shadow:none;
padding: 15px 50px;
margin-top: 20px;
margin-bottom: 20px;
}
.btn-risk-free:hover, .btn-risk-free:focus{
background-color:#430cfd;
color:#fff;
border:0px;
box-shadow:0px 4px 9px 0px #817ee1;
}

/**risk-free-section-closed**/

/**footer-section**/
.footer-section{
padding:40px 0px;
background-color:#f7f7f7;
}
.footer-logo{

}
.footer-link{

}
.footer-link ul{
padding:0px;
list-style:none;
}
.footer-link ul li{
display:block;
padding:5px 0px;
color:#9f9f9f;
font-size:15px;
}
.footer-link ul li a{
color:#9f9f9f;
font-size:15px;
}
.footer-link ul li a:hover{
text-decoration:underline;
color:#430cfd;
}
.footer-section p{

}
.disclaimer-div{
background-color: #fff;
padding: 20px 40px;
max-width:950px;
margin:0 auto;
}
.disclaimer-div p{
text-align: left;
font-size: 15px;
color: #000;
line-height: 30px;
margin-bottom:0px;
}
/**footer-section**/
/**about-us**/
.about-banner-section{
background-image: url(../images/banner-bg.jpg);
height: 200px;
padding: 0px;
background-repeat: no-repeat;
background-position: bottom;
}
.about-banner-max-div{
max-width: 670px;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 20px;
}
.about-banner-max-div h3{
color:#fff;
font-size:42px;
font-weight:700;
text-align:center;
font-family: 'Roboto', sans-serif;
}
.about-banner-max-div p{
color:#fff;
font-size:14px;
font-weight:400;
text-align:center;
line-height:24px;
font-family: 'Roboto', sans-serif;
}
.bg-content-div{
background-color:#fff;
padding-top:40px;
padding-bottom:40px;
}
.content-para-div{

}
.content-para-div h3{
color: #000;
font-size: 27px;
font-weight: 700;
text-decoration: underline;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
margin-bottom: 30px;
}
.content-para-div p{
font-size: 14px;
color: #000;
line-height: 26px;
margin-bottom: 20px;
font-family: 'Roboto', sans-serif;
}
.content-para-div h2{
color: #000;
font-size: 27px;
font-weight: 700;
margin-bottom: 30px;
}
.max-box-div{
border: 1px solid #ddd;
background-color: #fff;
box-shadow: 0px 0px 6px 0px #e1e1e1;
padding: 25px 20px;
max-width: 321px;
margin: 0 auto;
border-radius: 4px;
margin-top:65px;
position: sticky;
top: 10px;
}
.max-box-div p{
color: #040404;
font-size: 18px;
font-weight: 400;
line-height: 30px;
text-align:center;
}
.max-box-div p span{
color: #040404;
font-size: 32px;
font-weight: 700;
line-height: 30px;
font-family: 'Roboto', sans-serif;
margin-left: 10px;
}
.btn-register-bx{
background-color: #430cfd;
color: #fff;
font-size: 15px;
font-weight: 400;
border: 0px;
box-shadow: none;
padding: 14px 20px;
margin-top: 10px;
margin-bottom: 0px;
font-family: 'Roboto', sans-serif;
width:100%;
}
.btn-register-bx:hover, .btn-register-bx:focus{
background-color:#430cfd;
color:#fff;
border:0px;
box-shadow:0px 4px 9px 0px #817ee1;
}

.content-para-div ul{

}
.content-para-div ul li{
font-size: 14px;
color: #000;
line-height: 26px;
margin-bottom: 20px;
font-family: 'Roboto', sans-serif;
}
/**about-us-closed**/

/**dashbboard-section**/
.dashbboard-section{
background-color: #fdf5fc;
padding:50px 0px;
}
.dashboard-titile{

}
.dashboard-titile h3{
text-align: center;
color: #30305c;
font-size: 24px;
font-weight: 900;
line-height: 50px;
font-family: 'Arima Madurai', cursive;
margin-top:10px;
}
.dashboard-img{
border: 2px solid #dee4e7;
border-radius: 4px;
box-shadow: 7px 15px 49px 15px #eed9ec;
margin-top:20px;
margin-bottom:20px;
}
/**dashbboard-section-closed**/
/**succ-unsucc**/
.succ-unsucc{
background-color:#f8f8f8;
padding:50px 15px;
}
.succ-one-title h3{
text-align: center;
color: #000;
font-size: 26px;
font-weight: 900;
line-height: 50px;
font-family: 'Arima Madurai', cursive;
margin-top:10px;
font-style:italic;
}
.max-succ-box{
background-color: #fff;
border: 1px solid #d4d4d4;
padding: 25px 20px;
font-family: 'Arima Madurai', cursive;
max-width: 320px;
box-shadow: 0px 0px 5px 0px #e6e6e6;
}
.max-succ-box h4{
font-size: 20px;
text-align: center;
font-weight: 900;
color: #30305c;
font-family: 'Arima Madurai', cursive;
}
.max-succ-box ul{
padding:0px;
list-style:none;
margin-bottom:0px;
}
.max-succ-box ul li{
display: block;
vertical-align: middle;
padding: 10px 0px;
color: #30305c;
font-size: 16px;
font-weight: 900;
text-indent: -40px;
margin-left: 45px;
}
.max-succ-box ul li .grn-tick-ic{
background: url('../images/homepage/green-tick.png') no-repeat 0 0;
width: 31px;
height: 31px;
display:inline-block;
vertical-align:middle;
margin-right:5px;
}
.succ-bg{

}
.max-succ-div{
background-image: url('../images/homepage/succ-img.png');
background-repeat: no-repeat;
max-width: 890px;
margin: 0 auto;
background-size: 80%;
height: 510px;
background-position: right top 20px;
}
.succ-one-title{
margin-bottom:50px;
}


.unsucc-unsucc{
background-color:#f8f8f8;
padding:50px 15px;
}
.unsucc-one-title h3{
text-align: center;
color: #000;
font-size: 26px;
font-weight: 900;
line-height: 50px;
font-family: 'Arima Madurai', cursive;
margin-top:10px;
font-style:italic;
}
.max-unsucc-box{
background-color: #fff;
border: 1px solid #d4d4d4;
padding: 25px 20px;
font-family: 'Arima Madurai', cursive;
max-width: 320px;
box-shadow: 0px 0px 5px 0px #e6e6e6;
margin: 0 0 0 auto;
}
.max-unsucc-box h4{
font-size: 20px;
text-align: center;
font-weight: 900;
color: #30305c;
font-family: 'Arima Madurai', cursive;
}
.max-unsucc-box ul{
padding:0px;
list-style:none;
margin-bottom:0px;
}
.max-unsucc-box ul li{
display: block;
vertical-align: middle;
padding: 10px 0px;
color: #30305c;
font-size: 16px;
font-weight: 900;
text-indent: -40px;
margin-left: 45px;
}
.max-unsucc-box ul li .red-tick-ic{
background: url('../images/homepage/red-tick.png') no-repeat 0 0;
width: 31px;
height: 31px;
display:inline-block;
vertical-align:middle;
margin-right:5px;
}
.succ-bg{

}
.max-unsucc-div{
background-image: url('../images/homepage/un-succ.png');
background-repeat: no-repeat;
max-width: 890px;
margin: 0 auto;
background-size: 80%;
height: 510px;
background-position:left top 20px;
}
.unsucc-one-title{
margin-bottom:50px;
}
.max-unsucc-box2{

}
.diomand-img{
position: relative;
margin-top: -70px;
margin-bottom: 20px;
}
/**succ-unsucc-closed**/

/**FAQ**/
.faq-hm-section{
padding:25px 25px;
}
.title-faq{
color:#012255;
font-size:20px;
font-weight:700;
text-align:center;
font-family: 'Meera Inimai', sans-serif;
margin-top:20px;
}
#faq{
padding-top: 15px;
}
.faq-hm-section #faq .card {
margin-bottom: 20px;
border: 1px solid #ccc7b3;
border-radius: 4px;
}

.faq-hm-section #faq .card .card-header {
border: 0;
-webkit-box-shadow: none;
      box-shadow:none;
border-radius: 2px;
padding: 0;
font-family: 'Meera Inimai', sans-serif;
}

.faq-hm-section #faq .card .card-header .btn-header-link {
display: block;
text-align: left;
background: #fff;
color: #000056;
padding: 10px 20px;
font-weight: 700;
font-size: 0.9rem;
font-family: 'Meera Inimai', sans-serif;
}

.faq-hm-section #faq .card .card-header .btn-header-link:after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
float: right;
color: #e1c968;
font-size: 22px;
top: -5px;
position: relative;
}

.faq-hm-section #faq .card .card-header .btn-header-link.collapsed {
background: #f8f6ee;
color: #000056;
}

.faq-hm-section #faq .card .card-header .btn-header-link.collapsed:after {
content: "\f106";
}

.faq-hm-section #faq .card .collapsing {
background: #fff;
}

.faq-hm-section #faq .card .collapse {
border: 0;
}

.faq-hm-section #faq .card .collapse.show {
background: #fff;
line-height: 22px;
color: #222;
}
.faq-hm-section #faq .card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 10px 20px;
color: #000056;
font-size: 0.9rem;
line-height: 26px;
font-weight: 400;
font-family: 'Meera Inimai', sans-serif;
}
/**FAQ-CLOSED**/

/**more-efficient-section**/
.more-efficient-section{
padding:25px 30px;
background-color:#fdf5fc;
}
.more-efficient-section h2{

}
.more-efficient-section h3{

}
.more-efficient-section p{
color: #1e2662;
font-size: 15px;
font-weight: 400;
line-height: 26px;
font-family: 'Roboto', sans-serif;
margin-bottom: 10px;
}
.more-efficient-section ul{
padding:8px 15px;
}
.more-efficient-section ul li{
color: #1e2662;
font-size: 15px;
font-weight: 400;
line-height: 26px;
font-family: 'Roboto', sans-serif;
margin-bottom: 10px;
}
.max-effi-content{
max-width: 960px;
margin: 0 auto;
}
/**more-efficient-section**/


/**video-thumb-section**/
.video-header{

}
.video-header .navbar-light .navbar-nav .nav-link {
color: #000;
font-size: 14px;
font-weight: 700;
font-family: 'Meera Inimai', sans-serif;
}
.video-header .navbar-light .navbar-nav .nav-link:hover{
color: #f00;
}
.video-thumb-section{
padding:30px;
}
.video-thumb-section h2{
color:#000000;
font-size:24px;
font-family: 'Meera Inimai', sans-serif;
}
.video-thumb-div{

}
.video-thumb-div img{
width: 235px;
height: 135px;
object-fit: cover;
}
.video-thumbtext-div{
padding-top:5px;
}
.video-thumbtext-div h4{
font-size:16px;
font-weight:500;
font-family: 'Meera Inimai', sans-serif;
color:#000;
margin-bottom: 10px;
}
.video-thumbtext-div p{
font-size:14px;
font-weight:400;
font-family: 'Meera Inimai', sans-serif;
color:#6c6c6c;
}
.watch-video-red{
background-color:#ee2c34;
color:#fff;
font-size:18px;
font-weight:400;
font-family: 'Roboto', sans-serif;
border:0px;
border-radius:2px;
box-shadow:none;
padding:10px 25px;
width: 290px;
}
.watch-video-red:hover, .watch-video-red:focus{
box-shadow:0px 0px 10px 0px #b7b7b7;
color:#fff;
border:0px;
background-color:#f00;
}
.video-row-div{
padding:0px;
border-bottom:1px solid #dfdcdc;
padding-top: 30px;
padding-bottom: 30px;
}
.video-row-div:hover{
background-color: #f8f8f8;
}
.video-header .navbar-brand{
border-right: 1px solid #e6e6e6;
padding-right: 10px;
}
/**video-popup**/
.video-popup{

}
.video-popup .modal-dialog{
max-width:730px;
}
.video-popup button.close {
padding: 0;
background-color: #fff;
border: 1px solid #ccc;
border-radius:50%;
}
.video-popup .close {
float: right;
font-size: 27px;
font-weight: 400;
line-height:20px;
color: #000;
text-shadow: 0 0px 0 #fff;
opacity: 2;
position: absolute;
right: -10px;
top: -9px;
width: 30px;
height: 30px;
}
/**video-thumb-section-closed**/



@media(max-width:1920px){
.container-flex{
max-width:1600px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media(max-width:1600px){
.container-flex{
max-width: 1440px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media(max-width:1440px){
.container-flex{
max-width: 1300px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media(max-width:980px){
.supported-printers ul li {
width: 31.5%;
}
}
@media(max-width:520px){
.header-section .navbar-brand img{
max-width: 174px;
}
.header-section .navbar-light .navbar-brand{
max-width:50%;
}
.header-section .navbar-light .navbar-toggler{
border-color:transparent;
}
.banner-max-btn{
max-width:inherit;
}
.btn-banner-sf{
width:100%;
}
.banner-section .carousel-control-next-icon{
top: 70px;
position: relative;
}
.banner-section .carousel-control-prev-icon{
top: 70px;
position: relative;
}
.banner-left-div ul li{
font-size:14px;
}
.banner-left-div h1{
font-size:22px;
margin-bottom:0px;
}
.banner-section{
height: auto;
background-size: cover;
}
.supported-printers {
padding: 20px 15px;
}
.supported-printers h3{
font-size:22px;
}
.supported-printers ul li{
width:48.3%;
height: 150px;
vertical-align: middle;
}
.section-three-div {
padding: 20px 15px;
}
.section-three-div ul li{
font-size:20px;
}
.section-three-div h2{
font-size:20px;
}
.section-three-div h3{
font-size:18px;
}
.pad-txt-top {
padding-top: 0px;
}
.section-three-div p{
font-size:16px;
}
.risk-free-section {
padding: 20px 20px;
}
.risk-free-section p span{
font-size:28px;
}
.risk-free-section p{
font-size:22px;
}
.footer-section {
padding: 30px 20px;
background-color: #f7f7f7;
}
.footer-logo {
margin-bottom: 20px;
}
.disclaimer-div {
padding: 10px 15px;
}
.header-login-btn{
margin-top: 10px;
margin-bottom: 15px;
}
.desktop-view{
display:none;
}
.mobile-view{
display:block;
}
.supported-printers h5{
font-size:12px;
line-height:15px;
}
.supported-printers ul li{
padding: 0px 10px;
text-align: center;
}
.supported-printers p{
font-size:12px;
}
.supported-printers ul li:hover .arw-hmw:after{
right: -20px;
bottom: -10px;
background-size: 50%;
}
.dashboard-titile h3{
font-size: 17px;
line-height: 30px;
}
.dashbboard-section{
padding:20px 15px;
}
.succ-one-title h3{
font-size: 15px;
line-height: 25px;
}
.succ-unsucc {
padding: 30px 15px;
}
.succ-one-title{
margin-bottom:20px;
}
.max-succ-div{
height:auto;
}

.unsucc-one-title h3{
font-size: 20px;
line-height: 25px;
}
.unsucc-one-title{
margin-bottom:20px;
}
.max-unsucc-div{
height:auto;
background-image:none;
}
.succ-bg{
padding:0px;
}
.max-unsucc-box{
margin:0 auto;
margin-top:60px;
}
.max-succ-box{
margin:0 auto;
margin-top:50px;
}
.max-unsucc-box ul li{
font-size:13px;
}
.max-succ-box ul li{
font-size:13px;
}
.max-succ-div{
background-image:none;
}

.video-thumb-div{
max-width:250px;
margin:0 auto;
padding-bottom: 10px;
}
.header-login-btn{
margin-bottom:10px;
}
.video-header .navbar-light .navbar-brand{
border-right: 0px solid #e6e6e6;
padding-right: 0px;
}
.header-section .navbar-brand img {
max-width: 35px;
}

}
