* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --blue: #071d37;
    --white: #ffffff;
    --yellow: #da6425;
    --green: #54cb63;
    --gray: #f6f6f6;
}

ul {
    /* list-style: none; */
}

a {
    text-decoration: none;
}
p{
    text-align:justify;
}

html {
    overflow-x: hidden;
}

body {
    font-family: open sans, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
    font-size: 14px;
}

.top-header {
    background: #203d46;
    color: #fff;
    text-align: center;
    height: 45px;
    padding: 10px;
    font-size: 14px;
}

.top-header .left span {
    background: #da6425;
    padding: 2px 10px;
    color: #f8f9fa;
}

.top-header .left strong {
    color: #f8f9fa;
    text-decoration: underline;
}

.top-header .right a {
    color: var( --white);
    padding-right: 20px;
    text-decoration: none;
}

@media (max-width:500px) {
    .top-header .right {
        margin: auto;
    }
    .top-header .right a {
        font-size: 10px;
    }
}

.top-header .right svg {
    margin-right: 5px;
    font-size: 18px;
}

.top-header .right .svg2 svg {
    margin-right: 5px;
    font-size: 18px;
    transform: rotate(325deg);
}


/* navbar design  */

.dropdown-item {
    font-size: 14px;
    color: #203d46;
    font-weight: bold;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

.dropdown .dropdown-item svg {
    font-size: 16px;
    margin-right: 15px;
    position: absolute;
    right: 0;
}

.dropdown-menu {}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}


/* .dropdown:hover .dropdown-menu {

    display: block;

} */

.dropdown-menu::before {
    content: "";
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #203d46;
}

.navbar {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 9px rgb(0 0 0 / 5%);
    height: 80px;
    z-index: 99999999;
}
.navbar-nav {
    margin-top:13px;
}
#btnhead{
    margin-top:13px;
}
.navbar .navbar-brand {
    max-width: 90%!important;
}

.navbar-collapse {
    margin-bottom:20px;
}
.navbar .navbar-brand img {
    height: 70px;
    width: 100%;
}
@media(max-width:500px){
    .navbar .navbar-brand img {
    height: 54px;}
}

.navbar .nav-link {
    color: var(--blue)!important;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px
}

@media(max-width:500px) {
    .navbar .nav-link {
        padding-right: 0px
    }
}

.nav-link sup {
    background: #c72121;
    margin-left: 2px;
    color: #fff;
    padding: 2px;
}

.navbar .btn1,
.navbar .btn2 {
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
}

.navbar .btn1 {
    background: #da6425;
}

.navbar .btn2 {
    background: var( --green);
}

.navbar .btn2 svg {
    font-size: 19px;
}

.nav-item svg {
    font-size: 24px;
    margin-right: 15px;
}

.account svg {
    font-size: 27px;
    margin-right: 5px;
    color: var(--blue)!important;
}

