*{
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
:root{
    --color-F7:#F7F8FA;
    --color-1F:#1F48A4;
    --color-67:#676879;
    --color-32:#323338;
    --color-E4:#E4791D;
    --color-16:#161C2D;
    --color-trnp:transparent;
    --wight-400:400;
    --wight-500:500;
    --wight-600:600;
    --wight-700:700;
}
body{
    font-family: "DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a{
    margin:0px;
    padding: 0px;
    font-family: "DM Sans", sans-serif;
    list-style: none;
    text-decoration: none;
}
nav.navbar {
    padding: 20px 0px;
    transition: background-color 0.3s ease;
    z-index: 99;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
}
.btn-border {
    padding: 8px 14px 8px 14px;
    border-radius: 24px;
    border: 1px solid;
    background: var(--color-trnp);
    font-size: 16px;
    font-weight: var(--wight-500);
    line-height: 20px;
    color: var(--color-1F);
    height: 44px;
    align-items: center;
    display: inline-flex;
}
.btn-border:hover {
    background: #e7f4fd;
    border-color: #0d6efd;
    color: #0d6efd;
}

.main-logo img {
    width: 220px;
}
ul.navbar-nav li a {
    color: var(--color-1F);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.18px;
padding: 10px 20px !important;
}
.navbar .navbar-nav .dropdown-menu li a {
    color: var(--color-1F);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
    padding: 10px 20px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    border-radius: 7px;
    background-color: rgba(31, 72, 164, 0.10);
    color: var(--color-1F);
}
.width-90{
    width: 1370px;
}
.navbar .navbar-nav .dropdown-menu {
    width: 271px;
    padding: 8px 10px 8px 10px;
    border: none;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 4px 4px 56px 0px rgba(0, 0, 0, 0.12);
}
.why-educosoft {
    padding: 50px 0px;
    background: var(--color-F7);
    margin-top: -10px;
}
.heading-40 {
    font-size: 40px;
    font-weight: var(--wight-700);
    line-height: 52.08px;
    letter-spacing: -0.03em;
    text-align: center;
    color: var(--color-1F);
    margin-bottom: 20px;
}
.why-educosoft-heading p {
    font-size: 20px;
    font-weight: var(--wight-400);
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--color-67);
    margin:0px auto 20px;
    display: block;
}
.why-educosoft-box {
    box-shadow: 4px 6px 48px 0px #00000017;
    padding: 24px 18px 24px 18px;
    border-radius: 26px;
    text-align: center;
    margin-top: 25px;
    border: 1px solid transparent;
    width: 100%;
}
.why-educosoft-box:hover {
    border-radius: 26px;
    border: 1px solid #22499F;
    background: rgba(31, 72, 164, 0.10);
    -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
    box-shadow: 4px 6px 48px 0px rgba(0, 0, 0, 0.09);
}
.why-educosoft-box:hover h3{
font-size: 23.68px;
-webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.why-educosoft-box:hover p{
text-align: center;
font-size: 18px;
-webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.why-educosoft-box h3 {
    font-size: 22px;
    font-weight: var(--wight-500);
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #1F48A4;
    margin-bottom: 10px;
}
.why-educosoft-box p {
    font-size: 18px;
    font-weight: var(--wight-400);
    line-height: 28px;
    letter-spacing: -0.02em;
    color: var(--color-67);
}
.icon-btn img{
    width: 18px;
    margin-right: 10px;
}
.number-normal div span{
    font-size: 35px !important;
}
.view-more-btn {
    margin-top: 20px;
}
.educosoft-work{
    padding: 50px 0px 50px;
}
.footer-main {
    background: #fff;
    padding: 40px 0px;
}
.footer-list ul li {
    font-size: 20px;
    font-weight: var(--wight-400);
    line-height: 26.04px;
    text-align: left;
    margin-bottom: 20px;
    
}
.footer-list ul li a{
    color: var(--color-32);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
img.footer-logo {
    width: 232px;
}
.footer-list-last ul li {
    text-align: right;
    margin-bottom: 15px;
}
.footer-list-last ul li a {
    
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--color-E4);
    text-decoration: underline;
}
.footer-list-last ul li a:hover{
    color: var(--color-1F) !important;
}
img.footer-email {
    width: 18px;
}
.termlist a {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--color-32) !important;
    text-decoration: none !important    ;
}
.social-media img {
    width: 20px;
    margin-right: 20px;
}
.copy-right {
    text-align: right;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    letter-spacing: 0.02em;
}
.what-students-main {
    background: #EEF4FA;
    padding: 50px 0px;
}
.what-students-box {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    margin-left:auto;
}
.owl-theme .owl-nav button:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.what-students .owl-nav button span:hover{
    background: #e7f4fd !important;
    border-color: #0d6efd;
    color: #0d6efd;
}
.what-students-box-main {
    padding: 12px;
    height: 210px;
}
.what-students-box-main img {
    width: 36px !important;
    margin-bottom: 20px;
}
.what-students-box-main p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.major-list-box {
    display: inline-flex;
    padding: 10px 16px;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 12px;
    background: transparent;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
    width: 100%;
}
.major-list-box:after {
    content: '';
    border-bottom: 1px solid #909090;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: -17px;
}
.major-list-box:last-child:after{
    border:none;
}
.major-list-box:hover{
    background:#fff;
}
.major-releases-pagination ul {
    justify-content: center;
    margin-top: 30px;
}
.major-releases-pagination ul img {
    width: 20px;
}
.major-releases-pagination ul li {
    margin:0px 5px;
}
.major-releases-pagination ul li a {
    background: transparent;
    border: none;
    color: #000;
}
.major-releases-pagination ul li a{
    width: 40px;
    height: 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.major-releases-pagination ul li:nth-child(2) a {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: rgba(89, 124, 202, 0.24);
}
.majorlisthead h4 {
    color: var(--color-32);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    margin-bottom: 12px;
}
.majorlisthead p {
    color: #9DA4B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.18px;
}
.majorlistbody p {
    overflow: hidden;
    color: var(--color-67);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-top: 12px;
}
.majorlisthead {
    position: relative;
    width: 100%;
}
.majorlisthead .circle-btn {
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    padding: 0px 22px;
    opacity: 0;
    height: 40px;
    width: 40px;
    padding: 0px;
    justify-content: center;
}
.major-list-box:hover .circle-btn{
    opacity: 1;
}
.majorlisthead {
    position: relative;
    width: 100%;
}
.majorlisthead .circle-btn img {
    width: 18px;
    height: 18px;
}
.what-students-boxfoot h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0px 25px 25px;
    color: var(--color-67);

}
.what-students-box .blue-line {
    border: 2px solid;
    width: 100%;
    border-image: linear-gradient(90deg, #ddecff 0%, #3691ff 50%, #ddecff 98%) 1 0;
    opacity: 1;
}
.what-students-box .yellow-line {
    border: 2px solid;
    width: 100%;
    border-image: linear-gradient(90deg, #FFF4D7 0%, #FFBA09 50%, #FFF4D7 98%) 1 0;
    opacity: 1;
}
.what-students {
    width: 80%;
    margin: 0px auto;
}
.trusted-globally-list {
    display: flex;
    justify-content: space-between;
}
.trusted-box1 {
    width: 16%;
}
.trusted-box1 img {
    width: 72px;
}
.trusted-box1 p {
    font-size: 20px;
    font-weight: var(--wight-400);
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--color-67);
    margin: 0px auto 20px;
    display: block;
}
.trusted-globally {
    padding: 50px 0px;
    background: #F7F8FA;
}
.trusted-box1 h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1.5px;
    color: var(--color-1F);
    margin:10px 0px;
}

.educo-work {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: 40px auto 0px;
    position: relative;
}
.educo-work .arrow-work .arrowimg-1 {
    width: 290px;
    position: absolute;
    top: -34px;
    left: -15px;
}
img.arrowimg-2 {
    width: 235px;
    position: absolute;
    top: -20px;
    right: -19px;
}

img.arrowimg-3 {
    position: absolute;
    width: 190px;
    bottom: 25px;
    right: -21px;
}
img.arrowimg-4 {
    position: absolute;
    width: 269px;
    bottom: -1px;
    left: 60px;
}
img.arrowimg-5 {
    position: absolute;
    width: 180px;
    top: 82px;
    left: -31px;
}
img.arrowimg-5 {
    position: absolute;
    width: 167px;
    top: 87px;
    left: -24px;
}
.arrow-worktext-2 {
    position: absolute;
    right: -518px;
    width: 512px;
    top: 67px;
}
.arrow-worktext-1 {
    position: absolute;
    left: -534px;
    width: 516px;
    top: 29px;
    text-align: right;
}
.educo-work ul li h5 {
    
    font-size: 24px;
    font-weight: 500;
    line-height: 31.25px;
}
.arrow-worktext-1 h5{
    color: #E6772C;
}
.educo-work ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    padding:20px 30px;
}
.arrow-worktext-3 {
    position: absolute;
    right: -518px;
    width: 512px;
    bottom: -0px;
}
.arrow-worktext-2 h5{
    color: #0190DF;
}
.arrow-worktext-4 {
    position: absolute;
    right: -352px;
    width: 582px;
    bottom: -110px;
    display: flex;
    align-items: center;
}
.arrow-worktext-3 h5{
    color: #2FB194;
}

.arrow-worktext-5 {
    position: absolute;
    left: -534px;
    width: 516px;
    bottom: 29px;
    text-align: right;
}
.arrow-worktext-4 h5{
    color: #C3D45A;
}
.number-normal ._number{
    width: 24px !important;
}
.data2{
    width: auto !important;
}

.arrow-worktext-5 h5{
    color: #E7AB39;
}
.number-normal {
    margin: 10px auto;
    width: fit-content;
}
.number-normal .data1:after, .data2:after, .data3:after, .data4:after {
    content: 'M+';
    font-size: 35px;
}
.number-normal .data5:after{
    content: 'K+';
    font-size: 35px;
}


