@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');


h1, h2, h3, h4, h5, h6{
    font-family: "PT Serif", serif !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
#get-a-quote .modal-content {
    background: transparent;
    border: 0px;
}

  
.popup-form button {
    position: absolute;
    top: -20px;
    right: 0px;
    border-radius: 50%;
    border: 0px;
    font-size: 21px;
    width: 30px;
    height: 32px !important;
    background-color: #08b984;
    z-index: 99;
}
header {
    box-shadow: 0px 0px 8px 3px #eee;
    position: relative;
}
.main-logo img{width:200px;}
.main-container{
    width: 90%;
    margin: 0 auto;
}
.main-menu #navbarCollapse {
    justify-content: space-around;
}
.main-menu .navbar-nav a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.main-menu .navbar-nav a.active {
    color: #175c62;
}
.rating-span {
    background: #175c62;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.review-item .nav-link {
    line-height: 1;
}
.review-item {
    margin-left: 10px;
}
.call-btn a {
    background: #08b380;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    border-radius: 7px;
    width: 190px;
    text-align: center;

    box-shadow: 0 0 0 2px #08b480;
    color: #fff !important;
    font-size: 14px !important;
    position: relative;
}
.call-btn a::after {
    content: "50% OFF";
    position: absolute;
    border: 1px solid #fbfbfb;
    width: 85px;
    height: 25px;
    color: #fbfbfb;
    font-size: 13px;
    bottom: -12px;
    right: 0px;
    border-radius: 4px;
    background-color: #bf1212;
    box-sizing: border-box;
    animation: zoom-in-zoom-out 1s ease infinite;
}
.call-btn2 a {
    background: #175c62;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    border-radius: 7px;
    width: 145px;
    text-align: center;
    
    box-shadow: 0 0 0 2px #175c62;
    color: #fff !important;
    font-size: 14px !important;
    margin-left: 10px;
}
@keyframes zoom-in-zoom-out {
  0% {
    scale: 70%;
  }
  50% {
    scale: 100%;
  }
  100% {
    scale: 70%;
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
.batches {
    margin-top: 25px;
}
.batches img {
    width: 110px;
}
.brandsec {
    background: #efefef;
    padding:10px 0px;
}
.popup-image {
    background: #08b984;
    display: grid;
    align-items: end;
}
.popup-image img {
    width:100%;
}
.banner-sec {
    padding: 50px 0px;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    background-color: #fffcd7;
}

.banner-sec .row {
    align-items: center;
}
.banner-heading {
    padding-right: 10%;
}
.banner-heading h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    color: #141419;
    text-transform: capitalize;}

.banner-heading p {
    color: #141419;
    font-size: 16px;
    line-height: 1.8;
    margin:20px 0px;
}
.hero-image img {
    width: 100%;
}
.form-col{
    position: relative;
}
.form-sec {
    background: #ff6d6e;
}
.main-form {
   padding:20px;
}
.form-col:before {
    content: '';
    position: absolute;
    right: 0px;
    width: 81%;
    height: 400px;
    background: #08b984;
    border-radius: 15px;
    top: 10%;
}
.main-form h2 {
    font-weight: 600;
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
}
.main-form h2 span {
    color: #404040;
}
.popup-form {
    background: #ffffff;
    padding: 0px;
}
.popup-form .form.main-form {
    width: 100%;
}
.popup-form .main-form h2 {
    color:#08b984;}
    
.counter li {
    display: inline-block;
    width: 32%;
    margin-top: 10px;
}
.counter li h2 {
    font-weight: 700;
}

.homesec2 {
    padding: 50px 0px;
}
.hs2rw {
    align-items: center;
}
.hs2cl1 {
    text-align: center;
}
.hs2cl1 img{width:90%;}
.homesec2 h2 {
    font-size: 40px;
    font-weight: 700;
}
.hs2cls2 p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

/* guaranty sec */

.guaranty {
  /* background: #FAFAFB; */
  padding-top: 60px;
  padding-bottom: 0px;
}

.guaranty h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}

.guaranty .box-card {
  display: flex;
  align-items: start;
}

.guaranty .box-card .box-sec {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
}

.guaranty .box-card .box-sec h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}