.account span {
    color: var(--blue)!important;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.searchshow {
    width: 389px;
    right: 1%!important;
    padding: 10px;
    left: inherit!important;
}

.searchshow .btn {
    background-color: var(--blue);
    color: var( --white);
    font-size: 14px;
    border: none;
    border-radius: 0;
}


/* index banner css  */

.home-banner {
    background: linear-gradient(122deg, #203c48 0%, #1faae2 100%);
    color: #fff;
    height: 100%;
}

.title {
    font-size: 35px;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 15px
}

.sub-heading {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    /* font-weight: bold; */
    font-family: inherit;
    line-height: 31px;
}

.list {
    list-style: none;
    padding: 0;
}

.list li {
    padding: 10px 0;
    position: relative;
    font-size: 18px;
    font-weight: 300;
}

.list li svg {
    color: var( --yellow);
}

.all-box {
    width: 90%;
}
@media(max-width:500px){
    .all-box{
            width: 100%!important;
    }
    .all-box .box{
        padding: 11px!important;
  
    width: 33%!important;
   
    margin: 7px!important;

    }
    .title {
    font-size: 23px;
    }
    .qa {
 
    width: 90%!important;
    }
    .index-form .btn {
        font-size:12px!important;
    }
    footer {
   
    padding-bottom: 66px;
    }
}

.all-box .box {
    display: block;
    text-align: center;
    padding: 25px;
    margin: 0 20px 0 0;
    width: 40%;
    border: 1px solid #fff;
}

.all-box .box svg {
    font-size: 30px;
    margin-bottom: 8px
}

.all-box .box strong {
    font-size: 16px;
}

.all-box .box p {
    font-size: 16px;
    line-height: 25px;
}


/* right side form design  */

.title-form {
    background: var( --yellow);
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    left: -85px;
    transform: rotate(-90deg);
    top: 92px;
    padding: 10px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

@media(max-width:500px) {
    .title-form {
        position: relative;
        transform: rotate(0deg);
        left: 0;
        top: 0;
        margin-top: 10px;
    }
    .index-form {
        width: 100%!important;
        margin: auto!important;
    }
    .service {
        width: 96%;
    }
    .service .service1 .data p {
        padding: 0px 0px!important;
    }
}

.index-form {
    background: var( --white);
    padding: 30px;
    border-radius: 2px;
    width: 88%;
    margin-left: 29px;
}

.index-form label {
    color: black;
    width: 35%;
    padding-top: 10px
}

.index-form input {
    width: 65%;
    height: 40px;
    border-radius: 0;
}

.index-form select {
    width: 65%;
    height: 40px;
    border-radius: 0;
}

.index-form .btn {
    width: 100%;
    padding: 8px 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    background: var( --yellow);
    color: #ffffff;
    font-size: 16px;
    height: 40px;
}

.index-form .btn:hover {
    border: none;
}

.index-form .btn:active {
    border: none;
}

::placeholder {
    font-size: 14px;
}

.index-form button {
    width: 15%;
    height: 100%;
    border: none;
    background: var(--blue);
    color: var( --white);
    font-size: 18px;
}

.index-form .incre input {
    width: 30%;
    color: var(--blue);
    display: inline-block;
    text-align: center;
        border: none;
}

.index-form .incre .increment {
    width: 65%;
}


/* about section strat here  */

.about {
    margin-top: 50px;
    padding: 10px;
}

.about .title {
    margin-bottom: 40px;
    text-align: center;
    padding: 0;
    color: var(--blue);
    min-height: 75px;
    font-weight: 100;
    border-top: 1px solid #8080805e;
    padding-top: 46px;
}

.about .title strong {
    font-weight: bold;
}

.about .para {
    overflow-y: scroll;
    height: 300px;
}

.para p {
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 20px;
}

.about .cost {
    padding: 20px 40px;
}

.about .cost .cost1 {
    margin-bottom: 17px;
}

.cost .cost1 .icon {
    height: 70px;
    width: 70px;
    background: var( --yellow);
    border-radius: 50%;
    text-align: center;
    line-height: 2.5;
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
}

.cost1 strong {
    font-size: 18px;
    font-weight: 600;
}


/* services section here create by  hema  */

.service {
    margin-top: 50px;
    margin-bottom: 50px;
}

.service .title {
    text-align: center;
    padding: 0;
    color: var(--blue);
    min-height: 75px;
    font-weight: 100;
    border-top: 1px solid #8080805e;
    padding-top: 46px;
}

.service .title strong {
    font-weight: bold;
}

.service .title::after {
    content: "";
    border-bottom: 3px solid var( --yellow);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20%;
    display: block;
    margin-top: 10px;
}

.service .service1 {
    background: #fff;
    position: relative;
    width: 90%;
    padding: 45px 15px 30px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 200px;
}

.service1 .img {
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 10px;
    font-size: 33px;
    position: absolute;
    top: -30px;
    align-items: center;
    left: 40%;
    border-radius: 50%;
    background: var( --white);
    line-height: 1;
}

.service1 .img1 {
    border: 4px solid #ff5c5b;
}

.service .img1 svg {
    color: #ff5c5b;
}

.service1 .img2 {
    border: 4px solid #0a77d2;
}

.service .img2 svg {
    color: #0a77d2;
}

.service1 .img3 {
    border: 4px solid var( --yellow);
}

.service .img3 svg {
    color: var( --yellow);
}

.service1 .img4 {
    border: 4px solid #227cb1;
}

.service .img4 svg {
    color: #227cb1;
}

.service .service1 .data h3 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--blue);
}

.service .service1 .data p {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    white-space: normal
}


/* service slider  */

.carousel-inner .carousel-item {
    transition: transform .2s ease-in-out;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }
    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.carousel-control-prev svg {
    position: absolute;
    left: -20px;
    color: var(--blue);
    height: 30px;
    width: 30px!important;
    border-radius: 50%;
    font-size: 32px;
    border: 2px solid var(--blue);
    padding: 5px;
}

.carousel-control-next svg {
    right: -20px;
    position: absolute;
    color: var(--blue);
    height: 30px;
    width: 30px!important;
    border-radius: 50%;
    font-size: 32px;
    border: 2px solid var(--blue);
    padding: 5px
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}


/* subject section create by hema  */

.subject {
    margin-top: 50px;
    padding: 20px;
    min-height: 500px
}

.subject-left .title {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 300;
    color: var(--blue);
    width: 90%;
    margin-bottom: 30px;
}

.subject-left .title strong {
    color: var(--blue);
    font-weight: bold;
}

.subject-right {
    margin-top: 80px;
}

.subject-right img {
    width: 100%;
    height: inherit;
}

.subject-left .title::after {
    content: "";
    border-bottom: 3px solid var( --yellow);
    left: 0;
    right: 0;
    bottom: 0;
    width: 56%;
    display: block;
    margin-top: 10px;
}

.subject-left p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

.subject-list ul {
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.subject-list ul li strong {
    font-size: 20px;
    font-weight: 600;
}

.subject-list ul li p {
    line-height: 24px;
    padding: 5px 0 0;
}

.subject-list ul li {
    width: 45%;
    /* padding: 15px 0 0; */
}


/* offer section start here  */

.offer {
    height: auto;
    background: #8ecbe696;
    text-align: center;
    padding: 25px 10px;
}

.offer .head {
    font-size: 35px;
    font-weight: 100;
    font-family: inherit;
    color: #203c48;
}

.offer strong {
    font-weight: bold;
}

.offer .title-para {
    line-height: 25px;
    font-size: 17px;
    padding: 10px 0 15px;
}

.offer-form {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
    background: #203d46e8;
    padding: 10px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 20px;
}

.offer-form select {
    height: 46px;
    width: 92px;
    outline: none;
    border: none;
    position: absolute;
    padding: 10px;
}

.offer-form input {
    width: 60%;
    text-align: left;
    padding: 0px 128px;
    height: 47px;
    outline: none;
    border: none;
}

.offer-form button {
    background: #da6425;
    padding: 10px;
    box-sizing: border-box;
    width: 39%;
    font-weight: 600;
    outline: none;
    border: none;
    color: white;
}

@media(max-width:768px) {
    .offer-form {
        width: 100%;
    }
}

@media(max-width:500px) {
    .offer-form input {
        width: 100%;
        padding: 0px 1px;
        padding-left: 80px;
    }
    .offer-form select {
        width: 66px;
    }
    .offer-form button {
        padding: 0;
        font-size: 10px;
    }
}


/* review section css start here  */
.review-scroll{
    height:700px;
  overflow-y: scroll;
  margin:30px 0;
}

section.review {
    margin-top: 50px;
    margin-bottom: 40px;
    background: white;
}

.review video {
    height: 300px;
    width: 90%;
}

.review .data h1 {
    font-size: 25px;
    font-weight: 700;
}

.review .data {
    padding: 10px;
    /* background: white; */
}

.review .data p {
    padding: 10px 0;
    line-height: 27px;
}

.review .data a {
    background: var( --yellow);
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: none;
}


/* assignment tabbing section start here  */

.tabing {
    height: 100%;
    /* margin: 17px 10px; */
    background: #f6f6f6;
    padding: 10px 20px;
}

.tabing .title {
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
    color: var(--blue);
    min-height: 75px;
    font-weight: 100;
    /* border-top: 1px solid #8080805e; */
    padding-top: 46px;
}

.tabing .title strong {
    font-weight: bold;
}

.tabing .title::after {
    content: "";
    border-bottom: 3px solid var( --yellow);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20%;
    display: block;
    margin-top: 10px;
}

.tab {
    display: flex;
    width: 60%;
    margin: auto;
    white-space: nowrap;
    /* overflow-x: scroll;

    -ms-overflow-style: none; 

    scrollbar-width: none */
}

@media(max-width:800px) {
    .tab {
        width: 100%;
        overflow: scroll;
    }
    .tabcontent {
        width: 100%!important;
        padding: 0px 0px!important;
    }
    .tabcontent .inner {
        width: 100%!important;
    }
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    /* padding: 17px 17px; */
    /* width: 100%; */
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    padding: 10px 15px;
    margin: auto;
    font-weight: 700;
    color: var(--blue);
}


/* Create an active/current "tab button" class */

.tab button.active {
    border-bottom: 1px solid var(--blue);
}


/* Style the tab content */

.tabcontent {
    /* float: left; */
    padding: 0px 36px;
    border-top: 1px solid rgb(160 158 158 / 42%);
    width: 91%;
    border-left: none;
    height: 100%;
    background: #f6f6f6;
    margin: auto;
}

.tabcontent .inner {
    align-items: center!important;
    width: 95%;
    margin: auto;
    padding: 13px;
}

.inner img {
    height: 80%;
    width: 94%;
}

.inner .data h1 {
    font-size: 18px;
    font-weight: 700;
}


/* testimonila  section */




.testimonial-slider .carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: #f6f6f6;
    border-radius: 100%;
}
.testimonial-slider {
       padding: 10px 0px 40px;
    background: #203d46;
    color: white;
}

figcaption.blockquote-footer.mt-2 {
    color: white;
    font-size: 14px;
}


blockquote p{
  padding: 14px;
    font-size: 17px;
}


@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }
    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


