/********** Template CSS **********/

:root {
  --primary: #f7aa43;
  --secondary: #13171a;
  --light: #f6f7fc;
  --dark: #f7aa43;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif Regular'), url('../font/DroidSerif-Regular.woff') format('woff');
}


@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Serif Bold'), url('../font/DroidSerif-Bold.woff') format('woff');
}

body {
  font-family: 'Droid Serif';
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-size: 14px;
  line-height: 20px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #13171a !important;
  border-color: #13171a !important;
  color: #ffffff !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #13171a !important;
  border-color: #13171a !important;
  color: #ffffff !important;
}

.btn:focus-visible {
  box-shadow: none !important;
  background: #13171a 0% 0% no-repeat padding-box;
  border-color: #13171a;
  color: #ffffff;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand img {
  max-height: 50px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 10px 0;
  color: #696e77;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.filter {
  filter: invert(51%) sepia(17%) saturate(1151%) hue-rotate(327deg) brightness(148%) contrast(150%);
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    max-height: 45px;
  }

  .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .navbar .nav-item .dropdown-menu {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 50px;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #696e77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: var(--primary);
}

/*** Facts ***/
@media (min-width: 992px) {
  .container.facts {
    max-width: 100% !important;
  }

  .container.facts .facts-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

.container.facts .facts-text {
  background: linear-gradient(#f7aa43, rgb(247 170 67 / 77%)),
    url(../img/carousel-1.jpg) center right no-repeat;
  background-size: cover;
}

.container.facts .facts-counter {
  background: linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)),
    url(../img/carousel-2.jpg) center right no-repeat;
  background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** Service ***/
.service-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}

.service-item a.btn {
  color: var(--primary);
}

.service-item a.btn:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

