@font-face {
    font-family: 'Helvetica bold';
    src: url('../webfonts/Helvetica-Bold.woff2') format('woff2'),
         url('../webfonts/Helvetica-Bold.woff') format('woff'),
         url('../webfonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../webfonts/Helvetica.woff2') format('woff2'),
         url('../webfonts/Helvetica.woff') format('woff'),
         url('../webfonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-primary: #254873; 
    --bs-secondary: #ff6600;
    --bs-thirdColor: #0d1d30;
}
html{
    overflow-x: hidden;
}
html body{
    overflow-x: hidden;
}
.btnall{
    background-color: var(--bs-secondary);
    border: 2px solid var(--bs-secondary);
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 9px 0px;
    display: block;
    text-align: center;
    font-family: 'Helvetica bold', sans-serif;
    transition: 0.2s ease-in-out;
    width: 391px;
    border-radius: 5px;
}
.btnall:hover{
    background-color: var(--bs-primary);
    transition: 0.2s ease-in-out;
    color: #fff;
}
.btnall:hover .banner-btn-img {
    filter: invert(1) brightness(2);
    transition: filter 0.3s ease;
  }
  
.container{
    padding:0 15px;
    width: 980px;
    max-width: 980px;
    margin:0 auto;
}
body a{
    text-decoration: none;
}
ol, ul{
    padding-left: 1rem;
}
ul li, ol li{
    margin: 0 0 1rem;
}
img{
    max-width: 100%;
}
body{
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    line-height: 1.64;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Helvetica bold', sans-serif;
    margin: 1rem 0;
    line-height: 1.2;
}
h1{
    font-size: 65px;
    color: var(--bs-primary);
}
h2{
    font-size: 30px;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 19px;
}
h6{
    font-size: 18px;
}
p{
    margin-bottom: 1rem;
}
/* --------------Content Area --------------- */
.top-header{
    background: #254873;
    text-align: center;
    padding: 15px 0;
}
.top-header a{
    display: inline-block;
    padding: 3px 0;
}
.schedule-btn{
    width: 215px;
    margin-right: 12px;
}
.enroll-btn{
    width: 130px;
}
.header-section{
    background: #0d1d30;
    border-bottom: 2px solid #ff6600;
    padding: 25px 0;
}
.header-section img{
    width: 230px;
}
.cta-phone{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Helvetica bold', sans-serif;
    transition: 0.2s ease-in-out;
}
.cta-phone:hover{
    color: #ff6600;
}
.cta-phone i{
    font-size: 20px;
    position: relative;
    right: 5px;
}
.banner-section{
    background: var(--bs-thirdColor);
    padding: 45px 0 55px;
}
.banner-section .banner-left h1, .banner-section .banner-left p{
    color: #fff;
}
.banner-section .banner-left p{
    font-size: 30px;
    line-height: 1.2;
}
.banner-section .banner-left h1{
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1;
}
.banner-section p span{
    font-size: 25px;
}
.banner-box{
    background: linear-gradient(to top, rgb(14, 31, 51) 0%, rgb(33, 65, 104) 80%, rgb(37, 72, 114) 100%);
    border-radius: 25px;
    border: 2px solid #254873;
    padding: 20px 20px;
    width: 90%;
    float: right;
}
.banner-box p{
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.3;
}
.banner-section-inner{
        background: #0c2645;
}
.banner-section-inner .inner-banner-thank{
    text-align: center;
    padding: 40px 0;
}
.banner-section-inner .inner-banner-thank h1{
    font-size: 49px;
    color: #fff;
}

.steps-section {
  padding: 50px 0;
  position: relative;
}

.step-box {
  position: relative;
  padding: 0px 20px 15px;
  margin: 0 46px 25px;
}

.step-box .step-number {
  position: absolute;
  top: -8px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-box.left {
  border-left: 3px solid #088393;
  border-bottom: 3px solid #088393;
  border-radius: 0 0 0 30px;
  padding-left: 65px;
  position: relative;
}
.step-box.left.parrot {
  border-left: 3px solid #039000;
  border-bottom: 3px solid #039000;
  border-radius: 0 0 0 30px;
  padding-left: 65px;
  padding-bottom: 25px;
  position: relative;
}
.step-box.left.blue {
  border-left: 3px solid #2a68c8;
  border-bottom: 3px solid #2a68c8;
  border-radius: 0 0 0 30px;
  padding-left: 65px;
  position: relative;
}
.steps-section .teal h2{
    color: #088393;
}
.steps-section .green h2{
    color: #53a938;
}
.steps-section .teal p{
    margin-bottom: 2rem;
}
.steps-section .parrot p{
    margin-bottom: 2rem;
}
.steps-section .teal{
    margin-right: 90px;
}
.steps-section .green{
    margin-right: 90px;
}
.steps-section .blue{
    margin-right: 90px;
}
.steps-section .red{
    margin-left: 76px;
}
.steps-section .orange{
    margin-left: 76px;
}
.steps-section .purple{
    margin-left: 76px;
    padding-right: 50px;
}
.step-box.left.teal::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -40px;
    width: 50px;
    height: 50px;
    border: 3px solid #088393;
    border-top: none;
    border-left: none;
    border-radius: 0 0 28px 0;
    transform: rotate(269deg)
}
.step-box.left.green::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -40px;
    width: 50px;
    height: 50px;
    border: 3px solid #53a938;
    border-top: none;
    border-left: none;
    border-radius: 0 0 28px 0;
    transform: rotate(269deg)
}
.step-box.left.blue::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -40px;
    width: 50px;
    height: 50px;
    border: 3px solid #2a68c8;
    border-top: none;
    border-left: none;
    border-radius: 0 0 28px 0;
    transform: rotate(269deg)
}

