.chngworkflwimg img {
    position: relative;
    margin-top: -183px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.19);
    width: 100%;
    max-width: 100%;
}
li.changewrkflo-ftrbox:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(33, 33, 33, .2);
    background: #fff;
}

li.changewrkflo-ftrbox:focus {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(33, 33, 33, .2);
    background: #fff;
}
#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#btmBar ul {
    margin-left: 50px;
}

#dload{
    display: none;
}

	
	.reso {
    background: #f7f7f7;
		margin-top: 50px;
}
	
	h3.rqstcall.help_doc {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
	
	.changewrkflo-videosec {
    padding: 3% 0;
}
.heading-menu{ display:none;}

.form-sec{padding:0px 20px 25px 20px; position:relative;}

.formfild input {
    border: 0;
    font-size: 14px;
    color: #000000;
    padding: 15px 10px;
    width: 94%;
	margin-top:10px;
	outline:none;
	border: 1px solid #ccc;
	border-radius:5px;
}
.formfild .error{ border:1px solid red;}

.time-select:after{position:absolute;content:"";width:20px;height:12px;background:url(https://www.manageengine.cn/products/service-desk/images/gray-down-arrow.png)no-repeat;top:27px;right:20px;transition:transform 140ms;}
.time-select:before{background-position:1px 1px;}
.time-select:after{z-index:0;}
::placeholder{color:#b3b3b3;}

.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;-webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);-moz-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);width: 100%;}
ul.time-slot{ padding:0px !important;}
.time-slot li{list-style-type:none !important;}
.time-slot li:hover, .time-slot li.active{background-color: rgba(229,230,231,0.3);color: #19934e;}
.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); }
.custmrnme{ color:#7bbb2a; font-weight:500;}
.custmrnme span{ color:#444; font-weight:200;}

.green-btn {
    background: #fbd168;
    border: 0;
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    display: block;
    text-align: center;
    transition: background 240ms;
    width: 100%;
	outline:none;
	border-radius:5px;
	cursor:pointer;
}
.gry-btn {
    background: #dedede;
    border: 0;
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    display: block;
    text-align: center;
    transition: background 240ms;
    width: 100%;
	outline:none;
	border-radius:5px;
}

.success-msg {
    text-align: center;
    padding: 15% 0;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 90px;
    font-size: 20px;
    color: #7bbb2a;
    opacity: 1;
    visibility: hidden;
    line-height: 27px;
    background: #fff;
    border: 1px solid #f3f3f3;
}

.h3txt{ font-size:22px; line-height:30px;}
.dcview{ display:block}
.mobveiw{ display:none}

.SdpVideoPopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    opacity: 0;
    z-index:9999999999999;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: SdpVideoPopUp;
    animation-name: SdpVideoPopUp;
}

@-webkit-keyframes SdpVideoPopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes SdpVideoPopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .SdpVideoPopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.SdpVideoPopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.SdpVideoPopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.SdpVideoPopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: SdpVideoPopUpHide;
    animation-name: SdpVideoPopUpHide;
}

@-webkit-keyframes SdpVideoPopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes SdpVideoPopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.SdpVideoPopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:521px;
    right:0px;
    margin:auto 0;
    width:15px;
    height:15px;
    background:url(https://www.manageengine.cn/products/service-desk/images/close.png);
    background-size:15px 15px;
    -webkit-background-size:15px 15px;
    -moz-background-size:15px 15px;
    -o-background-size:15px 15px;
	background-repeat: no-repeat;
    background-color: #000;
    padding: 12px;
    background-position: center;
	opacity:0.5;
}

.SdpVideoPopUp-Close:hover{
    opacity:1;
}


	


@media screen and (max-width:1220px){
	.changewrkflo-ftrcontainer {max-width:1056px;}
	li.changewrkflo-ftrbox{width: 350px;height: 320px;}
	.chngcont{width:266px;height:236px;}
	h3.changewflo-ftrs {font-size: 18px;line-height: 25px;}
	p.ftrsdisc {font-size: 16px;line-height: 20px;}
}

@media screen and (max-width:1200px){
	li.changewrkflo-ftrbox {
    width: 350px;
    height: 370px;
}
.chngcont {
    width: 266px;
    height: 286px;
}
}


@media screen and (max-width:1080px){
	.changewrkflo-ftrcontainer {max-width:996px;}
	li.changewrkflo-ftrbox{width: 330px;height: 300px;}
	.chngcont{width:286px;height:256px; padding:20px;}
	h3.changewflo-ftrs {font-size: 16px;line-height: 20px; margin:10px 0 0 0}
	p.ftrsdisc {font-size: 14px;line-height: 20px; margin:10px 0 0 0}
	
	
	.bannercont {margin-top: 85px;}
	.introtxt{font-size: 40px;line-height: 50px;}
	h1.chngwflo-bnrtxt {font-size: 35px;line-height: 35px;}
	.chngwflo-ptxt {
    font-size: 18px;
    line-height: 25px;
    width: 900px;
    margin: 20px auto 0 auto;
    font-weight: lighter;
	}
	.chngworkflwimg img {margin-top: -240px; width:90%;}
}

