
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue LT W02_77 Bd Cn",Helvetica,Arial;
  text-align: left !important;
}

.font-en{
  font-family: "Poppins", sans-serif !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue LT W02_77 Bd Cn",Helvetica,Arial;
}

.p-start-0 {
  padding-left: 0px;
}

.p-start-1 {
  padding-left: 4px;
}

.p-start-2 {
  padding-left: 8px;
}

.p-start-3 {
  padding-left: 16px;
}

.p-start-4 {
  padding-left: 24px;
}

.p-start-5 {
  padding-left: 48px;
}

.p-end-0 {
  padding-right: 0px;
}

.p-end-1 {
  padding-right: 4px;
}

.p-end-2 {
  padding-right: 8px;
}

.p-end-3 {
  padding-right: 16px;
}

.p-end-4 {
  padding-right: 24px;
}

.p-end-5 {
  padding-right: 48px;
}

.p-im-start-0 {
  padding-left: 0px !important;
}

.p-im-start-1 {
  padding-left: 4px !important;
}

.p-im-start-2 {
  padding-left: 8px !important;
}

.p-im-start-3 {
  padding-left: 16px !important;
}

.p-im-start-4 {
  padding-left: 24px !important;
}

.p-im-start-5 {
  padding-left: 48px !important;
}

.p-im-end-0 {
  padding-right: 0px !important;
}

.p-im-end-1 {
  padding-right: 4px !important;
}

.p-im-end-2 {
  padding-right: 8px !important;
}

.p-im-end-3 {
  padding-right: 16px !important;
}

.p-im-end-4 {
  padding-right: 24px !important;
}

.p-im-end-5 {
  padding-right: 48px !important;
}


.m-start-0 {
  margin-left: 0px;
}

.m-start-1 {
  margin-left: 4px;
}

.m-start-2 {
  margin-left: 8px;
}

.m-start-3 {
  margin-left: 16px;
}

.m-start-4 {
  margin-left: 24px;
}

.m-start-5 {
  margin-left: 48px;
}

.m-end-0 {
  margin-right: 0px;
}

.m-end-1 {
  margin-right: 4px;
}

.m-end-2 {
  margin-right: 8px;
}

.m-end-3 {
  margin-right: 16px;
}

.m-end-4 {
  margin-right: 24px;
}

.m-end-5 {
  margin-right: 48px;
}

.m-im-start-0 {
  margin-left: 0px !important;
}

.m-im-start-1 {
  margin-left: 4px !important;
}

.m-im-start-2 {
  margin-left: 8px !important;
}

.m-im-start-3 {
  margin-left: 16px !important;
}

.m-im-start-4 {
  margin-left: 24px !important;
}

.m-im-start-5 {
  margin-left: 48px !important;
}

.m-im-end-0 {
  margin-right: 0px !important;
}

.m-im-end-1 {
  margin-right: 4px !important;
}

.m-im-end-2 {
  margin-right: 8px !important;
}

.m-im-end-3 {
  margin-right: 16px !important;
}

.m-im-end-4 {
  margin-right: 24px !important;
}

.m-im-end-5 {
  margin-right: 48px !important;
}

/* Extra Smol Screen ================= */
@media (min-width: 0px) and (max-width: 576px){
  .text-xs-start {
    text-align: left !important;
  }
  
  .text-xs-end {
    text-align: right !important;
  }

  .p-start-xs-0 {
    padding-left: 0px;
  }
  
  .p-start-xs-1 {
    padding-left: 4px;
  }
  
  .p-start-xs-2 {
    padding-left: 8px;
  }
  
  .p-start-xs-3 {
    padding-left: 16px;
  }
  
  .p-start-xs-4 {
    padding-left: 24px;
  }
  
  .p-start-xs-5 {
    padding-left: 48px;
  }

  .p-end-xs-0 {
    padding-right: 0px;
  }
  
  .p-end-xs-1 {
    padding-right: 4px;
  }
  
  .p-end-xs-2 {
    padding-right: 8px;
  }
  
  .p-end-xs-3 {
    padding-right: 16px;
  }
  
  .p-end-xs-4 {
    padding-right: 24px;
  }
  
  .p-end-xs-5 {
    padding-right: 48px;
  }
  
  
  .m-start-xs-0 {
    margin-left: 0px;
  }
  
  .m-start-xs-1 {
    margin-left: 4px;
  }
  
  .m-start-xs-2 {
    margin-left: 8px;
  }
  
  .m-start-xs-3 {
    margin-left: 16px;
  }
  
  .m-start-xs-4 {
    margin-left: 24px;
  }
  
  .m-start-xs-5 {
    margin-left: 48px;
  }

  .m-end-xs-0 {
    margin-right: 0px;
  }
  
  .m-end-xs-1 {
    margin-right: 4px;
  }
  
  .m-end-xs-2 {
    margin-right: 8px;
  }
  
  .m-end-xs-3 {
    margin-right: 16px;
  }
  
  .m-end-xs-4 {
    margin-right: 24px;
  }
  
  .m-end-xs-5 {
    margin-right: 48px;
  }

  .m-im-start-xs-0 {
    margin-left: 0px !important;
  }
  
  .m-im-start-xs-1 {
    margin-left: 4px !important;
  }
  
  .m-im-start-xs-2 {
    margin-left: 8px !important;
  }
  
  .m-im-start-xs-3 {
    margin-left: 16px !important;
  }
  
  .m-im-start-xs-4 {
    margin-left: 24px !important;
  }
  
  .m-im-start-xs-5 {
    margin-left: 48px !important;
  }

  .m-im-end-xs-0 {
    margin-right: 0px !important;
  }
  
  .m-im-end-xs-1 {
    margin-right: 4px !important;
  }
  
  .m-im-end-xs-2 {
    margin-right: 8px !important;
  }
  
  .m-im-end-xs-3 {
    margin-right: 16px !important;
  }
  
  .m-im-end-xs-4 {
    margin-right: 24px !important;
  }
  
  .m-im-end-xs-5 {
    margin-right: 48px !important;
  }
}

