.comments .media .media-body h5 span {
  font-size: 12px;
  padding-left: 10px;
  margin-left: 10px;
  font-family: "Gabarito", serif;
  color: #ff5722;
  border-left: 1px solid #eee;
}

.comments .media .reply-link {
  font-size: 12px;
  font-family: "Gabarito", serif;
  float: right;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
}

.comments-form {
  background: #f0f6ff;
  padding: 30px;
  border-radius: 15px;
}

.comments-form .comment_form .form-control {
  height: 50px;
  border-radius: 40px;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  border: 1px solid #eee;
}

.comments-form .comment_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}

.comments-form .comment_form .btn {
  padding: 14px 30px;
  margin-top: 20px;
}

.blog-navigation {
  margin: 60px 0;
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.blog-navigation a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  font-family: sans-serif;
}

.blog-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  letter-spacing: 1px;
}

.blog-navigation .next-post {
  text-align: right;
  float: right;
}

.blog-sidebar .widget {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #eef2fb;
  margin-bottom: 40px;
  transition: 0.4s;
}

.blog-sidebar .widget:hover {
  box-shadow: 0 8px 16px 0 rgba(200, 183, 255, 0.2);
  border-top-color: #ff5722;
}

.blog-sidebar .widget .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.blog-sidebar .widget .widget-title:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #ff5722;
}

.blog-sidebar .widget ul li i,
.blog-sidebar .widget.widget_categories ul li a i,
.blog-sidebar .widget.widget_tag_cloud a i {
  margin-right: 10px;
}

.blog-sidebar .widget ol,
.blog-sidebar .widget ul {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar .widget.widget_tag_cloud a {
  font-size: 13px;
  background: #f5f5f5;
  padding: 3px 16px;
  color: #333;
  margin: 0 5px 10px 0;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.blog-sidebar .widget.widget_tag_cloud a:hover {
  color: #fff;
  background: #ff5722;
}

.blog-sidebar .widget.widget_categories ul li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog-sidebar .widget.widget_categories ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar .widget.widget_categories ul li a {
  overflow: hidden;
  text-align: right;
  color: #647589;
}

.blog-sidebar .widget.widget-search input {
  height: 50px;
  position: relative;
  border-radius: 0;
  border: 1px solid #eee;
}

.blog-sidebar .widget.widget-search .search-form label input {
  border: 1px solid #eee;
  padding: 9px 10px 9px 20px;
  width: 100%;
}

.blog-sidebar .widget.widget-search .search-form [type="submit"] {
  color: #fff;
  background: #ff5722;
  border: 1px solid #ff5722;
  padding: 9px 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.recent-posts li {
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.recent-posts li:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.widget-post-thumb {
  width: 80px;
  border-radius: 5px;
  margin-right: 20px;
  overflow: hidden;
  float: left;
}

.widget-post-body h6 {
  font-size: 20px;
  margin-bottom: 5px;
}

.footer-2 {
  background: #1d292e;
  padding: 80px 0 0;
}

.footer-2 .widget-title {
  margin-bottom: 30px;
  color: #fff;
}

.footer-2 .footer-btm a,
.footer-2 .footer-links {
  color: #adb4b7;
}

.footer-2 .footer-links a {
  text-decoration: underline;
  color: #adb4b7;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.footer-2 .footer-links a:hover {
  color: #fff;
  padding-left: 10px;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.footer-2 .footer-btm {
  margin-top: 60px;
  border-top-color: rgba(107, 110, 111, 0.2);
}

.text-gray {
  color: #6b6e6f;
}

.footer-about .footer-info {
  color: #adb4b7;
  margin-top: 20px;
}

.footer-about .footer-info span {
  color: #fff;
  margin-right: 5px;
  font-family: sans-serif;
}

.footer-logo img {
  margin-bottom: 10px;
  width: 240px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.fixed-btm-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
}

.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 50px;
  background: #ff5722;
  color: #fff;
  width: 50px;
  border-radius: 100%;
  padding-top: 10px;
}

.fixed-btm-top.reveal {
  opacity: 1;
  visibility: visible;
}

.subject-section {
  padding: 80px 0;
}

.subject-right-list p {
  font-size: 17px;
}

.subject-section span.title {
  color: #004254;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 700;
}

.subject-section span.title span {
  color: #d82033;
}

ul.subject-list {
  display: block;
  overflow: hidden;
}

ul.subject-list li {
  color: #1a2632;
  width: 25%;
  font-weight: 500;
  float: left;
  margin: 10px 0;
  font-size: 16px;
}

ul.subject-list li i {
  font-size: 20px;
  color: #ff5722;
  margin-right: 9px;
}

#fst-cta {
  background: #094e9f;
  background: linear-gradient(114deg, rgb(32 54 75) 0, rgb(25 36 47) 100%);
  margin-bottom: 50px;
}

#fst-cta img {
  max-width: 300px !important;
  margin-top: -100px;
  margin-left: 70px;
}

#fst-cta h3 {
  font-size: 35px;
}

#fst-cta .btn-warning {
  background-color: #ff5722 !important;
  border: 1px solid #ff5722 !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 25px;
}

#fst-cta .btn-white {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 40px;
  margin-bottom: 25px;
}

input.form-control {
  /* height: 40px!important; */
  background: #fff;
}

.client-logo a {
  background: #fff;
  padding: 6px;
  border-radius: 10px;
  display: block;
  border: 1px solid #efefef;
}

.client-logo a img {
  border: beige;
  border-radius: 10px;
}

