/*=== MEDIA QUERY ===*/
/*
Theme Name: Medic
Author: Themefisher
Author URI: https://themefisher.com/
Description: Medicle Template
Version: 1.0.0

*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #3b4e5e;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #D63023;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #D63023;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #D63023;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #D63023;
  color: #fff;
  border-color: #D63023;
}

.btn-main:hover {
  background: #fff;
  border-color: #D63023;
  color: #D63023;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #D63023;
  color: #fff;
  border-color: #D63023;
}

.btn-solid-border {
  border: 2px solid #D63023;
  background: transparent;
  color: #D63023;
}

.btn-solid-border:hover {
  border: 2px solid #D63023;
  color: #fff;
  background: #D63023;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #D63023;
  color: #fff;
  border-color: #D63023;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #D63023;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .section {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
 .section {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  } 
}

.subtitle {
  color: #D63023;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: rgba(214, 48, 35, .75);
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #D63023;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0px 90px 0px;
  position: relative;
}

.page-title .block h1 {
  color: black;
}

.page-title .block p {
  color: #fff;
}

.page-title .block small {
  background-color: #D63023;
  color: white;
  padding: .25rem 1rem;
  border-radius: 20px;
}

.page-title .breadcumb-nav {
  /* margin-top: 60px; */
  /* padding-top: 30px; */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #D63023;
}

.secondary-bg {
  background: #D63023;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #D63023;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 50px;
  }  
}

@media (max-width: 480px) {
  .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 400px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 10px 0px;
}

#navbarmain .nav-link {
  padding: 10px 20px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}

#navbarmain .nav-link.active span {
  color: #D63023;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 2px solid #D63023;
}

