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

ol,
ul {
    list-style: none
}

html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: #000;
    font-family: 'Zoho_Puvi_Regular';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font: 40px/1.3 'Zoho_Puvi_Bold'
}

h2 {
    font: 35px/1.25 'Zoho_Puvi_SemiBold'
}

h3 {
    font: 25px/1.3 'Zoho_Puvi_SemiBold';
    margin-bottom: 20px;
}

h4 {
    font: 20px/1.4 'Zoho_Puvi_SemiBold'
}

h5 {
    font: 18px/1.4 'Zoho_Puvi_SemiBold'
}

h6 {
    font-size: 16px
}

p,
a {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 20px;
}

img {
    max-width: 100%;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    display: inline-block
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both;
    line-height: 0;
    height: 0
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
    transition: all 0.2s ease-in 0s;
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}

.content-wrap {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}


/*desktop menu style starts*/

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

ul.menu-list {
    display: flex;
}

ul.menu-list li {
    margin: 20px;
}

ul.menu-list li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    position: relative;
}

ul.menu-list li:nth-child(4) a {
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #ff4142;
    color: #ff4142;
    font-family: 'Zoho_Puvi_SemiBold'
}

ul.menu-list li:nth-child(4):hover a {
    background: #ff4142;
    color: #fff;
}

ul.menu-list li:nth-child(4) a:before {
    display: none;
}

ul.menu-list li a:before {
    content: "";
    width: 0%;
    border-bottom: 2px solid #f44336;
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

a.scroll {
    display: none;
}

a.scroll-cta {
    display: initial;
    background: #ff4141;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff !important;
}


/*desktop menu style ends*/


/*mobile menu style starts*/

ul.menu-items {
    position: absolute;
    background: #333;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 100px;
    display: none;
    padding: 30px 50px;
    z-index: 999;
}

ul.menu-items li {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
}

ul.menu-items li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

ul.menu-items li:nth-child(4) a {
    background: #ff4142;
    padding: 10px 40px;
    border-radius: 3px;
}

ul.menu-list>li a:hover:before {
    width: 100%;
}

.hamburger {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin: 0px;
    display: none !important;
}

.hamburger:after,
.hamburger span:before,
.hamburger span:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    transition: 0.2s ease-in-out;
}

span.hamburger span:before {
    transform: translateY(-5px);
}

span.hamburger span:after {
    transform: translateY(5px);
}

.hamburger-active:after {
    height: 0px;
}

.hamburger-active span:before {
    transform: rotate(45deg) !important;
}

.hamburger-active span:after {
    transform: rotate(-45deg) !important;
}


/*mobile menu style ends*/


/*fixed header style starts*/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    animation: smooth 0.3s ease-in-out;
    z-index: 99999999;
    box-shadow: 0px 0px 5px #e2e2e2;
}

@keyframes smooth {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0px);
    }
}


/*fixed header style ends */


/*Banner section*/

.bannersecbg {
    background: #fff8f2;
}

.banner {
    display: flex;
    align-items: center;
    padding: 50px 0 100px 0px;
}

.banner>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.banner h1 {
    margin-top: 15px;
}

.bnrcont {
    padding-right: 30px;
}

p.intro-text {
    display: inline-block;
    border: 1px solid #36a386;
    color: #36a386;
    padding: 5px 20px;
    margin: 0px 0px 15px 0px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 3px;
}

p.disc {
    margin-top: 15px;
}