.guaranty .box-card .box-sec p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4955;
  margin-bottom: 0;
}

.guaranty .box-card .box-sec img {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

.pulse {
  animation: pulse 2s infinite;
}

/* end */



/*==========Theme_btn_Start========== */
.btn_main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme_btn.whatsapp_btn {
  background: #03A84E;
  gap: 10px;
}

.footer_form_btn form .theme_btn:hover {
  background: white;
  color: var(--secondary);
}

.hero_form_content .theme_btn {
  border-radius: 50px;
  margin-top: 20px;
}

.theme_btn {
  height: 47px;
  /* width: 170px; */
  position: relative;
  background: var(--secondary);
  color: white;
  border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  transition: .3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  padding: 0 30px;
}

.header_wrapper .theme_btn {
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  padding: 10px 22px;
}

.header_wrapper .theme_btn_white {
  background: var(--secondary);
  color: white;
}

.theme_btn:hover {
  background-color: var(--primary);
  color: white;
}

.theme_btn_white {
  color: var(--secondary);
  background: white;
}

.theme_btn_primary {
  background: var(--primary);
  color: black;
}

.theme_btn_secondary {
  background: var(--secondary);
  color: white;
}

.sumit_btn {
  font-size: 19px;
  width: 100%;
  gap: 8px;
  font-size: 17px;
}


.sumit_btn:hover {
  color: var(--primary);
  background: white !important;
}



.live_chat_btn {
  background-color: black;
  color: white;
}

.primary_btn {
  background-color: var(--primary);

}

.theme_btn_primary:hover {
  background: var(--secondary);
}

.section_1_wrapper_content .btn_main .theme_btn_primary:hover {
  background: #ff9a08;
}

/*==========Theme_btn_End========== */

/* writing-service */
.writing-service {
  padding-top: 50px;
  padding-bottom: 25px;
}
.writing-service .row {
    justify-content: center;
}

.writing-service .card {
  padding: 30px 15px;
  transition: all ease-in-out 0.3s;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(241, 241, 241, 0.4) 100%); */
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(45.3px); */
  border-radius: 12px;
  margin-bottom: 20px;
  border: none;
  background: #ff6d6e;
}

.writing-service .card .card-body img {
  margin-bottom: 20px;
  width:80px;
  height:80px;
  filter: brightness(0) invert(1);
}

.writing-service .card:hover img {
  filter: brightness(0) invert(1);
}

.writing-service .card:hover .card-body h3,
.writing-service .card:hover .card-body p,
.writing-service .card:hover .card-body a {
  color: white;
}

.writing-service .card .card-body h3 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.writing-service .card .card-body p {
  font-weight: 400;
  color: #fff;
  font-size:14px;
}

.writing-service .card:hover {
  transform: scale(1);
  transition: all ease-in-out 0.5s;
  background: #0D1F2D;
}

.writing-service .price-includes {
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(241, 241, 241, 0.4) 100%); */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  /* backdrop-filter: blur(45.3px); */
  border-radius: 12px;
  padding: 30px 15px;
  background: #565656;
}

.writing-service .price-includes>h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}

.writing-service .price-includes .price-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.writing-service .price-includes .price-list span {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.writing-service .price-includes .price-list .free {
  color: white;
  background: #FBCA2B;
  padding: 5px 18px;
  border-radius: 50px;
  animation: pulse 2s infinite;
}

.writing-service .price-includes h5 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  max-width: 210px;
  margin: 25px auto 25px;
  color: #fff;
}

.writing-service .price-includes h5>span {
  color: #fbca2b;
}
.btn-theme-yellow {
    background: #FBCA2B;
    color: #fff;
    border-radius: 20px;
}
/* end */




/*======= section 5 ==========*/
.chose-writers{
    padding: 50px 0px;
}
.chose-writers h2{
    font-weight:700;
}
.writer-box {
    background: #565656;
    padding: 30px 20px;
    border-radius: 10px;
    transition: 0.5s;
    transform: scale(0.9);
}
.writers-main-box  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 20px 0px;
}
.writer-img img{
    border-radius: 50px;
}

