.banner-sub-content {
  position: absolute;
  font-family: 'Poppins', sans-serif !important;
  width: 650px;
  left: 100px;
  top: 220px;
  z-index: 2;
  color: #ffffff;
}

.banner-sub-content h2 {
  color: #ffffff;
}

.banner-sub-content ul {
  margin-bottom: 40px;
}

.banner-sub-content h2 {
  font-size: 20px;
}

.slide-text3 {
  margin-top: -280px
}

.banner-img-01 {
  margin-top: 150px;
  background-size: 80%;
}

.banner-img-02 {
  margin-top: 220px;
  background-size: 80%;
}

.banner-img-03 {
  margin-top: 240px;
  background-size: 100%;
}

.banner-center-box p {
  color: #ffffff;
}

.all-btn {
  background: #FF4566;
  color: #ffffff;
  border: none;
  border-radius: 4px;
}


.all-btn:hover {
  background: #FFBF00;
  color: #ffffff;
}
.blue-btn {
  background: #1E93DD;
}
.reverse-btn {
  background: transparent;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
  margin: 0 5px;
}

.reverse-btn:hover {
  background: #FFBF00;
  color: #ffffff;
  border: 1px solid #FFBF00;
}

.pull-right {
  float: right;
}

.login-header {
  
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(41, 69, 67, 1)) !important
}

.sticky #header-wrap {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(41, 69, 67, 1))
}
#LoginBanner{
  background: #F5F6FC;
  padding: 50px 0 80px;
}
.center-align{
  text-align: center;
}
#LoginBanner h2{
  font-size: 20px;
  font-weight: 600;
  color: #231150;
}

.banner-left h1, #LoginBanner h1{
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  height: 120px;
}
 #LoginBanner h1{
   height: 80px !important;
   color: #000 !important;
   font-size: 26px !important;
   line-height: 20px;
 }
 #LoginBanner .forget-password{
   color: #1E93DD;
   font-size: 12px;
   float: right;
 }
 #LoginBanner .forget-password:hover{
   color: #FFBF00;
 }
.banner-left h1 strong {
  color: #ffffff;
}

.feature-one {
  padding-left: 20px;
}