.step-box.left .step-number {
  left: -42px;
  background: #088393;
}
.step-box.left.blue .step-number {
  left: -42px;
  background: #2a68c8;
}
.step-box.left.parrot .step-number {
  left: -42px;
  background: #039000;
}

.step-box.left::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #0b9da3;
  border-right: 3px solid #0b9da3;
  border-bottom-right-radius: 40px;
}
.step-box.parrot::after {
  display: none;
}

.steps-section .red h2{
    color: #a81b3b;
}
.steps-section .orange h2{
    color: #ea5e2d;
}
.steps-section .blue h2{
    color: #2a68c8;
}
.steps-section .purple h2{
    color: #7346c1;
}
.steps-section .parrot h2{
    color: #039000;
}
.steps-section .red .list-style-square li::marker{
    font-size: 30px;
}
.steps-section .red .list-style-square{
    list-style: square;
}
.steps-section .red .list-style-square li strong{
    font-size: 23px;
}
.steps-section .orange .list-style-square li::marker{
    font-size: 30px;
    color: #ea5e2d;
}
.steps-section .orange .list-style-square{
    list-style: square;
}
.steps-section .orange .list-style-square li strong{
    font-size: 23px;
}
.steps-section .blue .list-style-square li::marker{
   font-size: 30px;
    color: #2a68c8;
}
.steps-section .blue .list-style-square{
    list-style: square;
}
.steps-section .blue .list-style-square li strong{
    font-size: 23px;
}
.steps-section .purple .list-style-square li::marker{
   font-size: 30px;
    color: #7346c1;
}
.steps-section .purple .list-style-square{
    list-style: square;
}
.steps-section .purple .list-style-square li strong{
    font-size: 23px;
}
.step-box.right {
  border-right: 3px solid #a81b3b;
  border-bottom: 3px solid #a81b3b;
  padding-left: 38px;
  border-radius: 0 0 30px 0;
}
.step-box.purple {
  border-right: 3px solid #7346c1;
  border-bottom: 3px solid #7346c1;
  padding-left: 38px;
  border-radius: 0 0 30px 0;
}
.step-box.orange {
  border-right: 3px solid #ea5e2d;
  border-bottom: 3px solid #ea5e2d;
  padding-left: 38px;
  border-radius: 0 0 30px 0;
}

