/*=============== general-css ==================*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
  }
  html{
      font-size: 16px;
  }
  body{
    color:#18162F;;
    font-family: 'Poppins', sans-serif;
  }
  h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-weight: 700;
  }
  section{
    position:relative;
  }
  a, a:hover{
    text-decoration:none;
    transition:0.4s all ease-in-out;
  }
  a:hover{
    color: #df9a44 !important;
  }
  a:focus, button:focus{
      outline: none;
  }
  span{
     transition:0.4s all ease-in-out;
  }
  p{
    padding:0;
    margin:0;
  }
  ul {
    margin:0;
    padding:0;
  }
  ul li{
    list-style:none;
  }
  input:focus{
      outline: none;
      box-shadow: none;
  }
/*=============== general-css ==================*/
.navbar{
    position:sticky !important;
    background:#fff;
    z-index:9999;
}
.nav-item{
  position: relative;
}
.nav-item ul{
  background: #fff;
  width: 180px;
    border-radius:25px;
}
.nav-item:hover ul{
  box-shadow: 0px 3px 7px -3px #000;
}
.nav-item ul li a{
    padding: 12px 20px;
    display: block;
    margin: 0 20px;
    font-size: 14px;
    color:#18162F;
}
.nav-item ul li:hover a{
   color: #df9a44; 
}

.nav-item:hover ul li:not(:last-child) a{
  border-bottom: 1px solid #eee;
}
.left-sec, .right-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-sec img{
  width: 100px;
}
.left-sec {
    width: 35%;
}
.navbar-brand img{
    width:130px;
}
.banner{
  height: 600px;
  margin: 0 25px;
  border-radius: 30px;
  background: url(../images/ban-bk.png) no-repeat center;
  background-size: cover;
}
.banner.con{
  /* background: url(../images/con-bg.jpg) no-repeat center;
  background-size: cover; */
}
#bk{
  height: 100%;
  width: 100%;
  object-fit: cover; 
}
.ban-content{
  position: absolute;
  top: 50%;
  max-width: 1170px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  margin: auto;

}
.ban-content img {
    width: 860px;
    right: -85px;
    position: absolute;
    bottom: -460px;
}
.ban-txt {
    width: 44%;
}
.ban-txt h1, .ban-txt{
  color: #fff;
}
.ban-txt p{
  padding: 20px 20px 20px 0;
  font-weight: 500;
  /* color: #E3E3E3; */
  font-size: 18px;
}
.ban-txt button{
  background: #fff;
  color: #df9a44;
  border-radius: 30px;
  border: none;
  padding: 12px 50px;
  font-weight: 600;
  min-width: 250px;
}
.navbar{
  justify-content: space-between;
  position: relative;
  z-index: 99;
  padding: 10px 25px;
}
.navbar-nav .nav-item .nav-link{
    color: #18162F;
  font-weight: 500;  
}
.navbar-nav .nav-item .nav-link:not(:last-child){

  margin-right:10px;
}
.nav-link i{
  margin-left: 10px;
}
.social{
  margin-left: 70px;
}
.social a:not(:last-child){
  display: inline-block;
  margin-right: 10px;
}
.social a:nth-child(3) i{
  font-size: 1.2rem;
  line-height: 39px;
}
.social a:nth-child(4) i{
  font-size: 1.2rem;
}
.social i{
  height: 35px;
  width: 35px;
  text-align: center;
  color: #fff;
  background: #df9a44;
  line-height: 35px;
  font-size: 1.4rem;
  border-radius: 50%;

}