/* Smol Screen ================= */
@media (min-width: 576px) and (max-width: 768px){
  .text-sm-start {
    text-align: left !important;
  }
  
  .text-sm-end {
    text-align: right !important;
  }

  .p-start-sm-0 {
    padding-left: 0px;
  }
  
  .p-start-sm-1 {
    padding-left: 4px;
  }
  
  .p-start-sm-2 {
    padding-left: 8px;
  }
  
  .p-start-sm-3 {
    padding-left: 16px;
  }
  
  .p-start-sm-4 {
    padding-left: 24px;
  }
  
  .p-start-sm-5 {
    padding-left: 48px;
  }

  .p-end-sm-0 {
    padding-right: 0px;
  }
  
  .p-end-sm-1 {
    padding-right: 4px;
  }
  
  .p-end-sm-2 {
    padding-right: 8px;
  }
  
  .p-end-sm-3 {
    padding-right: 16px;
  }
  
  .p-end-sm-4 {
    padding-right: 24px;
  }
  
  .p-end-sm-5 {
    padding-right: 48px;
  }
  

  .m-start-sm-0 {
    margin-left: 0px;
  }
  
  .m-start-sm-1 {
    margin-left: 4px;
  }
  
  .m-start-sm-2 {
    margin-left: 8px;
  }
  
  .m-start-sm-3 {
    margin-left: 16px;
  }
  
  .m-start-sm-4 {
    margin-left: 24px;
  }
  
  .m-start-sm-5 {
    margin-left: 48px;
  }

  .m-end-sm-0 {
    margin-right: 0px;
  }
  
  .m-end-sm-1 {
    margin-right: 4px;
  }
  
  .m-end-sm-2 {
    margin-right: 8px;
  }
  
  .m-end-sm-3 {
    margin-right: 16px;
  }
  
  .m-end-sm-4 {
    margin-right: 24px;
  }
  
  .m-end-sm-5 {
    margin-right: 48px;
  }
  
  .m-im-start-sm-0 {
    margin-left: 0px !important;
  }
  
  .m-im-start-sm-1 {
    margin-left: 4px !important;
  }
  
  .m-im-start-sm-2 {
    margin-left: 8px !important;
  }
  
  .m-im-start-sm-3 {
    margin-left: 16px !important;
  }
  
  .m-im-start-sm-4 {
    margin-left: 24px !important;
  }
  
  .m-im-start-sm-5 {
    margin-left: 48px !important;
  }

  .m-im-end-sm-0 {
    margin-right: 0px !important;
  }
  
  .m-im-end-sm-1 {
    margin-right: 4px !important;
  }
  
  .m-im-end-sm-2 {
    margin-right: 8px !important;
  }
  
  .m-im-end-sm-3 {
    margin-right: 16px !important;
  }
  
  .m-im-end-sm-4 {
    margin-right: 24px !important;
  }
  
  .m-im-end-sm-5 {
    margin-right: 48px !important;
  }
}

