*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Arial", sans-serif;
    color: #01204f;
}
  
a {
    color: #01204f;
    text-decoration: none;
}
  
a:hover {
    color: #73c5eb;
    text-decoration: none;
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#header{
  background-color: #C3D7BD;
  padding: 42px 0;
}
#container .container{
  padding: 3rem;
}
#header .navbar {
    padding: 0;
    /* background: #f7b538; */
}
  
  #header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  #header .navbar li {
    position: relative;
  }
  
  #header .navbar a,
  #header .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #01204f;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
    font-family: Inter, sans-serif;
  }
  #header .padding-static{
    padding: 65px 87px;
  }
  #header .navbar a i,
  #header .navbar a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
    color: #01204f;
  }
  
  #header .navbar a:hover,
  #header .navbar .active,
  #header .navbar .active:focus,
  #header .navbar li:hover>a {
    color: #01204f;
  }
  
  #header .navbar .getstarted,
  #header .navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #01204f;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
  }
  
  #header .navbar .getstarted:hover,
  #header .navbar .getstarted:focus:hover {
    color: #01204f;
    background: #31a9e1;
  }
  
  #header .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul .row a{
    padding: 10px 0px;
  }
  .navbar .dropdown ul a {
    padding: 10px 25px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #01204f;
    text-align: left;
    text-decoration: none;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
    color: #01204f;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #01204f;
  }
  
  #header .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  #header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  #header .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  .navbar-collapse{
    flex-grow: 0 !important;
  }
  .l-0,.r-0{
    left:0;
    right: 0;
  }
  .p-316{
    padding: 10px 316px;
  }
  .ml-70{
    margin-left: -70px;
  }
  .p-65{
    padding: 65px 0px;
  }
  .header-scrolled {
    margin-top: 0px;
    background-color: #fff !important;
    padding: 0px !important;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
  .scrolled{
    background: #fff;
    padding: 0;
  }
  .box-shadow{
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  }
  .btn-sign{
    background-color: #BA9379;
    border-radius: 8px !important;
    color: #fff;
    border: 1px solid #BA9379;
    padding: 12px !important;
  }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #c3d7bd;
}
section{
  position: relative;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #00204e;
  font-family: Poppins, sans-serif;
}
.mob-d-block{
  display: flex;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}
.paragraph-text{
  font-size: 20px;
  width: 69%;
  font-family: Inter, sans-serif;
}
.img-static{
  display: inline-block;
  width: 100%;
  max-height: 495px;
  max-width: 547px;
  margin-left: 60px;
}
.button{
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    mix-blend-mode: normal;
    margin-left: 0px;
    padding: 9px 32px;
    border-radius: 8px;
}
.btn-blue{
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #00204e;
  background-color: #00204e;
  color: #fff;
}
.btn-border{
  border-color: #00204e;
  color: #00204e;
  background-color: #c3d7bd;
  border: 1px solid;
  margin-left: 3rem;
  
}
.btn-border:hover{
  border-style: solid;
  background-color: #50b2f9;
}

.text-62{
  font-size: 46px;
  line-height: 60px;
  color: #2e3c4b;
  font-weight: 600;
}
.text-blue{
  color:#27E7D9;
}
.btn-green{
    border-style: solid;
    border-width: 1.5px;
    border-color: #BA9379;
    padding: 9px 48px;
    border-radius: 8px;
    background-color: #BA9379;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    mix-blend-mode: normal;
    color: #fff;
}
video{
    overflow: hidden;
    height: 500px;
    color: white;
    z-index: 99;
    object-fit: cover;
    width: 79%;
    padding: 60px;
}

/* section-3 */
.bg-light-blue{
  background-color: #F2F2F3;
}
#section-3 h2{
  color: #675d41;
  line-height: 48px;
  font-weight: 700;
  font-size: 32px;
  font-family: Inter, sans-serif;
}
#section-3 .row{padding: 3rem;}
.w-68{
  width: 68%;
}
.w-74{
  width: 74%;
}
.text-18{
  font-size: 18px;
}
.btn-border-blue{
   border: 1px solid #675d41;
   color:#675d41;
   font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    width: 280px;
}
.side-img{
  width: 100%;
  max-width: 90%;
}
.text-16{
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.card{
  width: 87%;
  border: none !important;
  border-radius: 10px !important;
}
.card-header{
  background-color: unset !important;
  border-bottom: none !important;
}

/* Section-4 */
#section-4{
  background-color: #01204f;
}
#section-4 h2{
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #fff;
}
.f-20{
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}
.text-span-1{
   color: #27E7D9;
    font-size: 24px;
    font-weight: 700;
}
.btn-int{
  background: none;
  color:#FFF;
  width: 20%;
  text-align: center;
}
.border-white{
  border: 1px solid #fff;
}
#section-4 .gallery-img{
  margin: 3rem;
}
#section-4 .gallery-img img{
  width: 100%;
}

