/*== common css ==*/

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0px;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

input,
select,
textarea,
button {
    outline: none;
    border: 0px;
}

ul,
li {
    list-style: none;
}

ul,
ol {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #0076CE;
}

input,
button,
select {
    outline: none;
}

.PR {
    position: relative;
}

.PB10 {
    padding-bottom: 10px;
}

.dell_wrapper {
    width: 1280px;
    margin: auto;
}

.section_title {
    font: 700 40px "Lora", sans-serif;
    color: #000000;
    text-align: center;
}

.section_title div {
    font: 300 13px "Roboto", sans-serif;
    color: #808080;
    margin-bottom: 25px;
}

.adbanner {
    width: 970px;
    margin: 0 auto;
    font: 10px Arial, sans-serif;
    margin-bottom: 30px;
}

.adbanner_mobile {
    display: none;
}

.hide_in_desktop {
    display: none;
}

.hide_in_mobile {
    display: block;
}

html {
    scroll-behavior: smooth;
}


/*== common css ==*/


/*== slick slider ==*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    margin: 0 22px;
    outline: none !important;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-color: #fff;
    border: 1px solid #808080;
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 9;
    border-radius: 5px;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #00447C;
}

.slick-prev:hover:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.slick-next:hover:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.slick-prev:before {
    content: "";
    border: solid #4d4d4d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-color: transparent;
    outline: 0;
    margin-left: 5px;
}

.slick-next:after {
    content: "";
    border: solid #4d4d4d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    background-color: transparent;
    outline: 0;
    margin-left: -2px;
}

.slick-prev,
.slick-prev.slick-disabled {}

.slick-next,
.slick-next.slick-disabled {}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 56%;
    display: block;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 15px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-prev:before {
    content: 'Ã¢â€ â€™';
}

.slick-next {
    right: 15px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

[dir='rtl'] .slick-next:before {
    content: 'Ã¢â€ Â';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #ed2128;
}

.slick-dots li.slick-active button:before {
    background-color: #ed2128;
    color: black;
    opacity: 1;
}


/*== slick slider ==*/


/*== logo section ==*/

.logo_section {
    padding-top: 15px;
}

.logo_section .dell_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.world_sme_day {
    margin-right: -30px;
}

.associate_sponsers a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 80px;
    height: 40px;
    border: 1px solid #C8C9C7;
}

.dell_technlogoies p {
    font: 300 10px "Roboto", sans-serif;
    color: #1A1A1A;
    margin-bottom: 5px;
}

.associate_sponsers p {
    font: 300 10px "Roboto", sans-serif;
    color: #1A1A1A;
    margin-bottom: 5px;
}

.dell_technlogoies {
    position: absolute;
    /*left: 225px;*/
	margin-left: 225px;
}

.presented_partners {
    position: absolute;
    left: 360px;
}

.presented_partners p, .associate_partners p {
    font: 300 10px "Roboto", sans-serif;
    color: #1A1A1A;
    margin-bottom: 5px;
}

.presented_partners div a, .associate_partners div a {margin-right: 20px;}
.presented_partners div, .associate_partners div {display: inline-block;}

.associate_partners {
    position: absolute;
    left: 635px;
}


/*== logo section ==*/


/*== menu section ==*/

.menu_container {
    align-self: flex-end;
    margin-top: 70px;
}

ul.top_links li {
    display: inline-block;
}

ul.top_links li:last-child:after {
    content: none;
}

ul.top_links li a {
    text-decoration: none;
    color: #1A1A1A;
    font: 18px/30px 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s all;
    padding: 0px 10px;
}

.pancake {
    display: none;
}

ul.top_links li.active a {
    background-color: #ED1D24;
}

ul.top_links li:last-child a {
    border-right: 0;
}


/*== menu section ==*/


/*== article section ==*/

.article_section ul {
    display: flex;
}

.article_section {
    border-top: 1px dashed #41B6E6;
    padding-top: 3px;
    margin-top: 15px;
}

.article_section ul li .content_block {
    background-color: #00447C;
    padding: 25px;
    min-height: 166px;
}

.article_section ul li .content_block a {
    font: 700 24px/29px "Roboto", sans-serif;
    color: #FFFFFF;
}


/*== article section ==*/


/*== smb stories ==*/

.smb_stories {
    padding: 50px 0;
}

.smb_stories_slider .slick-list {
    width: 1210px;
    margin: auto;
}