.step-box.right .step-number {
  right: -40px;
  background: #a81b3b;
}
.step-box.purple .step-number {
  right: -40px;
  background: #7346c1;
}

.step-box.orange .step-number {
  right: -40px;
  background: #ea5e2d;
}

.step-box.right::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 39px;
    height: 40px;
    border-bottom: 3px solid #a81b3b;
    border-left: 3px solid #a81b3b;
    border-bottom-left-radius: 30px;
    transform: rotate(88deg);
}
.step-box.right.purple::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 39px;
    height: 40px;
    border-bottom: 3px solid #7346c1;
    border-left: 3px solid #7346c1;
    border-bottom-left-radius: 30px;
    transform: rotate(88deg);
}
.step-box.orange::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 39px;
    height: 40px;
    border-bottom: 3px solid #ea5e2d;
    border-left: 3px solid #ea5e2d;
    border-bottom-left-radius: 30px;
    transform: rotate(88deg);
}

.step-box.green {
  border-left: 3px solid #53a938;
  border-bottom: 3px solid #53a938;
}

.step-box.green .step-number {
  background: #53a938;
}

.step-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.step-content ul {
  padding-left: 20px;
}

.step-content ul li {
  margin-bottom: 3px;
}

.steps-section .teal ul{
    list-style: none;
    padding-left: 40px;
}
.steps-section .teal ul li b{
    font-size: 18px;
}
.steps-section .teal ul li{
    line-height: 1.55;
    position: relative;
}
.steps-section .teal ul li::before{
      content: '';
    position: absolute;
    left: -25px;
    top: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    background-image: url('../images/check-1.png');
    background-size: cover;
}
.steps-section .parrot ul{
    list-style: none;
    padding-left: 40px;
}
.steps-section .parrot ul li b{
    font-size: 18px;
}
.steps-section .parrot ul li{
    line-height: 1.55;
    position: relative;
}
.steps-section .parrot ul li::before{
      content: '';
    position: absolute;
    left: -25px;
    top: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    background-image: url('../images/check-6.png');
    background-size: cover;
}