.dtls{
  padding: 120px 0 0px;
}
.head h4{
  font-size: 2.3rem;
  line-height: 1;
}
.head p{
  color: #BCBCC2;
  padding: 20px 0;
}
.cen-img{
  position: absolute;
  width: 100%;
  left: 0;
  top: -18%;
  text-align: center;
  /* background: url(../images/app.png) no-repeat center;
  background-size: contain; */
}
.cen-img::before{
  position: absolute;
  content: '';
  height: 350px;
  width: 350px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  transform: translateY(-50%);
}
.modal-body{
        height: 500px;
    position: relative;
    padding: 60px 0 0;
    border-radius:50px;
}
.modal-body .container, .modal-body .row{
    height:100%;
}
.modal-content{
    border-radius:40px;
}
#mob{
  width: 64%;
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.pop-ovr img {
    width: 120px;
    padding: 20px 0 10px;
}
.pop-mob{
    margin: auto;
    width: 80% !important;
    padding: 20px 0 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.modal-body .container .col-md-6:hover h4{
    color:#e38730;
}
.pop-ovr a{
    display:block;
    height:100%;
    width:100%;
    color:#1F1E3B;
}
.close{
        position: absolute;
    right: 25px;
    top: 25px;

}
.tag{
    width:200px;
    margin:auto;
}
.cen-img video{
  height: 100%;
  width: 59.99%;
  object-fit: cover;
  margin-top: 23px;
  z-index: 9;
  position: relative;
}
.cus-wrap{
  margin: 120px 25px 120px;
  background: #FFF8F1;
  border-radius: 30px;
}
.each-cus{
  padding: 20px 0;
  cursor: pointer;
}
.cus-left .each-cus {
  text-align: right;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.each-cus h6{
  color: #18162F;
  margin: 20px 0 18px;
  width: 100%;
  font-size: 1.3rem;
}
.each-cus p{
  color: #A69D9D;
}
.each-cus:hover h6{
  color: #df9a44;
}
.cus-left .each-cus p{
  color: #A69D9D;
}
.cus-img{
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #fff;
  line-height: 65px;
  text-align: center;
}
.cus-img img{
  height: 61%;
  width: 61%;
  object-fit: contain;
}
.testi{
  padding: 0 25px 80px;
}
.testi h3{
  font-size: 2.3rem;
}
.each-testi{
border-radius: 40px;
    background: #fff8f1;
    padding: 25px;
    min-height: 209px;
    position: relative;
    font-size: 15px;
}
.each-testi::before{
  position: absolute;
  content: '';
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #fff8f1;
  bottom: -26px;
  left: 31px;
}
.each-testi img{
  width: 60px !important;
  margin-top: 100px;
  position: absolute;
  z-index: 99;
  bottom: -100px;
  left: 0;
}
.tes-head{
  display: flex;
  justify-content: space-between;
}
.u-name{
  color: rgb(0, 0, 0);
  font-weight: 700;
  width: 50%;
  margin-bottom: 20px;
}
.rating ul{
  width: 50%;
  display: flex;
  justify-content: end;
  
}
.rating ul li {
  margin-left: 5px;
}
.rating ul li i{
    color:#D8D8D8;
}
.rating ul li i.checked{
  /* color: #BBCF41; */
  color: #F2994A;
}
.owl-stage{
  padding: 0px 0 110px;
}
.foo-head{
display: flex;
    justify-content: space-between;
    padding: 20px 0px 20px 30px;
    border-top: 1px solid #e5e5e5;
    margin: 0 20px;
    align-items: center;
}
.dwn{
  display: flex;
  justify-content: space-between;
  width: 223px;
}
.dwn img{
  width: 120px;
}
.logo {
  width: 135px;
}
.foo-btm{
  display: flex;
  width: max-content;
  margin: auto;

}
.foo-btm a{
  color: #18162F;;
  font-weight: 500;
  font-size: 13px;
}
.foo-btm a:nth-child(2){
  padding: 0 20px;
  margin: 0 30px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.owl-nav{
  position: absolute;
  top: -100px;
  right: 0;
}
.owl-prev, .owl-next {
    text-align: center;
    background: #ef8a22!important;
    color: #eab27c!important;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    font-size: 2rem!important;
    line-height: 0!important;
}
.owl-next{
  margin-left: 15px;
}
.owl-prev:hover, .owl-next:hover{
  background:  #f9cb9e !important;
}


#bg{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.con-form input[type="text"]{
  padding: 12px 20px;
  width: 100%;
  border: none;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #FAFAFA99;
}
.required_check{
        /*background: #ffd7d7;*/
        border-color: red;
    }
.con-form input[type="text"]::placeholder{
  color: #18162F;
}
.con-txt{
  color: #fff;
}
.sent-msg{
    padding-left:100px;
}
.each-cus.activelink .cus-img{
    border:2px solid #F2994A;
    line-height:60px;
}
.each-cus.activelink h6{
    color: #F2994A;
}
.con-txt p{
  margin: 20px 0;
  opacity:0.6;
}
.con-txt .social{
  margin-left: 0;
}
.banner.con .container{
  /* background: linear-gradient(#E57F26,#D9B661); */
  height: 100%;
  padding: 150px 15px;
}
.con-txt .social i{
  background: #fff;
  color: #df9a44;
}
.con-form button{
  background: #fff;
  color: #df9a44;
  font-weight: 600;
  padding: 10px 83px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
}
.con-form button.g-recaptcha{min-height: 46px;}
#fake{
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-family: 'Inter', sans-serif;
}
#fake i{
  margin-right: 10px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}