.navbar-nav {
  align-items: center;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.navbar-brand img {
  max-width: 275px;
}

@media (max-width: 992px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #D63023;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

.bg-page {
  background-size: cover;
  position: relative;  
  background-repeat: no-repeat;
}

.bg-articles {
  background: url("https://buatintugasku.com/images/banner/banner-articles.webp") 75% 50%;
}

.bg-blog-details {
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 550px;
}

.banner .block {
  padding: 80px 0px 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #D63023;
  text-shadow: 0 0 1rem rgba(255, 255, 255, .5);
}

.banner .block h2 {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 400;
  margin-right: 3rem;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #D63023;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 992px) {
  .banner {
    background-position: 40%;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 48px;
    line-height: 64px;
  }
  .banner {
  }
}

@media (max-width: 575px) {
  .banner .block h2 {
    font-size: 12px;
    line-height: 20px;
    margin-right: 14rem;
  }
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .banner .block h2 {
    font-size: 12px;
    line-height: 20px;
    margin-right: 9rem;
  }
}

@media (max-width: 400px) {
  .banner {
    background-position: 45%;
    min-height: 450px;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #D63023;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 48px;
  color: #D63023;
}

.feature-item h3 {
  color: #D63023;
  font-size: 1.2rem; 
  line-height: 24px;
}

.feature-item span {
  font-size: 14px;
}

.feature-item p {
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 480px) {
  .feature-item .feature-icon i {
    font-size: 44px;
  }
  .feature-item h3 {
    font-size: 1.2rem; 
  }
  .feature-item span {
    font-size: 14px;
  }
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
  .counter-stat span {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .counter-stat span {
    font-size: 50px;
  } 
}

@media (max-width: 480px) {
  .counter-stat span {
    font-size: 40px;
  } 
}

@media (max-width: 400px) {
  .counter-stat span {
    font-size: 30px;
  } 
}

.mb--80 {
  margin-bottom: -80px;
}

.service.space-top {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
  height: 100%;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i.tugas {
  color: #D63023;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

@media (max-width: 992px) {
  .service.space-top {
    padding-top: 160px;
  }
}

@media (max-width: 768px) {
  .service.space-top {
    padding-top: 160px;
  }
}

@media (max-width: 480px) {
  .service.space-top {
    padding-top: 140px;
  }
}

@media (max-width: 400px) {
  .service.space-top {
    padding-top: 140px;
  }
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.lh-p-13 {
  line-height: 1.3;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #D63023;
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background-size: cover;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background:  rgba(214, 48, 35, 1);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #D63023;
}

.text-color-secondary {
  color: #3b4e5e;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-page {
  background-size: cover !important;
  position: relative;
}

.cta-page-whatsapp-1 {
  background: url("https://buatintugasku.com/images/banner/banner-contact-whatsapp.webp") no-repeat;
}

.cta-page-whatsapp-2 {
  background: url("https://buatintugasku.com/images/banner/banner-contact-whatsapp-2.webp") no-repeat;
}

.cta-page-instagram-1 {
  background: url("https://buatintugasku.com/images/banner/banner-contact-instagram.webp") no-repeat;
}

.cta-page-instagram-2 {
  background: url("https://buatintugasku.com/images/banner/banner-contact-instagram-2.webp") no-repeat;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("https://buatintugasku.com/images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid rgb(0 42 106 / 10%)
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: .3;
}

.slick-list {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2, .blog-item-content h1 {
  font-weight: 600;
}


.about-block-item img {
  border-radius: 10px;
}

@media (max-width: 480px) {
  .about-block-item p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
}

footer {
  box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
}
footer .logo img {
  max-width: 300px;
  width: 100%;
}

.text-shadow {
  text-shadow: 0 0 0.25rem rgb(0 0 0 / 50%);
}
.text-shadow-alt {
  text-shadow: 0 0 0.25rem rgb(255 255 255 / 50%);
}

#cara-order .img-cara-order {
  width: 125px;
}


@media (max-width: 992px) {
  #cara-order .img-cara-order {
    width: 100px;
  }  
}

@media (max-width: 768px) {
  #cara-order .img-cara-order {
    width: 90px;
  }    
}

@media (max-width: 480px) {
  #cara-order .img-cara-order {
    width: 85px;
  }   
  #cara-order .title-cara-order {
    font-size: 1.2rem;
  }
  #cara-order .desc-cara-order {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 400px) {
  #cara-order .img-cara-order {
    width: 75px;
  }    
}


.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #D63023;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(214, 48, 35, .15);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #D63023;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #3b4e5e;
  line-height: 28px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.zoom-hover {
  transition: all .1s ease-in-out;
}
.zoom-hover:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.zoom-hover-sm {
  transition: all .1s ease-in-out;
}
.zoom-hover-sm:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
}
.zoom-hover-xs {
  transition: all .1s ease-in-out;
}
.zoom-hover-xs:hover {
  -ms-transform: scale(1.025); /* IE 9 */
  -webkit-transform: scale(1.025); /* Safari 3-8 */
  transform: scale(1.025);
}

.img-404 {
  width: 100%;
  max-width: 400px;
  margin: auto;
  display: block;
}

.custom-icon-tugas {
  height: 45px;
  width: 45px;
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat;
  filter: invert(28%) sepia(77%) saturate(3870%) hue-rotate(349deg) brightness(87%) contrast(93%); /* #D63023 */
}

.custom-icon-tugas-1 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-1.svg');
}
.custom-icon-tugas-2 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-2.svg');
}
.custom-icon-tugas-3 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-3.svg');
}
.custom-icon-tugas-4 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-4.svg');
}
.custom-icon-tugas-5 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-5.svg');
}
.custom-icon-tugas-6 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-6.svg');
}
.custom-icon-tugas-7 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-7.svg');
}
.custom-icon-tugas-8 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-8.svg');
}
.custom-icon-tugas-9 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-9.svg');
}
.custom-icon-tugas-10 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-10.svg');
}
.custom-icon-tugas-11 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-11.svg');
}
.custom-icon-tugas-12 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-12.svg');
}
.custom-icon-tugas-13 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-13.svg');
}
.custom-icon-tugas-14 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-14.svg');
}
.custom-icon-tugas-15 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-15.svg');
}
.custom-icon-tugas-16 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-16.svg');
}
.custom-icon-tugas-17 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-17.svg');
}
.custom-icon-tugas-18 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-18.svg');
}
.custom-icon-tugas-19 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-19.svg');
}
.custom-icon-tugas-20 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-20.svg');
}
.custom-icon-tugas-21 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-21.svg');
}
.custom-icon-tugas-22 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-22.svg');
}
.custom-icon-tugas-23 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-23.svg');
}
.custom-icon-tugas-24 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-24.svg');
}
.custom-icon-tugas-25 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-25.svg');
}
.custom-icon-tugas-26 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-26.svg');
}
.custom-icon-tugas-27 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-27.svg');
}
.custom-icon-tugas-28 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-28.svg');
}
.custom-icon-tugas-29 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-29.svg');
}
.custom-icon-tugas-30 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-30.svg');
}
.custom-icon-tugas-31 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-31.svg');
}
.custom-icon-tugas-32 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-32.svg');
}
.custom-icon-tugas-33 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-33.svg');
}
.custom-icon-tugas-34 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-34.svg');
}
.custom-icon-tugas-35 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-35.svg');
}
.custom-icon-tugas-36 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-36.svg');
}
.custom-icon-tugas-37 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-37.svg');
}
.custom-icon-tugas-38 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-38.svg');
}
.custom-icon-tugas-39 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-39.svg');
}
.custom-icon-tugas-40 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-40.svg');
}
.custom-icon-tugas-41 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-41.svg');
}
.custom-icon-tugas-42 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-42.svg');
}
.custom-icon-tugas-43 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-43.svg');
}
.custom-icon-tugas-44 {
  background-image: url('https://buatintugasku.com/images/custom-icon/tugas-44.svg');
}

.title-article {
  color: #D63023;
  line-height: 1.25;
}

.title-blog {
  font-size: clamp(1.5rem, 2.5vw, 4rem); 
}

@media (max-width: 480px) {
  .title-article {
    font-size: 2rem !important;
  }
}