.writer-detail h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}
.writer-detail span {
    font-size: 12px;
    color: #ffff;
}
.writer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.writer-content p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
}
.writer-content .fa-file-circle-check {
    color: #fff;
    background: #ff6d6e;
    padding: 5px;
    border-radius: 50px;
    margin-right: 5px;
}
.writer-content .fa-circle-check {
    color: #fff;
    background: #ff6d6e;
    padding: 5px;
    border-radius: 50px;
    margin-right: 5px;
}
.rating  .date-star {
    display: flex;
    align-items: center;
    margin-left: 0px;
}
.rating .checked {
    color: orange !important;
    font-size: 12px !important;
}
.rating .fa-star {
    font-size: 12px;
}
.writer-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.paper-counter,.review-counter {
    font-size: 14px;
    font-weight: 700;
    margin-left: 30px;
    color: #fbca2b;
}
.success-rate {
    background: #EEF0F3;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 6px 12px rgb(40 43 49 / 18%);
}

.hire-btn a{
    width: 100%;
    background: #fbca2b;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 6px 12px rgb(40 43 49 / 18%);
    transition: 0.5s;
}

.hire-btn a:hover {
    width: 100%;
    background: #fff;
    padding: 10px;
    text-align: center;
    color: #324973;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}
.writers-main-box button.slick-next.slick-arrow {
    position: absolute;
    top: 0px;
    right: 52px;
}
.writers-main-box button.slick-prev.slick-arrow {
    color: transparent;
    position: absolute;
    top: 0px;
    left: 91%;
    z-index: 999;
}

i.fa-solid.fa-medal {
    position: absolute;
    left: -20px;
    background: #ff6d6e;
    padding: 10px;
    top: -1px;
    border-radius: 20px;
    color: #fff;
}

/*======== section 5 =========*/


.banner-heading a.btn-blue {

    background: #ffffff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #08b984;
    transition: background .3s;
    cursor: pointer;
    padding: 13px 30px;
    text-decoration: none;
}
.main-form input {
    width: 100%;
    border:0px;
    border-radius: 5px;
    min-height: 50px;
    box-shadow: unset;
    margin-bottom: 10px;
    padding: 15px;
}
.main-form select{
     width: 100%;
    border:0px;
    border-radius: 5px;
    min-height: 50px;
    box-shadow: unset;
    margin-bottom: 10px;
    padding: 15px;
}

.main-form textarea {
    background: #f3f6fa;
    width: 100%;
    border: none;
    border-radius: 5px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 15px;
}
.main-form input[type='submit'] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    background: #424040;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    transition: background .3s;
    cursor: pointer;
}

.main-form .sec_btn{margin-top:0px;position:relative;}
.main-form .sec_btn a {
   
    position: relative;
    display: block;
}
.main-form a::after {
    content: "50% OFF";
    position: absolute;
    border: 1px solid #fbfbfb;
    width: 90px;
    height: 25px;
    color: #fbfbfb;
    font-size: 13px;
    bottom: -12px;
    right: 0px;
    border-radius: 4px;
    background-color: #bf1212;
    box-sizing: border-box;
    animation: zoom-in-zoom-out 1s ease infinite;
    text-align: center;
}



.popup-form .main-form input {
    border:1px solid ;
}
.popup-form .main-form select {
    border:1px solid ;
}
.home-list li {
    width: 47%;
    display: inline-block;
}
.sec-2 .main-container {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 20px;
    padding-bottom: 0px;
    margin-top: 40px;
}
.sec-2 .row {
    align-items: center;
}
.sec2-text {
    padding-right: 15%;
}
.sec2-text h2{
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.sec2-text p{
    color: #000;
}
.sec2-image img{
    width: 100%;
}

.rating-icon {
    display: inline-block;
    padding: 15px 19px;
}

.sec3-heading {
    text-align: center;
    padding: 40px 0px;
}
.sec3-heading h2 {
    font-weight: 700;
    font-size: 40px;
}
.sec3-text {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.sec3-text h3{
    font-weight: 600;
}
.row.hs3rw {
    align-items: center;
}
.hs3rw h2 {
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
}
.hs3rw p{
  line-height: 28px;
  font-size: 15px;

}
.hs3rw{
    text-align:center;
}
.clpr {
    text-align: left;
}
.sec3-text img{width:100%;}
.homesection3 li {

    line-height: 2.5;
    position:relative;

}
.homesection3 li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 17px;
    left: -22px;
    position: absolute;
    top: 0px;
    color: #372370;
    font-weight: 800;
}
.list-scroll {
    height: 130px;
    overflow-y: scroll;
}
.list-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.list-scroll::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.list-scroll::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}