.feature-one .f-row {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.feature-one .left-icon {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  float: left;
}

.feature-one .right-text {
  float: left;
  width: 70%;
}

.feature-one .right-text h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.how-it-works {
  height: 100%;
  background-image: url("../img/landing/how-it-work.svg"), linear-gradient(to right, #2D8CD6, #8A2DD9);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.how-it-works .section-content {
  background: transparent !important;
}

.how-it-works .section-title h4,
.how-it-works .section-title p {
  color: #ffffff;
}

.how-it-works .how-it-work-row {
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  text-align: center;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr 2fr 1fr 2fr;
}

.how-it-works .how-it {
  position: relative;
}

.how-it-works .gap {
  width: 100%;
  border-top: 1px dashed #ffffff;
  margin-top: 115px;
}

.how-it-works .how-it-work-row .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  display: inline-block;
}

.how-it-works .how-it-work-row p {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}

.how-it-works .howitwotk-btn-area {
  padding: 90px 0;
  text-align: center;
}

.rechout-student {
  background-image: url("../img/landing/laptop.svg");
}

.our-clients h2 {
  margin: 50px 0 30px;
  font-size: 30px;
  color: #231150;
  font-weight: 600;
}

.pt-basic .pt-column-header {
  background: url("../img/landing/basic-top-img.svg") no-repeat top center;
  background-size: 100%;
}

.pt-basic .pt-column-footer {
  background: url("../img/landing/basic-bottom-img.svg") no-repeat bottom center;
  background-size: 100%;
}

.pt-basic .pt-column-footer .all-btn {
  background: #578D10;
}

.pt-standard .pt-column-header {
  background: url("../img/landing/standard-top-img.svg") no-repeat top center;
  background-size: 100%;
}

.pt-standard .pt-column-footer {
  background: url("../img/landing/standard-bottom-img.svg") no-repeat bottom center;
  background-size: 100%;
}

.pt-standard .pt-column-footer .all-btn {
  background: #0C42A8;
}

.pt-advance .pt-column-header {
  background: url("../img/landing/advance-top-img.svg") no-repeat top center;
  background-size: 100%;
}

.pt-advance .pt-column-footer {
  background: url("../img/landing/advance-bottom-img.svg") no-repeat bottom center;
  background-size: 100%;
}

.pt-advance .pt-column-footer .all-btn {
  background: #9B1D53;
}

.pt-column-footer .all-btn:hover {
  background: #FFBF00;
}

.pt-column-content span {
  color: #FF4566;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}


.footer-logo {
  background: url("../img/landing/logo-reverse.png") no-repeat center center;
  width: 100px;
  height: 56px;
  background-size: 100%;
  display: inline-block;
}

.text-left {
  text-align: left;
}

.cta-title-1 .section-title {
  padding-bottom: 10px;
}

.pricing-parallax {
  padding: 50px 0;
  width: 100%;
}

.clients-testmonials {
  overflow: hidden;
  position: relative;
  background: url("../img/landing/testimonials-bg2.svg") no-repeat top center;
  background-size: cover;
  margin-bottom: 10px;
  padding-bottom: 120px;
}
.clients-testmonials .container{
  background: url("../img/landing/quote-top.svg"), url("../img/landing/quote-bottom.svg");
  background-repeat: no-repeat;
  background-position: 10px 0, 99% 100%;
  background-size: 120px, 80px;
  padding-bottom: 30px;
}
.clients-testmonials h4 {
  color: #ffffff;
}

.partner-with-us {
  margin: 30px 0 70px 0;
  text-align: center;
  padding: 0 5%;
}

.partner-with-us h1 {
  color: #EF2F54;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 5px 0;
  padding: 0;
}

.partner-with-us h6 {
  font-size: 14px;
  font-weight: 600;
  color: #231150;
}

.partner-with-us .col-md-2 {
  width: 20%;
}

.partner-with-us-bottom {
  padding: 0 10%;
  margin: 10px auto 50px;
}

.partner-with-us-bottom h4 {
  font-size: 24px;
  color: #231150;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize !important;
}

.partner-with-us-bottom h5 {
  font-size: 20px;
  color: #231150;
  line-height: 22px;
  font-weight: 600;
}

.partner-with-us-bottom span {
  font-size: 12px;
  color: #231150;
  line-height: 16px;
  font-weight: 400;
}

.partner-with-us-bottom .col-md-5 {
  border-right: 1px solid #C2C0C7;
  padding-right: 30px;
}

.partner-with-us-bottom .col-md-7 {
  padding-left: 50px;
}

.clients-slider .slide {
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #BBC2DD;
}




button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: absolute;
  width: 600px;
  margin: 0;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background-color: ;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-login-content .modal-body {
  background: url(../img/landing/partnership.svg) no-repeat 30px 95% #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  background-image: linear-gradient(to right, #2D8CD6, #8A2DD9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;

}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.modal-header .close {
  width: 24px;
  height: 24px;
  float: right;
  background: url(../img/landing/close-icon.svg) no-repeat top center;
  background-size: 100%;
  margin: 10px;
  box-shadow: none;
}

.modal-header .close:hover {
  background: url(../img/landing/close-icon-hover.svg) no-repeat top center;
  background-size: 100%;
}

/* Register Form Box */
.modal .register-form-box {
  padding: 20px;
  position: relative;
  font-family: 'Poppins', sans-serif !important;
  width: 100%;
  background-color: rgba(255,255,255,0.6);
}
 .modal .select-plans {
  padding: 20px;
}
.modal .select-plans .plans{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  font-family: 'Poppins', sans-serif !important;
  margin: 10px 0 30px;
}
.modal .select-plans .plans .free-plans, .modal .select-plans .plans .basic-plans, .modal .select-plans .plans .standard-plans, .modal .select-plans .plans .advance-plans {
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: contain, 50px;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
}
.modal .select-plans .plans .free-plans:hover, .modal .select-plans .plans .basic-plans:hover, .modal .select-plans .plans .standard-plans:hover, .modal .select-plans .plans .advance-plans:hover {
  opacity: 1;
  box-shadow: inset 0 0 0 2px #EF487C;
}
.modal .select-plans .plans .free-plans{
  background-image:url("../img/guru-watermark.svg"), url("../img/free-style.svg"), linear-gradient(to right, rgba(69,85,96,1), rgba(171,189,222,1));
}
.modal .select-plans .plans .free-plans.selected{
  background-image:url("../img/guru-watermark.svg"), url("../img/free-style.svg"), url("../img/plan-selected-tick.svg"), linear-gradient(to right, rgba(69,85,96,1), rgba(171,189,222,1));
}
.modal .select-plans .plans .basic-plans{
  background-image:url("../img/guru-watermark.svg"), url("../img/basic-style.svg"), linear-gradient(to right, rgba(128,202,58,1), rgba(224,214,54,1));
}

.modal .select-plans .plans .basic-plans.selected{
  background-image:url("../img/guru-watermark.svg"), url("../img/basic-style.svg"), url("../img/plan-selected-tick.svg"), linear-gradient(to right, rgba(128,202,58,1), rgba(224,214,54,1));
}
.modal .select-plans .plans .standard-plans{
  background-image:url("../img/guru-watermark.svg"), url("../img/standard-style.svg"), linear-gradient(to right, rgba(180,65,206,1), rgba(75,221,229,1));
}
.modal .select-plans .plans .standard-plans.selected{
  background-image:url("../img/guru-watermark.svg"), url("../img/standard-style.svg"), url("../img/plan-selected-tick.svg"), linear-gradient(to right, rgba(180,65,206,1), rgba(75,221,229,1));
}
.modal .select-plans .plans .advance-plans{
  background-image:url("../img/guru-watermark.svg"), url("../img/advance-style.svg"), linear-gradient(to right, rgba(255,54,145,1), rgba(255,178,77,1));
}
.modal .select-plans .plans .advance-plans.selected{
  background-image:url("../img/guru-watermark.svg"), url("../img/advance-style.svg"), url("../img/plan-selected-tick.svg"), linear-gradient(to right, rgba(255,54,145,1), rgba(255,178,77,1));
}
.modal .select-plans .plans .free-plans.selected, .modal .select-plans .plans .basic-plans.selected, .modal .select-plans .plans .standard-plans.selected, .modal .select-plans .plans .advance-plans.selected{
  background-size: contain, 50px, 40px;
  background-position: left top, right top, 97% 95%;
  box-shadow: inset 0 0 0 2px #EF487C;
  opacity: 1;
}

.modal .select-plans .plans h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.modal .select-plans .plans h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  margin: 5px 0;
  padding: 0;
}
.modal .select-plans .plans p{
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  letter-spacing: 1px;
}
.modal h2 {
  font-size: 20px;
  color: #231150;
  font-weight: 600;
  margin-bottom: 5px;
}

.modal .register-form-box p {
  font-size: 12px;
  color: #EF487C;
  margin-bottom: 20px;
}
.modal .register-form-box input {
  font-size: 14px;
  height: 45px;
  border-radius: 4px;
  color: #8789AA;
  font-weight: 500;
}
.modal .register-form-box .all-btn {
  color: #ffffff;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 15px;
  font-family: 'Poppins', sans-serif !important;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  background: #ffffff;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #BABABA;
  background: #ffffff;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #FFBF00;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #EF487C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #EF487C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clients-slider .owl-dots button, .testmonials-slider .owl-dots button{
  width: auto;
  height: auto;
  line-height: 13px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow:none;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 0 auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }

}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }

}

