body{
    font-family: 'Montserrat', sans-serif;
    }
    h1{
        font-size:40px;
    }
    h2{
        font-size: 22px;
        font-weight: 900;
    }
    h3{
        font-size:17px;
    }
    h4{
        font-size:22px;
    }
    p{
        font-size:17px;
    }
    a{
        font-size:11px;
    }
    .navbar{
        box-shadow: rgb(35 55 80 / 30%) 0px 6px 12px;
        padding: .0rem 1rem;
    }
    
    .nav-link {
        font-size: 15px;
        color:#000;
    }
    .nav-link:hover{
       color:#003ba2;
    }
    .active-menu {
        /*background:#003ba2;*/
        /*color:#ffffff;*/
    }
    .active-menu:hover{
        /*color:#ffffff;*/
    }
    .callus-btn {
    background: #f15a24;
    color: #ffffff;
    }
    .callus-btn:hover {
    color: #ffffff;
    }
 
@keyframes callus-btn  {
  to {
    transform: scale(1.1);
  }
}

.callus-btn {
   display:block;
  transform: translateZ(0);
  -webkit-box-shadow: 0 10px 6px -6px #c1c1c1;
  animation-name: callus-btn;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.callus-btn .fa {
    margin:0px 5px 0px 0px;
    }
    .navbar-toggler-icon i{
       color:#f15a24;
       font-size:25px;
    }
    .hero-image{
        background-image: linear-gradient(rgba(0, 59, 162,0.9), rgba(0, 0, 0, 0.0)), url(../images/655.jpg);
        width: 100%;
        height:100vh;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position:bottom center;
        z-index:-2;
    }
    .hero-image h1{
        color:#ffffff;
        margin:0px 0px 30px 0px;
        line-height:55px;
        transform: scale(0.94);
        animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
    }
    @keyframes scale {
  100% {
    transform: scale(1);
  }
}



span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
    
    .hero-image a{
        background-color:#f15a24;
        color:#ffffff;
        font-size: 13px;
        border-radius: 20px;
        padding: 12px 20px;
    }
    .services{
        margin:-233px 0px 90px 0px;
        
    }
    .tab-content{
        background-color:#ffffff;
        padding:15px;
        border-radius: 0px 0px 15px 15px;
        box-shadow: rgb(35 55 80 / 30%) 0px 6px 12px;
    }
	.tab-content h3{
        font-size:21px;
		line-height:35px;
		color:#003ba2;
    }
    .nav-tabs .nav-link {
        padding:20px 111px;
        font-size: 14px;
        font-weight: 700;
        color:#ffffff;
        border:none;
        background:#000000;
    }
    
    .nav-tabs .nav-link .fa{
      font-size: 21px;
      margin: 0px 10px 0px 0px;
    }
    
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border:none;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color:#003ba2;
    }
    .media-body h2{
        margin: 0px 0px 17px 0px;
        line-height:35px;
    }
    .media-body p{
    font-size: 17px;
    color: #373636;
    line-height: 30px;
    font-weight: 450;
    }
    .why-us{
      
        background-image: linear-gradient(rgba(0,59,162,0.6), rgba(0, 0, 0, 0.7)), url(../images/Why-Welt-Forex.jpg);  
        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position:center;
        padding:100px;
        margin:0px 0px 140px 0px;
      
    }
    .why-us h2{
        text-align: center;
        color: #ffffff;
        margin: 0px 0px 43px 0px;
        font-size: 30px;
    }
    .why-us-wrapper{
        background: #fff;
        padding: 25px;
        border-radius: 20px;
        box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        min-height:166px;
    }
    .why-us-wrapper .fa{
        color: #f15a24;
       font-size: 40px;
       margin:0px 0px 17px 0px;
    }
    .why-us-wrapper h3{
       line-height:26px;
    }
    .why-us-wrapper:hover {
        margin-top: -10px;
    }
    .mission-vission{
        margin:0px 0px 80px 0px;
    }
    .mission-vission-wrapper{
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
    
    }
    .mission-vission-wrapper .fa{
        background-color: #f15a24;
        border-radius: 58px;
        color: #fff;
        display: inline-block;
        height: 58px;
        line-height: 58px;
        margin: auto 3px;
        width: 58px;
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px;
    transition: all .3s ease;
    }
    .mission-vission-wrapper p {
     font-size: 17px;
    line-height: 30px;
    color: #003ba2;
    font-weight: 450;
    }
    .mission-vission-wrapper h3 {
        padding-bottom:16px;
        line-height:28px;
        transition: all .3s ease;
      }
    .mission-vission-wrapper:hover .fa{
        background-color: #003ba2;
        
    }
    .mission-vission-wrapper:hover h3{
      margin-left:10px;
      color:#de0c00;
        
    }
    .blog {
        margin:0px 0px 90px 0px;
    }
    .blog h2{
            text-align: center;
            margin: 0px 0px 40px 0px;
            font-size: 30px;
    }
    .blog-wrapper{
        padding: 100px 20px 100px 20px;
        text-align:center;
   }
   .blog-wrapper h4
   {
    color:#ffffff;
    line-height:24px;
    margin-bottom:0px;
   
   }
   .blog-wrapper a
   {
    color:#e4dfdf;
   }
   .blog1{
    background-image: linear-gradient(rgba(0,59,162,0.6), rgba(0,59,162, 0.6)), url(../images/Moneyexchange.jpg);
     width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   }
   .blog2{
    background-image: linear-gradient(rgba(0,59,162,0.6), rgba(0,59,162, 0.6)), url(../images/Ordercurrencyonline.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   }
    .blog3{
    background-image: linear-gradient(rgba(0,59,162,0.6), rgba(0,59,162, 0.6)), url(../images/MoneyTransfer.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   }
   .location-map{
       border: 12px solid #ffffff;
       box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
   }
   .contact-us{
       background-color: #f1f1f1;
       padding: 80px 0px 80px 0px;
   }
   .form-group .form-control{
       color: #777;
       font-size: 14px;
       border: 1px solid #eee;
       outline: none;
       padding:25px 20px;
      border-radius: 25px;
}

.form-group .form-control textarea{
       height: 150px;
       resize: none;
      padding: 20px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 59 162 / 60%);
}
.submit-button, .apply-passport-btn{
     outline: none;
     border: none;
     font-size: 13px;
     border-radius: 2px;
     padding: 12px 20px;
     background-color: #f15a24;
     color: #fff;
     letter-spacing: 0.25px;
}
.contact-us h3{
    margin: 0px 0px 34px 0px;
    font-size: 30px;
}
.contact-us h5{
    margin: 0px 0px 21px 0px;
    font-size: 20px;
}
.contact-us p{
    margin: 0px 0px 21px 0px;
    font-size: 13px;
    color: #777373;
}
footer{
    background: #003ba2;
    padding:30px 0px 0px 0px;
}
footer .social {
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    padding:0;
}
footer .social li {
    margin: 0px 10px;
    display: inline-block;
}
footer .social li a {
    color: #f15a24;
    text-align: center;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
footer .copyright {
    text-align: center;
    border-top: 1px solid rgba(250,250,250,0.2);
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 10px;
    color: #b8d0fa;
    letter-spacing: 0.88px;
    text-transform: uppercase;
}
footer .social li a:hover {
    background-color: #000000;
    color: #fff;
}
.page-content{
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    padding:185px 0px;
    color:#ffffff;
    z-index:-5;
    margin:93px 0px 0px 0px;
    
}
.blog-background{
background-image: linear-gradient(rgba(0,59,162,0.7), rgba(0, 0, 0, 0.7)), url(../images/blog_bg.jpg);
    background-position: center;
}
.aboutus-background{
    background-image: linear-gradient(rgba(0,59,162,0.7), rgba(0, 0, 0, 0.7)), url(../images/About-Us.jpg);
    background-position:top center;
}
.page-breadcrumb{
    margin:9px 0px 0px 0px;
}
.page-breadcrumb a {
    color:#ffffff;
    font-size:15px;
    padding:3px;
}
.our-history{
    margin:-120px 0px 70px 0px;
}
.history-wrapper{
   background-color:#ffffff;
   margin:0px 0px 0px 0px;
   padding: 50px;
   border-radius: 15px;
   box-shadow: rgb(35 55 80 / 30%) 0px 6px 12px;
}
.year-history{
    margin: 15px 0px 10px 0px;
}
.year-history p{
   font-size:12px;
   margin-top:5px;
   color:#777373;
}
.mission-area{
    width: 100%;
    position: relative;
    background-image: linear-gradient(rgba(0,59,162,0.7), rgba(0, 0, 0, 0.7)), url(../images/Mission-Vission-Statememt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    padding: 70px 0px 70px 0px;
}
.mission-area-wrapper{
    background-color: #ffffff;
    padding: 30px;
}
.mission-area-wrapper p{
   font-weight:600;
   line-height:25px;
   padding:12px 0px 0px 0px;
}
.mission-area-wrapper .owl-theme .owl-dots .owl-dot span{
    background:#f15a24;
}
.year-history h3{
    color:#f15a24;
}
.contactus-background{
    background-image: linear-gradient(rgba(0,59,162,0.7), rgba(0, 0, 0, 0.7)), url(../images/ContactUs.jpg);
    background-position:center;
}
select {
    word-wrap: normal;
    color: #777;
    font-size: 14px;
    border: 1px solid #eee;
    outline: none;
    padding: 15px 20px;
    border-radius: 25px;
    width: 100%;
    width:100%;
}
.blog-date{
    color: #646157;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.blog-title{
    font-size: 22px;
    color: #171822;
    line-height: 32px;
}
.blog-text{
   margin: 15px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}
.blog-section{
    padding: 30px;
}  
.weltforex-blog{
   background: #faf7f7;
         
    box-shadow: 0px 1px 10px rgb(29 34 47 / 10%);

}
.weltforex-blog img{
       border-radius:7px;
}
select:required:invalid {
    color: #666;
    
}
option[value=""][disabled] {
    display: none;
    
}
option {
      color: #000;
    
}
.footer-menu{
    list-style:none;
    display:inline;
    margin:0;
    padding:0;
    display:block;
    text-align:center;
}
.footer-menu li{
    display:inline;
    margin-right:8px;
}
.footer-menu a{
    color:#ffffff;
    font-size:13px;
}
.contact-address {
  list-style: none;
  padding: 0;
  margin:20px 0px 20px 0px;
}
.contact-address .fa{
  font-size: 23px;
  color: #f15a24;
  margin:0px 7px 0px 0px;
}
.contact-address li{
 font-size: 15px;
 color: #6d6a6a;
  line-height: 35px;
}
.whataaps-call-icon {
    width: 52px;
    height: 52px;
    left: 40px;
    bottom: 40px;
    background:	#25D366;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 65px;
}
.whataaps-call-icon .fa-whatsapp{
    font-size:35px;
    color:#ffffff;
}

.whataaps-call-icon:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #25D366;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.features{
    margin:0px;
    padding:0px;
    list-style:none;
    margin: 20px 0px 0px 0px;
    line-height: 30px;
    font-size:15px;
    font-weight: 500;
}
.features span{
   color:#003ba2;
   margin-right:8px;
}
.services-background{
    background-image: linear-gradient(rgba(0,59,162,0.7), rgba(0, 0, 0, 0.7)), url(../images/services.jpg);
    background-position:center;
}
.services-icons{
    width:50px;
    margin:0px 0px 10px 0px;
}
.blog4{
    background-image: linear-gradient(rgba(0,59,162,0.6), rgba(0,59,162, 0.6)), url(../images/Forex-card.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:308px;
   }
.blog5{
    background-image: linear-gradient(rgba(0,59,162,0.6), rgba(0,59,162, 0.6)), url(../images/Western-Union-money-transfer.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   }
 .blog6{
    background-image: linear-gradient(rgba(0,59,162,0.6), rgba(0,59,162, 0.6)), url(../images/Import-and-export-of-foreign-currency.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   }

  .apply-passport-btn:hover{
	  text-decoration:none;
	  color:#ffffff;
  }
  .newpassport-background{
    background-image: linear-gradient(rgba(0,59,162,0.7), rgba(0, 0, 0, 0.7)), url(../images/Newpassport.jpg);
    background-position: center;
   }
   .renewpassport-background{
	   background-image: linear-gradient(rgba(0,59,162,0.7), rgba(0, 0, 0, 0.7)), url(../images/Renew-Passport.jpg);
    background-position: center;
   }
.form-content {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height:100vh;
    color: #ffffff;
    margin: 92px 0px 0px 0px;
}
.requirement-form-content{
    margin: 92px 0px 0px 0px;
    padding:70px 0px;
    background:#f7f7f7;;
    
}

.form-content select {
    padding: 10px 20px;
    border-radius: 2px; 
}
.height-100P{
	height:100%;
}
.book-now-btn{
    border: 1px solid #f15a24;
    background: #fff;
    color: #f15a24;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
    margin: auto;
    width: 100px;
    display: block;
    text-align: center;
}
.book-now-btn:hover{
     background: #f15a24;
    color: #ffffff;
    text-decoration:none;
}
.rate-display{
   border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
    text-align:center;
}
.rate-display h3{
   font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.rate{
    font-size:22px;
    color:#000000;
}
.rate span{
    font-size: 25px;
    font-weight: 700;
     color: #003ba2;
    padding:0px 2px 0px 4px;
}
.rate .fa-inr{
     font-size:20px;
     color:#000000;
}
.rate-display form{
    margin-top:-10px;
}
.rate-display form input[type=text]{
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 12px;
    width: 100%;
}
.rate-display form input[type=text]:focus{
    outline:none;
}
.number{
    background: #3f4552;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.details-wrapper{
    background: #eaeaec;
    padding-top: 12px;
}
.requirement-form-content .form-group .form-control{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
}
.requirement-form-content form label {
   font-weight:500;
    
}
.requirement-form-content .form-group .form-control:focus{
    box-shadow:none;
    outline:none;
    
}
.form-input-wrapper{
    padding:20px 0px;
}
.requirement-form-content select {
    border: none;
    background: #5b007f;
    color: #fff;
    border-radius:4px 0px 0px 4px;
    padding:8px 10px;
}
.requirement-form-content select option{
    color: #fff;
}

.requirement-form-content .rate span{
    font-size:14px;
    color:#000000;
    font-weight:100;
}
.requirement-form-content  .submit-btn{
    background: #01b169;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    margin-top: 15px;
    border:0px;
}
.amount .form-group .form-control{
    border-radius:4px;
}
   .dark-bg{
    background: #5c5c5c;
    color: #ffffff;
    padding: 7px 7px 7px 12px;
    border-radius: 4px 4px 0px 0px;
   }
    .dark-bg h3{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    }
    .result-card h4{
    color: #8d888b;
    font-size: 20px;
    }
    .underline{
    width: 85px;
    height:2px;
    background:#434449;
    }
    .result-card{
    border-radius: 4px;
    }
    .result-card-heading{
     padding: 10px 7px;   
    }
    .result-card-amount{
        background:#ffffff;
        text-align:center;
        padding:8px 0;
        border-bottom:1px solid #e5e4e4;
    }
    .result-card-amount-bill ,.result-card-final-amount{
         background:#ffffff;
        padding:6px 10px;
        border-bottom:1px solid #e5e4e4;
    }
    .result-card-amount-delivery{
         background:#ffffff;
        padding:8px 10px 40px 10px;
    }
    .result-card-amount-bill p{
         font-size:15px;
          color:#7a777d;
           margin:4px;
    }
    .result-card-final-amount p{
        margin:0;
        font-size: 15px;
    font-weight: 500;
    }
    .result-card-amount .amount{
        color: #5b007f;
    font-size: 30px;
    font-weight: 700;
    }
     .result-card-amount .amount span{
       font-size: 23px;
      font-weight: 500;
    }
     .result-card-amount .amount .fa-inr{
          font-size: 23px;
      font-weight: 500;
     }
      .result-card-amount .name{
          font-weight:700;
      }
      .result-card-amount .kms{
       margin: -15px 0px 0px 0px;
      color: #bfc2c1;
       font-size: 15px;
      }
      .red-text{
          color:#ff468d;
          font-size:15px
      }
     .result-card-amount-delivery a{
          border: 1px solid #0c9558;
          background: #fff;
    color: #0c9558;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
      }
       .result-card-amount-delivery a:hover{
        text-decoration:none;
        background: #0c9558;
         color: #ffffff;
      }
      .dark-blue-bg{
          background: #5b2877;
      color: #ffffff;
    padding: 7px 7px 7px 12px;
    border-radius: 0px 0px 4px 4px;
      }
       .dark-blue-bg p{
          font-size:12px;
          margin:0;
      }
      .result-card-delivery-icon{
          background:#fff;
          min-height:391px;
         padding-top: 100px;
         text-align:center;
      }
       .result-card-delivery-icon p {
           font-size:12px;
           color:#959595;
       }
       .confirmation-wrapper{
           background:#e6e6e6;
           padding:30px 0px;
       }
       .confirmation-wrapper h3{
           font-size:19px;
           color:#00a650;
           text-align:center;
       }
        .confirmation-wrapper p{
           font-size:16px;
           text-align:center;
       }
       .confirmation-wrapper h2{
           font-weight:500;
           margin-bottom:18px;
           text-align:center;
       }
       .confirmation-wrapper .form-group .form-control{
           border-radius:4px;
           padding: 19px;
       }
      .confirmation-wrapper .form-group .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: none;
       }
       .confirmation-wrapper form input[type="submit"]{
       background: #00a650;
       color: #ffffff;
       padding: 9px 40px;
       border: 0;
       border-radius: 10px;
       
       }
       .kyc-wrapper{
        padding: 50px 0;
       }
       .kyc-wrapper ul{
           list-style:noe;
          padding-left:20px;
        }
         .kyc-wrapper ul li{
          margin-bottom:5px;
        }
        .kyc-wrapper h6{
            font-size:21px;
        }
        .kyc-wrapper .underline{
        height: 1.5px;
        background: #434449;
        width: 40px;
        margin-bottom: 8px;
        }
         .kyc-wrapper h5{
        font-size: 22px;
        margin-bottom: 20px;
         }
         .summary-wrapper{
         margin: 92px 0px 0px 0px;
         padding: 70px 0px 20px 0px ;
         }
          .summary-wrapper p{
           font-size:15px;
           color:#767575;
           margin:0;
         }
         .summary-wrapper h3{
          font-size: 17px;
          color: #878789;
          font-weight: 500;
         }
         .summary-wrapper .darkslateblue{
           color: #5b2877;  
        font-weight: 500;
         }
         .summary-content{
             border-radius:7px;
             padding:10px 20px 20px 20px;
         }
         .summary-head{
             border-bottom:1px dotted #dee2e6;
             padding:0px 0px 7px 0px;
         }
         .amount-table{
             background:#fafafa;
             padding:20px 0px;
             margin: 0px;
             border-radius:0px 0px 4px 4px;
         }
         .amount-table h5{
         color: #3f4952;
         font-weight: 700;
         font-size: 16px;}
         .amount-table .darkslateblue{
             font-weight: 700;
         }
         .heading{
         text-align: center;
         padding: 20px 0px;
         font-size: 18px;
         }
         .thankyou-wrapper{
             margin:0px 0px 60px 0px;
         }
         .thankyou-wrapper p{
             font-size:13px;
             color:#767575;
         }
         .thankyou-wrapper a{
         background: #00b269;
         color: #ffffff;
         display:block;
         width:130px;
         padding: 10px 30px;
         }
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
    @media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }}
    
    @media only screen and (max-width: 768px){
        .navbar-collapse {
          margin-top: 30px;
        }
      .nav-link {
          text-align:center;
       }
       .nav-item{
        margin-bottom:10px;
       }
        .rate-wrapper{
        width:50%;
        margin-bottom:10px;
    }
    .rate span {
    font-size: 25px;
    }
    .rate .fa-inr {
    font-size: 17px;
    }
    .rate {
    font-size: 16px;
    }
      }


    @media only screen and (max-width: 576px){
        h1{
            font-size:30px;
        }
        h2{
            font-size: 20px;
        }
        h3{
            font-size:19px;
        }
        h4{
            font-size:19px;
        }
         .hero-image h1{
        line-height:38px;
    }
    .rate-wrapper{
        width:50%;
        margin-bottom:10px;
    }
    .rate span {
    font-size: 20px;
    }
    .rate .fa-inr {
    font-size: 15px;
    }
    .rate {
    font-size: 20px;

    }
      .navbar-collapse {
        margin-top: 20px;
      }
      .nav-item{
          margin-bottom:18px;
      }
     .nav-link {
        text-align:center;
      }
      .services {
        margin: -150px 0px 90px 0px;
    }.services .nav-tabs .nav-link { padding: 20px 0px; width:100%; font-size: 12px; } .services .nav-tabs .nav-item { margin-bottom: -1px; width: 100%; }
    .nav-tabs .nav-link {
        padding: 10px 14px;
        font-size: 12px;
    }
    .mission-vission-wrapper {
    padding: 25px 20px;
    }
    .tab-content {
        padding: 5px;
    }
    .why-us {
        padding:70px 40px;
        margin: 0px 0px 120px 0px;
    }
    .why-us-wrapper {
        margin:0px 0px 10px 0px;
    }
    .mission-vission-wrapper {
        margin:0px 0px 17px 0px;
    }
   
    .blog-wrapper {
        padding: 90px 20px 90px 20px;
        margin-bottom: 17px;
    }
    .page-content {
        padding:115px 0px;
    }
    .history-wrapper {
    padding: 40px 10px;
    }
    .our-history {
    margin: -70px 0px 78px 0px;
    }
    .mission-area{
        padding: 50px 0px;
    }
    .whataaps-call-icon {
    left: 20px;
    bottom: 20px;
    }
    .mission-area-wrapper {
    background-color: #ffffff;
    padding: 40px 20px;
}
.blog4{
    min-height:0px;
   }
.apply-passport-btn {
    margin: px 0px;
    display: block;
    margin: 20px;
    margin: 5px 0px;
    text-align: center;
}
.height-100P{
	height:none;
}
.form-content {
    height:auto;
	padding:100px 23px;
}
.form-content .page-breadcrumb{
  margin-bottom:50px;
}	
.requirement-form-content {
    padding: 70px 20px;
    background: #f7f7f7;
}
.requirement-form-content .rate span{
    font-size:14px;
}
.dark-bg h3 {
    font-size: 15px;
}
.result-card-delivery-icon {
    min-height:200px;
    padding-top: 50px;
}
  .confirmation-wrapper p{
    font-size:13px;
    padding:0px 15px;
    }
     .kyc-wrapper h5{
    font-size: 18px;
   }
   .amount-table h5 {
    font-size: 20px;
   }


}


    
   