.list-scroll2 {
    height: 400px;
    overflow-y: scroll;
}
.list-scroll2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.list-scroll2::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.list-scroll2::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
.sec_btn{
  margin-top: 30px;
}

.sec_btn a {
    text-decoration: none;
    color:#fff;
    position:relative;
    display: inline-block;
    text-align:center;
}

.banner-form .sec_btn a::after {
    content: "50% OFF";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 100px;
    height: 28px;
    color: #fbfbfb;
    font-size: 16px;
    top: -20px;
    right: 20px;
    border-radius: 10px;
    background-color: #bf1212;
    box-sizing: border-box;
    text-align: center;
}
.sec_btn .btn_pink{
  border-radius: 0px 100px 100px 100px !important;
  padding: 12px 40px !important;
  font-size: 16px !important;
}
.btn_whatsapp {
    background: #12AD59;
    color: #fff ;
    transition: 0.2s ease-in-out ;
    border-radius: 5px;
    padding: 15px 35px ;
    font-size: 16px ;
}
.btn_order {
    background: #343434;
    color: #fff;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
    padding: 15px 35px;
    font-size: 16px;
}

.btn_org{
  background: #372370;
  font-size: 15px !important;
  padding: 15px 25px !important;
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--torg);
  transition: 0.2s ease-in-out;
}
.btn_org:hover{
  background: #000  ;
  color: #fff;
  transform: scale(1.1);
}
.homesection3 {
    padding: 30px 0px;
}
.course-btn {
    border-radius: 7px;
    padding: 10px 20px;
    background: #f3f6fa;
    margin: 6px;
    color: #175c62;
    display: inline-block;
}
.sec-4 {
    margin: 40px 0px;
}
.sec-4 .main-container {
    background: #f3f6fa;
    border-radius: 20px;
    padding: 50px;
}
.sec4-text {
    text-align: center;
}
.sec4-text h2 {
    font-weight: 700;
    font-size: 40px;
}
.safe-box {
    margin: 30px 4px;
    margin-bottom: 0px;
}
.safe-box h3 {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #191a15;
    margin-bottom: 20px;
}

.safe-box h3 i {
    background: #fff;
    padding: 15px 20px;
    border-radius: 7px;
    color: #175c62;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    font-size: 25px;
}

/* slider */
.sec-5 .row {
    align-items: center;
}
.sec5-heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.stands-text {
    color: #96999e;
    font-size: 18px;
    font-weight: 600;
}
.stands-slider .slick-current .stands-text {
    color: #000;
}
.slider-d-text h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
}
.slider-d-text p {
    line-height: 1.8;
}

.slider-paper {
    /*background: #f3f6fa;*/
    padding: 20px;
}
.slider-paper img{width:100%;}
.stand-slider-c{margin: 0px 40px}
.stand-slider-c .slick-slide {
    text-align: center;
}
.stand-slider-c .slick-slide img {
    display: inline-block !important;
}
.stand-slider-c .slick-prev:before, .slick-next:before {
 
    color: #000;
  
}
.faqs-sec {
    background: #f3f3f391;
    padding: 50px 0px;
}
.faqs-text h2 {
    text-align: center;
    font-weight: 800;
    color: #000000;
    margin-bottom: 40px;
}
.accordion-fqs .accordion-item {
    background: transparent;
    border: 1px solid #fff !important;
    margin-top: 10px;
}

.accordion-fqs .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-fqs .accordion-button::after {
}
.accordion-fqs button.accordion-button.collapsed {
    background: #ffffff !important;
    color: #000000;
}
.accordion-fqs .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
 }
 .accordion-fqs .accordion-body {
    padding: 1rem 1.25rem;
    color: #000;
}