/*------------------------------------------------------------------
	9. Features Section Styles
-------------------------------------------------------------------*/
#app_features {
  padding-top: 60px;
  padding-bottom: 80px;
}

#features-holder {
  position: relative;
  perspective: 1000px;
}

#features-holder .feature-box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  /* -webkit-transform: rotateX(60deg) scale(0.5) translateY(50px);
  -moz-transform: rotateX(60deg) scale(0.5) translateY(50px);
  -ms-transform: rotateX(60deg) scale(0.5) translateY(50px);
  transform: rotateX(60deg) scale(0.5) translateY(50px); */
  opacity: 0;

  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#features-holder .feature-box.show-details {
  -webkit-transform: rotateX(0deg) scale(1) translateY(0px);
  -moz-transform: rotateX(0deg) scale(1) translateY(0px);
  -ms-transform: rotateX(0deg) scale(1) translateY(0px);
  transform: rotateX(0deg) scale(1) translateY(0px);
  opacity: 1;
}

#features-holder .feature-box .feature-title-holder {
  margin-bottom: 50px;
}

#features-holder .feature-box .feature-title-holder .feature-icon .htfy {
  color: #3195ff;
  font-size: 34px;
  vertical-align: middle;
  margin-right: 20px;
}

#features-holder .feature-box .feature-title-holder .feature-icon [class*="fa"] {
  color: #3195ff;
  font-size: 34px;
  vertical-align: middle;
  margin-right: 20px;
}