.banner-form-right {
    background: #E7F4FD;
    padding: 40px 100px 40px 40px;
    width: 80%;
    margin-left: auto;
}
.banner-form-right h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #E4791D;
}
.banner-form-right h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.25px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #295A87;
    margin: 10px 0px;
}

.banner-form-right form input {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.banner-form-right .forgot-text {
    display: block;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    text-align: left;
}
.banner-form-right .button-footer {
    margin-top: 10px;
}

.banner-form-right .button-footer p{
    
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: left;
margin:10px 0px;

}
.banner-video{
    position: relative;
    width: 100%;
    height:523px;
}
.banner-video video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.banner-content {
    position: absolute;
    top: 0px;
    height: 100%;
    background: linear-gradient(72.1deg, rgba(50, 51, 56, 0.72) 0%, rgba(16, 16, 18, 0.29) 64.18%, rgba(0, 0, 0, 0) 95.38%);
    display: flex;
    align-items: flex-end;
    padding: 0px 0px 100px 100px;
    width: 100%;
    
}
.banner-content h1 {
    
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--color-F7);
}
.country-select .custom-select {
    position: relative;
    display: inline-block;
  }
  .custom-select-flag {
    position: relative;
}
.country-select  .custom-select select {
    display: none;
  }
  .navbar-button {
    display: flex;
    flex-wrap: wrap;
    width: 27%;
    justify-content: end;
    align-content: center;
    align-items: center;
}
.country-select .select-selected {
    background-color: transparent;
    padding: 8px 0px 8px 8px;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 15px;
}

 .country-select .select-selected img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .country-select .select-items-flag {
    display: none;
    position: absolute;
    z-index: 1;
    width: 180px;
    right: 0px;
    padding: 8px 10px 8px 10px;
    border-radius: 16px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.country-select .select-items-flag div {
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    color: #06110A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    line-height: 18px;
    overflow: hidden;
}
.country-select .select-items-flag div img {
    margin-right: 6px;
}

 .country-select .select-items-flag div:hover {
    background-color: #EFF6FF;
  }
  .select-selected:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    color: #1f48a4;
}
.owl-carousel .owl-dots {
    display: none;
}
.mt40{
    margin-top: 40px;
}
.what-students .owl-nav button span {
    background: transparent !important;
    border-radius: 45px;
    border: 1px solid #1F48A4;
    display: flex !important;
    width: 40px;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50% !important;
}
.what-students .owl-nav button span img {
    width: 20px;
}
.what-students .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 32%;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2F68E8 !important;
}
.what-students .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
}
.what-students .owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    content: '';
    background-image: url(../images/down-arrow.svg);
    width: 30px;
    height: 20px;
    position: absolute;
    right: -6px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: 13px;
}










/*----------Faq -----------------*/

.banner-imgmain {
    background: #F7F8FA;
    padding-top: 60px;
}
.banner-img img {
    width: 100%;
    margin: 0px auto;
    display: block;
}
.faq-banner-heading p{
    width:55%;
}
.faq-tab-main .nav {
    text-align: left;
    flex: 30%;
    height: 100%;
    position: sticky;
    top: 140px;
}
.faq-tab-main {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    gap: 40px;
}
.faq-tab-main .nav-link img {
    width: 24px;
    margin-right: 10px;
}
.faq-tab-main .nav-link {
    border-radius: 11px;
background: #FFF;
box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.04);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.2px;
text-align: left;
padding: 11px 24px;
color: var(--color-67);
margin-bottom: 14px;
}
.faq-tab-main .nav-link.active {
    background: #D6EAFF;
    color: var(--color-1F);
}
.faq-tab-main .tab-content {
    flex: 70%;
}
.faq-tab-content h4 {
    color: var(--color-1F);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 40px;
}
.faq-tab-content .accordion-button {
    padding: 20px 0px;
    background: transparent;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.faq-tab-content .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 10px;
}



.accordion-button:focus{
    box-shadow: none;
}
.faq-tab-content ul li{
    list-style: disc;
}
.faq-tab-content ul{
    padding-left: 20px;
}
.faq-tab-content ol li{
    list-style: auto;
}
.faq-tab-content ol{
    padding-left: 20px;
}





/*------------ Faq end ---------------------*/



/*---------Course--------------------*/
.register-iframe h4 {
    color: var(--color-1F);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
}
.register-iframe p{
    color: var(--color-67);
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
text-transform: capitalize;
margin:10px 0px;
}

.course-faq-main h5 {
    color: var(--color-1F);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}