/* client */
.sec6-text {
    text-align: center;
    padding: 50px 0px;
}
.sec6-text h2 {
    font-size: 38px;
    font-weight: 700;
}
.client-box {
    background: #e8f5ee;
    margin: 10px;
    padding: 20px;
}
.client-box h3 {
    font-size: 20px;
    font-weight: 700;
}
.sec-6 .slick-current .client-box{
    background: #fdf3d7;
}

.review__item-rating-stars {
    padding: 0px;
}
.review__item-rating-stars li {
    color: #fbb040;
}
.client-box label {
    font-size: 12px;
    color: #939393;
}
.logos-images ul{text-align: center;}
.logos-images li {
    display: inline-block;
    width: 195px;
    vertical-align: middle;
    margin: 15px 0px;
}
.sec7-text {
    padding: 40px;
}
.sec-7 .main-container {
    background: #f9f9f9;
    border-radius: 25px;
    margin-top: 40px;
    overflow: hidden;
}
.sec-7 .main-container .row{align-items:center}

.sec7-text h2 {
    font-size: 37px;
    color: #000;
    font-weight: 700;
}
.sec7-text h2 span {
    color: #ff6d6e;
}
.sec7-text p{
    color: #000;
}
.banner-form{
    background: #5eaf84;
    padding:40px;
}
.banner-form h3{
    color:#fff;
    font-weight:600;
}
.banner-form h3 span {
    color: #000;
    animation: zoom-in-zoom-out 3s ease infinite;
    display: inline-block;
}
.banner-form input {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    border: 0px;
    margin: 4px 0px;
}
.banner-form select {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    border: 0px;
    margin: 4px 0px;
}
.banner-form input[type='submit'] {
    background: #fbca2b;
    color: #ffffff;
}
.banner-form .sec_btn a {
    width: 100%;
    display: block;
}

.middle-form .main-container {
    
    padding: 20px;
}
.middle-form .sec7-text h2 {
    font-size: 30px;
    margin: 0;
}
.middle-form .banner-form input {
    width: 100%;
    margin-bottom:20px;
    
}
.sec-8{
    padding:50px 0px ;
}
.sec-8 .main-container{
    position: relative;
}
.video-tab {
    display: none;
}
#videotab-1{
    display: block;
}
.video-tab-text {
    padding: 15px 25px;
    background: #fff;
}
.video-tab-text p{
 display: none;
}

.video-tab-text {
    position: absolute;
    width: 50%;
    right: 0px;
    border-top: 1px solid #eee;
}
.video-tab-text1 {
    border: 0px;
}
.video-tab-text.active {
    border: 1px solid #efefef;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    border-radius: 20px;
    border-top: 0px;
}
.video-tab-text.active p{
    display: block;
}
#tab-text-2 {
    top: 66%;
}

.video-tab-text2.active {
    top: 49% !important;
}
.video-tab-text2.active2 {
    top: 50% !important;
    
}
#tab-text-3 {
   bottom:0px;
}
.video-tab-text3.active {
    bottom:0px !important;
    transition:all 0.5s ease-in-out;
}
.video-tab-text {
    cursor: pointer;
}

.sec-8 #tab-text-1 {
}
#tab-text-2 p{

}

/* FOOTER SECTION START */
.footer{
  padding-top: 50px;
  background-color: #17585D;
  background-image: url('../images/footer-bg.webp')
}
.footre_rw{
  align-items: flex-start;
  display: flex;
}
.fcol1 img{
  width: 65%;
  margin-right: auto;
  display: block;
}
.fcol1 p{
  font-size: 15px;
  color: #FFF;
  line-height: 30px;
  font-weight: 300;
  margin-top: 20px;
}
.fcol2 h3 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
}
.fcol3 h3{
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
}
.fcol3 img{ width:100%}
.fcol2 ul{
  padding-left: 10px;
  margin-top: 20px;
}
.fcol3 ul{
  padding-left: 10px;
  margin-top: 20px;
}
.fcol2 ul li {
  margin-top: 10px;
  list-style-type: disclosure-closed;
  padding-bottom: 10px;
}
.fcol3 ul li {
  margin-top: 10px;
  list-style-type: disclosure-closed;
  color: #fff;
  font-size: 15px;
}
.fcol2 ul li::marker {
    color: #17585d;
}