/* Nediam Screen ==================== */
@media (min-width: 768px) and (max-width: 992px){
  .text-md-start {
    text-align: left !important;
  }
  
  .text-md-end {
    text-align: right !important;
  }

  .p-start-md-0 {
    padding-left: 0px;
  }
  
  .p-start-md-1 {
    padding-left: 4px;
  }
  
  .p-start-md-2 {
    padding-left: 8px;
  }
  
  .p-start-md-3 {
    padding-left: 16px;
  }
  
  .p-start-md-4 {
    padding-left: 24px;
  }
  
  .p-start-md-5 {
    padding-left: 48px;
  }

  .p-end-md-0 {
    padding-right: 0px;
  }
  
  .p-end-md-1 {
    padding-right: 4px;
  }
  
  .p-end-md-2 {
    padding-right: 8px;
  }
  
  .p-end-md-3 {
    padding-right: 16px;
  }
  
  .p-end-md-4 {
    padding-right: 24px;
  }
  
  .p-end-md-5 {
    padding-right: 48px;
  }


  .m-start-md-0 {
    margin-left: 0px;
  }
  
  .m-start-md-1 {
    margin-left: 4px;
  }
  
  .m-start-md-2 {
    margin-left: 8px;
  }
  
  .m-start-md-3 {
    margin-left: 16px;
  }
  
  .m-start-md-4 {
    margin-left: 24px;
  }
  
  .m-start-md-5 {
    margin-left: 48px;
  }

  .m-end-md-0 {
    margin-right: 0px;
  }
  
  .m-end-md-1 {
    margin-right: 4px;
  }
  
  .m-end-md-2 {
    margin-right: 8px;
  }
  
  .m-end-md-3 {
    margin-right: 16px;
  }
  
  .m-end-md-4 {
    margin-right: 24px;
  }
  
  .m-end-md-5 {
    margin-right: 48px;
  }

  .m-im-start-md-0 {
    margin-left: 0px !important;
  }
  
  .m-im-start-md-1 {
    margin-left: 4px !important;
  }
  
  .m-im-start-md-2 {
    margin-left: 8px !important;
  }
  
  .m-im-start-md-3 {
    margin-left: 16px !important;
  }
  
  .m-im-start-md-4 {
    margin-left: 24px !important;
  }
  
  .m-im-start-md-5 {
    margin-left: 48px !important;
  }

  .m-im-end-md-0 {
    margin-right: 0px !important;
  }
  
  .m-im-end-md-1 {
    margin-right: 4px !important;
  }
  
  .m-im-end-md-2 {
    margin-right: 8px !important;
  }
  
  .m-im-end-md-3 {
    margin-right: 16px !important;
  }
  
  .m-im-end-md-4 {
    margin-right: 24px !important;
  }
  
  .m-im-end-md-5 {
    margin-right: 48px !important;
  }
}

/* Larg Screen ===================== */
@media (min-width: 992px) and (max-width: 1200px){
  .text-lg-start {
    text-align: left !important;
  }
  
  .text-lg-end {
    text-align: right !important;
  }

  .p-start-lg-0 {
    padding-left: 0px;
  }
  
  .p-start-lg-1 {
    padding-left: 4px;
  }
  
  .p-start-lg-2 {
    padding-left: 8px;
  }
  
  .p-start-lg-3 {
    padding-left: 16px;
  }
  
  .p-start-lg-4 {
    padding-left: 24px;
  }
  
  .p-start-lg-5 {
    padding-left: 48px;
  }


  .p-end-lg-0 {
    padding-right: 0px;
  }
  
  .p-end-lg-1 {
    padding-right: 4px;
  }
  
  .p-end-lg-2 {
    padding-right: 8px;
  }
  
  .p-end-lg-3 {
    padding-right: 16px;
  }
  
  .p-end-lg-4 {
    padding-right: 24px;
  }
  
  .p-end-lg-5 {
    padding-right: 48px;
  }


  .m-start-lg-0 {
    margin-left: 0px;
  }
  
  .m-start-lg-1 {
    margin-left: 4px;
  }
  
  .m-start-lg-2 {
    margin-left: 8px;
  }
  
  .m-start-lg-3 {
    margin-left: 16px;
  }
  
  .m-start-lg-4 {
    margin-left: 24px;
  }
  
  .m-start-lg-5 {
    margin-left: 48px;
  }

  .m-end-lg-0 {
    margin-right: 0px;
  }
  
  .m-end-lg-1 {
    margin-right: 4px;
  }
  
  .m-end-lg-2 {
    margin-right: 8px;
  }
  
  .m-end-lg-3 {
    margin-right: 16px;
  }
  
  .m-end-lg-4 {
    margin-right: 24px;
  }
  
  .m-end-lg-5 {
    margin-right: 48px;
  }

  .m-im-start-lg-0 {
    margin-left: 0px !important;
  }
  
  .m-im-start-lg-1 {
    margin-left: 4px !important;
  }
  
  .m-im-start-lg-2 {
    margin-left: 8px !important;
  }
  
  .m-im-start-lg-3 {
    margin-left: 16px !important;
  }
  
  .m-im-start-lg-4 {
    margin-left: 24px !important;
  }
  
  .m-im-start-lg-5 {
    margin-left: 48px !important;
  }

  .m-im-end-lg-0 {
    margin-right: 0px !important;
  }
  
  .m-im-end-lg-1 {
    margin-right: 4px !important;
  }
  
  .m-im-end-lg-2 {
    margin-right: 8px !important;
  }
  
  .m-im-end-lg-3 {
    margin-right: 16px !important;
  }
  
  .m-im-end-lg-4 {
    margin-right: 24px !important;
  }
  
  .m-im-end-lg-5 {
    margin-right: 48px !important;
  }
}

