/*---------------------------
** Global style
---------------------------*/
*, ::after, ::before {
    box-sizing: border-box;
}
.mybtn3 {
  padding: 13px 30px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.mybtn3 span {
  position: relative;
  font-weight: 500;
  z-index: 6;
  transition-delay: 0s;
}
.mybtn3:before,
.mybtn3:after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.4s;
  z-index: 1;
  opacity: 0.4;
}
.mybtn3:after {
  transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.mybtn3:hover:before,
.mybtn3:hover:after {
  width: 100%;
}
.mybtn3:hover:after {
  transition-delay: 0.2s;
}
.mybtn3:hover span {
  transition-delay: 0.2s;
}
.mybtn-bg {
  background: #EA384D;
  border-color: #EA384D;
  color: #fff;
}
.mybtn-bg span {
  color: #fff;
}
.mybtn-bg:hover span {
  color: #EA384D;
}

@keyframes shapeani1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shapeani2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shapeani3 {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes b-shadow {
  0% {
    box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
  }
  50% {
    box-shadow: 0px 0px 0px 50px rgba(59, 38, 219, 0.1), 0px 0px 0px 75px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1), 0px 0px 0px 125px rgba(59, 38, 219, 0.1), 0px 0px 0px 150px rgba(59, 38, 219, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title.extra .title {
  margin-bottom: 24px !important;
}
.section-title.white .subtitle {
  color: #fff;
}
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.7);
}
.section-title .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 13px !important;
  color: #1f1b2d;
  font-weight: 700;
  text-transform: capitalize;
}
.section-title .title span {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title p {
  max-width: 650px;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #666276 !important;
  margin: 0 auto !important;
}

.input-field {
  font-size: 16px;	
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #666276;
  margin-bottom: 20px;
  font-family: "Montserrat",sans-serif;
}
.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666276;
}
.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666276;
}
.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666276;
}
.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666276;
}
.input-field.borderd {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-field.borderd:focus {
  border: 1px solid #d43f8d;
}
.input-field.textarea {
  min-height: 140px;
  padding: 15px 20px;
  resize: none;
}
.input-field.error {
  border: 1px solid #0250c5;
}
.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0250c5;
}
.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0250c5;
}
.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0250c5;
}
.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0250c5;
}
.input-field.error:focus {
  border-color: #0250c5;
}


.email-success {
  display: block;
  width: 100%;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

/*** Checkbox CSS ***/
.accept-privacy {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 22px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .accept-privacy input[type=checkbox] {
    display: none;
  }

  .accept-privacy .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #444746;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
	vertical-align: text-bottom;  
	margin-right: 10px;  
  }
  .accept-privacy .check-box::before,
  .accept-privacy .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 4px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .accept-privacy .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .accept-privacy .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .accept-privacy input[type=checkbox]:checked + .check-box,
  .accept-privacy .check-box.checked {
    border-color: #34b93d;
  }
  .accept-privacy input[type=checkbox]:checked + .check-box::after,
  .accept-privacy .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .accept-privacy input[type=checkbox]:checked + .check-box::before,
  .accept-privacy .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}	
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.pt-1 {
    padding-top: .25rem !important;
}
.text-center {
    text-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}
.row {
  --fi-gutter-x: 1.5rem;
  --fi-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--fi-gutter-y));
  margin-right: calc(-0.5 * var(--fi-gutter-x));
  margin-left: calc(-0.5 * var(--fi-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--fi-gutter-x) * 0.5);
  padding-left: calc(var(--fi-gutter-x) * 0.5);
  margin-top: var(--fi-gutter-y);
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --fi-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --fi-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --fi-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --fi-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --fi-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --fi-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --fi-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --fi-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --fi-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --fi-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --fi-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --fi-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --fi-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --fi-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --fi-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --fi-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --fi-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --fi-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --fi-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --fi-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --fi-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --fi-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --fi-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --fi-gutter-y: 3rem;
  }
}

/*====================
** Normalize
====================*/
html {
  font-family: "Montserrat",sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  margin: 0;
  color: #666276;
  overflow-x: hidden;
  height: auto;    
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952381;
}