/* fqa section  */

.fqa {
    background: #f6f6f6;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 2px;
}

.fqa .title h2 {
    text-align: center;
    color: var(--blue);
}

.fqa p {
    /* text-align: center; */
    font-size: 16px;
    color: var(--blue);
    padding: 10px;
}

.fqa .title h2 strong {
    font-weight: bold;
}

.fqa .title::after {
    content: "";
    border-bottom: 3px solid var( --yellow);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20%;
    display: block;
    margin-top: 10px;
}

.qa {
    list-style: none;
    width: 72%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

ul.qa li {
    margin-bottom: 1em;
    /* height: 50px; */
}

ul.qa li a.question {
    display: block;
    /* padding: 0.5em; */
    background-color: #000;
    color: black;
    text-decoration: none;
    box-sizing: border-box;
    height: 50px;
    background: var( --white);
    /* margin-bottom: 50px; */
    /* line-height: 3; */
    padding: 14px;
}

ul.qa li a.question.active {
    background-color: var(--blue);
    color: var( --white);
}

ul.qa li a.question svg {
    float: right;
    font-size: 22px;
    color: gray
}

ul.qa li .answer {
    display: none;
    padding: 0.5em;
    background-color: #ffffff;
    box-sizing: border-box;
    /* font-size: 13px; */
}

ul.qa li .answer.active {
    display: block;
}


/* whatsapp icon in website  */

.wtp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: var( --green);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.wtp svg {
    margin-top: 13px;
    font-size: 37px;
}

@media(max-width:600px) {
    .wtp {
        display: none;
    }
}


/* footer section css here create by hema  */

footer {
    background-color: #203c47;
}


/* footer social media in mobile view  */

.social-icon {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 5px;
    box-shadow: 0 -2px 6px 0 rgb(0 0 0 / 20%);
    z-index: 999999;
}

.social-icon ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
}