.owl-nav img{
  width: 20px;
}
.left-sec{
  width: 30%;
}
.nav-wrap a:not(:last-child){
  margin-right: 20px;
}
.foo-head .social{
  transform: scale(0.9);
}
.foo-head .dwn img {
  width: 100px;
}

.accordion {
  background-color: #FFF8F1;
  border-radius: 35px;
  color: #444;
  cursor: pointer;
  padding: 30px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 25px;
  position: relative;
  min-height: 270px;
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  align-items: baseline;
}
.accordion h5, .accordion h6{
  width: 100%;
}
.accordion h6{
  margin-bottom: 15px;
}
.panel p{
  margin-top: 15px;
  width: 100%;
}
.accordion:after {
  font-family: FontAwesome;
  content: '\f107';
  color: rgb(26, 26, 26);
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 1.4rem;
}

.accordion.active:after {
  content: "\f106";
}
.accordion.active{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel {
  padding: 0px 25px 0px;
  background-color: #FFF8F1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: -25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
  font-size: 15px;
}
.panel h6{
  margin-top: 20px;
}
.panel li{
  list-style: none;
  position: relative;
}
.panel ul.list-style li{padding-left:20px;}
.panel ul.list-style li::before{
 position: absolute;
 content: '';
 height: 6px;
 width: 6px;
 background: #222;
 border-radius: 50%;
 top: 8px;
 left: 0;
}
.tags{
  background: #EDA769;
  padding: 6px 25px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  margin: 10px 0px 25px;
}
.apply{
  /* background: #df9a44; */
  background: transparent;
  color: #1a1a1a;
  font-weight: 700;
  border-radius: 30px;
  padding: 11px 75px;
  display: flex;
  margin-top: 20px;
  margin: 20px auto 0;
  border:1px solid #1a1a1a;
  font-size: 16px;
  text-transform: uppercase;
}
/* .related-img img{
  display: none;
}
.related-img img.act{
  display: block;
} */

.active{
  display: block;
}
.hide{
  display: none;
}
.related-img{
text-align: center;
    margin-top: 0;
    top: 43px;
    margin-bottom: 100px;
    position: relative;
    z-index: 9;
}
.related-img img{
margin: -23px auto 0;
    position: relative;
width: 76%;
}

.alert{
color: #EAEAEA;
    font-size: 12px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 16px;
    padding: 0;
}
.alert i{
    margin-right:5px;
}
.con-form .col-md-6{
    position:relative;
}
#uploadFile{
background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    margin-top: 10px;
    
}
.ban-txt h1{
    font-size:33px;
    max-width: 450px;
}
.required_check{
    background: #ffd7d7 !important;
    border:1px solid red !important;
}
.sent-msg p{
    line-height:3.5;
}