#features-holder .feature-box .feature-title-holder .feature-title {
  color: #3195ff;
  font-size: 19px;
  font-weight: 600;
}

#features-holder .feature-box .feature-details {
  color: #0d1e30;
  font-size: 17px;
  font-weight: 300;
}

#features-holder .feature-box .feature-details p {
  color: #0d1e30;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 3.2rem;
}

#features-links-holder {
  position: relative;
  perspective: 1000px;
  margin-top: 0;
  z-index: 999;
}

#features-links-holder .icons-axis {
  position: absolute;
  width: 194px;
  height: 194px;
  right: 0;
  top: 50%;
  margin-top: -97px;
  border-radius: 200px;
  text-align: center;
  padding-top: 58px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 37px rgba(112, 145, 179, 0.22);
  box-shadow: 0 3px 37px rgba(112, 145, 179, 0.22);
}

#features-links-holder .icons-axis img {
  width: 98px;
}

#features-links-holder .feature-icon-holder {
  text-align: center;
  float: right;
  margin: 15px 0;
  width: 100%;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#features-links-holder .feature-icon-holder.opened {}

#features-links-holder .feature-icon-holder.opened .animation-holder {
  opacity: 1;
}

#features-links-holder .feature-icon-holder.opened .animation-holder .special-gradiant {
  animation-name: little-move;
}

#features-links-holder .feature-icon-holder:hover,
#features-links-holder .feature-icon-holder:focus {}

#features-links-holder .feature-icon-holder .feature-icon {
  float: right;
  padding: 0 50px;
}

#features-links-holder .feature-icon-holder .feature-title {
  color: #3f3d59;
  font-size: 12px;
  font-weight: 600;
  margin-top: -5px;
  float: right;
  width: 255px;
  text-align: right;
}

#features-links-holder .feature-icon-holder .animation-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  display: none;
}

#features-links-holder .feature-icon-holder1 {
  top: 0;
  right: 0;
}

#features-links-holder .feature-icon-holder2 {
  top: 80px;
  right: 0;
}

#features-links-holder .feature-icon-holder3 {
  top: 160px;
  right: 0;
}

#features-links-holder .feature-icon-holder4 {
  bottom: 180px;
  right: 0;
}

#features-links-holder .feature-icon-holder4 .feature-icon {
  font-size: 30px;
}

#features-links-holder .feature-icon-holder5 {
  bottom: 100px;
  right: 0;
}

#features-links-holder .highlight {
  width: 10px;
  height: 10px;
  background: #D1C8D6;
  border-radius: 100%;
  float: right;
  margin-top: 6px;
}

#features-links-holder .opened .highlight {
  background: #EF2F54;
}

.reachout-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.reachout-icon.icon1 {
  background: url("../img/landing/reachout-icon1.svg") no-repeat center center;
}

.reachout-icon.icon1:hover {
  background: url("../img/landing/reachout-icon1-hover.svg") no-repeat center center;
}

.reachout-icon.icon2 {
  background: url("../img/landing/reachout-icon2.svg") no-repeat center center;
}

.reachout-icon.icon2:hover {
  background: url("../img/landing/reachout-icon2-hover.svg") no-repeat center center;
}

.reachout-icon.icon3 {
  background: url("../img/landing/reachout-icon3.svg") no-repeat center center;
}

.reachout-icon.icon3:hover {
  background: url("../img/landing/reachout-icon3-hover.svg") no-repeat center center;
}