.social-icon ul li a {
    display: block;
    flex-direction: column;
    color: #000;
    text-align: center;
    align-items: center;
}

.social-icon ul li {
    width: 20%;
}

.social-icon ul li a svg {
    font-size: 26px;
    display: inline-block;
}

.social-icon ul li a span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}

.social-icon ul li .color1 svg {
    color: #da6425;
}

.social-icon ul li a svg {
    color: #da6425;
}

.social-icon ul li .color2 svg {
    width: 51px;
    height: 48px;
    margin-top: -22px;
    border-radius: 100%;
    border: 7px solid #fff;
    box-shadow: 0 -5px 7px -5px #797979;
    border-bottom: 0;
    padding: 5px;
    background-color: var(--yellow);
    color: white;
}


/* quizzes page style here create by hema*/

.quizzes-img img {
    width: 100%;
    margin-bottom: 20px;
}

.quizzes {
    border-top: 1px solid #8080805e;
    padding-top: 46px;
    margin: 10px;
}

.quizzes-data h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #203d46;
}

.quizzes-data p {
    padding-top: 10px;
}

.quizzes-data h4 {
    font-size: 20px;
    font-weight: bold;
    color: #203d46;
}

.quizzes-data ul {
    list-style: square outside none;
}

.quizzes-data .ul li {
    font-size: 15px;
    font-weight: 100!important;
    color: black;
}

.quizzes-data ul li {
    font-size: 15px;
    font-weight: bold;
    color: #203d46;
}

.quizzes-img .wp {
    position: relative;
}

.quizzes-img .wp a {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    background: rgba(84, 203, 99, .9);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
}


