h1, h2, h3, h4, h5, h6 {
    
    font-family: "Roboto", serif;
}


p {
    
    font-family: "Roboto", serif !important;
}

.packagebox .pkgbody .subpkgbody ul li {
    
     font-family: "Roboto", serif !important;
}


.aboutblock ul li {
    
     font-family: "Roboto", serif !important;
}

footer ul li a {
    
     font-family: "Roboto", serif !important;
}
.ielts-section {
    
    padding : 100px 0px 60px;
    text-align: center
}

.banner-section h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 800;
    color: #002D92;
    margin-bottom: 20px;
}

.banner-section p {
    max-width: 812px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
}

.banner-section h1 span {
    color: #38b6ff;
}

.banner-section a {
    border-radius: 10px;
    background: 0 0;
    padding: 18px 32px;
    color: #fff;
    display: inline-block;
    border: 0;
    transition: .3s ease-out;
    background: #002d92;
    text-decoration: none;
    color: #fff;
    margin-top: 30px;
    font-weight: 700;
}
 
.banner-section img {
    
    margin-top: 30px;
    position: relative
}

.dashboard-screen  {
    
    position: relative
}
.dashboard-screen img {
    position: absolute;
    right: 12%;
    bottom: 8px;
    width: 320px;
    border-radius: 8px;
    box-shadow: 0px 0px 11px #eee
}

.course-content {
    
    padding : 60px 0px;
    position: relative
}

.main-heading {
    
    text-align: center;
    margin-bottom: 70px;
}
.main-heading h2 {
    
    color: #002D92;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.main-heading h2 span{
    
    color: #38B6FF
    
}

.main-heading p {
    max-width: 700px;
    margin: 10px auto 0;
    line-height: 1.8;
    font-size: 17px;
}


.course-box-left h3 {
    font-size: 100px;
    font-weight: 600;
    /* font-family: pt-sans; */
    color: rgba(11, 152, 233,0.18);
}

.course-box-left h4 {
    
    color: #002D92;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.course-box-right {
    background: #d3ecfb7a;
    padding: 24px;
    border-radius: 10px;
}

.custom-margin-cls {
    
    margin-bottom: 100px
}

.whychoosue-section {
    
    padding: 60px 0px
}

.box-div {
    /* width: calc(33.33% - 20px); */
    text-align: center;
    border: 0;
    border-radius: 10px;
    padding: 35px 50px;
    position: relative;
    box-shadow: 3px 3px 32px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .4s ease-out;
    transform: scale(1);
}

.icon-div{
    
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
    background: #38b6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: .4s ease-out;
}

.box-div h4{
text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    transition: .4s ease-out;
    line-height: 1.4;
    color: #002D92
}

.box-div p{
    
        text-align: center;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    transition: .4s ease-out;
}

.box-div:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 8px;
    background: #002d92;
    top: 0;
    z-index: 0;
    transition: .3s ease-out;
}

.box-div:hover:after {
    height: 100%;
}

.box-div:hover h4, .box-div:hover p {
    
    color: #fff
}

/*.box-div:hover .icon-div{
    
    background: #002d92
}*/

.slider-tab-section {
    
    padding : 60px 0px
}

.tab-box-left ul {
    display: flex;
    width: 0;
    column-gap: 20px;
    overflow: hidden;
    padding: 10px 0;
    transition: .4s;
    width: 362px;
    margin-left: 24px;
}

.tab-box-left ul li {
      display: inline-block;
   

}

.tab-box-left {
    display: flex;
    align-items: center
}

.tab-box-left a {
    border-radius: 5px;
    background: 0 0;
    padding: 16px 16px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .8px;
    border: 1px solid #002d92;
    width: 170px;
    cursor: pointer;
    background: #002d92;
    transition: .4s;
    color: #fff;
    text-decoration: none;
}

.tab-box-left ul li .active {
    color: #0d56f9;
}

 
.tab-box-left ul li button.active:after {
    position: absolute;
    content: "";
    /* right: 0; */
    left: 0;
    height: 2px;
    width: 70px;
    background-color: #0d56f9;
    bottom: -5px;
    transition: .4s;
    display: block;
    z-index: 99;
}

.tab-main-div {
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 32px rgba(0, 0, 0, .1);
    transition: .4s;
    max-width: 1100px;
    margin: 0 auto 40px;
}

.tab-box-right a {
    border-radius: 5px;
    background: 0 0;
    padding: 16px 20px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .8px;
    border: 1px solid #002d92;
    width: 170px;
    cursor: pointer;
    color: #002d92;
    transition: .4s;
    text-decoration: none;
}

.tab-pane {
    background: #ebf2ff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.section-tab1 ul{
    
        display: flex;
    column-gap: 40px;
    justify-content: center;
}

.section-tab1 ul li {
    background: #fff;
    padding: 30px;
    border-radius: 20px 20px 0;
    width: 33.33%;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.core-list-content h5 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

.core-list-content p {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 400 !important;
    /* line-height: 150%; */
    text-align: left;
    margin-bottom: 0px
}
.inner-section-heading h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-section-heading p {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    max-width: 800px;
    margin: 20px auto 40px;
}

.tab-box-left ul li button.active {
    
    color: #0d56f9 !important
}

.tab-box-left ul li button {
    background: inherit !important;
    color: #000 !important;
    padding: 0px;
     text-align: center;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

div#pills-profile {
    background: #fff0f1;
}

div#pills-contact {
    background: #ffc80025;
}
div#pills-listen {
    background: #baa86b29;
}

.faq-section {
    
    padding : 60px 0px
}

.faq-accordion {
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}

.faq-accordion__entries {
    
        display: flex;
    row-gap: 16px;
    flex-flow: wrap;
    width: calc(50% - 15px);
}

.faq-accordion .accordion-item {
    padding :7px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    box-shadow: 3px 3px 32px rgba(0, 0, 0, .12);
}

.contact-div-bg .main-heading {
    
    margin-bottom: 0px;
    padding: 50px 20px
}
.contact-div-bg .main-heading h2{
    color: #fff;
}

.contact-div-bg .main-heading p {
    color: #fff;
}
section.contatc-section button {
    background: #39baff;
    margin-top: 20px;
    padding: 7px 20px;
    color: #fff;
    width: 165px;
    font-size: 19px;
}
.contact-div-bg {
    border-radius: 20px;
}

.contatc-section {
    
    padding : 40px 0px 60px
}

section.contatc-section button:hover {
    
    background: #002D92;
    color: #fff
}

 
.shape-img-1 {
    
     position: absolute;
    bottom: 80%;
    left: 0%;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

img.shape-img-2 {
    position: absolute;
    right: 0px;
    bottom: 36%;
    animation: swing 2s ease infinite;
}

@keyframes swing {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.banner-section a:hover {
    background: #38b6ff;
}

.newsletterbox textarea {
    height: 100px;
    padding-top: 20px;
}

a.second-slider-btn {
    background: transparent;
    color: #002d92;
}