@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --redGradient:linear-gradient(182deg,rgba(245, 0, 0, 1) 0%, rgba(141, 4, 0, 1) 100%);
    --blueGradient:linear-gradient(182deg,rgba(33, 2, 129, 1) 0%, rgba(8, 0, 32, 1) 100%);
}
body{
    font-family: "Poppins", sans-serif;
}
.bggreen{
    background: #4BCA5A;
}
.txtyellow{
    color: #FECE00;
}
.browns{
    color: #8D0400;
}
.blueGradient{
    background: var(--blueGradient);
}
.redGradient{
    background: var(--redGradient);
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}
.fs50{
    font-size: 50px;
}
.myNavigation .nav-link{
    font-size: 22px;
    color: #FFFAFA;
    font-weight: 100;
}
.myNavigation .nav-link span.ordernow{
    background: var(--redGradient);
    border-radius: 30px;
    padding: 8px 30px;
}
.myNavigation .nav-link.active{
    color: #fff;
    font-weight: 500;
}
.sliderSec{
    padding: 4rem 0;
    background: url("../../assets/images/headerBg.jpg");
    /* padding-bottom: 0; */
    background-size: cover;
    background-position: center;
}
.fs55{
    font-size: 55px;
}
.fs20{
    font-size: 20px;
}
.fs28{
    font-size: 28px;
}
.quicAction a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    
}
.quicAction a.whatsapp{
    padding: 5px 30px;
}
.quicAction a.ordernow{
    background: linear-gradient(182deg,rgba(33, 2, 129, 1) 0%, rgba(8, 0, 32, 1) 100%);
    border-radius: 50px;
}
.quicAction a span{
    background: var(--redGradient);
    border-radius: 30px;
    padding: 12px 30px;
    color: #fff;
}
.homeform{
    height: 100%;
   padding: 2rem 2rem;
   border-radius: 20px;
   z-index: 0;
}
.homeform .form-group{
    margin-bottom: 10px;
}
.homeform .form-control{
    appearance: auto;
}
.homeform button{
    background: var(--redGradient);
    padding: 0.6rem 5rem;
    font-size: 20px;
    border: none;
    border-radius: 7px;
    color: #fff;
}
.headerGirl{
    position: absolute;
    right: 0;
    max-width: 550px;
    bottom: 0;
}
.fs48{
    font-size: 48px;
}
.fs22{
    font-size: 22px;
}
.pencil {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -1;
    height: 100%;
}
.eduCape{
    position: absolute;
    top: -50px;
    right: -70px;
    z-index: 1;
    width: 180px;
}
.zIndex1{
    z-index: 1;
}
.unistep1{
    background: linear-gradient(42deg,rgba(0, 0, 0, 1) 0%, rgba(138, 21, 21, 1) 54%, rgba(208, 10, 10, 1) 100%);;
}
.unistep2{
    background: var(--redGradient);
}
.aboutSec{
    background: url("../../assets/images/aboutBg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fs30{
    font-size: 30px;
}
.hrwidth{
    width: 70px;
    border-color: #fff;
    opacity: 1;
}
.fs64{
    font-size: 64px;
}
.aboutLeft{
    height: 100%;
    width: 100%;
}
.whychooseSec{
    background: url("../../assets/images/whychooseBg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.chooseItems{
    background: #Fff;
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    margin-bottom: 20px;
}
.fs32{
    font-size: 32px;
}
.choosePricing{
    border-radius: 30px;
    padding: 2rem 1rem;
}
.ctaItems li{
    background: var(--redGradient);
    flex: 45%;
    padding: 10px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
}
.ctaGirl{
    min-width: 433px;
}
.boostQuality{
    background: url("../../assets/images/qualitybg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tabInfo{
    height: 100%;
    padding: 2rem 2rem;
}
.fs40{
    font-size: 40px;
}
.boostQuality .nav-tabs .nav-link{
    padding: 0.7rem 3rem;
    background: var(--blueGradient);
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
}
.boostQuality .nav-tabs .nav-link.active{
    background: var(--redGradient);
}
.contentSec{
    background: url("../../assets/images/contentBg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fs60{
    font-size: 60px;
}
.contentList{
    display: flex;
    flex-wrap: wrap;
}
.contentList li{
    flex: 45%;
}
.contentRight{
    max-width: 700px;
}
.cta2Sec{
    background: url("../../assets/images/cta2Bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fs45{
    font-size: 45px;
}
.writersSec{
    background: url("../../assets/images/expertWriter.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.writerItems{
    border-radius: 20px;
}
.roundedfull{
    border-radius: 50px;
}
.progress-bar{
    background: #238E05;
}
.processSec{
    background: url("../../assets/images/faq.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.processSec .accordion-item{
    background: var(--blueGradient);
    border: none;
    box-shadow: none;
    margin: 20px 0;
    border-radius: 30px;
}
.processSec .accordion-header{
    border-radius: 30px;
}
.processSec .accordion-button:not(.collapsed){
    background: var(--blueGradient);
    color: #fff;
    box-shadow: none;
    border-radius: 30px !important;
}
.processSec .accordion-button:not(.collapsed) span{
    background: var(--redGradient);
}
.processSec .accordion-button{
    background: #fff;
    font-size: 27px;
    font-weight: 600;
    gap: 10px;
    border-radius: 30px !important;
}
.processSec .accordion-button span {
    width: 62px;
    height: 62px;
    background: var(--blueGradient);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #Fff;
}
.processSec .accordion-body{
    color: #fff;
    font-size: 20px;
    padding: 30px 30px;
}
.customerSays{
    background: url("../../assets/images/review.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customerSays li.nav-item{
flex: 1;
}
.customerSays .nav-tabs .nav-link{
    width: 100%;
    background: var(--blueGradient);
    border-radius: 20px;
    border: none;
    box-shadow: none;
    padding: 15px 0;
}
.customerSays .nav-tabs .nav-link.active{
    background: var(--redGradient);
}
.reviewItems{
    background: #fff;
    padding: 2rem 2rem;
}
.coveredList{
    border-radius: 30px;
    padding: 4rem 0;
}
.financial {
    position: absolute;
    top: 2rem;
    max-width: 509px;
    left: 13rem;
}
.frequently{
    background: url("../../assets/images/faq1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faqSecitem{
    padding: 2rem 2rem;
    border-radius: 30px;
    margin-bottom: 20px;
}
.fs35{
    font-size: 35px;
}
.offserSec .form-control{
    padding: 20px 20px;
    height: auto;
    border: none;
    box-shadow: none;
    flex: 1;
}
.offserSec button{
    background: var(--redGradient);
    padding: 0 3rem;
    border: none;
    box-shadow: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 20px;
    color: #fff;
}
.fs25{
    font-size: 25px;
}
.footerSec{
    background: url("../../assets/images/footerBg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.quicklinks a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 4px 0;
}
.copyrights{
    background: var(--redGradient);
}
.Orderforms .form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: transparent;
    border: 1px solid #210281;
    padding: 10px 10px;
    color: #fff;
}
.Orderforms label {
    color: #210281;
    font-weight: 700;
}

.Orderforms .form-group {
    margin: 10px 0;
    flex: 1;
}
.Orderforms .form-control{
    color: #210281;
}
.text-blue{
    color: #210281;
}