.fcol2 ul li:hover{
  color: var(--torg);
}
.fcol3 ul li:hover{
  color: var(--torg);
}
.fcol2 ul li a{
  text-decoration: none;
  color: #FFF;
}
.fcol2 ul li a:hover{
  color: #fff;
}
.fcol3 ul li a{
  color: #fff;
  text-decoration: none;
}
.fcol3 ul li a:hover{

}

.fcol4 p{
  color: var(--tblack);
  font-size: 15px;
}
.sociallinks h3{
  color: var(--twhite);
}
.sociallinks a i {
  color: var(--torg);
  background: var(--twhite);
  padding: 10px 12px;
  border-radius: 100px;
  font-size: 20px;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.sociallinks a i:hover{
  background: var(--tblue);
  color: var(--twhite);
}
.fcol1 img {
    width: 240px;
    filter: brightness(0) invert(1);
}
/* our company */
.our-company {
  padding-top: 35px;
  padding-bottom: 50px;
}

.our-company .right-col .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fbfbfb;
  box-shadow: none;
  border: 2px solid #000000;
}

.our-company .right-col .accordion-button:focus {
  border-color: #fbfbfb;
  box-shadow: none;
  border: 2px solid #000000;
}

.our-company .right-col h4 button {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px !important;
  background: #fbfbfb;
  border: 2px solid #fbfbfb;
}

.our-company .right-col .accordion-item {
  border: none;
  border-radius: 20px !important;
  margin-bottom: 20px;
  background-color: #fbfbfb;
}

.our-company .right-col .accordion-item .accordion-body p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.our-company .right-col .accordion-button:not(.collapsed) span {
  font-size: 22px;
  margin-right: 12px;
  background: #fffbde;
  color: #000;
  padding: 12px 14px;
  border-radius: 50px;
  font-weight: 700;
}

.our-company .right-col h4 button span {
  font-size: 22px;
  margin-right: 12px;
  background: #ECE7FE;
  color: #000;
  padding: 12px 14px;
  border-radius: 50px;
  font-weight: 700;
}

/* end */
/* expert writers */
.expert-writers {
  padding-top: 50px;
  padding-bottom: 50px;
}