.steps-section .red .cstm-list-style-red{
    list-style: none;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.steps-section .red .cstm-list-style-red li b{
    font-size: 18px;
}
.steps-section .red .cstm-list-style-red li{
    line-height: 1.55;
    position: relative;
}
.steps-section .red .cstm-list-style-red li::before{
      content: '';
    position: absolute;
    left: -25px;
    top: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    background-image: url('../images/check-2.png');
    background-size: cover;
}
.steps-section .orange .cstm-list-style-red{
    list-style: none;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.steps-section .orange .cstm-list-style-red li b{
    font-size: 18px;
}
.steps-section .orange .cstm-list-style-red li{
    line-height: 1.55;
    position: relative;
}
.steps-section .orange .cstm-list-style-red li::before{
      content: '';
    position: absolute;
    left: -25px;
    top: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    background-image: url('../images/check-4.png');
    background-size: cover;
}
.steps-section .blue .cstm-list-style-red{
    list-style: none;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.steps-section .blue .cstm-list-style-red li b{
    font-size: 18px;
}
.steps-section .blue .cstm-list-style-red li{
    line-height: 1.55;
    position: relative;
}
.steps-section .blue .cstm-list-style-red li::before{
      content: '';
    position: absolute;
    left: -25px;
    top: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    background-image: url('../images/check-5.png');
    background-size: cover;
}
.steps-section .green ul{
    list-style: none;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.steps-section .green ul li b{
    font-size: 18px;
}
.steps-section .green ul li{
    line-height: 1.55;
    position: relative;
}
.steps-section .green ul li::before{
      content: '';
    position: absolute;
    left: -25px;
    top: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    background-image: url('../images/check-3.png');
    background-size: cover;
}
.btn-book-call{
    font-size: 28px;
    width: 700px;
    border-radius: 15px;
    box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 10%);
    text-transform: uppercase;
    margin: 0 auto 1.5rem;
    border: none;
}
.suitable_time{
    background: #0d1d30;
    padding: 30px 0;
}
.suitable_time .btn-type a{
    text-align: center;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(to top, rgb(14, 31, 51) 0%, rgb(33, 65, 104) 80%, rgb(37, 72, 114) 100%);
    border: 2px solid #254873;
    width: 830px;
    margin: 0 auto;
    border-radius: 15px;
    font-size: 20px;
    cursor: pointer;
    display: block;
    font-family: 'Helvetica bold', sans-serif;
    transition: 0.2s ease-in-out;
}
.suitable_time .btn-type a:hover{
    background: var(--bs-secondary);
    transition: 0.2s ease-in-out;
}
.resource-sec{
    background: #f4f6fd;
    padding: 40px 0 60px;
}
.resource-sec h2{
    font-size: 48px;
    text-align: center;
    color: #0c2645;
    margin: 0 0 30px;
}
.resource-sec .inner-resource{
    background: #fff;
    padding: 30px;
    border-bottom: 5px solid #f60;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}
.resource-sec .inner-resource img{
    margin: 0 auto;
    display: block;
    object-fit: cover;
    height: 498px;
}
.inner-colum{
    position: relative;
}
.resource-sec .inner-resource .full-view{
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
}
.resource-sec .inner-resource .pdf-img{
    height: auto;
    display: inline-block;
}
.dwn-btn{
    background: #000;
    width: 260px;
    display: block;
    margin-top: 15px;
    text-align: center;
    padding: 9px 0;
    color: #fff;
    font-family: 'Helvetica bold';
    margin: 15px auto 0;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.2s ease-in-out;
}
.dwn-btn:hover{
    background: var(--bs-secondary);
    transition: 0.2s ease-in-out;
}
/* ---------------Model----------------- */
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
}

::placeholder {
    color: #000;
}

textarea:focus,
input:focus,
textarea:active,
input:active,
select:focus,
select:active {
    outline: none;
}

.model-setting .modal-content {
    background: #f3f3f3;
}

.model-setting .form_box {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    font-size: 14px;
}

.form_btn {
    margin: 0 auto;
    display: block;
    padding: 9px 0;
    width: 270px;
    border: none;
    background-color: var(--bs-secondary);
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'Helvetica bold', sans-serif;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
}
.form_btn:hover {
    background-color: var(--bs-primary);
    transition: 0.2s ease-in-out;
    color: #fff;
}

.model-setting .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 14px;
}
.clendly-sett .modal-header .btn-close{
    position: absolute;
    right: 15px;
    top: 23px;
}
html body .OGcBAyJGBej5Gnyi9hGA{
    margin-top: 0 !important;
}
.modal-header {
    justify-content: center;
}
.footer{
    background: #0e0e0e;
}
.footer p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 30px 0;
}

.footer-thank-success{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-thank-success {
    background: #0c2645;
    padding: 30px 0 15px;
}

.footer-thank-success p {
    font-size: 12px;
    color: #fff;
    padding: 9px 0 0;
    margin: 0;
    text-align: left;
}

.footer-thank-success ul {
    list-style: none;
    text-align: right;
}

.footer-thank-success ul li {
    display: inline-block;
    margin: 0;
}

.footer-thank-success ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.footer-thank-success ul li a:hover {
    text-decoration: none;
}

.footer-thank-success ul li::after {
    content: "|";
    padding: 0 0px 0 0px;
    font-size: 12px;
    color: #fff;
}

.footer-thank-success ul li:last-child::after {
    content: "";
}
