@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    color: #000;
}
html {
    scroll-behavior: smooth;
  }

:root{
    --primary-color:#024AB7;
}
h2{
    font-size:36px;
    font-weight: 600;
}
.fnt-18{
    font-size: 18px;
}
.btn-primary{
    background: var(--primary-color);
    border-color: var(--primary-color);
}
header{
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
}
.form-label,.form-check-label{
    font-size: 14px;
}
.text-link{
    text-decoration: none;
    color: var(--primary-color);
}
.form-control-lg{
    font-size: 15px;
}
.backBtn {
    background: #F0F1F3;
    border: 1px solid #BDBDBD;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 12px;
    color: #3E3E3E;
    text-decoration: none;
  }
/*--navbar--*/
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: normal;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: var(--primary-color);
}
.navbar-nav .nav-item {
    margin: 0 30px;
}

.navbar-nav .nav-link {
    color: #000;
}

.sign-up-btn-tp {
    background: #F9A325;
    border-radius: 30px;
    font-size: 18px;
    padding: 8px 15px;
    color: #fff;
    line-height: 1;
    border: 0;
    font-weight: 500;
}

/*--navbar--*/
.tp-banner {
    background: url(../images/bannerbg.png) center center no-repeat;
    background-size: cover;
    padding: 140px 0;
}

.banner-content {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    padding-left: 60px;
}

.banner-content h1 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
}

/*--how it work--*/
.howitwork{
    padding:30px 0 60px;
}
.how-work-step-list {
    list-style: none;
    margin:55px auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 1170px;
}
.how-work-step-list li {
    flex: 0 0 270px;
    margin: 0 0 20px;
    position: relative;
    transition: transform .5s;
    text-align: center;
}
.how-work-step-list li:hover img {
    transform: scale(1.2);
    transition: transform .2s;
}
.how-work-step-list li.step-arrow {
    flex: 1;
    padding-top: 30px;
}
.how-work-step-list li.step-arrow:hover img {
    transform: inherit;
}
.how-work-step-list li small {
    font-size: 13px;
    color: #919090;
    font-weight: 600;
    margin: 20px 0px 5px;
    display: block;
}
.how-work-step-list li h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
}
.how-work-step-list li h4 span {
    color: var(--primary-color);
}
/*--how it work--*/

.heading-cont{
    max-width: 520px;
    margin: auto;
    font-size: 18px;
    color: #6C757D;
    text-align: center;
}
.heading-cont h2{
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}
.heading-cont h2 span{
    color:var(--primary-color) ;
}
.heading-cont .sub-tp-heading{
    font-size: 16px;
}

.about-section{
    padding: 70px 0 40px;
    font-weight: 300;
    font-size: 18px;
}
.about-section h2{
    font-weight: 600;
    font-size:36px;
}
.about-section h5{
    font-size: 20px;
    margin: 15px 0;
}

/*--contactus-section--*/
.contactus-section{
    background: #F1F7FF;
    padding:60px 0;
}
.contactus-section .contactus-list-col ul{
    list-style: none;
    padding: 0;
    margin:30px 0 0;
}
.contactus-section .contactus-list-col ul li{
    margin: 0 0 15px;
}
.contactus-section .contactus-list-col ul li span{
    border-radius: 30px;
    border: Solid 1px #C8D8EC;
    padding: 10px 30px 10px 45px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background:url(../images/green-tick.svg) 13px 14px no-repeat #fff;
}

/*--footer--*/
.footer-section{
    background:#024AB7;
    padding:30px 0;
    text-align: center;
    color: #fff;
}
.copyright{
    font-size: 12px;
    font-weight: 300;
}
.ft-menu{
    margin: 20px 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.ft-menu li{
  color: #fff;
  margin: 0 5px;
  padding-left:20px;
  position: relative;
}
.ft-menu li:not(:first-child):before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    left: 4px;
    top: 9px;
}
.ft-menu li a{
    color: #fff;
    text-decoration: none;
}
.ft-menu li a:hover{
    color: #fff;
    text-decoration: underline;
}
.ft-menu li:first-child{
    padding-left: 0px;
}

/*--footer--*/
.contact-form .form-control{
    border-radius: 30px;
  padding: 10px 20px;
}
.contact-form textarea.form-control{
    border-radius:15px;
    height: 80px;
}
.contact-form-wrapper{
    max-width: 560px;
    float: right;
    width: 100%;
    position: relative;
}
.contact-form{
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    z-index: 1;
  position: relative;
   
}
.contact-form-wrapper::before{
    width: calc(100% + 20px);
    height: 70%;
    position: absolute;
    content: "";
    bottom: -10px;
    left: -10px;
    right: 0px;
    background: #DAE9FF;
    border-radius: 20px;
    z-index: 0;
}
.input-img-holder-lft {
    position: relative;
}
.input-img{
    position: absolute;
  left: 15px;
  top: 9px;
}
.input-img-holder-lft input.form-control{
    padding-left: 45px;
}

/*--add-section--*/
.add-section{
    background: #F1F7FF;
    padding:40px 0;
}
/*--add-section--*/

/*--faq-section--*/
.faq-section{
    background: #fff;
    padding:40px 0;
}
/*--faq-section--*/

/*--accordian css--*/
.accordion-item{
    border-left-color: transparent;
    border-right: transparent;
}
.accordion-button:not(.collapsed){
    background: transparent;
    box-shadow: none;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
  }
  .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .accordion-button{
    padding: 30px 0;
    font-size: 18px;
    font-weight: 500;
  }
