

/* 1. General Style */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');

body {
    font-family: 'Poppins';
    overflow-x: hidden;
}
p
{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
h2,h3,h4,h5{
    color: #04004d;
}
a{
    text-decoration: none;
}
h1{
  font-size: 60px;
}
h2{
    font-size: 50px;
    line-height: 60px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 30px;
}
h5{
    font-size:1rem
}
h6{
    font-size: 20px;
}
p{
    font-size: 18px;
    color: #444;
}
img{
    object-fit: cover;
}
.gap {
    padding: 60px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* 2. header */
header {
    position: absolute;
    width: 100%;
    z-index: 111;
    padding-top: 30px;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img{
    width: 200px;
    height: auto;
}
.logo ul {
    display: flex;
}
.logo ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.logo ul li a i {
    padding-right: 10px;
    font-size: 18px;
}
.line {
    display: block;
    width: 2px;
    background-color: #fff;
    height: 42px;
    margin-left: 40px;
    margin-right: 70px;
}
.logo ul li {
    padding-right: 70px;
}
.nav {
    justify-content: space-between;
}
.callto i {
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 6px;
    margin-left: 20px;
}
.callto a{
    color: white;
    font-weight: 700;
}
.callto {
    align-items: center;
    display: flex;
}
/* 3. hero-section */
.hero-section:before {
    background-color: #03cd8b;
    height: 1556px;
    content: "";
    position: absolute;
    width: 2300px;
    border-radius: 666px;
    transform: rotate(331deg);
    top: -93%;
    left: -10%;
    z-index: -11;
    box-shadow: 94px 0px 0px 88px rgb(237 237 237);
    -webkit-box-shadow: 94px 0px 0px 88px rgb(237 237 237);
    -moz-box-shadow: 94px 0px 0px 88px rgb(237 237 237);
}
.hero-section {
    overflow: hidden;
    position: relative;
    padding-top: 180px;
}
.hero-section:after {
    height: 1556px;
    content: "";
    position: absolute;
    width: 2300px;
    border-radius: 666px;
    transform: rotate(331deg);
    top: -93%;
    left: -10%;
    z-index: -11;
    opacity: .1;
    background-repeat: no-repeat;
    background-image: url(../img/hero.jpg);
    background-size: cover;
    background-position: center;
}
.hero-section-text{
    position: relative;
}
.hero-section-text h1 {
    color: white;
    font-weight: 700;
    /* font-size: 49px; */
}
.hero-section-text p {
    color: #222;
    padding-bottom: 60px;
    width: 84%;
    padding-top: 12px;
}
.play-button svg {
    width: 25px;
    height: 25px;
}
.play-button i {
    background-color: white;
    width: 75px;
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.play-button i:before{
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 50%;

}
.play-button a {
    color: white;
    display: flex;
    align-items: center;
}
.play-button a span{
    border-bottom: 1px solid #fff;
    line-height: 16px;
}
.review h2 {
    font-size: 60px;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
}
.review span {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}
.video {
    display: flex;
    justify-content: space-between;
}
.review {
    background-color: #fed73e;
    border-radius: 30px;
    padding: 40px 24px;
    padding-bottom: 24px;
    text-align: center;
    z-index: 1;
    padding-top: 34px;
}
ul.star {
    display: flex;
    background-color: white;
    padding: 4px 14px;
    border-radius: 34px;
    color: #ffab19;
    margin-bottom: 12px;
}
ul.star li{
    padding-right: 2px;
}
img.dots {
    position: absolute;
    z-index: 0;
    bottom: 30%;
    right: 22%;
}
img.landing-slider {
    position: absolute;
    z-index: 0;
    bottom: 13%;
    left: -23%;
}
.state h6 {
    margin: 0;
    font-weight: bold;
    padding-left: 15px;
}
.state img {
    background-color: #edf4ff;
    padding: 12px;
    border-radius: 50%;
}
.check {
    border-bottom: 10px solid #f6f2f8;
    padding-bottom: 60px;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 80px;
}
.state {
    display: flex;
    align-items: center;
}
/* 4. get-a-quote */
form.get-a-quote i svg{
    fill: #00c389;
}
form.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5f9f3;
    border-radius: 50%;
    padding: 22px;
    border-bottom-left-radius: 0;
    margin-right: 30px;
}
.get-a-quote h2 {
    font-weight: 40px;
    font-weight: 800;
}
.get-a-quote span {
    font-size: 16px;
    font-weight: bold;
    color: #858585;
}
.get-a-quote {
    background-color: white;
    padding: 60px;
    border-radius: 30px;
    margin-left: 30px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.4);
    position: relative;
    margin-bottom: 50px;
}
.get-a-quote:after {
    right: -6%;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 14px solid #fed73e;
    content: "";
    z-index: -1;
    bottom: -6%;
}
.get-a-quote:before {
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.get-a-quote input[type="text"],.get-a-quote input[type="number"] {
    width: 100%;
    height: 64px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    border: 1px solid #d3d3d3;
}
.group-img:before {
    content: "";
    background-color: #d9d9d9;
    width: 1px;
    height: 35px;
    position: absolute;
    right: 70px;
    top: 15px;
}
.get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.radio-button {
    padding: 15px;
    background-color: #edf4ff;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
}
.group-img{
    position: relative;
}
.group-img svg {
    position: absolute;
    right: 30px;
    width: 24px;
    height: auto;
    top: 21px;
}
/* 5. heading span */
.heading span {
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.heading{
    padding-bottom: 40px;
}
.heading h2 {
    font-weight: bold;
    width: 90%;
    margin-bottom: 0;
    text-transform: capitalize;
}
.headingline {
    display: block;
    margin-top: 10px;
    background-color: #9a9a9a;
    width: 40px;
    height: 1px;
    margin-bottom: 20px;
}
.we-are p {
    width: 84%;
    padding-bottom: 45px;
}
.we-are span {
    font-weight: bold;
    border-bottom: 1px solid;
}
.we-are span.bolo {
    border-radius: 50%;
    display: inline-block;
    border: 7px solid #00c389;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.we-are ul li {
    font-weight: 600;
    padding-bottom: 20px;
    align-items: center;
    display: flex;
}
/* custom style start*/
.tag-yellow
  {
    background-color: #ecb403;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 3px;
    padding: 0 0.5rem;
    display: inline-flex;
  }
  .btn-orange
  {
    color: #fff;
    font-size: 13px;
    background-color: #fc7303;
    border-color: #fc7303;
    box-shadow: 0 5px 10px rgba(252, 115, 3, 0.3);
  }
  .alert
  {
    font-size: 15px;
    padding: 10px;
  }
  .alert > .close
  {
    color: green;
    background: none;
  }
  .alert > .close > span
  {
    color: gray;
    font-size: 20px;
  }
  .loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
  }
  .loading-wheel {
      width: 20px;
      height: 20px;
      margin-top: -40px;
      margin-left: -40px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-width: 30px;
      border-radius: 50%;
      -webkit-animation: spin 1s linear infinite;
  }
  .style-2 .loading-wheel {
      border-style: double;
      border-color: #ccc transparent;
  }
  @-webkit-keyframes spin {
  0% {
  -webkit-transform: rotate(0);
  }
  100% {
  -webkit-transform: rotate(-360deg);
  }
  }
  #forget_password > .btn-success
  {
    background-color: #04cd8c !important;
    border-color: #04cd8c !important;
  }
  
  #message,#message2 {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: absolute;
    padding: 10px;
    margin-top: 10px;
    width: 60%;
  }
  #message > h6,#message2 > h6
  {
    color: black;
    font-size: 12px;
  }
  #message p,#message2 p {
    padding: 0px;
    font-size: 13px;
    color: red;
    font-weight: 500;
  }
  #message p b,#message2 p b{
    color: red;
    font-weight: 500;
  }
  .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: gray;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
       top: 100%;
      left: 50%;

      /* Position the tooltip */
      position: absolute;
      z-index: 1;
    }

    #busin_password:hover .tooltiptext {
      visibility: visible;
    }
    /* Add a green text color and a checkmark when the requirements are right */
    .valid {
      color: green !important;
    }
    .valid p b{
      color: green;
      font-weight: 500;
    } 

    .valid:before {
      position: relative;
      left: -5px;
      content: "✔";
    }

    /* Add a red text color and an "x" when the requirements are wrong */
    .invalid {
      color: red !important;
    }

    .invalid:before {
      position: relative;
      left: -5px;
      content: "✖";
    }
    .iti__country-name,.iti__dial-code,.iti__selected-dial-code
    {
      font-size: 13px !important;
      color: black !important;
    }
    .iti
    {
       width: 100% !important;
    }
    .iti__country-list
    {
      width: 200px !important;
    }