ul.slimmenu li, ul.slimmenu li:hover{
   background-color:none;
}
ul.slimmenu li a:hover{
    background:none;
}
.sub-toggle i{
    display:none !important;
}
ul.slimmenu{
    position:relative;
}
ul.slimmenu li a{
    padding: 13px 45px 13px 0 !important;
}
ul.slimmenu li:last-child a{
    padding-right:0 !important;
}
.slimmenu li > ul{
    width: 180px !important;
     margin-left:-30px !important;
    /*margin-top:6px !important;*/
}
.slimmenu li > ul li {
    width:100%;
    margin-left: -20px;
    padding-left: 25px;
    padding-right: 25px;
}
.slimmenu li > ul li a{
    width:100%;
    display:block;
    padding:15px;
}
ul.slimmenu:before, ul.slimmenu:after{
    display:none !important;
}
.sub-toggle {
    right: 15px !important;
    background:none !important;
    
}
.sub-toggle:after{
position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 14px;
    top: 16px;
    right: 15px;
    
}
ul.slimmenu li:hover .sub-toggle:after{
    color:#F2994A;
}
@media only screen and (max-width:1265px){
    .left-sec {
    width: 30%;
}
.banner{
    overflow: hidden;
}
}
@media only screen and (max-width:1199px){
.social {
    margin-left: 40px;
}
ul.slimmenu li:last-child a{
    padding-right:0
}
.left-sec img {
    width: 90px;
}
.ban-content img {
    width: 720px;
    right: -110px;
    bottom: -305px;
}
.banner{
    overflow: hidden;
}
.ban-txt {
    padding-left: 25px;
}
.ban-txt h1 {
    font-size: 2rem;
}
.left-sec {
    width: 37%;
}
}
@media only screen and (max-width:991px){
 .ban-content {
    position: relative;
    top: 15px;
    max-width: 1170px;
    transform: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    left: 15px;
    right: 0;
    margin: auto;
    padding-top: 50px;
}
.social i {
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    background: #df9a44;
    line-height: 25px;
    font-size: 0.8rem;
}
    .left-sec {
    width: 38%;
}
.slimmenu li a {
    padding: 13px 15px 13px 0 !important;
    font-size: 14px !important;
}
.cen-img {
    top: -7%;
}
.navbar-brand img {
    width: 100px !important;
}
.left-sec img {
    width: 70px;
}
.banner.con .container {
    padding: 80px 15px 0;
}
#fake {
    padding: 10px 24px;

}
#mob {
    width: 100%;
}
.banner {
    height: 470px;
    overflow:hidden
}
.nav-wrap a:not(:last-child) {
    margin-right: 10px;
}
.ban-txt {
    width: 50%;
    padding-top: 30px;
}
.nav-link {
    margin-right: 0px;
}
.ban-content img {
    width: 600px;
    right: -80px;
    position: absolute;
    bottom: -226px;
}
.con-form button {
  padding: 10px 20px;
}
.foo-head {
    padding: 20px 15px 20px 15px;
    margin: 0 0px;
}
.foo-btm a:nth-child(2) {
    padding: 0 8px;
    margin: 0 8px;
}
.social {
    margin-left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.social a:nth-child(3) i {
    font-size: inherit;
    line-height: inherit;
}
.each-testi {
    min-height: 230px;
}
.head h4 {
    font-size: 2rem;
}
.cen-img::before {
    left: -50px;
}
.cus-left .each-cus {
    position: relative;
    z-index: 9;
}
.social a:nth-child(4) i {
    font-size: 0.9rem;
}
}
@media only screen and (max-width:767px){
  .navbar{
    flex-wrap: wrap;
  }
  .left-sec{
      width:44%;
  }
  .right-sec{
    width: 10%;
    /*flex-direction: row-reverse;*/
    margin: 20px 0;
  }
  .social{
    margin-left: 0;
    display:none;
  }
  .ban-txt {
    padding-left: 0px;
}
.ban-content {
    max-width: 100%;
}
.ban-content img {
    width: 90%;
    right: 15px;
    position: relative;
    bottom: 90px;
    margin: auto
}
.banner {
    height: 645px;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    padding-top: 30px;
}
.each-testi p{
    font-size:14px;
}
.ban-content {
    top: 0%;
    left: 0;
    position: relative;
    transform: none;
    padding: 0 15px;
}
.cus-wrap {
  margin: 60px 0px 60px;
  background: #FFF8F1;
  border-radius: 0px;
}
.cus-left .each-cus {
  justify-content: start;
  text-align: left;
}
.each-cus{
    text-align:center !important;
}
.cen-img::before{
  display: none;
}
.cus-img {
    margin: auto;
}
.ban-txt {
  width: 100%;
}
.foo-head{
  flex-wrap: wrap;
  justify-content: center;padding: 20px 0 0;
}
.foo-head .social{
margin: 20px auto;
    width: 100%;
    text-align: center;
}
.foo-btm{
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.foo-btm a{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}
.foo-btm a:nth-child(2){
  padding: 0;
  margin: 0 0 10px;
  border: none;
}

.dtls {
  padding: 70px 0 0px;
}
#bk {
  position: absolute;
}
.banner.con .container {
  padding: 10px 0;
}
.con-txt{
  margin-bottom: 50px;
}
.banner.con{
  padding: 50px 15px;
  height:100%;
}
.dwn {
    width: 80%;
}
.nav-item ul{
  position: relative;
}
.cen-img {
  position: relative;
  top: 0%;
}
.cen-img video {
  width: 60.3%;
}
.cen-img img {
  width: 100%;
}
#mob {
  width: 84%;
}
.related-img {
    text-align: center;
    top: 47px;
    position: relative;
    width: 80%;
    margin: 0 auto 100px;
}
.pop-mob {
    width: 50%!important;
}
.modal-body {
    height: 100%;
}
.navbar{
    padding:0 15px;
}
.left-sec{
    width: 65%;
}
.navbar-brand img {
    width: 120px !important;
}
.left-sec img{
    width:90px;
} 
.slimmenu {
    position: absolute!important;
    width: 100% !important;
    background: rgb(255, 255, 255)!important;
    left: 0px!important;
    top: 100%!important;
}
ul.slimmenu li a{
    padding: 15px !important;
}
.slimmenu li > ul{
    width:100% !important;
    margin-left:0 !important;
}
.sub-toggle {
    right: 0px !important;
    width:100% !important;
}