.course-faq-main .accordion-item{
    border:none;
    background: transparent;
    margin-bottom: 15px;
}
.course-faq-main .accordion-item button.accordion-button.collapsed{
    border-radius: 12px !important;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.03);
}
.course-faq-main .accordion-item button.accordion-button{
    box-shadow: none;
    padding: 20px 24px;
    border-radius: 12px 12px 0px 0px !important;
    background: #FFF;
    color: var(--Text-Colour-Primary, #323338);

font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.2px;
border-bottom: 1px solid #f1f1f1;
}
.course-faq-main .accordion-item button.accordion-button.collapsed span{
    margin-right: 10px;
}
.course-faq-main .accordion-item button.accordion-button span{
    margin-right: 10px;
}
.course-faq-main .accordion-collapse{
    background: #fff;
    border-radius: 0px 0px 12px 12px !important;
}

.course-faq-main .accordion-button:not(.collapsed){
    background-color: #fff !important;
    box-shadow: none;
}
.course-faq-main .accordion-button.collapsed::after {
    background-image: url(../images/icons/blue-down-arrow.png) !important;
    transform: translateZ(10px);
}
.course-faq-main .accordion-button::after {
    background-image: url(../images/icons/blue-plus.png) !important;
    transform: rotate(225deg);
}
.course-faq-main .accordign-basic-body .accordion-body .accordion-button.collapsed::after{
    background-image: url(../images/icons/blue-plus.png) !important;

}
.course-faq-main .accordign-basic-body .accordion-body .accordion-button::after{
    background-image: url(../images/icons/minus.png) !important;
    transform: rotate(0deg);
}
.accordign-basic-body .accordion-button {
    padding: 0px 20px !important;
    box-shadow: none !important;
    border-bottom: none !important;
    font-size: 16px !important;
}
.accordign-basic-body .accordion-button.collapsed::after {
    background-image: url(../images/icons/blue-plus.png) !important;
    transform: translateZ(10px);
    background-size: 85%;
}
.accordign-basic-body .accordion-body {
    padding: 0px;
}
.support-user-heading p {
    color: var(--color-67);
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.main-nav ul li a:after {
    content: "" !important;
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -5px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 2px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
    margin-left: 0px;
}
.main-nav ul li a:hover:after{
    background: #0d6efd;
    width: 100%;
}
ul.dropdown-menu li a:after{
    display: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--color-1F) !important;
}
.support-user-heading h5 {
    color: var(--color-16);
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.system-requirment-main {
    background: #EEF4FA;
    padding: 50px 0px;
}
.system-requirment-head h3 {
    color: var(--color-16);
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.system-boxlist ul li .system-requirment-bodybox {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.07);
    padding: 24px 32px;
    margin-bottom: 20px;
}
.support-user-guide {
    padding-top: 40px;
}
.system-requirment-first img {
    width: 84px;
    margin-bottom: 10px;
}
.system-requirment-bodybox {
    display: flex;
}
.system-requirment-first {
    width: 15%;

}
.system-requirment-second {
    width: 25%;
}
.system-requirment-third {
    width: 25%;
}
.system-requirment-four {
    width: 40%;
}
.system-requirment-bodybox p {
    color: var(--color-32);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
}
.system-requirment-first {
    width: 10%;
    text-align: center;
    margin-right: 50px;
}
.system-requirment-bodybox span {
    color: var(--color-67);
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    border-radius: 30px;
    background: #C4FFB4;
    padding: 5px 12px;
}
.system-requirment-body {
    padding: 10px 32px 20px;
    display: flex;
}
.system-requirment-body .system-requirment-first {
    text-align: left;
}
.download-browser-main {
    padding: 50px 0px;
    background: var(--color-F7);
}
.download-browser-content h4 {
    color: var(--color-16);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.space30 {
    padding-top: 30px;
} 
.container-form-main {
    background: #f7f8fa;
}
.download-browser-content p {
    color: var(--color-67);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
}
.container-form {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.05);
    padding: 25px;
}
.container-form h3 {
    color: #161C2D;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.form-label{
    color: #323338;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 22px;
letter-spacing: -0.1px;
display: none;
}
.form-control{
    border-radius: 8px;
border: 1px solid rgba(213, 213, 213, 0.97);
background: #FFF;
padding: 11px 10px;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid rgba(213, 213, 213, 0.97);
}
.form-control::placeholder{
    color:  #9DA4B3;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: -0.1px;
}

.container-form-main{
    padding-bottom: 50px;
}
.contact-add-info {
    display: flex;
}
.contact-add-info-head img {
    width: 54px;
}
.contact-add-infobody h5 {
    color: #161C2D;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
}
.contact-add-infobody p{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.contact-add-infobody a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #212529;
}
.contact-add-info{
    margin-bottom: 50px;
}
.contact-add-infobody{
    margin-left: 20px;
}
.contact-form-information{
    padding-top: 30px;
}
.terms-use-heading p{
    width:80%;
}

.support-user-heading ol li {
    color: var(--color-67);
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    list-style: auto;
}
.support-user-heading ul{
    padding-left: 2rem !important;
}
.support-user-heading ul li {
    color: var(--color-67);
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    list-style: disc;
}
.about-sec50{
    margin-top: 30px;
}
.about-pra p {
    color: var(--color-67);
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
}
.mission-section {
    background: #f7f8fa;
    padding: 50px 0px;
}
.mission-content p {
    color: var(--color-67);
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
}
.mission-withicon {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
    padding: 25px;
}
.mission-withicon img {
    width: 48px;
}
.mission-withicon h4 {
    color: var(--color-1F);
    
    font-size: 40px;
    font-style: normal;
    font-weight: var(--wight-700);
    line-height: 150%;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.banner-form-content .col-lg-9 {
    width: 70%;
}
.banner-form-content .col-lg-3 {
    width: 30%;
}
.mission-withicon p {
    color: var(--color-67);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--wight-400);
    line-height: 30px;
    letter-spacing: -0.2px;
}
section.location-bg {
    height: 612px;
    padding: 50px 0px;
    background-image: url(../images/location-bg.png);
    background-size: cover;
    background-position: center;
}
.about-uslocation{
    background-image: url(../images/location-bg.png);
}
.map-content p {
    color: #FCFCFC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.2px;
}

.home-2heading{
    width: 100%;
    display: flex;
    align-items: center;
}
.home-2heading h1{
    color: #FFF;
    text-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
    
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 2px;
}
.home2-banner {
    background-size: cover;
    padding: 0px 0px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.banner-form-content {
    z-index: 9;
    position: relative;
    height: 100%;
        width: 100%;
    padding: 20px 12px;
}
.fade-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    object-fit: cover;
  }
 
  .fade-img:first-child {
    opacity: 1;
  }
.home2-banner .banner-form-right {
    padding: 40px;
    border-radius: 12px;
    background: #fff;
}
.text-blue{
    color: var(--color-1F);
}
.user-guidelist ol li{
    margin-bottom: 0px;
}
.user-guide-boxlist-head {
    border-radius: 9px;
    background: #E3E3E3;
    padding: 12px 24px;
}
.user-guide-boxlist-head ul{
    display: flex;
}
.user-guide-boxlist-head ul li{
    color: #161C2D;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 34px;
letter-spacing: -0.5px;
}
.user-guide-boxlist-head ul li:nth-child(1) {
    width: 60%;
}
.user-guide-boxlist-head ul li:nth-child(2) {
    width: 20%;
}
.user-guide-boxlist-head ul li:nth-child(3) {
    width: 20%;
}
.user-guide-boxlist-body ul li:nth-child(1) {
    width: 60%;
}
.user-guide-boxlist-body ul li:nth-child(2) {
    width: 20%;
}
.user-guide-boxlist-body ul li:nth-child(3) {
    width: 20%;
}

.user-guideullist ul {
    display: flex;
    align-items: center;
    padding:12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);;
}
.user-guideullist:last-child ul{
    border-bottom: none;
}
.user-guide-boxlist-body ul li img {
    width: 32px;
    margin-right: 20px;
}
.user-guide-boxlist-body ul li{
    color: #323338;

font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px;
letter-spacing: -0.5px;
}
.btn-blue{
        width: 100%;
        background: var(--color-1F);
        border-radius: 50px;
        color: #fff;
        height: 44px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.submit-btn{
    width: 30%;
}
.navbar-button a.btn-border {
    margin-left: 15px;
}
.home-nav .navbar-button .btn-border {
    display: none;
}
.home-nav.sticky .navbar-button .btn-border {
    display: flex !important;
}
.feature-cotnentbox{
    margin-bottom: 25px;
}
.feature-cotnentbox h4 {
    color: #676879;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
}
.wrapper{
    width: 90%;
    height: 500px;
    margin: auto;
    position: relative;
}
.wrap-work{
    height: 427px;
    width: 434px;
    margin: auto;
}
#step-1 path:hover{
    fill: #C3D45A;
    cursor: pointer;
}
#step-2 path:hover{
    fill: #2FB194;
    cursor: pointer;
}
#step-3 path:hover{
    fill: #1F48A4;
    cursor: pointer;
}
#step-4 path:hover{
    fill: #E6772C;
    cursor: pointer;
}
#step-5 path:hover{
    fill: #E7AB39;
    cursor: pointer;
}
.bg-step-one{
    color:#C3D45A;
}
.bg-step-two{
    color:#2FB194;
}
.bg-step-three{
    color:#1F48A4;
}
.bg-step-four{
    color:#E6772C;
}
.bg-step-five{
    color:#E7AB39;
}
.steps-content{
    position: absolute;
}
.steps-content p{
    opacity: 0;
    visibility: hidden;
    color: var(--color-67);
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.steps-content h4{
    font-size: 24px;
    font-weight: 500;
}
.step-1 {
    bottom: 20px;
    right: -92px;
    width: 583px;
}
.step-1 h4{
    position: relative;
    left: -165px;
    top: 62px;  
}
.step-2 {
    bottom: 110px;
    right: -72px;
    width: 489px;
}
.step-2  p{
    margin-top: 10px;
    margin-left: 20px;
}
.step-3 {
    top: 60px;
    right: -65px;
    width: 504px;
}
.step-3  p{
    margin-top: 10px;
    margin-left: 20px;
}
.step-4 {
    top: 60px;
    left: -66px;
    text-align: right;
    width: 513px;
}
.step-4  p{
    margin-top: 10px;
    margin-right: 40px;
}

.step-5 {
    bottom: 132px;
    left: -80px;
    text-align: right;
    width: 507px;
}
.step-5  p{
    margin-top: 10px;
    margin-right: 20px;
}



.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 20px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.circle-play-b img {
    width: 50px;
    height: 50px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.faq-tab-content .accordion-button.collapsed:after{
    background-image: url(../images/icons/blue-plus.png);
}
.faq-tab-content .accordion-button:after{
    background-image: url(../images/icons/minus.png);
}
.course-faq-main .accordign-basic-body .accordion-body .accordion-body {
    padding: 10px 35px;
}
.key-features-main {
    background: #EEF4FA;
    padding: 100px 0px;
}
.feature-chart {
    text-align: center;
}
.feature-fill{
    fill: #B4D7FF;
}
.feature-fill:hover{
    fill: var(--color-1F);
}
.key-features-box {
    position: relative;
    width: 500px;
    margin: 0px auto;
}
.keyfeature-list h3 {
    position: absolute;
    top: 38%;
    color: var(--color-1F);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    left: 30%;
    text-align: center;
    width: 50%;
}
.keyfeature-list h4 {
    color: #1F48A4;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
}
.key-step1 {
    position: absolute;
    top: -60px;
    left: 33%;
}
.key-step2 {
    position: absolute;
    right: -110px;
    top: 50px;
}
.key-step3 {
    position: absolute;
    right: -326px;
    top: 180px;
}
.key-step4 {
    position: absolute;
    right: -315px;
    top: 331px;
}
.key-step5 {
    position: absolute;
    right: -160px;
    bottom: 30px;
}
.key-step6 {
    position: absolute;
    left: 35%;
    bottom: -55px;
}
.key-step7 {
    position: absolute;
    left: -162px;
    bottom: 36px;
}
.key-step8 {
    position: absolute;
    left: -265px;
    bottom: 170px;
}
.key-step9 {
    position: absolute;
    left: -270px;
    top: 182px;
}
.key-step10 {
    position: absolute;
    left: -172px;
    top: 44px;
}
.homebanner-form{
    padding: 20px !important;
}
.course-faq-main button.accordion-button .down-cirrur {
    padding: 8px 14px 8px 14px;
    border-radius: 24px;
    border: 1px solid;
    background: var(--color-trnp);
    font-size: 16px;
    font-weight: var(--wight-500);
    line-height: 20px;
    color: var(--color-1F);
}
.course-faq-main button.accordion-button.collapsed .down-cirrur {
    display: none;
}
.course-faq-main button.accordion-button p .accordign-Entg {
    background: #E7F4FD;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 18px;
    width: 20px;
}
.course-faq-main button.accordion-button p{
    width: 75%;
}
.course-faq-main button.accordion-button.collapsed p .accordign-Entg {
    display: none;
}
.course-faq-main button.accordion-button p .accordign-Entg:nth-child(2){
    margin-left: 20px !important;
}
.navbar .navbar-nav .nav-link:hover {
    color: #0d6efd;
}
.navbar-button .btn-border:hover {
    background: #e7f4fd;
    border-color: #0d6efd;
    color: #0d6efd;
}
.dropdown-item:focus, .dropdown-item:hover {
    border-radius: 7px;
    background-color: #e7f4fd;
    color: #0d6efd !important;
}

.faq-tab-main .nav-link.active .normal-img {
    display: none;
}
.faq-tab-main .nav-link .active-img {
    display: none;
}
.faq-tab-main .nav-link.active .active-img {
    display: inline;
    }
.faq-tab-main .nav-link:hover {
        background: #D6EAFF;
        color: var(--color-1F);
}
.faq-tab-main .nav-link:hover .normal-img{
    display: none;
}
.faq-tab-main .nav-link:hover .active-img{
    display: inline;
}
.login-popup .banner-form-right {
    background: transparent;
    padding: 20px 30px;
    width: 100%;
}
.feature-pra p {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 40px;
    color: var(--color-1F)
}
.heading-48{
    font-size: 48px;
}
.signup-popup .banner-form-right {
    background: transparent;
    padding: 20px 30px;
}
.Login_popslid .banner-form-right {
    padding: 70px 40px;
    height: 100%;
}
.banner-form-right .btn-close {
    --bs-btn-close-bg: none;
    opacity: 1;
    position: absolute;
    top: 80px;
    right: 60px;
}
.banner-form-right .btn-close img {
    width: 20px;
    transform: rotate(45deg);
    
}
.login-popup {
    height: 100%;
}

.signup-popup h4 {
    color: #295A87;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
}
.signup-popup label {
    color: var(--color-32);
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.signup-popup select {
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    height: 48px;
    color: #9DA4B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.signup-popup select:focus{
    box-shadow: none;
    border: 1px solid #DCDCDC;
}
.footer-list ul li a:hover{
    color: var(--color-1F);
}
.btn-blue:hover {
    border-color: #0d6efd;
    background: #0d6efd;
    color: #fff;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
    background: #fff;
    transition: top 0.3s ease;
}
.error-message {
    color: red;
}
.trustimg {
    display: flex;
    height: 70px;
    width: fit-content;
    margin:0px auto;

}
.trustimg img{
    transition: transform 1s ease;
}
.trustimg .hover-normal {
    display: none;
}
.trustimg:hover .trust-normal {
    display: none;
}
.trustimg img:hover{
    transition: transform 1s ease;
}
.trustimg:hover .hover-normal {
    display: block;
}
.why-educosoft-heading{
    margin-bottom: 40px;
}
.featur-imgbox {
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimain-main ul.nav.nav-pills {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.testimain-main ul.nav.nav-pills a.nav-link {
    display: flex;
    padding: 15px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.04);
    color: var(--color-67);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.2px;
}
.testimain-main ul.nav.nav-pills a.nav-link.active{
    color: var(--color-1F);
    border-radius: 26px;
background: #D6EAFF;
box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.04);
}
.testimain-main ul.nav.nav-pills a.nav-link img{
    width: 24px;
}
.testimain-main ul.nav.nav-pills a.nav-link .active-img {
    display: none;
}
.testimain-main ul.nav.nav-pills a.nav-link.active .active-img {
    display: block;
}

.testimain-main ul.nav.nav-pills a.nav-link.active .normal-img {
    display: none;
}
.testimain-main .what-students-box-main p {
    height: auto;
    -webkit-line-clamp: inherit;
    display: flow;
}
.testimain-main .what-students-box{
    margin-bottom: 25px;
}
.video-pgmain .video-container{
    margin:0px;
}
.videopg-vidocol .video-container video {
    border-radius: 0px;
}
.video-heading {
    border-radius: 0px 0px 16px 16px;
    background: #FFF;
    padding: 10px;
}
.video-heading h4 {
    color: #161C2D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}
.video-heading p {
    color: #9DA4B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.18px;
}
.signpg-form {
    height: 100%;
}
.banner-form-right{
    height: 100%;
}
.sign-pg-img {
    height: 100vh;
}
.sign-pg-img  img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.signpg-form .banner-form-right {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0px 50px;
    width: 80%;
    justify-content: center;
    margin: 0px auto;
}
.signpg-form .banner-form-right img {
    width: 268px;
    margin-bottom: 20px;
}
.signpg-form .signup-popup {
    height: 100%;
}
.error-main {
    padding: 100px 0px;
}
.error-content h4 {
    color: var(--color-1F);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}
.error-content p {
    color: var(--Text-Colour-Secondary, #676879);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    width: 80%;
    margin-bottom: 20px;
}
.error-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}
.error-content a {
    width: max-content;
    padding: 0px 40px;
    display: flex;
    align-items: center;
}
.error-content a img {
    width: 25px;
    margin-right: 10px;
}
.userlist-icon {
    text-align: right;
}
.userlist-icon img {
    width: 24px !important;
    margin-right: 0px !important;
}
.edubt-0{
    padding-bottom: 0px;
}
.signup1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding:0px 50px;
}
.tooltip-box{
    position: relative;
}
.tooltip-box span {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 12px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    bottom: -40px;
    left: -34%;
}
.tooltip-box:hover span{
    visibility: visible;
}
.tooltip-box span:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    margin: 0px;
    content: '';
    position: absolute;
    top: -9px;
    left: 37%;
}
.tooltip-view span:before {
    left: 29%;
}
.tooltip-view span {
    left: -1%;
}
.banner.home2-banner:after {
    background: linear-gradient(87deg, rgba(50, 51, 56, 0.72) 1.99%, rgba(16, 16, 18, 0.29) 74.57%, rgba(0, 0, 0, 0.00) 100%);
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.oursecondheading h3{
    color: var(--color-1F);
font-family: "DM Sans";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.44px;
text-align: center;
margin-top: -10px;
margin-bottom: 10px;
}
.testimain-main .what-students-box-main {
    padding: 12px;
    height: auto;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    border-radius: 7px;
    background-color: #e7f4fd;
    color: #0d6efd !important;
}
.main-nav ul li a.active:after {
    background: #0d6efd;
    width: 100%;
}
.navbar-nav .nav-link.active{
    color: #0d6efd !important;
}
.register-main{
    padding: 60px 0px 60px;
    background-color: #F7F8FA;
}
.register-iframe{
    margin-top: 30px;
}
.feature-bannerimg {
    position: relative;
}
.feature-bannerimg .heading-40 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    color: #fff;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Login_popslid .modal-dialog {
    max-width: 35%;
  }
  .Login_popslid  .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
  }
  .Login_popslid.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
  }
  .Login_popslid.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
  }
  .Login_popslid.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
