.ouibounce-modal,#ouibounce-modal {display: none;	position: fixed;top: 0;left: 0;width: 100%;height: 100%}
.ouibounce-modal .underlay,#ouibounce-modal .underlay { width: 100%; height: 100%; position: absolute; top: 0;left: 0; background-color: rgba(0,0,0,.5); cursor: pointer; -webkit-animation: fadein .5s; animation: fadein .5s}
.ouibounce-modal .modal-exit,#ouibounce-modal .modal-exit { width: 600px; height: 400px; background-color: #f0f1f2; z-index: 1; position: absolute; margin: auto;	top: 0; right: 0; bottom: 0; left: 0; border-radius: 4px;-webkit-animation: popin .3s; animation: popin .3s}
.ouibounce-modal .modal-title,#ouibounce-modal .modal-title {font-size: 18px;background-color: #252525;color: #fff;	padding: 10px;margin: 0;border-radius: 4px 4px 0 0;text-align: center}
.ouibounce-modal h3,#ouibounce-modal h3 {color: #fff;font-size: 1em;margin: .2em;text-transform: uppercase;font-weight: 500}
.ouibounce-modal .modal-body-exit,#ouibounce-modal .modal-body-exit {padding: 20px 35px;font-size: .9em}
.ouibounce-modal p,#ouibounce-modal p {color: #344a5f}
.ouibounce-modal form,#ouibounce-modal form {text-align: center;margin-top: 35px}
.ouibounce-modal form input[type=text],#ouibounce-modal form input[type=text] {padding: 12px;font-size: 1.2em;width: 300px; border-radius: 4px; border: 1px solid #ccc; -webkit-font-smoothing: antialiased}
.ouibounce-modal form input[type=submit],#ouibounce-modal form input[type=submit] {text-transform: uppercase; font-weight: 700; padding: 12px; font-size: 1.1em; border-radius: 4px;	color: #fff; background-color: #4ab471;	border: none; cursor: pointer; -webkit-font-smoothing: antialiased}
.ouibounce-modal form p,#ouibounce-modal form p { text-align: left; margin-left: 35px; opacity: .8;	margin-top: 1px; padding-top: 1px; font-size: .9em}
.ouibounce-modal .modal-footer,#ouibounce-modal .modal-footer { position: absolute; bottom: 20px; text-align: center; width: 100%}
.ouibounce-modal .modal-footer p,#ouibounce-modal .modal-footer p {text-transform: capitalize; cursor: pointer; display: inline;border-bottom: 1px solid #344a5f }
.main-dh-chooseCss {
  display: inline-block;
  margin: 70px 0 0;
  width: 100%;
  font-size: 16px;
  position: relative;
}
.main-dh-chooseCss > p {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.main-dh-chooseCss > p::before {
  border-bottom: 3px solid #81ba3d;
  content: "";
  position: absolute;
  top: 45px;
  width: 50%;
}
ul.custom-sublinesUl, .customLgo-btnCss {
  display: inline-block;
  width: 100%;
}
.choose-popup-modal .custom-sublinesUl {
  font-size: 14px;
}
li.subLines-liCss {
  font-size: 16px;
  font-weight: 500;
  margin-right: 25px;
  padding: 5px 0;
}
.choose-popup-modal .subLines-liCss {
  margin: 0 0 3px;
  position: relative;
}
.choose-dh .glyphicon.glyphicon-ok, .choose-popup-modal .glyphicon.glyphicon-ok {
  display: inline-block;
  font-size: 11px;
  left: 0;
  position: absolute;
  top: 14px;
}
.main-dh-chooseCss .subLines-liCss > span {
  display: inline-block;
  padding-left: 20px;
  margin-left: 0;
}
.choose-popup-modal .main-dh-chooseCss .subLines-liCss > span {
  font-size: 15px;
  font-weight: 600;
}
.trusted-design-css {
  display: inline-block;
  position: relative;
}
.trusted-design-css img {
  border: 8px solid white;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #555;
  -webkit-box-shadow: 1px 1px 3px #555;
  -o-box-shadow: 1px 1px 3px #555;
  -ms-box-shadow: 1px 1px 3px #555;
}


/* Custom Css:Start   */

.ouibounce-modal,#ouibounce-modal { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; height: 100%; overflow-y: auto;  width: 100%;z-index:99999;}
.ouibounce-modal .modal-body-exit,#ouibounce-modal .modal-body-exit { width: auto;}
.ouibounce-modal.exit-popup .modal-body-exit,#ouibounce-modal.exit-popup .modal-body-exit { background: transparent none repeat scroll 0 0; padding: 0; position:relative;}
.ouibounce-modal.exit-popup .modal-exit,#ouibounce-modal.exit-popup .modal-exit { position: relative; background: transparent none repeat scroll 0 0; height: auto; margin: 80px auto 0; width: 700px;}

/* Custom Css: end  */

@-webkit-keyframes fadein {
0% {opacity:0}
100% {opacity:1}
}
@-ms-keyframes fadein {
0% {opacity:0}
100% {opacity:1}
}
@keyframes fadein {
0% {opacity:0}
100% {opacity:1}
}
@-webkit-keyframes popin {
0% {-webkit-transform:scale(0);transform:scale(0);opacity:0}
85% {-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}
100% {-webkit-transform:scale(1);transform:scale(1);opacity:1}
}
@-ms-keyframes popin {
0% {-ms-transform:scale(0);transform:scale(0);opacity:0}
85% {-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}
100% {-ms-transform:scale(1);transform:scale(1);opacity:1}
}
@keyframes popin {
0% {-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}
85% {-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}
100% {-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}
}

/* Style,color, category page popup css: start*/

.ouibounce-modal.exit-popup.exit--chooseDesign .modal-exit,#ouibounce-modal.exit-popup.exit--chooseDesign .modal-exit { width: 850px; margin: 50px auto 0;}
.exit--chooseDesign .modal-exitHeader { background: #707482 none repeat scroll 0 0; border-bottom: 1px solid #e5e5e5; color: #fff; padding: 7px; position: relative;}
.exit--chooseDesign .modal-exitHeader .head-choose-title { font-size: 21px; font-weight: 500; text-align: center;}
.exit--chooseDesign.choose-popup-modal .main-dh-chooseCss .subLines-liCss > span { font-weight: 500;}
.exit--chooseDesign.choose-popup-modal .main-dh-chooseCss { margin: 0;}
.ouibounce-modal.exit-popup.choose-popup-modal .modal-body-exit,#ouibounce-modal.exit-popup.choose-popup-modal .modal-body-exit { margin-bottom: 40px; background: #f4f4f6 none repeat scroll 0 0; float: left; padding: 15px; width: 100%;}
.ouibounce-modal.exit-popup.choose-popup-modal .modal-body-exit .subLines-liCss,#ouibounce-modal.exit-popup.choose-popup-modal .modal-body-exit .subLines-liCss { margin-bottom: 3px;}
.exit--chooseDesign .coupon-question { background: #909090 none repeat scroll 0 0; padding: 10px 10px 15px;}
.coupon-question {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 0 15px;
  text-align: center;
  width: 100%;
}
.exit--chooseDesign .ques-title { color: #fff; font-weight: 500; font-size: 16px;}
.exit--chooseDesign .coupon-question span.code-call-btn {margin-left: 0;width: 355px;}
.exit--chooseDesign .coupon-question .whiteBtnNectar span.exit-btns-or {color: #fff;float: left;font-size: 18px;font-weight: 600;width: 100px;}
.exit--chooseDesign.choose-popup-modal .how-work-video { padding: 12px 0 0 15px;}
.exit--trusted { display: inline-block; margin-bottom: 20px; margin-top: -40px; text-align: center; width: 100%;}
.ouibounce-modal .main-dh-chooseCss > p,#ouibounce-modal .main-dh-chooseCss > p { color: #333;}
.exit--chooseDesign.choose-popup-modal .main-dh-chooseCss .subLines-liCss > span.money--back {font-weight: bold;}
.ouibounce-modal .main-dh-chooseCss > p,#ouibounce-modal .main-dh-chooseCss > p { color: #333; font-size: 22px; margin-bottom: 10px;}
.ouibounce-modal .main-dh-chooseCss > p::before,#ouibounce-modal .main-dh-chooseCss > p::before { top: 35px;}
.coupon-question .whiteBtnNectar .btn.btn-default.code-request-btn { padding: 8px 0;margin-top: 16px;}
.coupon-question.free--designBook .whiteBtnNectar span.code-test { width: 300px;}
.coupon-question.free--designBook .whiteBtnNectar .btn.btn-default.code-request-btn { font-size: 14px; margin: 0; padding: 15px 0;}


.coupon-question .whiteBtnNectar span.exit-continueBtn {
  float: left;
  margin: 15px auto;
  width: 180px;
}
.exit--chooseDesign .whiteBtnNectar span.exit-btns-or{color: #fff;}

.exit--chooseDesign .free--designBook .whiteBtnNectar span.code-test {
  float: none;
  width: 300px;
}
.exit--chooseDesign .free--designBook .whiteBtnNectar span.exit-btns-or { 
  display: inline-block;
  float: none;
}
.free--designBook .whiteBtnNectar span.exit-continueBtn {
  display: inline-block;
  float: none;
}



/* Style,color, category page popup css: end*/

.coupon-question .whiteBtnNectar span.code-call-btn, .coupon-question .whiteBtnNectar span.exit-btns-or { display: none;}



@media (max-width:991px)
{
	.exit-popup { display:none !important; } 
}

/* Ouibounce modal popup changes css start */
#ouibounce-modal.exit-popup.ouibounce-props .modal-exit{margin:60px auto;}
.ouibounce-titles{
  position: relative;
  padding:24px;
  background:#f2f2f2;
}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .modal-body-exit{
background:#fff;
padding:24px 24px 0;
}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .modal-exitHeader{background: #f2f2f2;border-bottom: none;padding: 0;}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .home--bottom-video{margin-top: 0;}
.exit-popup.ouibounce-props .exit-popups-main{
  background:#fff;
  border-radius: 0;
  padding:32px 20px 30px;
  border:none;
}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .modal-exit.specify-margin{display: flex;flex-direction: column;margin: 60px auto;}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .modal-exit.specify-margin .modal-body-exit{margin-bottom: 0px;}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .col-lg-6.dh_pic_lazy{padding-right: 0px;}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .customLgo-btnCss{display: none;}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .custom-sublinesUl{width:100%;float: left;}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .customLgo-btnCss{margin-bottom: 0px;}
#ouibounce-modal.exit-popup.choose-popup-modal.ouibounce-props .glyphicon.glyphicon-ok{top:12px;}
.exit-popup.ouibounce-props .exit-images img{background:#d3d3d3;border-radius: 8px;margin-bottom: 24px;}
.exit-popup.ouibounce-props .code-test .input-number-css{height: 40px;}
.exit-popup.ouibounce-props .coupon-code-modal,
.exit-popup.ouibounce-props .coupon-text{padding:0;}
.exit-popup.ouibounce-props .coupon-question{padding-bottom: 0;padding-top: 20px;}
.exit-popup.ouibounce-props .code-test .input-number-css{font-size: 15px;}
.exit-popup.ouibounce-props .exit-valid{margin-top: 4px;}
.exit-popup.ouibounce-props .code-btn-css{
  margin-top: 32px;
  border-top:#f2f2f2 solid 2px;
  border-bottom: #f2f2f2 solid 2px;
  width:calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.break-plus-text{display: block;font-size: 34px;line-height: 1;}
.exit-popup.ouibounce-props .code-heading{margin-bottom: 16px;line-height: normal;}
.exit-popup.ouibounce-props .code-tagLine{color:#333;font-size: 21px;max-width: 600px;line-height: 1.3;}
.exit-popup.ouibounce-props .redeem-code{padding: 20px 0;float: none;}
.exit-popup.ouibounce-props .code-btn-child{margin:4px auto;float: none;}
.exit-popup.ouibounce-props .ques-title{
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}
.ouibounce-titles .icon-close{
  font-size: 32px;
    color: #a29797cc;
    -webkit-text-stroke: 4px #f2f2f2;
}
.ouibounce-titles .icon-close:before{padding: 0;}
.ouibounce-titles .exit-poppuClose{
  background: transparent;
  border:none;
  border-radius: 0;
  top:50%;
  right:16px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
    cursor: pointer;
    height: 28px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 28px;
    z-index: 9;
}
.oui-title-prop{
  font-size: 18px;
  font-weight: 500;
  color:#333;
  margin:0;
  padding-right: 24px;
}
.exit-popup.ouibounce-props .exit-popup.ouibounce-props .request-call-help {
  border-top: #f2f2f2 solid 2px;
  padding: 20px 24px;
  text-align: right;
  margin-top: 20px;
}
.exit-popup.ouibounce-props .request-call-help{
  width:calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}
.exit-popup.ouibounce-props .coupon-qn-wrap {
  background: #909090 none repeat scroll 0 0;
  padding: 16px 16px 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.exit-popup.ouibounce-props .ques-title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.exit-popup.ouibounce-props .ques-title.change-color-props{color:#333;}
.exit-popup.ouibounce-props .ques-title span{display: block;}
.exit-popup.ouibounce-props .coupon-question.remove-bgprop {
  background: transparent;
  padding: 0;
  margin-top:16px
}
.request-call-help {
  border-top: #f2f2f2 solid 2px;
  padding: 20px 24px;
  text-align: right;
  margin-top: 20px;
}
.footer-call .code-request-btn{margin-top:16px;}
.footer-call .code-request-btn,
.footer-call .code-request-btn:hover,
.footer-call .code-request-btn:focus,
.request-call-help a, 
.request-call-help a:hover, 
.request-call-help a:focus, 
.request-call-help a:active {
  background: #82bc3b;
  color: #fff;
  border-radius: 30px;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.choose-popup-modal .work-video-bg {
  background: url(//cdn1.designhill.com/assets/dh/images/how-it-works/popup_macbook.png?rnd=2) no-repeat scroll 0 0;
  height: 340px;
  padding: 11px 10px 0;
  width: 360px;
  position: relative;
}
.choose-popup-modal .work-video-bg iframe{width:100%;height:59%;}
/* Ouibounce modal popup changes css end */

/* New video css start*/
.home--banner-video .banner-box .content-wrappers{top: 10%;transform: translate(-50%,0%);}
.home--banner-video .le-template--top{display: none;}
.home--bottom-video {position: relative;z-index: 2;display: flex;align-items: center;justify-content: center;}
.home--bottom-video .video-play-arrow{display: flex;flex-direction: row;-webkit-box-pack: center;justify-content: center;-webkit-box-align: center;align-items: center;z-index: 1;background-color: rgba(255, 255, 255, 0.3);width: 120px;height: 120px;border-radius: 100%;transition: all 150ms linear 0s;}
.hWaCHT {margin-right: -5px;transition: all 150ms linear 0s;}
.home--bottom-video .video-paly-cirlce{display: flex;flex-direction: column;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;height: 100%;width: 100%;position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;opacity: 1;z-index: 0;/* background: linear-gradient(109.6deg, rgb(218, 185, 252) 11.2%, rgb(125, 89, 252) 91.1%); background:rgba(48,100,201,0.6);*/flex: 1 1 0%;transition: all 200ms linear 0s;}
.home--bottom-video .video-paly-button {display: flex;flex-direction: column;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;height: 100%;width: 100%;flex: 1 1 0%;transition: all 100ms linear 0s;}
.home--bottom-video .videon-banner img {object-fit: cover;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;opacity: 1;transition: all 1000ms linear 0s;}
.home--bottom-video .video-new-design{position: relative;/*box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px 0px;*/overflow: hidden;border-radius: 5px;width: 100%;max-width: 930px;}
.home--bottom-video .videon-banner{position: relative;border-radius: 5px;}
.home--bottom-video .video-bg{padding-top: 56.2259%;width: 100%;height: 0;position: static;top: 0;left: 0;}
.home--bottom-video .video-new-design:hover .video-paly-cirlce{opacity: 0.6;}
.home--bottom-video .video-new-design:hover .video-play-arrow{transform: scale(1.05);}
.home--bottom-video .video-play-arrow:hover{cursor: pointer;background-color: rgba(255, 255, 255, 0.4);transform: scale(1.1) !important;}
.home--bottom-video .banner-video {position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;z-index: 1;width: 100%;height: 100%;margin: auto;border-width: 0px;border-style: initial;border-color: initial;border-image: initial;border-radius: 5px;display: none;border-radius: 5px;}
.new-video-section .home--bottom-video{padding-top: 40px;}
.home--bottom-video .video-paly-button {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  flex: 1 1 0%;
  transition: all 100ms linear 0s;
}
.video-play-arrow.reduce-size{
  width:80px;
  height:80px;
}
.video-play-arrow.reduce-size svg{width:40px;}

/* Past customer css start */
.home--past-customers{background-color: #f5f5f5;width:100%;float: left;}
.home--past-customers .past-customer--section{max-width: 1200px;margin: 0 auto;}
.home--past-customers .customer-container{display: flex;justify-content: space-around;flex-wrap:wrap;align-items: center;padding: 30px 0px;}
.home--past-customers .past-customer-image.past-customer-content {flex-wrap:wrap;justify-content:start;text-align: left;line-height: 1.5;font-weight: 600;font-size: 13px;letter-spacing: 0.2px;min-width: 150px;}
.home--past-customers .past-customer-image.past-customer-content span{display:inline-block;}
.customer-container .past-customer-image{width: 114px;margin: 0 10px;text-align: center;min-height: 42px;display: flex;align-items: center;justify-content: center;max-height: 42px;}
.customer-container .past-customer-image img{height: 100%;border: 0;}
.customer-container .past-customer-image span{font-weight: 600;}
.home--past-customers.change-past-customer-detail .past-customer--section{max-width:1200px;}
.home--past-customers.change-past-customer-detail .customer-container{justify-content: space-between;}
.home--past-customers.change-past-customer-detail .customer-container .past-customer-image{margin:10px 10px 10px 0;}
.past-customer-image-group{display: flex;}
@media screen and (max-width:991px){
  .home--past-customers .past-customer-image.past-customer-content{min-width:100%;max-width:100%;justify-content: center;}
  .home--past-customers .past-customer-image.past-customer-content span{margin-left:2px;display:inline-block;}
  .home--past-customers .past-customer-image.past-customer-content{font-size:16px;margin-bottom:12px;}
  /* .home--past-customers .customer-container .past-customer-image{width:110px;} */
}
@media screen and (max-width:767px){
  .home--past-customers .customer-container{padding: 30px 0 0;}
  .past-customer-image-group{
    display: block;
    text-align: center;
    width:100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 30px;
    position: relative;
    z-index: 12;
  }
  .home--past-customers .past-customer-image.past-customer-content{margin-bottom:24px;}
  .home--past-customers .customer-container .past-customer-image{/*width: 90px;min-height: auto;flex-basis: 50%;*/display: inline-block;text-align: center;}
}
@media screen and (max-width:600px){
  .home--past-customers .past-customer-image.past-customer-content{font-size:16px;}
}
/* past customer css end */

/* Popup for get started start */
.launch--popup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow: auto;background: linear-gradient(to bottom,rgba(255,255,255,0.9) 0,#fff 22%);z-index: 9999;opacity: 0;transition: opacity .3s ease-out;display: none;-webkit-overflow-scrolling: touch;}
.is-visible {display: block;}
.is-open {opacity: 1;}
.launch--popup-close-btn{position: relative;top: initial; right: initial; padding: 30px;text-align: right;z-index: 1;}
.launch--popup-close-btn .round-btn{background: 0 0;border: 0;padding: 0;cursor: pointer;text-align: center;display: inline; position: relative;z-index: 0;overflow: visible;font-size: 16px;line-height: 1.6; width: 2.75em; height: 2.75em;color:#555;opacity: 0.5;transition: opacity .3s ease-out;outline: none;-webkit-overflow-scrolling: touch;}
.launch--popup-close-btn .round-btn:hover, 
.launch--popup-close-btn .round-btn:active{opacity: 1;outline:none;}
.launch--popup-close-btn .round-btn:after{position: absolute;display: block;content: '';top: 0;left: 0;width: 100%;height: 100%;border-style: solid;border-width: 2px;border-radius: 50%;}
.launch--popup--main, .launch--popup--body{position: absolute;padding: 0;top: 0;left: 0;height: 100%;width: 100%; overflow: hidden;display: block;}
.launch--popup--body{overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
.launch--popup--container{position: relative;max-width: 1000px;padding-left: 30px;padding-right: 30px;margin-left: 0;margin-right: 0;width: 100%;max-height: 100%;transition: .15s max-width;top: 40%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.launch--popup--content{position: relative;margin-top: 100px; margin-bottom: 45px;color: #555;}
.launch--popup--image{position: absolute;width: 1000px;top: 100px;left: 588px;z-index: -1;}
.launch--popup--image.launch--popup--image-3{left: 98%;}
.launch--popup--header{position: relative;width: 50%; margin-left: 25%;}
.launch--popup--header .launch--popup--heading{font-size: 48px;margin-top: 0;margin-bottom: 1.6rem;font-weight: 600;line-height: 1.05;}
.launch--popup--header .launch--popup--heading:after{content: '—';display: block;}
.launch--popup--header .launch--popup--para{font-size: 16px;line-height: 1.6;margin: 0 0 1.6rem;margin-left: 30px;color: #555;}
.launch--popup--boxes{position: relative;margin-bottom: 45px;margin-top: 40px;text-align: center;display: flex;justify-content: center;}
.get-started-now-popup .launch--popup--boxes{justify-content: space-between;}
.get-started-now-popup .launch--popup--boxes .launch--popup--boxes--item{width: 47.5%;}
.launch--popup--boxes .launch--popup--boxes--item{position: relative;text-align: left;z-index: 2;color: inherit;display: block;width: 50%;max-width: none;padding: 45px 50px 22px;}
.launch--popup--boxes .shadow-content{box-shadow: 0 14px 42px 0 rgba(0,0,0,.2);background-color: #fff;}
.launch--popup--boxes .launch--popup--boxes--item:not(.shadow-content) .popup--boxes--item--head{color:#555;}
.launch--popup--para{color: #555;font-size: 16px;line-height: 1.6;}
.popup--boxes--item--head{margin-bottom: 15px;display: flex;align-items: center;} 
.popup--boxes--item--head .boxes--item--icon{margin-right: 15px;width: 30px;height: 30px;}
.popup--boxes--item--head .boxes--item--heading{font-size: 24px;margin-top: 0;font-weight: 600;line-height: 1.05;}
.launch--popup--boxes .launch--popup--boxes--item.shadow-content .popup--boxes--item--head .boxes--item--heading{color:#555;}
.launch--popup--para-listing{margin-bottom: 1.6em;}
.launch--popup--para-listing .list-itme{margin-bottom: 5px;line-height: 1.6;position: relative;padding-left: 25px;}
.launch--popup--para-listing .list-itme:before{color:#82bc4b;content: '\f00c';position: absolute;top: 0;left: 0;font-family: fontawesome, Helvetica, Arial, sans-serif;}
.launch--popup-para-content{max-width: 20em;margin: 0 0 1.6rem;}
.launch--popup--btn, 
.launch--popup--link{display: inline-block;vertical-align: middle;margin-bottom: 15px;}
.launch--popup--btn{margin-right: 15px;}
.launch--popup--boxes .launch--popup--boxes--item:not(.shadow-content) .launch-btn{color:#555;background-color: transparent;border: 3px solid #555;background-image:none;}
.launch--popup--boxes .launch--popup--boxes--item:not(.shadow-content) .launch-btn:hover{opacity: 0.7;}
.launch--popup--boxes .launch--popup--boxes--item:not(.shadow-content) .launch-link{color: #555;}
.launch--popup--boxes .launch--popup--boxes--item:not(.shadow-content) .launch-link:hover{color:#555;border-color: #555;}
.launch-btn{transition:all 0.3s ease-out;line-height: 1.3;cursor: pointer;display: inline-block;vertical-align: middle; margin: 0; padding: 0; text-align: center;font-size: 19px;border-radius: 2px;position: relative;text-decoration: none;color:#fff;padding: 12px 30px;font-weight: 600;background-image: linear-gradient(180deg,#82bc3b 0,#7eb831 100%);border: 3px solid transparent;}
.launch-btn:hover, .launch-btn:focus, .launch-btn:active{text-decoration: none;color: #fff;background-color: rgba(219,63,53,0.7);}
.launch-link{transition: border-color .15s ease-out;color: #82bc3b;border-bottom: solid 4px rgba(85,85,85,0);font-size: 19px;text-decoration: none;position: relative;font-weight: 600;}
.launch-link span{margin-right: 10px;}
.launch-link:hover, .launch-link:active, .launch-link:focus{text-decoration: none;color:#82bc3b;border-color: #82bc3b;}
.launch--popup .btn{display: inline-block;padding: 6px 12px;font-size: 15px;font-weight: 500;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;-webkit-transition: transform .15s ease;transition: transform .15s ease;letter-spacing: 0.2px;-webkit-transform: translateY(0px);transform: translateY(0px);border-radius: 50px;padding: 12px 30px;}
.launch--popup .btn-white{background-color: #fff;color:#82bc3b;-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);font-size: 17px;}
.launch--popup .btn-white:focus{color: #82bc3b;}
.launch--popup .btn-white:hover, 
.launch--popup .btn-white:active{-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);-webkit-transform: translateY(-1px);transform: translateY(-1px);color: #82bc3b;}
.launch--popup .btn-white:active{background-color: #f6f9fc;-webkit-transform: translateY(1px);transform: translateY(1px);-webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);color:#82bc3b;}
.launch--popup .btn-bblue:focus{color: #fff;}
.launch--popup .btn-bblue{background-color: #82bc3b;color: #fff;-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);font-size: 17px;}
.launch--popup .btn-bblue:hover, .btn-bblue:active{-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);-webkit-transform: translateY(-1px);transform: translateY(-1px);color: #fff;}
.launch--popup .btn-bblue:active{background-color: #82bc3b;-webkit-transform: translateY(1px);transform: translateY(1px);-webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);color:#fff;}

.launch--popup .btn-border{border-radius: 50px;border: 2px solid #82bc3b;color: #82bc3b;padding: 12px 38px;font-size: 17px}
.launch--popup .btn-border:focus{color: #82bc3b;box-shadow:none;}
.launch--popup .btn-border:hover, 
.launch--popup .btn-border:active{color:#fff;background-color: #82bc3b;border-color: #82bc3b;}
@media screen and (max-width:991px){
  .launch--popup--header .launch--popup--heading {
    font-size: 40px;
}
.launch--popup--boxes .launch--popup--boxes--item {
  min-width: 450px;
}
.launch--popup--boxes .launch--popup--boxes--item {
  min-width: 450px;
}
}
@media (max-width: 900px){
.launch--popup--container {
    top: auto;
    left: auto;
    transform: none;
}
.launch--popup--boxes {
  flex-direction: column;
  align-items: center;
}
}
@media screen and (max-width:576px){
  .launch--popup--image {
    display: none;
    width: auto;
}
.launch--popup-close-btn{padding: 15px 30px;}
.launch--popup--main, .launch--popup--body{position: relative;overflow: unset;}
.launch--popup--body {
  overflow-y: unset;
  overflow-x: unset;
}
.launch--popup--content {
  margin-top: -20px;
}
.launch--popup--header {
  width: 100%;
  margin-left: 0;
}
.launch--popup--header .launch--popup--heading {
  font-size: 32px;
}
.launch--popup--boxes .launch--popup--boxes--item {
  width: 100%;
  padding: 15px 0px;
  min-width: 100%;
}
.launch--popup--btn, .launch--popup--link {
  display: block;
  text-align: center;
  width: 100%;
}
.launch--popup .btn-border, 
.launch--popup .btn-bblue, 
.launch--popup .btn-white, 
.find-experts a.btn {
  width: 100%;
}
.launch--popup--boxes .launch--popup--boxes--item {
  width: 100%;
  padding: 15px 0px;
  min-width: 100%;
}
.launch--popup--boxes .shadow-content{box-shadow: none;background-color: transparent;}
.launch--popup .btn{width: 100%;}
}
@media screen and (max-width:480px){
  .categories-top-content > a, 
  .launch--popup .btn-border,
  .launch--popup .btn-white{font-size: 18px;width: 100%;padding: 10px 30px;}
  
}
/* Popup for get started end */