.expert-writers .writers-body {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expert-writers .writers-body .img-sec {
  width: 42.333%;
}

.expert-writers .writers-body .info-sec {
  width: 55.333%;
}

.expert-writers .writers-body .info-sec ul {
  column-count: 3;
  margin-bottom: 60px;
}

.expert-writers .writers-body .info-sec ul li {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}

.expert-writers .writers-body .info-sec .help-sec {
  background: #FFFBDE;
  padding: 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expert-writers .writers-body .info-sec .help-sec span {
  font-size: 18px;
  color: #1D1D1D;
  font-weight: 500;
}

/* end */
/* testimonial */
.section-title {
    text-align: center;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
}
.section-title h3 {
    font-size: 36px;
    font-weight: 700;
}
.testimonial {
  padding: 50px 0;
  background: linear-gradient(281.66deg, #EEFCFF 4.21%, #EFF7FF 45.06%, #F5F4FF 89.11%);
}

.testimonial .testi-inner {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 15px rgba(23, 49, 143, 0.06), 0px 0px 1px rgba(49, 89, 227, 0.25), inset 0px 4px 10px 1px #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  margin: 0px 7px 0 7px;
}

.testimonial .testi-inner span {
  font-size: 16px;
  color: #001434;
  font-weight: 700;
}

.testimonial .testi-inner i {
  font-size: 15px;
  color: #FFA800;
}

.testimonial .testi-inner p {
  font-size: 1rem;
  font-weight: 500;
  color: #3E464E;
  margin-bottom: 0;
  margin-top: 18px;
}

.testimonial .slick-dots {
  bottom: -60px;
}

.testimonial .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 0;
  background: #00517C;
  border-radius: 12px;
  height: 7px;
  width: 20px;
}

.testimonial .slick-dots li button:before {
  font-size: 0;
  background: #00517C;
  border-radius: 12px;
  height: 7px;
  width: 8px;
  opacity: 1;
}

/* end */


.modal-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px;
        width: 30px;
        background-color: #fffcd7;
        border-radius: 50%;
        border: 0;
    }

    .custum-modal .modal-body {
        padding: 25px;
        background: #fffcd7;}

    .modal-top {
        flex-direction: column;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .modal-top span {
        padding: 3px 10px;
        background: #ff6d6e;
        color: #0B3041;
        font-weight: 600;
    }

    .modal-top h6 {
        font-size: 24px;
        color: #000;
        font-weight: 600;
        text-align: center;
    }

    .modal-bottom {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 21px;
    }

    .modal-card {
        /* padding: 20px; */
        /* background: #ff414d; */
        width: 100%;
        max-width: 340px;
    }

    .modal-card-top {
        background: #ff6d6e;
        padding: 19px;
        border-radius: 20px 20px 0 0;
        flex-direction: column;
        display: flex;
        gap: 11px;
        align-items: center;
    }

    .modal-center-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: white;
        padding: 12px 0;
        position: relative;
        font-weight: 700;
    }

    .modal-center-child>* {
        flex: 1;
    }

    .modal-center-child:after {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        background: #0b3041;
        height: 67%;
        width: 2px;
    }

    .modal-center-child span {
        font-size: 25px;
    }

    a.modal-order-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff414d;
        margin-top: 4px;
        padding: 9px;
        color: white;
        text-decoration: none;
        font-weight: 700;
        border: 2px solid #ff414d;
        transition: .3s;
        animation: colorChange 2s infinite;
    }

    .modal-card-top>* {
        margin: 0;
        line-height: 1;
    }

    a.modal-order-btn:hover {
        background: transparent;
    }

    .modal-card-top span {
        color: #0b3041;
        font-size: 26px;
        font-weight: 700;
    }

    .modal-card-top h4 {
        font-weight: 700;
        font-size: 37px;
        color: white;
    }

    .modal-card-top p {
        font-size: 20px;
        font-weight: 700;
        color: white;
    }
    a.fixed-img {
    position: fixed;
    left: 0;
    z-index: 555;
    top: 50%;
    transform: translateY(-50%);
}
#countdown ul {
    text-align: center;
    padding: 0px;
}
#countdown li:nth-child(1) {
    display: none;
}
#countdown li span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
#countdown li {
    display: inline-block;
    padding: 20px;
}


a.fixed-img img{
    widows:100%;
}@keyframes colorChange {
    0% {
        background-color: #ff414d; /* Default color */
    }
    50% {
        background-color: black;
      border-color:black;/* Change to black */
    }
    100% {
        background-color: #ff414d; /* Back to default */
    }
}
@keyframes bouncebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}



/* FOOTER SECTION END */