.Login_popslid  .modal-content{
    border-radius: 0px;
  }
  .data1 ._number {
    width: 16px !important;
}
.data2 ._number:nth-child(2) {
    width: 12px !important;
}
.data3 ._number:nth-child(3) {
    width: 12px !important;
}
.data4 ._number:nth-child(1) {
    width: 16px !important;
}
.data4 ._number:nth-child(3) {
    width: 12px !important;
}
.data5 ._number:nth-child(2) {
    width: 22px !important;
}
.what-students-box-main p img {
    margin-bottom: 0px;
    width: 45px !important;
    float: left;
    margin-right: 10px;
}
.keyfeature-list p{
    position: absolute;
    color: var(--color-67);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}
.key-step1 p {
    right: -460px;
    left: 230px;
    top: -4px;
}
.key-step2 p {
    right: 0px;
    left: 61px;
    top: 38px;
    width: 350px;
}
.key-step3 p {
    right: 0px;
    left: 0px;
    top: 38px;
    width: 345px;
}
.key-step4 p {
    right: 0px;
    left: 0px;
    top: 38px;
    width: 360px;
}
.key-step5 p {
    right: 0px;
    left: 0px;
    top: 38px;
    width: 355px;
}
.key-step6 p {
    right: 0px;
    left: 220px;
    top: -12px;
    width: 398px;
}
.key-step7 p {
    left: -136px;
    top: 37px;
    width: 360px;
    text-align: right;
}
.key-step8 p {
    left: -134px;
    top: 38px;
    width: 378px;
    text-align: right;
}
.key-step9 p {
    left: -106px;
    top: 37px;
    width: 351px;
    text-align: right;
}
.key-step10 p {
    left: -180px;
    top: 37px;
    width: 350px;
    text-align: right;
}
.fx-image-gal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
  }
  .fx-gal-item {
    width: 48%;
    margin: 5px;
    overflow: hidden;
    border-radius: 6px;
  }
  
  .fx-gal-image-thumb img {
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .fx-gal-image-thumb:hover img{
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
  }

  .fx-gal-image-thumb:focus + .fx-gal-image-big {
    display: block;
  }
  
  .fx-gal-image-big {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(5, 10, 15, 0.8);
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    transition: all 0.3s ease;
  }
  
  .fx-gal-image-big img {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px !important;
  }
  .feature-cotnentbox {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}
.btn-blue-bg{
    background: var(--color-1F);
    color: #fff;
    margin:0px auto;
    display: block;
    width: fit-content;
    display: flex;
}
.btn-blue-bg:hover{
    background: #0d6efd !important;
    color: #fff;
}
.btn-blue-bg img{
    width: 20px;
    margin-right: 10px;
}
.k12-pt20{
    padding-top: 20px;
}
.k12-card p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: var(--color-1F);
    margin-top: 20px;
    padding:0px 10px;
}
.k2-afercnt p {
    color: var(--color-1F);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.system-requirment-bodybox h4.support-head{
    display: none;
}
.feature-mbody p{
    margin-bottom: 20px;
}
.iframe-box{
    height: 330px;
}
.btn-100{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgot-modal {
    padding: 56px 48px;
}
.forgot-modal .btn-close {
    --bs-btn-close-bg: none;
    opacity: 1;
    display: flex;
    justify-content: center;
}
.forgot-modal .btn-close img {
    width: 20px;
    transform: rotate(45deg);
}
.forgot-modal h4 {
    color: #295A87;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    display: flex;
    justify-content: space-between;
}
.forgot-modal p {
    color: var(--color-67);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.forgot-modal .button-footer a {
    margin-bottom: 10px;
}
.reset-modal {
    padding: 64px 48px;
    text-align: center;
}
.reset-modal h3 {
    color: #295A87;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    margin:12px 0px;
}
.reset-modal p{
    color: var(--color-67);
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-bottom: 15px;
}
.forgot-modal .button-footer a {
    margin-bottom: 10px;
    height: 44px;
}
.feature-cotnentbox .carousel{
    margin-bottom: 50px;
}
.carousel-indicators{
    bottom: -50px;
}
.carousel-indicators button{
    background-color:#D4D5DD !important;
    width: 24px !important;
    height: 8px !important;
    border-radius: 11px !important;
    border:none !important;
}
.feature-mbody ul li {
    color: var(--Text-Colour-Secondary, #676879);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    list-style: disc;
    margin-left: 36px;
}
.fullscreen-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 5px;
}
.fullscreen {
    position: absolute;
    right: 9px;
    z-index: 9;
    background: #3268E1;
    border-radius: 50%;
    width: 35px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    top: 18px;
    cursor: pointer;
}
.fullscreen img {
    width: 17px;
}
.carousel-indicators button.active{
    background-color:#1F48A4 !important;
}
.feature-icon .carousel-control-prev {
    left: -80px;
    height: fit-content;
    width: fit-content;
    top: 45%;
    opacity: 1;
}
.feature-icon .carousel-control-next {
    right: -80px;
    height: fit-content;
    width: fit-content;
    top: 45%;
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: url(../images/icons/left-arrow-white.png);
    background-color: #1F48A4;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-size: 65%;
}
.carousel-control-next-icon {
    background-image: url(../images/icons/right-arrow-white.png);
    background-color: #1F48A4;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-size: 65%;
}
.feature-pratop p {
    color: var(--color-1F);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
.cookie-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    
  }
  
  .cookie-content {
    padding: 48px;
    border-radius: 16px;
background: #FFF;
box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.12);
    width: 32%;
  }
  
  .cookie-content h4 {
    color: #295A87;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.24px;
text-align: center;
margin-bottom: 10px;
  }
.cookie-content p{
    color: var(--color-67);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: left;
}
.cookie-content p a{
    color: #2F68E8;
}
.btn-bgnone{
    background: white;
    color: #1F48A4;
}
.cookie-content .btn{
    margin-top: 10px;
}
  
  .cookie-popup.hidden {
    display: none;
  }

 .videoplayicon {
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
}
.videoplayicon img {
    width: 60px;
}





 .major-releases-pagination{
    margin-top:40px;
    text-align: center;
 }
 .major-releases-pagination .light-theme {
    display: flex;
    overflow: hidden;
    padding: inherit;
    margin: 0px auto;
    justify-content: center;
}
.light-theme a, .light-theme span {
    cursor: default;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
 .major-releases-pagination .page-link.prev {
    font-size: 28px;
}
 .major-releases-pagination span.current.prev{
    font-size: 28px;   
}
 .major-releases-pagination span.current.next{
    font-size: 28px;   
}
 .major-releases-pagination .page-link.next {
    font-size: 28px;
}
 .major-releases-pagination  .light-theme .current {
    cursor: default;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: rgba(89, 124, 202, 0.24) !important;
    border: none;
    box-shadow: none;
    color: #000 !important;
    cursor: pointer;
}




@media only screen and (max-width: 2560px){
       
    .width-90 {
        width: 90%;
    }
    .banner-form-content{
        padding:50px 0px;
    }
    .wrapper {
        width: 68%;
        height: 500px;
        margin: auto;
        position: relative;
    }
}
@media only screen and (max-width: 1900px){
       
    .width-90 {
        width: 1700px;
    }
    .banner-form-content{
        padding:50px 0px;
    }
}
@media only screen and (max-width: 1600px){
       
    .width-90 {
        width: 1400px;
    }
    .banner-form-content{
        padding:50px 0px;
    }
    .wrapper {
        width: 92%;
        height: 500px;
        margin: auto;
        position: relative;
    }
}

@media only screen and (max-width: 1400px){
       
    .width-90 {
        width: 1200px;
    }
    .wrapper {
        width: 92%;
        height: 500px;
        margin: auto;
        position: relative;
    }
}





@media(max-width:1284px){
    .steps-content p{
    font-size: 13px;
    }
}

/*------------Course End------------------*/

@media (min-width: 1025px) and (max-width: 1399px) {
    .navbar .container-fluid {
        width: 100%;
    }
    ul.navbar-nav li a {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.01em;
        padding: 10px 8px !important;
    }
    .why-educosoft-box p {
        font-size: 16px;
    }
    ul.navbar-nav li a{
        font-size: 16px;
    }
    button.btn-border {
        padding: 8px 10px 8px 10px;
        font-size: 12px;
        line-height: 20px;
        color: var(--color-1F);
    }
    .navbar-button{
        gap: 5px;
        width: 35%;
    }
    .btn-border{
        font-size: 14px;
    }

    .trusted-box1 p {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        padding-right: 9px;
    }
    .banner-content {
        padding: 0px 0px 30px 30px;
        width: 100%;
    }
    .banner-content h1 {
        
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
        text-align: left;
        color: var(--color-F7);
        
    }
    .width-90 {
        width: 100%;
    }
    .why-educosoft-heading p{
        font-size: 16px;
    }
    .about-pra p{
        font-size: 16px;
    }
    .map-content p{
        font-size: 16px;
    }
    .mission-content p{
        font-size: 16px;
    }
    .mission-withicon p{
        font-size: 16px;
    }
    .mission-withicon h4{
        font-size: 24px;
    }
    .footer-list ul li a{
        font-size: 16px;
    }
    .copy-right{
        font-size: 16px;
    }
    .contact-add-infobody a {
        font-size: 14px;
    }
    .form-control::placeholder{
        font-size: 16px;
    }
    .faq-tab-main{
        gap: 20px;
    }
    .faq-tab-main .nav-link{
        font-size: 16px;
    }
    .faq-tab-content h4{
        margin-bottom: 10px;
    }
    .faq-tab-content .accordion-button{
        font-size: 16px;
        padding:10px 0px;
    }
    .support-user-heading p{
        font-size: 16px;
    }
    .banner-form-content {
        padding: 29px 5%;
    }
    .home-2heading h1{
        font-size: 36px;
        line-height: 52px;
    }
    .banner-form-content .col-lg-9{
        width: 70%;
    }
    .banner-form-content .col-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .system-requirment-bodybox span {
        color: var(--color-67);
        font-size: 10px;
    }
    .system-requirment-bodybox p {
        color: var(--color-32);
        font-size: 14px;
    }
    .trusted-box1 {
        width: 18%;
    }
    .download-browser-content p {
        color: var(--color-67);
        font-size: 16px;
    }
    .key-features-box svg {
        width: 80%;
    }
    .keyfeature-list h4{
        font-size: 14px;
    }
    .key-step3 {
        position: absolute;
        right: -109px;

    }
    .key-step2 {
        position: absolute;
        right: 33px;
        top: 85px;
    }
    .key-step4 {
        position: absolute;
        right: -90px;
        top: 331px;
    }
    .keyfeature-list h3 {
        position: absolute;
        top: 43%;
        color: var(--color-1F);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
        left: 36%;
        text-align: center;
        width: 27%;
    }
    .home-2heading {
        width: 100%;
    }
    .key-step5 {
        position: absolute;
        right: 10px;
        bottom: 79px;
    }
    .key-step6 {
        position: absolute;
        left: 39%;
        bottom: 20px;
    }
    .key-step7 {
        position: absolute;
        left: -2px;
        bottom: 71px;
    }
    .key-step8 {
        position: absolute;
        left: -95px;
        bottom: 180px;
    }
    .key-step9 {
        position: absolute;
        left: -103px;
        top: 195px;
    }
    .key-step10 {
        position: absolute;
        left: -2px;
        top: 81px;
    }
    .key-step1 {
        position: absolute;
        top: 27px;
        left: 36%;
    }
    .key-features-main {
        background: #EEF4FA;
        padding: 25px 0px;
    }
    .banner-form-right{
        width: 100%;
    }
    .signpg-form .banner-form-right {
        padding: 0px 0px;
    }
    .error-content{
        padding-left: 0px;
    }
    .k12-card p {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .key-step1 p {
        top: 0px;
        right: -460px;
        left: 140px;
        top: -14px;
        width: 336px;
    }
    .key-step2 p {
        right: 0px;
        left: 41px;
        top: 27px;
        width: 277px;
    }
    .keyfeature-list p{
        font-size: 12px;
    }
    .feature-mbody ul li{
        font-size: 16px;
    }
    .key-step3 p {
        right: 0px;
        left: 0px;
        top: 29px;
        width: 277px;
    }
    .key-step4 p{
        width: 277px;
    }
    .key-step5 p{
        width: 277px;
    }
    .key-step6 p {
        right: 0px;
        left: 129px;
        top: -12px;
        width: 300px;
    }
    .key-step7 p{
        width: 277px;
    }
    .key-step8 p{
        width: 277px;
    }
    .key-step9 p{
        width: 277px;
    }
    .key-step10 p{
        width: 277px;
    }
    .fx-gal-item {
        width: 47%;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    
    

}
@media (min-width: 769px) and (max-width: 1024px) {
    .navbar .container-fluid {
        width: 100%;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .collapse:not(.show) {
    display: none !important;
}
.navbar-button {
        gap: 8px;
        width: 50%;
    }
    .feature-pra p{
        font-size:18px;
        width:80%;
        margin:0px auto 40px;
    }
    .feature-pratop p{
        font-size:18px;
    }

        .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 75px;
        background: #fff;
        z-index: 99;
    }
    .navbar-button a.btn-border {
    margin-left: 0px;
}
    ul.navbar-nav li a {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.01em;
        padding: 10px 10px !important;
    }
    button.btn-border {
        padding: 8px 10px 8px 10px;
        font-size: 12px;
        line-height: 20px;
        color: var(--color-1F);
    }
    .btn-border{
        font-size: 14px;
    }
    .Login_popslid .modal-dialog {
        max-width: 45%;
    }
    .trusted-box1 p {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        padding-right: 9px;
    }
    .banner-content {
        padding: 0px 0px 30px 30px;
        width: 100%;
    }
    .banner-content h1 {
        
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
        text-align: left;
        color: var(--color-F7);
    }
    .width-90 {
        width: 100%;
    }
    .why-educosoft-heading p{
        font-size: 16px;
    }
    .about-pra p{
        font-size: 16px;
    }
    .map-content p{
        font-size: 16px;
    }
    .mission-content p{
        font-size: 16px;
    }
    .mission-withicon p{
        font-size: 16px;
    }
    .mission-withicon h4{
        font-size: 24px;
    }
    .footer-list ul li a{
        font-size: 16px;
    }
    .support-user-heading ol li{
        font-size: 16px;
    }
    .copy-right{
        font-size: 16px;
    }
    .contact-add-infobody a {
        font-size: 14px;
    }
    .form-control::placeholder{
        font-size: 16px;
    }
    .faq-tab-main{
        gap: 20px;
    }
    .faq-tab-main .nav-link{
        font-size: 16px;
    }
    .faq-tab-content h4{
        margin-bottom: 10px;
    }
    .faq-tab-content .accordion-button{
        font-size: 16px;
        padding:10px 0px;
    }
    .support-user-heading p{
        font-size: 16px;
    }
    .banner-form-content {
        padding: 29px 5%;
    }
    .home-2heading h1{
        font-size: 36px;
        line-height: 52px;
    }
    .banner-form-content .col-lg-9{
        width: 70%;
    }
    .banner-form-content .col-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .system-requirment-bodybox span {
        color: var(--color-67);
        font-size: 10px;
    }
    .system-requirment-bodybox p {
        color: var(--color-32);
        font-size: 14px;
    }
    .trusted-box1 {
        width: 18%;
    }
    .download-browser-content p {
        color: var(--color-67);
        font-size: 16px;
    }
    .key-features-box svg {
        width: 80%;
    }
    .keyfeature-list h4{
        font-size: 14px;
    }
    .key-step3 {
        position: absolute;
        right: -109px;

    }
    .key-step2 {
        position: absolute;
        right: 33px;
        top: 85px;
    }
    .key-step4 {
        position: absolute;
        right: -90px;
        top: 331px;
    }
    .keyfeature-list h3 {
        position: absolute;
        top: 43%;
        color: var(--color-1F);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
        left: 36%;
        text-align: center;
        width: 27%;
    }
    .home-2heading {
        width: 100%;
    }
    .key-step5 {
        position: absolute;
        right: 10px;
        bottom: 79px;
    }
    .key-step6 {
        position: absolute;
        left: 39%;
        bottom: 20px;
    }
    .key-step7 {
        position: absolute;
        left: -2px;
        bottom: 71px;
    }
    .key-step8 {
        position: absolute;
        left: -95px;
        bottom: 180px;
    }
    .key-step9 {
        position: absolute;
        left: -103px;
        top: 195px;
    }
    .feature-mbody ul li{
        font-size: 16px;
    }
    .featur-imgbox h4 {
        font-size: 18px;
    }
    .key-step10 {
        position: absolute;
        left: -2px;
        top: 81px;
    }
    .key-step1 {
        position: absolute;
        top: 27px;
        left: 36%;
    }
    .key-features-main {
        background: #EEF4FA;
        padding: 25px 0px;
    }
    .signpg-form .banner-form-right {
        padding: 0px 0px;
    }
    .error-content{
        padding-left: 0px;
    }
    .k12-card p {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .key-step1 p {
        top: 0px;
        right: -460px;
        left: 140px;
        top: 2px;
        width: 336px;
    }
    .key-step4 p{
        top: 30px;
    }
    .key-step7 p {
        left: -148px;
        top: 31px;
    }
    .heading-48 {
        font-size: 28px;
        line-height: 38px;
    }
    .key-step5 p {
        right: 0px;
        left: 2px;
        top: 30px;
    }
    .key-step2 p {
        right: 0px;
        left: 41px;
        top: 27px;
        width: 277px;
    }
    .keyfeature-list p{
        font-size: 12px;
    }
    .key-step3 p {
        right: 0px;
        left: 0px;
        top: 29px;
        width: 277px;
    }
    .key-step4 p{
        width: 277px;
    }
    .key-step5 p{
        width: 277px;
    }
    .key-step6 p {
        right: 0px;
        left: 129px;
        top: -12px;
        width: 300px;
    }
    .key-step7 p{
        width: 277px;
    }
    .key-step8 p{
        width: 277px;
    }
    .key-step9 p {
        width: 245px;
        top: 30px;
    }
    .key-step10 p {
        width: 277px;
        top: 30px;
        left: -200px;
    }
    .fx-gal-item {
        width: 47%;
    }
    
    .banner-form-right h4{
        font-size: 20px;
    }
    .banner-form-right h5{
        font-size: 20px;
    }
    .step-2 {
    bottom: 110px;
    right: -26px;
    width: 280px;
}
.step-1 {
    width: 376px;
    right: 11px;
    bottom: 14px;
}
.step-3 {
    width: 280px;
    right: 0px;
}
.step-4 {
    width: 280px;
    left: 0px;
}
.step-5 {
    width: 280px;
    left: -20px;
}

}
@media(max-width:991px){
    .steps-content p{
        font-size: 14px;
        visibility: visible;
        opacity: 1;
    }
    .steps-content{
        position: relative;
        width: 434px;
    }
    .step-1 h4{
        position: relative;
        left: 0px;
        top: 0px;  
    }
    .step-1{
        right: 0px;
        display: none;
    }
    .step-2,.step-3,.step-4,.step-5{
        top:0px;
        left: 0px;
        right: 0px;
        display: none;
        text-align: left;
    }
    .navbar-button a {
        font-size: 14px;
        padding: 8px;
    }
    #step-1 path,#step-2 path,#step-3 path,#step-4 path,#step-5 path{
        fill:rgb(165, 207, 255);
    }
    #step-1.active path{
        fill: #C3D45A;
        cursor: pointer;
    }
    #step-2.active path{
        fill: #2FB194;
        cursor: pointer;
    }
    #step-3.active path{
        fill: #1F48A4;
        cursor: pointer;
    }
    #step-4.active path{
        fill: #E6772C;
        cursor: pointer;
    }
    #step-5.active path{
        fill: #E7AB39;
        cursor: pointer;
    }
    .width-90 {
        width: 100%;
    }
   .footer-main .row .col-lg-2:nth-child(1) {
    order: 1;
    width: 50%;
}
.footer-main .row .col-lg-2:nth-child(2) {
    width: 50%;
    order: 2;
}
.footer-main .row .col-lg-2:nth-child(3) {
    order: 3;
    width: 50%;
}
.footer-main .row .col-lg-2:nth-child(4) {
    order: 4;
    width: 50%;
}
.footer-main .row div:nth-child(5) {
    order: 0;
}
       .footer-list-last ul li {
        text-align: left;
        margin-bottom: 15px;
    }
    
}