/* Extra Larg Screen ================ */
@media (min-width: 1200px) and (max-width: 1400px){
  .text-xl-start {
    text-align: left !important;
  }
  
  .text-xl-end {
    text-align: right !important;
  }

  .p-start-xl-0 {
    padding-left: 0px;
  }

  .p-start-xl-1 {
    padding-left: 4px;
  }
  
  .p-start-xl-2 {
    padding-left: 8px;
  }
  
  .p-start-xl-3 {
    padding-left: 16px;
  }
  
  .p-start-xl-4 {
    padding-left: 24px;
  }
  
  .p-start-xl-5 {
    padding-left: 48px;
  }

  .p-end-xl-0 {
    padding-right: 0px;
  }
  
  .p-end-xl-1 {
    padding-right: 4px;
  }
  
  .p-end-xl-2 {
    padding-right: 8px;
  }
  
  .p-end-xl-3 {
    padding-right: 16px;
  }
  
  .p-end-xl-4 {
    padding-right: 24px;
  }
  
  .p-end-xl-5 {
    padding-right: 48px;
  }


  .m-start-xl-0 {
    margin-left: 0px;
  }

  .m-start-xl-1 {
    margin-left: 4px;
  }
  
  .m-start-xl-2 {
    margin-left: 8px;
  }
  
  .m-start-xl-3 {
    margin-left: 16px;
  }
  
  .m-start-xl-4 {
    margin-left: 24px;
  }
  
  .m-start-xl-5 {
    margin-left: 48px;
  }

  .m-end-xl-0 {
    margin-right: 0px;
  }
  
  .m-end-xl-1 {
    margin-right: 4px;
  }
  
  .m-end-xl-2 {
    margin-right: 8px;
  }
  
  .m-end-xl-3 {
    margin-right: 16px;
  }
  
  .m-end-xl-4 {
    margin-right: 24px;
  }
  
  .m-end-xl-5 {
    margin-right: 48px;
  }

  .m-im-start-xl-0 {
    margin-left: 0px !important;
  }

  .m-im-start-xl-1 {
    margin-left: 4px !important;
  }
  
  .m-im-start-xl-2 {
    margin-left: 8px !important;
  }
  
  .m-im-start-xl-3 {
    margin-left: 16px !important;
  }
  
  .m-im-start-xl-4 {
    margin-left: 24px !important;
  }
  
  .m-im-start-xl-5 {
    margin-left: 48px !important;
  }

  .m-im-end-xl-0 {
    margin-right: 0px !important;
  }
  
  .m-im-end-xl-1 {
    margin-right: 4px !important;
  }
  
  .m-im-end-xl-2 {
    margin-right: 8px !important;
  }
  
  .m-im-end-xl-3 {
    margin-right: 16px !important;
  }
  
  .m-im-end-xl-4 {
    margin-right: 24px !important;
  }
  
  .m-im-end-xl-5 {
    margin-right: 48px !important;
  }
}


