.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #ddd}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: transparent;
}
.dropdown img {
    max-width: 22px;
}
.bnnr-cntry-sec {
    float: right;
    overflow: hidden;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.call-section {
    display: -webkit-inline-box;
    border: 1px solid #191160;
    border-radius: 17px;
    padding: 6px 11px 0px 4px;
    float: right;
    width: 60%;
}
.icon img {
    max-width: 20px;
    margin-left: 12px;
    padding-bottom: 0px;
}
.numbr {
    margin-top: 1px;
}
.numbr a {
    color: #000d3f;
    font-size: 15px;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 500;
    text-decoration: none !important;
}
.numbr img {
    max-width: 20px;
    margin-left: 12px;
    padding-bottom: 0px;
}
.numbr .whatsapp-img {
    max-width: 24px;
    margin-left: 9px;
}
.numbr span {
    margin-left: 6px;
}
.banner-for-absult .bnnr-form-txt h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.banner-for-absult {
    position: absolute;
    top: 120px;
    text-align: center;
    padding: 30px;
    border: 0px solid #ef9043;
    border-radius: 0px;
    background: #0000008a;
}
.bnnr-form-input input {
    margin: 6px 0;
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    padding: 0 7px;
    border-radius: 5px;
    color: #0074c5;
    background-color: #fff;
}
.banner-for-absult .bnnr-form-input input {
    background-color: white;
    font-size: 17px;
    margin: 8px 0;
    height: 41px;
    border-radius: 0px;
    color: #555555;
    border: 0px;
}
.banner-for-absult .bnnr-form-input .intl-tel-input {
    display: block !important;
    background-color: white;
    font-size: 18px;
    margin: 8px 0;
    height: 41px;
    border-radius: 0px;
    color: #555555;
    border: 0px;
}
.form-sumt-btn {
    margin: 26px 0 0px;
    text-align: center;
}
input#assignment_quote {
    width: 60%;
    height: 40px;
    font-size: 20px;
    margin-left: 0px;
    color: #ffffff;
    background: blue;
    border: 0px solid;
    padding: 10px 0px;
    line-height: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.assignment_quoteButton {
    width: 60%;
    height: 40px;
    font-size: 20px;
    margin-left: 0px;
    color: #ffffff;
    background: #000d3f;
    border: 0px solid;
    padding: 10px 0px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
p.choosing-best-topic-txt {
    font-size: 20px;
}
.bnnr-sec3-head h2 {
    font-size: 35px;
}
.bnnr-sec3-head {
    width: 100%;
    margin: 30px 0px 30px 0px;
    text-align: center;
}


.trm-sec2_headng h3 {
    font-family: 'Poppins', sans-serif;
    color: #1f3b72;
    margin-top: 0;
}
.trm-sec2_headng_text {
    padding: 10px 30px 10px 30px;
    width: 100%;
    overflow: hidden;
}
.trm-sec2_headng_text p {
    color: #a79f9f;
    margin-bottom: 0;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
}


.tab {
    overflow: hidden;
	border: 1px solid #1f3b72;
    border-radius: 23px;
    padding: 0px 0;
display: inline-block;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
	padding: 10px 140px;
    transition: 0.3s;
    font-size: 17px;
}
.tablinks:hover {
    background-color: #e3ac55 !important;
    color: #fff !important;
}
.line-btm p {
    font-size: 16px;
    letter-spacing: 1px;
	margin-top: 5px;
    color: #c0c0c0;
}
.line-btm::after {
    content: " ";
    width: 80%;
    height: 1px;
    left: 20px;
    right: 20px;
    background-color: #1f3b72;
    position: absolute;
    bottom: -10px;
}
.line-btm i {
    font-size: 30px;
	color: #c0c0c0;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 30px 12px;
    border-top: none;
}
.tab-btn-txt::after {
    content: " ";
    width: 25%;
    height: 2px;
    left: 425px;
    right: 20px;
    background-color: #80808063;
    position: absolute;
    bottom: -42px;
}
.tab-btn-txt {
    width: 100%;
    padding-top: 96px;
    text-align: center;
	font-family: ROCK;
}
.tab-btn-txt p {
    font-size: 16px;
    color: #a79f9f;
	font-family: ROCK;
}
.online-clss-discount-section {
    width: 100%;
    background-color: #060d1a;
    padding: 40px 0px;
}
.online-clss-discount-hdng {
    width: 100%;
    margin-left: 40px;
    padding-right: 30px;
}
.online-clss-discount-hdng p {
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.online-clss-discount-hdng h3 {
    color: #fff;
    font-size: 28px;
    margin-top: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
/* .online-clss-discount-section-inrfrm {
    margin: 10px 50px 0px 0px;
} */
.bnnr-lft-btns-area input {
    width: 100%;
    margin: 8px 0px;
    padding: 25px 15px;
    color: #000;
}
.bnnr-lft-btns-area .intl-tel-input {
    margin: 8px 0px;
}
.bnnr-lft-btns-area input.get-my-discount {
    width: 100%;
    margin: 8px 0px;
    padding: 14px 15px;
    color: #ffffff;
    background-color: #ff83a1;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

a.right.carousel-control span img {
    position: absolute;
    top: 270px;
    margin-left: -220px;
}
a.left.carousel-control span img {
    position: absolute;
    top: 270px;
    margin-left: 160px;
}


.sec2-lft-data-btn a {
    margin: 0px 15px;
}
.lft-btn a {
    font-size: 27px;
    text-transform: capitalize;
    padding: 17px 28px;
    text-decoration: none;
    transition: transform .2s;
    display: -webkit-inline-box;
    background-color: blue;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.online-clss-discount-section .CenterCol {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}



@media (max-width: 991px) {
    .online-clss-discount-section .CenterCol {
        display: inline-block;
    }
}
@media (max-width: 1280px) {
    .banner-for-absult {
        position: relative;
        top: 142px;
        text-align: center;
        padding: 30px;
        border: 0px solid #ef9043;
        border-radius: 0px;
        background: #0000008a;
        /* display: flex; */
        flex-direction: row;
        justify-content: center;
        /* align-items: center; */
        width: 900px;
        margin: 0 auto;
        right: 0;
        left: -80%;
        bottom: 0;
    }
    .bnnr-form-input {
        display: inline-flex;
    }
    .input-container {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 15px;
        height: 49px;
    }
}
@media (max-width: 1024px) {
.call-section {
    width: 75%;
}
.banner-for-absult {
    width: 800px;
    left: -90%;
}
span.testimonial-list-item-user-avatar {
    width: 17%;
    float: left;
}

}
@media (max-width: 1023.98px) {
    .banner-for-absult {
        width: 650px;
        left: -55%;
    }
    .prsnl-logo {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .banner-for-absult {
        left: 0;
        top: 52px;
        padding: 15px;
    }
    a.left.carousel-control span img {
        margin-left: 0;
    }
    a.right.carousel-control span img {
        margin-right: 0;
        right: 0;
    }
}
@media (max-width: 912px) {
    .call-section {
        width: 100%;
    }
    .bnnr-header .mobile-none {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
    .banner-for-absult {
        top: 60px;
    }
    .banner-for-absult .bnnr-form-input {
        display: block;
    }
    span.testimonial-list-item-user-avatar {
        width: 25%;
        float: left;
    }
}
@media (max-width: 767.98px) {
    .bnnr-form-input {
        display: block;
    }
    .banner-for-absult {
        width: -webkit-fill-available;
    }
    .banner-for-absult .bnnr-form-input .intl-tel-input {
        width: 100%;
    }
    .bnnr-sec2 {
        padding: 200px 0 0 0;
    }
    .about-us {
        display: ruby-text;
    }
    .heading {
        padding: 10px;
    }
    .online-clss-discount-hdng {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
    .bnnr-logo-sec {
        display: flex;
        justify-content: flex-start;
    }
    .call-section {
        display: none;
    }
    .flag-icon {
        width: 100% !important;
    }
}

@media (max-width: 540px) {
    .banner-for-absult .bnnr-form-input .intl-tel-input {
        width: 35%;
    }
    span.testimonial-list-item-user-avatar {
        width: 16%;
    }
}
@media (max-width: 430px) {
    .banner-for-absult .bnnr-form-input .intl-tel-input {
        width: 48%;
    }
    .bnnr-sec3-head h2 {
    font-size: 26px;
}
.bnnr-sec6-head h2 {
    font-size: 26px;
}
.prsnl-logo {
    margin: 0px 30px 0px;
}
.bnnr-sec8-head h2 {
    font-size: 26px;
}
.bnnr-sec8-edu {
    padding: 0px 0;
}
.rated h2 {
    font-size: 26px;
}
span.testimonial-list-item-user-avatar {
        width: 22%;
    }
.ftr-end-ico input {
    margin-left: 0px !important;
    width: 230px;
}
}