@media (min-width: 601px) and (max-width: 768px) {
    .trusted-globally-list {
        display: flex;
        margin-top: 30px;
    }
    .faq-tab-main .nav-link {
        font-size: 11px;
    }
    .arrow-worktext{
        display: none;
    }
    .support-user-heading p{
        font-size: 16px;
    }
    .navbar .container-fluid {
        width: 100%;
    }
    .main-logo img {
        width: 220px;
        height: fit-content;
    }
    .featurecard-boxmb .col-lg-5{
        width: 50%;
    }
    .country-select .select-selected {
        padding: 4px 10px 4px 8px;
        margin-left: 0px;
    }
    button.btn-border {
        padding: 4px 20px 4px 20px;
        border-radius: 24px;
        border: 1px solid;
        background: var(--color-trnp);
        font-size: 15px;
        font-weight: var(--wight-500);
        line-height: 3px;
        color: var(--color-1F);
    }
    .navbar-button {
        gap: 10px;
        width: 65%;
    }
    .main-logo {
        width: 35%;
    }
    .navbar.sticky .navbar-button .btn-border{
        margin-left: 0px;
    }
    .select-selected:after {
        content: '';
        background-image: url(../images/down-arrow.svg);
        width: 20px;
        height: 16px;
        position: absolute;
        right: -6px;
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    .footer-list ul li a{
        font-size: 16px;
    }

    .mobile-toggle button {
        margin-left: 10px;
        font-size: 14px;
        padding: 6px;
        border:1px solid var(--color-1F)
    }
    .banner-content{
        padding:20px;
    }
    .banner-content h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .banner-form-right {
        padding: 20px 20px 20px 20px;
        margin-top: -10px;
        width: 100%;
    }
    .banner-form-right h5{
        font-size: 18px;
        margin-top: 0px;
    }
    .heading-40 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .why-educosoft-heading p {
        font-size: 16px;
        width: 100%;
        margin: 0px auto 20px;
    }
    .why-educosoft-box p {
        font-size: 16px;
    }
    .why-educosoft-box:hover p {
        font-size: 16px;
    }
    
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 75px;
        background: #fff;
        z-index: 99;
    }
    .navbar .navbar-nav .dropdown-menu {
        width: 100%;
        padding: 0px;
        border-radius: 7px;
        border: none;
        box-shadow: none;
    }

    .navbar .navbar-nav .dropdown-menu li a {
        
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.2px;
        padding: 10px 35px !important;
    }
    .main-nav ul li a:after{
            display: none;
}
    .educosoft-work {
        padding: 50px 0px 50px;
    }
    .footer-list ul li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .copy-right {
        text-align: right;
        font-size: 15px;
        margin-top: 20px;
        text-align: left;
    }
    .trusted-box1 {
        margin-bottom: 20px;
        text-align: left;
    }
    .number-normal {
        margin: 0px auto;
        width: fit-content;
    }
    .why-educosoft-box{
        width: 100%;
    }
    .course-faq-main button.accordion-button p {
        width: 60%;
    }
    .number-normal div {
        justify-content: left !important;
        font-size: 20px;
    }
    .number-normal div span{
        font-size: 28px !important;
    }
    .number-normal .data1:after, .data2:after, .data3:after, .data4:after {
        content: 'M+';
        font-size: 28px;
    }
    .number-normal .data5:after {
        content: 'K+';
        font-size: 28px;
    }
    .trusted-box1 p br{
        display: none;
    }
    .trusted-globally .why-educosoft-heading {
        margin-bottom: 0px;
    }
    .trusted-box1 p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 0px;
    }
    .what-students-box-main p {
        font-size: 16px;
    }
    ul.navbar-nav li a{
        padding:10px 35px !important;
    }
    .about-pra p{
        font-size: 16px;
        margin-top: 20px;
    }
    .map-content p{
        font-size: 16px;
    }
    .mission-content p{
        font-size: 16px;
    }
    .mission-withicon h4 {
        font-size: 18px;
        line-height: 23px;
    }
    .feature-mbody ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .feature-pra p{
        font-size: 18px;
    }
    .mission-withicon p{
        font-size: 16px;
    }
    .mission-withicon{
        margin-bottom: 20px;
    }
    .footer-main .row .col-lg-2:nth-child(1) {
        order: 1;
        width: 50%;
    }
    .footer-main .row .col-lg-2:nth-child(2) {
        width: 50%;
        order: 2;
    }
    .footer-main .row .col-lg-2:nth-child(3) {
        order: 3;
        width: 50%;
    }
    .footer-main .row .col-lg-2:nth-child(4) {
        order: 4;
        width: 50%;
    }
    .footer-main .row div:nth-child(5) {
        order: 0;
    }
    .home2-banner .row {
        flex-direction: row;
        padding-top: 0px;
    }
    .banner-form-content .col-lg-9 {
        width: 60%;
    }
    .banner-form-content .col-lg-3 {
        width: 40%;
    }
    .home-2heading h1 {
        font-size: 26px;
        width: 100%;
        margin-top: 40px;
        line-height: 42px;
        letter-spacing: 1px;
    }
    .footer-list-last ul li {
        text-align: left;
        margin-bottom: 15px;
    }
    .footer-list-last ul li a {
        font-size: 16px;
    }
    .system-requirment-bodybox span {
        color: var(--color-67);
        font-size: 10px;
        padding:5px 7px;
    }
    .banner-form-content {
        padding: 50px 30px;
    }
    .key-features-box svg {
        width: 100%;
    }
    .keyfeature-list h4 {
        font-size: 22px;
        margin-top: 30px;
    }
    .key-step3 {
        position: absolute;
        right: -109px;

    }
    .majorlisthead h4 {
        font-size: 22px;
    }
    
    .keyfeature-list h3 {
        position: absolute;
        top: 34%;
        color: var(--color-1F);
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
        left: 36%;
        text-align: center;
        width: 28%;
    }
    .key-features-main {
        background: #EEF4FA;
        padding: 25px 0px;
    }
    .videopg-vidocol {
        margin-bottom: 20px;
    }
    .sign-pg-img {
        height: auto;
    }
    .signpg-form .banner-form-right {
        padding: 50px 50px;
        width: 100%;
        justify-content: center;
        margin: 0px auto;
    }
    .error-main {
        padding: 50px 20px;
    }
    .error-content{
        padding:50px 0px;
    }
    .error-content h4{
        font-size: 44px;
    }
    .error-content p {
        width: 100%;
        font-size: 20px;
    }
    .notfound-img img {
        width: 70%;
        margin: 0px auto;
        display: block;
    }
    .oursecondheading h3{
        font-size: 32px;
        margin-top: 0px;
    }
    .Login_popslid .modal-dialog {
        max-width: 65%;
    }
    .k12-card p{
        margin-bottom: 30px;
    }
    
    .keyfeature-list div{
        display: none;
        padding:0px 20px;
        position: inherit;
    }
    .keyfeature-list div.active{
        display: block;
    }
    .keyfeature-list div p{
        display: block;
        position:inherit !important;
    }
    .keyfeature-list div p {
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .feature-fill.active{
        fill: var(--color-1F);
    }
    .step-1, .step-2, .step-3, .step-4, .step-5{
        top:0px;
        bottom:0px;
    }
    .steps-content{
        width: 100%;
    }
    .steps-content p{
        margin:10px 0px 0px;
    }
    .wrapper {
        height: 548px;
    }
    .feature-pratop p {
        font-size: 18px;
    }
    section.location-bg{
        background-image: url(../images/tablet-location-bg.png);
    }
    .cookie-content{
        width: 50%;
    }
    .footer-main .row .col-lg-2:nth-child(1) {
    order: 1;
    width: 50%;
}
.support-user-heading ul li{
    font-size:16px;
}
.support-user-heading ol li{
    font-size:16px;
}
  }
  @media (min-width: 300px) and (max-width: 600px) {
    .trusted-globally-list {
        display: block;
        margin-top: 30px;
    }
    
    .arrow-worktext{
        display: none;
    }
    .navbar .container-fluid {
        width: 100%;
    }
    .main-logo img {
        width: 100%;
        height: 48px;
        object-fit: contain;
    }
    .main-logo {
        width: 40%;
    }
    .country-select .select-selected {
        padding: 4px 10px 4px 8px;
    }
    button.btn-border {
        padding: 4px 6px 4px 6px;
        border-radius: 24px;
        border: 1px solid;
        background: var(--color-trnp);
        font-size: 10px;
        font-weight: var(--wight-500);
        line-height: 3px;
        color: var(--color-1F);
    }
    .navbar-button {
        gap: 5px;
        align-items: center;
        width: 60%;
    }
    .navbar-button a {
        font-size: 10px;
        padding: 5px;
    }
    .country-select {
        display: none;
    }
    .select-selected:after {
        content: '';
        background-image: url(../images/down-arrow.svg);
        width: 20px;
        height: 16px;
        position: absolute;
        right: -6px;
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    .mobile-toggle button {
        margin-left: 0px;
        font-size: 14px;
        padding: 4px;
        border:1px solid #1f48a4;
    }
    .banner-content{
        padding:20px;
    }
    .banner-content h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .banner-form-right {
        padding: 40px 20px 40px 20px;
        margin-top: -10px;
        width: 100%;
    }
    .heading-40 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .what-students .owl-nav button span{
        width: 30px;
        height: 30px;
    }
    .what-students .owl-theme .owl-nav button.owl-prev {
        position: absolute;
        left: -50px;
    }
    .what-students .owl-theme .owl-nav button.owl-next {
        position: absolute;
        right: -50px;
    }
    .why-educosoft-heading p {
        font-size: 16px;
        width: 100%;
        margin: 0px auto 20px;
    }
    .why-educosoft-box p {
        font-size: 16px;
    }
    .why-educosoft-box:hover p {
        font-size: 16px;
    }
    
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 75px;
        background: #fff;
        z-index: 99;
    }
    .wrapper{
        height: auto;
    }
    .footer-list ul li a{
        font-size: 16px;
    }
    .navbar .navbar-nav .dropdown-menu {
        width: 100%;
        padding: 0px;
        border-radius: 7px;
        border: none;
        box-shadow: none;
    }

    .navbar .navbar-nav .dropdown-menu li a {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.2px;
        padding: 8px 15px !important;
    }
    ul.navbar-nav li a{
        font-size: 16px;
    }
    .educosoft-work {
        padding: 50px 0px 50px;
    }
    .footer-list ul li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .feature-fill.active{
        fill: var(--color-1F);
    }
    .copy-right {
        text-align: right;
        
        font-size: 15px;
        margin-top: 20px;
        text-align: left;
    }
    .trusted-box1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .number-normal {
        margin: 10px auto;
        width: fit-content;
    }
    .trusted-box1 {
        width: 100%;
    }
    .trusted-box1 p br{
        display: none;
    }
    .number-normal div {
        justify-content: left !important;
        font-size: 28px !important;
    }
    .number-normal .data5:after {
        content: 'K+';
        font-size: 28px !important;
    }
    .number-normal .data1:after, .data2:after, .data3:after, .data4:after {
        content: 'M+';
        font-size: 28px !important;
    }
    .trusted-box1 p {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        padding-right: 0px;
        text-align: center;
    }

    .what-students-box-main p {
        font-size: 16px;
    }
    .wrap-work,.chart-svg svg{
        width: 100%;
        height: auto;
    }
    .steps-content{
        width: 100%;
    }
    .form-control::placeholder{
        color:  #9DA4B3;
    font-size: 14px;
    }
    .banner-form-right h5 {
        font-size: 18px;
        margin: 0px 0px 10px;
    }
    .banner-form-right .button-footer p {
        font-size: 14px;
    }
    .width-90 {
        width: 100%;
    }
    .footer-main div:nth-child(1) {
        order: 1;
    }
    .footer-main div:nth-child(2) {
        order: 2;
    }
    .footer-main div:nth-child(3) {
        order: 3;
    }
    .footer-main div:nth-child(4) {
        order: 4;
    }
    .footer-main div:nth-child(5) {
        order: 0;
    }
    .footer-list-last ul li {
        text-align: left;
        margin-bottom: 15px;
    }
    ul.navbar-nav li a {
        padding: 10px 15px !important;
    }
    .about-pra {
        padding-top: 20px;
    }
    .about-pra p {
        font-size: 16px;
        line-height: 28px;
    }
    .map-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .mission-content p {
        color: var(--color-67);
        font-size: 16px;
        line-height: 28px;
    }
    .mission-withicon h4 {
        font-size: 22px;
        line-height: 19px;
        margin-top: 20px;
    }
    .mission-withicon img {
        width: 40px;
    }
    .mission-withicon p{
        font-size: 16px;
        line-height: 28px;
    }
    .mission-withicon{
        margin-bottom: 20px;
    }
    .banner-imgmain {
        padding-top: 30px;
    }
    .contact-add-infobody p, a {
        font-size: 14px;
    }    
    .btn-border{
        height: 32px;
    }
    .contact-add-info {
        margin-bottom: 20px;
    }
    .course-faq-main .accordion-item button.accordion-button {
        box-shadow: none;
        padding: 12px 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .faq-tab-main {
        padding-top: 0px;
        display: block;
        flex-direction: row;
        margin-bottom: 10px;
        gap: 0px;
    }
    .support-user-heading h5{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .mb-ourfndimg{
        margin-top: 30px;
    }
    .download-browser-main .space30 {
        display: none;
    }
    .home2-banner .row {
        flex-direction: column;
        padding-top: 0px;
    }
    .banner-form-right h4 {
        font-size: 22px;
    }
    .banner-form-content .col-lg-9 {
        width: 100%;
    }
    .banner-form-content .col-lg-3 {
        width: 100%;
    }
    .home2-banner {
        height: auto;
    }
    .home-2heading h1 {
        font-size: 24px;
        width: 100%;
        margin-top: 0px;
        line-height: 34px;
        margin-bottom: 33px;
        letter-spacing: 1px;
    }
    .why-educosoft-box{
        width: 100%;
    }
    .faq-tab-main .nav{
        margin-right: 0px !important;
    }
    .faq-tab-main .nav-link{
        font-size: 16px;
    }
    .support-user-heading ol li{
        font-size: 16px;
    }
    .faq-tab-content h4 {
        margin-bottom: 2px;
        margin-top: 30px;
    }
    .faq-tab-content .accordion-button{
        font-size: 16px;
    }
    .support-user-heading p{
        font-size: 16px;
        line-height: 28px;
    }
    .mb-usegud{
        margin-top: 40px;
    }
    .why-educosoft {
        padding: 50px 0px 50px;
    }
    .user-guide-boxlist-body ul li img {
        width: 20px;
        margin-right: 5px;
    }
    .user-guide-boxlist-head ul li {
        color: #161C2D;
        font-size: 16px;
    }
    .download-browser-content h4{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .download-browser-content {
        margin-top: 20px;
    }
    .download-browser-main {
        padding-top: 20px;
    }
    .what-students-box-main{
        height: 360px !important;
    }
    
    .download-browser-content p{
        font-size: 16px;
    }
    .system-requirment-head h3{
        font-size: 20px;
    }
    .system-requirment-body {
        padding: 0px;
        display: none;
        margin-bottom: 20px;
    }
    
    .system-requirment-bodybox h4.support-head {
        color: var(--color-67);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.18px;
        margin-bottom: 10px;
        display: block;
    }
    .system-requirment-main{
        padding:50px 20px;
    }
    .system-requirment-second {
        width: 100%;
        margin-bottom: 15px;
    }
    .system-requirment-third {
        width: 100%;
        margin-bottom: 15px;
    }
    .system-requirment-first {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0px !important;
        text-align: left;
    }
    .system-requirment-four{
        width: 100%;
    }
    .system-boxlist ul li .system-requirment-bodybox {
        padding: 24px 20px;
        margin-bottom: 20px;
        display: block;
    }
    .system-requirment-bodybox p {
        color: var(--color-32);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }
    .user-guideullist ul {
        display: flex;
        align-items: center;
        padding: 12px 13px;
    }
    .user-guide-boxlist-body ul li{
        font-size: 14px;
    }
    .userlist-icon button {
        padding: 3px;
    }
    .userlist-icon {
        text-align: right;
        display: flex;
        justify-content: end;
    }
    .key-features-box {
        position: relative;
        width: 100%;
        margin: 0px auto;
    }
    .feature-chart svg {
        width: 100%;
        height: 315px;
    }
    .keyfeature-list h4{
        font-size: 22px;
        margin-top: 30px;
    }
    .keyfeature-list h3 {
        position: absolute;
        top: 26%;
        color: var(--color-1F);
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
        left: 35.5%;
        text-align: center;
        width: 29%;
    }
    .why-educosoft-heading {
        margin-bottom: 0px;
    }
    .course-faq-main button.accordion-button p .accordign-Entg:nth-child(2) {
        margin-left: 5px !important;
    }
    .course-faq-main button.accordion-button p {
        width: 60%;
    }
    .course-faq-main button.accordion-button .down-cirrur {
        padding: 5px 5px 5px 5px;
        border-radius: 24px;
        border: 1px solid;
        background: var(--color-trnp);
        font-size: 11px;
        font-weight: var(--wight-500);
        line-height: 20px;
        color: var(--color-1F);
    }
    .course-faq-main button.accordion-button p .accordign-Entg{
        font-size: 12px;
    }
    .course-faq-main .accordion-button::after {
        background-image: url(../images/icons/blue-plus.png) !important;
        transform: rotate(225deg);
        background-size: 68%;
        background-position: bottom;
    }
    .accordign-basic-body .accordion-button.collapsed::after {
        background-image: url(../images/icons/minus.png) !important;
        transform: translateZ(10px);
        background-size: 62%;
    }
    .majorlisthead h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .majorlisthead p {
        font-size: 14px;
    }
    .majorlistbody p{
        font-size: 16px;
    }
    .major-releases-pagination ul li a{
        background:transparent;
    }
    .videopg-vidocol {
        margin-bottom: 20px;
    }
    .sign-pg-img {
        height: auto;
    }
    .signpg-form .banner-form-right {
        padding: 50px 20px;
        width: 100%;
    }
    .error-main {
        padding: 50px 20px;
    }
    .error-content{
        padding:20px 0px;
    }
    .error-content h4{
        font-size: 24px;
    }
    .error-content p {
        width: 100%;
        font-size: 16px;
    }
    .faq-tab-main .nav {
        margin-right: 0px !important;
        position: inherit !important;
    }
    .faq-tab-content .accordion-button::after {
        background-image: url(../images/icons/blue-plus.png);
        background-size: 14px !important;
    }
    .trustimg{
        margin:0px auto;
    }
    .testimain-main ul.nav.nav-pills a.nav-link {
        display: flex;
        padding: 11px 13px;
        align-items: center;
        gap: 10px;
        border-radius: 26px;
        background: #FFF;
        box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.04);
        color: var(--color-67);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.2px;
    }
    .keyfeature-list div{
        display: none;
        padding:0px 20px;
    }
    .keyfeature-list div.active{
        display: block;
    }
    .keyfeature-list div p{
        display: block;
        position: inherit !important;
    }
    .oursecondheading h3{
        font-size: 28px;
    }
    .main-nav ul li a:after{
        display: none;
    }
    .user-guide-boxlist-body ul li:nth-child(1) {
        width: 60%;
        display: flex;
        align-items: center;
        line-height: 18px;
    }
    .footer-list-last ul li a {
        font-size: 16px;
    }
    .navbar.sticky .navbar-button .btn-border{
        margin-left: 0px;
    }
    .Login_popslid .modal-dialog {
        max-width: 100%;
    }
    .Login_popslid .banner-form-right {
        padding: 70px 10px;
        height: 100%;
    }
    .banner-form-right .btn-close {
        --bs-btn-close-bg: none;
        opacity: 1;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .feature-pra p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .register-iframe p{
        font-size: 16px;
    }
    .support-user-guide{
        padding-top: 0px;
    }
    .key-features-main{
        padding: 60px 0px 60px;
    }
    .why-educosoft-heading p br{
        display: none;
    }
    .k2-afercnt p {
        font-size: 18px;
        line-height: 23px;
    }
    .k12-pt20 {
        padding-top: 20px;
        padding: 50px 20px;
    }
    .k12-card p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .navbar-button a.btn-border {
        margin-left: 0px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
    }
    .fx-gal-image-thumb img {
        width: 100% !important;
    }
    .fx-gal-item {
        width: 46%;
    }
    .fx-gal-image-big img {
        width: 60% !important;
    }
    .keyfeature-list div{
        position: inherit;
    }
    .keyfeature-list div p{
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    section.location-bg {
        background-image: url(../images/mobile-location-bg.png);
        height: 940px;
    }
    .mb-why-edu{
        padding-top: 0px;
    }
    .featur-imgbox h4 {
        margin-top: 0px;
        line-height: 20px;
        font-size: 16px;
    }
    button.navbar-toggler.collapsed span.navbar-toggler-icon{
        background-image: var(--bs-navbar-toggler-icon-bg);
        transform: none;
    }
    .navbar-toggler span.navbar-toggler-icon {
        background-image: url(../images/icons/blue-plus.png);
        transform: rotate(45deg);
    }
    .step-1{
        bottom:auto !important;
    }
    .steps-content h4{
        margin-bottom: 10px;
    }
    .iframe-box{
        height: 370px;
    }
    .tooltip-box span{
        left: -88%;
    }
    .tooltip-view span {
        left: -36%;
    }
    .testimain-main .what-students-box-main {
        padding: 12px;
        height: auto !important;
    }
    .what-students-box-main p {
        font-size: 16px;
        -webkit-line-clamp: 10;
    }
    .steps-content p {
        font-size: 14px;
        visibility: visible;
        opacity: 1;
        margin: 0px !important;
        width: 100% !important;
    }
    .forgot-modal {
        padding: 56px 30px;
    }
    .fullscreen img {
        width: 17px !important;
    }
    .feature-icon .carousel-control-prev {
        left: 12px;
    }
    .carousel-control-prev-icon {
        background-color: #1F48A4;
        height: 30px;
        width: 30px;
    }
    .carousel-control-next-icon {
        background-color: #1F48A4;
        height: 30px;
        width: 30px;
    }
    .feature-icon .carousel-control-next{
        right: 12px;
    }
    .heading-48 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .feature-mbody ul li{
        font-size: 16px;
        line-height: 24px;
    }
    .feature-pratop p {
        font-size: 16px;
    }
    .cookie-content {
        padding: 20px;
        width: 60%;
    }
    .cookie-content h4{
        font-size: 18px;
    }
    .cookie-content p{
        font-size: 10px;
        line-height: 16px;
    }
    .cookie-content p a{
        font-size: 10px;
        line-height: 16px;
    }
    .cookie-content .btn {
        margin-top: 10px;
        font-size: 12px;
        height: 34px;
    }

 .support-user-heading ul li{
        font-size:16px;
    }
    .support-user-heading ol li{
        font-size:16px;
    }

  }
@media only screen and (max-width: 380px) {
    .what-students-box-main{
        height: 360px !important;
    }
    .what-students-box-main p {
        font-size: 16px;
        -webkit-line-clamp: 10;
    }
    .steps-content p {
        font-size: 14px;
        visibility: visible;
        opacity: 1;
        margin: 0px !important;
        width: 100% !important;
    }
    .forgot-modal {
        padding: 56px 30px;
    }
    .fullscreen img {
        width: 17px !important;
    }
    .feature-pratop p {
        font-size: 16px;
    }
    
    
}

