@font-face {
  font-family: 'Poppins-Medium';
 src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Regular";
 src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Bold";
 src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-SemiBold";
 src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Light";
 src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-SemiBold', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    font-size: 15px;
    font-family: 'Poppins-Light';
}
.navbar-expand-lg .navbar-nav {width: 100%;margin: 0;}

/*Header Css Start*/

.head_right ul li span {
    margin: 0 10px 0 0;
    color: #00da89;
}

.head_right ul li:nth-child(3) a {
    background: linear-gradient(to right,#fe5d70,#fe909d);
    position: relative;
    color: #fff;
    padding: 10px 30px;
    transition: .2s linear;
    animation: 1s linear .7s infinite run;
    text-transform: uppercase;
    border-radius: 5px
}

@keyframes run {
    0%,100% {
        left: 0
    }

    50% {
        left: 10px
    }
}


.header_bot {
    padding: 0 50px 0;
    width: 100%;
    background: linear-gradient(to right,#0ac282eb,#0df3a3);
    text-align: center
}


.navbar-inverse {
    background-color: transparent;
    border: none
}


.head_right ul {
    display: flex;
    margin: 0;
    justify-content: end;
}


.header_top .row {
    display: flex;
    align-items: center;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

nav.navbar.navbar-expand-lg.navbar-light {
    margin: -30px 0 0;
    padding: 0;
}

.head_right ul li a {
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #605e86;
}
.head_right ul li button {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 10px #00000052;
    border-radius: 10px;
    margin: 0 0 0 100px;
    padding: 8px 10px;
}

div#header_bot .row {align-items: center;}

ul.nav.navbar-nav.mr-auto {
    align-items: center;
    margin: 39px 0 0 0;
}
.header {
}

.header_top {
    padding: 0 50px 0;
}
ul.nav.navbar-nav.mr-auto li a {
    color: #6c6c6c !important;
    font-family: 'Poppins-Medium';
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 16px;
}

/*Header Css End*/

.btm-row .row {display: flex;align-items: center;}
.banner-txt p {color: #fff;font-size: 16px;font-family: Poppins-Light;line-height: 30px;}
.banner-btn a {padding: 12px 0px;display: inline-block;width: 40%;border: 2px solid #00da89;text-align: center;transition: all 0.5s;border-radius: 5px;background: linear-gradient(to right,#0ac282,#0df3a3);color: #fff;font-family: 'Poppins-Medium';}

.top-row {background: linear-gradient(to right,#fe5d70,#fe909d);padding: 10px 0px;}
.tp-blk {display: flex;align-items: center;}
.top-row ul {display: flex;margin: 0;justify-content: end;}
.top-row ul li {margin: 0px 20px;}
.icn {margin: -3px 10px 0px 0px;}
.icn i {background: linear-gradient(to right,#0ac282,#0df3a3);min-width: 30px;padding: 6px 0px;text-align: center;color: #fff;border-radius: 100px;}
.number h6 {font-size: 16px;font-family: 'Poppins-Medium';color: #fff;margin: 0;}
.number a {font-family: 'Poppins-Medium';color: #fff;}
a.signUp:hover {background: transparent;color: #fff;}
a.chat:hover {background: transparent;color: #fff;}

/*banner css start*/
.modal-content {
    background-size: cover !important;
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
}

.modal-body {
}
div#exampleModal .modal-header h1 {
    color: #605e85;
    font-size: 31px;
    margin: 0px 63px 0px;
    font-family: revert;
}
.img-exteqion {
    width: 100%;
}

.img-exteqion img {
    width: 100%;
    margin: 0 0 10px;
}
div#exampleModal .datainput {
    padding: 10px 10px;
    border: 2px solid #605e85;
    margin: 4px;
}
div#exampleModal input#wa_name {
    border: none;
    width: 100%;
}

div#exampleModal input.validate {
    border: none;
}
div#exampleModal button.send_form {
    background: #605e85;
    padding: 10px 10px;
    margin: 5px 4px;
    font-family: 'Poppins-SemiBold';
    width: 100%;
    border-radius: 4px;
    color: #fe5d70;
}

div#exampleModal .modal-header {
    /* background: #fe5d70; */
    border: none;
}

div#exampleModal textarea#wa_textarea {
    border: none;
}
section.banner-sec {background: url(../images/banenr-edsc.jpg);background-size: 100%;background-repeat: no-repeat;padding: 40px 50px;background-position: center center;}
.banner-txt {}

.form-div {
    width: 100%;
    }

    .form-div form {background: linear-gradient(to right,#fe5d70,#fe909d);padding: 20px 20px;border-radius: 5px;width: 100%;position: relative;}

.form-div form input {width: 100%;font-family: 'Poppins-Medium';border-radius: 10px;outline: none !important;padding: 9px;margin: 0 0 10px;border: 0 !important;color: #000 !important;}

.form-div form textarea {width: 100%;border-radius: 10px;height: 140px;padding: 9px;border: 0 !important;outline: none !important;resize: none !important;}

.datainput {margin: 0px 0px 10px;}
section.pay-sec {padding: 20px 0px;}
.form-div form button {width: 100%;display: inline-block;padding: 8px 0px;font-family: 'Poppins-Medium';color: #fff;border-radius: 5px;background: linear-gradient(to right,#0ac282,#0df3a3);border: 1px solid #00da89;}
.banner-txt h1 {font-size: 30px;color: #fff;font-weight: 600;font-family: Poppins-SemiBold;text-transform: capitalize;line-height: normal;}

.head-form h4 {font-size: 25px;font-family: 'Poppins-Medium';margin: 0;color: #fff;padding-bottom: 10px;}

.form-div form label {font-size: 15px;font-family: 'Poppins-SemiBold';color: #fff;}

.form-div form label span {color: #00dd90;}

.botm-banner {background: #000;}

.row.row-1 {background: #ca786d;padding: 173px 0px 0px;transform: rotate(355deg);position: relative;top: 100px;left: -20px;min-width: 1370px;}

/*banner css end*/

/*help css start*/

section.help-sec {padding: 40px 20px 20px;}


.heading-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;}

.heading-blk p {font-size: 15px;font-family: 'Poppins-Medium';line-height: normal;COLOR: #2a3038;}

/*help css end*/

/*help css start*/

.help-img-blk img {width: 100%;height: 410px;margin: 0 0px 0;}

section.help-sec .row {display: flex;align-items: center;}

.help-txt-blk h5 {font-size: 21px;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 15px;color: #605e86;}

.help-txt-blk p {font-size: 15px;color: #2a3038;line-height: normal;font-family: 'Poppins-Medium';}

/*help css end*/

/*best sec css start*/



.help-txt-blk ul li {font-family: 'Poppins-Light';font-size: 14px;line-height: 26px;color: #2a3038;}

.best-blk h4 {font-size: 25px;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 10px;color: #605e86;}

.best-blk p {font-family: 'Poppins-Light';font-size: 14px;line-height: 26px;margin: 0;color: #2a3038;padding-bottom: 10px;}

.best-bx {background: #fff;padding: 50px 0px 10px 160px;cursor: pointer;border-radius: 5px;margin: 30px 12px;height: 358px !important;position: relative;transition: all 1s;}

.best-blk-bx {
    background: #605e86;
    height: 530px;
    padding: 40px 30px;
    border-radius: 5px;
}


.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:
  center;
  justify-content:
  center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}



section.pay-sec .row {
    display: flex;
    align-items: center;
}
.best-bx::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 20px;
    background: linear-gradient(to right,#fe5d70,#fe909d);
    width: 120px;
    height: 260px;
    border-radius: 5px;
}

.best-bx h5 {font-size: 22px;color: #605e85;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 10px;}

.best-bx p {font-family: 'Poppins-Medium';font-size: 13px;margin: 0;display: inline-block;color: #605e85;width: 100%;padding: 0px 30px 0px 0px;}

.book-now a {background: linear-gradient(to right,#fe5d70,#fe909d);width: 40%;display: inline-block;float: right;text-align: center;padding: 10px 15px;color: #fff;font-family: 'Poppins-Medium';border-radius: 5px;margin: 0px 20px;position: absolute;bottom: 10px;right: 0;}

.book-now {margin: 20px 0px;}

section.best-sec {padding: 0px 0px 20px;}

.pay-img-blk img {width: 100%;border-radius: 40px;transition: all 0.6s;}

.pay-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 20px;color: #605e86;}

.pay-blk p {font-size: 14px;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 10px;line-height: normal;color: #2a3038;}

.pay-btn a {display: inline-block;width: 30%;padding: 10px 0px;border-radius: 5px;background: linear-gradient(to right,#0ac282,#0df3a3);border: 2px solid;font-family: 'Poppins-Medium';text-align: center;color: #fff;transition: all 1s;margin: 0px 10px 0px 0px;}


.pay-btn {margin: 20px 0px;}

/*best sec css end*/

/*gurantee css start*/


.gurantee-blk {text-align: center;padding: 40px 0px;}

.gurantee-blk h5 {font-size: 20px;color: #ca786d;margin: 0;font-family: 'Poppins-Medium';padding-bottom: 10px;}

.gurantee-blk h4 {font-size: 35px;color: #2a3038;margin: 0;padding-bottom: 20px;font-family: 'Poppins-SemiBold';}

.gurantee-blk p {font-size: 14px;font-family: 'Poppins-Light';color: #2a3038;}


/*gurantee css end*/

/*ten css start*/

.ten-img-blk {overflow: hidden;transition: all 1s;}
.ten-img-blk:hover img {transform: scale(1.1);}
.pay-img-blk:hover img {transform: scale(1.1);}
.pay-img-blk {overflow: hidden;transition: all 0.6s;}
.place-blk:hover {transform: scaleY(1.1);background: linear-gradient(to right,#fe5d70,#fe909d);}
.place-blk:hover h5 {color: #2a3038;}

.ten-img-blk img {width: 100%;border-radius: 30px;transition: all 0.6s;}



.ten-head-blk h4 {font-size: 30px;color: #605e86;margin: 0;padding-bottom: 20px;font-family: 'Poppins-Medium';}

.ten-head-blk p {font-family: 'Poppins-Medium';margin: 0;padding-bottom: 20px;font-size: 14px;display: inline-block;width: 80%;line-height: normal;}

section.ten-min-sec .row {display: flex;align-items: center;}

section.ten-min-sec {padding: 30px 0px;}

.ten-blk h4 {
    font-size: 22px;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding-bottom: 20px;
    color: #605e86;
    }

.ten-blk p {color: #000;font-family: 'Poppins-Medium';font-size: 15px;margin: 0;padding-bottom: 20px;line-height: normal;}

/*ten css end*/

/*recommend-blk css start*/

section.recommend-sec {background: #605e86;text-align: center;padding: 30px 0px;}

.recommend-blk h4 {color: #fff;font-size: 30px;margin: 0;text-transform: capitalize;font-family: 'Poppins-Medium';padding-bottom: 10px;}

.recommend-blk p {font-size: 15px;font-family: 'Poppins-Light';color: #fff;display: inline-block;margin: 0;width: 100%;position: relative;}


section.recommend-sec .row.row-1 {left: -120px;top: 90px;}

/*recommend-blk css end*/

/*achieve css start*/

section.achieve-sec {padding: 20px 0px;}

.achieve-head-blk h4 {font-size: 30px;color: #605e86;line-height: 60px;display: inline-block;font-family: 'Poppins-SemiBold';}

.achieve-head-blk p {font-size: 15px;line-height: normal;font-family: 'Poppins-Light';}
.place-blk {display: flex;background: #605e86;margin: 10px 0px;padding: 24px 30px;height: 320px;transition: all 1s;}

.place-txt {margin: 0px 20px;}
.div-grade:hover {background: #ff7989;}
.div-grade:hover h5 {color: #fff;background: #605e85;}
.div-grade:hover p {color: #fff;}


.place-txt h5 {color: #fff;font-family: 'Poppins-Medium';font-size: 20px;text-transform: capitalize;margin: 0;padding-bottom: 10px;}

.place-txt p {font-family: 'Poppins-Light';color: #fff;margin: 0;padding-bottom: 0px;}

/*achieve css end*/


/*grade css start*/

.grade-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;margin: 0;padding-bottom: 10px;}

.grade-blk p {color: #605e86;font-size: 16px;font-family: 'Poppins-Medium';line-height: normal;margin: 0;padding-bottom: 30px;}



section.grade-sec .row {display: flex;align-items: center;}

section.grade-sec {padding: 20px 0px;}

.grade-scnd-blk .col-md-6 {padding: 0;border: 3px solid  #2a3038;}

.div-grade {background: #605e86;box-shadow: 0px 0px 10px #c1c1c1;padding: 20px 10px;height: 400px;cursor: pointer;transition: all 1s;margin: 0px 8px;border-radius: 5px;}

.div-grade h5 {color: #fff;font-family: 'Poppins-Medium';background: linear-gradient(to right,#fe5d70,#fe909d);padding: 10px 20px;border-radius: 5px;position: relative;width: 80%;left: -33px;font-size: 17px;margin: 0px 0px 20px;}

.div-grade p {font-size: 14px;font-family: 'Poppins-Medium';color: #fff;}

/*grade css end*/

/*faq css start*/


section.faq-sec {text-align: center;padding: 20px 0px;background: linear-gradient(to right,#fe5d70,#fe909d);}

.faq-head-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;}

.faq-head-blk p {font-size: 16px;font-family: 'Poppins-Medium';margin: 0;color: #fff;padding-bottom: 0px;}


.head_right ul li {
    margin: 5px 0 5px 10px;
}
.head_right ul li a i {
    color: #00da89;
}
/*faq css end*/

/*reason css start*/

.protocol-blk h4 {font-size: 40px;display: inline-block;width: 100%;line-height: 60px;color: #605e86;font-family: 'Poppins-SemiBold';}

.protocol-blk p {font-size: 16px;font-family: 'Poppins-Light';color: #2a3038;line-height: normal;}

.protocol-btn {text-align: center;}

.protocol-btn a {background: linear-gradient(to right,#fe5d70,#fe909d);width: 18%;display: inline-block;color: #fff;font-family: 'Poppins-SemiBold';padding: 14px 0px;transition: all 1s;margin: 0px 11px;border-radius: 10px;}

section.protocol-sec {padding: 20px 0px;text-align: center;}

section.reason-sec {padding: 20px 0px;}


section.reason-sec .row {width: 100%;display: flex;justify-content: center;align-items: center;}

.reason-blk h5 {color: #fe5d70;margin: 0;font-size: 20px;font-family: 'Poppins-Medium';padding-bottom: 10px;}

.reason-blk h4 {font-size: 30px;display: inline-block;width: 100%;text-transform: capitalize;color: #605e86;font-family: 'Poppins-SemiBold';}

.reason-blk p {font-size: 14px;color: #605e86;margin: 0;font-family: 'Poppins-Medium';padding: 10px 0px;}

.reason-blk p a {font-size: 16px;font-family: 'Poppins-Medium';background: linear-gradient(to right,#0ac282,#0df3a3);padding: 13px 20px;border-radius: 40px;margin: 0;color: #fff;}

.reason-blk p a:hover {background: #fff;color: #fe5d70;}

/*reason css end*/

/*rating css start*/

.rating-blk:hover {transform: rotateY(-180deg);background: #2a3038;}

.rate-img {transition: all 1s;}

.rating-blk:hover .rate-img {transform: rotateY(180deg);}

.rate-txt {transition: all 1s;}

.rating-blk:hover .rate-txt {transform: rotateY(-180deg);}

.rating-blk:hover .rate-no {transform: rotateY(-180deg);}


.rate-no {transition: all 1s;}

.rating-blk:hover .rate-no h4 {background: #ca786d;}



section.rating-sec {text-align: center;padding: 70px 0px;}

.head-rating h4 {font-size: 50px;text-transform: capitalize;font-family: 'Poppins-Medium';color: #ca786d;}

.rating-blk {box-shadow: 0 0 3px #000;padding: 40px 30px;width: 80%;transition: all 1s;margin: 0 auto;background: #ca786d;}

.rate-img img {width: 100%;}

.rate-txt h6 {font-size: 20px;font-family: 'Poppins-Medium';color: #fff;}

.rate-no h4 {color: #ffffff;font-family: 'Poppins-SemiBold';background: #2a3038;width: 40%;font-size: 18px;margin: 30px auto 0px;padding: 7px 0px;border-radius: 10px;}

.rate-img ul {display: flex;justify-content: center;}

.rate-img ul li {margin: 0px 4px;font-size: 25px;color: #fff;}

.head-rating {padding-bottom: 60px;}


/*rating css end*/

/*footer css start*/

.ftr-blk ul {margin: 20px 0px 20px;}

.ftr-blk ul li:hover a {color: #ca786d;font-weight: 600;font-family: 'Poppins-SemiBold';}

footer {background: #605e86;padding: 30px 0px 0;}

.ftr-btm {background: linear-gradient(to right,#fe5d70,#fe909d);margin: 20px 0px 0px;}

.ftr-blk h4 {color: #fff;font-family: 'Poppins-Medium';margin: 0;border-bottom: 3px solid #fff;font-size: 30px;padding-bottom: 10px;width: 59%;}
.ftr-blk ul li a {color: #fff;font-size: 18px;transition: all 1s;font-family: 'Poppins-Light';}
.ftr-blk ul li a i {color: #ca786d;margin: 0px 10px 0px 0px;}

.left {text-align: center;}
.left h6 {color: #fff;font-size: 15px;font-family: 'Poppins-Medium';margin: 0;}
.right {text-align: center;}
.right h6 {color: #fff;
   font-size: 15px;   font-family: 'Poppins-Medium';   margin: 0;}
.ftr-btm {padding: 10px 0px;}

/*footer css end*/


/*course css start*/

.tabcontent ul li {color: #fff;font-family: 'Poppins-Light';display: inline-block;margin: 0px 0px 10px;}

section.take-sec .col-md-7 {padding: 0;}

section.take-sec .col-md-5 {padding: 0;}
/*
course css end*/


/*accordion css start*/

.panel p {color: #fff;font-family: 'Poppins-Light';margin: 0;padding: 20px 10px;background: #ca786d;}

.accordion {
  background-color: #ca786d;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  font-family: 'Poppins-Medium';width: 100%;
  border: none;
  margin: 30px 0px 0px;text-align: left;
  outline: none;
  font-size: 15px;
  transition: 1s;
}

.accordion  .active, .accordion:hover {
  background-color: #2a3038; 
}

.panel {
  padding: 0 0px;
  text-align: left;font-family: 'Poppins-Light';display: none;
  background-color: white;
  transition: max-height 2s ease-out;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff !important;
  float: right;
  margin-left: 5px;
}

.accordion .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*accordion css end*/


/* Style the tab */

.tabcontent p {color: #fff;font-size: 15px;font-family: 'Poppins-Light';}
.tab {
  overflow: hidden;
  
  
background: #ca786d;}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
text-align: left;width: 100%;color: #fff;font-family: 'Poppins-Medium';}

button.tablinks.active::after {display: none;}

/* Change background color of buttons on hover */
.tab button:hover {
  
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #2a3038;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
background: #2a3038;}

.ul-blk {display: flex;}

.ul-blk ul {width: 100%;}


section.take-sec {overflow: hidden;padding: 0px 20px;}

.take-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;margin: 0;padding-bottom: 10px;}

.take-blk p {color: #000;font-family: 'Poppins-Medium';font-size: 15px;margin: 0px;padding-bottom: 20px;}

.list-blk p {font-size: 23px;color: #fff;font-family: 'Poppins-SemiBold';margin: 0;padding-bottom: 30px;}

.list-blk {background: #ca786d;padding: 20px 30px;margin: 20px 0px 50px;}

.list-blk ul li {color: #fff;font-family: 'Poppins-Light';margin: 0px 1px 10px;background: #2a3038;border-radius: 10px;padding: 10px 11px;width: 92%;height: 69px;text-align: center;display: flex;align-items: center;justify-content: center;}

section.Proctor-sec {background: #ca786d;text-align: center;padding: 60px 0px;}

section.Proctor-sec h4 {font-size: 40px;color: #2a3038;margin: 0;font-family: 'Poppins-Medium';padding-bottom: 20px;}

section.Proctor-sec p {font-size: 17px;font-family: 'Poppins-Light';color: #fff;margin: 0;padding-bottom: 10px;line-height: 40px;}

.pay-btn-1 a {width: 30%;}

.pay-btn-1 {width: 100%;}

section.Proctor-sec .row {display: flex;justify-content: center;}

.pay-btn-1 a:nth-child(1) {background: #fff;color: #ca786d;}


.best-bx-1 {height: 250px;padding: 30px 20px;}

.best-blk h5 {font-size: 24px;color: #2a3038;font-family: 'Poppins-SemiBold';margin: 0;padding-bottom: 10px;}

section.best-sec-1 {padding: 80px 0px 0 !important;}

section.take-sec-1 {background: #2a3038;padding: 60px 0px !important;}

.list-blk-1 h4 {font-size: 40px;color: #cb796e;font-family: 'Poppins-SemiBold';margin: 0;padding-bottom: 20px;}

.list-blk-1 ul li {color: #fff;list-style: inherit;font-family: 'Poppins-Light';margin: 20px 46px;font-size: 14px;}

.banner-contact {text-align: center;background: url(../images/cont.png);color: #fff;padding: 190px 0px;background-size: cover;width: 100%;background-repeat: no-repeat;}

.banner-contact h4 {font-size: 50px;text-transform: uppercase;font-family: 'Poppins-Medium';}

section.contact-sec {padding: 60px 0px;width: 100%;}

section.contact-sec .row {width: 100%;display: inline-block;}

.form-contact input {width: 100%;background: #605e86;border: 0;color: #fff;padding: 15px 10px;}

.form-contact textarea {
    width: 100%;
    color: #fff;
    background: #605e86;
    border: 0;
    height: 150px;
    padding: 15px 10px;
    outline: none !important;
    }

.form-contact label {width: 100%;font-family: 'Poppins-Medium';}

.form-contact label span {color: red;}

.form-contact textarea::placeholder {color: #fff;font-family: 'Poppins-Light';}

.form-contact input::placeholder {color: #fff;font-family: 'Poppins-Light';}

.form-contact button {width: 30%;border: 2px solid #fe5d70;background: linear-gradient(to right,#fe5d70,#fe909d);padding: 15px 0px;float: right;border-radius: 10px;color: #fff;transition: all 0.5s;font-family: 'Poppins-Medium';font-size: 18px;cursor: pointer;}

.form-contact button:hover {background: transparent;border-color: #ca786d;color: #fe5d70;}

.best-blk h6 {font-size: 20px;text-transform: capitalize;font-family: 'Poppins-Medium';color: #ca786d;padding-bottom: 30px;}



.ftr-btm .row {justify-content: center;}

.logo img {width: 80%;margin: 0;filter: drop-shadow(0px 0px 6px #00000069);}

.logo {width: 100%;margin: 0 -40px;}

.ftr-txt img {width: 100%;margin: 24px 0;}

.ftr-txt {position: relative;top: 0px;width: 100%;}




.pay-btn a:hover {transform: scale(1.1);color: #fff;}
.protocol-btn a:hover {transform: translateY(10px);color: #fff;}
.place-icon img {width: 90%;}

.form-div form input::placeholder {
    color: #000;
    font-size: 14px;
}

.form-div form textarea::placeholder {
    color: #000 !important;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}

section.banner-sec .row {
    display: flex;
    align-items: center;
}

.ul-box {background: #605e85;box-shadow: 0px 0px 10px #c5c1c1;border-radius: 5px;padding: 20px 10px 5px;height: 240px;text-align: center;}

.clr-bx {
    background: linear-gradient(to right,#fe5d70,#fe909d);
    padding: 9px 20px;
    border-radius: 5px;
}

.clr-bx h5 {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    margin: 0;
}

.ul-bx-txt p {
    font-size: 14px;
    font-family: 'Poppins-Medium';
    padding: 7px 7px;
    margin: 0;
    color: #fff;
}

.ul-bx-sec {
    padding: 0px 10px;
}

section.best-sec .slick-dots {
    bottom: 20px !important;
}

section.best-sec .slick-dots li button {
    background: linear-gradient(to right,#fe5d70,#fe909d) !important;
    font-size: 20px !important;
    text-align: center !important;
    min-width: 21px !important;
    border-radius: 2px;
}

section.best-sec .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}

section.best-sec .slick-dots li {
    width: 40px !important;
}

section.best-sec .slick-dots li button:before {
    font-size: 28px !important;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    height: 325px;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: #fff;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: translate3d(0, -50%, 0) scale(0.6);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: 0;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: 250ms ease-out;
    width: 20px;
    border-radius: 100%;
}
.commo img {
    width: 30px !important;
    height: auto;
    float: left;
    filter: hue-rotate(561deg);
}
.author-img img {
    width: 60px !important;
    height: auto;
    border-radius: 100%;
    margin-bottom: 0 !important;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: translate3d(0,-50%,0) scale(.6);
}

section.testi-sec {
    background: #605e86;
}

p.mb-4.text-muted {
    font-family: 'Poppins-Medium';
    color: #6c757d!important;
}

.d-flex.align-items-center {justify-content: center;width: 30%;float: right;background: linear-gradient(to right,#fe5d70,#fe909d);padding: 20px 0px;border-radius: 5px;position: absolute;right: 10px;bottom: -20px;}

h6.m-0.float-left.font-weight-bold.text-warning {
    color: #fff !important;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

h2.text-white {
    font-family: 'Poppins-Medium';
    text-align: center;
}

.ques-blk {
    background: #605e86;
    width: 70%;
    text-align: left;
    padding: 30px 30px;
    margin: 0 auto;
    border-radius: 5px;
}

.ques-blk h6 {
    margin: 0;
    color: #fff;
    font-family: 'Poppins-Medium';
}

.answer-blk {
    background: #fff;
    text-align: left;
    width: 70%;
    padding: 30px 30px;
    position: relative;
    margin: 20px auto;
    border-radius: 5px;
    left: -80px;
}

.answer-blk p {
    color: #605e86;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

.faq-blk {
    padding: 20px 0px 0px;
}

section.about-sec p {
    font-size: 16px;
    font-family: 'Poppins-Light';
    margin: 22px;
    padding-bottom: 0px;
}

.term-blk h4 {
    font-size: 40px;
    font-family: 'Poppins-Medium';
    margin: 22px;
    padding-bottom: 20px;
    color: #605e86;
}

.term-blk p {
    font-size: 19px;
    font-family: 'Poppins-Light';
    line-height: 40px;
    padding-bottom: 23px;
}

section.subject {
    background: #605e86;
    padding: 30px 20px !important;
}

.subj-blk {
    background: linear-gradient(to right,#fe5d70,#fe909d);
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    margin: 0px 0px 20px;
}

.subj-blk h5 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
    margin: 0;
}

.head-sub h4 {
    text-align: center;
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #fff;
    margin: 0;
    padding-bottom: 40px;
}

.thankyou-blk {
    text-align: center;
    padding: 140px 0px;
}

.thankyou-blk h1 {
    font-size: 40px;
    color: #605e86;
    font-family: Poppins-SemiBold;
}

.thankyou-blk i {
    font-size: 60px;
    background: linear-gradient(to right,#fe5d70,#fe909d);
    color: #fff;
    min-width: 100px;
    padding: 18px 0px;
    margin: 20px 0px;
    border-radius: 100px;
}

.thankyou-blk h5 {
    font-family: 'Poppins-Medium';
    font-size: 29px;
    color: #605e86;
}

.thankyou-blk a {
    display: inline-block;
    width: 18%;
    background: linear-gradient(to right,#0ac282,#0df3a3);
    border-radius: 5px;
    padding: 13px 0px;
    color: #fff !important;
    margin: 30px 0px;
    font-family: 'Poppins-Medium';
}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 1024px){

  .banner-txt h1 {
    font-size: 20px;
    line-height: unset;
}

.banner-txt p {
    line-height: unset;
}

.form-div form {
    width: 100%;
    margin: 0;
}

.form-div {
    width: 100%;
    padding: 0px 0px;
}

.head-form h4 {
    font-size: 22px;
}

.datainput {
    margin: 0px 0px;
}

.form-div form input {
    padding: 5px 10px;
}

.form-div form textarea {
    height: 100px;
}

.form-div form button {
    margin: 10px 0px 0px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    padding: 0;
}

.logo {
    width: 65%;
}

.btm-row .row {
    align-items: unset;
}

.navbar-toggler {
    background: #fff;
    background: #605e85 !important;
    margin: 30px 0px 0px;
    position: relative;
}

  .header_bot {padding: 0;}

.header_bot .col-md-12 {
    padding: 0;
}

.header_bot .container {
    margin: 0;
    max-width: 100%;
}

ul.nav.navbar-nav.mr-auto li a {
    font-size: 24px;
    padding: 10px 0px;
}

ul.navbar-nav.mr-auto {
    background: linear-gradient(to right,#fe5d70,#fe909d);
    margin: 0px 0px 0px;
    padding: 10px 10px;
}
    .head_right ul li button {
    margin: 0;
}

.help-txt-blk p {
    line-height: unset;
    font-size: 12px;
    margin: 0px 0px 5px;
}

.help-txt-blk h5 {
    padding-bottom: 4px;
    font-size: 14px;
}

.ul-box {
    height: 290px;
}

.ul-bx-sec .col-md-3 {
    padding: 0px 2px;
}

.ul-bx-txt p {
    font-size: 12px;
}

.subj-blk {
    width: 100%;
}

.place-blk {
    height: 540px;
    text-align: center;
    display: inline-block;
    padding: 30px 0px;
}

.place-icon img {
    width: 40%;
    margin: 0px 0px 20px;
}

.div-grade {
    width: 100%;
    text-align: center;
    height: 450px;
    margin: 0;
}

.grade-scnd-blk .col-md-3 {
    padding: 0px 3px;
}

.div-grade h5 {
    left: 0;
    width: 100%;
    font-size: 15px;
}

.div-grade p {
    font-size: 13px;
}

.ques-blk {
    width: 100%;
}

.answer-blk {
    width: 100%;
    left: 0;
}

section.protocol-sec {
    padding: 20px 20px;
    overflow: hidden;
}

.protocol-blk h4 {
    width: 100%;
    font-size: 30px;
    line-height: unset;
}

.reason-blk h4 {
    font-size: 20px;
    line-height: unset;
}

.reason-blk p {
    padding: 0px 0px 30px;
    line-height: unset;
}

section.reason-sec img {
    width: 100%;
}

.reason-blk h5 {
    font-size: 16px;
    padding: 0px 0px 5px;
}

.ftr-blk h4 {
    width: 81%;
    font-size: 24px;
}

.ftr-blk ul li a {font-size: 15px;}

footer .col-md-6 {
    padding: 0;
}

  section.banner-sec {
    padding: 20px 0px;
    overflow: hidden;
}

section.help-sec {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

section.reason-sec {
    overflow: hidden;
}

section.testi-sec {
    overflow: hidden;
}

section.faq-sec {
    overflow: hidden;
}

section.grade-sec {
    overflow: hidden;
    padding: 30px 20px;
}

section.achieve-sec {
    overflow: hidden;
}

section.subject {
    overflow: hidden;
}

section.ten-min-sec {
    overflow: hidden;
}

section.recommend-sec {
    overflow: hidden;
}

section.pay-sec {
    overflow: hidden;
}

section.best-sec {
    overflow: hidden;
    padding: 0px 0px 0px;
}

.ten-blk h4 {
    padding: 0px 0px 7px;
    font-size: 18px;
}

.ten-blk p {
    font-size: 14px;
    line-height: unset;
    padding-bottom: 0;
}

.pay-btn a {
    width: 46%;
}

.pay-btn {
    margin: 4px 0px;
}

.pay-blk h4 {
    font-size: 21px;
    padding: 0px 0px 7px;
    line-height: unset;
}

.pay-blk p {
    font-size: 14px;
    line-height: unset;
}

.help-txt-blk {
    margin: 0px 0px 30px;
}

.best-blk h4 {
    font-size: 18px;
    line-height: unset;
    padding-bottom: 5px;
}

.best-blk p {
    font-size: 13px;
    padding: 0px 0px 10px;
}

  .best-bx {
    padding: 10px 10px 40px 70px;
    height: 370px !important;
}

.best-blk-bx {
    padding: 30px 0px;
    height: unset;
}

.best-bx::before {
    width: 60px;
}

.best-bx p {
    padding: 0;
}

#customers-testimonials .owl-item.active.center .item {
    transform: unset !important;
    height: 360px;
}

.d-flex.align-items-center {
    bottom: 30px;
}

.recommend-blk p::before {
    left: 0;
}

  @font-face {
  font-family: 'Poppins-Medium';
 src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Regular";
 src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Bold";
 src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-SemiBold";
 src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Light";
 src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-SemiBold', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}


.navbar-expand-lg .navbar-nav {width: 100%;margin: 0;}

/*Header Css Start*/




/*Header Css End*/

/*.navbar-light .navbar-nav .nav-link {color: #fff !important;font-family: 'Poppins-Medium';font-size: 15px;padding: 0px 0px;text-transform: capitalize;margin: 0px 10px;}*/
/*.btm-row .row {display: flex;align-items: center;}*/
/*.banner-txt p {color: #fff;font-size: 16px;font-family: Poppins-Light;line-height: 30px;}*/
/*.banner-btn a {padding: 12px 0px;display: inline-block;width: 40%;border: 2px solid #00da89;text-align: center;transition: all 0.5s;border-radius: 5px;background: linear-gradient(to right,#0ac282,#0df3a3);color: #fff;font-family: 'Poppins-Medium';}*/

/*.top-row {background: linear-gradient(to right,#fe5d70,#fe909d);padding: 10px 0px;}*/
/*.tp-blk {display: flex;align-items: center;}*/
/*.top-row ul {display: flex;margin: 0;justify-content: end;}*/
/*.top-row ul li {margin: 0px 20px;}*/
/*.icn {margin: -3px 10px 0px 0px;}*/
/*.icn i {background: linear-gradient(to right,#0ac282,#0df3a3);min-width: 30px;padding: 6px 0px;text-align: center;color: #fff;border-radius: 100px;}*/
/*.number h6 {font-size: 16px;font-family: 'Poppins-Medium';color: #fff;margin: 0;}*/
/*.number a {font-family: 'Poppins-Medium';color: #fff;}*/
/*a.signUp:hover {background: transparent;color: #fff;}*/
/*a.chat:hover {background: transparent;color: #fff;}*/

.header_top {
    width: 100%;
    padding: 4px 0;
}

.head_right {
    width: 100%;
    text-align: center;
}

.head_right ul li {
    margin: 0px 10px 0px 10px;
}

.head_right ul li a {
    font-size: 20px;
    color: #605e86;
    font-weight: 600;
}

.head_right ul li span {
    margin: 0 10px 0 0;
    color: #00da89;
}

.head_right ul li:nth-child(3) a {
    background: linear-gradient(to right,#fe5d70,#fe909d);
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px
}

.head_right ul li:nth-child(4) a span {
    color: #000
}



.main_navigation {
    width: 100%;
    padding: 9px 0
}

.navbar-inverse {
    background-color: transparent;
    border: none
}

.navbar-collapse {
    float: none;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 400
}

.dropdown-menu {
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    top: 65px
}

ul.dropdown-menu {
    position: absolute;
    width: 250px;
    top: 65px;
    left: 0;
    margin: auto;
    background: #ffbc0b;
    padding: 5px 25px 25px 20px;
    text-align: left;
    border-radius: 0 0 5px 5px
}

.ban_right a,.ban_right h3,.h_sec1,.h_sec4,.h_sec8,.s2_left,.s4_top,.s6_top,.s7_box,.sec3_top,.sec5_right a {
    text-align: center
}

.dropdown-menu>li>a {
    color: #000;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0 5px
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background: 0 0;
    color: #fff
}

ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #fff
}

.caret {
    color: #c7031e;
    margin-left: 9px
}

.navbar-nav {
    float: none
}

.navbar.navbar-inverse {
    margin-bottom: 0
}



.navbar-collapse {
    display: block;
    padding-bottom: 0;
  }

.navbar-inverse .navbar-nav>li>a.main_btn {
    padding: 10px 30px;
    top: 14px;
    color: #000;
    font-weight: 600
}

.navbar-inverse .navbar-nav>li>a.main_btn:hover {
    background: #342ead;
    color: #fff
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent
}

.nav.navbar-nav,button.close {
    display: block
}

.head_right ul {
    display: inherit;
    margin: 0;
    justify-content: center;
    display: flex;
}


.header_top .row {
    display: flex;
    align-items: center;
}



@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}


/*banner css start*/

section.banner-sec {background-size: cover;background-repeat: no-repeat;padding: 40px 0px;background-position: center center;}
.banner-txt {padding: 10px 30px;margin: 0px -20px;border-radius: 0px 20px 0px 0px;}

.form-div {width: 90%;margin: 0 auto;padding: 10px 20px;
    }

    .form-div form {background: linear-gradient(to right,#fe5d70,#fe909d);padding: 20px 20px;border-radius: 5px;width: 80%;position: relative;margin: 0px 80px;}

.form-div form input {width: 100%;font-family: 'Poppins-Medium';border-radius: 10px;outline: none !important;padding: 9px;border: 0 !important;color: #000 !important;}

.form-div form textarea {width: 100%;border-radius: 10px;height: 140px;padding: 9px;border: 0 !important;outline: none !important;resize: none !important;}

.datainput {margin: 0px 0px 10px;}
section.pay-sec {padding: 50px 0px;}
.form-div form button {width: 100%;display: inline-block;padding: 8px 0px;font-family: 'Poppins-Medium';color: #fff;border-radius: 5px;background: linear-gradient(to right,#0ac282,#0df3a3);border: 1px solid #00da89;}
.banner-txt h1 {font-size: 30px;color: #fff;font-weight: 600;font-family: Poppins-SemiBold;text-transform: capitalize;line-height: 70px;}

.head-form h4 {font-size: 25px;font-family: 'Poppins-Medium';margin: 0;color: #fff;padding-bottom: 10px;}

.form-div form label {font-size: 15px;font-family: 'Poppins-SemiBold';color: #fff;}

.form-div form label span {color: #00dd90;}

.botm-banner {background: #000;}

.row.row-1 {background: #ca786d;padding: 173px 0px 0px;transform: rotate(355deg);position: relative;top: 100px;left: -20px;min-width: 1370px;}

/*banner css end*/

/*help css start*/

section.help-sec {padding: 50px 20px;}


.heading-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;}

.heading-blk p {font-size: 15px;font-family: 'Poppins-Medium';COLOR: #2a3038;}

/*help css end*/

/*help css start*/

.help-img-blk img {width: 100%;}

section.help-sec .row {display: flex;align-items: center;}

.help-txt-blk h5 {font-size: 21px;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 15px;color: #605e86;}

.help-txt-blk p {font-size: 15px;color: #2a3038;line-height: 26px;font-family: 'Poppins-Medium';}

/*help css end*/

/*best sec css start*/



.help-txt-blk ul li {font-family: 'Poppins-Light';font-size: 14px;line-height: 26px;color: #2a3038;}

.best-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';line-height: 50px;margin: 0;padding-bottom: 20px;color: #605e86;}

.best-blk p {font-family: 'Poppins-Medium';font-size: 14px;line-height: 26px;margin: 0;color: #2a3038;padding-bottom: 50px;}

.best-bx {background: #fff;padding: 50px 0px 10px 160px;cursor: pointer;border-radius: 5px;margin: 30px 12px;height: 298px !important;position: relative;transition: all 1s;}

.best-blk-bx {
    background: #605e86;
    height: 600px;
    padding: 150px 30px;
    border-radius: 5px;
}

section.pay-sec .row {
    display: flex;
    align-items: center;
}
.best-bx::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 20px;
    background: linear-gradient(to right,#fe5d70,#fe909d);
    width: 120px;
    height: 260px;
    border-radius: 5px;
}

.best-bx h5 {font-size: 22px;color: #605e85;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 10px;}

.best-bx p {font-family: 'Poppins-Medium';font-size: 14px;margin: 0;display: inline-block;color: #605e85;width: 100%;line-height: 23px;padding: 0px 30px 0px 0px;}

.book-now a {background: linear-gradient(to right,#fe5d70,#fe909d);width: 40%;display: inline-block;float: right;text-align: center;padding: 10px 15px;color: #fff;font-family: 'Poppins-Medium';border-radius: 5px;margin: 0px 20px;position: absolute;bottom: 10px;right: 0;}

.book-now {margin: 20px 0px;}

section.best-sec {padding: 0px 0px 80px;}

.pay-img-blk img {width: 100%;border-radius: 40px;transition: all 0.6s;}

.pay-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 20px;color: #605e86;}

.pay-blk p {font-size: 14px;font-family: 'Poppins-Medium';margin: 0;padding-bottom: 10px;line-height: 30px;color: #2a3038;}

.pay-btn a {display: inline-block;width: 30%;padding: 10px 0px;border-radius: 5px;background: linear-gradient(to right,#0ac282,#0df3a3);border: 2px solid;font-family: 'Poppins-Medium';text-align: center;color: #fff;transition: all 1s;margin: 0px 10px 0px 0px;}


.pay-btn {margin: 20px 0px;}

/*best sec css end*/

/*gurantee css start*/


.gurantee-blk {text-align: center;padding: 40px 0px;}

.gurantee-blk h5 {font-size: 20px;color: #ca786d;margin: 0;font-family: 'Poppins-Medium';padding-bottom: 10px;}

.gurantee-blk h4 {font-size: 35px;color: #2a3038;margin: 0;padding-bottom: 20px;font-family: 'Poppins-SemiBold';}

.gurantee-blk p {font-size: 14px;font-family: 'Poppins-Light';color: #2a3038;}


/*gurantee css end*/

/*ten css start*/

.ten-img-blk {overflow: hidden;transition: all 1s;}
.ten-img-blk:hover img {transform: scale(1.1);}
.pay-img-blk:hover img {transform: scale(1.1);}
.pay-img-blk {overflow: hidden;transition: all 0.6s;}
.place-blk:hover {transform: scaleY(1.1);background: linear-gradient(to right,#fe5d70,#fe909d);}
.place-blk:hover h5 {color: #2a3038;}

.ten-img-blk img {width: 100%;border-radius: 30px;transition: all 0.6s;}



.ten-head-blk h4 {font-size: 30px;color: #605e86;margin: 0;padding-bottom: 20px;font-family: 'Poppins-Medium';}

.ten-head-blk p {font-family: 'Poppins-Medium';margin: 0;padding-bottom: 50px;font-size: 14px;display: inline-block;width: 80%;line-height: 30px;}

section.ten-min-sec .row {display: flex;align-items: center;}

section.ten-min-sec {padding: 80px 0px;}

.ten-blk h4 {
    font-size: 22px;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding-bottom: 20px;
    color: #605e86;
    }

.ten-blk p {color: #000;font-family: 'Poppins-Medium';font-size: 15px;margin: 0;padding-bottom: 20px;line-height: 30px;}

/*ten css end*/

/*recommend-blk css start*/

section.recommend-sec {background: #605e86;text-align: center;padding: 40px 0px 80px;}

.recommend-blk h4 {color: #fff;font-size: 40px;margin: 0;text-transform: capitalize;font-family: 'Poppins-Medium';padding-bottom: 20px;}

.recommend-blk p {font-size: 15px;font-family: 'Poppins-Medium';color: #fff;display: inline-block;width: 90%;position: relative;}

.recommend-blk p::before {content: '';position: absolute;width: 100%;bottom: -50px;height: 2px;border-bottom: 2px dotted;}

section.recommend-sec .row.row-1 {left: -120px;top: 90px;}

/*recommend-blk css end*/

/*achieve css start*/

section.achieve-sec {padding: 30px 0px;}

.achieve-head-blk h4 {font-size: 30px;color: #605e86;line-height: unset;display: inline-block;font-family: 'Poppins-SemiBold';}

.achieve-head-blk p {font-size: 15px;font-family: 'Poppins-Light';}

.place-blk {display: flex;background: #605e86;margin: 10px 0px;padding: 24px 30px;height: 270px;transition: all 1s;}

.place-txt {margin: 0px 20px;}
.div-grade:hover {background: #ff7989;}
.div-grade:hover h5 {color: #fff;background: #605e85;}
.div-grade:hover p {color: #fff;}


.place-txt h5 {color: #fff;font-family: 'Poppins-Medium';font-size: 20px;text-transform: capitalize;margin: 0;padding-bottom: 10px;}

.place-txt p {font-family: 'Poppins-Light';color: #fff;margin: 0;padding-bottom: 0px;}

/*achieve css end*/


/*grade css start*/

.grade-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;margin: 0;padding-bottom: 10px;}

.grade-blk p {color: #605e86;font-size: 16px;font-family: 'Poppins-Medium';line-height: 33px;margin: 0;padding-bottom: 30px;}



section.grade-sec .row {display: flex;align-items: center;}

section.grade-sec {padding: 80px 20px;}

.grade-scnd-blk .col-md-6 {padding: 0;border: 3px solid  #2a3038;}

.div-grade {background: #605e86;box-shadow: 0px 0px 10px #c1c1c1;padding: 20px 10px;height: 340px;cursor: pointer;transition: all 1s;margin: 0px 8px;border-radius: 5px;}

.div-grade h5 {color: #fff;font-family: 'Poppins-Medium';background: linear-gradient(to right,#fe5d70,#fe909d);padding: 10px 20px;border-radius: 5px;position: relative;width: 80%;left: -33px;font-size: 17px;margin: 0px 0px 20px;}

.div-grade p {font-size: 14px;font-family: 'Poppins-Medium';color: #fff;}

/*grade css end*/

/*faq css start*/


section.faq-sec {text-align: center;padding: 70px 0px;background: linear-gradient(to right,#fe5d70,#fe909d);}

.faq-head-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;}

.faq-head-blk p {font-size: 16px;font-family: 'Poppins-Medium';margin: 0;color: #fff;padding-bottom: 40px;}



/*faq css end*/

/*reason css start*/

.protocol-blk h4 {font-size: 40px;display: inline-block;width: 80%;line-height: 60px;color: #605e86;font-family: 'Poppins-SemiBold';}

.protocol-blk p {font-size: 16px;font-family: 'Poppins-Light';color: #2a3038;}

.protocol-btn {text-align: center;}

.protocol-btn a {background: linear-gradient(to right,#fe5d70,#fe909d);width: 18%;display: inline-block;color: #fff;font-family: 'Poppins-SemiBold';padding: 14px 0px;transition: all 1s;margin: 0px 11px;border-radius: 10px;}

section.protocol-sec {padding: 70px 0px;}

section.reason-sec {padding: 70px 0px;}


section.reason-sec .row {width: 100%;display: flex;justify-content: center;}

.reason-blk h5 {color: #fe5d70;margin: 0;font-size: 20px;font-family: 'Poppins-Medium';padding-bottom: 30px;}

.reason-blk h4 {font-size: 30px;display: inline-block;width: 100%;text-transform: capitalize;color: #605e86;line-height: 50px;font-family: 'Poppins-SemiBold';}

.reason-blk p {font-size: 14px;color: #605e86;margin: 0;font-family: 'Poppins-Medium';padding: 35px 0px;line-height: 33px;}

.reason-blk p a {font-size: 16px;font-family: 'Poppins-Medium';background: linear-gradient(to right,#0ac282,#0df3a3);padding: 13px 20px;border-radius: 40px;margin: 0;color: #fff;}

.reason-blk p a:hover {background: #fff;color: #fe5d70;}

/*reason css end*/

/*rating css start*/

.rating-blk:hover {transform: rotateY(-180deg);background: #2a3038;}

.rate-img {transition: all 1s;}

.rating-blk:hover .rate-img {transform: rotateY(180deg);}

.rate-txt {transition: all 1s;}

.rating-blk:hover .rate-txt {transform: rotateY(-180deg);}

.rating-blk:hover .rate-no {transform: rotateY(-180deg);}


.rate-no {transition: all 1s;}

.rating-blk:hover .rate-no h4 {background: #ca786d;}



section.rating-sec {text-align: center;padding: 70px 0px;}

.head-rating h4 {font-size: 50px;text-transform: capitalize;font-family: 'Poppins-Medium';color: #ca786d;}

.rating-blk {box-shadow: 0 0 3px #000;padding: 40px 30px;width: 80%;transition: all 1s;margin: 0 auto;background: #ca786d;}

.rate-img img {width: 100%;}

.rate-txt h6 {font-size: 20px;font-family: 'Poppins-Medium';color: #fff;}

.rate-no h4 {color: #ffffff;font-family: 'Poppins-SemiBold';background: #2a3038;width: 40%;font-size: 18px;margin: 30px auto 0px;padding: 7px 0px;border-radius: 10px;}

.rate-img ul {display: flex;justify-content: center;}

.rate-img ul li {margin: 0px 4px;font-size: 25px;color: #fff;}

.head-rating {padding-bottom: 60px;}


/*rating css end*/

/*footer css start*/

.ftr-blk ul {margin: 40px 0px 20px;}

.ftr-blk ul li:hover a {color: #ca786d;font-weight: 600;font-family: 'Poppins-SemiBold';}

footer {background: #605e86;padding: 50px 0px 0;}

.ftr-btm {background: linear-gradient(to right,#fe5d70,#fe909d);margin: 20px 0px 0px;}

.ftr-blk h4 {color: #fff;font-family: 'Poppins-Medium';margin: 0;border-bottom: 3px solid #fff;font-size: 30px;padding-bottom: 10px;width: 59%;}
.ftr-blk ul li a {color: #fff;font-size: 18px;transition: all 1s;font-family: 'Poppins-Light';}
.ftr-blk ul li a i {color: #ca786d;margin: 0px 10px 0px 0px;}

.left {text-align: center;}
.left h6 {color: #fff;font-size: 15px;font-family: 'Poppins-Medium';margin: 0;}
.right {text-align: center;}
.right h6 {color: #fff;
   font-size: 15px;   font-family: 'Poppins-Medium';   margin: 0;}
.ftr-btm {padding: 10px 0px;}

/*footer css end*/


/*course css start*/

.tabcontent ul li {color: #fff;font-family: 'Poppins-Light';display: inline-block;margin: 0px 0px 10px;}

section.take-sec .col-md-7 {padding: 0;}

section.take-sec .col-md-5 {padding: 0;}
/*
course css end*/


/*accordion css start*/

.panel p {color: #fff;font-family: 'Poppins-Light';margin: 0;padding: 20px 10px;background: #ca786d;}

.accordion {
  background-color: #ca786d;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  font-family: 'Poppins-Medium';width: 100%;
  border: none;
  margin: 30px 0px 0px;text-align: left;
  outline: none;
  font-size: 15px;
  transition: 1s;
}

.accordion  .active, .accordion:hover {
  background-color: #2a3038; 
}

.panel {
  padding: 0 0px;
  text-align: left;font-family: 'Poppins-Light';display: none;
  background-color: white;
  transition: max-height 2s ease-out;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff !important;
  float: right;
  margin-left: 5px;
}

.accordion .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*accordion css end*/


/* Style the tab */

.tabcontent p {color: #fff;font-size: 15px;font-family: 'Poppins-Light';}
.tab {
  overflow: hidden;
  
  
background: #ca786d;}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
text-align: left;width: 100%;color: #fff;font-family: 'Poppins-Medium';}

button.tablinks.active::after {display: none;}

/* Change background color of buttons on hover */
.tab button:hover {
  
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #2a3038;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
background: #2a3038;}

.ul-blk {display: flex;}

.ul-blk ul {width: 100%;}


section.take-sec {overflow: hidden;padding: 0px 20px;}

.take-blk h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #605e86;margin: 0;padding-bottom: 10px;}

.take-blk p {color: #000;font-family: 'Poppins-Medium';font-size: 15px;margin: 0px;padding-bottom: 30px;}

.list-blk p {font-size: 23px;color: #fff;font-family: 'Poppins-SemiBold';margin: 0;padding-bottom: 30px;}

.list-blk {background: #ca786d;padding: 20px 30px;margin: 20px 0px 50px;}

.list-blk ul li {color: #fff;font-family: 'Poppins-Light';margin: 0px 1px 10px;background: #2a3038;border-radius: 10px;padding: 10px 11px;width: 92%;height: 69px;text-align: center;display: flex;align-items: center;justify-content: center;}

section.Proctor-sec {background: #ca786d;text-align: center;padding: 60px 0px;}

section.Proctor-sec h4 {font-size: 40px;color: #2a3038;margin: 0;font-family: 'Poppins-Medium';padding-bottom: 20px;}

section.Proctor-sec p {font-size: 17px;font-family: 'Poppins-Light';color: #fff;margin: 0;padding-bottom: 10px;line-height: 40px;}

.pay-btn-1 a {width: 30%;}

.pay-btn-1 {width: 100%;}

section.Proctor-sec .row {display: flex;justify-content: center;}

.pay-btn-1 a:nth-child(1) {background: #fff;color: #ca786d;}


.best-bx-1 {height: 250px;padding: 30px 20px;}

.best-blk h5 {font-size: 24px;color: #2a3038;font-family: 'Poppins-SemiBold';margin: 0;padding-bottom: 10px;}

section.best-sec-1 {padding: 80px 0px 0 !important;}

section.take-sec-1 {background: #2a3038;padding: 60px 0px !important;}

.list-blk-1 h4 {font-size: 40px;color: #cb796e;font-family: 'Poppins-SemiBold';margin: 0;padding-bottom: 20px;}

.list-blk-1 ul li {color: #fff;list-style: inherit;font-family: 'Poppins-Light';margin: 20px 46px;font-size: 14px;}

.banner-contact {text-align: center;background: #605e86;color: #fff;padding: 70px 0px;background-size: cover;width: 100%;background-repeat: no-repeat;}

.banner-contact h4 {font-size: 50px;text-transform: uppercase;font-family: 'Poppins-Medium';}

section.contact-sec {padding: 60px 0px;width: 100%;}

section.contact-sec .row {width: 100%;display: inline-block;}

.form-contact input {width: 100%;background: #605e86;border: 0;color: #fff;padding: 15px 10px;}

.form-contact textarea {
    width: 100%;
    color: #fff;
    background: #605e86;
    border: 0;
    height: 150px;
    padding: 15px 10px;
    outline: none !important;
    }

.form-contact label {width: 100%;font-family: 'Poppins-Medium';}

.form-contact label span {color: red;}

.form-contact textarea::placeholder {color: #fff;font-family: 'Poppins-Light';}

.form-contact input::placeholder {color: #fff;font-family: 'Poppins-Light';}

.form-contact button {width: 30%;border: 2px solid #fe5d70;background: linear-gradient(to right,#fe5d70,#fe909d);padding: 15px 0px;float: right;border-radius: 10px;color: #fff;transition: all 0.5s;font-family: 'Poppins-Medium';font-size: 18px;cursor: pointer;}

.form-contact button:hover {background: transparent;border-color: #ca786d;color: #fe5d70;}

.best-blk h6 {font-size: 20px;text-transform: capitalize;font-family: 'Poppins-Medium';color: #ca786d;padding-bottom: 30px;}



.ftr-btm .row {justify-content: center;}

.logo img {width: 100%;}

.logo {width: 100%;margin: 0px auto 0px;}

.ftr-txt img {width: 100%;margin: 40px -10px;}

.ftr-txt {position: relative;top: 0px;}




.pay-btn a:hover {transform: scale(1.1);color: #fff;}
.protocol-btn a:hover {transform: translateY(10px);color: #fff;}
.place-icon img {width: 90%;}

.form-div form input::placeholder {
    color: #000;
    font-size: 14px;
}

.form-div form textarea::placeholder {
    color: #000 !important;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}

section.banner-sec .row {
    display: flex;
    align-items: center;
}

.ul-box {background: #605e85;box-shadow: 0px 0px 10px #c5c1c1;border-radius: 5px;padding: 20px 10px 5px;height: 210px;text-align: center;}

.clr-bx {
    background: linear-gradient(to right,#fe5d70,#fe909d);
    padding: 9px 20px;
    border-radius: 5px;
}

.clr-bx h5 {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    margin: 0;
}

.ul-bx-txt p {
    font-size: 14px;
    font-family: 'Poppins-Medium';
    padding: 7px 7px;
    margin: 0;
    color: #fff;
}

.ul-bx-sec {
    padding: 0px 10px;
}

section.best-sec .slick-dots {
    bottom: 20px !important;
}

section.best-sec .slick-dots li button {
    background: linear-gradient(to right,#fe5d70,#fe909d) !important;
    font-size: 20px !important;
    text-align: center !important;
    min-width: 21px !important;
    border-radius: 2px;
}

section.best-sec .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}

section.best-sec .slick-dots li {
    width: 40px !important;
}

section.best-sec .slick-dots li button:before {
    font-size: 28px !important;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    height: 325px;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: #fff;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: translate3d(0, -50%, 0) scale(0.6);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: 0;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: 250ms ease-out;
    width: 20px;
    border-radius: 100%;
}
.commo img {
    width: 30px !important;
    height: auto;
    float: left;
    filter: hue-rotate(561deg);
}
.author-img img {
    width: 60px !important;
    height: auto;
    border-radius: 100%;
    margin-bottom: 0 !important;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: translate3d(0,-50%,0) scale(.6);
}

section.testi-sec {
    background: #605e86;
}

p.mb-4.text-muted {
    font-family: 'Poppins-Medium';
    color: #6c757d!important;
}

.d-flex.align-items-center {justify-content: center;width: 30%;float: right;background: linear-gradient(to right,#fe5d70,#fe909d);padding: 20px 0px;border-radius: 5px;position: absolute;right: 10px;bottom: -20px;}

h6.m-0.float-left.font-weight-bold.text-warning {
    color: #fff !important;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

h2.text-white {
    font-family: 'Poppins-Medium';
}

.ques-blk {
    background: #605e86;
    width: 50%;
    text-align: left;
    padding: 30px 30px;
    margin: 0 auto;
    border-radius: 5px;
}

.ques-blk h6 {
    margin: 0;
    color: #fff;
    font-family: 'Poppins-Medium';
}

.answer-blk {
    background: #fff;
    text-align: left;
    width: 50%;
    padding: 30px 30px;
    position: relative;
    margin: 20px auto;
    border-radius: 5px;
    left: -80px;
}

.answer-blk p {
    color: #605e86;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

.faq-blk {
    padding: 20px 0px 0px;
}

section.about-sec p {
    font-size: 16px;
    font-family: 'Poppins-Light';
    line-height: 50px;
    margin: 22px;
    padding-bottom: 50px;
}

.term-blk h4 {
    font-size: 40px;
    font-family: 'Poppins-Medium';
    margin: 20px 0px 0;
    padding-bottom: 20px;
    color: #605e86;
}

.term-blk p {
    font-size: 19px;
    font-family: 'Poppins-Light';
    line-height: 40px;
    padding-bottom: 23px;
}

section.subject {
    background: #605e86;
    padding: 30px 20px !important;
}

.subj-blk {
    background: linear-gradient(to right,#fe5d70,#fe909d);
    text-align: center;
    padding: 15px 0px;
    width: 300px;
    margin: 0px 0px 20px;
}

.subj-blk h5 {
    color: #fff;
    font-family: 'Poppins-Medium';
}

.head-sub h4 {
    text-align: center;
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #fff;
    margin: 0;
    padding-bottom: 40px;
}

.thankyou-blk {
    text-align: center;
    padding: 140px 0px;
}

.thankyou-blk h1 {
    font-size: 40px;
    color: #605e86;
    font-family: Poppins-SemiBold;
}

.thankyou-blk i {
    font-size: 60px;
    background: linear-gradient(to right,#fe5d70,#fe909d);
    color: #fff;
    min-width: 100px;
    padding: 18px 0px;
    margin: 20px 0px;
    border-radius: 100px;
}

.thankyou-blk h5 {
    font-family: 'Poppins-Medium';
    font-size: 29px;
    color: #605e86;
}

.thankyou-blk a {
    display: inline-block;
    width: 18%;
    background: linear-gradient(to right,#0ac282,#0df3a3);
    border-radius: 5px;
    padding: 13px 0px;
    color: #fff !important;
    margin: 30px 0px;
    font-family: 'Poppins-Medium';
}

.tawk-branding {
    display: none !important;
}



@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 1024px){

  .banner-txt h1 {
    font-size: 20px;
    line-height: unset;
}

.banner-txt p {
    line-height: unset;
}

.form-div form {
    width: 100%;
    margin: 0;
}

.form-div {
    width: 100%;
    padding: 0px 0px;
}

.head-form h4 {
    font-size: 22px;
}

.datainput {
    margin: 0px 0px;
}

.form-div form input {
    padding: 5px 10px;
}

.form-div form textarea {
    height: 100px;
}

.form-div form button {
    margin: 10px 0px 0px;
}


.btm-row .row {
    align-items: unset;
}

.help-txt-blk p {
    line-height: unset;
    font-size: 12px;
    margin: 0px 0px 5px;
}

.help-txt-blk h5 {
    padding-bottom: 4px;
    font-size: 14px;
}

.ul-box {
    height: 290px;
}

.ul-bx-sec .col-md-3 {
    padding: 0px 2px;
}

.ul-bx-txt p {
    font-size: 12px;
}

.subj-blk {
    width: 100%;
}

.place-blk {
    height: 540px;
    text-align: center;
    display: inline-block;
    padding: 30px 0px;
}

.place-icon img {
    width: 40%;
    margin: 0px 0px 20px;
}

.div-grade {
    width: 100%;
    text-align: center;
    height: 490px;
    margin: 0;
}

.grade-scnd-blk .col-md-3 {
    padding: 0px 3px;
}

.div-grade h5 {
    left: 0;
    width: 100%;
    font-size: 13px;
}

.div-grade p {
    font-size: 13px;
}

.ques-blk {
    width: 100%;
}

.answer-blk {
    width: 100%;
    left: 0;
}

section.protocol-sec {
    padding: 20px 20px;
    overflow: hidden;
}

.protocol-blk h4 {
    width: 100%;
    font-size: 30px;
    line-height: unset;
}

.reason-blk h4 {
    font-size: 20px;
    line-height: unset;
}

.reason-blk p {
    padding: 0px 0px 30px;
    line-height: unset;
    font-size: 12px;
}

section.reason-sec img {
    width: 100%;
}

.reason-blk h5 {
    font-size: 16px;
    padding: 0px 0px 5px;
}

.ftr-blk h4 {
    width: 81%;
    font-size: 24px;
}

.ftr-blk ul li a {font-size: 15px;line-height: unset;}

footer .col-md-6 {
    padding: 0;
}

  section.banner-sec {
    padding: 20px 0px;
    overflow: hidden;
}

section.help-sec {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

section.reason-sec {
    overflow: hidden;
}

section.testi-sec {
    overflow: hidden;
}

section.faq-sec {
    overflow: hidden;
}

section.grade-sec {
    overflow: hidden;
    padding: 30px 20px;
}

section.achieve-sec {
    overflow: hidden;
}

section.subject {
    overflow: hidden;
}

section.ten-min-sec {
    overflow: hidden;
    padding: 20px 0 20px;
}

section.recommend-sec {
    overflow: hidden;
}

section.pay-sec {
    overflow: hidden;
    padding: 20px 0 20px;
}

section.best-sec {
    overflow: hidden;
    padding: 0px 0px 0px;
}

.ten-blk h4 {
    padding: 0px 0px 7px;
    font-size: 18px;
}

.ten-blk p {
    font-size: 14px;
    line-height: unset;
    padding-bottom: 0;
}

.pay-btn a {
    width: 46%;
}

.pay-btn {
    margin: 4px 0px;
}

.pay-blk h4 {
    font-size: 21px;
    padding: 0px 0px 7px;
    line-height: unset;
}

.pay-blk p {
    font-size: 13px;
    line-height: normal;
}

.help-txt-blk {
    margin: 0px 0px 30px;
}

.best-blk h4 {
    font-size: 15px;
    line-height: unset;
    padding-bottom: 5px;
}

.best-blk p {
    font-size: 13px;
    line-height: unset;
    padding: 0px 0px 10px;
}

  .best-bx {
    padding: 10px 10px 40px 70px;
    height: 370px !important;
}

.best-blk-bx {
    padding: 30px 0px;
    height: unset;
}

.best-bx::before {
    width: 60px;
    left: -2px;
}

.best-bx p {
    padding: 0;
}

#customers-testimonials .owl-item.active.center .item {
    transform: unset !important;
    height: 360px;
}

.d-flex.align-items-center {
    bottom: 30px;
}

.recommend-blk p::before {
    left: 0;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){

  button.navbar-toggler {
    left: 270px;
    top: -42px;
}

}
@media only screen and (min-width: 300px) and (max-width: 519px){

.rating-blk {margin: 0 auto 30px;}

.top-row {display: none;}

button.navbar-toggler {display: inline-block;position: relative;left: 290px;bottom: 60px;}

    .row.row-1 {display: none;}

.form-div::before {width: 100%;left: 0;}

.form-div form {margin: 40px 0px 20px;width: 100% !important;}

.banner-txt {margin: 0px 0px 30px;padding: 0px 10px;}

section.banner-sec {overflow: hidden;background-position: top;padding: 10px 0px;}

section.help-sec {overflow: hidden;padding: 0px 0px;}
section.about-sec p {
    margin: 10px 30px;
}
section.best-sec {overflow: hidden;padding: 0px 0px 0px;}

section.pay-sec {overflow: hidden;padding: 0px 0px 30px;}

section.ten-min-sec {overflow: hidden;padding: 20px 0px;}

section.recommend-sec {overflow: hidden;padding: 30px 0px;}

section.achieve-sec {overflow: hidden;}

section.grade-sec {overflow: hidden;padding: 0px 20px;}

section.faq-sec {overflow: hidden;}

section.protocol-sec {overflow: hidden;padding: 10px 8px;}

section.reason-sec {overflow: hidden;padding: 10px 0px;}

section.rating-sec {overflow: hidden;}

.form-div {width: 100%;padding: 0px 0px;}

.banner-txt h1 {font-size: 14px;margin: 0;line-height: unset;}

.banner-btn a {width: 40%;padding: 3px 0px;font-size: 14px;margin: 13px 0px;}

.head-form h4 {padding: 20px 0px 30px;}

.form-div form button {margin: 10px 0px;width: 100%;}

.datainput {margin: 0px 0px 0px;}

.top-row ul {display: block;}

.top-row ul li {margin: 10px 10px 20px;}

.navbar-light .navbar-toggler {
    left: 260px;
}

nav.navbar {position: relative;padding: 0;}
.btm-row .col-md-9 {padding: 0;}
.heading-blk h4 {font-size: 21px;}

.heading-blk h5 {font-size: 12px;}

.heading-blk p {font-size: 13px;}

.help-img-blk img {height: 100%;padding-bottom: 30px;}

.best-blk h4 {font-size: 20px;margin: 0px 10px;line-height: unset;}

.best-blk p {font-size: 14px;margin: 0px 10px;}

.best-blk {overflow: hidden;}

.best-bx {width: 90%;height: 350px !important;margin: 0px 3px 20px;padding: 0px 0px;text-align: center;}

  .best-bx h5 {
    margin: 10px 0px 0px;
}

.pay-blk h4 {font-size: 22px;}

.gurantee-blk h4 {font-size: 20px;}

.gurantee-blk h5 {font-size: 15px;}

.gurantee-blk p {font-size: 13px;margin: 20px 10px;}

.ten-head-blk h4 {font-size: 21px;}

.ten-head-blk p {width: 100%;font-size: 13px;}

.ten-blk h4 {font-size: 25px;margin: 10px 0px 0px;padding-bottom: 10px;}

.protocol-blk h4 {width: 100%;font-size: 20px;line-height: 35px;margin: 10px 10px;}

.protocol-blk p {font-size: 13px;margin: 10px 10px;}

.protocol-btn a {width: 48%;margin: 10px 0px 10px;}

.reason-blk h4 {font-size: 22px;width: 100%;line-height: unset;}
footer {overflow: hidden;text-align: center;}
.book-now a {width: 100%;text-align: center;bottom: 0;left: 0;margin: 0;}
.navbar-expand-lg .navbar-nav{
    display: block;
    background: linear-gradient(to right,#fe5d70,#fe909d);
    position: relative;
    min-width: 373px;
    padding: 0px 20px;
    text-align: center;
    left: -14px;
    }
.navbar-light .navbar-nav .nav-link {color: #ffffff !important;}

.ul-blk {display: inline-block;}
.banner-contact {overflow: hidden;background: #605e86;padding: 30px 0px;}

section.contact-sec {overflow: hidden;padding: 10px 0px;}

header {overflow: hidden;}


.form-contact {padding: 0px 10px;width: 100%;}

.form-contact input {width: 100%;}

.form-contact textarea {width: 100%;}

.form-contact button {width: 100%;}

section.contact-sec .row {width: auto;}

 .logo {margin: 10px 0px -20px;}
 .place-blk {height: auto;display: inline-block;padding: 20px 0px;text-align: center;}

.grade-scnd-blk {padding: 0px 0px;margin: 0px 0px;}

.grade-scnd-blk .col-md-6 {margin: 0px 0px 30px;}

.ftr-txt {top: -30px;}

  .banner-txt p {
    line-height: unset;
    font-size: 11px;
    margin: 0;
}

.ul-box {
    margin: 0px 10px 20px;
}

.pay-btn a {
    width: 49%;
    margin: 0px 0px;
}

.pay-img-blk img {
    margin: 20px 0px 0;
}

.recommend-blk h4 {
    font-size: 20px;
}

.recommend-blk p {
    line-height: unset;
    width: 100%;
    padding: 0px 10px;
}

.ten-blk p {
    padding-bottom: 0;
}

.subj-blk {
    width: 100%;
    margin: 0px 0px 10px;
}

.achieve-head-blk h4 {
    font-size: 24px;
    line-height: unset;
}

.place-icon img {
    width: 30%;
    margin: 0px 0px 20px;
}

.div-grade {
    height: unset;
    padding: 10px 10px;
    text-align: center;
    margin: 0px 0px 15px;
}

.div-grade h5 {
    left: 0;
    width: 100%;
}

.faq-head-blk h4 {
    font-size: 25px;
}

.faq-head-blk p {
    font-size: 14px;
    padding-bottom: 5px;
}

.ques-blk {
    text-align: center;
    width: 90%;
}

.answer-blk {
    width: 90%;
    left: 0;
    text-align: center;
    margin: 10px 18px;
}

#customers-testimonials .owl-item.active.center .item {
    transform: unset !important;
    height: unset !important;
}

.d-flex.align-items-center {
    bottom: 50px;
    width: 100%;
    left: 0;
}

.reason-blk h5 {
    padding-bottom: 10px;
    font-size: 17px;
}

.reason-blk p {
    padding: 0px 0px 20px;
    line-height: unset;
}

.reason-blk p a {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0px 0px 0px;
}

section.reason-sec img {
    width: 100%;
}

.ftr-txt img {
    width: 40%;
}

.ftr-blk h4 {
    width: 43%;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 24px;
}

.ftr-blk ul {
    margin: 0px 0px 20px;
}

.ftr-blk ul li a i {
    display: none;
}

  .best-bx::before {
    display: none;
}

.best-blk-bx {
    height: unset !important;
    padding: 30px 10px;
}

section.best-sec .slick-dots {
    bottom: 10px !important;
}

.best-bx p {
    line-height: unset;
    padding: 0px 10px 30px;
}

  section.take-sec {
    padding: 0px 15px;
}

.take-blk h4 {
    font-size: 24px;
}

  .banner-contact h4 {
    font-size: 23px;
    margin: 0;
}

section.contact-sec h4 {
    color: #000;
    font-size: 23px;
    text-align: center;
}
  .term-blk h4 {
    margin: 0px 0px;
    font-size: 24px;
    padding-bottom: 6px;
}

.term-blk {
    padding: 20px 10px;
}

.term-blk p {
    font-size: 16px;
    line-height: unset;
}

.term-blk ul li {
    list-style: inside;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    padding: 0px 0px;
    line-height: 30px;
}

.term-blk ul {
    margin: 0px 0px 20px;
}
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){

  button.navbar-toggler {margin: 20px 0 -20px;}

}
@media only screen and (min-width: 300px) and (max-width: 519px){

  div#header_bot {background: linear-gradient(to right,#0ac282eb,#0df3a3);margin: 0px 0px 0px;padding: 0 0;}

.header {
    overflow: hidden;
}

.header_top {
    overflow: hidden;
}
.modal-header {}div#exampleModal .modal-header {
    text-align: center;
}

.grade-blk h4 {
    font-size: 25px;
}
.header_top .col-lg-3 {
    padding: 0;
}

.header_top .col-lg-9 {
    padding: 0;
}
.head-sub h4 {
    padding: 0 0 20px;
}

section.subject {
    padding: 20px 10px !important;
}

.faq-blk {
    padding: 5px 0 !important;
}

div#exampleModal .modal-header h1 {
    margin: 0;
    font-size: 26px;
    text-align: center;
}

.modal-header {
    padding: 6px 20px;
}

.modal-body {
    padding: 0px 10px;
}
.col-lg-9.col-md-9.col-sm-9.col-xs-12.head_right_col {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
  
.rating-blk {margin: 0 auto 30px;}

.top-row {display: none;}

  .head_right {
    display: none;
    overflow: hidden;
}

.navbar-collapse.collapse {
    display: none;
  }
  
button.navbar-toggler {display: inline-block;position: relative;bottom: 30px;}

    .row.row-1 {display: none;}

.form-div::before {width: 100%;left: 0;}

.form-div form {margin: 40px 0px 20px;width: 100% !important;padding: 10px 20px 10px;}

.banner-txt {margin: 0px 0px 0px !important;padding: 0px 0px;}

  .left h6 {
    font-size: 14px;
}

.ftr-blk ul li a {
    font-size: 14px !important;
    padding: 0px 0px !important;
}
  
section.banner-sec {overflow: hidden;background-position: top;padding: 10px 0px !important;background-size: cover;}

section.help-sec {overflow: hidden;padding: 10px 0px !important;}

section.best-sec {overflow: hidden;padding: 0px 0px 0px;}

section.pay-sec {overflow: hidden;padding: 0px 0px 30px;}

section.ten-min-sec {overflow: hidden;padding: 20px 0px;}

section.recommend-sec {overflow: hidden;padding: 30px 10px !important;}

section.achieve-sec {overflow: hidden;}

section.grade-sec {overflow: hidden;padding: 0px 20px !important;}

section.faq-sec {overflow: hidden;}

section.protocol-sec {overflow: hidden;padding: 10px 8px;}

section.reason-sec {overflow: hidden;padding: 10px 0px;}

section.rating-sec {overflow: hidden;}

.form-div {width: 100%;padding: 0px 0px;}

.banner-txt h1 {font-size: 13px !important;margin: 0;line-height: unset;}

.banner-btn a {width: 49%;padding: 3px 0px;font-size: 14px;}

.head-form h4 {padding: 10px 0px 10px;font-size: 19px;}

.form-div form button {margin: 10px 0px;width: 100%;}

.datainput {margin: 0px 0px 0px;}

.top-row ul {display: block;}

.top-row ul li {margin: 10px 10px 20px;}



nav.navbar {position: relative;padding: 0;top: unset !important;}
.btm-row .col-md-9 {padding: 0;}
.heading-blk h4 {font-size: 21px;}

.heading-blk h5 {font-size: 12px;}

.heading-blk p {font-size: 13px;}

.help-img-blk img {height: 100%;}

.best-blk h4 {font-size: 20px;margin: 0px 10px;line-height: unset;}

.best-blk p {font-size: 14px;margin: 0px 10px;}

.best-blk {overflow: hidden;}

.best-bx {width: 90%;height: 410px !important;margin: 0px 3px 20px !important;padding: 0px 0px !important;text-align: center;}

  .best-bx h5 {
    margin: 10px 0px 0px;
}

.pay-blk h4 {font-size: 22px;}

.gurantee-blk h4 {font-size: 20px;}

.gurantee-blk h5 {font-size: 15px;}

.gurantee-blk p {font-size: 13px;margin: 20px 10px;}

.ten-head-blk h4 {font-size: 21px;}

.ten-head-blk p {width: 100%;font-size: 13px;}

.ten-blk h4 {font-size: 25px;margin: 10px 0px 0px;padding-bottom: 10px;}

.protocol-blk h4 {width: 100%;font-size: 20px !important;line-height: 35px;margin: 10px 10px;}

.protocol-blk p {font-size: 13px;margin: 10px 10px;}

.protocol-btn a {width: 48%;margin: 10px 0px 10px;}

.reason-blk h4 {font-size: 22px;width: 100%;line-height: unset;}
footer {overflow: hidden;text-align: center;}
.book-now a {width: 100%;text-align: center;bottom: 0;left: 0;margin: 0;}
.navbar-expand-lg .navbar-nav{
    display: block;
    background: linear-gradient(to right,#fe5d70,#fe909d);
    position: relative;
    min-width: unset !important;
    padding: 0px 20px;
    text-align: center;
    left: 0;
    margin: 0px 0px 10px !important;
    }
.navbar-light .navbar-nav .nav-link {color: #ffffff !important;font-size: 14px !important;}

.ul-blk {display: inline-block;}
.banner-contact {overflow: hidden;background: #605e86;padding: 30px 0px;}

section.contact-sec {overflow: hidden;padding: 10px 0px;}

header {overflow: hidden;}


.form-contact {padding: 0px 10px;width: 100%;}

.form-contact input {width: 100%;}

.form-contact textarea {width: 100%;}

.form-contact button {width: 100%;}

section.contact-sec .row {width: auto;}

 .logo {margin: 0px -40px 0px !important;}
 .place-blk {height: auto !important;display: inline-block;padding: 20px 0px;text-align: center;}

.grade-scnd-blk {padding: 0px 0px;margin: 0px 0px;}

.grade-scnd-blk .col-md-6 {margin: 0px 0px 30px;}

.ftr-txt {top: -30px;}

  .banner-txt p {
    line-height: unset;
    font-size: 10px;
    margin: 5px 0 10px;
}

.ul-box {
    height: auto !important;
    margin: 0 0px 20px !important;
    width: 100% !important;
}

.pay-btn a {
    width: 49%;
    margin: 0px 0px;
}

.pay-img-blk img {
    margin: 0px 0px 20px;
}

.recommend-blk h4 {
    font-size: 20px;
}

.recommend-blk p {
    line-height: unset;
    width: 100%;
    padding: 0px 10px;
}

.ten-blk p {
    padding-bottom: 0;
}

.subj-blk {
    width: 100%;
    margin: 0px 0px 10px;
    padding: 10px 0 !important;
}

.achieve-head-blk h4 {
    font-size: 24px;
    line-height: unset;
}

.place-icon img {
    width: 30%;
    margin: 0px 0px 20px;
}

.div-grade {
    height: unset !important;
    padding: 10px 10px;
    text-align: center;
    width: 100% !important;
    margin: 0px 0px 15px;
}

.div-grade h5 {
    left: 0;
    width: 100%;
}

.faq-head-blk h4 {
    font-size: 25px;
}

.faq-head-blk p {
    font-size: 14px;
    padding-bottom: 5px;
}

.ques-blk {
    text-align: center;
    width: 90% !important;
    padding: 10px 9px;
}

.answer-blk {
    width: 90% !important;
    left: 0;
    text-align: center;
    margin: 10px 18px;
}

#customers-testimonials .owl-item.active.center .item {
    transform: unset !important;
    height: unset !important;
}

.d-flex.align-items-center {
    bottom: 50px;
    width: 100%;
    left: 0;
}

.reason-blk h5 {
    padding-bottom: 10px;
    font-size: 17px;
}

.reason-blk p {
    padding: 0px 0px 16px;
    line-height: unset;
    font-size: 13px;
}

.reason-blk p a {
    font-size: 10px;
    padding: 4px 7px;
    margin: 0px 0px 0px;
}

section.reason-sec img {
    width: 100%;
}

.ftr-txt img {
    width: 90%;
    margin: 0px;
}

.ftr-blk h4 {
    width: 43%;
    padding-bottom: 10px;
    margin: 0px auto 20px !important;
    font-size: 24px;
}

.ftr-blk ul {
    margin: 0px 0px 20px;
}

.ftr-blk ul li a i {
    display: none;
}

  .best-bx::before {
    display: none;
}

.best-blk-bx {
    height: unset !important;
    padding: 30px 10px;
}

section.best-sec .slick-dots {
    bottom: 10px !important;
}

.best-bx p {
    line-height: unset;
    padding: 0px 10px 30px;
}

  section.take-sec {
    padding: 0px 15px;
}

.take-blk h4 {
    font-size: 24px;
}

  .banner-contact h4 {
    font-size: 23px !important;
    margin: 0;
}

section.contact-sec h4 {
    color: #000;
    font-size: 23px;
    text-align: center;
}
  .term-blk h4 {
    margin: 0px 0px;
    font-size: 24px;
    padding-bottom: 6px;
}

.term-blk {
    padding: 20px 10px;
}

.term-blk p {
    font-size: 16px;
    line-height: unset;
}

.term-blk ul li {
    list-style: inside;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    padding: 0px 0px;
    line-height: 30px;
}

.term-blk ul {
    margin: 0px 0px 20px;
}
}



@media only screen and (max-width: 600px) and (max-height: 960px){
    
section.banner-sec {
    background-position: top;
    overflow: hidden;
    background-size: cover;
    padding: 20px 20px;
}

header {
    overflow: hidden;
}
.best-blk p {
    line-height: unset;
}

.achieve-head-blk h4 {
    line-height: unset;
}

.protocol-blk p {
    line-height: unset;
}
section.help-sec {
    overflow: hidden;
    padding: 20px 0px;
}

section.best-sec {
    overflow: hidden;
    padding: 0;
}

section.pay-sec {
    overflow: hidden;
    padding: 0;
}

section.recommend-sec {
    overflow: hidden;
    padding: 30px 50px;
}

section.ten-min-sec {
    overflow: hidden;
    padding: 30px 0px 0px;
}

section.subject {
    overflow: hidden;
}

section.achieve-sec {
    overflow: hidden;
}

section.grade-sec {
    overflow: hidden;
    padding: 0px 50px;
}

section.faq-sec {
    overflow: hidden;
}

section.protocol-sec {
    overflow: hidden;
}

section.testi-sec {
    overflow: hidden;
}

section.reason-sec {
    overflow: hidden;
}

footer {
    overflow: hidden;
    text-align: center;
}

.logo {
}

.navbar {
    justify-content: end !important;
    position: relative;
    top: -110px;
    padding: 0 !important;
}

.navbar-expand-lg .navbar-nav {
    margin: 80px 0px -100px;
    background: linear-gradient(to right,#fe5d70,#fe909d);
    padding: 10px 0 10px 0;
}
    .head_right ul li button {
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    text-align: center;
    color: #fff !important;
    font-size: 19px;
    padding: 0px 0px 10px;
}

.banner-txt h1 {
    line-height: unset;
    font-size: 24px;
}

  .head_right ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

.header_bot {
    padding: 0px 30px;
}

.banner-txt {
    margin: 0px 0px 0px;
}

.form-div form {
    width: 100%;
    margin: 0;
}

.form-div {
    margin: 20px 0px 0px;
    width: 100%;
}

.ul-box {
    height: 170px;
    width: 100%;
    margin: 0 auto 10px;
}

.ten-blk h4 {
    margin: 30px 0px 0px;
}

.ten-head-blk p {
    width: 100%;
}

.subj-blk {
    width: 100%;
    padding: 25px 0px;
}

.place-blk {
    height: auto;
}

.div-grade {
    width: 100%;
    margin: 0 auto 20px;
    height: 240px;
}

.ques-blk {
    width: 100%;
}

.answer-blk {
    width: 100%;
    left: 0;
}

.protocol-blk h4 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
}

.protocol-btn a {
    width: 40%;
}

#customers-testimonials .item {
    height: 290px;
}

.ftr-blk h4 {
    width: 50%;
    margin: 0 auto;
}

i.fa.fa-angle-right {
    display: none;
}

.ftr-blk ul li a {
    font-size: 23px;
    padding: 0px 0px;
    line-height: unset;
}

.ftr-txt {
    width: 90%;
    margin: 20px auto 20px;
}

.best-blk-bx {
    padding: 50px 10px;
    height: unset;
}

.best-bx {
    padding: 30px 30px 0 130px;
    min-height: 370px !important;
    height: unset;
}

.help-txt-blk p {
    margin: 5px 0px 10px;
}

  .pay-img-blk img {margin: 0px 0px 20px;}

  .banner-contact {
    padding: 80px 0px !important;
}

.banner-contact h4 {
    font-size: 25px;
}
}