﻿a {
    color: #ff7900;
}

p {
    margin: 0px;
}

.mt-cstm {
    margin-top: 110px;
}

.vndrCourseDet {
    width: 100%;
    display: block;
    border-radius: 16px;
    box-shadow: 0px 2px 10px 1px #C2BFBF40;
    overflow: hidden;
    margin-bottom: 22px;
}

.courseDivtp {
    width: 100%;
    display: block;
    height: 140px;
    box-sizing: content-box;
    box-sizing: border-box;
    padding: 20px;
}

    .courseDivtp p {
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
    }

.courseTime {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 45px;
    justify-content: space-between;
    padding: 20px;
}

.cCntent {
    /*display: flex;*/
    display: none;
    align-items: center;
}

    .cCntent a {
        text-decoration: none !important;
        border: 0.5px solid #ff7900;
        padding: 4px;
        border-radius: 50px;
        transition: 0.5s ease-in-out;
        font-size: 16px;
        font-weight: 300;
    }

.courseFee {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

    .courseFee p {
        font-size: 20px;
        font-weight: 600;
        line-height: 22.9px;
        letter-spacing: 0em;
        color: #222;
    }

.courseMoreDetails {
    display: block;
    text-align: center;
}

.courseDivtp p a {
    text-decoration: none;
}

.courseMoreDetails button {
    width: 200px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    background-color: #ff7900;
    border: none;
    outline: none;
    margin: 15px 0px;
    font-size: 18px;
    transition: 0.5s ease-in-out;
}

.cCntent a:hover {
    color: #fff;
    background: #ff7900;
}

.page-link {
    display: block;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination4 a:not(.active) {
    border: 1px solid #0694D1;
}

.pagination6 a {
    margin: 0 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination3 a {
    transition: background-color 0.3s;
}

.pagination a {
    text-decoration: none;
    color: #000;
    float: left;
}

.page-item.active .page-link {
    background-color: #ff7900 !important;
    color: #FFF;
    border-color: #ff7900 !important;
}

.pagination4 a:not(.active) {
    border: 1px solid #ff7900;
}

.dflblc {
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-end;
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    .pagination {
        justify-content: start !important;
        display: contents;
    }

    .dflblc {
        align-items: center;
        justify-content: end;
        display: flex;
    }
}

.tab-content {
    display: block;
}

.form-wrapper h2 {
    padding-top: 7px;
    font-size: 32px;
    line-height: 50px;
    color: #22262a;
    padding-bottom: 20px;
    font-weight: 500;
}

.bot {
    margin-left: 12px;
    margin-top: -16px;
    margin-bottom: 7px;
}


#requestmoreinfo form,
.inner-body .input-select,
.pt-20 {
    padding-top: 20px !important;
}

.form-wrapper form input {
    border-radius: 4px !important;
    padding: 16px !important;
    border: 1px solid #076d9d !important;
    height: 40px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 8px;
    color: #000 !important;
    width: 100% !important;
}

#requestmoreinfo .form-wrapper form .mb-4,
.form-wrapper form .mb-4 {
    margin-bottom: 10px !important;
}

#requestmoreinfo .did-floating-input,
#requestmoreinfo .did-floating-input:focus,
.did-floating-input:active {
    background-color: #fff;
}

.did-floating-label {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    pointer-events: none;
    left: 15px;
    top: -32px;
    padding: 0 5px;
    background: #fff;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}

.form-wrapper form textarea {
    padding: 5px 16px !important;
    color: #000;
    font-size: 17px !important;
    font-weight: 400;
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #076d9d !important;   
}

.form-wrapper {
    background-color: whitesmoke;
    border-radius: 1.5rem;
    margin-bottom: 70px;
    max-width: 100%;
    min-height: 532px !important;
    border: 1px solid lightgrey;
    border-bottom:8px solid #0694D1;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
    padding:3rem 0rem;
}
    .form-wrapper .bot {
        margin: 0.5rem 1rem 2rem 0;
       display:flex;
       flex-wrap:wrap;
       align-items:center;
       justify-content:center;
    }
    .form-wrapper .mid-grey {
        margin: 0.5rem;
    }
    .form-wrapper .mid-grey a {
        background-color: #ff7900;
        color: white;
        padding: 0.5rem 2rem;
        border-radius: 1rem;
        text-decoration: none;
        font-size: 1.15rem !important;
       
    }
    .form-wrapper .row{
        padding:0 2rem !important;
    }


    .btn-submit {
        border-radius: 50px;
        background: #ff7900;
        width: 200px;
        height: 48px;
        margin: 10px auto 18px;
        font-weight: 500;
        line-height: 25px;
        color: #fff;
    }

#requestmoreinfo .btn-submit {
    margin-top: 9px;
}

.drop .input {
    border: 1px solid #076d9d;
    border-radius: 4px !important;
    padding: 0 13px !important;
    height: 41px !important;
    color: #000 !important;
    background: #fff !important;
    width: 100%;
}

.pt-7 {
    padding-top: 70px !important;
}


.faq-box {
    border: 1px solid #dedede;
    border-radius: 16px;
    padding: 3rem 1rem 3rem 1rem;
    margin-bottom: 70px;
  
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion-item {
    background-color: #fff;
    border: none;
    width: 100%;
    flex-shrink: 0;
    border-radius: 8px;
    display: block;
   
}

#five .accordion-body,
#one li,
.f-18,
.flexi-text,
.modal-custom .modal-body .time p {
    font-size: 18px !important;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.accordion-button:nth-child(1) {
    margin-top: 0px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.2rem !important;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background: #EEF8FF;
    margin: 20px 0px;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-collapse p{
    font-size:1rem;
}

.accordion-body {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

.bannrBgVendor {
    background: #f9f9f9;
    padding: 100px 0px;
}

.bannerform {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 30px;
}

    .bannerform h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
    }

.bannerforminput {
    width: calc(50% - 3px);
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    .bannerforminput.full-width {
        width: 100%;
    }

.bannerform select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.bannerform input[type="checkbox"] {
    margin-right: 5px;
}

.bannerform label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.bannerform a {
    color: #000;
    text-decoration: underline;
}

.bannerform button {
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .bannerform button:hover {
        background-color: #333;
    }

.vendorImgNdFrm {
    position: absolute;
}

.phonecode {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .phonecode select {
        width: 20% !important;
        height: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 6px !important;
    }

    .phonecode input {
        width: 80% !important;
        height: 100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 7px !important;
    }

.tcbnr {
    font-size: 14px;
    margin-bottom: 10px;
}

.vndrImg {
    display: block;
    padding: 10px;
}

    .vndrImg img {
        display: block;
        width: 80%;
        margin: auto;
    }

.bannerform input, .bannerform select {
    margin-bottom: 20px;
}

    .bannerform input[type="checkbox"] {
        margin-bottom: 0px;
    }

.flitersDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.searchbtn {
    background: #ff7900;
    color: #fff;
    outline: none;
    border: none;
    height: 100%;
    padding: 10px 25px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.flitersDiv select {
    border: 1px solid #222;
    border-radius: 50px;
    padding: 10px;
    color: #222;
    width: 200px;
}

.flitersDiv input {
    border: 1px solid #222;
    border-radius: 50px;
    padding: 10px;
    color: #222;
    width: 200px;
}
