    .hide{
        display:none !important;
    }
    .no-margin{
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mB4rem{
    margin-bottom:4rem !important;
}
.form-select {background-color: #fff;
border-radius: 50px !important;
padding: 7px 10px 7px 10px !important;
width: 100%;
box-sizing: border-box;
border: none !important;
border: 1px solid #3c52c7 !important;
font-size: 12px !important;
color: #3c52c7 !important;
font-weight: 400;outline-width: 0;}
.form-select:focus{-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ff5081 !important;
    outline-width: 0;
    background-color:transparent;
    font-weight: 400}

.img-service {
max-width:250px;
}

.mercatio-logo {
    width: 100px;
    height: 100px;
    }
    
    #form-animation{background-repeat:no-repeat;position:absolute;animation-duration:5s;animation-timing-function:ease-in-out;animation-name:animationUp;animation-iteration-count:infinite}
@keyframes animationUp{0%{top:0}50%{top:-15px}100%{top:0}}

input[type=number] {
  -moz-appearance: textfield;
}
    body {
    color: #5862ff;
    overflow-x: hidden;
    min-height: 100vh;
    height: auto;
    background-color: #e4e7ef;
    }
    input,
    textarea {
    background-color: white !important;
    background: white;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border-bottom: 3px solid #c7d2ff !important;
    font-size: 12px !important;
    color: #3c52c7 !important;
    font-weight: 400;
    border-radius: 0px !important;
    }
    input:focus,
    textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 3px solid #3c52c7 !important;;
    outline-width: 0;
    font-weight: 400;
    }
    button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
    }

    .card1 {
    width: 50%;
    padding: 40px 30px 10px 30px;
    max-height: 100vh;
    min-height: 100vh;
    overflow: scroll;
    }
    
    .card1::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.card1 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
    .card2 {
    width: 50%;
    background-color:#3c52c7 !important;
    border-radius:0 !important;
    }
    
    
    .xs-text{
    font-size:.8rem !important;
}


    
    .heading {
    margin-bottom: 10px !important
    }
    ::placeholder {
    color: #5862ff !important;
    opacity: 1
    }
    :-ms-input-placeholder {
    color: #5862ff !important
    }
    ::-ms-input-placeholder {
    color: #5862ff !important
    }
    .form-control-label {
    font-size: 12px;
    margin-left: 15px
    }
    .text-white{text-align: center;}
    .text-white-XL{text-align: center;
    font-size:2rem;
    color: #fff;
    }
    .text-white-XS{text-align: center; font-size:12px; color: #fff;}
    .text-center{
    text-align: center;
    }
    .text-left{
    text-align: left;
    }
    .msg-info {
    padding-left: 15px;
    margin-bottom: 10px
    }
    .btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #5862ff, #ff5081);
    padding: 10px 25px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px;
    margin-bottom: 40px;
    
    }
    .btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right, #ff5081, #5862ff);
    }
    .btn-white {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #D500F9 !important
    }
    .btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, #FFD54F, #D500F9)
    }
    a {
    color: #5862ff
    }
    a:hover {
    color: #5862ff
    }
    .bottom {
    width: 100%;
    margin-top: 50px !important
    }
    .sm-text {
    font-size: 15px
    }
    .left {
    width: 50%;
    float: left;
    }
    .right2 {
    width: 50%;
    float: right;
    }
    .right2 .form-control{
    width: 100%;
    }
    .go-back{display:block;}
    .go-back-xs{display:none;}
    @media (max-width: 768px) {
   
    .xs-text{
    font-size:.6rem !important;
}
.img-service{
    width: 178px;
    height: 150px;
    margin:1rem;
   
    }
    }
    @media screen and (max-width: 576px) {
    .card1 {
    width: 100%;
    padding: 40px 30px 10px 30px;
    max-height: unset;
    min-height: unset;
    overflow: visible;
    }
    .card2 {
    width: 100%
    }
    .go-back{display:none;}
    .go-back-xs{display:block;}
    .right {
    margin-top: 10px !important;
    margin-bottom: 10px !important
    }
    .container-fluid{
    height: auto;
    }

    }
    @media screen and (max-width: 768px) {
    .container {
    padding: 10px !important
    }
    .card2 {
    padding: 10px
    }
    .right {
    margin-top: 50px !important;
    margin-bottom: 50px !important
    }
    .container-fluid{
    height: auto;
    }
    }
    input, textarea {
    height: calc(1.5em + .75rem + 2px);
    }
    .container-fluid{
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    min-height: 100vh;
    width: 100%;
    }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5862ff !important;
    opacity: 1; /* Firefox */
    }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5862ff;
    }
    ::-ms-input-placeholder { /* Microsoft Edge */
    color: #5862ff;
    }
    
    .rounded-lg {
  border-radius: 0rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 100%;
height: 1px;
border-radius: 1rem;
background-color: #5862ff;
}

.text-uppercase {
  letter-spacing: 0.2em;
}

.container-conditions {

  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}
.text-muted{color:#3c52c7  !important;}

/* Hide the browser's default checkbox */
.container-conditions input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #3c52c7;
}

/* On mouse-over, add a grey background color */
.container-conditions:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-conditions input:checked ~ .checkmark {
  background-color: #ff5081;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-conditions input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-conditions .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-group {
    margin-bottom: 1rem;
}

.box-details{
    position: relative;
    margin-top:1rem;
    margin-bottom: 1rem;
}


 /* Hide scrollbar for Chrome, Safari and Opera */
.custom-overflow::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.custom-overflow {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 


.mercatio-animate-bottom{position:relative;animation:animatebottom 1.9s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.mercatio-animate-bottom-alt{position:relative;animation:animatebottom-alt 1.9s}@keyframes animatebottom-alt{from{bottom:-500px;opacity:0} to{bottom:0;opacity:1}}


h1{color:#3c52c7;}
h4{color:#ff5081;}


.card-alter{background: #e4e7ef;box-shadow: inset 6px 6px 9px #a0a2a7,inset -6px -6px 9px #ffffff;}.card-alter:hover{background: #e4e7ef;box-shadow:  6px 6px 9px #a0a2a7,-6px -6px 9px #ffffff;}

.logo{width:50%;}
.blue-shape{fill:#3c52c7}.red-shape{fill:#ff5081}.white-shape{fill:#fff}

.form-control{background-color:transparent;}
hr{background-color: transparent;}

.bottom-position{bottom:3rem;}
@media (max-width:550px){
    .bottom-position{bottom:1.5rem;}
}

input, .StripeElement {
    border-radius: 0px;
background-color: white;
color: #2939a0;
border-bottom: 3px solid #c7d2ff;}

.col-form-label{font-weight:300;}

input:focus, .StripeElement--focus {

    border-bottom: 3px solid #3c52c7 !important;;

    }
    
    .payment-link{color:#fff; cursor:pointer;}
.payment-link:hover{color:#fff; text-decoration: underline solid #fff 3px;}
small{font-size:1rem;}
.icon-link{color:var(--blue);}
.icon-link:hover{color:var(--red); cursor:pointer;}