/* Section-5 */
#section-5 h2{
  font-family: Poppins, sans-serif;
  color: #2e3c4b;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}
.w-80{
  width: 80%;
}
.color-black{
  color: #2e3c4b;
}
.image-14 {
  display: block;
  margin-top: -45px;
  margin-right: 11px;
  margin-left: -73px;
  padding: 1px 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #16c08d;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.w-20{
  width: 20%;
}
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: transparent;
  color: #969da4;
  font-size: 16px;
  line-height: 20.7px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}
.tab.active{
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #54637B !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#section-5 .nav{
  border-bottom: none;
}
.borders-1{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.borders-2{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* section-5 */
.pricing-plan-wrapper {
  width: 300px;
  height: 424px;
  min-height: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-color: #dde4ed;
  box-shadow: 0 0 20px -12px rgba(20, 20, 20, 0.78);
  transition: all 300ms ease;
  color: #2e3c4b;
  border-radius: 8px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}
.card-footer{
  background-color: unset !important;
  border-top: none !important;
}
.pricing-plan-wrapper h4{
  color: #2e3c4b;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.02em;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-align: center;
}
.pricing-plan-wrapper p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0.8;
  font-family: Inter, sans-serif;
}
.pricing-plan-wrapper .text-span{
  font-size: 22px;
  color: #b3b6bc;
  font-weight: 300;
  text-decoration: line-through;
  font-family: Inter, sans-serif;
}
.pricing-plan-wrapper h1{
  color: #2e3c4b;
  font-size: 52px;
  font-family: Poppins, sans-serif;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
}
.btn-primary{
  justify-content: center;
    border-radius: 8px;
    background-color: #54637B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 14px 32px;
    -webkit-box-pack: center;
    color: white;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}
.btn-yellow{
  justify-content: center;
    border-radius: 8px;
    background-color: #ffc107;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 14px 32px;
    -webkit-box-pack: center;
    color: white;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}
.tag {
  position: relative;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  width: 100%;
  min-width: 208px;
  margin-top: -45px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #ffc548;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
}
.scale h4,.scale h1{
  color:#fff !important;
}
.bg-dark-blue{
  background-color: #54637B !important;
  color: #fff;
}
.large h1{
  font-size: 48px;
}
.w-76{
  width: 76% !important;
}
.w-265{
  width: 265px;
}

/* section6 */
.bg-lightblue{
  background-color: #E0E8DE;
}
#section-6 h2{
  font-family: Poppins, sans-serif;
  color: #00204e;
  font-size: 44px;
  line-height: 130%;
  font-weight: 600;
}
.btn-schedule{
  background-color: #ffc107;
  color:#00204e;
  border: none;
}

/* section-7 */
#section-7 h3{
  font-family: Inter, sans-serif;
  color: #2e3c4b;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
#section-7 p{
    font-family: Inter, sans-serif;
    color: #2e3c4b;
    font-size: 18px;
    line-height: 28px;
    width: 72%;
}

/* section-8 */
#section-8{
  background-color: #f2f6fc;
}
#section-8 h2{
    font-family: Poppins, sans-serif;
    color: #2e3c4b;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
}
.blue{
  color: #27E7D9;
}
.bg-darkblue{
  background-color: #01204f !important;
  color: #fff;
}
.f-22{
  font-family: Inter, sans-serif;
  font-size: 22px !important;
  line-height: 35px !important;
  font-weight: 400 !important;
  color: #fff !important;
}

