@import url("https://fonts.googleapis.com/css2?family=Puritan:wght@400;700&display=swap");
* {
    margin: 0px;
    padding: 0px;
}
body, html {
    color: #000;
    font-family: Verdana, Geneva, sans-serif!important;
    font-size: 16px;
    height: 100%;
    width: 100%;
}

a {
    color: rgb(18, 78, 117)!important;
    cursor: pointer;
    text-decoration: none!important;
    transition: .3s;
}

.payment-wraps{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.visa-detail .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.visa-detail .card .passport-img {
    border: 1px solid rgb(223, 223, 223);
    max-width: 330px;
    height: 185px;
}

.payment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    gap: 20px;
}

.online {
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
}

.payment img {
    max-width: 110px;
    padding: 6px;
}

a.paypal {
    background: #ffc439;
    padding: 5px;
    display: inline-block;
}

.payment .paypal img {
    max-width: 80px;
    padding: 6px;
}

.payment .taza-pay img {
    max-width: 105px;
    padding: 6px;
}

.payment a.paypal {
    background: #ffc439;
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}

a.taza-pay {
    background: #e7f1fa;
    padding: 5px 20px;
    margin-top: 10px;
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.visa-detail .card .application-img {
    border: 1px solid rgb(223, 223, 223);
    width: 150px;
    height: 185px;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.fw-bold {
    font-weight: 700!important;
}
.dataHd {
    font-size: 16px;
}

.undertaking.col {
    border: 1px solid silver;
    border-radius: 5px;
    margin: 15px;

    padding: 20px;
}

.h-100 {
    height: 100%!important;
}

.gap-2 {
    gap: 0.5rem!important;
}
.d-flex {
    display: flex!important;
}

.needbox .btn-input:hover {
    background: #296396;
    border-color: #296396;
    color: #fff;
}
.needbox .btn-input {
    box-shadow: none;
    display: inline-block;
    height: auto;
    line-height: 30px;
    margin: 0 5px;
    min-width: 110px;
}

.process{ display: flex; 
    align-items: center;
    justify-content: space-around;}
    
    img.ui-datepicker-trigger {
    position: absolute;
    top: 4px;
    right: 5px;
}

.react-datepicker__input-container {
    position: relative;
}


#undertaking_heading {
    background-color: #3283cd;
    color: #fff;
    padding: 8px;
    text-align: center;
}
.rounded-3 {
    border-radius: 0.3rem!important;
}

.green, .kkktt {
    display: inline;
}

h2.app-id {
    padding: 0px 0px 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 1px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

/*index page start */
.logo img {
    float: left;
    margin: 18px 0;
    width: 139px;
}
.naviBox {
    background: #124e75;
    float: left;
    height: 30px;
    padding: 0;
    position: relative;
    width: 100%;
}
.headercol .logo img {
    width: 100%;
}
.centerCol {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 10px;
}
.headercol {
    background: #fff;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#people_wrapper, .centerCol {
    /* box-sizing: border-box; */
    position: relative;
    width: 100%;
}

.headercol .logo {
    float: left;
    margin: 0px 0;
    width: 139px;
}

.naviBox .linkbar {
    background: #00327a url(https://cambodiaevisa.org/static/media/menu.68ed7a2607352c627e2b.svg) 50% no-repeat;
    display: none;
    float: right;
    height: 32px;
    margin-left: 15px;
    text-indent: -999px;
    width: 32px;
}

.naviBox ul {
    float: left;
    list-style: none;
    padding: 0;
}
.naviBox li {
    float: left;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
}
.naviBox li a {
    color: #fff!important;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    text-decoration: none;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: .1s;
    z-index: 55;
}
.naviBox li:after {
    background: #ffa800;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width .3s;
    width: 0;
}

.naviBox li:hover:after {
    color: #000;
    width: 100%;
}
.naviBox li:after {
    background: #ffa800;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width .3s;
    width: 0;
}

.bannerBox .bottom a:hover {
    background: #000;
    color: #fff!important;
}
.bannerBox .bottom a:hover:before {
    border-left: 8px solid #fff;
}

.bannerBox {
    float: left;
    position: relative;
    width: 100%;
}
.bannerBox img {
    width: 100%;
}
.bannerBox .banner {
    background: hsla(0,0%,100%,.6);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
}
.bannerBox h2 {
    color: #00327a;
    font-size: 82px;
    padding: 5% 0 0;
    text-align: center;
}
.bannerBox h2 span {
    color: #614c67;
    display: block;
    font-size: 44px;
    padding-bottom: 0;
}
.bannerBox h2 .text {
    display: block;
    font-size: 61px;
}
.bannerBox h2 span {
    color: #614c67;
    display: block;
    font-size: 44px;
    padding-bottom: 0;
}
.bannerBox .bottom {
    float: left;
    padding: 11% 9% 0 8%;
    width: 100%;
}
.bannerBox p {
    color: #00327a;
    display: inline-block;
    font-family: Verdana;
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
    text-align: right;
}
.bannerBox p span {
    font-weight: 400;
}
.bannerBox .bottom a {
    background: #ffa800;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    margin-left: 2%;
    padding: 0 40px 0 20px;
    position: relative;
}
.bannerBox .bottom a:before {
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 0;
}

.bannerCntr {
    background: #124e75;
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
#people_wrapper, .centerCol {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.centerCol {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 10px;
}
.bannerCntr ul {
    list-style: none;
    margin: 0 -11px;
}
.bannerCntr li {
    float: left;
    padding: 0 11px;
    width: 33.3%;
}
.bannerCntr p {
    background: #ffa800;
    border-radius: 50px;
    color: #124e75;
    font-size: 24px;
    padding: 5px 14%;
    text-align: center;
}

#people_wrapper, .centerCol {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.centerCol {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 10px;
}
.welcomeText {
    display: block;
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.welcomeText h2 {
    color: #00327a;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.welcomeText p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.servicesBox {
    background: #e9f2f9;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.servicesBox .leftside {
    float: left;
    padding-right: 85px;
    width: 77%;
}
.servicesBox h4 {
    color: #282828;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
}
.servicesBox p {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.servicesBox .centerside {
    float: left;
    width: 20%;
}
.servicesBox h4 {
    color: #282828;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
}
.servicesBox ul {
    list-style: none;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.servicesBox li {
    font-size: 12px;
    line-height: 20px;
}
.servicesBox li a {
    color: #000;
    transition: .3s;
}
.servicesBox .rightside {
    border: none;
    float: right;
    padding: 0;
    width: 21%;
}
.servicesBox h4 {
    color: #282828;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
}
.servicesBox ul {
    list-style: none;
}
.m-bottom_20 {
    margin-bottom: 20px;
}
.servicesBox h4 {
    color: #282828;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
}
.servicesBox ul {
    list-style: none;
}
.footerBox {
    background: #ffa800;
    float: left;
    padding: 8px 0;
    width: 100%;
}
#people_wrapper, .centerCol {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.footerBox .card {
    float: right;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
}
.footerBox ul {
    list-style: none;
    margin-bottom: 0px;
}
.footerBox li {
    float: left;
    padding-right: 15px;
}
img {
    border: 0;
    display: block;
}
.footerBox .copyright {
    color: #000;
    float: left;
    font-family: Segoe UI Symbol;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
}
/*index css end*/


/* form css start*/


.m-bottom_20 {
    margin-bottom: 20px;
}
.navform {
    display: table;
    position: relative;
    width: 100%;
}
element.style {
    background-color: rgb(238, 238, 238);
    float: left;
}
.p-bottom_20 {
    padding-bottom: 20px;
}
.m-bottom_20 {
    margin-bottom: 20px;
}
.visa_page .hedinginfo {
    font-size: 17px;
}
.colam50 {
    float: left;
    padding: 0 20px;
    width: 50%;
}
.frameBox.mh {
    min-height: 285px;
}
.frameBox .passport {
    float: left;
    width: 62%;
}
.frameBox p {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 5px;
}
.frameBox p:after {
    clear: both;
    color: red;
    content: "*";
    display: inline-flex;
}

.floatL {
    float: left!important;
}
.custom-file-input {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.custom-file-input input[type=file] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.visa_page label {
    color: #396b8e;
    font-weight: 400;
}
.visa_page .btn-primary {
    background-color: #396b8e;
    border: none;
    border-radius: 0;
    font-size: 13px;
    padding: 4px 10px;
    width: 100%;
}
.frameBox .profile {
    float: right;
    width: 31.5%;
}
.frameBox .profile .w-100 {
    border: 1px solid #000;
    width: 100%;
}
.custom-file-input {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.flex {
    display: flex;
}
.custom-file-input input[type=file] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.visa_page label {
    color: #396b8e;
    font-weight: 400;
}
.visa_page .btn-primary {
    background-color: #396b8e;
    border: none;
    border-radius: 0;
    font-size: 13px;
    padding: 4px 10px;
    width: 100%;
}
.inputdiv {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.visa_page label {
    color: #396b8e;
    font-weight: 400;
}
.input-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 100%;
    padding-top: 7px;
    text-align: left!important;
}
.inputdiv.star .input-label:after {
    clear: both;
    color: red;
    content: "*";
    display: inline-flex;
}
.input-field {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.inputdiv {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.rightform {
    margin-top: -7px;
}
.rightform .inputdiv {
    margin-bottom: 21px;
}
.inputdiv.star .input-label:after {
    clear: both;
    color: red;
    content: "*";
    display: inline-flex;
}
.m-bottom_20 {
    margin-bottom: 20px;
}
.colam50 {
    float: left;
    padding: 0 20px;
    width: 50%;
}
.visa_page .hedinginfo {
    font-size: 17px;
}
.hedinginfo.mar {
    margin: 0 -20px 20px;
}
.hedinginfo {
    background: #396b8e;
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    padding: 0 0 0 15px;
}
.inputdiv {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.rightside {
    border-left: 2px solid #396b8e;
    padding-bottom: 20px;
}
.colam50 {
    float: left;
    padding: 0 20px;
    width: 50%;
}
.visa_page .hedinginfo {
    font-size: 17px;
}
.inputdiv {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.rightside p {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 5px;
}
.flex {
    display: flex;
}
.custom-file-input {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.custom-file-input input[type=file] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.flex .input-field, .flex select {
    margin-right: 5px;
}
.visa_page .btn-primary {
    background-color: #396b8e;
    border: none;
    border-radius: 0;
    font-size: 13px;
    padding: 4px 10px;
    width: 100%;
}
.needbox {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.needbox .btn-input {
    box-shadow: none;
    display: inline-block;
    height: auto;
    line-height: 30px;
    margin: 0 5px;
    min-width: 110px;
}
.servicesBox {
    background: #e9f2f9;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.m-top_20 {
    margin-top: 20px;
}
.btn-input {
    background: #337ab7;
    border: 1px solid #2e6da4;
    border-radius: 0;
    box-shadow: 1px 1px 1px 1px #396b8c;
    color: #fff!important;
    font-size: 14px;
    height: 30px;
    line-height: 18px;
    margin: 0;
    padding: 0 15px;
}

:focus {
    outline: none;
}

.react-datepicker-wrapper {
    border: 0;
    display: inline-block;
    padding: 0;
    width: 100%;
}

.needbox .btn-input:hover {
    background: #296396;
    border-color: #296396;
    color: #fff;
}

element.style {
    background-color: rgb(238, 238, 238);
}
.colam50 {
    float: left;
    padding: 0 20px;
    width: 50%;
}
.rightform {
    margin-top: -7px;
}

.visa_page {
    background-color: rgb(238, 238, 238);
    float: left;
}

.w-100 {
    width: 100%!important;
}

.pt-4 {
    padding-top: 1.5rem!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.fa {
    display: none;
}

.textarea_fix {
    height: 100px!important;
    max-width: 100%;
    min-width: 100%;
}

/*form css end*/



/* #Media Queries
================================================== */

@media only screen and (max-width: 1300px) {
    .bannerBox .bottom {
      padding: 3% 2% 0 3%;
    }
  
    .bannerBox h2 {
      font-size: 60px;
    }
  
    .bannerBox h2 span {
      font-size: 30px;
    }
  
    .bannerBox h2 .text {
      font-size: 40px;
    }
  
    .bannerBox p {
      font-size: 22px;
    }
  
    .listBox li {
      font-size: 15px;
    }
  }
  
  @media only screen and (max-width: 1023px) {
    .bannerBox p {
      font-size: 18px;
    }
  
    .bannerBox .bottom a {
      padding: 0 20px 0 10px;
    }
  
    .bannerBox .bottom a::before {
      right: 9px;
    }
  
    .bannerCntr p {
      font-size: 19px;
    }
  
    .modal-wrapper {
      width: 80%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bannerBox .banner {
      width: 100%;
    }
  
    .bannerBox h2 {
      padding: 1% 0 0 0;
    }
  
    .bannerBox h2 {
      font-size: 30px;
    }
  
    .bannerBox h2 span {
      font-size: 30px;
      display: inline-block;
    }
  
    .bannerBox h2 .text {
      font-size: 30px;
      display: inline-block;
    }
  
    .bannerBox .bottom {
      position: absolute;
      bottom: 20px;
      text-align: center;
    }
  
    .bannerBox p {
      text-align: center;
      display: block;
      margin-bottom: 10px;
    }
  
    .listBox .list {
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
    }
  
    .bannerBox .bottom a {
      float: none;
    }
  
    .listBox .inner {
      min-height: auto;
    }
  
    .listBox .read {
      position: relative;
      margin-top: 20px;
      display: inline-block;
    }
  
    .bannerCntr li {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .bannerCntr li:last-child {
      margin-bottom: 0;
    }
  
    .bannerCntr p {
      padding: 5px 10px;
      font-size: 16px;
    }
  
    .headercol .logo {
      width: 70px;
    }
  
    .headercol .email {
      display: none;
    }
  
    .listBox h3 {
      font-size: 18px;
      font-weight: bold;
    }
  
    .naviBox {
      padding: 10px 0;
      position: relative;
      width: auto;
      float: right;
      background: none;
    }
  
    .footerBox .copyright {
      text-align: center;
      line-height: 20px;
      margin-bottom: 10px;
    }
  
    .naviBox .menu {
      display: none;
      padding-top: 15px;
      position: fixed;
      left: 0;
      top: 44px;
      height: 92%;
      z-index: 99;
      width: 100%;
      background: #2a2a2a;
    }
  
    .naviBox ul {
      padding: 0;
      width: 100%;
    }
  
    .naviBox li {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box;
      line-height: 36px;
      border-bottom: 1px solid #424141;
    }
  
    .naviBox li:hover {
      background: #000;
    }
  
    .naviBox li a {
      color: #fff;
    }
  
    .naviBox li:hover::after {
      height: 36px;
    }
  
    .naviBox .linkbar {
      display: block;
    }
  
    .headercol {
      height: auto;
      padding: 0px;
    }
  
    .headercol .logo {
      margin: 10px 0;
    }
  
    .headercol {
      border-bottom: 2px solid #00327a;
    }
  
    .headercol.fixed {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 9;
    }
  
    .footerBox .card {
      text-align: center;
      float: none;
    }
  
    .footerBox ul {
      text-align: center;
    }
  
    .footerBox li {
      display: inline-block;
      margin-bottom: 10px;
      float: none;
      text-align: center;
    }
  
    .tophadding h4 {
      font-size: 26px;
      padding-left: 113px;
      background-size: 100px;
      line-height: 55px;
    }
  
    .tophadding {
      padding: 16px 0;
    }
  
    .navform .btn-circle {
      width: 25px;
      height: 25px;
      line-height: 24px;
      font-size: 13px;
    }
  
    .navform p {
      font-size: 12px;
    }
  
    .colam50 {
      width: 100%;
      padding: 0 10px;
    }
  
    .frameBox.mh {
      min-height: auto;
    }
  
    .btn-input {
      font-size: 12px;
      padding: 0 7px;
    }
  
    .frameBox p {
      font-size: 11px;
    }
  
    .hedinginfo {
      font-size: 16px;
      line-height: 38px;
      text-align: center;
    }
  
    .hedinginfo.mar {
      margin: 0 -10px;
    }
  
    .rightside {
      border: none;
    }
  
    .rightside .btn-input {
      min-width: 90px;
    }
  
    .paymentBox li img {
      width: 72px;
    }
  
    .paymentBox li {
      margin-bottom: 10px;
    }
  
    .paymentBox .payment {
      padding: 10px 2px;
      margin-right: 0;
    }
  
    .paymentBox {
      padding: 0px 10px;
    }
  
    .modal-wrapper {
      width: 90%;
      padding: 10px;
    }
  
    .modal-wrapper h3 {
      font-size: 18px;
      margin: 0px 0 10px 0;
    }
  
    .modal-wrapper p {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 15px;
    }
  
    .modal-wrapper p span {
      font-size: 14px;
    }
  
    .modal-wrapper .btn-input {
      min-width: 105px;
    }
  
    .amountColam h1 {
      font-size: 18px;
    }
  
    .amountColam {
      padding: 20px;
    }
  
    .servicesBox .leftside {
      width: 100%;
      padding: 0;
    }
  
    .servicesBox .centerside,
    .servicesBox .rightside {
      width: 100%;
    }
  
    .welcomeText {
      margin: 15px 0 0 0;
    }
  
    .welcomeText h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }
  
    .welcomeText p {
      font-size: 14px;
      margin-bottom: 10px;
    }
  }
  
  @media only screen and (max-width: 410px) {
    .bannerBox h2 {
      font-size: 20px;
    }
  
    .bannerBox h2 span {
      font-size: 20px;
      display: inline-block;
    }
  
    .bannerBox h2 .text {
      font-size: 20px;
      display: inline-block;
    }
  
    .bannerBox .bottom {
      bottom: 5px;
    }
  
    .bannerBox p {
      margin-bottom: 0px;
      font-size: 14px;
    }
  
    .bannerBox .bottom a {
      line-height: 24px;
    }
  
    .bannerBox .bottom a::before {
      top: 7px;
    }
  
    .servicesBox .leftside,
    .servicesBox .centerside,
    .servicesBox .rightside {
      width: 100%;
      padding: 0;
    }
  }
  
  .custom-file-input {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .custom-file-input input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  
/*  
  .error {
    color: red !important;
    font-weight: 500 !important;
    position: absolute;
    font-size: 12px;
  }
 */
 .error {
    color: red !important;
    font-size: 12px;
  }
  
  .paymentContainer p {
    text-decoration: none;
    color: #000;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  
  .paymentContainer h2,
  .paymentContainer h3 {
    font-size: 26px;
    font-weight: 600;
  }
  
  .main-preview .form-group label {
    font-size: 14px;
    font-weight: 600;
  }
  
  .main-preview .form-group p {
    font-size: 14px;
  }
  
  .react-datepicker__current-month.react-datepicker__current-month--hasYearDropdown.react-datepicker__current-month--hasMonthDropdown {
    display: none;
  }
  select.react-datepicker__month-select {
  
    padding: 7px;
    border: 1px solid #0f46db;
    color: black;
  }
  select.react-datepicker__year-select {
    padding: 7px;
    border: 1px solid #0f46db;
    color: black;
  }


.partial_form {
    background-color: #cecece;
    border-radius: 20px;
    margin: 20px 0;
    overflow: hidden;
}

.partial_form .hedinginfo {
    padding: 5px 10px;
    text-align: center;
}

.m-auto {
    margin: auto!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

.page-completed-ui {
    display: inline-block;
    width: 100%;
    padding: 4rem;
}

.partial_form{
  background-color: #cecece;
  margin: 0 auto;
  border-radius: 20px;
  margin: 20px 0 ;
  overflow: hidden;
}
.partial_form button{
  display: inline-block;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
  font-weight: 600;
}
.partial_form .hedinginfo{
  padding: 5px 10px ;
  text-align: center;
}
.partial_form .paymentBox{
  padding: 0;
}
.visa_page label {
  color: rgb(57 107 142);
  font-weight: 400;
}
.visa_page .btn-primary{
  background-color: #396b8e;
  border: none;
  border-radius: 0;
    width: 100%;
    font-size: 13px;
    padding: 4px 10px;
}
.visa_page .hedinginfo{
  font-size: 17px;
}

.bannerforms {
    display: inline-block;
}

@media screen and (max-width: 767px){
    
    .payment-wraps{

    flex-direction: column;
}
.headercol .logo {
    margin: 10px 0;
    width: 70px;
}
.logo img {
    float: left;
    margin: 0px 0;
    width: 139px;
}

.frameBox .passport {
    float: left;
    width: 100%;
}

.frameBox .profile {
    float: left;
    width: auto;
}

.profile img {
    height: 100%!important;
}

}