.reachout-icon.icon4 {
  background: url("../img/landing/reachout-icon4.svg") no-repeat center center;
}

.reachout-icon.icon4:hover {
  background: url("../img/landing/reachout-icon4-hover.svg") no-repeat center center;
}

.reachout-icon.icon5 {
  background: url("../img/landing/reachout-icon5.svg") no-repeat center center;
}

.reachout-icon.icon5:hover {
  background: url("../img/landing/reachout-icon5-hover.svg") no-repeat center center;
}

#features-links-holder .opened .reachout-icon.icon1 {
  background: url("../img/landing/reachout-icon1-hover.svg") no-repeat center center;
}

#features-links-holder .opened .reachout-icon.icon2 {
  background: url("../img/landing/reachout-icon2-hover.svg") no-repeat center center;
}

#features-links-holder .opened .reachout-icon.icon3 {
  background: url("../img/landing/reachout-icon3-hover.svg") no-repeat center center;
}

#features-links-holder .opened .reachout-icon.icon4 {
  background: url("../img/landing/reachout-icon4-hover.svg") no-repeat center center;
}

#features-links-holder .opened .reachout-icon.icon5 {
  background: url("../img/landing/reachout-icon5-hover.svg") no-repeat center center;
}

#features-links-holder .opened .feature-title {
  color: #EF2F54;
}

#features-links-holder .feature-icon-holder:hover .feature-title {
  color: #EF2F54;
}

#features-links-holder .feature-icon-holder:hover .highlight {
  background: #EF2F54;
}

#features-links-holder .vertical-line {
  border-right: 1px solid #D1C8D6;
  position: absolute;
  right: 5px;
  top: 22px;
  height: 265px;
  z-index: -1;
}

.laptop-bg {
  width: 60%;
  position: absolute;
  height: 100%;
  display: inline-block;
  background-size: contain;
  right: 59px;
  padding-left: 154px;
  padding-top: 26px;
}

.laptop-bg .col-sm-12,
.laptop-bg .col-md-9 {
  padding: 0;
}

.laptop-bg .col-md-9 {
  width: 78%;
}
.laptop-img{
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 6px;
}
.text-link {
  display: inline-block;
}

.text-link li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.text-link li a {
  font-size: 11px;
  color: #ffffff;
}

.text-link li a:hover {
  color: #FFDA60;
}

.cta-title-1 .text-link li a {
  font-size: 12px;
  text-transform: uppercase;
}