/* Extra Extra Larg Screen ================ */
@media (min-width: 1400px){
  .text-xxl-start {
    text-align: left !important;
  }
  
  .text-xxl-end {
    text-align: right !important;
  }

  .p-start-xxl-0 {
    padding-left: 0px;
  }

  .p-start-xxl-1 {
    padding-left: 4px;
  }
  
  .p-start-xxl-2 {
    padding-left: 8px;
  }
  
  .p-start-xxl-3 {
    padding-left: 16px;
  }
  
  .p-start-xxl-4 {
    padding-left: 24px;
  }
  
  .p-start-xxl-5 {
    padding-left: 48px;
  }

  .p-end-xxl-0 {
    padding-right: 0px;
  }
  
  .p-end-xxl-1 {
    padding-right: 4px;
  }
  
  .p-end-xxl-2 {
    padding-right: 8px;
  }
  
  .p-end-xxl-3 {
    padding-right: 16px;
  }
  
  .p-end-xxl-4 {
    padding-right: 24px;
  }
  
  .p-end-xxl-5 {
    padding-right: 48px;
  }


  .m-start-xxl-0 {
    margin-left: 0px;
  }

  .m-start-xxl-1 {
    margin-left: 4px;
  }
  
  .m-start-xxl-2 {
    margin-left: 8px;
  }
  
  .m-start-xxl-3 {
    margin-left: 16px;
  }
  
  .m-start-xxl-4 {
    margin-left: 24px;
  }
  
  .m-start-xxl-5 {
    margin-left: 48px;
  }

  .m-end-xxl-0 {
    margin-right: 0px;
  }
  
  .m-end-xxl-1 {
    margin-right: 4px;
  }
  
  .m-end-xxl-2 {
    margin-right: 8px;
  }
  
  .m-end-xxl-3 {
    margin-right: 16px;
  }
  
  .m-end-xxl-4 {
    margin-right: 24px;
  }
  
  .m-end-xxl-5 {
    margin-right: 48px;
  }

  .m-im-start-xxl-0 {
    margin-left: 0px !important;
  }

  .m-im-start-xxl-1 {
    margin-left: 4px !important;
  }
  
  .m-im-start-xxl-2 {
    margin-left: 8px !important;
  }
  
  .m-im-start-xxl-3 {
    margin-left: 16px !important;
  }
  
  .m-im-start-xxl-4 {
    margin-left: 24px !important;
  }
  
  .m-im-start-xxl-5 {
    margin-left: 48px !important;
  }

  .m-im-end-xxl-0 {
    margin-right: 0px !important;
  }
  
  .m-im-end-xxl-1 {
    margin-right: 4px !important;
  }
  
  .m-im-end-xxl-2 {
    margin-right: 8px !important;
  }
  
  .m-im-end-xxl-3 {
    margin-right: 16px !important;
  }
  
  .m-im-end-xxl-4 {
    margin-right: 24px !important;
  }
  
  .m-im-end-xxl-5 {
    margin-right: 48px !important;
  }
}


.accordion .accordion-item {
  padding: 16px 20px !important;
  border: none !important;
  border-radius: 4px !important;
}

.accordion .accordion-item .accordion-button::after {
  background-image: none !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  line-height: 24 px !important;
  font-family: 'boxicons' !important;
  font-size: 24px !important;
  content: "\ea17";
}

.accordion .accordion-item .accordion-button, .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  padding: 0px !important;
  color: var(--text-bolder-color);
  box-shadow: none !important;
  line-height: 1.5rem !important;
  font-size: 1rem !important;
}

.accordion .accordion-item .accordion-button:hover {
  color: var(--link-hover-primary-color);
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 10px 0px 0px 0px !important;
}

.form .validate {
  margin-top: 8px;
  text-align: left;
  color: #ff6060;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}

.form.form-darck .validate {
  margin-top: 8px;
  text-align: left;
  color: #ff6060;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}

/* 
.datepicker-dropdown {
  padding: 20px !important;
} */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu .nav-ul .main-nav-li.drop-down ul .menu-panel li > a::before, .mobile-nav .nav-ul .main-nav-li.drop-down ul .menu-panel li > a::before, .mobile-nav .nav-ul .main-nav-li.drop-down ul .menu-panel li .lg-nav-menu-service-links > a::before{
  content: "\eaa0";
  font-family: IcoFont;
  margin-right: 8px !important;
  text-decoration: none !important;
}


/* Desktop Navigation --------------------------- */
#header .nav-menu .main-nav-li .start-brand-figure::before{
  left: -58px;
}

#header .nav-menu .main-nav-li .start-brand-figure::after{
  right: 10px;
}

#header .nav-menu .services-nav-li.main-nav-li .start-brand-figure::after{
  right: 33px;
}

#header .nav-menu .main-nav-li .end-brand-figure::before{
  left: 0px;
}

#header .nav-menu .main-nav-li .end-brand-figure::after{
  right: 0px;
}

.nav-menu > ul > .m-li {
  margin-right: 20px;
  margin-left: 0px;
}

.nav-menu .drop-down .lg-secondary-border-start{border-left: solid 2px var(--secondary);}

.nav-menu .drop-down .lg-secondary-border-end{border-right: solid 2px var(--secondary);}

.nav-menu .drop-down .li-products-drop-down{border-left: solid 2px var(--secondary); border-bottom: solid 2px var(--secondary);}

.nav-menu .drop-down-media-center .drop-down-media-center-item{
  padding-right: 15px !important;
  padding-left: 0px !important;
}

/* --------------------------------------------------------- */
/* Buttons -------------------------------------- */

#header .drop-down-media-center-items .social-links a{
  margin-right: 8px !important;
}


