/* Variables */
/* colors */
/* #262626 */
/* #1a1a1a */
/* font family */
/* Mixins */
/*CSs for Cotainer using body class*/
.page-layout-1column-cms {
  /*css for error or success msg*/
}
.page-layout-1column-cms .container {
  padding: 0 188px;
}
.page-layout-1column-cms .container.custom-no-routes {
  padding-top: 35px;
}
.page-layout-1column-cms .page.messages > div {
  padding: 0 15px;
}
a {
  color: #28a7fb;
}
a:active,
a:focus,
a:visited {
  color: #28a7fb;
}
p a,
li a {
  color: #28a7fb;
}
p a:hover,
li a:hover {
  color: #28a7fb;
  text-decoration: underline;
}
p a:active,
li a:active,
p a:focus,
li a:focus,
p a:visited,
li a:visited {
  color: #28a7fb;
}
.cms-wrap {
  padding: 0 15px 50px;
}
.cms-wrap h3 {
  color: #1f1f1f;
  font-weight: 700;
  margin: 0 0 10px;
}
.cms-wrap p {
  font-size: 14px;
  line-height: 21px;
}
.cms-wrap p a:visited {
  color: #28a7fb;
}
.cms-wrap .about-map-img {
  padding: 15px 0;
  text-align: center;
}
.cms-wrap .custom-decimal {
  font-size: 20px;
  line-height: 24px;
  color: #232323;
  list-style-type: none;
  counter-reset: item;
  padding-left: 25px;
}
.cms-wrap .custom-decimal.level-1 {
  padding-left: 0;
}
.cms-wrap .custom-decimal li {
  font-size: 20px;
  line-height: 26px;
  display: table;
  counter-increment: item;
}
.cms-wrap .custom-decimal li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 10px;
  font-size: 18px;
}
.cms-wrap .custom-decimal li h6 {
  font-weight: 400;
  color: #232323;
  margin: 0 0 12px;
}
.cms-wrap .custom-decimal li ol {
  list-style-type: none;
  counter-reset: item;
}
.cms-wrap .custom-decimal li ol li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.cms-wrap .custom-decimal li ol li:before {
  font-size: 16px;
  content: counters(item, ".") " ";
}
.cms-wrap .custom-decimal li ol li p {
  margin: 0px;
}
.cms-wrap .custom-decimal li ol li p.index-title {
  margin-bottom: 12px;
}
.cms-wrap .custom-decimal li ol li h6 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.cms-wrap .custom-decimal li ol li .level-2 {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
}
.cms-wrap .custom-decimal li ol li .level-2 li:before {
  font-size: 14px;
}
.cms-wrap .collection-info li {
  font-size: 14px;
  line-height: 21px;
  color: #232323;
  margin-left: 20px;
  margin-bottom: 5px;
  list-style: inside;
}
.cms-wrap .fieldset {
  padding-top: 20px;
}
.cms-wrap .fieldset h4 {
  color: #232323;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
.cms-wrap .fieldset .form-list {
  margin-bottom: 0;
}
.cms-wrap .fieldset .form-list .fields {
  margin-bottom: 0;
}
.cms-wrap .fieldset .form-list .fields .field {
  margin-bottom: 0;
}
.cms-wrap .fieldset .form-list .fields .field label {
  font-size: 20px;
  color: #232323;
  padding-bottom: 10px;
  display: block;
}
.cms-wrap .fieldset .form-list .fields .field .input-box {
  color: #232323;
}
.cms-wrap .fieldset .form-list .fields .field p {
  margin: 12px 0;
  color: #232323;
  font-size: 14px;
  line-height: 18px;
}
.cms-wrap .fieldset.privacy-policy .legend {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #232323;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.cms-wrap .fieldset.privacy-policy .form-list {
  display: inline-block;
}
.cms-wrap .fieldset.privacy-policy .form-list .fields .field label {
  display: inline-block;
}
.cms-wrap .fieldset.privacy-policy .form-list .fields .field p {
  margin: 0 0 15px;
}
.cms-wrap .product-info-block {
  margin-bottom: 50px;
}
.cms-wrap .stepbg-block {
  background: url(../../../Magento_Cms/images/footer-link/how_it_works/step-bg.jpg) no-repeat center top;
  padding: 15% 0 3%;
  text-align: center;
  background-size: cover;
}
.cms-wrap .stepbg-block .step-links {
  background: #ffffff;
  border: 1px solid #b8b8b8;
  padding: 10px;
  width: auto;
  display: inline-block;
  margin: 0 auto 35px;
  -webkit-box-shadow: inset 0 0 7px #b8b8b8;
  -moz-box-shadow: inset 0 0 7px #b8b8b8;
  -ms-box-shadow: inset 0 0 7px #b8b8b8;
  -o-box-shadow: inset 0 0 7px #b8b8b8;
  box-shadow: inset 0 0 7px #b8b8b8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-wrap .stepbg-block .step-links li {
  position: relative;
  padding: 3px 10px;
  margin: 0 5px 0 20px;
  display: inline-block;
}
.cms-wrap .stepbg-block .step-links li:first-child {
  margin-left: 0;
}
.cms-wrap .stepbg-block .step-links li:last-child:after {
  display: none;
}
.cms-wrap .stepbg-block .step-links li:after {
  position: absolute;
  content: "";
  top: 39%;
  left: 88%;
  background: #c2c2c2;
  height: 3px;
  width: 50%;
  top: 53px;
}
.cms-wrap .stepbg-block .step-links li a {
  display: block;
}
.cms-wrap .stepbg-block .step-links li span {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.cms-wrap .stepbg-block p {
  padding: 0 75px;
  font-weight: 600;
  color: #464646;
}
.cms-wrap .whyusemain-block {
  border: 1px solid #e3e3e3;
  text-align: center;
  background: #f3f3f3;
  border-top: 0;
  margin: 50px 0;
}
.cms-wrap .whyusemain-block h4 {
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 17px;
  text-transform: none;
  background: #60c0ff;
}
.cms-wrap .whyusemain-block img {
  display: block;
  padding: 20px;
  margin: 0 auto;
}
.cms-wrap .pricing-block-services {
  display: flex;
  margin: 0 -30px;
}
.cms-wrap .pricing-block-services .slide-price {
  float: left;
  width: 33.3333%;
  padding: 0 30px;
  box-sizing: border-box;
}
.cms-wrap .pricing-block-services .slide-price .slide-price-inner {
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  height: 100%;
}
.cms-wrap .pricing-block-services .slide-price h4 {
  color: #ffffff;
  text-transform: none;
  padding: 18px 17px;
  letter-spacing: 0.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.cms-wrap .pricing-block-services .slide-price .slider-price-info {
  position: relative;
  min-height: inherit;
  padding: 15px 15px 0;
  background: #f3f3f3;
  border-top: 0;
}
.cms-wrap .pricing-block-services .slide-price .slider-price-info ul li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
.cms-wrap .pricing-block-services .slide-price .slider-price-info ul li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  line-height: 5px;
  border-radius: 100%;
  background: #464646;
  left: 0;
  top: 9px;
}
.cms-wrap .pricing-block-services .slide-price .slider-price-info p {
  float: left;
  width: 70%;
  font-size: 14px;
  line-height: 22px;
  color: #464646;
}
.cms-wrap .pricing-block-services .slide-price .slider-price-info .work-img {
  float: left;
  width: 30%;
}
.cms-wrap .pricing-block-services .slide-price.slide-price01 h4 {
  background: #01aa93;
}
.cms-wrap .pricing-block-services .slide-price.slide-price02 h4 {
  background: #60c0ff;
}
.cms-wrap .pricing-block-services .slide-price.slide-price03 h4 {
  background: #6b6767;
}
/*Css of cms-  enable-cookies page*/
.cookies-wrap .error-message {
  color: #000000;
  border-left: 5px solid #e26703;
  background: #f9ebe6;
  font-size: 15px;
  line-height: 19px;
  padding: 9px 10px 9px 20px;
  position: relative;
  margin-bottom: 10px;
}
.cookies-wrap .error-message:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.cookies-wrap .error-message .message {
  font-size: 14px;
  line-height: 18px;
}
.cookies-wrap h4 {
  color: #1f1f1f;
  margin: 0 0 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.cookies-wrap p {
  margin: 0 0 15px;
}
.cookies-wrap h5.subtitle {
  color: #232323;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 15px;
}
.cookies-wrap .ul-list-bullet {
  margin: 0  0 20px;
  padding-left: 23px;
}
.cookies-wrap .ul-list-bullet li {
  position: relative;
  padding: 0 0 0 17px;
  font-size: 15px;
  line-height: 21px;
}
.cookies-wrap .ul-list-bullet li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.cookies-wrap label.ol-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 10px;
}
.cookies-wrap .cookies-list {
  padding-left: 29px;
  margin-bottom: 20px;
}
.cookies-wrap .cookies-list li {
  font-size: 15px;
  line-height: 21px;
}
.cookies-wrap .cookies-list li p {
  font-size: 15px;
}
/*Css of cms- office-timeline-templates-partnership page*/
.office-timeline h3 {
  margin: 0 0 30px;
}
.office-timeline h4 {
  color: #262626;
  font-weight: 600;
  margin: 0 0 15px;
}
.office-timeline p {
  margin: 0 0 15px;
}
.office-timeline .timelineimg {
  margin: 0 0 20px;
  padding: 25px 30px;
  background: #f4f4f4;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.office-timeline .timelineimg .timeline-col {
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.office-timeline .timelineimg .timeline-col a {
  display: inline-block;
}
.office-timeline .timelineimg .timeline-col.plus_icon {
  text-align: center;
}
.office-timeline .timelineimg .timeline-col.officetimeline_logo {
  text-align: right;
}
.office-timeline .timeline-offer-block {
  margin-bottom: 30px;
}
.office-timeline .timeline-offer-block .boxbuttons {
  padding: 10px 0;
}
.office-timeline .timeline-offer-block .boxbuttons .btn {
  height: 42px;
  line-height: 37px;
  font-size: 18px;
  min-width: 112px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.office-timeline .timeline-offer-block .boxbuttons .btn:hover {
  color: #373737;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.office-timeline .timeline-offer-block .boxbuttons .btn:first-child {
  margin-right: 15px;
}
.office-timeline .timeline-content-block .timeline-content-inner {
  padding-top: 25px;
  display: table;
  width: 100%;
}
.office-timeline .timeline-content-block .timeline-content-inner .content-col {
  width: 30.7%;
  display: table-cell;
  vertical-align: top;
}
.office-timeline .timeline-content-block .timeline-content-inner .content-col.arrow-block {
  text-align: center;
  vertical-align: middle;
}
.office-timeline .timeline-content-block .timeline-content-inner .content-col .blockimage {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px #666666;
  -moz-box-shadow: 0px 0px 2px #666666;
  -ms-box-shadow: 0px 0px 2px #666666;
  -o-box-shadow: 0px 0px 2px #666666;
  box-shadow: 0px 0px 2px #666666;
}
.office-timeline .timeline-content-block .morelinks a:hover {
  text-decoration: underline;
  color: #28a7fb;
}
/*Css of cms- awesome ppt steps page*/
.awesome-ppt-steps {
  /*.you-tube-video{
		embed{
			height: 360px;
		}
	}*/
}
.awesome-ppt-steps h3 {
  font-weight: 600;
  margin-bottom: 0 0 10px;
}
.awesome-ppt-steps .awesome-powerpoint-step {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
.awesome-ppt-steps .awesome-powerpoint-step label {
  background: #28a7fb;
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 25px;
  padding: 12px 15px;
  position: relative;
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
}
.awesome-ppt-steps .awesome-powerpoint-step label span {
  color: #28a7fb;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-right: 15px;
  padding-left: 7px;
  font-size: 20px;
  line-height: 24px;
  top: -2px;
}
.awesome-ppt-steps .awesome-powerpoint-step label:before {
  position: absolute;
  top: 13px;
  left: 15px;
  content: "";
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #ffffff;
}
.awesome-ppt-steps .awesome-powerpoint-step label:after {
  position: absolute;
  top: 0;
  right: -25px;
  content: "";
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #28a7fb;
}
.awesome-ppt-steps .awesome-powerpoint-step.optional label:before {
  display: none;
}
.awesome-ppt-steps .awesome-powerpoint-step p {
  font-size: 14px;
  line-height: 25px;
  color: #464646;
  margin: 0 0 15px;
}
.awesome-ppt-steps .awesome-powerpoint-step p strong {
  font-size: 16px;
  font-weight: 600;
}
.awesome-ppt-steps .awesome-powerpoint-step ul {
  margin: 0px;
}
.awesome-ppt-steps .awesome-powerpoint-step ul li {
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0  30px;
  box-sizing: border-box;
}
.awesome-ppt-steps .awesome-powerpoint-step ul li a {
  -webkit-box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-align: center;
}
.awesome-ppt-steps .awesome-powerpoint-step ul li a img {
  border: 1px solid #e0e0e0;
  float: left;
}
.awesome-ppt-steps .awesome-powerpoint-step ol {
  padding: 0 0 0 15px;
}
.awesome-ppt-steps .awesome-powerpoint-step ol li {
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  margin-bottom: 10px;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-show {
  color: #464646;
  padding: 0 0 0 15px;
  position: relative;
  display: block;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-show i {
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-show i .minus-img {
  display: none;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-show:hover {
  color: #28a7fb;
  text-decoration: none;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-show.minus-icon i .plus-img {
  display: none;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-show.minus-icon i .minus-img {
  display: inline-block;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-hide {
  display: none;
  background: #f8f8f8;
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #232323;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-hide ul {
  display: inline-block;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-hide ul li {
  color: #464646;
  background: url(../../../Magento_Cms/images/create_powerpoint_presentation/pricepoint.jpg) no-repeat left 8px;
  display: block;
  width: 100%;
  padding: 0 0 8px 15px;
  margin: 0px;
  text-align: left;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col {
  margin-bottom: 20px;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col .col-sm-3 {
  width: 25%;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col .col-sm-3 p strong {
  font-size: 14px;
}
.awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col .col-sm-9 {
  width: 60%;
  float: left;
  box-sizing: border-box;
}
.awesome-ppt-steps .awesome-powerpoint-step .template-outer {
  margin-bottom: 15px;
}
.awesome-ppt-steps .awesome-powerpoint-step .template-outer .template-finder {
  float: left;
  width: 25%;
  margin: 15px 30px 15px 0;
  font-size: 20px;
  line-height: 24px;
  box-sizing: border-box;
}
.awesome-ppt-steps .awesome-powerpoint-step .template-outer .template-img {
  float: left;
  margin: 0px;
  width: 45%;
  border: 1px solid #e0e0e0;
  padding: 15px;
  box-sizing: border-box;
}
.awesome-ppt-steps .awesome-powerpoint-step .template-img {
  margin: 25px 0;
}
/* Css of cms- awesome ppt modal css*/
.mf-powerpoint-presentation.mfp-bg {
  z-index: 99999;
}
.mf-powerpoint-presentation.mfp-wrap {
  z-index: 99999;
  cursor: pointer;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-close {
  opacity: 1;
  font-weight: 400;
  cursor: pointer;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-close:hover {
  border: none;
  background: none;
  color: #ffffff;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow {
  opacity: 1;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow:hover {
  background: none;
  border: none;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-left {
  left: -78px;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-left:before {
  border-right: 27px solid #28a7fb;
  opacity: 1;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-left:after {
  border-right: 17px solid #28a7fb;
  opacity: 1;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-right {
  right: -78px;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-right:before {
  border-left: 27px solid #28a7fb;
  opacity: 1;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-right:after {
  border-left: 17px solid #28a7fb;
  opacity: 1;
}
.mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-counter {
  display: none;
}
/*Css of 404 error page*/
.custom-no-routes .cms-wrap dl {
  color: #232323;
}
.custom-no-routes .cms-wrap dl dd ul {
  margin-left: 29px;
}
.custom-no-routes .cms-wrap dl dd ul li {
  margin: 0px;
}
.custom-no-routes .cms-wrap p {
  font-size: 14px;
  line-height: 18px;
  margin: 0  0 15px;
}
/*Css of Contact Us page*/
.contact-us-wrapper h5 {
  margin: 10px 0 15px;
  color: #1f1f1f;
}
.contact-us-wrapper p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
}
.contact-us-wrapper .livechat_button a {
  display: inline-block;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset {
  padding: 0px;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field {
  margin: 17px 0;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field .input-box input {
  max-width: 374px;
  width: 100%;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field .input-box textarea {
  height: 400px;
  max-width: 800px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #454545;
  padding: 5px;
  overflow-y: auto;
  resize: none;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field .input-box textarea:focus {
  box-shadow: none;
  border: 1px solid #28a7fb;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field label {
  font-size: 13px;
  line-height: 49px;
  color: #989898;
  padding-bottom: 0px;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field label.comment {
  height: 398px;
  line-height: 398px;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .button-set {
  margin: 15px 0 0 ;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .button-set .btn {
  min-width: 175px;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  height: 40px;
}
.contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .button-set .btn:hover {
  color: #373737;
}
.contact-us-wrapper .contact-information .contact-address {
  margin-top: 35px;
}
.contact-us-wrapper .contact-information .contact-address h4 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #232323;
}
.contact-us-wrapper .contact-information .contact-address label {
  display: block;
  color: #232323;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
.contact-us-wrapper .contact-information .contact-address p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
}
.contact-address .address-wrapper {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.contact-information {
  width: 100%;
  float: left;
}
.cms-wrap.contact-us-wrapper .livechat_button {
  display: inline-block;
  float: left;
}
.contactus_demo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: 15px;
}
@media (max-width: 800px) {
  .contact-address .address-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}
/*css of how its work page*/
.how-it-works-grid .catalog-category-view .products.wrapper {
  padding-left: 0;
}
.how-it-works-grid .catalog-category-view .products.wrapper .product-items {
  margin: 0;
}
.how-it-works-grid .recommended-title-top h4 {
  color: #28a7fb;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.how-it-works-grid .get-button {
  height: 42px;
  min-width: 103px;
  font-size: 18px;
  line-height: 22px;
}
.how-it-works-grid .get-button:hover {
  color: #373737;
}
.how-it-works-grid .get-button:active,
.how-it-works-grid .get-button:focus {
  background-color: #ffffff;
  color: #373737;
}
/*Media Queries*/
@media (max-width: 1680px) {
  .cms-wrap .stepbg-block {
    padding: 18% 0 3%;
  }
  .page-layout-1column-cms .container {
    padding: 0 100px 0 188px;
  }
  /*Css of cms- office-timeline-templates-partnership page*/
  .office-timeline .timeline-content-block .timeline-content-inner .content-col {
    width: 31.5%;
  }
  /*Css of cms- awesome ppt steps page*/
  .awesome-ppt-steps .awesome-powerpoint-step p {
    line-height: 21px;
  }
}
@media (max-width: 1440px) {
  /*Css of cms- office-timeline-templates-partnership page*/
  .office-timeline .timeline-offer-block .boxbuttons .btn:first-child {
    margin-right: 0px;
  }
  .office-timeline .timeline-content-block .timeline-content-inner .content-col {
    width: 32%;
  }
  /*css of how its work page*/
  .how-it-works-grid .catalog-category-view .products.wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .cms-wrap .pricing-block-services {
    margin: 0 -15px;
  }
  .cms-wrap .pricing-block-services .slide-price {
    padding: 0 15px;
  }
  .page-layout-1column-cms .container {
    padding: 0 50px 0 165px;
  }
  /*Css of cms- awesome ppt steps page*/
  .awesome-ppt-steps .awesome-powerpoint-step p {
    line-height: 17px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step ul li {
    padding: 0 15px 0 6px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step .template-outer .template-finder {
    width: 35%;
  }
  /*404 error page css*/
  .custom-no-routes .cms-wrap dl dd ul {
    margin-left: 10px;
  }
}
@media (max-width: 1360px) {
  .cms-wrap .stepbg-block {
    padding: 19% 0 3%;
  }
}
@media (max-width: 1199px) {
  .cms-wrap .custom-decimal li {
    font-size: 17px;
    line-height: 21px;
  }
  .cms-wrap .custom-decimal li ol li h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-wrap .fieldset .form-list .fields .field label {
    font-size: 17px;
  }
  .cms-wrap .stepbg-block {
    padding: 22% 0 3%;
  }
  .cms-wrap .pricing-block-services {
    margin: 0 -15px;
  }
  .cms-wrap .pricing-block-services .slide-price {
    padding: 0 15px;
  }
  /*Css of cms- office-timeline-templates-partnership page*/
  .office-timeline .timeline-content-block .timeline-content-inner .content-col {
    width: 31.5%;
  }
  /*Css of contact us page*/
  .contact-us-wrapper .contact-information .contact-address label {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 1023px) {
  .cms-wrap {
    padding: 0 0 50px;
  }
  .cms-wrap .fieldset {
    padding-top: 15px;
  }
  .cms-wrap .fieldset h4 {
    margin-bottom: 10px;
  }
  .cms-wrap .fieldset .form-list .fields .field label {
    padding-bottom: 8px;
  }
  .cms-wrap .fieldset.privacy-policy .legend {
    font-size: 22px;
    line-height: 26px;
  }
  .cms-wrap .stepbg-block {
    padding: 27% 0 3%;
  }
  .cms-wrap .pricing-block-services .slide-price .slide-price-inner {
    height: auto;
  }
  .cms-wrap .pricing-block-services .slide-price .slider-price-info p {
    width: 100%;
  }
  .cms-wrap .pricing-block-services .slide-price .slider-price-info .work-img {
    width: 100%;
    text-align: center;
    float: none;
    display: inline-block;
  }
  .cms-wrap .collection-info li {
    margin-left: 6px;
  }
  .page-layout-1column-cms {
    /*css for error or success msg*/
  }
  .page-layout-1column-cms .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .page-layout-1column-cms .page.messages > div {
    padding: 0px;
  }
  .page-footer .container {
    max-width: 960px;
  }
  /*Css of cms-   enable-cookies page*/
  .cookies-wrap .error-message:before {
    left: -1px;
  }
  /*Css of cms- office-timeline-templates-partnership page*/
  .office-timeline .timeline-content-block .timeline-content-inner .content-col {
    width: 33.33%;
  }
  /*Css of cms- awesome ppt steps page*/
  .awesome-ppt-steps .awesome-powerpoint-step label {
    font-size: 22px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step p {
    line-height: 21px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step ul li {
    width: 33.33%;
  }
  .awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col .col-sm-3 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  /*Css of cms-  enable-cookies page*/
  .cookies-wrap .ul-list-bullet {
    padding-left: 3px;
  }
  /*Css of cms- awesome ppt steps page -modal css*/
  .mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-right {
    right: -10px;
  }
  .mf-powerpoint-presentation.mfp-wrap .mfp-content .mfp-arrow.mfp-arrow-left {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .cms-wrap .product-info-block {
    margin-bottom: 35px;
  }
  .cms-wrap .custom-decimal {
    padding-left: 15px;
  }
  .cms-wrap .custom-decimal li ol {
    padding-left: 15px;
  }
  .cms-wrap .collection-info li {
    font-size: 14px;
    line-height: 22px;
  }
  .cms-wrap .fieldset h4 {
    margin-bottom: 8px;
  }
  .cms-wrap .fieldset .form-list .fields .field label {
    font-size: 16px;
  }
  .cms-wrap .stepbg-block {
    background-size: 100%;
    padding: 18% 0 3%;
  }
  .cms-wrap .stepbg-block .step-links {
    margin: 0 auto 25px;
  }
  .cms-wrap .stepbg-block .step-links li {
    width: 42%;
    display: inline-block;
    margin: 0;
  }
  .cms-wrap .stepbg-block .step-links li:after {
    display: none;
  }
  .cms-wrap .stepbg-block .step-links li img {
    margin: 0 auto;
  }
  .cms-wrap .stepbg-block .step-links li span {
    font-size: 16px;
    line-height: 24px;
  }
  .cms-wrap .whyusemain-block {
    margin: 30px 0;
  }
  .cms-wrap .whyusemain-block img {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .cms-wrap .pricing-block-services {
    display: block;
  }
  .cms-wrap .pricing-block-services .slide-price {
    float: none;
    width: 364px;
    margin: 0 auto 25px;
  }
  .cms-wrap .pricing-block-services .slide-price:last-child {
    margin-bottom: 0;
  }
  .cms-wrap .pricing-block-services .slide-price .slider-price-info ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .page-layout-1column-cms .page-main {
    padding-top: 0;
  }
  .page-layout-1column-cms .container.custom-no-routes {
    padding-top: 25px;
  }
  /*Css of cms- awesome ppt steps page*/
  .awesome-ppt-steps .awesome-powerpoint-step .template-outer .template-finder {
    width: 100%;
    margin: 15px 0;
  }
  .awesome-ppt-steps .awesome-powerpoint-step .template-outer .template-img {
    width: 100%;
  }
  .awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col .col-sm-3 {
    width: 30%;
  }
  /*Css of cms- awesome ppt steps page -modal css*/
  .mf-powerpoint-presentation.mfp-wrap .mfp-container {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .cms-wrap .stepbg-block p {
    padding: 0 15px;
  }
  .cms-wrap .pricing-block-services .slide-price {
    width: 100%;
  }
  /*Css of cms- office-timeline-templates-partnership page*/
  .office-timeline .timelineimg .timeline-col {
    width: 100%;
    text-align: center;
    display: block;
  }
  .office-timeline .timelineimg .timeline-col.officetimeline_logo {
    text-align: center;
  }
  .office-timeline .timelineimg .timeline-col.plus_icon {
    margin: 20px 0;
  }
  .office-timeline .timeline-offer-block .boxbuttons .btn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 38px;
    padding: 0 30px;
  }
  .office-timeline .timeline-offer-block .boxbuttons .btn:first-child {
    margin-bottom: 20px;
  }
  .office-timeline .timeline-content-block .timeline-content-inner .content-col {
    width: 100%;
    display: block;
  }
  .office-timeline .timeline-content-block .timeline-content-inner .content-col.arrow-block {
    margin-bottom: 10px;
  }
  /*Css of cms- awesome ppt steps page*/
  .awesome-ppt-steps .awesome-powerpoint-step label {
    font-size: 16px;
    max-width: 250px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step label span {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 9px;
    top: 0px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step ul li {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 30px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step .template-outer .template-finder {
    font-size: 17px;
    line-height: 22px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col .col-sm-3 {
    width: 100%;
    margin: 0px;
  }
  .awesome-ppt-steps .awesome-powerpoint-step .toggle-hide .triangle-col .col-sm-9 {
    width: 100%;
  }
  /*Css of contact us page*/
  .contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field .input-box input {
    height: 35px;
  }
  .contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field .input-box textarea {
    height: 250px;
  }
  .contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field label {
    font-size: 12px;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
  }
  .contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .field label.comment {
    height: 248px;
    line-height: 248px;
  }
  .contact-us-wrapper .contact-information .scaffold-form .fieldset .form-list .button-set .btn {
    width: 100%;
  }
  /*css of how its work page*/
  .how-it-works-grid .get-button {
    height: 58px;
    width: 100%;
    margin-top: 15px;
  }
  .how-it-works-grid .catalog-category-view .item.product.product-item {
    padding: 0 15px 0 0;
  }
  .how-it-works-grid .catalog-category-view .item.product.product-item:nth-child(even) {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 374px) {
  .cms-wrap .stepbg-block .step-links li {
    width: 40%;
  }
  .awesome-ppt-steps .awesome-powerpoint-step ul li {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  /*Css of cms- awesome ppt steps page -modal css*/
  .mf-powerpoint-presentation.mfp-wrap .mfp-container {
    padding: 0 20px;
  }
}