.smb_stories_list {
    width: 360px !important;
    -webkit-box-shadow: 0px 8px 20px -13px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 8px 20px -13px rgba(0, 0, 0, .75);
    box-shadow: 0px 8px 20px -13px rgba(0, 0, 0, .75);
    transition: .2s all;
}

.smb_stories_list:hover {
    transform: scale(1.1);
}

.smb_stories_list .image_block {
    width: 360px;
    height: 180px;
    background-color: #fff;
}

.smb_stories_list .content_block {
    background-color: #fff;
    padding: 15px 40px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	height: 135px;
}

.smb_stories_list .content_block a {
    font: 700 20px/26px "Lato", sans-serif;
    color: #1A1A1A;
}

.smb_stories_slider .slick-prev,
.smb_stories_slider .slick-next {
    top: 49%;
}

.smb_stories_slider .slick-track {
    padding-top: 30px;
    padding-bottom: 30px;
}

.smb_stories_slider .date_block {
    font: 300 13px/23px "Roboto", sans-serif;
    color: #808080;
    margin-top: 30px;
}


/*== smb stories ==*/


/*== smb videos ==*/

.smb_video {
    margin-top: 30px;
}

/* .smb_video_container {
    background-color: #00447C;
    padding: 50px 50px 100px 50px;
    width: 85%;
} */

.smb_video_container .left_block {
    display: inline-block;
    vertical-align: top;
    width: 525px;
    padding-right: 20px;
}

.smb_video_container .left_block h3 {
    font: 700 30px/50px "Lato", sans-serif;
    color: #FFFFFF;
}

.smb_video_container .left_block p {
    font: 300 18px/23px "Roboto", sans-serif;
    color: #41B6E6;
    margin-top: 15px;
}

.smb_video_container .right_block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 650px;
    height: 445px;left: 30px;  margin-bottom: 0;
}

.smb_video_container .right_block iframe {
    width: 650px;
    height: 358px;
}

.smb_video_container .right_block  .smb_video_banner iframe{height: 70px;}

.smb_video_container .right_block:before {
    content: none;
    background: url("http://images.moneycontrol.com/assets/images/ms/dell_sme/video_icon.png") no-repeat;
    width: 86px;
    height: 86px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}

a.watchnow {
    font: 700 18px/23px "Lato", sans-serif;
    color: #FFFFFF;
    margin-top: 15px;
    display: block;
}

a.watchnow span {
    background: url("http://images.moneycontrol.com/assets/images/ms/dell_sme/watch-now-icon.png") no-repeat;
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.smb_video_slider {
    margin-top: 30px;
}

.smb_video_slider .smb_stories_list .image_block {
    width: 240px;
    height: 120px;
}

.smb_video_slider .smb_stories_list {
    width: 240px !important;
}

.smb_video_slider .smb_stories_list .content_block a {
    font-size: 18px;
    line-height: 26px;
}

.smb_video_slider .slick-list {
    width: 1140px;
    margin: auto;
}

.smb_video_slider .smb_stories_list .content_block {
    padding: 15px 20px;
}

.smb_video_slider .slick-track {
    padding-top: 30px;
    padding-bottom: 65px;
}

.smb_video_container .right_block .showClick {
    position: relative;height: 360px;
    display: block;
}

.smb_video_container .right_block .video_img {
    position: absolute;
    height: 360px;
}


/*== smb videos ==*/


/*== smb podcast ==*/

.smb_podcast_section {
    margin-bottom: 50px;
}

.smb_podcast_section .dell_wrapper {
    width: 1200px;
}

.smb_podcast_section .top_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;margin-top: 20px;
}

.smb_podcast_section .top_block .right_block {
    width: 50%;
}

.smb_podcast_section .top_block .right_block ul {
    display: flex;
}

.smb_podcast_section .top_block .right_block ul li {
    margin: 0 13px;
}

.smb_podcast_section ul.listing li a {
    font: 700 18px/26px "Lato", sans-serif;
    color: #1A1A1A;
}

.smb_podcast_section ul.listing li .image_block {
    width: 280px;
    height: 190px;
    position: relative;
}

.smb_podcast_section ul.listing li .image_block img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.smb_podcast_section ul.listing li .image_block:before {
    content: "";
    /* background: url("http://images.moneycontrol.com/assets/images/ms/dell_sme/podcast_icon.png") no-repeat; */
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    background-size: contain;
}

.smb_podcast_section ul.listing li .content_block {
    margin-top: 15px;
    width: 280px;
}