/* --------------------------------------------------------- */
/* Mobile Navigation --------------------------------------- */
.mobile-nav-toggle {
  margin: 0px 30px 0px 0px;
  text-align: left;
}

.mobile-nav {
  left: 0px;
  transform: translate(-100%,0) !important;
}

.mobile-nav::before{
  left: -80px;
}

.mobile-nav .mobile-nav-header::before{
  left: 0px;
}

.mobile-nav .mobile-nav-header::after{
  right: 2px;
}

.display-mobile-nav{
  transform: translate(0,0) !important;
}

.mobile-nav .mobile-nav-contact-info-language-links{
  padding: 5px 9px 15px 24px !important;
}

.mobile-nav .drop-down > a:after {
  padding-left: 10px;
  right: 0px;
}

.mobile-nav .active.drop-down > a:after {
  padding: 0px !important;
  transform: translate(0px, 0px) rotate(45deg);
}

.mobile-nav .main-nav-li.free-event-links ul li > a::after {
  content: "\eaa0";
  font-family: IcoFont;
}

.mobile-nav .secondary-border-start{padding-left: 10px !important; border-left: solid 2px var(--secondary);}

.mobile-nav .nav-display-li .nav-display-ul{
  padding-left: 10px;
}

.mobile-nav .nav-display-li .nav-display-ul i{
  padding-right: 15px !important;
}

.mobile-nav.display-mobile-nav .mobile-nav-overly-links .mobile-nav-language-links, .mobile-nav.display-mobile-nav .mobile-nav-overly-links .mobile-nav-social-accounts{
  right: -20.22% !important;
}

.mobile-nav .mobile-nav-footer::before{
  left: 2px;
}

.mobile-nav .mobile-nav-footer::after{
  right: 0px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-title.brand-figure-third-circle-line .section-title-content .title-content::after{
  left: -42px;
}

.section-title.brand-figure-third-square-x-dots .section-title-content .title-content::after{
  left: calc(100% + 1rem);
}

.section-title.brand-figure-third-diamond-x-dots .section-title-content .title-content::after{
  left: calc(100% + 0.5rem);
}

.section-title.brand-figure-third-diamond-circle-dots .section-title-content .title-content::after{
  left: calc(100% + 0.5rem);
}

.autoplay-progress {
  right: 16px;
}

.input-group .input-group-text{border-top-left-radius: var(--bs-border-radius) !important; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; border-bottom-left-radius: var(--bs-border-radius) !important;}
.input-group .form-control{border-top-left-radius: 0px !important; border-top-right-radius: var(--bs-border-radius) !important; border-bottom-right-radius: var(--bs-border-radius) !important; border-bottom-left-radius: 0px !important; margin: 0px 0px 0px -1px !important; box-shadow: none !important;}


/*--------------------------------------------------------------*/
/* intl-tel-input Style */
/*--------------------------------------------------------------*/
.intl-tel-input.allow-dropdown{flex: 1 1 auto !important;width: 1% !important;}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel]{padding: 6px 6px 6px 52px !important; direction: ltr !important; text-align: left !important;}
.intl-tel-input .flag-container {width: 100% !important; position: absolute;}
.intl-tel-input .flag-container .selected-flag{padding: 0px 0px 0px 8px !important;}
.intl-tel-input .flag-container .iti-arrow{right: 6px !important; left: auto !important;}
.intl-tel-input .country-list{width: 100% !important; text-align: left !important;}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs ol li + li {padding-left: 5px;}
.breadcrumbs ol li + li::before {display: inline-block; padding-right: 5px; content: "\eaa0"; font-family: IcoFont;}
.back-breadcrumb-link .back-icon::before{content: "\f3be" !important;}

/*--------------------------------------------------------------
# Get Consultation Section section
--------------------------------------------------------------*/
#get-consultation-section .get-consultation-content .section-title::before {left: 8px;}
#get-consultation-section .get-consultation-content .section-title::after {right: 8px;}
#get-consultation-section .get-consultation-content .section-title .section-title-content .title-content .subtitle span::before {left: -38px;}
#get-consultation-section .get-consultation-content .section-title .section-title-content .title-content .btn-content .btn::after {right: -56px;}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: var(--secondary);
  border-radius: 3px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: #ffffff;
  padding: 6px 30px 8px 30px;
  color: var(--secondary);
  border: solid 1px var(--secondary);
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn::after{
  content: "\eab8";
  color: var(--secondary);
  font-family: IcoFont;
  font-size: 14px;
}

.why-us .content .more-btn:hover::after{
  color: #fff !important;
}

.why-us .content .more-btn:hover {
  color: #fff !important;
  background: var(--primary);
}

