.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.vid169 {
    position: relative;
    padding-top: 56.25%;
}

.vid169 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

li.slide-item {
    display: flex;
    align-items: center;
}

.sponsors-outer .owl-stage, .sponsors-outer .owl-item {
    display: flex;
}

.ctrazi{
	background-color:#E3292C !important;
    border-color:#E3292C !important;
}

.ctrazi:hover{
	background-color:#E3292C !important;
    border-color:#E3292C !important;
}

.cplaceh::placeholder{
	color:#E3292C !important;
}

input[type="search"]:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #E3292C !important;
  -webkit-text-fill-color: #fff !important;
}

@media only screen and (max-width: 1023px) {
    .sticky-header .main-menu {
        display: flex;
    }
}

.pricing-1-wrapper {
    font-family: 'Poppins', sans-serif;
}

.pricing-1-wrapper *::first-letter {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.packet-title {
    background-color: #1c7edc;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pricing-content {
    margin-top: 30px;
}

.packet-heading {
    background-color: #222;
    color: #fff;
    font-size: 16px;
    padding: 16px;
    font-weight: bold;
    min-height: 60px;
}

.packet-description {
    background-color: #1c7edc;
    color: #fff;
    padding: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    max-width: 360px;
}

.packet-featured {
    font-weight: 600;

}

.packet-btn {
    background-color: white;
    color: #1c7edc;
    font-weight: bold;
    text-transform: uppercase;
}