.sign-tab {
    justify-content: center;
  }
  .left-border{
      border-radius: 25px 0 0 25px !important;
  }
  .right-border{
      border-radius: 0 25px 25px 0 !important;
  }
  .border-none{
      border:none !important;
  }
  .sign-tabs-menu ul li a {
    padding: 10px 20px 11px 20px;
    display: block;
    background:#868e96;
    color: #fff;
  }
  .sign-tabs-menu ul li .active {
    background: #04cd8c !important;
    color: #fff;
    box-shadow: 0 5px 10px rgba(60, 195, 179, 0.05);
    
  }
.text-align-center{
    text-align: center;
}
.business-text a{
    color:#F77F00;
}
.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    transition: .3s color;
  }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
  }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }
.modal-header h4.modal-title {
    font-weight: 300;
  }
  .modal-body label {
    font-weight: 400;
  }
/*------ Modal -------*/
.modal-open {
    overflow: hidden;
    padding: 0 !important;
    display: block;
  }
  .body-open
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .modal-open, .modal-backdrop.fade.show {
    padding-right: 0 !important;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    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);
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
  }
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf1;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
  .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.5;
  }
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eaedf1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .modal-body p:last-child {
    margin-bottom: 0;
  }
  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -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;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      max-width:920px;
    }
  }
  .login-sign-btn{
    background: none;
border: none;
color: #fff;
font-weight: 600;
font-size: 1rem;
  }
  .text-right{
    text-align: right;
  }
  .caps{
    text-transform:uppercase
  }
  .ml-20{
    margin-left:20px;
  }
  .mr-20{
    margin-right:20px;
  }
  .mt-20{
    margin-top:20px;
  }
  .mb-20{
    margin-bottom:20px;
  }
  .ml-40{
    margin-left:20px;
  }