@media screen and (max-width:1024px){

.changewflo-ftr1{ background-position:-192px -86px;width:52px; height:52px; min-height:55px}
.changewflo-ftr2{ background-position:-253px -86px;width:48px; height:48px; min-height:55px}
.changewflo-ftr3{ background-position:-310px -86px;width:48px; height:48px; min-height:55px}
.changewflo-ftr4{ background-position:-367px -86px;width:44px; height:40px; min-height:55px}
.changewflo-ftr5{ background-position:-193px -152px;width:42px; height:41px; min-height:55px}
.changewrkflo-ftrcontainer {max-width:967px;}
li.changewrkflo-ftrbox{width: 320px;height: 280px;}
.chngcont{width:276px;height:236px; padding:20px;}
.rsourcecont{max-width: 100%;}

.chngwflowebinartxt{ font-size:15px; line-height:20px; letter-spacing:-0.3px;}
.rqstcall{font-size:20px; line-height:23px; font-weight:400; color:#000; letter-spacing:-0.3px;}
.chngwflowebinarimg.mT70 { margin-top: 50px;}
.mL40{ margin-left:35px !important;}


}

@media screen and (max-width:980px){

.dcview{ display:none}
.mobveiw{ display:block}
	
.bannercont {margin-top: 50px;}
.introtxt{font-size: 35px;line-height: 45px; font-weight:500}
h1.chngwflo-bnrtxt {font-size: 30px;line-height: 35px;}
.chngwflo-ptxt{ width:100%;font-size: 16px;}
.chngworkflwimg img {margin-top: -300px; width:90%;}
a.chngwflo-signup{    padding: 5px 30px;}
a.chngwflo-video{    padding: 5px 13px;}


.changewrkflo-ftrcontainer {max-width:80%;}

.chngewflobx50 {
    width: 100%;
    margin: 0 auto;
}
li.changewrkflo-ftrbox{width: 100%;height: 214px; margin-top: -1px;}
.chngcont {
    width: auto;
    height: auto;
    border: none;
}h3.changewflo-ftrs {font-size: 15px;line-height: 20px;margin: 10px 0px 0px 0px;}
p.ftrsdisc {font-size: 14px;line-height: 16px;margin: 10px 0px 0px 0px;}


.chngwflowebinarimg{  float:none; margin:20px auto 0 auto}
.chngwflowebinarimg.mT70 { margin-top: 0px;}
.mL40 {
    margin-left: 0px !important;
}
.chngwflowebinartxt{ width:100%; float:none; text-align:center;padding-top:30px}
.chngwflowebinartxt{ font-size:15px; line-height:20px; letter-spacing:-0.3px;}
.chngwflowebinartxt p{ max-width:90%; margin:0 auto;line-height: 25px; padding-top: 10px;}
.rqstcall{font-size:20px; line-height:23px; font-weight:400; color:#000; letter-spacing:-0.3px;padding-top:30px}

.formfild input{width: 97%;}
.time-select:after{ right:10px;}
.gry-btn{ margin-top:10px;}

.SdpVideoPopUp-Content{
        max-width:90%;
    }
	
	.rsourcecont img {
    width: 100px;
    height: 100px;
    padding-bottom: 30px;
}
	
	.rsourcecont .per50 {
    
    margin-bottom: 60px;
}

}

@media screen and (max-width:667px){
.SdpVideoPopUp-Content iframe{
        height:320px !important;
    }

    .SdpVideoPopUp-Close{
        bottom:362px;
    }
}

@media screen and (max-width:480px){

.chngwflo-bnrbg{    min-height: 500px;}
.bannercont {margin-top: 30px;}
.introtxt{font-size: 25px;line-height: 35px; font-weight:400;margin-top: 15px;}
h1.chngwflo-bnrtxt {font-size: 20px;line-height: 25px;margin-top: 15px;}
.chngwflo-ptxt{ width:100%;font-size: 14px;margin-top: 10px; line-height:22px}
.chngworkflwimg img {margin-top: -150px; width:90%;}
.chngwflo-ctas {
    margin-top: 30px;
}
a.chngwflo-signup{font-size: 14px;    padding: 5px 30px;font-weight:200}
a.chngwflo-video{ font-size: 14px;   padding: 5px 13px;font-weight:200}


.changewrkflo-ftrcontainer {max-width:80%;}

.chngewflobx50 {
    width: 100%;
    margin: 0 auto;
}
li.changewrkflo-ftrbox{width: 100%;height: 214px; margin-top: -1px;}
.chngcont {
    width: auto;
    height: auto;
    border: none;
}h3.changewflo-ftrs {font-size: 15px;line-height: 20px;margin: 10px 0px 0px 0px;}
p.ftrsdisc {font-size: 14px;line-height: 16px;margin: 10px 0px 0px 0px;}

.SdpVideoPopUp-Content iframe{
        height:220px !important;
    }

    .SdpVideoPopUp-Close{
        bottom:262px;
    }
	p.help_title {
    max-width: 98%;
}
}

@media screen and (max-width:414px){
	.chngwflo-ptxt{ line-height:18px}

	.changewrkflo-ftrcontainer {
		max-width: 75%;
	}
	li.changewrkflo-ftrbox { width: 100%; height: 260px; }
	.chngcont {
    width: auto;
    height: auto;
    border: none;
}
}

	
.ftr-cont-wrpr>.clearfix>div.bradkrm{display: none!important}