#frmae_slider .slider_img img{
    width: 325px;
    border-radius: 60px;
}
#frmae_slider .slider_img{
    border-radius: 60px; 
}
#frmae_slider::before {
    background-color: transparent !important;
}
body {
    background-color: #FFF;
}
header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.banner_section::after {
 display: none;
  }

.banner_section {
    margin-top: 0px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
    background-image: linear-gradient( -45deg, rgb(255, 242, 217) 0%, rgb(255, 225, 166) 25%, rgb(254, 250, 243) 51%, rgb(255, 244, 230) 100% );    animation: AnimateBG 10s ease infinite;
    animation: AnimateBG 10s ease infinite;
}
@keyframes AnimateBG {
    0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
}

.banner_section .banner_text h1 span {
    color: #1d1d1d;
}
.trusted_section {
    margin-top:25px;
}
.bannerspan{
    margin-bottom: 15px;
}
.bannerspan span{
    color: #f4c227;
    font-weight: 500;
}
.faq_section{
    margin-bottom: 60px;
}
footer .links ul li a {
    color: #000;
}
.ft_details li a{
    color: #000;
}
footer h3 {
 color: #000;
}
footer .top_footer {
    background-color: #F7F7F7;
}
footer .top_footer .social_media li a {
    border: 1px solid rgb(8, 8, 8);
}
footer .top_footer .social_media li a {
    color: #000;
}
.bottom_footer{
    background: #101f42 !important;
}
#company_slider .logo{
    text-align: center;
    padding: 15px 17px;
    background: #f8f8f8;
border-radius: 5px;
}
#company_slider .logo h3{
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
}
.features_section .section_title{
    margin-bottom: 165px;
}
.features_section .section_title {
    width: 60%;
margin: 0 auto;
}
.features_section .feature_detail .left_data {
    text-align: right;
    padding-left: 40px;
  }

  .features_section .feature_detail .right_data {
    padding-right: 40px;
  }

  .app_btn_playstore{
    display: flex;
align-items: center;
margin-top: 20px;
  }
  .app_btn_playstore li{
    margin-right: 30px;
    width: 30%;
  }
  .app_btn_playstore li a{
    display: block;
padding: 12px 0px;
background-color: var(--bg-white);
position: relative;
border-radius: 12px;
transition: .4s all;
  }
  .app_btn_playstore img{
    width: 100%;
  }
.about_app_section .row{
    align-items: center;
}
.singleperabox{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
padding: 40px;
border-radius: 10px;
}
.safety_section {
    padding: 100px 0px 60px 0px;
    background: #F8F8F8;
}
.safety_section .section_title{
    width: 60%;
    margin: 0 auto;
}
.security_items_n{
    margin-top: 60px;
    justify-content: center;
}
.security_items_n .item{
    margin-bottom: 40px;
    padding: 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 270px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    display: flex;
justify-content: center;
align-items: center;
}
.security_items_n .item h6{
    font-size: 17px;
    font-weight: bold;
}
.security_items_n .item .text{
    font-size: 14px;
}
.extra_content{
    width: 90%;
    padding: 40px;
    margin: 0 auto;
    background: #fffff5;
    border-radius: 12px;
}
.extra_content p{
    text-align: center;
}
.testimonial_section{
    padding: 90px 0px;
}
.steps_secmain h2{
    margin-bottom: 32px;
}
.gatepass_uisec{
    background: #f7f7f7b0;
padding: 60px 0px 20px 0px;
}
.gatepass_uisec h2{
    margin-bottom: 60px;
}

.dolongd_app{
    padding-top: 170px;
}
.dolongd_app .free_app_inner {
    z-index: 10 !important;
}
.screen_slider .owl-carousel .owl-dots {
    margin-top: 46px;
}


/* contact page style start */

