
  @font-face {
    font-family: 'montserratthin';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratlightitalic';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'), url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  
  @font-face {
    font-family: 'montserratlight';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratsemibolditalic';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }

  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-weight: normal;
  }
  img{
      width:100%;
      display: block;
      height: auto;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: 'latoregular';
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    cursor: auto;
    user-select: none !important;
    font-weight: normal;
  }
  select::-ms-expand {
    display: none !important;
  }
  select:focus {
    outline: none !important;
  }
  label {
    font-weight: normal;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 15px;
    vertical-align: top;
  }
  label em {
    color: #ff0000;
  }
  strong {
    font-weight: bold;
  }
  .clearfix {
    display: table;
    clear: both;
  }
  .main-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'latobold';
    font-size: clamp(30px, 5vw, 45px);
    color: #002e93;
    line-height: 50px;
    text-transform: uppercase;
  }
  .main-title span {
    font-family: 'latobold';
    display: block;
    font-size:30px;
  }
  .main-title.line {
    padding-left: 0px;
    text-align: center;
  }
  .main-title.line::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #004f94;
    margin: 20px auto 0px auto;
  }
  .main-title.bar {
    text-align: center;
    display: inline-block;
    padding-left: 55px;
    position: relative;
    font-size: 35px;
    line-height: 30px;
  }
  .main-title.bar::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: #004f94;
    position: absolute;
    left: 12px;
    top: -3px;
    transform: skew(-35deg);
  }
  .btn {
    height: 34px;
    width: auto;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    border: 2px solid transparent;
    color: #323232;
    background-color: #ffde59;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 0px 15px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'montserratsemibold';
    margin-top:30px;
  }
  .btn.blue{
    background-color: #aed1f4;
  }
  .btn:hover {
    background-color: #fff;   
    border: 2px solid #ffde59;
    display: inline-flex;
  }
  .btn.blue:hover {
    background-color: #fff;   
    border: 2px solid #aed1f4;
    display: inline-flex;
  }
 
  .btn.white {
    background-color: #fff;
    border-color: #e67818;
    color: #e67818;
  }
  .btn.white:hover {
    background-color: #e67818;
    border-color: #e67818;
    color: #fff;
  }
  .btn:active {
    box-shadow: none;
  }
  .btn.is-loading {
    font-size: 0px;
    color: transparent !important;
    pointer-events: none;
    position: relative;
  }
  .btn.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #ffffff;
    border-radius: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    box-sizing: border-box;
  }
  .btn.blue-btn {
    border: 1px solid #0a4197;
    color: #fff;
    background-color: #0a4197;
  }
  .btn.blue-btn:hover {
    border: 1px solid #093883;
    color: #fff;
    background-color: #093883;
  }
  .btn.yellow-btn {
    border: 1px solid #fcc600;
    color: #fff;
    background-color: #fcc600;
  }
  .btn.yellow-btn:hover {
    border: 1px solid #D2AB0D;
    color: #fff;
    background-color: #D2AB0D;
  }
  .btn.green-btn {
    border: 1px solid #00ae93;
    color: #fff;
    background-color: #00ae93;
  }
  .btn.green-btn:hover {
    border: 1px solid #00937C;
    color: #fff;
    background-color: #00937C;
  }
  .btn.large {
    height: 46px;
    line-height: 46px;
  }
  .btn.transparent {
    color: #282828;
    background: transparent;
    border: 1px solid #000;
  }
  .btn.transparent:hover{
      background: #d00b11;
      color: #fff;
      border: 1px solid #d00b11;
  }
  .btn.small {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .input-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    color: #797979;
    font-size: 13px;    
    line-height: 45px;
    padding: 2px 20px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  select.input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text.large {
    height: 45px;
    line-height: 45px;
  }
  .input-text.small {
    height: 34px;
    line-height: 34px;
  }
  /*.input-text::placeholder {
    color: #d2d2d2;
  }
  .input-text:focus {
    color: #0a4197;
    border: 1px solid #0a4197;
  }
  .input-text:focus::placeholder {
    color: #0a4197;
  }*/
  .input-text.validation-failed {
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed::placeholder {
    color: #df280a;
  }
  .input-text.validation-failed:focus {
    outline-color: #ef9384;
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed:focus::placeholder {
    color: #df280a;
  }
  .input-div {
    width: 100%;
    position: relative;
  }
  .input-checkbox {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-checkbox + .checkbox-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    margin: 0px 10px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .input-checkbox + .checkbox-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
  }
  .input-checkbox:checked + .checkbox-label::after {
    background: #fff url("../images/checkbox_tick.png") center no-repeat;
  }
  .input-radio {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-radio + .radio-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0px 3px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    line-height: 14px;
    margin: 12px 0px !important;
  }
  .input-radio + .radio-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .input-radio:checked + .radio-label::after {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .input-text:-webkit-autofill {
    background-color: #ffffff !important;
  }
  textarea.input-text {
    height: 120px !important;
  }
  select.input-text {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGNJREFUSIntzbENgDAMRNFfkR42YUxYBlLDSlkBGhcWSlJYToP869M9iKKo1wJswNTZJGAHZgtwAw9wNJAEZNlcFmAFSgPR50W2pjRyCuJ2XkOy93kNcT//IkPONTLsPIr+2gsEwx4NLAopngAAAABJRU5ErkJggg==) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  select.input-text:focus {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAALVBMVEX/////dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyoo+I6tAAAADnRSTlMABgcSEzKKi7Cxsry97lYwfJQAAABASURBVHja3cnJEQAgCARB8RaP/MOVQj5IBuxrazr4Wq7wTmxJwToduOOZCsom4b5L+GWAdCMo3Yp0K9KtUHe3Cy3fAc23y6RHAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  .input-text.date {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4MixLq9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.date:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSt47rg9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    margin: 0px;
    text-align: center;
    z-index: 1000;
    font-family: 'latoregular';
    text-transform: uppercase;
    z-index: 16009;
  }
  .loader::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 3px solid rgba(69, 89, 93, 0.52);
    box-sizing: border-box;
  }
  .loader::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #252525 transparent transparent;
    border-style: solid;
    border-width: 3px;
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
    box-sizing: border-box;
  }
  .loader span {
    position: absolute;
    top: 40px;
    left: calc(50% - 45px);
    font-size: 12px;
    width: 90px;
    line-height: 15px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #000000;
    font-family: 'orkneymedium';
    color: #3a3a3a;
    text-align: center;
  }
  .loader span::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(191, 191, 191, 0.9);
  }
  p {
    color: #434853;    
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 26px;
    padding: 10px 0;
  }
  .inline {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    
  }
  .col-1 {
    width: 100%;
    padding: 0px 15px;
  }
  .col-2 {
    width: 50%;
    padding: 0px 15px;
  }
  .col-3 {
    width: 33.3333%;
    padding: 0px 15px;
  }
  .col-4 {
    width: 25%;
    padding: 0px 15px;
  }
  .col-5 {
    width: 20%;
    padding: 0px 15px;
  }
  .col-container {
    font-size: 0px;
  }
  .row {
    margin: 0px -15px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
  }
  .column {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0px -15px;
  }
  .columns {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px;
  }
  .margin-top {
    margin-top: 140px;
  }
  .ui-datepicker .ui-datepicker-prev {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
    font-size: 12px;
  }
  .ui-datepicker .ui-datepicker-next {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
  }
  .ui-datepicker table {
    font-size: 12px !important;
  }
  .ui-widget {
    font-size: 12px !important;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 12px !important;
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transform: scale(1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50000;
    text-align: center;
    overflow-y: auto;
  }
  .popup .popup-content {
    display: inline-block;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 560px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px #000000;
    padding: 40px 30px;
    position: relative;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .popup .popup-content .popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    width: 29px !important;
    height: 29px !important;
    line-height: 27px !important;
    padding: 0px 0px 0px 2px  !important;
    text-align: center;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    margin: 0px !important;
  }
  .popup .popup-content.open {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .popup .popup-content .header {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 20px;
  }
  .popup .popup-content .header h2 {
    font-size: 17px;
    margin: 0px 0px 0px 0px;
    color: #3a3a3a;
    text-transform: uppercase;
  }
  .popup .popup-content .content {
    border-bottom: 2px solid #9c9c9c;
  }
  .popup .popup-content .content .job-title {
    font-size: 25px;
    line-height: 30px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .experience {
    font-size: 12px;
    line-height: 12px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .sections {
    margin-bottom: 20px;
  }
  .popup .popup-content .content .sections p {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
  }
  .popup .popup-content .content .sections p strong {
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 2px;
  }
  .popup .popup-content .content .sections .apply {
    float: right;
    padding: 0px 30px;
    line-height: 38px;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    width: auto !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 0px !important;
  }
  .popup .popup-content .content .sections .apply:hover {
    background: #004988 !important;
    border-color: #004988 !important;
    color: #3a3a3a !important;
  }
  .popup .popup-content .content .form .col-container {
    margin: 0px -5px;
  }
  .popup .popup-content .content .form .col-container .inline {
    padding: 0px 5px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div {
    margin-bottom: 15px;
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-div .input-text {
    width: 100%;
    height: 40px;
    line-height: 41px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
    height: 120px;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume {
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
    color: #004f94;
    border-color: #004f94;
    box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
    background: #004988;
    border-color: #004988;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
    position: absolute;
    padding: 0px 15px;
    right: -1px;
    top: -1px;
    height: 40px;
    line-height: 39px;
    margin: 0px;
    width: auto;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
    line-height: 39px;
    position: absolute;
    width: calc(100% - 108px);
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 13px;
    padding: 0px 15px;
  }
  .popup .popup-content .content .form .col-container .inline .apply {
    height: 45px;
    line-height: 44px;
    width: auto;
    padding: 0px 50px;
    float: right;
    margin: 6px 0px 25px 0px;
    box-shadow: none;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .apply:hover {
    background: #004988;
    border-color: #004988;
  }
  .social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
   
}
.social li {
    display: inline-block;
    margin: 0px 10px 20px 0px;
    text-align: center;
}
.social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff; 
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
  .social li a:hover{
    
  }
  .social li a.facebook:hover {
    color: #3b5998;
  }
  .social li a.instagram:hover {
    color: #d82c7d;
  }
  .social li a.twitter:hover {
    color: #1da1f2;
  }
  .social li a.linkedin:hover {
    color: #0077b5;
  }
  .social li a.youtube:hover
  {
   
    color: #ff0000;
  }
  .social li a:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .social li a:hover i {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  /*.social li a.facebook:hover,
  .social li a.facebook:active,
  .social li a.facebook:focus {
    color: #3b5998;
  }
  .social li a.g-plus:hover,
  .social li a.g-plus:active,
  .social li a.g-plus:focus {
    transition: 0.1s;
    color: #e53935;
  }
  .social li a.instagram:hover,
  .social li a.instagram:active,
  .social li a.instagram:focus {
    transition: 0.1s;
    color: #d82c7d;
  }
  .social li a.twitter:hover,
  .social li a.twitter:active,
  .social li a.twitter:focus {
    transition: 0.1s;
    color: #1da1f2;
  }
  .social li a.linkedin:hover,
  .social li a.linkedin:active,
  .social li a.linkedin:focus {
    transition: 0.1s;
    color: #0077b5;
    background-color: transparent;
  }
  .social li a.youtube:hover,
  .social li a.youtube:active,
  .social li a.youtube:focus {
    transition: 0.1s;
    color: #ff0000;
  }*/
  
    .goto-top {
        position: fixed;
        right: 20px;
        bottom: 20px;
        border-radius: 0;
        border-radius: 3px;
        padding: 0px 20px;
        height: 40px;
        font-size: 40px;
        z-index: 100;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
        background: #aed1f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #aed1f4;
        z-index: 10;
        transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
 
  .goto-top.open {
    opacity: 1;
    visibility: visible;
  }
  .home-wrapper {
    padding: 0px 0px 0px 145px;
  }
  .close-div {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .close-div.open {
    opacity: 1;
    visibility: visible;
  }
  .desc {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .box {
    padding: 70px 0px;
  }
  .read-more {
    color: #004f94;
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .read-more:hover {
    color: #fcc600;
  }
  /**********************************************************home page*****************************************************************/
header{
    width: 100%;   
    padding: 18px 0px;
    display: flex;
    position: fixed;
    top: 0;
    background: transparent;
    align-items: center;
    z-index: 1000;   
    background: #fff;
  }
  header .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  .logo {
    display: inline-block;   
    width:170px ;     
    z-index: 20;
  }
  
  .logo a {
    display: block;
    width:100%;
  }
  
  .logo a img {
    display: block;
    max-width: 100%;
    width: 100%;     
  }
  .header_right {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
  .header_contact{
    display: block;
    width: 100%;
    text-align: right;
  }
  .header_contact p {
      padding: 0 0px 0 20px;
      display: inline-block;
  }
  .header_contact .fa-phone:before {
      content: "\f095";
      color: #25b061;
      font-size: 18px;
      line-height: 30px;
      height: 100%;
  }
  .header_contact .fa-envelope-o:before {
      content: "\f0e0";
      color: #25b061;
      font-size: 15px;
      line-height: 28px;
      height: 100%;
  }
  .header_contact p{
    line-height: 20px;
  }
  .header_contact p a {
      transition: 0.1s;
      color: #fff;
      padding-left: 5px;
      padding-right: 10px;
      font-family:'latobold';      
      font-size: 16px;
      position: relative;
      border-right: 2px solid #fff;
  }
  .header_contact p a::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QUU4Qzk1OTdCQkExMUVEQjgzN0JCNjdEMUYzRjk0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QUU4Qzk1QTdCQkExMUVEQjgzN0JCNjdEMUYzRjk0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhBRThDOTU3N0JCQTExRURCODM3QkI2N0QxRjNGOTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhBRThDOTU4N0JCQTExRURCODM3QkI2N0QxRjNGOTRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NWo7XwAABi5JREFUeNqUVmtMk2cUbsuthXIv0HIZlIK2XArlflPuooIMcAaWcYmJxh8jbuqccUvMNE6Jm1vYNBuTGUAnoCmKILQKyK1MFFBAKFLa0kKhBcqtpZS2tOOw1DHAmZ2kab5zvvM+73uec573QyJ8f0boDW1igDZFG5lqVrUauUIt12p1WsQ2xq7+hO3xgaWHdF4pZbCEjMLbvYXc8QXudjkGCIf9bx8KPo8oKDoXW5Qe757e0jXRMjOvnNkOwNjIwNgMY2TmaGfmGOqLDz1y0OtIFI0QBWAAsgUAa2qEZZV9xEqLc09D6BAIAs6MkLXXM6uzT9wpFMuFmwH6hmf62nom2jr7JZ3Tc8vTeJwp3tcT53s4jXJ4bkE518Oe7nkLgCV+iG2+md4c6GUfKJLIRVfLXl0VzyjEEf6EiIwEUsaCXLXQNTDVtRFArdGq4XSDvNnBujZBHZs3xzY3NTb3J+P8kyJck5Br1to90boOcOOX727sifhgj2hqSZT7dUPunbrhO9VP+dVkojU5yNshKNwPHz7AnR3gCOY5eoCKK0kVxw75HIMS8cYXeb1vZnormZxKN0cLNxoFR4PNcscWubABBBDK5s2yaYcqaOuEb/jdqhm6pdasqof4s0Oeybc89f4xsWxMt2YKpVrBZAmY0YerovWxs4UdZ8E/NauYCsysDDQ4f/6b89cr+q9XMDgVm2t9v5F3f/8u1/1e7jZeWDNjbE0zvwb8tS2jtaIpucjX09aXRrGjpcYQU1+PSF/zRTI+lCaSRoj024nzo5HtaChIUKm1KsQ7DLoF/scl8nG9D1oSNhWVR4+qZHAqbSzRNmXfJpaF+DqEQLy8frh8XrYyH+xjH7wOQHKxIBkaoAw3L95wI62B4m5N6edI+0uq2SV6P/Q6tKNgQiY4/QPr9LXyvmsAkp2yMxtmCTgEYHgXBV0SSsWHRgc5RusXsDI3saq9llIbG+wUOyaWj535seMMLLbdCSF+4kr7CY5wnpMe556el0rJW5SrFh+1Ch5JpAoJiskSMknOlqScA+Scf8piaBYT7BSDQiFR9CdcemPneCPiPXbxtxcXYR4ORLsdWAeWyMbuPR65hyr8o7fQyAhllBDmkkB0siBCcHlldRmGSKdD6IAsGMT/Whw6sb5NUC9bUsmkC0op+EZFstHbtW9uI6G1+Ixcvgve3AV2m3makQkvmKINTadbj0xDO0KJiu4NFMFC7wIBDoO87YOgu6Bsev86yae+Z53SaLSauFDnOH1AodQocr56kgOEXvg09AIM0PtO8axP/AwGdqN/HeDhU/7Dx38KH2MxRljGr6kMfbCqgVt1lzly1wJrbNFUnN4EM7F5YWjF6p+Sq8uvJJXb22Dst1VTrU6n7R2W9saHOseHUwnhdjYYO1BG4KB7cKobyufjYeOTEU/KQBsboptfiJohOXOvZ2bpxcRSb5KtN7QzPAsmZYIh/tzQFrkGVVyQqRb27XLdF+FHiACynvdLnsuW1LKqRl4V7C7YxyE40p8QGUbFhyWEOSfkf0zNx1ljcDC9M/PLM6CoieEuiXzRIn+Qu6ZDm+8DGCiVelUFXARQ7AKWlJol2M2KanWlvl1QL5EuS+CUFJI1BQQNbWKILq4aLM76kpl18z77ZmyIUyyZaEMGqQAFhtP8CwCs45W4Y3RicTQ7eWd2TJBTDLTsy6HplyDRoPMFv3cXwG0GwwjKm3+pJV+fW1I9VOKMxzrDKZN3uyW390y0bwEAE07+fcnEhbrEwcAtLauXWC8nWfo4cFBaM1QKPMHpNua2dIlaoF2pnrZUPzLOb1sApWpV2T043T05o5iEeqfsdksBgpkdQiaIGMRBizYvDgY+AIC8LRxsBoFpBj0JoNgHeLhaeeSlkvOoO2ypPNEiD2697fKAo3PHQs5h0AaYYvpg8TsB9Aa3VdPz8aYdrlY7iM6WRB8PW5+U3cQUkGZLcxPLFfXqCmgWzMrRg95Hr34RddXawsSa3sClHy9oO47c+NnyPgPiLn8WfhmuUyQSgYTPFuiyiemlCZAKGET47HnQxHuQcaIuA3L+F4De4A4/met/MpyKD8egDTEgE2t4SIjRG0bo+Zda84EreP5LgAEAbtZQucCdty8AAAAASUVORK5CYII=) no-repeat;
    background-position: left center;
    background-size: 90%;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    animation: wiggle 2s linear infinite;    
    content: "";
    height: 19px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: 0;
}
.header_contact p a:last-child{
    padding-right: 0;
    border: none;
}
.header_contact p a:last-child::before{
    display: none;
}
.search-div {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.search-div .input-text {
  vertical-align: top;
  width: 100%;
  color: #aaaaaa;
  padding: 0px 30px 0px 15px;
  text-transform: none;
  font-size: 14px;
  background: #fff;
  font-family: 'oliveraregular';
  font-size: 19px;
  line-height: 34px;
  border: none;
  
}
.search-div .input-text::-webkit-input-placeholder {
  color: #aaaaaa;
  text-transform: capitalize;
  font-size: 19px;
  font-family: 'oliveraregular';
}
.search-div .input-text:focus::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 19px;
  font-family: 'oliveraregular';
}
.search-div .btn {
  width: 16px;
    height: 16px;
    line-height: 23px;
    padding: 0px;
    border: none;
    background: transparent url(../images/search_icon.png) no-repeat center center;
    position: absolute;
    right: 14px;
    top: 50%;
    font-size: 0px;
    margin: 0;
    transform: translateY(-50%);
    border: none;
    border-left: 2px solid #aaaaaa;
    border-radius: 0;
    padding: 0 0 0 30px;
   
}
.search-div .btn:active {
  box-shadow: none;
}
  
  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    width: 100%;
    vertical-align: middle;
    transition: 0.3s;
    margin: 0px 0 0;
  }
  .header_menu .menu-list {
    font-size: 0px;
    text-align: left;
    padding-top: 0px;
    list-style: none;
  }
  .header_menu .menu-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
  }
  .header_menu .menu-list li a {
    color: #282828;
    font-family: 'montserratmedium';   
    padding: 0 20px;  
    text-transform: capitalize;
    display: block;
    transition: 0.01s;    
  }
  .header_menu .menu-list li.current-menu-itemr a {
    color: #223f8a;
}
.header_menu .menu-list li:hover a {
    color: #223f8a;
}
  .header_menu .menu-list li:last-child a{
    padding-right: 0;
  }
  
  .menu-btn {
    display: none;
    vertical-align: middle;   
    border: none;
    width: 38px;
    height: auto;
    padding:0px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;    
    z-index: 16002;    
    top: 0;   
    background: none;
    border-radius: 0;
    margin-top:0px
  }
  .menu-btn{
    transition: 0.3s;
    
  }
  .menu-btn .icon {
    display: flex;    
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: right;
    align-items: flex-end;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 3px;
    display: inline-flex;
    background: #000;
    border-radius: 30px;
    justify-content: flex-end;
    text-align: right;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
      margin-top: 4px;
      margin-bottom: -4px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:100%;
  }
  .menu-btn.open .icon .bar{
    background: #000;
  }
  .menu-btn.open .icon .bar-1 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  .menu-btn.open .icon .bar-2 {
    transition: 0.3s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 4px;
    margin-bottom: -3px;
}
  .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 6px;
}
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    width:100%;
  }
  
  header.fix {
    top: 0px !important;
    box-shadow: 0px 0px 5px #fff !important;   
    padding: 10px 0;
    background: #f4bd4f;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1)
}
header.fix .logo{
    width:120px;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}
  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;  
    margin-top: 70px; 
  }
  .banner .container{
    position: relative;
  }
  .banner_content {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 35%;
    transform: translateY(-50%);
  }
 
.banner_content h3{
    font-family:'montserratmedium';
    font-size: clamp(18px, 7vw, 23px);
    color:#282828;
    line-height: 0.7;    
    text-transform: capitalize;    
    padding: 0;
    margin:0;
    position: relative;
}
.banner_content h1{
  font-family:'montserratbold';
  font-size: clamp(30px, 7vw, 60px);
  color:#434343;
  line-height: 1.1;    
  text-transform: capitalize;    
  padding:12px 0 0 0;
  margin:0;
  position: relative;
}
.banner_content p{
    font-family:'abrilfatfaceregular';
    font-size: clamp(20px, 5vw, 50px);
    color:#fff;
    line-height: 55px;    
    text-transform: none;   
    padding-top: 5px;
}
.banner .button_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}
.banner .button_wrapper .btn{
    margin-right: 5px;
}
@keyframes bouncedown {
    50% {
      transform: translateY(-30%);
    }
  }
.hometreatment_container{
    background: #fafafa;
    padding: 60px 0;
    margin: 0;
    width:100%;
    display: block;
    text-align: center;
}
.hometreatment_container .tittle{
  font-family: 'montserratsemibold';
    font-size: clamp(20px, 7vw, 30px);
    color: #434343;
    line-height: 1;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    position: relative;
}
.hometreatment_wrapper{
  width:90%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  text-align: left;
}
.hometreatment_wrapper .item{
  padding: 10px 25px;
  width:33.333%;
  display: inline-block;
}
.hometreatment_wrapper .item .block{
  background: #fff;
  box-shadow: 7px 7px 0px 0px #E0EBF4;
  padding: 25px 60px;
  position: relative;  
  transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.hometreatment_wrapper .item .block:hover{
  box-shadow: 7px 7px 0px 0px #ffe26d;
}
.hometreatment_wrapper .item .block .number{
  font-family: 'montserratbold';
    font-size: clamp(50px, 7vw, 100px);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8bb8e4;
    -webkit-text-fill-color: transparent;    
    line-height: 1.1;
    color: #8bb8e4;
    white-space: nowrap; 
    position: absolute;
    top:3%;
    right:5%;
}
.hometreatment_wrapper .item .block:hover .number{
  -webkit-text-stroke-color: #fff8e3;   
    color: #fff8e3;
}
.hometreatment_wrapper .item .block .icon{
  display: inline-block;
  margin: 80px 0 0;
}
.hometreatment_wrapper .item .block .icon img {
  width: 94px;
  height: 94px;
}
.hometreatment_wrapper .item .block .tittle{
  font-family: 'montserratbold';
    font-size: clamp(18px, 7vw, 23px);
    color: #434343;
    line-height: 1;
    text-transform: capitalize;
    padding:20px 0 0 0;
    margin: 0;   
    width:100%
}
p{
  color: #434343;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0;
}
.main_tittle{
  font-family: 'montserratbold';
    font-size: clamp(20px, 7vw, 30px);
    color: #434343;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin: 0;    
}
.hometeam_container{
  width:100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hometeam_container .left{
  background: #fee478;
  padding: 50px 50px 50px 6%;
  width:50%;
  display: inline-block;
}
.hometeam_container .left .main_tittle{
  font-family: 'montserratbold';
    font-size: clamp(20px, 7vw, 30px);
    color: #434343;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    margin: 0;    
}
.hometeam_container .left .block{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  margin: 40px 0;
}
.hometeam_container .left .block .icon{
 
  padding-right: 18px;
}
.hometeam_container .left .block .content{
  width:80%;
  display: inline-block;
}
.hometeam_container .left .block .content .tittle{
  font-family: 'montserratbold';
    font-size: clamp(18px, 7vw, 23px);
    color: #434343;
    line-height: 1;
    text-transform: capitalize;
    padding:0 0 0 0;
    margin: 0;   
    width:100%
}
.hometeam_container .left .block .content p{
  font-size:16px;
  padding: 5px;
}
.hometeam_container .right{  
  width:50%;
  display: inline-block;
  position: relative;
}
.hometeam_container .right .details {
  position: absolute;
  right: 11%;
  top: 20%;
}
.hometeam_container .right .details .name{
  font-family: 'montserratbold';
    font-size: clamp(20px, 7vw, 28px);
    color: #457ba6;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 0 0px 0;
    margin: 0;
}
.hometeam_container .right .details .position{
color: #282828;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratregular';
    font-size: 17px;
    line-height: 24px;
    padding: 5px 0;
}
.homeaccolades_container{
  background: #fafafa;
    padding: 60px 0;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
}
.homeaccolades_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin:30px 0 0;
  width:100%;
  justify-content: center;
}
.homeaccolades_wrapper .item{
  display: inline-block;
  width:25%;
  padding: 10px 25px;
}
.homeaccolades_wrapper .item .block{
  position: relative;
  padding: 20px 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.homeaccolades_wrapper .item .block::before{
  background: url(../images/award_leftbg.png) no-repeat;
  background-position: left center;
  background-size: contain;
  width: 77px;
    height: 100px;
    display: block;
    content: "";
    position: relative;
}
.homeaccolades_wrapper .item .block::after{
  background: url(../images/award_rightbg.png) no-repeat;
  background-position: right center;
  background-size: contain;
  width: 77px;
    height: 100px;
    display: block;
    content: "";
    position: relative;
}
.homeaccolades_wrapper .item .block h6{
  font-family: 'montserratbold';
    font-size: 13px;
    color: #282828;
    line-height: 16px;
    text-transform: uppercase;
    padding:0 0 0 0;
    margin: 0; 
}
.homeaccolades_wrapper .item p{
  font-size: 15px;
}
.trust_container{
  width:100%;
  display: block;
  margin: 60px 0 0;
}
.trust_container .head_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.trust_container .head_wrapper .right{
  width:49%;
  display: inline-block;
}
.trust_container .head_wrapper .left{
  width:49%;
  display: inline-block;
}
.trust_wrapper{
  width:80%;
  margin: 40px auto 0;
  display: block;
  position: relative;
}
.homequality_container{
  background: url(../images/quality_bg.png)no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 13% 0 100px;  
  margin-top: -10%;
}
.homequality_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width:90%;
  margin: 0 auto;
}
.homequality_wrapper .left{
  width: 46%;
  display: inline-block;
}
.homequality_wrapper .right{
  width: 52%;
  display: inline-block;
  /* padding-left: 10%; */
}
.homequality_wrapper .right .content_list{
  position: relative;
  margin: 8px 0 0;
}
.homequality_wrapper .right .content_list::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 27px;
  width: 2px;
  height: calc(100% - 60px);
  border-left: 2px dashed #fff;
}
.homequality_wrapper .right ul{
  padding: 0px 10% 0 0px;  
  max-height: 300px;
  overflow: auto;
  position: relative;
}

.homequality_wrapper .right ul li{
  font-family: 'montserratregular';
  font-size: 17px;
  color: #434343;
  line-height: 24px;
  padding: 40px 0 0 13%;
  margin: 0;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.homequality_wrapper .right ul li::before{
  color: #434343;
  width: 30px;
  height: 30px;
  content: "01";
  background: #fff;
  position: absolute;  
  left: 2%;
  border-radius: 50%;
  z-index: 25;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: 'montserratregular';
}
.homequality_wrapper .right ul li:nth-child(2):before{
  border-radius: 5px;
}
.homequality_wrapper .right ul li:nth-child(3){
  position: relative;
}
.homequality_wrapper .right ul li:nth-child(3):before{
  width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 35px solid #fff;
    border-radius: 0;
    background: none;
    content: "";
    left: 3px;
}
.homequality_wrapper .right ul li:hover:nth-child(3):before{  
    border-bottom: 35px solid #ffde59;    
    background: none;
}
.homequality_wrapper .right ul li:nth-child(3)::after {
  content: "03";
  position: absolute;
  top: 50px;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: 'montserratregular';
  color: #434343;
  z-index: 30;
}
.homequality_wrapper .right ul li:hover::before{
  background: #ffde59;
}
.orthodontics_container{
  margin: 0px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.orthodontics_wrapper{
  display: flex; 
  width:100%;
}
.orthodontics_wrapper .left{
  width:65%;
  display: inline-block;  
  padding: 0 0 60px;
  position: relative;
}
.orthodontics_wrapper .left .image{
  border-radius: 0 20px 20px 0;
  margin: -5% 0 0;
}
.orthodontics_wrapper .left .image img{  
  border-radius: 0 20px 20px 0;
}
.orthodontics_wrapper .left .content {
  
  padding: 20px 25% 0 8%;
}
.orthodontics_wrapper .left .btn{
  margin-top: 10px;
}
.orthodontics_wrapper .right{
  width:55%;
  display: inline-block;
  padding: 50px 0 0;
  margin-left:-10%;
}
.orthodontics_wrapper .right .image{
  border-radius: 20px 0px 0px 20px;
  margin: 20px 0 0;
}
.orthodontics_wrapper .right .image img{  
  border-radius: 20px 0px 0px 20px;
}
.orthodontics_wrapper .right .content {
  width: 100%;
  padding: 0px 15% 0 24%;
}
.testimonial_container{
  width:100%;
  margin: 40px 0 0;
  display: block;
  text-align: center;
}
.testimonial_wrapper{
  width:auto;
  margin:40px -10px 0;  
  }
  .testimonial_wrapper .testi .owl-item{
      padding: 15px 10px 0;
      
  }
  .testimonial_wrapper .testi .item {    
    padding: 35px 30px 35px;
    background: #ebf3fc;
    border-radius: 15px;
    margin: 10px 0;
    height: 350px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.testimonial_wrapper .testi .item .icon{
  position: absolute;
  left: 5%;
  top:-6%;
  width:12%;
}
  .testimonial_wrapper .testi .item .profile {
    display:flex;
    margin-top:10px; 
    align-items: center; 
    position: relative; 
    padding: 0px 0 0;
    width:100%;
  }

  .testimonial_wrapper .testi .item .profile .information p {
    padding:0; 
    font-size: 18px;
    margin: 0px auto 0px;
    color: #434343;
    line-height: 1; 
    font-family: 'montserratsemibold'; 
    text-transform: uppercase;
  }
  .testimonial_wrapper .testi .item .profile .information span 
  {
    font-size: 15px;
    line-height:22px;
    display: block;
    z-index: 2;
    color: #333333;
    font-family: 'poppinsregular';
    padding: 4px 0 0;
  }
  .testimonial_wrapper .testi .item>p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height:22px;
    display: block;
    z-index: 2;
    color: #434343;
    font-family: 'montserratregular';
    width:100%;
  }
  .testimonial_wrapper .testi .item>p span{
    font-family: "Noto Color Emoji", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff5a79;
    padding-left: 5px;
  }
  .testimonial_wrapper .testi .item .icon i {font-size: 40px;color: #e0e8fc;}
  .owl-dots {
    display: block ;
    width: 100%;
    margin-top:25px;
    text-align: center;
    position: relative;
    
}
.owl-dots .owl-dot{
    width: 9px ;
    height: 9px ;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #d6e8f9;
    margin: 0px 3px;
    border: none;    
    padding: 0;
}
.owl-dots .owl-dot.active {
    width: 14px ;
    height: 14px ;
    opacity: 1;
    background: #4e8ccc ;
}
.homecomparison_container{
  margin:60px 0 60px;
  width:100%;
  display: block;  
}
.homecomparison_wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.homecomparison_wrapper .left{
  width:25%;
  display: inline-block;
  padding: 0 40px 0 0;
}
.homecomparison_wrapper .left .tittle{
  font-family: 'montserratbold';
    font-size: clamp(19px, 7vw, 25px);
    color: #434343;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin: 0;
}
.homecomparison_wrapper .middle{
  width:50%;
  display: inline-flex;  
}
.homecomparison_wrapper .middle .image{
  position: relative;
  width:50%;  
}
.homecomparison_wrapper .middle .image .text{
  font-family: 'montserratbold';
    font-size: clamp(19px, 7vw, 25px);
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:6%;
}
.homecomparison_wrapper .right{
  width:25%;
  display: inline-block;
  padding: 0 0 0 40px;
}
  footer{  
    width: 100%;                                                                                             
    padding: 50px 0 0;
    clear: both !important; 
    background: url(../images/footer_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
  }
  .footer_wrapper{
    width: 100%;
  }
  
  .footer .footer-content {  
    margin: 0px 0px 45px 0px;  
    width:100%
  }
  .footer .footer-content .col-container{
    display: flex;    
    flex-wrap: wrap;    
    justify-content: space-between;
  }
  .row {
    margin: 0px -15px;
  }
  .footer .footer-content  .footer-logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

  }
  .footer .footer-content  .footer-logo p{
    padding: 0 0 0 0px;
  }
  .footer .footer-content  .footer-logo a {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    width: 96px;
  }
  .footer .footer-content  .footer-logo a img {
    display: block;
    max-width: 100%;
  }
  
  .footer .footer-content  h4 {
    font-family: 'montserratbold';
    font-size: clamp(19px, 7vw, 25px);
    text-transform: capitalize;
    color: #434343;
    padding: 0px 0px 2px 0px;     
    display: block;
   
  }
  .footer .footer-content  h6 {
    font-family: 'montserratsemibold';
    font-size: 16px;
    text-transform: capitalize;
    color: #434343;
    padding: 10px 0px 0px 0px;     
    display: block;
    line-height: 23px;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'montserratregular'; 
    font-size: 15px;
    color: #434343;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 22px;   
    max-width: 300px;
  }  
  .footer .footer-content p span{
    font-family: 'montserratsemibold';
  }
  .footer .footer-content  p a{
    color: #fff;
  }
  .footer .footer-content .timing p{
    text-transform: uppercase;
    padding-top: 18px;
    font-size: 13px;   
  }
  .footer .footer-content  .links {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .fa-map-marker:before {
    content: "\f041";
    color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
    margin-top:-3px;
  }
  
  .fa-envelope:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }
  .fa-phone:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }
  .footer .footer-content  .links{
    padding: 10px 0 0 06px;
  }
  .footer .footer-content .links.address {
    padding: 10px 0 0 0px;
}
  .footer .footer-content  .links li {
    display: flex;
    padding: 5px 0px;
    text-align: left;    
    font-family: 'montserratregular';
    font-size: 16px;
    color: #434343;
    display: block;
    
  }
  .footer .footer-content  .links.address li{
    display: block;
  }
  .footer .footer-content  .links li .fa{
    margin-top:2px;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
  }
  .footer .footer-content .links li a {
    font-family: 'montserratregular';
    font-size: 16px;
    color: #434343;
    padding: 0 0px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    line-height: 20px;
}
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  
  .footer .e71d2a-content .links li a:hover {
    color: #d37948;
    
  }
  
  .footer .copyright {
   
    background: #f4bd4f;
    padding: 10px 0;
    
  }
  .footer .copyright .desc {
    display: flex;
      vertical-align: middle;
      width: 100%;      
      justify-content: space-between;      
  }
  .footer .copyright p {
    display: block;
    color: #434343;
    font-family: 'montserratmedium';
    font-size: 15px;
    text-transform: capitalize;
    padding: 0;
  }
  .footer .copyright p a {
   
    color: #434343;
  }
  .footer .copyright p a:hover {
    
  }
  
  .footer .social {
  font-size: 0px;
  display: block;
  margin: 18px 0px 0px 0px;
  position: static;
  }
  .footer .social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
  .footer .social li a {
  display: block;
  font-size: 15px;
  color: #fee374;  
  border: 1px solid #333333;
  width: 30px;
  height: 30px;
  display: flex;
  background: #333333;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .footer .social li a:hover{
  
  color: #aed1f4 !important;
  }
  .footer .social .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  img.mobile_banner {
    display: none !important;
}
.footer .footer-content .btn{
  background: #fff;
}
.homeaccolades_wrapper.homeaccolades_mobwrapper{
  display: none;
}
.homequality_wrapper .btn.mob{
  display: none;
}
@media only screen and (min-width: 1800px) {
.testimonial_wrapper .testi .item {
 
  height: 408px;
}
}
@media only screen and (min-width: 1900px) {
    .header_menu .menu-list li {   
      font-size: 22px;
  }
  .banner_content h3 {  
    font-size: clamp(18px, 7vw, 30px);  
    line-height: 1;
  }
  .banner_content h1 { 
    font-size: clamp(30px, 7vw, 75px);
  }
  .btn {
    
    font-size: 22px;
    height: 40px;
  }
  .hometreatment_container .tittle, .hometeam_container .left .main_tittle, .main_tittle{  
    font-size: clamp(20px, 7vw, 48px);
  }
  .hometreatment_wrapper .item .block .number {  
    font-size: clamp(50px, 7vw, 120px);
  }
  .hometreatment_wrapper .item .block .tittle, .homecomparison_wrapper .left .tittle { 
    font-size: clamp(18px, 7vw, 30px);
    line-height: 1.2;
  }
  p {  
    font-size: 20px;
    line-height: 30px;
  }
  .hometeam_container .left .block { 
    margin: 60px 0;
  }
  .hometeam_container .left .block .content .tittle {  
    font-size: clamp(18px, 7vw, 32px);
  }
  .hometeam_container .left .block .content p {
    font-size: 20px;
    padding: 12px 0 0;
  }
  .homeaccolades_wrapper .item .block h6 {  
    font-size: 18px; 
    line-height: 22px;
  }
  .homeaccolades_wrapper .item p {
    font-size: 19px;
}
.homequality_wrapper .right ul li { 
  font-size: 19px;
  color: #434343;
  line-height: 28px;  
}
.homequality_wrapper .right ul li::before { 
  width: 40px;
  height: 40px;
  font-size: 18px; 
  left: 1%;
}
.homequality_wrapper .right ul li:nth-child(3):before {
  
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 35px solid #fff;  
  left: -1px;
}
.homequality_wrapper .right ul li:nth-child(3)::after {
 
  left: 2%; 
  font-size: 18px;  
}
.testimonial_wrapper .testi .item {
  padding: 72px 30px 35px;
}
.testimonial_wrapper .testi .item>p {  
  font-size: 18px;
  line-height: 30px;
}
.homecomparison_wrapper .middle .image .text { 
  font-size: clamp(19px, 7vw, 35px);
}
.footer .footer-content h4 {
 
  font-size: clamp(19px, 7vw, 30px);
}
.footer .footer-content p {  
  font-size: 17px; 
  line-height: 26px;
}
.footer .footer-content h6 {  
  font-size: 18px;
}
.footer .footer-content .links li a {  
  font-size: 17px;
}
.footer .copyright p {
  
  font-size: 16px;
}
.hometeam_container .right .details {
  position: absolute;
  right: 16%;
  top: 20%;
}
}
@media only screen and (min-width: 2200px) {
.hometreatment_wrapper .item .block {
  background: #fff;
  box-shadow: 7px 7px 0px 0px #E0EBF4;
  padding: 60px 60px;
}
.hometeam_container .left {
  background: #fee478;
  padding: 120px 50px 50px 6%;
}
.hometeam_container .left .block {
  margin: 83px 0;
}
.homequality_container {
  
  padding: 13% 0 8%;
}
.testimonial_container {  
  margin: 65px 0 0;  
}

}
@media only screen and (max-width: 1450px) {
.hometreatment_wrapper {
  width: 100%;
}
.hometeam_container .right img {
  height: 100%;
}
.trust_container .head_wrapper {  
  width: 75%;
}

}
@media only screen and (max-width: 1350px) {
.banner_content { 
  width: 50%;  
}
.hometreatment_wrapper .item {
  padding: 10px 15px;
}
.hometreatment_wrapper .item .block {  
  padding: 25px 40px;
}
.homeaccolades_wrapper .item {  
  padding: 10px 15px;
}

}
  @media only screen and (max-width: 1280px) {
    header {        
        align-items: center; 
    }
    .menu-btn {
      display: inline-block;     
  }
    header .btn:active {
        border-bottom: none;
    }
    header .btn:hover {
        background-color: transparent;
        border-color: transparent
    }
    .menu-btn .icon {
        
    }
    .menu-btn .icon .bar {        
        height: 5px;    
    }
    .menu-btn .icon .bar-2 {
        top: 8px;
        
    }
    .menu-btn .icon .bar-4 {
        bottom: 0.5px;    
    }
    .header_menu{
      width: 100%;
      height: 100vh;
      display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      transition: 0.3s;
      justify-content: center;
      position: fixed;
      flex-direction: column;
      left: 0px;
      top: 0px;
      z-index: 10;
      background: #ffde59;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -webkit-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      -moz-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      margin-top: 0;
      overflow: auto;
      padding: 12% 2% 10%;
      }
    .header_menu.open{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .header_menu .menu-list{
        text-align: center;
    }
      .header_menu .menu-list li{
        display: block;
        padding: 15px 0 0;
      }
    .header_menu .menu-list li a,
      .header_wrapper .menu .menu-list li a{
        color: #000;
        line-height: 30px;
        font-size: 20px;
        
      } 
    .header_contact .fa-envelope-o:before {
        
        font-size: 28px;    
    } 
    .header_contact .fa-phone:before {
        
        font-size: 30px;    
    }
    .header_right {
        display: inline-flex;
        flex-direction: row;
        height: 100%;
        align-items: center;
    }
      .header_wrapper .menu-btn{
        display: inline-block;
      }
      .header_menu .menu-list li.menu-item-has-children .sub-menu{
        display: none !important;
      }
      .header_contact p{
        display: none;
      }
    .header_contact p a {
        transition: 0.1s;
        color: #25b061;
        padding-left: 5px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 0;
    }    
 
  .search-div{
    display: none;
  }
  .header_menu h4 {
    
    display: block;
}

.header_menu .social{
  display: block;
  margin: 30px 0 0;
}
.header_menu .social li {
  display: inline-block;
  margin: 0px;
  text-align: center;
  padding: 0 6px;
}
.header_menu .social li a {
  display: block;
  font-size: 15px;
  color: #0b374a;  
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .header_menu .social li a::after{
    display: none;
  }
  .header_menu .social li a:hover{
  background: #d37948 !important;
  border: 1px solid #d37948;
  color: #fff !important;
  }
  .header_menu .menu-list li a {
    padding: 0;
  }
  .appointment{
    display: none;
  }
  .interact {
   
    position: absolute;
    padding-left: 0;
    right: 5%;
}

.logo {
  display: inline-block;
  width: 120px;
}
header.fix .logo {
  display: inline-block;
  width: 100px;
}
.hometeam_container {
  width: 100%; 
  flex-direction: column;
}
.hometeam_container .left {
   padding: 50px 50px 50px 6%;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.hometeam_container .left .block{
  justify-content: center;
}
.hometeam_container .left .block .content {
  width: 100%;
  display: block;
  padding: 10px 0 0;
}
.hometeam_container .right {
  width: 100%;
  display: block;
}
.hometeam_container .right img{
  height: auto;
}
.homeaccolades_wrapper .item {
  padding: 10px 15px;
  width: 33.333%;
}
.trust_container .head_wrapper {
  width: 90%;
}
.trust_wrapper {
  width: 90%;
  margin: 25px auto 0;
}
.homequality_container {
  
  margin-top: -10%;
}
.homequality_wrapper .right ul {
  padding: 0px 0 0 0px;
  max-height: none;  
  position: relative;
}
.homecomparison_wrapper {  
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.homecomparison_wrapper .left {
  width: 100%;
}
.homecomparison_wrapper .right {
  width: 100%;
  display: block;
  padding: 30px 0 0 40px;
}
.homecomparison_wrapper .middle {  
  margin: 30px 0 0;
  width:100%;
}
  }
@media only screen and (max-width: 1150px) {
  .hometreatment_wrapper {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.hometreatment_wrapper .item {
  padding: 10px 15px;
  width: 50%;
}
.banner_content {
  width: 60%;
}
}
@media only screen and (max-width: 850px) {
.hometreatment_wrapper .item {
  padding: 10px 0px;
  width: 100%;
}
.homeaccolades_wrapper{
  display: none;
}
.homeaccolades_wrapper.homeaccolades_mobwrapper{
  display: block;
}
.homeaccolades_wrapper.homeaccolades_mobwrapper .item {
  padding: 10px 10px;
  width: 100%;
}
.trust_container .head_wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.trust_container .head_wrapper .left {
    width: 100%; 
}
.trust_container .head_wrapper .right {
  width: 100%; 
}
.homequality_wrapper{
  width:100%;
  flex-wrap: wrap;
}
.homequality_wrapper .left{
  text-align: center;
  width:100%;
}
.homequality_wrapper .right {
  width: 100%;
  display: block;
}
.homequality_wrapper .btn{
  display: none;
}
.homequality_wrapper .btn.mob{
  display: inline-flex;
}
.homequality_wrapper .right {  
  text-align: center;
}
.homequality_wrapper .right .content_list{
  text-align: left;
}
.testimonial_wrapper .testi .item {
  padding: 72px 30px 35px;  
  height: 400px; 
}
.footer .footer-content .col-container {  
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
footer .inline{
  padding: 12px 0 0;
}
footer .inline:nth-child(1){
  order:2;
}
footer .inline:nth-child(2){
  order:3;
}
footer .inline:nth-child(3){
  order:4;
}
footer .inline:nth-child(4){
  order:1;
}
.footer .footer-content p {  
  max-width: 100%;
}
.footer .footer-content .links li {  
  text-align: center; 
}
.footer .copyright .desc { 
  justify-content: center;
  text-align: center;
}
.footer .copyright p {
  width:100%;
}
.footer .copyright p:last-child{
  display: none;
}
footer {
  width: 100%;
  padding: 30px 0 0;
}
.footer .footer-content {
  margin: 0px 0px 30px 0px;
  width: 100%;
}
}
@media only screen and (max-width: 780px) {
  img.desktop_banner{
    display: none !important ;
  }
  img.mobile_banner{
    display: block !important ;
  }
  .banner_content {
    width: 90%;
    text-align: center;
    top: auto;
    bottom: -10%;
}
.banner .button_wrapper {
  
  justify-content: center;
}
.orthodontics_wrapper {
 
  flex-wrap: wrap;
  flex-direction: column-reverse;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.orthodontics_wrapper .right {
  width: 100%;
  display: block;
  padding: 50px 0 0;
  margin-left: auto;
}
.orthodontics_wrapper .right .image{
  display: none;
}
.orthodontics_wrapper .left {
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
}
.orthodontics_wrapper .left .image {
  border-radius: 20px;
  margin: 20px auto 0;
  width: 90%;
}
.orthodontics_wrapper .left .image img{
  border-radius: 20px;
}
.orthodontics_wrapper .left .content {
  padding: 15px 0 0;
}
.homeaccolades_wrapper .item .block {
 
  justify-content: center;
}
.orthodontics_wrapper .right .content {
  width: 100%;
  padding: 0;
}
.hometeam_container .right .details .name {
  font-family: 'montserratbold';
  font-size: clamp(20px, 3vw, 28px);
  color: #fff;
}
.hometeam_container .right .details {
  position: absolute;
  right: auto;
  top: auto;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width:90%;
  text-align: center;
}
.hometeam_container .right .details .position {
  
  line-height: 22px;
  color: #fff;
}
.homecomparison_wrapper .right {
 
  padding: 20px 0 0;
}
.homecomparison_wrapper .left {
  width: 100%;
  padding: 0;
}
}
@media only screen and (max-width: 480px) {
.banner .button_wrapper .btn {
  margin-right: 0;
  margin-top: 10px;
}
.banner_content {
  
  bottom: -20%;
}
.homequality_wrapper .right ul li {
 
  font-size: 15px;  
  line-height: 22px;
  padding: 40px 0 0 18%;
}
.banner_content {
  bottom: -35%;
}
.homequality_wrapper .right ul li:nth-child(3)::after {
  
  left: 7%;
}
.testimonial_wrapper .testi .item {
  padding: 16px 30px 35px;
  height: 400px;
}
}