#section-8 .card .card-body p{
    font-family: "Inter", sans-serif;
    color: #2e3c4b;
    font-size: 16px;
    line-height: 26px;
}
.p-20{
  padding: 20px;
}
.card-2{
  padding: 56px 32px 48px;
}
.card-1,.card-2,.card-3{
  width: auto !important;
}
.review-img{
  width: 100%;
}
#section-9{
  background-color: #C3D7BD;
}
#section-9 h2{
    color: #01204f;
    font-size: 56px;
    line-height: 130%;
    font-weight: 700;
}
.border-left{
  border-left: 4px solid #01204f;
}
.btn-free-trial{
  background-color: #ffc107;
  color: #00204e;
  padding: 16px 32px;
}
.btn-dark-blue{
  background-color: #01204f;
  color: #fff;
  padding: 16px 52px;
}
@media(max-width:982px){
  .mob-d-block{display: block !important;}
  .paragraph-text{width: 100%;}
  .btn-border{margin-left: 0px;}
  .button{margin: 15px 0px;}
  .img-static{margin-left: 0px;}
  video{width: 100%;height: auto;padding: 0px;}
  .w-74,.w-68,#section-3 .card,.side-img,.btn-int,.w-76,.w-50,#section-4 .gallery-img img,.w-80,.w-20,.w-76,.pricing-plan-wrapper,.w-265,.btn-border-blue{width: 100% !important;}
  #pay-monthly .card{margin: 16px 2px;}
  #section-3 .row{padding: 0rem;}
  #section-4 .gallery-img{margin: 1rem;}
  .btn-free-trial,.btn-dark-blue{padding: 10px;}
  #section-9 h2{font-size: 42px;}
  .card{margin: 15px 5px;}
  .btn-primary,.btn-yellow{padding: 13px;}
  .tag{min-width: 188px;padding:10px 14px}
  #section-6 h2{font-size: 30px;}
  .card-2{padding:56px 12px 48px;}
  .pricing-plan-wrapper h4,.pricing-plan-wrapper h1{font-size: 30px;}
  .pricing-plan-wrapper p{font-size: 17px;}
  #hero h1,#section-8 h2{font-size: 40px;}
  .button{padding: 7px;}

}
@media(max-width:767px){
  .border-left{border-left: none;border-top: 4px solid #01204f;}
  #header{background: #fff !important}
  #header .container,.navbar,.navbar-collapse{background: #fff !important;}
  #header .navbar ul{display: block;}
  #header .dropdown{width: 280px;}
  #container .container{padding: 1rem !important;}
  .p-316 {padding: 8px;}
  .navbar-toggler{border: none !important;color: #000 !important;}
  .navbar-toggler:focus{border: none !important;outline: none !important;}
  #header .navbar ul{width: 100%;}
  .px-5{padding: 1px 0rem !important;}
}

@media(min-width:989px) and (max-width:1400px){
  .w-76 {
    width: 100% !important;
    padding: 0px !important;
  }
  .w-50 {
    width: 70% !important;
  }
  video{
    width: 100%;
    padding: 102px;
  }
  .w-20 {
    width: 35%;
  }
}

/* menu in mobile */
/* menu in mobile */
.check {
  position: absolute;
  top: 15px;
  right: 25px;
  height: 3rem;
  width: 3rem;
  opacity: 0;
  z-index: 3;
}

.check:hover {
  cursor: pointer;
}
.check:checked~.ham-menu .line1 {
  display: block;
  transform: rotate(45deg);
}

.check:checked~.ham-menu .line2 {
  opacity: 0;
}

.check:checked~.ham-menu .line3 {
  display: block;
  transform: rotate(-45deg);
}
#header_mob .navbar-toggler{
  background: #fff;
  outline: none;
  border: none;
  box-shadow: none;
}
.ham-menu {
  height: 2.8rem;
  width: 3rem;
  /* position: absolute; */
  /* top: 8rem; */
  /* left: 8rem; */
  padding: 0.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* background-color: black; */
  border-radius: 0.25em;
}

.ham-menu .line {
  background-color: rgb(0, 0, 0);
  border-radius: 1em;
  width: 1.7rem;
  height: 0.14rem;
}

.ham-menu .line1 {
  transform-origin: 0% 0%;
  transition: transform 100ms ease-in-out;
}

.ham-menu .line3 {
  transform-origin: 0% 100%;
  transition: transform 100ms ease-in-out;
}
@media screen and (max-width: 768px) {
  #header_mob{
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #header_mob .navbar a,#header_mob .navbar a:focus {
    padding: 10px 15px 10px 15px;
  }
  #header_mob .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding: 10px 30px 10px 15px;
  }
  #header_mob .dropdown-toggle::after{
    display: none;
  }
  #header_mob .dropdown-menu{
    border: none;
  }
  #header_mob .navbar-collapse.collapse.show{
    height: 100vh;
    max-width: 100%;
  }
  #header_mob .logo{
    padding: 10px 15px 10px 15px;
  }
  #header_mob .dropdown-menu.show{
    padding: 10px 30px 10px 15px;
  }
  #header_mob .nav-item{
    width: 100%;
  }
}