.copy {
    background: #17585d;
    padding: 10px 0px;
}
.copy p{
    margin-bottom:0px;
    color:#fff;
}
.copr2 p{text-align:right}
.copr2 p a{color:#fff; text-decoration:none}
/*==========================WA================*/

.floating-social-icons .wa-btn {
    font-weight: 600;
    vertical-align: middle;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #FFF !important;
    border-radius: 0 10px 0;
    text-align: center;
    font-size: 18px;
    z-index: 10;
    border: 2px solid #023838;
    animation: headShake 2s infinite;
}
.floating-social-icons .wa-btn::after {
    content: "50% OFF";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 100px;
    height: 28px;
    color: #fbfbfb;
    font-size: 17px;
    top: -20px;
    right: 20px;
    border-radius: 10px;
    background-color: #bf1212;
    box-sizing: border-box;
}
.floating-social-icons .wa-btn::after {
    /*content: "2";*/
    /*position: absolute;*/
    /*border: 2px solid #fbfbfb;*/
    /*width: 26px;*/
    /*height: 26px;*/
    /*color: #fbfbfb;*/
    /*font-size: 16px;*/
    /*top: -19px;*/
    /*right: 20px;*/
    /*border-radius: 50%;*/
    /*background-color: #bf1212;*/
    /*box-sizing: border-box;*/

}
.floating-social-icons .wa-btn a{
     color: #FFF !important;
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}
.tabs-text .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #575757;
}
.tabs-text .nav-link {
    color: #565656;}
/*=========end==========*/
@media screen and (max-width:991px){
     .banner-sec {text-align: center; background-position: top;}
    .main-menu .navbar-nav .yellow-btn{display:none;} 
    .main-menu #navbarCollapse {
    position: absolute;
    width: 100%;
    top: 60px;
    background: #eee;
    padding: 20px;
}
    .sec-2 .row {flex-direction: column-reverse;}
.sec2-text {
    padding-right: 0;
    margin: 30px 0px;
    text-align: center;
}
.banner-heading h1{font-size:30px;}
.main-form h2 {font-size: 20px;}
.sec2-text h2 {font-size: 30px;}
.hs3rw h2 {line-height: 40px;font-size: 30px;}

.sec4-text h2 {font-size: 30px;}
.sec5-heading {text-align: center;}
.hs3rw img {width: 100%;}
}

@media screen and (max-width:767px){
    .counter li span {font-size: 20px;}
    .popup-image img {   width: 50%;margin: 0 auto;}
.banner-heading {padding-right: 0%;}
.banner-sec {background-size: cover;padding-top: 20px;}
.banner-heading h1 {font-size: 24px;}
.main-form {width: 100%;float: none;}
.hero-image{display:none;}
.batches img {width: 60px;}
.sec7-text {
    padding: 20px;
    text-align: center;
}
.form-col:before {width: 100%;}
.banner-form h3 {
    text-align: center;
}
.sec_btn {
    text-align: center;
}
.sec3-heading h2 {font-size: 24px;}
.sec3-text {text-align: center;}
.main-container .row {flex-direction: row-reverse;}
.safe-box {text-align: center;}
.safe-box h3 i {display: block;width: 65px;margin: 0 auto;}
.sec5-heading h2 {font-size: 24px;}
 .sec_btn a {display: inline-block;margin-bottom: 5px;}
    .main-form {margin-top: 25px;}
.clpr {text-align: center;margin-top: 40px;}
.clpr ul{text-align:left;}
.logos-images li{width: 100px;}
.logos-images li img {width: 100%;height: 35px;}
.video-tab-text{position:inherit;width:100%;}
.sec-8 {padding: 0px 0px;}
.sec6-text {padding: 20px 0px;}
.sec7-text h2 {font-size: 24px;margin: 7px 0%;}
.banner-form input {width: 100%;}
.course-btn {padding: 6px 10px;margin: 2px;font-size: 12px;}
.sec4-text h2 {font-size: 22px;}
.floating-social-icons .wa-btn {font-size: 14px;}
.floating-social-icons .wa-btn::after {width: 87px;height: 23px;font-size: 12px;
}

.hs2cls2 {
    text-align: center;
}
.homesec2 h2 {
    font-size: 24px;
}
.guaranty {
    padding-top: 0px;
}
.guaranty .box-card .box-sec { 
        display: block;
        text-align: center;
        width: 100%;
    }
.guaranty h3 {
    font-size: 28px;}
.guaranty .box-card {
    display: unset;
}
.writing-service .card {
    text-align: center;
}

.expert-writers .writers-body {
    display: block;}
.expert-writers .writers-body .info-sec {
    width: 100%;
    margin-top: 20px;
}
.expert-writers .writers-body .img-sec {
    width: 100%;
}
    .expert-writers .writers-body .info-sec ul {
        column-count: unset;
        padding: 0px;
    }
.expert-writers .writers-body .info-sec ul li {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 48%;
    list-style: disc;
} 
.expert-writers .writers-body .info-sec .help-sec {
    display: block;}
.tabs-text ul#pills-tab {
    justify-content: center;
}
.termsc {
    text-align: center;
 }
.tabs-text .nav-link {
    font-size: 12px;
} 

}