/*** Appointment ***/
.appointment {
  background: linear-gradient(rgb(247 170 67 / 90%), rgb(247 170 67 / 90%)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

/*** Team ***/
.team-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-text {
  bottom: 0;
  opacity: 1;
}

.team-item a.btn {
  color: var(--primary);
}

.team-item a.btn:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

/*** Testimonial ***/
.animated.pulse {
  animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
  position: relative;
}

.testimonial-left img,
.testimonial-right img {
  position: absolute;
  padding: 5px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 10px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

/*** Footer ***/
.footer {
  color: #a7a8b4;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #a7a8b4;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a7a8b4;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: #a7a8b4;
  border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: #ffffff;
}

.home-banner {
  padding: 30px 0;
  background: url(../img/main-banner-bg.jpg) center center no-repeat;
  background-size: contain;
}

.home-banner .content-wrap h3 {
  color: #000;
  font-weight: 400;
  font-size: 43px;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 22px;
}

.home-banner .img-wrap img {
  transition: all 0.4s ease;
}

.home-banner .img-wrap:hover img {
  transform: scale(1.05);
}

.form-control {
  color: #696e77;
  background-color: #fff !important;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.travel-insurance {
  padding: 0px 0;
  background: url(../img/travel-bg.webp) center center no-repeat;
  background-size: cover;
}

.form-insurance {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
}

.form-insurance .form-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}

.form-insurance label {
  font-size: 14px;
  line-height: 18px;
}

.form-insurance .form-control {
  font-size: 14px;
  line-height: 18px;
}

.form-insurance select {
  background-color: #fff !important;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  padding: 0.375rem 0.75rem;
  color: #333;
}

.form-insurance .form-control::placeholder {
  font-size: 14px;
  line-height: 18px;
}

.travel-insurance-view {
  background-color: #ccc !important;
  padding: 15px 0;
}

.travel-insurance-view ul {
  margin-bottom: 0px;
}

.travel-insurance-view ul li {
  text-align: center;
}

.accordion-insurance .accordion-button {
  padding: 8px 18px !important;
}

.accordion-insurance .accordion-item {
  border-radius: 0 !important;
}

.accordion-insurance .accordion-item ul li a {
  color: #000;
  font-size: 14px;
}

.accordion-insurance .accordion-item ul li {
  margin-bottom: 10px;
}

.accordion-insurance .accordion-button:not(.collapsed) {
  color: #333;
  background-color: #eee;
  box-shadow: none;
  border-radius: 0;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(61) sepia(156) brightness(5);
}

.accordion-insurance .accordion-button:focus {
  box-shadow: none;
}

.box-one-wrap {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 15px;
}

.box-one-wrap .left-wraping {
  border-right: 1px solid #ddd;
}

.box-one-wrap .left-wrap .head-wrap {
  background-color: #eee;
  padding: 5px;
  font-size: 15px;
  width: 100%;
}

.box-one-wrap .left-wrap {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.box-one-wrap .left-wrap .img-wrap {
  width: 170px;
  padding: 0px;
  margin-right: 10px;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}

.box-one-wrap .left-wrap .head-wrap h5 {
  font-size: 15px;
  margin-bottom: 0px;
}

.box-one-wrap .left-wrap .head-wrap h5 a {
  color: #333;
}

.box-one-wrap .des {
  padding: 5px;
  color: #000;
  font-size: 13px;
}

.box-one-wrap .wrap-center {
  padding: 5px 0;
  border-right: 1px solid #ddd;
}

.box-one-wrap .wrap-center ul li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

.box-one-wrap .wrap-center h5 {
  font-size: 15px;
  color: #f7aa43;
  margin-bottom: 0px;
}

.box-one-wrap .wrap-center li {
  font-size: 14px;
  margin-bottom: 8px;
}

.link-btn {
  font-size: 14px;
  color: #f7aa43;
  text-decoration: underline;
  margin-bottom: 0px;
}

.plcmax {
  font-size: 12px;
}

.plcmax span {
  color: #f7aa43;
  font-size: 13px;
}

.accordion-insurance label {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
}

.accordion-insurance label input {
  margin-right: 5px;
}

.compare-plans.show {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ccc;
  height: 150px;
  padding: 20px 0;
  z-index: 2;
}

.list-compare {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  text-align: center;
}

.list-compare .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.list-compare .btn-close:focus {
  box-shadow: none !important;
}

.list-compare h4 {
  font-size: 14px;
  color: #000;
}

.list-compare p {
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
}

.list-compare h2 {
  font-size: 18px;
  color: #f7aa43;
}

.compare-plans {
  height: 150px;
}

.compare-plans .btn-all-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.compare-plans .btn-all-close:focus {
  box-shadow: none !important;
}

.compare-plans-view {
  padding: 40px 0;
}

.compare-plans-view .fixedHeader {
  background: #000;
}

.green32 {
  font-size: 20px;
  color: #f7aa43;
}

.fon22 {
  font-size: 22px;
}

.ns-top {
  background-color: #ccc !important;
  color: #000;
  padding: 5px;
  text-align: center;
  border-radius: 0.3rem !important;
  border: 1px solid #fff;
}

.sidebar {
  background: #f2f2f2;
  padding: 20px;
}

.sidebar li {
  margin-bottom: 15px;
}

.sidebar li a {
  color: #333;
}

.quate-search .view-top-list {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

#myDialog {
  width: 70vh;
}

.html-dailog {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 999999;
  margin: 0;
  border: 0;
  box-shadow: 0 0 4px #c5c5c5;
}

.html-dailog:focus-visible {
  outline: none;
}

.close-dailog-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  background-color: #dc3545;
  color: #fff;
  cursor: pointer;
}

.student-form .form-control {
  border-radius: 0;
  font-size: 13px;
}

.student-form label {
  font-size: 13px;
  font-weight: 500;
}
.dropdown-menu[data-bs-popper] {
  left: auto !important;
}

.sidebar-widget-float {
  position: fixed;
  right: 10px;
  bottom: 80px;
}

.sidebar-widget-float .btn-float {
  width: 65px;
  background: #fff;
  border: 1px solid #f7aa43;
  text-align: center;
  padding: 0;
  margin-bottom: 3px;
  box-shadow: 0 0 4px 0 #4d4b4b;
  list-style: none;
  border-radius: 0.3rem !important;
  display: block;
  color: #444;
  font-size: 14px;
  padding: 10px;
}

.sidebar-widget-float .btn-float:hover {
  border: 1px solid #f7aa43;
  background: #fff;
}

.help-block {
  display: inline-block;
  font-size: 13px;
  background: #ff7171;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}

.help-block:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ff7171;
}

/* RRRRRRRRR */
.winners {
  background-color: #f7aa43;
}

.additional-fields {
  display: none;
}

.student-form .form-title {
  margin: -16px;
  padding: 15px 35px !important;
}

@media (min-width: 1400px) {
  .home-banner {
    padding: 120px 0;
    background-size: cover;
    background-position: top center;
  }
}

@media (max-width: 1199px) {
  .home-banner {
    padding: 120px 0;
    background-size: cover;
    background-position: top right;
  }
}