/*policy page data */
.content{

   

    padding:50px 50px;

    margin:auto;



}
.content p{
    
    margin-top: 20px;
}
.content .ol{
    margin-top:20px;
}



.content h2{

    text-decoration: underline;

    text-decoration-color: black;

    text-underline-offset: 5px;

    text-decoration-thickness: 2px;
        margin-bottom: 38px;

}

.content b{

    text-decoration: underline;

    text-decoration-color: black;

    text-underline-offset: 4px;

    text-decoration-thickness: 2px;

}

.content ul{
    list-style:disc!important;
}
/*end here */

/* become a tutuor  page   */

.tut .title {
        text-align: center;
    margin-top: 50px;
    color: #203d46;

}

.tutore {
    text-align: center;
    background-color: #46a4d726;
    margin: 90px 0;
    padding: 10px;
    height: 308px;
    /* color: white; */
    border-radius: 13px;
}

.tutore .img {
    width: 56%;
    margin: auto;
}

.tutore .img img {
    margin-top: -80px;
}

.tutore .data h4 {
    font-size: 25px;
    color:#203d46;
    font-weight: bold;
    padding-top: 34px;
    
}

.tutore .data p {
    color: #203d46;
}

.form-tutor .title {
        text-align: center;
    margin-top: 50px;
    color: #203d46;

}
.form-tutor .form-design{
    padding:50px 0;
}
.form-tutor .wrapper{
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        border: 1px solid #204250;
        /* border: 10px; */
        border-radius: 8px;
}
/*rightb side time line */

.time-line {
    margin: 92px auto;
}
.time-line .line{
  padding: 5px 0 5px 30px;
  border-left: 3px solid #204250;
  margin-left: 51px;
}
.time-line .line p{
  text-align: center;
  width: 100%;
  padding: 22px;
  border: 1px solid #204250;
  color: #03254a;
  margin: 20px 3px;
  position: relative;
  font-size: 17px;
}
 .time-line .line p:before{
  content: '';
  position: absolute;
  left: -45px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #204250;
  border-radius: 50%;
  background-color: #1fa3d9;
}
.time-line .line p:after{
  content: '';
  position: absolute;
  left: -21px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #204250;
}



/*review section */
.rating-review{
    text-align:center;
}
.rating-review  a{
    padding: 10px 33px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    background: #da6425;
    /* margin-top: 10px; */
}
.rating-review .part{
    display:  flex;
    justify-content: space-around;
    margin: 30px auto;
    text-align: center;
    width: 87%;
    /* margin: auto; */
}
.rating-review .left{
    border-right: 1px solid #707070;
    padding: 0px 15px;
}
.rating-review .left img{
    width: 159px;
}
.rating-review span{
    font-weight: 600;
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}

.google-review{
    margin-top:50px;
}
.google{
        padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
        margin-top: 25px

}
.google .top h4{
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
    color: black;
}
.google p{
    font-weight: 300;
    font-size: 13px;
        text-transform: capitalize;
    line-height: 22px;
}




/*computer  scrience page */

.hero-banner a{
       padding: 15px 26px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    background: #da6425;
    margin-top: 30px;

}
.why-best{
    border-top: 1px solid #8080805e;
    padding-top: 25px;
    margin: 10px;
    margin-top: 48px;
}
.why-best .title{
    margin-top:30px;
    color: #203d46;
    
}
.why-best .best{
    gap:20px;
    margin: 30px;
}
.why-best .best h4{
    font-size: 22px;
    color: #203d46;
}

.why-best .best img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

/*step section */
.steps{
        border-top: 1px solid #8080805e;
    padding-top: 46px;
    margin: 10px;
}
.steps .title{
        color: #203d46;
}
.steps p{
    font-weight: 400;
    font-size: 19px;
    
    color: #203d46;
}
.steps .after::after{
    content:"";
}
.steps .step{
       padding: 10px;
  
    margin: 31px 2px
}
.steps .step img{
    margin: 0 auto;
    height: 280px;
}
.step .data h5{
    color: #203d46;
    font-weight:bold;
    
} 
.step .data {
    margin-top:20px;
}
.step .data p{
    color: #203d46;
    font-size: 17px;
    
} 