.contact_banner{
    background-image: url(../images/newimages/working-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 460px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0px;
}
.contact_banner::after{
    display: none;
}
/* .contact_banner .bred_text h1 {
    color: #343434;
    font-size: 55px;
    font-weight: 700;
  }
  .contact_banner .bred_text h1 + p {
    color: #585858;
    margin-top: -5px;
  } */
  .contact_banner .bred_text ul li a{
    color: #ffffff;
    font-size: 14px;
    transition: .4s all;
  }
  .contact_banner .bred_text {
    text-align: left;
  }
  .contact_banner .bred_text ul {
    display: flex;
    justify-content: left;
    align-items: last baseline;
  }
  .contact_banner .bred_text ul li span {
    color: #f4c227;
    font-size: 14px;
    transition: .4s all;
  }

  .contact_banner .active_page{
    color: #f4c227 !important;
  }
  .contact_page_section .contact_inner {
    margin-top: 0px;
  }
.cnbanner_image img{
    height: 315px;
object-fit: contain;
}
.contact_banner .row{
    align-items: center;
}
.contact_page_section{
    padding: 100px 0px;
}

.center__titlesform{
    padding: 90px 0px 0px 0px;
}
.title_contact_main{
    width: 40%;
    margin: 0 auto;
}
footer .top_footer {
    padding: 60px 0 60px 0;
  }


  /* ckjefi */
  .contact_info_list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
  }
  .contact_info_list li .img {
    width: 65px;
    margin-right: 20px;
  }
  .form_right input{
    padding: 28px 0;
    padding-left: 36px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
  }
  .form_right input:focus{
    box-shadow: none;
  }
  .form_right textarea:focus{
    box-shadow: none;
    outline: none;
  }
  .form_right textarea{
    width: 100%;
  }
  .form_right textarea{
    padding: 28px 0;
    padding-left: 36px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
  }
  .form_right  .form-group{
    position: relative;
    margin-bottom: 30px;
  }
  .form_right  .form-group i{
    position: absolute;
    top: 19px;
    font-size: 18px;
  }
  .form_right  .textarea_field i{
    position: absolute;
    top: 35px;
    font-size: 18px;
  }
  .frm_submitbtn button{
    background-color: #2b2b2b;
    font-size: 16px;
    color: #fff;
    padding: 15px 35px 15px 35px !important;
    outline: none;
    border: none;
  }
  .frm_submitbtn button i{
    margin-right: 8px;
  }
  .contactsecond{
    padding: 100px 0px;
  }
.left_contact_details{
    padding-right: 60px;
}
.left_contact_details span{
    color: #f4c227;
}
.left_contact_details h1{
    font-size: 60px;
color: #000;
font-weight: 600;
}
.contact_info_list{
    margin-top: 40px;
}
.contact_info_list li i{
    margin-right: 12px;
}

.label_formpartner input:focus{
      box-shadow: none;
}
.label_formpartner input{
    font-size: 13px;
}
.label_formpartner select{
    background: #f4faff61;
box-shadow: none;
outline: none;
border: 1px solid #d0d0d0;
font-size: 13px;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
}

.label_formpartner select:focus{
    box-shadow: none;
}
.label_formpartner label{
    font-size: 13px;
}

.label_formpartner .mb-3{
    margin-bottom: 17px !important;
}

/* become a partner form */

.contact_page_section .contact_inner .contact_form {
    width: 100%;
    background-color: #f7f7f7;
    box-shadow:none;
    padding: 40px 35px;
  }
  .contact_page_section .contact_inner .contact_form h2 {
    margin-bottom: 0;
    color: #000;
    font-size: 30px;
    text-align: left;
  }
  .puprple_btn {
    background-color: #e99c00;
    color: var(--text-white);
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
  }
  .partnercont_deta li h4{
    font-size: 15px !important;
  }


  .partnercont_deta li::before {
    top: 0px !important;
  }

#becm_partnerbanner{
    background: url(../images/newimages/becomepartner.jpg);
}
.extra_contanj h2{
  font-weight: 600;
  color: #000;
}
.extra_contanj {
    margin-top: 50px;
}
.extra_contanj p{
    font-size: 14px;
    margin-top: 20px;
}
#bg_transp_new a{
    background: transparent;
}
.footerbtns img{
    width: 100%;
}
.footerbtns li a {
    background-color: transparent !important;
    border: none !important;
  }
  .footerbtns li a:hover {
    box-shadow: none !important;
  }
  #removespace li a {
    padding: 0px 0px !important;
  }

#privacy_policybanner{
  background: url(../images/newimages/privacypolicy.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#privacy_policybanner::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
}

.privacypolicy_main{
  padding: 80px 0px;
}
.privacypolicy_heading{
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
padding-bottom: 20px;
}
.content__start{
  margin-top: 70px;
}

.content__start h2{
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 30px;
}
.content__start ul{
  margin-left: 10px;
  margin-top: 20px;
}
.content__start ul li{
  font-size: 15px;
  margin-bottom: 10px;
}
.content__start span{
  color: #e99c00;
}
.content__start a{
  color: #0d40b8;
}
.address_details li{
  display: flex;
  align-items: baseline;
}
.address_details li i{
  margin-right: 12px;
}


@media screen and (min-width: 1200px){

   .banner_container {
        max-width: 1350px;
      }
      .header_container{
        max-width: 1350px;
      }
}