.datetime {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.datetime div.icon {
    width: 20%
}

.datetime div.text {
    width: 80%;
    padding-left: 10px;
}

.bio {
    margin-top: 50px;
}

.bio .spkr-name {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 23px;
    margin-top: 10px;
}

.bio .ackndge {
    font-size: 12px !important;
    margin-top: 5px;
}

.bio img {
    width: 100px;
    margin: 20px 0px 0px 0px;
}


/*form style starts*/

#Webinar_form {
    background: #91d9c5;
    padding: 50px 85px;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.logos {
    width: 50%;
}

img.me-logo {
    width: 140px;
    margin-bottom: -5px;
}

img.sdp-logo {
    width: 220px;
}

h3.form-title {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    margin: 0px 0px 20px 0px;
    font-family: Zoho_Puvi_Bold;
}

.lab {
    color: #9dbfdc;
    font-size: 15px;
}

p.support-text {
    text-align: center;
    color: #000;
    margin: 20px auto 20px auto;
    font-size: 14px !important;
    width: 75%;
}

.datetime p {
    font-size: 13px;
    line-height: 1.5;
}

p.giveway {
    text-align: center;
    color: #000;
    font-size: 14px !important;
}

a.giveway {
    text-align: center;
    color: #000;
    font-size: 14px !important;
}

input[type="text"] {
    width: 100%;
    margin-bottom: 0px;
    padding: 15px;
    font-size: 15px;
    border-radius: 0px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 7px;
    font-family: 'Zoho_Puvi_Regular';
    border: none;
}

input[type="text"]::placeholder {
    color: #000;
}

input:active {
    border: 1px solid #2ea180;
}

input:focus {
    border: 1px solid #2ea180;
}

input:hover {
    border-left: 2px solid #2ea180;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

select {
    width: 100%;
    height: 50px;
    margin: 0px;
    font-size: 15px;
    color: #000;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("../../itil/images/green-dropdown.png") 366px 21px no-repeat !important;
    margin-top: 7px;
    font-family: 'Zoho_Puvi_Regular';
    border: none;
    padding: 12px 15px;
}

select:hover {
    border-left: 2px solid #2ea180;
}

div#formCTAgdpr {
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0px;
    font-family: 'Zoho_Puvi_Regular';
}

.formfild .error {
    border-bottom: 1px solid red;
}

#clickevnt_text {
    font-family: 'Zoho_Puvi_SemiBold';
}

div#meGDPRMessage {
    font-size: 12px;
    line-height: 1.4;
    margin: 15px 0px;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    text-align: center;
}

.prvcy-plicy {
    font-size: 12px !important;
    line-height: 1.4;
    font-family: 'Zoho_Puvi_Regular';
    color: #000 !important;
    text-align: center !important;
    margin: 15px auto !important;
    width: 85%;
}

.prvcy-plicy a {
    color: #000;
    text-decoration: underline;
    font-size: 12px !important;
}

input.submitbtn {
    background: #e23c32;
    border: none;
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}

input.resetbtn {
    background: transparent;
    border: 1px solid #ffe958;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffe958;
    margin-left: 7px;
    cursor: pointer;
}

input:focus {
    box-shadow: none;
    outline: none;
}

select:focus {
    outline: none;
}

p.reg_form_errors {
    position: absolute;
    top: 40px;
    font-size: 13px;
    color: #ff2424;
    display: none;
}

.time-select:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 37px;
    background: url(../images/selectbox-arrow.png)no-repeat !important;
    top: 10px;
    right: 10px;
    transition: transform 140ms;
}

.time-select:before {
    background-position: 1px 1px;
}

.time-select:after {
    z-index: 0;
}

.time-icon {
    display: inline-block;
    background-position: -36px 1px;
    width: 20px;
    height: 20px;
}

.time-select {
    position: relative;
    cursor: pointer
}

.time-slot {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    background: #fff;
    width: 95%;
}

ul.time-slot {
    padding: 15px !important;
    margin-left: 0px !important;
    width: 100%;
    box-sizing: border-box;
    margin-top: -15px;
    background: #f7f7f7;
}

.time-slot li {
    list-style-type: none !important;
    font-size: 16px;
}

.time-slot li:hover,
.time-slot li.active {
    background-color: rgba(229, 230, 231, 0.3);
    color: #003861;
}

.time-slot.active {
    display: block;
}

.time-slot.active li {
    padding: 10px 15px !important;
}