.why-us .icon-boxes{
  position: relative !important;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  width: 100%;
  /* min-height: 328px !important; */
  margin: 5px 0px;
  border: solid 1px #ddd !important;
  cursor: grab !important;
}

@media (max-width: 2560px) {
  .why-us .icon-boxes .icon-box{
    min-height: 292px !important;
  }
}

@media (max-width: 1999px) {
  .why-us .icon-boxes .icon-box{
    min-height: 302px !important;
  }
}

@media (max-width: 991px) {
  .why-us .icon-boxes .icon-box{
    min-height: 328px !important;
  }
}

@media (max-width: 767px) {
  .why-us .icon-boxes .icon-box{
    min-height: 287px !important;
  }
}

@media (max-width: 500px) {
  .why-us .icon-boxes .icon-box{
    min-height: 328px !important;
  }
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

@media (max-width: 991px) {
  .why-us .icon-boxes .icon-box h4{
    font-size: 16px !important;
  }
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #585858;
}

.why-us .icon-boxes .icon-box .view-btn{
  display: inline-block;
  padding: 5px 20px 5px 20px;
  color: var(--secondary) !important;
  border: solid 1px var(--secondary);
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .icon-boxes .icon-box .view-btn:hover{
  background: var(--secondary);
  color: #ffffff !important;
}

.why-us .borderstyle{
  position: absolute;
  display: block;
  bottom: 0px;
  left: calc(50% - 30px);
  padding: 5px 0px;
}

.why-us .borderstyle::before {
  content: '';
  position: absolute;
  display: block;
  width: 260px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 130px);
}

.why-us .borderstyle::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: var(--primary);
  bottom: 0;
  left: calc(50% - 40px);
}

.why-us .icon-boxes:hover .borderstyle{
  direction: rtl !important;
  }
  
.why-us .icon-boxes:hover .animation-duration{
  animation-duration: 0ms !important;
}

@media (max-width: 768px) {
  .why-us .icon-boxes:hover .borderstyle{
    direction: ltr !important;
    }
    
  .why-us .icon-boxes:hover .animation-duration{
    animation-duration: 3000ms !important;
  }
}

.icon-boxes .owl-carousel .owl-nav{
  width: 100%; position: absolute; top: calc(50% - 30px); left: 0px; right: 0px;
}

.icon-boxes .owl-carousel .owl-nav .owl-prev{
  position: absolute; left: 5px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary) !important; border: 0px !important;
}

.icon-boxes .owl-carousel .owl-nav .owl-next{
  position: absolute; right: 5px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary) !important; border: 0px !important;
}

.icon-boxes .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus{
  color: var(--primary) !important; border: 0px !important;
}

.icon-boxes .owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span{
  padding: 30px; font-family: "Poppins", sans-serif !important;
}

@media (max-width: 1199px) {
  .icon-boxes .owl-carousel .owl-nav .owl-prev{
    left: -25px;
  }
  .icon-boxes .owl-carousel .owl-nav .owl-next{
    right: -25px;
  }
}

@media (max-width: 991px) {
  .icon-boxes .owl-carousel .owl-nav .owl-prev{
    left: -33px;
  }
  .icon-boxes .owl-carousel .owl-nav .owl-next{
    right: -33px;
  }
}

@media (max-width: 575px) {
  .icon-boxes .owl-carousel .owl-nav{
    top: calc(50% - 35px);
  }
  .icon-boxes .owl-carousel .owl-nav .owl-prev{
    left: -37px;
  }
  .icon-boxes .owl-carousel .owl-nav .owl-next{
    right: -37px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin: 20px 0px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid var(--primary);
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: var(--secondary);
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: var(--primary);
  border-color: var(--secondary);
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f3f3f3; /* f1f7fd */
  padding: 0px 0px 40px 0px;
  margin-bottom: 30px;
}

.counts .mt-costom{
  margin-top: 40px !important;
}

.counts .count-box {
  padding: 35px 5px 20px 5px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 8px 8px 8px 8px !important;

}

.counts .count-box .count-icofont{
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  background: #ffffff;
  padding: 9.5px 16px;
  color: #fff;
  border: solid 5px #f3f3f3 !important;
  border-radius: 50%  !important;
}

.counts .count-box i {
  /* font-size: 24px; */
  /* background: #1977cc; */
  /* padding: 12px; */
  color: #1977cc;
  /* border-radius: 10px 10px 3px 3px !important; */
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue LT W02_77 Bd Cn",Helvetica,Arial;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #1977cc;
}

.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

/*--------------------------------------------------------------
# About Index
--------------------------------------------------------------*/

/* strategy-and-vision */
.strategy-and-vision .strategy-vision-content-item{
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 240px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Helvetica Neue LT W02_77 Bd Cn",Helvetica,Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: var(--secondary-lighter);
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 46px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 65px;
  margin: 30px 0px;
  min-height: 200px;
  border-radius: 3px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  background-color: #ffffff;
  width: 90px;
  border: solid 6px #fff !important;
  border-radius: 10px;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: #001b33b8;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: var(--secondary-lighter);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  padding-right: 5px;
  left: -1px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-lighter) !important;
}

