.header{
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
}

#logo {
    vertical-align: middle;
    max-width: 358px;
    width: 263px;
}
.container {
    max-width: 1280px !important;
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.main-nav-end{
    display: block;
    float: right;
    margin: 0;
    text-align: right;
}
.fa-globe-asia{
    padding-right: 5px;
}
.fa-caret-right{
    padding-left: 5px;
}

.dropbtn{
    font-size: 16px;  
    border: 0.75px solid #4d4d4f;
 
    color:#4d4d4f;
    padding: 15px 15px;
    background-color: white;
    font-family: inherit;
    margin: 0;
   
}
.dropdown-content {
    border: 1px solid #e1e1e1;
    border-top: none;
    right: 0px;
    left: auto;
    padding: 0px 0px 10px 0px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 236px;
 
    z-index: 999;
    text-align: right;
    
    
  }
  .dropdown-content a {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.5;
    display: block;
    padding: 5px 25px;
    color: #252d59;
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue Medium";
    text-decoration: none;
    background-color: transparent;
  }
  .dropdown-content a:hover {
    color:  #FE651F;;
  }
  
  .country-dropdown:hover .dropdown-content {
    display: block;
  }
.banner{
    height: 170px;
    margin-top: 65px;
    background-color: #FFF;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;



    /* height: 190px;
    margin-top: 65px;
    background-color: #252d59;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1 */
   
}
.bg-light {
    background-color:white!important;
}
.navbar{
    position: sticky!important;
}
.banner-text h1{
    color: #5A5A5A;
    font-size: 30px!important;
    margin: 2rem 0 1.5rem 0!important;
    font-family: "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-weight: 300!important;
    text-align: center;
    line-height: 1.3;
   
   
}
.banner-text{
    padding: 4em 0!important;
}
.bodySection{
    padding: 30px 0;
    position: relative;
}

.form-paper{
    margin-bottom: 30px;
    padding: 20px 30px 30px 30px;
    box-shadow: 0px 1px 6px #e9ecef;
    border-radius: 6px;
    /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; */
}




.commonInput {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-radius: .25rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
   

   select{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
   
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
   /* border-radius: .25rem;*/
    
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

   } 
 .commonDiv{
    margin: 0px 0px 5px 0px;
       
       }

.commonDivBank{
    margin: 0px 0px 10px 0px;
}
label{
       
    font-weight: 400 !important;
    font-family: "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    color: #4d4d4f!important;

   }
.bankDetails{
   border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    margin-bottom: 10px;
    background: rgb(255, 252, 228);
    display: block;
}
.docInput{
border: 1px solid #CCC;
padding: 8px 10px;
margin-bottom: 15px;
}
.infoText{
    font-size: 14px;
    font-style: italic;
}
.buttonSection{
    padding-bottom: 15px;
   
}
.verifyButton{
    display: inline-block;
    padding: 8px 20px;
    color: #E60000;
    font-family: "Helvetica Neue Medium";
    text-align: center;
    font-size: 15px;
  font-weight: bold!important;
    letter-spacing: .1rem;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #E60000;
    cursor: pointer;
}
.verifyButton:hover{
    background-color: #E60000;
    color: white;
}
.footer{
    background: #000000;
    color: #fff;
}
.footerRow{
    font-size: 15px;
    color: white;
    padding: 40px 0;
    border-top: 1px solid rgba(41, 131, 197, 0.5);

}
.footer-link{
    color: white;
}
.foot2ndPart{
    float: right;
}
input[type=text]:focus {
    border: 1px solid #E60000;
    outline:#E60000
  }
  input[type=number]:focus {
    border: 1px solid #E60000;
    outline:#E60000
  }
  input[type=email]:focus {
    border: 1px solid #E60000;
    outline: #E60000;
  }
select:focus{
    border: 1px solid #E60000;
    outline:#E60000;
}


  .errorMsg{
    color: #E60000;
   font-size: 12px;
   margin-top: 0px !important;
   margin-bottom: 0px !important;
  }

  a#scroll_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: white;
    border: 1px solid #E60000;
    display: none;
    z-index: 10000;
  }
  a#scroll_top i {
    background: #E60000;
    font-size: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
a#scroll_top :hover{
    background:rgb(245, 241, 241);
    color: #E60000 ;
   
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 700px!important;;
}
}
.modal-header {
    background: #252d59;
    color: white;
}
.modal-dialog {
    margin-top: 158px!important;
}
.modalOk{
    border-radius: 4px;
    display: inline-block;
    padding: 6px 20px;
    color: #E60000;
    font-family: "Helvetica Neue Medium";
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .1rem;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #E60000;
    cursor: pointer;
    box-sizing: border-box;
}
.btn-link {
    color: inherit!important;
}
.text-left {
    text-align: left!important;
}
.editStep {
    width: 54px;
    position: absolute;
    top: 18px;
    left: -11px;
    padding: 1px 0px 1px 0px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: white;
    background-color: #E60000;
    background-image: linear-gradient( #E60000,#E60000);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-radius: .8em .3em .3em .8em;
    display: block;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}
.editOnHover{
    width: 54px;
    position: absolute;
    top: 18px;
    left: -11px;
    padding: 1px 0px 1px 0px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: white;
    background-color: #8a8a8a !important;
    background-image: linear-gradient( #8a8a8a,#4d4d4d)!important;;
    border-bottom: 1px solid rgba(0,0,0,0.5)!important;
    border-radius: .8em .3em .3em .8em;
    display: block;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}
.card-header {
    padding: 7px !important;
    margin-bottom: 0!important;
    background-color: #5A5A5A;
    color: white;
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
.cancelModal{
    display: inline-block;
    padding: 6px 20px;
    color: #5a5756;
    font-family: "Helvetica Neue Medium";
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .1rem;
    text-decoration: none;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid#252d59;
    cursor: pointer;
    box-sizing: border-box;  
}
button.close {
   
    color: antiquewhite !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-appearance: none !important;
}


.country-dropdown {
    display: inline-block;
    float: right;
    position: relative;
}

.responsive-dropdown-div {
    display: none;
    padding-top: 6px;
    float: right;
    position: relative;
    transition: all 0.5s;
}




.responsive-dropdown-content{
    display: none;
    position: absolute;
    transition: all 0.3s;
    width: 100vw;
    top: 160%;
    right: -67%;
    margin: 0;
    padding: 0 0 10px 2vw;
    text-align: left;
    color: white !important;
    background-color: #252d59;
    box-shadow: 0 6px 6px -6px rgb(197, 192, 192);
    border: 1px solid rgb(252, 249, 249);
    /* transition: all 1s ease; */
    animation-name: example;
    animation-duration: 1s;
}



@keyframes example {
    0% {
        height: 0;
        color: transparent !important;
    }

    /* 50% {height:150px;} */
    100% {
        height: 230px;
        color: white !important
    }
}



.responsive-dropdown-content a {
    display: block;
    padding: 5px 20px;
    color: white;
    font-size: 17px;
    font-family: "Helvetica Neue Medium";
    text-decoration: none;
    font-weight: bold;
    animation-name: example2;
    animation-duration: 1.5s;
}

@keyframes example2 {
    0% {
        color: transparent;
    }


    100% {
        color: white
    }
}

.responsive-dropdown-content h5 {
    display: block;
    padding: 5px 20px;
    color: white;
    font-family: "Helvetica Neue Medium";
    text-decoration: none;
    font-weight: bold;
}

.responsive-dropdown-content a:hover,
.responsive-dropdown-content h5:hover {
    color: #E60000;
}



.responsive-dropdown-icon-hide{
    display: none;
}

@media screen and (max-width: 760px){
    .responsive-dropdown-div{
        display: block;
    }

.country-dropdown {
    display: none;
}
    .banner .banner-text h1 {
        font-size: 20px !important;
       font-family: "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-weight: 300 !important;
        text-align: inherit;
      
       
    }
.navbar{
    float: left;
}
    .banner {
        margin-top: 0px;
        width: 112vw;
    }

    #logo {
        width: 150px;
        margin-right: 75px;
    }

    .header {
        padding: 15px 0px !important;
    }

    .footer-bottom { 
       
        border-top: 1px solid rgba(41, 131, 197, 0.5);
    }

    .footer-bottom p {
        font-size: 12px;
        margin: 0;
    }
    .bank-Name{
        white-space:normal !important;
    }

}

.responsive-dropdown-icon {
    display: block;
    padding-top: 6px;
    float: right;
    transition: all 0.5s;
    color: #E60000;
}
.accordian-Heading{
    margin-left: 37px;
    margin-top: 0px;
}
.InstructionMargin{
    margin-top: 30px;
}
.email-para{
    text-align: center;
}
.query-mail{
    color:#E60000;
}
.query-mail:hover{
    color:#E60000;
}

.phone-para{
    /* margin-left: 30px; */
}
.bank-Name{
    white-space: nowrap;
}
.lastPermission{
    font-weight: 800;
}
.ref-Links{
    line-height: 1.35 !important;
    margin: 2rem 0 1.5rem 0 !important;
    font-family: "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-weight: 300!important;
    font-size: 1.3rem;
}
.far{
    margin-right: 8px !important;
}
.common-Bottom-Margin{
    margin-bottom: 0.5rem;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto !important;
}