.smb_podcast_section .bottom_block ul.listing {
    display: flex;
    justify-content: space-between;
}

.smb_podcast_section .top_block .left_block {
    position: relative;
    width: 585px;
    height: 330px;
}

.smb_podcast_section .top_block .left_block img {
    width: 100%;
    border-radius: 10px;
}

.smb_podcast_section .top_block .left_block p {
    position: absolute;
    bottom: 0;
    font: 700 30px/35px "Lato", sans-serif;
    color: #FFFFFF;
    padding: 20px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(159, 159, 159, 0.9) 51%, rgba(26, 26, 26, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(159, 159, 159, 0.9) 51%, rgba(26, 26, 26, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(159, 159, 159, 0.9) 51%, rgba(26, 26, 26, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a1a1a', GradientType=0);
}

.smb_podcast_section .top_block .left_block:before {
    content: "";
    /* background: url("http://images.moneycontrol.com/assets/images/ms/dell_sme/podcast_icon.png") no-repeat; */
    width: 86px;
    height: 86px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}

.smb_podcast_slider .slick-list {
    width: 1195px;
    margin: auto;
}

.smb_podcast_slider .smb_podcasst_list .image_block {
    width: 280px;
    height: 190px;
    position: relative;
}

.smb_podcast_slider .smb_podcasst_list .image_block img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.smb_podcast_slider .smb_podcasst_list .image_block:before {
    content: "";
    /* background: url("http://images.moneycontrol.com/assets/images/ms/dell_sme/podcast_icon.png") no-repeat; */
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    background-size: contain;
}

.smb_podcast_slider .smb_podcasst_list .content_block a {
    font: 700 18px/26px "Lato", sans-serif;
    color: #1A1A1A;
}

.smb_podcast_slider .smb_podcasst_list .content_block {
    margin-top: 15px;
    width: 280px;
    text-align: left;
}

.smb_podcast_slider .smb_podcasst_list {
    width: 253px !important;
}

.smb_podcast_slider .slick-prev,
.smb_podcast_slider .slick-next {
    top: 27%;
}

.smb_podcast_slider .slick-prev {
    left: -25px;
}

.smb_podcast_slider .slick-next {
    right: -25px;
}


/*== smb podcast ==*/


/*== footer ==*/

footer {
    background-color: #00447C;
    color: #fff;
    display: flex;
    justify-content: space-between;
    height: 62px;
    align-items: center;
    padding: 0px 50px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.social_bx {
    display: flex;
    width: 160px;
    justify-content: space-between;
    align-items: center;
}

.twitter {
    fill: #f1f8fe;
}

.facebook {
    fill: #f1f8fe;
}


/*== footer ==*/

#mys-overlay {border: 0;}
.smb_video_banner .amp-animate {border: 0;}

/**** css 5 sep ******/
.TAC{text-align: center; display: block;}
.viewall-btn {
    font: 300 18px "Lato", sans-serif;
    text-transform: capitalize;
    padding: 8px 20px;
    border: 1px solid #000;
    display: inline-block;
    margin: 15px auto;
    color: #000;
}
.section_title div.heading2{font: 400 25px 'Lora', sans-serif;color: #000; text-transform: capitalize; margin:10px 0 20px}

.bottom_block{margin-bottom: 20px;}
        .smb_video_container .dell_wrapper {
            background-color: #00447C;
    width: 1230px;
    padding-top: 45px;
    padding-left: 40px;
    padding-bottom: 30px;
        }
.smb_video .viewall-btn{margin-bottom: 45px;}
.smb_video .viewall-btn:focus{outline: none;}
.clientlogoimg{width: 360px;}
.moneylogo{margin: 0 auto; display: block;  text-align: center;}
.moneylogo img{width:180px ;margin:0 0 10px}
.section_title div.invesco-logo{margin-bottom: 25px;}

@media screen and (max-width: 1366px) {
    .article_section ul li .image_block {
        width: 449.5px;
        height: 253px;
        border-top: 3px solid #00447C;
    }
    .article_section ul li .image_block img {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .smb_podcast_section .dell_wrapper {
        width: auto;
        padding: 0 15px;
    }
    .dell_wrapper,.smb_video_container .dell_wrapper {
        width: auto;
        padding: 0 15px;
    }
    .smb_video_container .right_block{left:0}
    .article_section ul {
        display: block;
    }
    .article_section ul li {
        width: 100%;
    }
    .article_section ul li .image_block {
        width: 100%;
        height: 200px;
    }
    .smb_stories_slider {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 30px;
        margin-right: -15px;
    }
    .smb_stories_list .image_block {
        width: 255px;
        height: 130px;
    }
    .hide_in_desktop {
        display: block;
    }
    .hide_in_mobile {
        display: none;
    }
    .adbanner {
        width: auto;
        margin: auto;
        text-align: center;
    }
    .smb_video_container {
        width: 100%;
        padding: 0;
    }
    .smb_video_container .dell_wrapper{padding: 15px 30px 10px;}
    .viewall-btn{font: 300 16px "Lato", sans-serif;padding: 9px 25px;}
    .TAC{margin-bottom: 15px;}
    .section_title div.heading2{font-size: 21px;}
    .bottom_block{margin-bottom: 0px;}
    .smb_video .viewall-btn{margin-bottom: 30px;}
    .smb_video_container .right_block{margin-bottom: 0px;}
    .clientlogoimg{width: 260px;}
    .section_title div.invesco-logo{margin-bottom: 15px;}
    .smb_video_container .right_block  .smb_video_banner iframe{height: 55px;}
    .moneylogo img{width:105px ;}
    .smb_video {
        margin-top: 20px;
    }


    .smb_video_container .left_block {
        width: 100%;padding:0;
    }
    .smb_video_container .right_block img {
        width: 320px;
        margin: auto;
    }
    .video_img {
        height: 200px;
    }
    #Imagediv {
        width: 320px;
        margin: auto;
    }

    .section_title {
        font-size: 23px;
        line-height: 30px;padding: 0 15px;
    }
    .section_title div {
        font-size: 12px;
        line-height: 23px;
    }
    .smb_stories_list {
        display: inline-block;
        width: 255px !important;
        margin-right: 30px;
		vertical-align: top;
    }
    .smb_stories_list .image_block img {
        width: 100%;
        height: 130px;
    }
    .smb_stories_list .content_block {
        padding: 15px;
        white-space: normal;
		height: 135px;
    }
    .smb_stories_list .content_block a {
        font-size: 16px;
        line-height: 26px;
    }
    .smb_stories_slider .date_block {
        margin-top: 10px;
    }
    .smb_video_container .left_block h3 {
        font-size: 25px;
        line-height: 30px;
        width: 320px;
    margin: 0 auto;
    }
    
    .smb_video_container .left_block p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 10px;
    }
    a.watchnow {
        font-size: 14px;
        line-height: 18px;
    }
    .smb_video_container .right_block {
        margin-top: 15px;
        width: auto;
        height: 190px;
    }
    .smb_video_container .right_block:before {
        width: 60px;
        height: 60px;
        background-size: contain;
    }
    .smb_video_slider {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 35px;
        margin-right: -15px;
        display: flex;
    }
    .smb_podcast_section .top_block {
        display: block;
    }
    .smb_podcast_section .bottom_block ul.listing {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin-right: -15px;
    }
    .smb_podcast_section .top_block .right_block {
        display: none;
    }
    .smb_podcast_section .top_block .left_block img {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .smb_podcast_section .top_block .left_block {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        height: 200px;
    }
    .smb_podcast_section ul.listing li .content_block {
        white-space: normal;
        width: 240px;
        margin-top: 0;
        padding-top: 10px;
    }
    .smb_podcast_section .bottom_block ul.listing li {
        margin-right: 25px;
    }
    .smb_podcast_section ul.listing li .image_block {
        width: 240px;
        height: 120px;
    }
    .smb_podcast_section .bottom_block ul.listing li {
        width: 240px;
    }
    .smb_podcast_section ul.listing li .image_block img {
        width: 240px;
        height: 120px;
    }
    .smb_podcast_section ul.listing li a {
        font-size: 16px;
        line-height: 26px;
    }
    .smb_podcast_section .top_block .left_block p {
        font-size: 20px;
        line-height: 24px;
        background: rgba(26, 26, 26, 0.7);
    }
    .article_section ul li .image_block img {
        height: 100%;
    }
    .world_sme_day {
        width: 190px;
        height: 67px;
        margin-right: 0;
        display: inline-block;
    }
    .associate_sponsers {
        margin: 0;
    }
    .dell_technlogoies {
        margin-left: 0;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }
    .world_sme_day img {
        width: 100%;
    }
    .pancake.pancake_close {
        background: url("http://images.moneycontrol.com/assets/images/ms/dell_sme/pancake_icon.png") no-repeat;
        width: 17px;
        height: 20px;
        right: 15px;
        z-index: 99;
        position: absolute;
    }
    .pancake {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-position: -1px -91px;
        margin: 20px 0 0 0px;
        position: fixed;
        z-index: 99;
        background: url("http://images.moneycontrol.com/assets/images/ms/dell_sme/pancake_close_icon.png") no-repeat;
        right: 17px;
        top: 10px;
    }
    .top_links {
        display: none;
    }
    .menu_container {
        align-self: flex-start;
        right: 0;
		margin-top: 0;
    }
    ul.top_links li {
        display: block;
        padding: 10px 0px 0 20px;
    }
    ul.top_links li a {
        padding: 0 10px 10px 17px;
        display: block;
        font-size: 16px;
    }
    ul.top_links {
        width: 300px;
        text-align: left;
        padding: 0;
        background-color: #fff;
        top: 0;
        position: fixed;
        right: -325px;
        margin-top: 0px;
        margin-left: -20px;
        padding-top: 38px;
        display: block;
        transition: .5s all;
        z-index: 9;
        height: 100%;
        -webkit-box-shadow: -2px 10px 22px -16px rgba(0, 0, 0, .75);
        -moz-box-shadow: -2px 10px 22px -16px rgba(0, 0, 0, .75);
        box-shadow: -2px 10px 22px -16px rgba(0, 0, 0, .75);
    }
    ul.top_links.active {
        right: 0;
    }
    ul.top_links li:last-child a {
        border-bottom: none;
        text-transform: none;
        font-weight: 400;
    }
    .logo_section .dell_wrapper {
        display: block;
    }
    .article_section ul li .content_block a {
        font-size: 20px;
        line-height: 24px;
    }
    .article_section ul li .content_block {
        padding: 15px 25px;
		max-height: 165px;
	    min-height: unset;
    }
    .smb_podcast_section {
        margin-bottom: 0px;
    }
    footer {
        justify-content: center;
        height: auto;
        align-items: center;
        padding: 20px 15px;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 30px;
    }
    footer div:nth-of-type(1) {
        margin-bottom: 15px;
    }
    .smb_podcast_slider .slick-list {
        width: auto;
    }
    .smb_podcast_slider {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 35px;
        margin-right: -15px;
    }
    .smb_podcast_slider .smb_podcasst_list {
        display: inline-block;
        width: 240px !important;
        margin-right: 30px;
		vertical-align: top;
    }
    .smb_podcast_section .top_block .left_block:before {
        width: 60px;
        height: 60px;
        background-size: contain;
    }
    .smb_podcast_slider .smb_podcasst_list .image_block {
        width: 240px;
        height: 130px;
    }
    .smb_podcast_slider .smb_podcasst_list .content_block a {
        white-space: normal;
    }
    .smb_podcast_slider .smb_podcasst_list .image_block img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .smb_podcast_slider .smb_podcasst_list .content_block {
        width: 240px;
        margin-top: 0;
        padding: 10px;
        -webkit-box-shadow: 0px 8px 20px -13px rgba(0, 0, 0, .75);
        -moz-box-shadow: 0px 8px 20px -13px rgba(0, 0, 0, .75);
        box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, .75);
		height: 125px;
    }
    .smb_video_container .right_block iframe {
        width: 320px;
        height: 200px;
    }

    .right_block iframe {
        width: 320px;
        height: 200px;
    }
    .smb_video_container .right_block {
        width: 100%;
        height: 280px;
	   
    }
    .smb_video_container .right_block .video_img {
        height: 200px;
    }
    .dell_technlogoies {
        left: 200px;
    }
    .smb_video_container .right_block .showClick {
        position: static;height: 200px;
    }
	.presented_partners {left: 15px; width: 103px; margin-top: 15px;} 
	.associate_partners {left: unset; width: 100px; margin-top: 15px; right: 15px;}
	.logo_section { padding-bottom: 5px;}
	.presented_partners_slider .slick-slide, .associate_partners_slider .slick-slide {margin: 0;} 
	.presented_partners div, .associate_partners div {display: block;}
	.smb_video_slider .smb_stories_list .image_block {height: 130px;}
	.smb_video_slider .smb_stories_list .content_block {padding: 15px;} 
	.smb_video_banner body {background-color: #fff;} 
	/* .smb_video_banner iframe {height: 56px !important;} */
	.smb_video_banner {width: 320px; margin: auto;}
}



@media screen and (max-width: 320px){
	.smb_video_container .right_block {margin-left: -25px; width: 320px;}
}