/* custom style end */

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    height: 38px;
    font-size: 0.775rem;
    line-height: 1.6;
    color: #384364 !important;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #eff0f3;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 3px;
  }
  .form-group {
    display: block;
    margin-bottom: 1rem;
  }
  .form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 500;
    font-size: 0.875rem;
    margin-top: 9px;
  }
  .form-label-small {
    font-weight: 400;
    font-size: 87.5%;
  }
  .form-footer {
    margin-top: 2rem;
  }
  .form-signin .form-control {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
  }
  .form-signin .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #9ca3b1 !important;
  }
  .form-fieldset {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
  }
  .form-required {
    color: #c21a1a;
  }
  .form-required:before {
    content: ' ';
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #f77f00;
    border-color: #f77f00; }
  
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f77f00; }
  
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #f77f00;
    border-color: #f77f00; }
  
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f77f00; }
  
  .custom-select:focus, .custom-file-input:focus ~ .custom-file-label::after {
    border-color: #f77f00; }
  
  .custom-file-label::after {
    background-color: #556ee7; }
  
  .custom-range::-webkit-slider-thumb, .custom-range::-moz-range-thumb, .custom-range::-ms-thumb {
    background-color: #556ee7; }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #556ee7; }
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.2rem;
    padding-left: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
  }
  .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
  }
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
  }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
  }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(218, 201, 232, 0.5);
  }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96;
  }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  .custom-control-label {
    margin-bottom: 0;
    vertical-align: top;
    position: unset;
  }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eaedf1;
  }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .custom-select::-ms-expand {
    opacity: 0;
  }
  .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 75%;
  }
  .custom-select-lg {
    height: calc(2.6875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 125%;
  }
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    margin-bottom: 0;
  }
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    opacity: 0;
  }
  .custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    border-color: #9ca3b1;
  }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #76839a;
    background-color: #f3f6fb;
    border: 1px solid #eff0f3;
    border-radius: 3px;
  }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.375rem - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    border-left: 1px solid #eaedf1;
    border-radius: 0 3px 3px 0;
  }
  .custom-controls-stacked .custom-control {
    margin-bottom: .25rem;
  }
  .custom-control-label:before {
    border: 1px solid #eff0f3;
    background-color: #f3f6fb;
    background-size: .5rem;
  }
  .custom-control-description {
    line-height: 1.5rem;
  }
  .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 2.375rem;
    overflow: hidden;
    padding: 0;
    border: 0;
  }