section.banner-4 {
  background-image: linear-gradient(177deg, #000000bf 20%, #c72632a8 100%),
    url(../images/banner.jpg);
  padding: 140px 0 80px;
  background-size: cover;
  background-position: center;
}

.banner-content .btn-solid-border {
  border-color: #fff;
  color: #fff;
}

.banner-form-box > .submit-btn,
input.btn.banner-form-btn {
  color: #ffffff;
  background: #000;
  width: 100%;
  transition: 0.3s all ease-in-out;
}

.banner-form {
  padding: 10px 20px;
  border-radius: 14px;
  background: #2a3239;
  margin-top: -90px;
}

.banner-form-inner-left img {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.banner-form-box label {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.banner-form-box .submit-btn {
  width: 100%;
  padding: 6px;
}

ul.banner-list-style-2 {
  gap: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.cta-section-2 {
  padding: 10px 0 0;
  background: url("../images/circle.svg") right no-repeat #edeeef;
}

.cta-2-right {
  margin-top: 50px;
  margin-bottom: 40px;
}

.cta-2-right ul li {
  float: left;
  margin-right: 20px;
}

.cta-2-right ul li a span {
  color: #12407d;
  font-size: 16px;
  line-height: bold;
}

.cta-2-left img {
  bottom: 0;
  position: absolute;
}

.quick-process {
  display: flex;
  flex-wrap: wrap;
}

.quick-process > .col {
  flex: 0 0 33.3%;
  padding: 10px;
}

@media (max-width: 991px) {
  .quick-process > .col {
    flex: 0 0 50%;
  }

  .quick-process > .col:nth-child(2) {
    display: none;
  }
}

@media (max-width: 767px) {
  .space-3 {
    padding: 3rem 0;
  }

  .space-adjust {
    margin-top: -3rem;
  }

  .quick-process > .col {
    flex: 0 0 100%;
    padding: 0;
  }

  a.call-us-now-btn-fix-2 {
    top: 47%;
  }
}

.quick-process > .col:first-child .col-list .description {
  text-align: right;
}

.quick-process > .col:first-child .col-list .icon-box {
  float: right;
  margin: 0 0 0 15px;
}

@media (max-width: 991px) {
  .quick-process > .col:first-child .col-list .description {
    text-align: left;
  }

  .quick-process > .col:first-child .col-list .icon-box {
    float: left;
    margin: 0 15px 0 0;
  }
}

.quick-process .col-list .box {
  border: none;
  padding: 0;
  min-height: 170px;
}

.quick-process .col-list .description {
  overflow: hidden;
  text-align: left;
}

.quick-process .col-list .icon-box {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 15px 0 0;
}

.quick-process .col-list .icon-box img {
  max-width: 60px;
  max-height: 60px;
}

.img-box {
  overflow: hidden;
  position: relative;
}

.img-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.text-yellow {
  color: #e59c25;
}

.we-assure .section-header {
  text-align: center;
  display: inline;
}

.quick-process .col-list .box h3 {
  color: #fff;
  font-size: 16px;
}

.quick-process .col-list .box p {
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}

.ft-disclaim.pt-2.pb-2 {
  background: #c72632;
  margin: 30px 0 0;
}

.disclaimer p {
  color: #fff;
  font-size: 14px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

a.close.discount-modal-close {
  position: absolute;
  right: 10px;
  font-size: 35px;
  color: #fff;
  z-index: 3;
  cursor: pointer;
}

.modal-main-div-inner-2 label {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

a.discount-modal-btn {
  font-size: 13px;
  position: fixed;
  right: -86px;
  font-weight: 600;
  top: 45%;
  z-index: 5;
  transform: rotate(-90deg);
  padding: 6px 14px;
  border-radius: 4px 4px 0 0;
}

.form-group {
  margin-bottom: 0.5rem;
}

.banner-lead-form {
  border-radius: 10px;
  background: #1d3245;
}

.banner-lead-form form {
  padding: 10px 15px;
}

a.call-us-now-btn-fix,
a.call-us-now-btn-fix-2 {
  position: fixed;
  left: 0;
  z-index: 5;
  padding: 12px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-weight: 600;
}

a.call-us-now-btn-fix {
  font-size: 20px;
  background: #006afa;
  top: 40%;
}

a.call-us-now-btn-fix:hover {
  background: #00122a;
  color: #fff;
}

a.call-us-now-btn-fix-2 {
  font-size: 24px;
  background: #00cb58;
  top: 50%;
}

a.call-us-now-btn-fix-2:hover {
  background: #005726;
  color: #fff;
}

.slider {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 1rem;
}

.items {
  animation: 30s linear infinite animate;
}

.items img {
  width: 200px;
  min-width: 170px;
  padding: 0 30px;
}

.sample-slider:hover .items,
.slider:hover .items {
  animation-play-state: paused;
}

@keyframes animate {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-1800px, 0, 0);
  }
}

.span-min-35 {
  display: inline-block;
  min-width: 80px;
}

.sample-item {
  background: #fff;
  border: 1px solid #e5e3e3;
  border-radius: 10px;
  padding: 15px;
}

.sample-head {
  display: flex;
}

.sample-head img {
  width: 50px !important;
}

.sample-head .title {
  font-weight: 700;
}

.sample-box-btn a {
  background: #ff5722;
  width: 100%;
  color: #ffffff;
}

.subject-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.subject-section-new {
  background: #ffffff;
  padding: 30px 0;
}

.content-btns a.banner-btn-1,
.content-btns-2 a,
a.btn-style-2,
a.btn.extended-btn:hover {
  color: #000000;
  background: #ffffff;
}

.subject-box {
  width: 49% !important;
}

.subject-box h3 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

.subject-box p {
  font-weight: 600;
  font-size: 14px;
}

.sub-box-1,
.sub-box-2 {
  border-radius: 4px;
  min-height: 350px;
}

.fact-area {
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-text p {
  text-align: center;
  color: #000;
  font-size: 20px;
  border-radius: 20px;
  font-weight: 700;
  margin: 0 auto;
  padding: 0;
  max-width: 70%;
}

.sub-box-2 ul li {
  float: left;
  font-weight: 600;
  width: 50%;
  margin: 1px 0;
}

.sub-box-btn {
  background: #ff5722;
  border: 1px solid #ff5722;
  font-weight: var(--tg-fw-medium);
  color: #000;
  padding: 14px 21px;
}

.sub-box-2 ul {
  margin-top: 10px;
  overflow: hidden;
}

.accord-header-custom {
  display: flex;
  gap: 15px;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.accord-header-custom .icon-wrapper img {
  width: 35px !important;
}

.accord-header-custom span {
  font-weight: 600;
  line-height: normal;
  font-size: 16px;
  color: #21123b;
}

li.subject-box .card-header {
  background: #fbfbfb;
  padding: 20px;
}

li.subject-box .card-block p {
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 6px;
}

.card-block p {
  font-size: 14px;
  padding: 8px;
}

.privacy-content ul li {
  color: #c72632;
  list-style: disc;
  margin-bottom: 10px;
  font-size: 15px;
  margin-left: 15px;
}

.extended-services-box {
  border-top: 20px solid #000;
  min-height: 300px;
  margin-bottom: 30px;
  box-shadow: 8px 8px 14px #f3ecec;
  padding: 35px 20px;
  background: #fff;
  border-radius: 60px 5px 5px 6px;
  background: url(../images/page-curve.webp) bottom right no-repeat #fff;
  position: relative;
}

.extended-services-box span img {
  width: 50px;
}

.extended-services-box p {
  line-height: 22px;
  font-size: 15px;
}

.extended-services-box.s-box-1 p,
.extended-services-box.s-box-2 p {
  min-height: 170px;
}

.extended-services-box.s-box-3 p,
.extended-services-box.s-box-4 p {
  min-height: 100px;
}

a.btn.subbox-btn-1:hover {
  background: #2a3239;
  color: #fff;
}

a.btn.subbox-btn-2 {
  margin-top: 10px;
  background: #ff5722;
}

a.btn.subbox-btn-2:hover {
  background: #fff;
  color: #000;
}

.extended-services-box span {
  display: block;
  margin-bottom: 15px;
}

.feature-section {
  padding: 40px 0;
  background: #fff6f6;
}

.feature-title-head {
  text-align: center;
  padding: 20px 0;
}

.feature-title-head span {
  font-size: 28px;
  font-weight: 700;
  color: #ff5722;
}

.feature-box {
  border-radius: 10px;
  background: #fff;
}

span.fearure-price {
  font-weight: 700;
  text-decoration: line-through;
}

.feature-box .title {
  background: #000;
  text-align: center;
  font-size: 22px;
  padding: 12px 0;
  color: #ffffff;
  display: block;
  font-weight: 700;
  border-radius: 6px 6px 0 0;
}

.feature-box .feature {
  margin: 0;
  padding: 10px;
}

.feature-box .feature li {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #004a5e;
  padding: 10px 0;
  border-bottom: 1px solid #005970;
}

.feature-box .feature li .right {
  font-size: 14px;
  color: #33cc6f;
}

.feature-box .feature li .right .fearure-price {
  font-size: 13px;
  color: #404040;
  text-decoration: line-through;
  padding: 0 6px 0 0;
}

.feature-box .price-box {
  display: inline-block;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  text-align: center;
  padding: 15px 10px 10px;
}

.feature-box .price-box p {
  margin: 0;
  color: #004a5e;
}

.feature-box .price-box .price-free {
  color: #ff5722;
  font-size: 27px;
  line-height: 32px;
}

.feature-box .price-box .total-price {
  font-size: 22px;
  line-height: 26px;
  color: #004a5e;
  padding: 0 5px 0 0;
  text-decoration: line-through;
}

.feature-box .price-box .order-btn {
  background-color: #ff5722;
  color: #000;
  display: block;
  padding: 10px 0;
  margin: 15px 0 0;
  line-height: 19px;
}

.feature-box .price-box .order-btn:hover {
  background: linear-gradient(91deg, #fd4e4b 0, #fb5d5a 100%) no-repeat;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
}

ul.feature .float-right {
  border: 1px solid #000;
  padding: 3px 4px;
  border-radius: 4px;
  background: #000;
}

.discount {
  font-size: 70.85px;
  font-weight: 800;
  color: #ff5722;
}

.form {
  border: 1px solid #fff;
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
  background-color: #e4e4e4;
}

.sample-slider .owl-next,
.sample-slider .owl-prev,
.subjects-slider .owl-next,
.subjects-slider .owl-prev,
.testimonials-slides-2 .owl-next,
.testimonials-slides-2 .owl-prev,
.writer-slider .owl-next,
.writer-slider .owl-prev {
  position: absolute;
  height: 30px;
  border-radius: 100% !important;
  width: 30px;
  background: #ededed !important;
}

.writer-head-content p {
  line-height: 18px;
  font-size: 13px;
  min-height: 60px;
  margin-bottom: 2px;
}

.order-form-right {
  background-color: #fff;
  padding: 23px;
  border-radius: 17px;
}

.bg-gray {
  border-color: #d3d3d3 !important;
}

.header-login a {
  margin-left: 10px;
}

.plag-section-2,
a.btn-banner-2,
a.btn-head-2 {
  color: #fff;
  background: #c72632;
}

a.btn-banner-1,
a.btn-head-1,
a.btn-style-whatsapp {
  color: #fff;
  background: #00cb58;
}

a.btn-banner-3,
a.btn-style-3 {
  color: #ffffff;
  background: #000;
}

.content-btns a,
.content-btns-2 a {
  margin: 0 10px 0 0;
}

a.btn-style-1 {
  color: #ffffff;
  background: #c72632;
}

.subjects-slider .owl-prev {
  left: -40px;
  top: 30%;
}

.sample-slider .owl-next span,
.sample-slider .owl-prev span,
.subjects-slider .owl-next span,
.subjects-slider .owl-prev span,
.testimonials-slides-2 .owl-next span,
.testimonials-slides-2 .owl-prev span,
.writer-slider .owl-next span,
.writer-slider .owl-prev span {
  font-weight: 600;
  line-height: 24px;
  font-size: 30px;
}

.subjects-slider .owl-next {
  right: -40px;
  top: 30%;
}

.sample-slider .owl-prev,
.testimonials-slides-2 .owl-prev,
.writer-slider .owl-prev {
  left: -40px;
  top: 35%;
}

.sample-slider .owl-next,
.testimonials-slides-2 .owl-next,
.writer-slider .owl-next {
  right: -40px;
  top: 35%;
}

a#whatsapp-icon-click span {
  vertical-align: text-bottom;
  display: inline-block;
}

.float {
  font-weight: 600;
  padding: 0 10px 0 0;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #00b74f;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  z-index: 100;
}

.my-float {
  color: #21e639;
  margin-right: 3px;
  font-size: 26px;
  background: #001414;
  padding: 19px;
  border-radius: 6px 0 0 6px;
}

.call-item-img img {
  width: 100%;
  height: auto;
  position: relative;
  top: 12px;
}

.request-btn {
  background-color: #ff5722 !important;
  color: #000 !important;
}

.request-btn:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.request-btn-2 {
  background-color: #000 !important;
  color: #ff5722 !important;
}

.banner-span-heading {
  font-size: 4pc;
  font-weight: 700;
}

.gurantee-img img {
  border-radius: 13px;
}

.javascript:void(Tawk_API.toggle())-text {
  margin-bottom: 2.5em;
}

.javascript:void(Tawk_API.toggle())-img {
  max-width: 744px;
  position: relative;
}

.javascript:void(Tawk_API.toggle())-img img {
  z-index: 2;
  position: absolute;
  top: -54px;
}

#whatsapp-icon-click {
  font-size: 24px !important;
}

.inner-section-call-section {
  background-image: url("../images/cta-image-call-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.counter {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border-color: orange;
}

.request-a-email-section {
  background-image: url("../images/new_sec.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-item {
  position: relative;
  text-align: center;
  border-radius: 100%;
  transition: 0.4s;
}

span.counter-item-text {
  background: #fff;
  padding: 23px 20px;
  font-size: 18px;
  display: inline-block;
  border: 2px solid #ff5722;
  border-radius: 100%;
  max-width: 84px;
}

.title-img {
  border-radius: 50% !important;
}

@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .online-class-left-cols {
    width: 280px;
    margin-left: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .online-class-left-cols {
    width: 380px;
    margin-left: -100px;
  }
  
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container-padding,
  .site-navigation {
    padding: 0 20px;
  }

  .center-heading p {
    padding: 0;
  }

  .client-logo {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }

  .site-navigation {
    padding: 0 20px !important;
  }

  .container-padding {
    padding: 0 20px;
  }

  .navbar {
    padding: 10px;
  }

  .navbar-nav .nav-link {
    padding: 14px 20px;
    border-right: 0px;
  }

  .client-logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .blog-item {
    margin-bottom: 40px;
  }

  .about::before {
    width: 100%;
  }

  .center-heading p {
    padding: 0;
  }

  .banner-4 h1 {
    font-size: 47px;
    line-height: 61px;
  }

  .banner-4 p {
    font-size: 16px;
    padding: 0;
  }

  .woocommerce-form-coupon {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .banner-btn-div a.btn-banner-1,
  .banner-form-box label,
  .cta-2-left img,
  a.call-us-now-btn-fix,
  a.call-us-now-btn-fix-2,
  button.navbar-toggler {
    display: none;
  }

  .modal-content {
    background-color: #fefefe;
    margin: 12% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 95% !important;
    border-radius: 30px;
  }

  .modal-content p {
    font-size: 18px !important;
    font-weight: 700;
    font-family: "Kumbh Sans";
  }

  .about::before,
  a.btn.btn-main.btn-sm,
  header {
    width: 100%;
  }

  #fst-cta,
  .banner-form,
  .btn-part,
  .client-logo,
  section#fst-cta .paragraph {
    text-align: center;
  }

  .site-navigation {
    padding: 7px 15px;
  }

  .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .navbar-collapse {
    padding: 5px 0;
  }

  .banner-3 .banner-content h1 {
    font-size: 46px;
    line-height: 60px;
  }

  .banner-4 h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .banner-4 h3 {
    line-height: normal;
    font-size: 34px;
  }

  .discount {
    font-size: 40px;
    font-weight: 800;
    color: #ff5722;
  }

  .form {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 20px;
    background-color: #f7eaea;
  }

  .banner-4 p {
    font-size: 16px;
    padding: 0;
  }

  .section-heading h3 {
    font-size: 32px;
  }

  .container-padding,
  .px-120 {
    padding: 0 10px;
  }

  .blog-item,
  .counter-item,
  .feature-item {
    margin-bottom: 40px;
  }

  .about-img,
  .comments .media .media-body {
    padding-left: 0;
  }

  .testimonial-item {
    padding: 35px;
  }

  .client-logo {
    margin-bottom: 20px;
  }

  .comments .media {
    display: block;
  }

  .author .author-img {
    margin: 0 0 25px;
    float: none;
  }

  .single-post-content .post-meta .blog-comment {
    float: none;
  }

  .center-heading p {
    padding: 0;
  }

  section.banner-4 {
    text-align: center;
    /* background: #ff5722 !important; */
    padding: 40px 0 50px;
  }

  header {
    position: relative;
    background: #ff5722;
  }

  .header-login .btn-solid-border {
    display: none;
    color: #fff;
    border-color: #fff;
  }

  ul.banner-list-style-2 {
    gap: 0;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
  }

  .banner-form {
    padding: 20px;
    border-radius: 14px;
    background: #2a3239;
    margin-top: -90px;
  }

  .banner-form-box {
    margin-bottom: 14px;
  }

  .banner-form-box .submit-btn {
    margin-top: 0;
  }

  .quick-process .col-list .col {
    margin: 24px 0;
  }

  .subject-section {
    padding: 60px 0;
  }

  section.subject-section h2 {
    font-size: 25px;
  }

  .banner-form-head {
    margin-top: 18px;
  }

  ul.subject-list li {
    color: #d82033;
    width: 50%;
    font-weight: 500;
    float: left;
    margin: 0;
    font-size: 16px;
    border: 1px solid #ededed;
    padding: 10px;
  }

  ul.subject-list {
    margin: 20px 0;
  }

  #fst-cta img {
    display: none;
    max-width: 300px !important;
    margin-top: auto;
  }

  #fst-cta {
    background-color: #ff5722;
    margin-bottom: 50px;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  .testimonials-slides-2 .testimonial-item,
  .testimonials-slides-3 .testimonial-item {
    padding: 30px;
    margin-bottom: 20px;

    opacity: 1;
  }

  .payment {
    text-align: left !important;
  }
  .footer-logo {
    text-align: center;
}
}

.banner-btn-div a {
  min-width: 220px;
  margin: 0 3px;
}

@media (max-width: 480px) {
  .banner-4 h1,
  .banner-4 h3,
  .banner-4 span {
    font-size: 28px;
  }

  .banner .banner-content .btn,
  .banner-4 span {
    margin-bottom: 10px;
  }

  .feature-title-head p,
  .h4,
  .h6,
  .subheading,
  body,
  h4,
  h6,
  p {
    font-size: 14px;
  }

  .f-c-left span,
  .services-head-title span {
    font-size: 25px;
    font-weight: 700;
  }

  .about-text-block h4,
  .contact-item h4,
  .extended-services-box b,
  .feature-style-2 .feature-text h4 {
    font-size: 18px;
  }

  .extended-services-box p {
    line-height: 22px;
    font-size: 14px;
  }

  .banner-btn-div a.btn-banner-1,
  .header-top p,
  .mob-hide,
  .system-img {
    display: none;
  }

  .disclaimer p {
    color: #fff;
    font-size: 12px;
  }

  .h2,
  h2 {
    font-size: 24px;
  }

  .h3,
  h3 {
    font-size: 22px;
  }

  .feature-box .title {
    background: #ff5722;
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
    color: #000;
    display: block;
    font-weight: 700;
    border-radius: 6px 6px 0 0;
  }

  .site-navigation {
    padding: 10px;
  }

  .subjects-slider .owl-nav {
    display: none;
    margin-top: 10px;
  }

  .container-padding,
  .navbar-nav .nav-link {
    padding: 0 20px;
  }

  .header-contact li,
  .header-socials li {
    float: none;
    text-align: center;
  }

  .banner .banner-content h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner-4 h1 {
    line-height: 36px;
  }

  .banner-btn-div a {
    margin: 6px 5px;
    min-width: auto;
  }

  .form {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 10px;
  }

  .discount {
    font-size: 40px;
    font-weight: 800;
    color: #ff5722;
  }

  .banner {
    padding: 87px 0 150px;
  }

  .header-top {
    padding: 10px 0;
  }

  .header-right a {
    margin-left: 0;
    padding-left: 0;
    margin-right: 10px;
    border-left: 1px solid transparent;
  }

  .center-heading p {
    padding: 0;
  }

  .section-heading h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-item,
  .counter-item,
  .feature-item {
    margin-bottom: 40px;
  }

  .about-features li i,
  .single-post-content .post-meta .blog-comment {
    float: none;
  }

  .about-img,
  .comments .media .media-body {
    padding-left: 0;
  }

  .px-120 {
    padding: 0 10px;
  }

  .testimonial-item {
    padding: 35px;
  }

  .form-inner {
    padding: 40px 20px;
  }

  .subscribe-form a {
    position: static;
    margin-top: 10px;
  }

  .course-filter li {
    display: block;
    margin: 0 0 15px;
  }

  .client-logo {
    margin-bottom: 20px;
  }

  .course-list-item .course-content {
    text-align: center;
  }

  .counter-inner .counter-item {
    border-right: 0px;
  }

  .article-share ul li:first-child,
  .comments .media {
    display: block;
  }

  .author .author-img {
    margin: 0 0 25px;
    float: none;
  }

  .post-single blockquote {
    padding-left: 30px;
  }

  .subject-box,
  .woocommerce form.checkout_coupon .form-row.form-row-first {
    width: 100%;
  }

  .banner-cat span {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .cookie-consent,
  .subject-box {
    width: 100% !important;
  }

  .cookie-consent,
  .javascript:void(Tawk_API.toggle())-img img {
    left: 0 !important;
  }

  .form-order-section {
    margin-top: -120px;
  }

  .offer-form {
    margin-top: 10px;
  }

  .offer-heading {
    min-height: 50px;
    font-size: 34px;
    margin-top: 24px;
  }

  .testimonial_area > div > div > a {
    width: 75%;
  }

  .f-section-left h2,
  .section-heading-div h2 {
    font-size: 24px;
  }

  .remove-image-mobile,
  div.call-item-img {
    display: none !important;
  }

  .faq-image,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: none;
  }

  .cookie-consent {
    position: fixed;
    bottom: 18px;
    padding: 20px 10px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 7px;
  }
}

@media only screen and (min-width: 600px) {
  .cookie-consent,
  .subject-box {
    width: 100% !important;
  }

  .cookie-consent,
  .javascript:void(Tawk_API.toggle())-img img {
    left: 0 !important;
  }

  .form-order-section {
    margin-top: -120px;
  }

  .offer-form {
    margin-top: 10px;
  }

  .offer-heading {
    font-size: 18px;
  }

  .testimonial_area > div > div > a {
    width: 75%;
  }

  div.call-item-img {
    display: none !important;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: none;
  }

  .cookie-consent {
    position: fixed;
    bottom: 18px;
    padding: 20px 10px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .form-order-section {
    margin-top: -45px;
  }

  .offer-heading {
    font-size: 32px;
  }

  .testimonial_area > div > div > a {
    width: 45%;
  }

  div.call-item-img {
    display: inline-block !important;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: block;
  }

  .javascript:void(Tawk_API.toggle())-img img {
    left: 178px !important;
  }

  .cookie-consent {
    position: fixed;
    width: 100% !important;
    left: 0 !important;
    bottom: 18px;
    padding: 20px 10px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 7px;
  }
}

@media only screen and (min-width: 992px) {
  .thanks-banner {
    height: auto !important;
  }

  .form-order-section {
    margin-top: -45px;
  }

  .offer-heading {
    font-size: 32px;
  }

  .testimonial_area > div > div > a {
    width: 45%;
  }

  div.call-item-img {
    display: inline-block !important;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: block;
  }

  .javascript:void(Tawk_API.toggle())-img img {
    left: 178px !important;
  }

  .subject-box {
    width: 49% !important;
  }

  .cookie-consent {
    position: fixed;
    width: 250px !important;
    bottom: 18px;
    left: 20px !important;
    padding: 20px 10px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 7px;
  }
}

@media only screen and (min-width: 1200px) {
  .thanks-banner {
    height: auto !important;
  }

  .form-order-section {
    margin-top: -100px;
  }

  .offer-heading {
    font-size: 30px;
  }

  .testimonial_area > div > div > a {
    width: 45%;
  }

  div.call-item-img {
    display: inline-block !important;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: block;
  }

  .javascript:void(Tawk_API.toggle())-img img {
    left: 178px !important;
  }

  .subject-box {
    width: 49% !important;
  }

  .cookie-consent {
    position: fixed;
    width: 250px !important;
    bottom: 18px;
    left: 20px;
    padding: 20px 10px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 7px;
  }
}

#allowCookiesBtn,
.allow-button {
  background-color: #ff5722;
  color: #000;
}

.services-box-1,
.services-box-2,
.services-box-3 {
  padding: 100px 50px;
  transition: 0.6s;
}

svg.bi.bi-check2 {
  fill: #fff;
}

svg.bi.bi-star-fill {
  fill: #c72632;
}

svg.bi.bi-quote {
  position: static;
  fill: #ffffff;
  margin-bottom: 10px;
}

.allow-button,
.cookie-consent span {
  font-size: 15px;
}

.allow-button {
  height: 38px;
  width: auto;
  line-height: 13px;
  border-radius: 3px;
  border: 1px solid #ff5722;
}

.allow-button:hover {
  color: #fff;
  background-color: #496784;
  border: 1px solid #496784;
}

.services-style-content h2 {
  color: #c72632;
}

.services-style-content h2 span,
.vertical-tab-content .tab-pane h2 {
  color: #ff5722;
}

#services-grid {
  height: 100vh;
  transition: 0.5s;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  max-height: 500px;
  min-height: 500px;
}

:where(.col-left, .col-center, .col-right) {
  text-align: center;
  background: #000;
  transition: 0.6s;
  max-height: 500px;
}

#services-grid:has(.col-left:hover) {
  grid-template-columns: 2fr 0.5fr 0.5fr;
}

#services-grid:has(.col-center:hover) {
  grid-template-columns: 0.5fr 2fr 0.5fr;
}

#services-grid:has(.col-right:hover) {
  grid-template-columns: 0.5fr 0.5fr 2fr;
}

.services-box-1 {
  background: url("../images/d-1.webp") top center/cover;
  height: 100%;
}

.services-box-1:hover {
  height: 100%;
  background: #000;
}

.services-box-1 h2,
.services-box-1 p,
.services-box-2 h2,
.services-box-2 p,
.services-box-3 h2,
.services-box-3 p {
  opacity: 0;
}

.services-box-1:hover h2,
.services-box-1:hover p,
.services-box-2:hover h2,
.services-box-2:hover p,
.services-box-3:hover h2,
.services-box-3:hover p {
  opacity: 1;
  color: #fff;
}

.services-box-2 {
  background: url("../images/d-2.webp") top center/cover;
  height: 100%;
}

.services-box-2:hover,
.services-box-3:hover {
  transition: 0.6s;
  height: 100%;
  background: #000;
}

.services-box-3 {
  background: url("../images/d-3.webp") top center/cover;
  height: 100%;
}

.exam-box-1 {
  background: url("../images/e-1.html") top center/cover;
  height: 100%;
}

.exam-box-2 {
  background: url("../images/e-2.html") top center/cover;
  height: 100%;
}

.exam-box-3 {
  background: url("../images/e-3.html") top center/cover;
  height: 100%;
}

.subjects-box-item {
  background-color: #f6f9ff;
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
  border-top: 20px solid #c72632;
}

.subjects-box-item p {
  overflow: auto;
  max-height: 220px;
  min-height: 220px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}

.cta-simple-style-section {
  padding: 70px 0;
  background-image: url("../images/color-bg-img.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-cta-section,
.bg-cta-section-2 {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cta-section h2,
.bg-cta-section p {
  color: #fff;
}

.bg-cta-section {
  padding: 50px 0;
  background-image: url("../images/bg-cta-img.webp");
}

.bg-cta-section-2 {
  padding: 20px 0;
  background-image: url("../images/bg-cta-2-img.webp");
}

.feature-box-style-div {
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  background: #c72632;
  border-top: 20px solid #000;
}

.feature-box-style-div h3 {
  color: #fff;
  font-size: 20px;
}

.feature-box-style-div svg {
  max-width: 35px;
  fill: white;
  margin: 15px 0;
}

.feature-box-style-div p {
  color: #fff;
  font-size: 13px;
}

.features-box-right-col {
  padding: 0 0 10px;
  border-radius: 10px;
  background: #c72632;
}

.extend-box-slider .item,
.extend-box-slider-box-1,
.extend-box-slider-box-2,
.extend-box-slider-box-3,
.extend-box-slider-box-4 {
  border-radius: 10px 60px 10px 10px;
}

.features-box-right-col ul li {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  font-size: 15px !important;
  line-height: 19px !important;
  color: #fff !important;
  padding: 13px 0 !important;
  border-bottom: 1px solid #005970;
}

.extend-box-slider .item {
  background: url(../images/page-curve.webp) bottom right no-repeat #fff;
  position: relative;
  margin: 10px 8px;
}

.extend-box-slider .item .extend-box-slider-box {
  padding: 20px;
}

.one-line-h2 .extend-box-slider .item h2 {
  font-size: 18px;
  min-height: 40px;
}

.two-line-h2 .extend-box-slider .item h2 {
  font-size: 18px;
  min-height: 55px;
}

.three-line-h2 .extend-box-slider .item h2 {
  font-size: 18px;
  min-height: 78px;
}

.extend-box-slider .item p {
  font-size: 14px;
  line-height: 22px;
  min-height: 240px;
  overflow: auto;
  max-height: 240px;
  margin-bottom: 15px;
}

.extend-box-slider-box-1 {
  border-top: 30px solid #000;
  box-shadow: 0 0 10px #c7c7c7;
}

.extend-box-slider-box-2 {
  border-top: 30px solid #c72632;
  box-shadow: 0 0 10px #c7c7c7;
}

.extend-box-slider-box-3 {
  border-top: 30px solid #000;
  box-shadow: 0 0 10px #c7c7c7;
}

.extend-box-slider-box-4 {
  border-top: 30px solid #c72632;
  box-shadow: 0 0 10px #c7c7c7;
}

@media (max-width: 768px) {
  .subjects-box-item-new {
    width: 100% !important;
  }

  .vertical-tab-nav-item li a {
    font-size: 20px;
    padding: 15px 10px !important;
    border-radius: 0 !important;
    font-weight: 600;
    background: #2e3f50;
  }

  .extend-box-slider .item {
    font-size: 14px;
    line-height: 22px;
    min-height: auto !important;
    overflow: initial !important;
    max-height: none !important;
    margin-bottom: 40px;
  }

  .extend-box-slider .item p {
    font-size: 14px;
    line-height: 22px;
    overflow: auto;
    min-height: 240px;
    margin-bottom: 15px;
  }

  .extend-box-slider .item h2 {
    min-height: auto;
  }

  #services-grid,
  .services-style-section {
    display: none !important;
  }

  .cta-simple-style-section {
    padding: 15px 0 !important;
    margin: 20px !important;
  }

  .subjects-box-item p {
    overflow: initial;
    max-height: none;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .modal-order-form .modal-content {
    background-color: #1e3245;
    margin: 5% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 100% !important;
    border-radius: 10px;
  }

  .plag-features-list ul {
    padding-left: 0 !important;
  }
}

* {
  scrollbar-color: #282828 #ffffff;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #222b4e;
  border-radius: 10px;
  border: 3px solid #fff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 12% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 40%;
  border-radius: 30px;
}

.modal-content p {
  font-size: 22px;
  font-weight: 700;
  font-family: "Kumbh Sans";
}

.close {
  float: right;
  cursor: pointer;
}

#allowCookiesBtn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.sub-box-1 h3,
.sub-box-2 h3 {
  color: #fff;
  font-size: 18px;
}

.sub-box-1,
.sub-box-2 {
  padding: 15px;
  background: #2d2f5c;
  margin: 0 !important;
}

.sub-box-1 ul li,
.sub-box-2 ul li {
  font-size: 13px;
  color: #fff;
}

.sub-box-1 p,
.sub-box-2 p {
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 10px;
}

.footer-form .form-inner span {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  display: inline-block;
}

.footer-form .form-inner .form-select-custom,
.footer-form .form-inner input.form-control {
  height: 47px !important;
  background: #fff;
}

.modal-order-form {
  z-index: 9999 !important;
}

.modal-order-form .modal-content {
  background-color: #1e3245;
  margin: 5% auto;
  padding: 10px;
  border: 1px solid #888;
  width: 45%;
  border-radius: 10px;
}

section.plag-section-4 {
  background: #fbfbfb;
}

.plag-form-section-left {
  padding: 20px;
  background: #c72632;
  border-radius: 10px;
  margin-bottom: 20px;
}

.plag-form-section-left h4 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.plag-form-section-left .form-group label {
  min-width: 110px;
  color: #fff;
  margin: 0;
}

.plag-form-section-left .form-group input,
.plag-form-section-left .form-group select {
  color: #fff;
  background: #253340;
  border-color: #30465a !important;
}

.plag-form-section-left input.plag-form-btn {
  color: #000;
  background: #ff5722;
}

.plag-form-inner .form-inner {
  background: 0 0;
  padding: inherit;
  border: none;
  border-radius: inherit;
}

.upload-file-div {
  text-align: center;
  padding: 10px;
  border: 2px dashed #29455e;
  margin: 10px 0;
  width: 100%;
}

.plag-form-section-left .form-group {
  display: flex;
  gap: 40px;
}

.plag-features-list ul li {
  display: flex;
  vertical-align: middle;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  padding: 15px;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  background: #fff;
  gap: 20px;
}

.plag-features-list ul li:hover {
  box-shadow: 3px 3px 7px #0000002b;
  background: #ff5722;
  border-color: #ff5722;
}

.plag-features-list ul {
  padding-left: 40px;
}

.plag-features-content span {
  font-size: 17px;
  font-weight: 600;
}

.plag-features-content p {
  font-size: 14px;
  line-height: 20px;
}

a.btn-assignment-page-link,
a.btn-dissertation-page-link {
  color: #00f;
}

a.btn-assignment-page-link:hover,
a.btn-dissertation-page-link:hover {
  color: #00f;
  text-decoration: underline;
}

.social-links ul li a {
  color: #fff;
  font-size: 21px;
}

.social-links span {
  color: #fff;
  margin-right: 17px;
}

.social-links a {
  margin-left: 0;
}

.vertical-tab-inner {
  background: #c72632;
  border: 6px solid #e7e7e7;
  border-radius: 4px;
}

.vertical-tab-nav-item li a {
  font-size: 20px;
  padding: 28px 10px;
  border-radius: 0 !important;
  font-weight: 600;
  background: #2e3f50;
}

.vertical-tab-nav-item li a:hover {
  color: #fff;
  background-color: #ff5722;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #ff5722;
  font-weight: 600;
}

.vertical-tab-nav-item li {
  border-bottom: 2px solid #000;
}

.vertical-tab-content .tab-pane {
  padding: 15px 10px;
}
.extended-services-box.s-box-2.s-box-middle {
  border-top-color: #ff5722;
}

input.btn.btn-main.mr-2.banner-btn-1.btn.banner-form-btn {
  background: #c72632 !important;
}

input.btn.btn-main.mr-2.banner-btn-1.btn.banner-form-btn:hover {
  background: #2d2f5c !important;
}

/*Subject new box*/

.subjects-box-new {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.subjects-box-item-new {
  width: 31%;
}

.subject-box-icon-list {
  background-image: linear-gradient(90deg, #c7263294 20%, #c72632 100%),
    url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR0TOXyTFTjEEj6-ot1NRJqEBCi5-RmyjtjBw&amp;s);
  color: #fff !important;
  background-size: cover;
  display: block;
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.subject-box-icon-list .content {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 0 1em;
  z-index: 2;
  height: 4em;
  transition: all 0.2s ease;
}

.subject-box-icon-list:hover .content {
  height: 12em;
  transition: all 0.2s ease;
}

.subject-box-icon-list h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: #fff;
  text-transform: uppercase;
}

.subject-box-icon-list p {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 5px;
  line-height: 1.5em;
  color: #fff;
}

.subject-box-icon-list:hover p {
  height: 3em;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}

.subject-box-icon-list .link {
  height: 1.5em;
  line-height: 1.5;
  transition: all 0.2s ease;
  display: block;
  font-size: 0.85em;
  font-style: italic;
}

.subject-box-icon-list:hover .link {
  transition: all 0.2s ease;
}

.subject-box-icon-list:hover {
  background-image: linear-gradient(90deg, #c72632d9 20%, #ff57226e 100%),
    url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR0TOXyTFTjEEj6-ot1NRJqEBCi5-RmyjtjBw&amp;s");
}
