/*----------------------Added by Swati - Start------------------------------------*/

.suggestion-box {
        position:absolute;
        width:100%;
        background:#fff;
        border:1px solid #ddd;
        z-index:9999;
        display:none;
        max-height:200px;
        overflow-y:auto;
    }
    .suggestion-item {
        padding:8px 12px;
        cursor:pointer;
        color: black;
    }
    .suggestion-item:hover { background:#f0f0f0; }

    #youTubeVideoPlayer_1 {
        position: relative;
        width: 100%;
        height: 315px; 
        cursor: pointer;
    }

    #youTubeVideoPlayer_1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    .student .student-body-1 {
        background-size: cover;
        background-position: center;
        height: 315px;   
    }

    #youTubeVideoPlayer_2 {
        position: relative;
        width: 100%;
        height: 315px; 
        cursor: pointer;
    }

    #youTubeVideoPlayer_2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    .student .student-body-2 {
        background-size: cover;
        background-position: center;
        height: 315px;   
    }
#selectCity .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

#selectCity .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
}

#selectCity label, input[type="radio"] {
    padding: 0;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 14px;
}

#selectCity .form-select {
    display: block;
    width: 100%;
    padding: 11px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-1);
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    border: 1.5px solid #6e798a45;
    border-radius: 0;
}

#selectCity button.btn-close {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    opacity: inherit;
    background-color: #c44a00;
}

/*---------------------Added by Swati - End-------------------------------------*/

/* Footer New Start */

.footer-area{
    background-color: #1a1a1a;
    padding: 80px 0px;
}

.food-top-head h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.fllow-us h5 a {
    font-size: 12px;
    color: #ccc;
    background-color: #000;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.fllow-us ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fllow-us ul li a{
    background-color: #353535;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.fllow-us ul li a i {
    font-size: 14px;
    color: #fff;
}

.fllow-us ul li a:hover i{
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}

.fllow-us ul li a:hover .fa-facebook-f {
    background-color: #4c67a1;
}

.fllow-us ul li a:hover .fa-twitter {
    background-color: #55acee;
}

.fllow-us ul li a:hover .fa-youtube {
    background-color: #de2925;
}

.fllow-us ul li a:hover .fa-linkedin-in {
    background-color: #1b86bd;
}

.fllow-us ul li a:hover .fa-instagram {
    background-image: radial-gradient(circle at 23% 84%, #f9ed32, #f8d939 5%, #f5a54d 17%, #f0536c 33%, #ee2a7b 40%, #9e2aa7 56%, #5b2acd 72%, #2a2ae8 85%, #0b2af9 95%, #002aff);
}

.company ul li a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 300;
}

.company ul li a:hover{
    color: chocolate;
}

.company ul li a img{
    margin-right: 10px;
}

.secure-payments img{
    margin-bottom: 15px;
}

.footer-ctr-new{
    padding: 40px 0px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 60px 0px;
}

.trending-links h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.trending-links a {
    color: #969696;
    font-size: 14px;
    display: inline !important;
    margin: 0 4px;
    line-height: 30px;
}

.trending-links a:hover{
    color: chocolate;
}

.rights-reserved p{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
}

.disclaimer span{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
}

.disclaimer ul li {
    font-size: 12px;
    color: #969696;
    line-height: 22px;
    font-weight: 300;
    display: flex;
    padding-bottom: 5px;
}

.disclaimer ul li i {
    color: #969696;
    margin: 8px 8px 0px 0px;
    font-size: 6px;
}

.footer-bottomfixed {
    position: fixed;
    padding: 0;
}

.footer-bottom, .footer-bottomfixed {
    background: #0b0b0b;
    left: 0;
    z-index: 999;
    bottom: 0;
    right: 0;
}

.call-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-back ul {
    margin: 0;
    padding: 0;
}

.call-back ul, .copy-right ul {
    list-style: none;
}

.call-back ul li {
    display: inline-block;
    color: #fff;
    padding: 0 20px;
}

.chating-ours {
    padding: 16px 20px;
}

.chating-ours {
    background-color: #c44a00;
    color: #fff;
}

.call-back ul li span a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.call-back ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* Footer New End */
/*-------------course toll free start-----------------*/
.toll-free {
    display: flex;
    align-items: center;
}

.call-left {
    background-color: #f8f9fa;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    line-height: 70px;
}