/* 6. business-performance */
.business-performance {
    padding-top: 100px;
    padding-bottom: 100px;
}
.business-performance h4{
    font-weight: 800;
    text-transform: capitalize;
}
.performance-count {
    font-size: 65px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.performance-count h2 {
    font-size: 65px;
    margin: 0;
    font-weight: 800;
}
.customers-performance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
}
.performance {
    border-left: 1px solid #9b9b9b;
    padding-left: 40px;
    padding-bottom: 13px;
}
/* 7. how-it-works */
.how-it-works .heading h2 {
    width: 70%;
}
.how-it-works{
    position: relative;
}
.how-it-works:before{
    width: 100%;
    height: 88%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #f3f6fa;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* 8. service */
.service img {
    border-radius: 50%;
    border: 10px solid #00c389;
    margin-top: 40px;
    width: 250px;
}
.service h6 {
    border-bottom: 4px solid #4ec389;
    display: inline;
    font-weight: bold;
}
.service h5 {
    font-weight: bold;
    padding-top: 30px;
    width: 86%;
    margin: 0;
    padding-bottom: 22px;
}
.service p {
    font-size: 16px;
    width: 85%;
    line-height: 26px;
}
.hero-img{
	border-radius:20px;
	border: #dcfef3 solid 2px;
}
/* 9. discount offer */
.discount-offer {
    background-repeat: no-repeat;
    background-color: #03cd8c;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 50px;
    background-position: center;
    position: relative;
    box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.11);
    -webkit-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.11);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.11);
}
.discount-offer:before {
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.discount-offer h2 {
    font-size: 45px;
    font-weight: bold;
    width: 91%;
    margin-bottom: 24px;
    color: white;
}
.discount-offer p {
    color: white;
    margin-bottom: 30px;
}
.discount-offer span {
    color: #fed73e;
}
/* 10. batton style */
.batton {
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0;
    cursor: pointer;
}
.batton:before {
    content: "";
    width: 20%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-out 0.1s;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
}
.batton:hover {
    color: white;
}
.batton:hover:before{
    width: 100%;
    opacity: 0.5;
    visibility: visible;
}
/*  11. some-features */
.some-features .heading h2 {
    width: 67%;
}
.creative-design h5{
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.creative-design p {
    font-size: 15px;
    line-height: 25px;
}
.creative-design {
    position: relative;
    margin-bottom: 60px;
}
.creative-design:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 65px;
    top: 6%;
    background-color: #fde5e4;
    border-radius: 50%;
    z-index: -1;
}
.creative-design.shaps-2:before{
    background-color: #fef9d6;
}
.creative-design.shaps-3:before{
    background-color: #e4e9fd;
}
.creative-design.shaps-4:before{
    background-color: #e9f4f2;
}
.creative-design img {
    margin-left: 14px;
}
.partner {
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}
.partner.item img {
    width: auto;
}
/* 12. team */
.team-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-review-star p {
    font-weight: bold;
    line-height: 10px;
}
.team-review-star {
    background-color: #fed73e;
    text-align: center;
}
.team-review-star ul.star {
    padding: 0;
    background-color: transparent;
    color: black;
}
.expert-team  .heading h2 {
    padding-bottom: 0;
    width: 68%;
}
.team-review-star {
    background-color: #fed73e;
    text-align: center;
    padding: 32px 40px;
    border-radius: 68px;
}
.team-expert {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 40px;
    padding-right: 40px;
    border-radius: 40px;
    width: 90%;
    margin-left: auto;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 6%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.6);
    padding-left: 162px;
}
.team-expert img {
    position: absolute;
    border-radius: 50%;
    left: -11%;
    border: 5px solid #00c389;
}
.team-expert h4 {
    font-weight: 800;
    font-size: 30px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.team-expert p{
    font-size: 16px;
}
.team-expert span{
    font-weight: bold;
}
.team-expert i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background-color: #4e41ff;
    margin-right: 10px;
}
.team-expert a{
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 34px;
}
/* 13. make-the */
.make-the {
    text-align: center;
}
.make-the p{
    color: black;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.make-the h2 {
    text-transform: uppercase;
    font-weight: 800;
    width: 55%;
    font-size: 60px;
    margin: auto;
    margin-bottom: 26px;
    margin-top: 26px;
}
/* 14. pricing-plans */
.pricing-plans .heading h2 {
    width: 61%;
}
.pricing-plans-data i {
    background-color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 23px;
    border-bottom-left-radius: 0;
}
.pricing-plans-data svg {
    fill: #8f5fb1;
}
.pricing-plans-data {
    background-color: #f3f6fa;
    padding: 40px;
    border-radius: 30px;
    position: relative;
    margin-top: 25px;
    margin-right: 30px;
}
.pricing-plans-data:before {
    position: absolute;
    width: 85%;
    top: -15px;
    height: 45px;
    content: "";
    left: 8%;
    border-radius: 26px;
    z-index: -1;
}
.pricing-plans-data h6 {
    font-size: 16px;
    color: black;
    font-weight: 600;
    padding-top: 30px;
}
.pricing-plans-data h3 {
    font-size: 40px;
    font-weight: 800;
}
.pricing-plans-data h3 span {
    font-size: 16px;
    padding-left: 15px;
    font-weight: 600;
}
.pricing-plans-data ul li .dots {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a3aebc;
    margin-right: 15px;
}
.pricing-plans-data ul li {
    position: relative;
    color: #444;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.pricing-plans-data ul {
    margin-top: 20px;
    margin-bottom: 24px;
}
.pricing-plans-data.two {
    margin-top: 95px;
    background-color: #5800a0;
}
.pricing-plans-data.two svg{
    fill: white;
}
.pricing-plans-data.two h3,
.pricing-plans-data.two li,
.pricing-plans-data.two h6{
    color: white;
}
/* 15. questions */
.questions-img img{
    border-radius: 400px;
}
.questions-img{
    position: relative;
}
.questions-img img.dots {
    border-radius: 0;
    left: -8%;
}
.asked-questions .headingline {
    margin: 0;
    margin-right: 40px;
    margin-left: 29px;
}
.heading h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* 16. accordion */
.accordion {
  width: 100%;
  max-width: 75rem;
}
.accordion-item {
  position: relative;
    background-color: transparent;
    border: 0;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #04004d;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding: 0.5rem 1.5rem 1.5rem 0rem;
    transition: 0.3s ease-in-out;
    padding-bottom: 10px;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
    background: #000000;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    right: 0;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    border-radius: 50%;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 20px;
    height: 3px;
    background: black;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.accordion-item.active .heading:hover .icon:before{
        background: #000;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p {
    margin-top: 0;
    color: #444;
    margin-bottom: 25px;
}
@media (min-width: 40rem) {
  .accordion-item .content {
    line-height: 1.75;
  }
}
.accordion-item.active{
 border-top: 5px solid #00c389 !important;   
}
.accordion-item {
    border-top: 5px solid #d3d3d3 !important;
    padding-top: 14px;
    padding-bottom: 9px;
}
/* 17. clients-reviews */
.clients-review .heading h2 {
    width: 100%;
}
.client-reviews img.clients {
    border-radius: 30px;
    margin-right: 40px;
}
.client-reviews i {
    left: 26%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
}
.client-reviews {
    position: relative;
    margin-left: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.client-reviews h4 {
    font-size: 28px;
    font-weight: 800;
}
.client-reviews span {
    font-weight: 400;
    text-transform: uppercase;
}
.client-reviews h6 {
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 40px;
    width: 89%;
}
.client-reviews img.dots {
    right: auto;
    left: -9%;
    bottom: 19%;
}
.client-reviews.two i {
    left: 23%;
    top: 7px;
}
/* 18. addres */
.address svg {
    width: 60px;
    height: auto;
    display: block;
}
.address p {
    font-size: 16px;
}
.address i {
    position: relative;
    margin-left: 20px;
    display: block;
    z-index: 11;
}
.address i:before {
    top: 26%;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-color: #ccf3e7;
    border-radius: 50%;
    z-index: -1;
    left: -20px;
}
.address h6 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.boder-line {
    display: block;
    width: 1px;
    height:430px;
    background-color: #a3a3a3;
    margin: 0 70px;
}
.location {
    display: flex;
    background-color: white;
    justify-content: space-between;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.4);
    border-radius: 40px;
    padding: 90px;
    position: relative;
    margin-top: 25px;
    z-index: 11;
}
.location:before {
    position: absolute;
    width: 90%;
    top: -25px;
    height: 25px;
    content: "";
    left: 5%;
    border-radius: 26px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.address a {
    color: #444;
    padding-left: 10px;
}
/* 19. footer */
footer {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
footer:before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #03cd8c;
    opacity: .9;
    left: 0;
}
.book-free {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 7px solid #fff;
}
.book-free h2 {
    color: white;
    font-weight: 800;
}
.book-free p {
    color: white;
    padding-bottom: 40px;
}
footer {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 279px;
    margin-top: -210px;
}
p.footer {
    color: white;
    position: relative;
    font-weight: bold;
    padding: 40px 0;
}
.book-free img {
    padding-bottom: 25px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
/* input[type=checkbox]:after {
  content: "";
  border-bottom: 10px solid red;
  border-top: 10px solid red;
  display: block;
  opacity: 1;
}
input[type=checkbox]:checked:after {
  border-bottom: 10px solid blue;
  border-top: 10px solid blue;
} */
footer ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
footer ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
footer ul li a i {
    padding-right: 10px;
    font-size: 18px;
}
footer ul li {
    padding-right: 70px;
}


/* 20. hero-section.three */
.hero-section.three .hero-section-text {
    margin-bottom: 256px;
    padding-top: 30px;
}
.hero-section.three .video {
    display: flex;
    justify-content: center;
}
.hero-section.three form {
    display: flex;
    justify-content: center;
}
.hero-section.three img.landing-slider {
    bottom: -64%;
    left: 69%;
    transform: rotate(49deg);
}
.hero-section.three:before, .hero-section.three:after {
    width: 2258px;
    height: 1153px;
    top: -80%;
    left: -7%;
}
.hero-section.three img.dots {
    bottom: 48%;
    right: 31%;
}
.hero-section.three form input {
    width: 71%;
    height: 60px;
    border-radius: 40px;
    border: 0;
    outline: 0;
    margin-right: 10px;
    padding-left: 30px;
}
.hero-section-text.three > h3,.hero-section-text.three > h6{
    color: white;
}
.hero-section-text.three > h3 {
    padding-bottom: 30px;
    font-size: 26px;
}
/* 21. hero-section-text two */
.hero-section.two .hero-section-text h4{
    color: white;
}
.hero-section.two .video {
    display: flex;
    justify-content: end;
}
.hero-section.two .review {
    margin-bottom: 124px;
}
.hero-section.two .hero-section-text p{
    width: 100%;
    padding-bottom: 0;
}
.hero-section.two .hero-section-text {
    position: relative;
    margin-top: 40px;
}
.hero-section.two .hero-section-text p {
    width: 100%;
    padding-bottom: 21px;
}
.hero-section.two:before, .hero-section.two:after {
    top: -81%;
    height: 1088px;
    width: 2248px;
}
.hero-section.two img.landing-slider {
    bottom: 11%;
    left: 118%;
    transform: rotate(76deg);
}
.hero-section.three .hero-section-text p {
    color: #e3e2e2;
    padding-bottom: 25px;
    width: 84%;
    padding-top: 10px;
}
/* 22. video hero-section-4 */
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}

.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.hero-section-text.for h1 {
    width: 80%;
    margin: auto;
}
/* 23. swal-modal */
.swal-modal {
    BACKGROUND: #5800a0;
    border-radius: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.swal-icon--success__hide-corners, .swal-icon--success:after, .swal-icon--success:before {
    background-color: transparent !important;
}
.swal-text {
    text-align: center;
    color: #fff;
}
.swal-footer {
    display: none;
}
.swal-title {
    color: #fff;
    font-family: 'Poppins';
    font-size: 45px;
      margin: 0px !IMPORTANT;
}
.swal-text {
    text-align: center;
    color: #fff;
    FONT-SIZE: 16PX;
    PADDING: 0PX 42PX;
}
.swal-title {
    MARGIN: 0PX;
    PADDING: 0PX;
}
.swal-modal:before {
    position: absolute;
    width: 85%;
    top: -15px;
    height: 15px;
    content: "";
    left: 8%;
    border-radius: 78px;
    z-index: -21;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
p.footer a{
    color: white;
}
/* 24. hero-section.for */
.hero-section.two img.dots {
    position: absolute;
    z-index: 0;
    bottom: 52%;
    right: 19%;
}
.hero-section.three .hero-section-text h1 {
    width: 86%;
}
.hero-section.two .hero-section-text h1{
    font-size: 52px;
}
.hero-section.three.for .hero-section-text h1 {
    width: 100%;
}
.hero-section.three.for img.dots {
    bottom: 46%;
    right: 34%;
}
.hero-section.three.for img.landing-slider {
    bottom: -50%;
    left: 25%;
    transform: rotate(283deg);
}
/* 25. back to top button */
#button {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #00c389;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/* body .modal-backdrop.fade.show{
  display: none !important;;
}
.login-open .modal-backdrop.fade.show,.sign-open .modal-backdrop.fade.show{
  display: block !important;
} */

.modal-backdrop.custom-backdrop {
  opacity: 1; /* Make the backdrop fully visible */
  background-color: rgba(0, 0, 0, 0.6); /* Customize the backdrop color and transparency */
  pointer-events: all; /* Allow interactions with the backdrop */
}

/* Style to hide the backdrop when modal is closed */
.modal.fade:not(.show) .custom-backdrop {
  display: none;
}


@media only screen and (min-width: 768px){
  .callto {
    margin-right: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .callto {
      margin-right: 0rem;
  }
}








