
     .row {
            margin-left: -15px !important;
            margin-right: 0px !important;
        }

        .col {
            padding-right: 0px !important;
        }

        .form-control {
            font-size: 14px !important;
            padding: 8px ;
        }

        select.form-control:not([size]):not([multiple]) {
            height: auto !important;
        }

        .mt-3,
        .my-3 {
            margin-top: 0.7rem !important;
        }

        .form-group {
            margin-bottom: 0.6rem !important;
        }

        .venturi-form {
            background-color: #f0f8ff00 !important;
        }

        .venturi-form-container {
            background-color: transparent !important;
        }

     
        .form-container select {
            padding: 8px;
        }

        .conutry-code-dropdown {
            border: 1px solid #ced4da;
            border-radius: .25rem;
            width: 45%;
            margin-right: 10px;
        }

        /* .loading_ims,
        .btn-primary {
            width: 100%;
            background: #e10a1a;
            border: none;
        } */

        .btn-primary:disabled {

            background-color: #6c757d;
            border-color: #6c757d;

        }
.btn-sm{

    padding:5px 20px !important;
}
.btn-primary {
    padding: 5px 35px 5px 35px;
    border-radius: 50px;
    background: #F5824D!important;
    color: #000;
    border: 0;
    position: relative;
    height: 48px;
 	font-weight:500;
    cursor: pointer;
    overflow: hidden;
}

.btn:focus-visible {
    box-shadow: none;
    background-color: #F8AA87;
}

.btn-primary:hover {
    background-color: #F8AA87!important;
	color:#000;
  
    
}

.btn-primary span:after {
    content: attr(data-title);
    display: block;
    transition: all .3s;
    position: relative;
}

.btn-primary span {
    display: block;
    transition: all .3s;
    position: relative;
    color: #000;
    font-weight: 500
}

.btn-primary i {
    position: absolute;
    right: 14px;
    top: 11px;
    font-size: 27px;
    color: #000
}

.btn-primary:hover span {
    transform: translate(0,-50%)
}