.select-slot.selectedval {
    color: #000000;
}

.time-select.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*countdown styles*/

.count-down-wrapper {
    padding: 14px 10px 15px 10px;
    width: 75%;
    margin: 20px auto;
}

p.starts {
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}

ul.countdown {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

ul.countdown li:nth-child(1) {
    position: relative;
}

ul.countdown li:nth-child(1):before {
    content: ":";
    width: 1px;
    height: 33px;
    background: none;
    position: absolute;
    left: -9px;
    top: 5px;
    display: none;
}

ul.countdown li:nth-child(1)::after {
    content: ":";
    width: 9px;
    height: 33px;
    background: none;
    position: absolute;
    right: -9px;
    top: -5px;
    font-size: 30px;
}

ul.countdown li:nth-child(3) {
    position: relative;
}

ul.countdown li:nth-child(2) {
    position: relative;
}

ul.countdown li:nth-child(2):before {
    content: ":";
    width: 1px;
    height: 33px;
    background: none;
    position: absolute;
    left: -9px;
    top: 5px;
    display: none;
}

ul.countdown li:nth-child(2)::after {
    content: ":";
    width: 9px;
    height: 33px;
    background: none;
    position: absolute;
    right: -9px;
    top: -5px;
    font-size: 30px;
}

ul.countdown li:nth-child(3) {
    position: relative;
}

ul.countdown li:nth-child(3):before {
    content: ":";
    width: 1px;
    height: 33px;
    background: none;
    position: absolute;
    left: -9px;
    top: 5px;
    display: none;
}

ul.countdown li:nth-child(3):after {
    content: ":";
    width: 9px;
    height: 33px;
    background: none;
    position: absolute;
    right: -9px;
    top: -5px;
    font-size: 30px;
}

ul.countdown li span {
    display: block;
    color: #000;
    font-size: 35px;
    font-family: 'Zoho_Puvi_Bold';
    text-align: center;
    margin-bottom: 5px;
}

ul.countdown li {
    margin: 0px 15px;
    color: #000;
    font-size: 14px
}


/*countdown styles*/


/*brradcrum sec start


/*brradcrum sec end*/


/*Main content style start*/

.main-content {
    background: #fff;
    padding: 100px 0 100px 0;
}

.main-content.bdrtop {
    border-top: 1px solid #f1f1f1;
}

.contentdiv {
    display: flex;
    align-items: center;
    overflow: hidden
}

.contentdiv>div {
    max-width: 50%;
    flex: 0 0 50%;
}

div.innerdiv p {
    text-align: justify;
}

.mT0 {
    margin-top: 0px !important;
}

.pT0 {
    padding-top: 0px !important;
}

.mT40 {
    margin-top: 40px !important;
}

.mT50 {
    margin-top: 50px !important;
}

.mT60 {
    margin-top: 60px !important;
}

div.innerdiv a {
    color: #317fd2;
    text-decoration: underline
}

.dc {
    display: block
}

.mob {
    display: none
}

.cont-wrap {
    width: 100%;
}

.img-wrap {
    max-width: 500px;
    margin: 0px auto;
    width: 90%;
}

.innerdiv.left {
    opacity: 0;
    transform: translateX(-100px);
    transition-duration: 0.5s;
    transition-property: all;
}

.innerdiv.left.active {
    opacity: 1;
    transform: translateX(0px);
    transition-duration: 0.5s;
    transition-property: all;
}

.innerdiv.right {
    opacity: 0;
    transform: translateX(100px);
    transition-duration: 0.5s;
    transition-property: all;
}

.innerdiv.right img {
    max-width: 80%
}

.innerdiv.right.active {
    opacity: 1;
    transform: translateX(0px);
    transition-duration: 0.5s;
    transition-property: all;
}

.active {
    opacity: 1;
    transform: translateX(0px);
    transition-duration: 0.5s;
    transition-property: all;
}


/*Main content style end*/


/*footer style*/

.sub-footer {
    padding: 0px 0px 30px 0px;
}

.sub-footer p {
    margin: 0;
    font-size: 14px !important;
}

.sub-footer a {
    color: #000;
    font-size: 14px !important;
}

a.startyrfre {
    width: 160px;
}


/*List-tag-element-start*/

ul.list-items li {
    font-size: 17px;
    margin: 0px 0px 10px 0px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
}

ul.list-items li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #91d9c5;
    position: absolute;
    border-radius: 50px;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
}