.menu-collapser{
    background:transparent;
}
}

@media only screen and (max-width:575px){
    .left-sec {
    width: 72%;
}
.navbar-brand img{
    width:85px;
}
.ban-content img {
    width: 100%;
    right: 15px;
    position: relative;
    bottom: 20px;
    margin: auto;
}

}

@media only screen and (max-width:480px){
.left-sec {
    width: 78%;
}
  .left-sec img {
    width: 70px;
}
.right-sec{
    width:10%;
}

.testi {
  padding: 0 15px 0px;
}
.pop-mob {
    width: 70%!important;
    position: relative;
    bottom: auto;
    display: block;
    padding: 20px 0 10px;
    position: relative;
    display: block;
    margin: auto;
}
.nav-wrap a:not(:last-child) {
    margin-right: 8px;
}
.navbar-brand img{
    width:100px !important
}
.ban-content {
    top: 0%;
    left: 0;
    position: relative;
    transform: none;
    padding: 0 15px;
    height: 100%;
}
.ban-txt {
    padding-top: 20px;
}
.sent-msg{
    padding-left:15px;
}
#mob {
    width: 85%;
}

	.terms-head:{
		margin-bottom: 20px !important;
}
.abt:{
	padding-top: 20px !important;
}
.ban-content img {
    right: 0px;
    position: absolute;
    top: 520px;
    left: -42px;
    margin: auto;
    width: 100%;
    transform: translateY(-50%);
    bottom: auto;
}
.dtls {
    padding: 40px 0 0px;
}
.head h4, .testi h3 {
    font-size: 2rem;
}
.owl-dots{
    display:none;
}
.all-testi{
    margin-bottom: 50px;
}
.sent-msg p{
    line-height:1.5;
}

}
@media only screen and (max-width:360px){
    /*.banner{*/
    /*    overflow:hidden;*/
    /*}*/
.ban-content img {
    /* right: auto; */
    /*position: relative;*/
    /*bottom: 10px;*/
    /*left: -60px;*/
    /*margin: auto;*/
    /*width: 500px;*/
}
.left-sec {
    width: 84%;
}
     .left-sec img {
    width: 66px;
}
.collapse-button {
    right: 0px;
}
}


/* Safety Policy Styles */
.safety-policy {
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}
.safety-policy h1 {
  color: #ff6b6b;
  font-weight: 700;
  margin-bottom: 30px;
}
.policy-section {
  margin: 40px 0;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.policy-section h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}
.feature {
  text-align: center;
  padding: 15px;
}
.feature img {
  height: 60px;
  margin-bottom: 10px;
}
.last-updated {
  font-style: italic;
  color: #666;
  text-align: right;
}