.testimonials .owl-dot.active {
  background-color: var(--secondary) !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.testimonials .owl-carousel .owl-nav{
  width: 100%; position: absolute; top: calc(30% - 35px); left: 0px; right: 0px;
}

.testimonials .owl-carousel .owl-nav .owl-prev{
  position: absolute; left: -60px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary) !important; border: 0px !important;
}

.testimonials .owl-carousel .owl-nav .owl-next{
  position: absolute; right: -65px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary) !important; border: 0px !important;
}

.testimonials .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus{
  color: var(--primary) !important; border: 0px !important;
}

.testimonials .owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span{
  padding: 30px;
}

@media (max-width: 1199px) {
  .testimonials .owl-carousel .owl-nav .owl-prev{
    left: -50px;
  }
  .testimonials .owl-carousel .owl-nav .owl-next{
    right: -55px;
  }
}

@media (max-width: 575px) {
  .testimonials .owl-carousel .owl-nav{
    top: calc(50% - 35px);
  }
  .testimonials .owl-carousel .owl-nav .owl-prev{
    left: -35px;
  }
  .testimonials .owl-carousel .owl-nav .owl-next{
    right: -35px;
  }
}

.owl-prev.disabled, .owl-next.disabled {
  opacity: 0.4 !important;
}

/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.testimonials.latest-news-in-home .testimonial-wrap {
  padding-left: 17.9%;
}

.testimonials.latest-news-in-home .testimonial-wrap .testimonial-item {
  min-height: 228px; padding-left: 25%; border-top: solid 3px var(--secondary) !important; border-left: solid 3px var(--secondary) !important;
}

.testimonials.latest-news-in-home .testimonial-wrap .testimonial-item .testimonial-img {
  width: 44% !important; left: -22%; position: absolute;
}

@media (max-width: 769px) {
  .testimonials.latest-news-in-home .testimonial-wrap {
    padding-left: 16%;
  }
  
  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item .testimonial-img {
    width: 40% !important; left: -20.5%; position: absolute;
  }
  
  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item {
    min-height: 228px; padding-left: 23%; border-top: solid 3px var(--secondary) !important; border-left: solid 3px var(--secondary) !important;
  }
}

@media (max-width: 425px) {

  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item .testimonial-img {
    width: 36% !important; left: -18%; position: absolute;
  }

  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item {
    min-height: 320px; padding-left: 20%; border-top: solid 3px var(--secondary) !important; border-left: solid 3px var(--secondary) !important;
  }

  .testimonials.latest-news-in-home .testimonial-wrap {
    padding-left: 13%;
  }
  
  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item .post-title {
    min-height: 65px !important;
  }

}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .container-owl-carousel{
  margin-right: 6px !important;
  margin-left: 6px !important;
  border-radius: 40px !important;
  overflow: hidden;
}

@media (max-width: 425px) {
  .gallery .container-owl-carousel{
    border-radius: 30px !important;
  }
}

@media (max-width: 375px) {
  .gallery .container-owl-carousel{
    border-radius: 21px !important;
  }
}

@media (max-width: 350px) {
  .gallery .container-owl-carousel{
    border-radius: 6px !important;
  }
}

.gallery .gallery-item {
  overflow: hidden;
}

.gallery .gallery-item img {
  transition: all ease-in-out 500ms;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-info-section {
  background-image: url('../img/contact/google-map.PNG');
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--secondary);
  float: left;
  width: 44px;
  height: 44px;
  background: var(--primary-lighter);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: var(--secondary);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--secondary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--primary);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media (max-width: 991px) {

  #footer .footer-top .footer-links .footer-nav-ul .footer-li-dropdown.active h3::after{
    transform: translate(0px, 0px) rotate(-180deg);
  }
}

#footer .footer-top-link .footer-links ul li > a::before {
  content: "\eaa0";
  font-family: IcoFont;
  margin-right: 5px !important;
}

#footer .footer-top-link .footer-language .dropdown-toggle::after{
  float: right;
  margin-top: 9px !important;
  margin-bottom: 9px !important;
  margin-right: 6px !important;
  font-size: 16px !important;
}

#footer .footer-newsletter form .btn-subscribe {
  right: 0;
}