/*List-tag-element-end*/

.banner-author {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.banner-author p {
    margin: 0px;
}

.banner-author img {
    width: 100px;
    padding-right: 15px;
}

p.spkr-name {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 23px;
}

p.ackndge {
    font-size: 12px !important;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #132273;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #FFEB3B;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #000;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}


/* top left*/

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.banner-right-cta {
    text-align: center;
}

.banner-right-cta a {
    background: #f0483e;
    text-decoration: none;
    color: #fff;
    padding: 10px 40px;
    margin: 30px 0px 0px 0px;
    display: inline-block;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
}


/*charles betz webinar styles*/

@media only screen and (max-width:1100px) {
    h1 {
        font: 40px/1.1 'Zoho_Puvi_Bold';
    }
}

@media only screen and (max-width:1024px) {
    ul.menu-list {
        display: none;
    }
    .hamburger {
        display: inline-block !important;
    }
}

@media only screen and (max-width:980px) {
    .dc {
        display: none
    }
    .mob {
        display: block;
        margin-top: 30px;
    }
    .bnr-leftcont {
        flex: 0 0 100%;
        padding-right: 0%;
    }
    h1 {
        font: 39px/1.1 'Zoho_Puvi_Bold';
    }
    .bnr-rightcont {
        flex: 0 0 100%;
        padding-left: 0%;
    }
    #Webinar_form {
        width: 80%;
        margin: 30px auto 0 auto;
    }
    .contentdiv {
        flex-wrap: wrap;
    }
    .innerdiv.right {
        max-width: 100%;
    }
    .innerdiv h2 {
        margin-top: 30px;
    }
    .innerdiv.left {
        opacity: 1;
        transform: translateX(0px);
        transition-duration: 0.5s;
        transition-property: all;
    }
    .innerdiv.right {
        opacity: 1;
        transform: translateX(0px);
        transition-duration: 0.5s;
        transition-property: all;
    }
}

@media only screen and (max-width:600px) {
    .banner-video {
        margin: 50px auto 0px auto;
        max-width: 100%;
    }
    p,
    a {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    h3.form-title {
        font-size: 25px;
    }
    .bnrcont {
        width: 100%;
    }
    h1 {
        font: 32px/1.3 'Zoho_Puvi_Bold';
    }
    h2 {
        font: 26px/1.25 'Zoho_Puvi_SemiBold';
    }
    #Webinar_form {
        padding: 40px;
        width: 100%;
    }
    .main-content {
        padding: 50px 0 100px 0;
    }
    #itilftrcta a.startyrfre:nth-child(2) {
        display: block !important;
        margin-top: 10px;
        margin-left: 5px;
    }
}

@media only screen and (max-width:414px) {
    ul.menu-items {
        top: 95px;
    }
    h3.form-title {
        font-size: 22px;
    }
    #Webinar_form {
        padding: 40px 20px;
        width: 350px;
    }
    ul.countdown li {
        margin: 0px 10px;
    }
    ul.countdown li:nth-child(2):before {
        display: none;
    }
    ul.countdown li:nth-child(2):after {
        display: none;
    }
    ul.countdown li:nth-child(3):after {
        display: none;
    }
}

@media only screen and (max-width:380px) {
    #Webinar_form {
        width: 330px;
    }
    .count-down-wrapper {
        padding: 14px 10px 15px 10px;
        width: 90%;
        margin: 20px auto;
    }
    h1 {
        font: 30px/1.3 'Zoho_Puvi_Bold';
    }
}


