.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
	
}
.col-md-4 label {
    width: 100%;
    display: block;
}
.col-md-4 select {
    width: 90%;
}
.col-md-4 button {
    width: 100%;
}
.travel_logo img {
    float: left;
}
.elementor-tabs {
    margin-top: 50px !important;
}
.woocommerce-variation-price {
    display: none !important;
}
.visa_list_container a {
    color: #000;
	text-decoration: none !important;
    font-weight: 600;
	
}
.woocommerce-page .elementor-heading-title {
    color: #033537 !important;
    font-family: "Arial", Sans-serif !important;
    font-size: 75px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}
.not_req {
    color: #00991F !important;
}
.req {
    color: #CE0000 !important;
}
@media (min-width: 1200px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}