.accordion-body{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .accordion-button::after{
    background-image: url(../images/add-circle.svg);
    background-repeat: no-repeat;
  }
  .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus-cirlce.svg);
  }

  /*--add slider--*/
  .add-slider{
    max-width: 1070px;
    margin: auto;
  }
  .add-slide-item{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
  }
  .add-slide-item h4{
    font-size: 24px;
    color: var(--primary-color);
  }
  .add-owner-info{
    display: flex;
    align-items: center;
    margin:15px 0 20px;
  }
  .add-owner-logo{
    border-radius: 4px;
    border: solid 1px #D7D7D7;
    padding: 5px;
    margin: 0 15px 0 0;
    height: 66px;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .add-owner-info h5{
    font-size: 20px;
    font-weight:500;
  }

  .add-slider .owl-nav{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: -1;
  }
  .add-slider .owl-nav .owl-prev{
    left: -60px;
    position: relative;

  }
 .add-slider .owl-nav .owl-next{
    right: -60px;
    position: relative;
    margin-left: auto;
    float: right;
 } 
 /*--add slider--*/

 .scrolltop-link{
position: fixed;
    bottom: 30px;
    right: 30px;
display: none;
z-index: 11;
 }

 .contact-form-cont{
    box-shadow: 0 0 11px rgba(0,0,0,.2);
    padding: 30px;
    border-radius: 10px;
 }


.contact-form-wrapper .iti--allow-dropdown input,.contact-form-wrapper .iti--allow-dropdown input[type=text]{
padding-left: 86px!important;
}
.contact-form-wrapper .iti--allow-dropdown .iti__flag-container,.contact-form-wrapper .iti--separate-dial-code .iti__flag-container {
    left: 38px!important;
}
.contact-form-wrapper .iti__country-list{
left: -40px;}
.contact-form-wrapper .iti{
width: 100%;
}
.video-modal{
margin: 0!important;
}
.add-owner-info a {
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 14px;
    text-decoration: none;
}



/*============= 03-12-2024 ads =================*/
.video-card-img {
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advertisement_description {
    position: relative;
    width: 100%;            
}

.advertisement_description .arrow {
    position: absolute;
    right: 0;
    
    z-index: 10;
    font-size: 24px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    user-select: none;
}

.advertisement_description .arrow:hover {
    opacity: 1;
}

.advertisement_description .arrow.top {
    top: 0px;
}

.advertisement_description .arrow.bottom {
    bottom: 0px;
}

.advertisement_description .scrollable {
    height: 200px;
    width: 100%;
    overflow-y: auto;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    position: relative;
    scrollbar-width: none;
}

.advertisement_description .hidden {
    display: none;
}
.list-card {
    background: #F1F7FF;
    padding: 20px;
    border-radius: 10px;
font-size: 14px;
color: #333;
}
.list-card h6 {
    font-size: 18px;
    font-weight:500;
color: #000;
}
.howitwork .list-card{
min-height: 130px;
}
.dark-card{
background:var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
text-align: center;
}
.white-btn-inline{
border-radius: 10px;
padding: 10px 20px;
color: var(--primary-color);
font-size: 14px;
display: inline-block;
background: #fff;
text-decoration: none;
margin: 0 10px;
}
.blue-wrapper{
background:#F1F7FF;
    padding:40px 0;
}
.default-page-h{
   min-height: 620px !important;
}
.what_we_offer{
    padding: 60px 0;
}
.what_we_offer ul {
display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.what_we_offer ul li{
    flex: 0 0 calc(50% - 20px);
    border-radius: 10px;
    padding: 10px;
    border: solid 1px #ccc;
}



/*--css updated on 08-05-2025 banner and video work--
.tp-banner {
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-video-sect {
    max-width: 860px;
    margin: 100px auto 0;
    background-color: #eaecff;
    padding: 20px 30px;
    border-radius: 20px;
}

.m-video-sect video {
    object-fit: cover;
    height: 450px;
}

@media only screen and (max-width:992px) {
    .m-video-sect {
        width: 85%;
        padding: 15px;
        margin-top: 50px;
    }
    .m-video-sect video {
        height: 350px
    }
}
@media only screen and (max-width:640px) {

    .m-video-sect video {
        height: 290px
    }
}
@media only screen and (max-width:480px) {

    .m-video-sect video {
        height: 195px
    }
}*/


.video-wrapper {
    background: #F1F7FF;
    padding: 20px 0;
}
 
.tp-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.m-video-sect {
    max-width:960px;
    width: 100%;
    margin: 0 auto 0;
    background-color: #eaecff;
    padding: 0;
    border-radius: 20px;
}
 
.m-video-sect video {
    object-fit: cover;
    border-radius: 10px;
}
 

 
.tp-banner {
    height: auto;
    padding: 100px 0;
    background: url(../images/bannerbg.png) top center no-repeat;
    background-size: cover!important;
}


@media only screen and (max-width:992px) {
    .m-video-sect {
        width:90%;
    }
}


@media only screen and (max-width:640px) {

    .m-video-sect video {
        height: 306px
    }
}
@media only screen and (max-width:480px) {
    .m-video-sect video {
        height: 220px
    }
}
@media only screen and (max-width:380px) {
    .m-video-sect video {
        height:180px
    }
}