.call-right p {
    font-size: 16px;
    font-weight: 500;
}

.call-right a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border: none;
    border-radius: 0px;
    display: inline;
}

/*----------------------course toll free end-------------------*/

/* New Lead Popup Modal Start */

#offerPopup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
}

#offerPopup .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#offerPopup .modal-header .btn-close {
    padding: 0;
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

#offerPopup .pad-none{
    padding: 0px;
}

#offerPopup .exslusive-offer{
    background-color: #0c1620;
    padding: 30px;
}

.exlusive-text-top{
    text-align: center;
}

.exlusive-text-top h2{
    text-align: center;
    font-weight: 600;
}

.exlusive-text-top h2 span:first-child {
    font-size: 22px;
    color: #fff;
}

.exlusive-text-top h2 span:nth-child(2) {
    font-size: 28px;
    color: #fff;
    display: block;
    margin: 8px 0px 0px 0px;
}

.exlusive-text-top h2 span:last-child {
    font-size: 42px;
    margin-bottom: 3px;
    color: #7F4EF1;
    font-weight: 700;
}

.exlusive-text-top img{
    margin: 20px 0px;
}

.exlusive-text-top h4 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.exlusive-text-top h4 strong{
    color: #fd620e;
    font-weight: 600;
    font-size: 28px;
}

#offerPopup .btn-close{
    background-color: transparent;
    background-image: none !important;
}

.btn-closing {
    background-color: #fd620e !important;
    width: 30px !important;
    height: 30px;
    position: absolute;
    z-index: 9999;
    right: 0;
    color: #fff;
    opacity: 1;
}

.banner-right-form-one {
    background-color: #fff;
    padding-top: 30px;
}

.banner-right-form-one p {
    font-size: 12px;
    color: #797979;
    font-weight: 500;
    margin-bottom: 20px;
}

.tab-btn {
    margin: 5px 0;
}

.banner-right-form-one input[type="radio"], label {
    display: inline-block;
    color: #868686;
    border: 1px solid transparent;
    padding: 0 0px;
    border-radius: 0.25rem 4px;
    font-size: 12px;
    font-weight: 500;
}

.banner-right-form-one .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .tab-btn-one .btn-check:active + .btn-secondary {
    color: #fff;
    background-color: #c44a00;
    border-color: #e4e4e4;
    font-size: 13px;
    border-radius: 0px;
    margin-right: 4px;
}

.banner-right-form-one input[type="radio"], label {
    display: inline-block;
    color: #868686;
    border: 1px solid transparent;
    padding: 0 0px;
    border-radius: 0.25rem 4px;
    font-size: 12px;
    font-weight: 500;
}

.banner-right-form-one input[type="radio"] + label {
    z-index: 12;
    background-color: transparent;
    border-color: #e4e4e4;
    cursor: pointer;
    color: #868686;
    font-size: 13px;
    border-radius: 0px;
    margin-right: 4px;
}

.banner-right-form-one input[type="radio"], label {
    display: inline-block;
    color: #868686;
    border: 1px solid transparent;
    padding: 0 0px;
    border-radius: 0.25rem 4px;
    font-size: 12px;
    font-weight: 500;
}

.banner-right-form-one .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.country-code {
    display: inline-block;
    width: 100%;
    position: relative;
}

.country-code .form-select-control {
    width: auto;
    float: left;
    position: relative;
    top: 1px;
    left: 2px;
    border: none !important;
    padding-bottom: 0px !important;
}

.country-code .arrow-icon {
    width: 30px !important;
    height: 24px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    float: left;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 0;
    border: none !important;
}

.country-code .arrow-icon-one select {
    width: 150%;
    height: 38px;
    background: #f0f1f2;
    position: relative;
    z-index: 2;
    border: none !important;
}

.phoneCodeId {
    display: inline-block;
    float: left;
    left: 18px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    padding: 0px 10px 0 0;
    color: #000;
    top: 7px;
}

.banner_number {
    position: relative !important;
    width: 70% !important;
}

#marketingForm .form-select {
    font-size: 13px !important;
    border-radius: 0;
    padding: .475rem .75rem;
    color: #303030;
}

.orange-btn{
    background-color: #fd620e;
    border: 1px solid #fd620e;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 0px;
}

.orange-btn:hover{
    background-color: #0c1620;
    border: 1px solid #0c1620;
    color: #fff;
}


/* New Lead Popup Modal End */