h1,
h3,
h4,
h5,
h6 {
  color: #1f1b2d;
  font-family: "Montserrat",sans-serif;
}
p {
  font-size: 16px !important;
  color: #666276 !important;
  line-height: 1.625 v;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a i {
  padding: 0 2px;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
ul {
  padding-left: 0px;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/*-----------------------------
** Hero Area Start
------------------------------*/
.affiliate .hero-area {
  position: relative;
  overflow: hidden;
  /*background: #F7F9FF;*/
  padding: 110px 0px 100px;
  background: url(https://internetflorist.b-cdn.net/v4/_css/img/affiliate-banner.webp);
  background-position: 85%;
  background-size: cover;
  background-repeat: no-repeat;
}
.affiliate .hero-area .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.affiliate .hero-area .left-content .content .title {
  font-size: 64px;
  line-height: 70px;
  color: #1f1b2d;
  font-weight: 900;
}
.affiliate .hero-area .left-content .content .subtitle {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #1f1b2d !important;
  margin-top: 26px !important;
}
.affiliate .hero-area .left-content .content .links {
  margin-top: 42px;
  padding-right: 15px;
}
.affiliate .hero-area .left-content .content .links a {
  margin-left: 0px;
}

/*---------------------------
** About Area Start
---------------------------*/
.about {
  padding: 70px 0px 70px;
  position: relative;
}
.about .left-shape2 {
  position: absolute;
  bottom: 0px;
  left: -20px;
  top: 200px;
  z-index: -9;
}
.about .box {
  text-align: center;
  background: #F7F9FF;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in;
}
.about .box::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 0%;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transition: all 0.3s ease-in;
}
.about .box .inner-box {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 27px 25px 35px;
  transition: 0.3s ease-in;
}
.about .box .inner-box .icon {
  font-size: 55px;
  line-height: 82px;  	
}
.about .box .inner-box .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in;
}
.about .box .inner-box .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #1f1b2d !important;
  margin: 9px 0px 22px;
  transition: all 0.3s ease-in;
}
.about .box .inner-box .text {
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
}
.about .box:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0px 20px 20px 2px rgba(0, 0, 0, 0.1);
}
.about .box:hover::after {
  width: 100%;
}

/*---------------------------
** We are best Area Start
---------------------------*/
.whaybest {
  position: relative;
  padding: 100px 0px 70px;
  background: #E8E7EC;
}
.whaybest .row-one {
  margin-bottom: 55px;
}
.whaybest .info .info-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #1f1b2d;
  margin-bottom: 23px;
  display: block;
}
.whaybest .info .info-title span {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whaybest .about-img {
  text-align: center;
  padding: 0px 90px;
  align-self: center;
}
.whaybest .about-img img {
  animation: shapeani3 5s linear infinite;
}
.whaybest .feature-list {
  padding-left: 0px;
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
}
.whaybest .feature-list li {
  max-width: 50%;
  flex: 50%;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  cursor: pointer;
  margin-bottom: 8px;
}
.whaybest .feature-list li:last-child {
  margin-bottom: 0px;
}
.whaybest .feature-list li .icon {
  margin-bottom: 14px;
}
.whaybest .feature-list li .icon i {
  background-image: linear-gradient(55deg, #07c98b 0%, #07c98b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  line-height: 65px;
}
.whaybest .feature-list li .content {
  flex: 1;
}
.whaybest .feature-list li .content h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #1f1b2d !important;	
  margin-bottom: 5px;
}
.whaybest .feature-list li .content p {
  font-size: 16px;
  line-height: 26px;
}
.whaybest .feature-list li:hover .icon::after {
  border-color: #d43f8d;
  animation: shapeani2 10s linear infinite;
}


/*-----------------------------
** Contact Area Start
------------------------------*/
.contact {
  padding: 70px 0px 70px;
  position: relative;
}
.contact .contact-form-wrapper {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 40px 25px 40px;
  transition: 0.3s ease-in;
}
.contact .contact-form-wrapper .section-title {
  margin-bottom: 48px;
}
.contact .contact-form-wrapper #contact-form textarea {
  margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
  margin-top: 7px;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: 0.3s;
}
.contact .contact-form-wrapper #contact-form .mybtn1:hover {
  color: #fff;
}

.err_msg {            
	color: red;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.err_msg ul li {
    font-weight: 700;
    background: rgba(0, 0, 0, 0) url(https://internetflorist.b-cdn.net/v4/_css/img/icon-error.png) no-repeat scroll left 5px;
    padding: 2px 0 2px 26px;
}
.accept-privacy a {
	text-decoration: underline;
}
.accept-privacy a:hover {
	text-decoration: none;
	color: #1f1b2d;
}

/*-----------------------------
** Contact Area End
------------------------------*/
.affiliate .about {
  position: relative;
}
.affiliate .about .col-lg-4 {
  display: flex;	
}
.affiliate .about .box {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex: 1;	
}
.affiliate .about .box .inner-box .icon i {
  background: #07c98b;
  background: linear-gradient(to right, #07c98b, #07c98b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.affiliate .about .box::after {
  background: #07c98b;
  background: linear-gradient(to right, #07c98b, #07c98b);
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  border-radius: 50%;
}
.affiliate .about .box:hover {
  transform: translateY(0px) !important;
}
.affiliate .about .box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0%;
}
.affiliate .about .box:hover .icon i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.affiliate .about .box:hover .title {
  color: #fff !important;
}
.affiliate .about .box:hover .text {
  color: #fff !important;
}
.affiliate .whaybest {
  position: relative;
}
.affiliate .whaybest .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.affiliate .whaybest .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.affiliate .contact .contact-form-wrapper,
.affiliate .contact .google_map_wrapper {
  border-radius: 15px;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
}