.btn-Request {
    background-color: #091E3E !important;
    height: 3.3rem !important;
    width: 48% !important;
    border-radius: 10px !important;
    color: white !important;
    border-color: #091E3E !important;
}

.btn-Request:hover {
    border-radius: 10px !important;
    background-color: white !important;
    color: #091E3E !important;
}

.btn-pacakge {
    height: 3.3rem !important;
    width: 45% !important;
    border-radius: 10px !important;
    border-color: white !important;
    margin-left: 1rem !important;

}

.btn-pacakge:hover {
    border-radius: 10px !important;
    background-color: rgb(235,134,7) !important;
    color: white !important;
}

button {
    border-radius: 10px !important;
}

.col-sm-6 >.highlights {
    display: flex !important;
    justify-content: flex-start !important;
    height: 7% !important;
    width: 100% !important;
    border-radius: 25px !important; 
    background-color: #091E3E;
}

.best {
    height: 25px !important;
    width: 25% !important;
    border-radius: 20px !important;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(255, 255, 255) !important;
    color: rgb(235,134,7) !important;
    text-align: center !important;
    margin-top: -2px !important;
}

p {
    font-size: 15px !important;
}

.imgbasic-Seo {
    width: 140px !important;
    height: 140px !important;
    border-radius: 100% !important;
    margin: 0 auto !important;
}

.card:hover {
    transform: scale(1.1) !important;
}

.card {
    transition: transform 0.5s !important;
    border: 0px solid rgb(235,134,7) !important;
    outline-style: solid !important;
    outline-width: thin !important;
    outline-color: rgb(235,134,7) !important;
}

.btnSEO {
    width: 80% !important;
    height: 50px !important;
    border-radius: 10px !important;
    background-color: #091E3E !important;
    color: #fff !important;
    padding: 10px 10px !important;
    border-color: whitesmoke !important;
    outline: rgb(235,134,7) !important;
    cursor: pointer !important;
    transition: 0.5s !important;
    margin-left: 2rem !important;
}

.btnSEO:hover {
    background-color: rgb(235,134,7) !important;
    color: #fff !important;
    box-shadow: 0 0 10px #091E3E !important;
    transition: 0.5s !important;
}
p,
li {
    font-size: 15px !important;
}

.accordion-button {
    color: white !important;
    background-color: rgb(235,134,7) !important;
}

.bi,
h3 {
    color: #eee !important;
}

.gpt3__cta {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.btREQ {
    width: 100% !important;
    height: 55px !important;
    border-radius: 15px !important;
    color: #fff !important;
    background-color: #091E3E !important;
    border-color: whitesmoke !important;
    outline: rgb(235,134,7) !important;
    cursor: pointer !important;
    transition: 0.5s !important;
    padding: 8px 8px !important;
}

.btREQ:hover {
    background-color: rgb(235,134,7) !important;
    color: #fff !important;
    box-shadow: 0 0 10px #091E3E !important;
    transition: 0.5s !important;
}

@media (max-width:768px) {
    .gpt3__cta {
        display: block !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
.imgbasic-Seo {
    width: 140px !important;
    height: 140px !important;
    border-radius: 100% !important;
    margin: 0 auto !important;
}

span >h1 {
    font-size: 72px !important;
    background: -webkit-linear-gradient(#eee, #333) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

@media (max-width:768px) {
    h1 {
        font-size: 50px !important;
        font-weight: 700 !important;
    }
}

.text {
    font-size: 25px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: rgb(255, 255, 255, 50%) !important;
    background-image: linear-gradient(135deg, rgb(255, 255, 255, 15%), rgb(21, 25, 31, 0%)) !important;
    transition: all ease !important;
    cursor: pointer !important;
    z-index: 5 !important;
    background-color: #333 !important;
    width: 20rem !important;
    border-radius: 10px !important;
    margin-top: 2rem !important;

}

.bt_starts {
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px !important;
    color: #fff !important;
    padding: 10px 10px !important;
    background-color: #091E3E !important;
    border-color: rgb(235,134,7) !important;
    outline: rgb(235,134,7) !important;
    cursor: pointer !important;
    transition: 0.5s !important;

}

.bt_starts:hover {
    background-color: rgb(235,134,7) !important;
    color: #fff !important;
    box-shadow: 0 0 10px #091E3E !important;
    transition: 0.5s !important;
}
.cards{
    background: rgb(235,134,7);
    background: linear-gradient(98deg, rgba(235,134,7,1) 0%, rgba(232,202,109,1) 46%, rgba(251,210,111,1) 60%, rgba(235,134,7,1) 100%);
}