/*NEW*/

select {
    background: #fff !important;
}

.slt-parent {
    position: relative;
}

.slt-parent>span {
    content: "";
    position: absolute;
    height: 8px;
    width: 11px;
    background: #78d3d1;
    display: block;
    right: 18px;
    top: 35px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate( 180deg);
}

#Webinar_form {
    background: #90e8e7;
    padding: 50px 75px;
}


/*FORM SECTION START*/

.form-container {
    max-width: 500px;
    margin: 0px auto;
    background: #91d9c5;
    padding: 130px 40px;
}

.form-container input,
.form-container select {
    outline: none;
    padding: 0px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 16px;
    border: none !important;
    transition: all .3s ease;
    height: 50px !important;
    border-radius: 0px !important;
    margin-top: 10px !important;
}

select#MECountryListing {
    border: none !important;
    -webkit-appearance: none;
    padding: 0px 20px;
    font-size: 16px;
}

 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.form-container input:focus {
    border: 1px solid #999 !important;
}

.tac {
    text-align: center
}

select#MECountryListing {
    border: 1px solid #d6d6d6;
}

#meGDPRMessage {
    margin-top: 15px;
}

input#sendmemail {
    width: 20px !important;
    height: auto !important;
}

label#sendmemailcheck {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.prvcy-plicy {
    font-size: 11px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    line-height: 1.5;
    width: 80%;
    margin: 20px auto 10px auto;
}

.prvcy-plicy strong {
    font-weight: 800;
}

.prvcy-plicy a {
    font-size: 11.5px;
    color: #528dd7;
    text-decoration: underline
}

input[type="submit"] {
    border: none !important;
    background: #E9142B !important;
    color: #fff !important;
    padding: 5px 15px !important;
    font-size: 18px;
    letter-spacing: .3px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    margin-top: 0px !important;
    cursor: pointer;
    outline: none;
    border-radius: 2px !important;
}

.reset-btn {
    background: unset;
    border: unset;
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
    cursor: pointer;
}

.reset-btn:hover {
    color: #2491d6;
}

.submitdiv {
    float: none;
    width: 100%;
    padding: 0px;
}

.resetdiv {
    float: none;
    width: 100%;
    margin-top: 5px;
}

#formsubmit {
    display: none;
}

#user-detail {
    display: none;
}

#backToTop {
    display: none
}

select {
    position: relative;
}

.slt-parent {
    position: relative;
}

.slt-parent>span {
    content: "";
    position: absolute;
    height: 8px;
    width: 11px;
    background: #78d3d1;
    display: block;
    right: 18px;
    top: 35px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate( 180deg);
}


/*FORM SECTION END*/

.title-of-form {
    text-align: center;
    padding: 0px 40px;
    box-sizing: border-box;
}

@media only screen and (min-width:1024px) and (max-width:1220px) {
    ul.menu-list li {
        margin: 20px 9px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1160px) {
    .sdplogosvg img {
        width: 169px;
    }
    .nav-dwn a {
        width: 118px;
    }
    nav ul.productmenu.header-nav>li {
        font-size: 16px;
        padding: 0px 10px;
    }
    #header-mainsec {
        top: 40px;
    }
    nav {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 992px) {
    .banner {
        padding: 50px 0 50px 0px;
    }
    .bnr-rightcont {
        margin-top: 50px;
    }
}

@media only screen and (max-width:768px) {
    .contentdiv.fd {
        flex-direction: column-reverse
    }
    .banner-video {
        margin: 50px auto 0px auto;
        max-width: 100%;
    }
    .banner {
        display: block;
    }
    .banner>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bnrcont {
        padding-right: 0px;
    }
    .bread-crumb p {
        padding: 30px 5px;
    }
    .main-content {
        padding: 50px 0 50px 0;
    }
    .cont-wrap {
        max-width: 100%;
        width: 100%;
        margin: 0px auto;
    }
    .contentdiv>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
}