.cta-title-1 .text1,
.cta-title-1 .text2,
.cta-title-1 .text3 {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.cta-title-1 .text1 {
  font-size: 14px;
}

.cta-title-1 .text2 {
  font-size: 13px;
  font-weight: 600;
}

.cta-title-1 .text3 {
  font-size: 11px;
}

.footer-btn .btn {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

.margin-top-30 {
  margin-top: 30px;
}

#footer-top p {
  width: 92%;
}

.testmonial-parallax .slide {
  height: 420px;
}

.scrool-down {
  position: absolute;
  bottom: 0;
  left: 45%;
  opacity: 0.7;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  background: url("../img/landing/scroll-down-icon.svg") no-repeat center bottom;
  z-index: 999;
}

.scrool-down:hover {
  opacity: 1;
}
/*Banners*/
.banner {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin: 0 auto 60px;
  width: 70%;
}

.banner a {
  position: absolute;
  top:18%;
  right: 20px;
}

.banner h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.banner h4 span {
  text-transform: none;
  color: #555;
}

.banner p {
  margin: 0;
  padding: 0;
}
.banner.colored {
    background-image: linear-gradient(to right, #2D8CD6, #8A2DD9);
    color: #fff;
}
.banner.colored h4 {
  color: #fff;
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.banner.colored h4 span {
  color: #FFC;
}



#feature {
  margin-top: -80px;
}
@media (max-width: 1920px) {
  .banner-slider{
    height: 900px;
  }
.banner-sub-content{
  width: 750px;
}
  .laptop-bg {
    width: 50%;
    right: 150px;
    padding-left: 173px;
    padding-top: 30px;
  }
  .laptop-bg .col-md-9 {
    width: 78%;
}
.pricing-table .pt-column-content{
  margin: -135px 0 0 0;
    padding: 120px 10px 100px 10px;
    height: 615px;
}
.pricing-table .pt-column-header {
    margin: -15px -10px 0 -10px;
    height: 320px;
}
.pricing-table .pt-column-footer {
    margin-top: -84px;
    height: 140px;
}

.pricing-table .pt-column-content li, .pt-column-content span, p, .text-link li a, .section-title p{
  font-size: 0.8vw;
  line-height: 18px;
}
.main-menu > li > a{
  font-size: 0.8vw;
}


}

@media (max-width: 1700px) {
  .pricing-table .pt-column-content {
    margin: -168px 0 0 0;
  }
  .pricing-table .pt-column-footer {
    margin-top: -105px;
  }
  .laptop-bg {
    width: 57%;
    right: 107px;
    padding-left: 172px;
    padding-top: 30px;
  }
  .banner-slider{
    height: 800px;
  }
}

@media (max-width: 1500px) {
  .laptop-bg {
    width: 56%;
    right: 100px;
    padding-left: 144px;
    padding-top: 24px;
  }
  .banner-slider{
    height: 800px;
  }
  .pricing-table .pt-column-content {
    margin-top: -210px;
  }
  .pricing-table .pt-column-header .title {
    padding: 30px 0 10px;
}
  .pricing-table .pt-column-footer {
    height: 125px;
  }

}

@media (max-width: 1366px) {
  .laptop-bg {
    padding-top: 23px;
    padding-left: 127px;
  }
.cta-title-1 .text-link li a{
  font-size: 11px !important;
}
  .banner-img-01 {
    margin-top: 140px;
    background-size: 50%;
  }

  .banner-img-02 {
    margin-top: 220px;
    background-size: 70%;
  }

  .banner-img-03 {
    margin-top: 240px;
    background-size: 80%;
  }

  .pricing-table .pt-column-content {
    margin: -240px 0 0 0;
    height: 570px;
  }

  .pricing-table .pt-column-footer {
    margin-top: -106px;
    padding-top: 50px;
  }

  .pricing-table .pt-column-header .title {
    padding: 28px 0 10px;
  }
  .cta-title-1 .text2{
    font-size: 12px;
  }
  .pricing-table .pt-column-content li, .pt-column-content span, p, .text-link li a, .section-title p{
    line-height: 16px;
    font-size: 11px;
  }
  .footer-btn .btn{
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .featured-plans .banner{
    width: 90%;
    text-align: center;
  }
  .featured-plans .banner a{
    position: static;
    display: inline-block;
    margin-top: 20px;
  }
  .logo img, .sticky .logo img{
    width: 150px !important;
  }
  .header-btn {
   padding: 5px 8px !important;
   margin-left: 0;
   top:20px;
   font-size: 9px !important;
 }
 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
   width: 25px !important;
 }
 #header, #header #header-wrap{
   min-height: 64px;
 }
 .hamburger-box{
   margin-right: 15px;
   width: 25px !important;
 }
 .banner-sub-content {
 left: 20px !important;
 top: 125px !important;
 right: 20px;
 width: auto !important;
}
.banner-left h1 {
 margin-bottom: 10px;
 font-size: 16px !important;
 line-height: 14px !important;
 font-weight: 600 !important;
 height: auto !important;
}
#banner .owl-carousel.owl-loaded {
 margin-top: 420px;
 display: none;
}
.scrool-down{
  margin-bottom: 20px;
}
.banner-parallax{
  padding-bottom: 0;
}
.banner-slider, .banner-parallax {
 height: 550px !important;
}
.banner-sub-content .text-link{
margin-top: 20px;
}
.banner-sub-content .text-link li {
 margin: 0 10px 0 0;
 line-height: 10px;
}
.banner-sub-content .text-link li a {
 font-size: 11px;
 padding: 6px 10px;
 background: #2B006F;
 border-radius: 20px;
 margin-bottom: 8px;
 display: inline-block;
}
.banner-sub-content ul{
margin-bottom: 20px;
}
  .how-it-works .how-it-work-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .how-it-works .gap {
    width: 10px;
    border-top: none;
    border-right: 1px dashed #ffffff;
    margin: 0 0 15px 30px;
    height: 30px;
  }

  .how-it-works .how-it-work-row p {
    float: left;
    width: 72%;
    padding-left: 10px;
    text-align: left;
  }

  .how-it-works .how-it-work-row .icon {
    margin-bottom: 0;
    float: left;
  }

  .feature-one {
    margin-top: 30px;
  }

  .how-it-works .howitwotk-btn-area {
    padding: 0 0 210px;
  }

  .pricing-table .pt-column-content {
    margin: -220px 0 0 0;
    height: auto;
  }

  .pricing-table .pt-column-header .title {
    padding: 20px 0 0;
  }

  .pricing-table .pt-column-footer {
    margin-top: -90px;
  }
  .banner-img-01, .banner-img-02, .banner-img-03 {
    margin-top: 20px;
    background-size: 50% !important;
}
.laptop-bg {
    padding-top: 11px;
    padding-left: 24px;
    margin-top: 120px;
    width: 100%;
    right: 4px;
    position: absolute;
    height: 100%;
    display: inline-block;
    background-position: top center;
    background-size: 90%;
}
.laptop-bg .col-md-9 {
  width: 70%;
  left: 40px;
}
#features-links-holder{
  height: auto !important;
}
#features-links-holder .feature-icon-holder .feature-icon {
    float: left;
    padding: 0 30px;
}
#features-links-holder .highlight {
    float: left;
    margin-top: 6px;
    position: absolute;
    top: 50px;
    margin-left: 24px;
}
#features-links-holder .opened .feature-title {
    display: block !important;
}
#features-links-holder .feature-icon-holder .feature-title {
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    position: absolute;
    float: left;
    width: 100%;
    top: 78px;
    left: 0px;
    display: none;
    text-align: left;
}
#features-links-holder .feature-icon-holder {
    text-align: center;
    float: left;
    margin: 15px 0;
    width: auto;
}
#features-links-holder .vertical-line {
    border-bottom: 1px solid #D1C8D6;
    border-right: none;
    position: absolute;
    left: 27px;
    right: inherit;
    top: 61px;
    height: 1px;
    width: 246px;
    z-index: -1;
}
#app_features{
  padding-bottom: 320px;
}
.partner-with-us .col-md-2{
  width: 100% !important;
}
.partner-with-us-bottom .col-md-5{
  border-bottom: 1px solid #C2C0C7;
  border-right: none;
  padding-right: 0;
  margin-bottom: 20px;
}
.footer-btn .btn {
  width: auto;
  margin: 20px 20px 0 0;
  float: left;
  padding: 10px 20px;
}
.copyrights-message{
  text-align: left;
  font-size: 11px;
}
#footer-mini .text-link{
  margin-top: 10px;
}
#footer-top p {
    width: 100%;
}
.footer-logo{
  width: 100px;
  height: 56px;
  background-size: 100%;
}
.modal-dialog{
  width: 100%;
}
.partner-with-us{
  margin: 20px 0;
}
.partner-with-us-bottom .col-md-7 {
    padding-left: 15px;
}
.partner-with-us-bottom {
    padding: 0;
    margin: 0 auto;
}
.partner-with-us-bottom h4{
  font-size: 20px;
  line-height: 26px;
}
.partner-with-us-bottom h5{
  font-size: 18px;
  line-height: 12px;
}
.partner-with-us-bottom span{
  margin-bottom: 10px;
  display: inline-block;
}
.clients-testmonials{
  padding-bottom: 78px;
}
.modal .register-form-box input{
  border: 1px solid #C2C4D9;
}
.pricing-table .pt-column-content li, .pt-column-content span, .main-menu > li > a, p, .text-link li a, .section-title p{
  font-size: 12px;
  line-height: 18px;
}
.modal .select-plans{
  padding: 10px;
}
.modal .select-plans .plans{
  grid-gap: 1em;
}
.modal .select-plans .plans h3{
font-size: 24px;
line-height: 28px;
}
.modal .select-plans .plans .free-plans.selected, .modal .select-plans .plans .basic-plans.selected, .modal .select-plans .plans .standard-plans.selected, .modal .select-plans .plans .advance-plans.selected{
  background-size: contain, 50px, 35px;
}

}