/*programming help */ 
.p_help h4{
    margin-bottom:20px;
}
.p_list{
        margin-bottom: 24px;
    padding: 12px 16px;
    background: #f9f9f9;
    border-radius: 3px!important;
    border: 1px solid #d8d8d8;
}
.p_list h5{
        font-size: 18px;
    font-weight: bold;
    color: #203d46;
    margin-bottom: 18px;
}
.p_help .p_list ul li{
        width: 24%  ;
        list-style: none none;
    /* background: none; */
    padding: 0 0 0 13px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    width: 32%;
    transition: width 2s;
}
.p_help .p_list ul li span{
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    font-size: 20px;
    line-height: 16px;
    color: #558FB5;
}
.p_help .p_list ul li a{
        color: #11567D;
    display: inline-block;
    padding-left: 20px;
}
.email_verify_otp{
    display: none;
}
#email_otp_result{
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
.mobile_verify_otp{
    display: none;
}
#mobile_otp_result{
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}


.book-tab {
    background-color: #10100fc7!important;
    padding: 10px;
}
.successs {
    margin-top: 101px!important;
    margin-bottom: 104px!important;
    margin: 5px auto;
    border-radius: 5px;
    border: 3px solid #000;
    background: #203c47;
    color: #fff;
    font-size: 14px;
    padding: 31px;
    box-shadow: 10px 9px 10px #444444;
    width: 57%;
    text-align: center;
    /* height: 85%; */
}
.page-header {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e7e7;
    /* border-top: 2px solid #e7e7e7; */
}
.lead-title {
    font-size: 20px;
    font-weight: 600;
    /* padding: 43px; */
    padding: 14px;
}
ul.lead-content {
    list-style: auto;
    font-size: 19px;
    /* margin-bottom: 30px; */
    font-weight: 500;
    color: #000;
}
.pricing-section-vertical {
    padding-left: 30px;
    padding-right: 30px;
}
 .plan-group-desc {
    margin-top: 12px;
    font-size: 18px;
}
.plan-group{
    font-size: 28px;
    /* font-weight: 500; */
    font-weight: 600;

}
.pricing {
    background: #ffffff;
    box-shadow: 0 0 15px #c5c5c5;
    margin-bottom: 23px;
    /* height: 605px; */
    /* padding-bottom: 25px; */
    height: 98%;
    /* padding: 22px; */
}
.plan-name-container {
    cursor: pointer;
    background: #e9eef2;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    padding: 25px 15px;
    height: 80px;
    text-align: center;
}
.plan-name {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}
.plan-desc-container {
    line-height: 38px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    padding: 30px 25px;
}
.pricing-section-vertical .pricing .plan-desc-container ul li {
    font-size: 14px;
    margin-bottom: 10px
}
.pricing-section-vertical .pricing .plan-price-container {
    padding: 15px;
}
p.plan-price {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 0;
    text-align: center;
}
span.price-value {
    font-weight: 600;
    font-size: 18px;
}
.text-cta {
    color: #ff2998 !important;
    text-align: center;
    /* font-weight: 600; */
}
.choose-plan-container {
    margin-top: 15px;
    text-align: center;
}
.choose-plan-container.col-xs-12 {
    font-size: 14px;
    padding: 10px 195px;
}
.btn-primary {
    color: #fff;
    background-color: #003f5f;
    border-color: #003f5f;
    width: 146px;
    margin-left: -79px;
    padding: 16px;
}
.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
    /* padding: 60px; */
}
 ul li.bolder {
    font-weight: 600;}
    .more-options {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.plan-group {
    font-size: 28px;
    font-weight: 500;
    margin-top: 50px;
}
.plan-group-desc {
    margin-top: 10px;
    font-size: 14px;
}
.rc-disclaimer {
    margin-top: 72px;
    font-size: 17px;
}
.best-value {
    background-color: #da6425;
    box-shadow: 0 0 15px #c5c5c5;
    border-radius: 10px 10px 0 0;
    text-align: center;
    height: 50px;
}
.best-value p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
}
.main-content {
    background-color: #f6f6f6;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.main-content b {
    font-weight: 700;
    font-size: 15px;
    background-color: #ffca00;
    padding: 4px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.main-content a {
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-content span {
    font-weight: 700;
    text-indent: -999px;
    font-size: 0;
    background: url('image/sprite.svg') no-repeat -75px -40px;
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
img.sample {
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.samples-box {
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    padding-top: 20px;
}
.sample-main-text {
    padding: 15px 22px;
    margin: 0;
}
.sample-text strong {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #ad6500;
}
.sample-text a  {
    color: #da6425;
    font-weight: 500;
    font-size: 15px;
}