@font-face {
    font-family: 'centurygothicregular';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'centurygothicbold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'bebasneuregular';
    src: url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
 
  @font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'), url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  
  @font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('../fonts/poppins-extrabold-webfont.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;
  }
 

  * {
    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: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border: 2px solid #4bb747;
    color: #fff;
    background-color: #4bb747;
    border-radius: 50px;
    -webkit-border-radius: 30px;
    -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 30px 2px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'centurygothicbold';
    margin-top: 20px;   
  }
  .btn:hover {
    display: inline-flex;
    color: #fff;
    background-image: linear-gradient(to right, #4bb747, #2189c9);
  }
 
  .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: 85%;
  }
  .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: #4bb747 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #4bb747;
        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: 15px 0px;
    display: flex;
    position: fixed;
    top: 0;
    background: transparent;
    align-items: center;
    z-index: 10; 
    border-radius: 0;
  }
  header .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  .logo {
    display: inline-block;   
    width:200px ;  
  }
  
  .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;
}

  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    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: 19px;
  }
  .header_menu .menu-list li a {
    color: #181818;
    font-family: 'centurygothicregular';   
    padding: 0 20px;  
    text-transform: capitalize;
    display: block;
    transition: 0.01s;    
  }


.header_menu .menu-list li:hover a {
    color: #2189c9;
     
}
.header_menu .menu-list li.current-menu-item a {
    color: #2189c9;
    
}
 
.appointment .btn{
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    background: #2189c9;
    font-family: 'centurygothicregular';
    border: 2px solid #2189c9;
    display: flex;
    align-items: center;
    padding:0 20px 2px;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: 36px;
}
.appointment .btn span{
    display: inline-block;
    padding-left: 10px;
}
.appointment .btn:hover{    
    background-image: linear-gradient(to right, #4bb747, #2189c9);
}
  .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: 4px;
    display: inline-flex;
    background: #44413e;
    border-radius: 0;
    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: 3px;
    margin-bottom: -5px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 3px;
    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;
    height: 4px;
  }
  .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: 3px;
    margin-bottom: -5px;
}
  .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 4px;
}
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    width:100%;
  }
  
  header.fix {
    top: 0px !important;
    padding: 8px 0;    
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
    background: #fff;
}
header.fix .logo{
    width:180px;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}
  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;      
  }
  .banner .container{
    position: relative;
  }
  
  .banner_content {
      position: absolute;
      left: 8%;
      top: 40%;
      width: 34%;
      z-index: 1;
  }
.banner .banner-item .content h1 {
    font-size: clamp(30px, 7vw, 105px);
    color: #2189c9;
    font-family: 'bebasneuregular';
    line-height: 0.9;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    padding: 0px 0 0;
    font-weight: 900;
    letter-spacing: 3px;
  }
  .banner .banner-item .content h4 {
    font-size: clamp(18px, 7vw, 28px);
    color: #fff;
    font-family: 'centurygothicregular';
    line-height: 1;
    margin: 0px 0px 0px 0px;    
    text-align: left;
    text-transform: uppercase;   
    letter-spacing: 1.2px;   
    position: relative;
    display: flex;
    align-items: center;
  }
  .banner .banner-item .content h4::after{
    content: "";
    position: relative;
    border-top: 2px solid #e71d2a;
    width:80%;
    padding-left: 3%;
  }
  .banner .banner-item .content h3 {
    font-size: clamp(18px, 7vw, 20px);
    color: #fff;
    font-family: 'centurygothicregular';
    line-height: 1;
    margin: 12px 0px 0px -5%;    
    text-align: left;
    text-transform: capitalize;   
    letter-spacing: 1.2px;      
    background: #2189c9;
    padding: 10px 15px 12px;
    border-radius: 5px;
    display: inline-block;
  }
 
  .banner .banner-item .content p {
   font-family: 'centurygothicregular';
    font-size: clamp(18px, 7vw, 20px);
    color: #181818;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0 0 0 0;    
    margin-top:12px;
  }
 
    .banner .owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}
.banner .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #2189c9;
    margin: 0px 3px;
    border: none;
}
.banner .owl-dots .owl-dot.active {
    width: 35px;
    height: 6px;
    opacity: 1;
    background: #2189c9;
}


.homeservice_container {    
    width: 100%;
    display: block;
    background: linear-gradient(to bottom, #dbecf6, #f6fafd, #fff);
    padding: 80px 0;   
}
.homeservice_wrapper{
    display: block;
    width:90%;
    margin: 0 auto;
}
.homeservice_wrapper .owl-stage {
    display: flex
;
}
.homeservice_wrapper .item{
    padding: 0 10px;
    height: 100%;
}
.homeservice_wrapper .block{
    background: #f7f7f7;
    width:100%;
    border-bottom:18px solid transparent;
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    height: 100%;
}
.homeservice_wrapper .item:hover .block{
    border-bottom: 18px solid #2189c9;
    filter: drop-shadow(2px 4px 6px rgba(41,41,41,0.14));
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.homeservice_wrapper .block .image{
    width:100%;
    display: block;
}
.homeservice_wrapper .block .icon{
    display: inline-block;
    margin-top: -12%;
    padding-left: 25px;
}
.homeservice_wrapper .block .content{
    padding: 25px;
}
.homeservice_wrapper .block .content h4{
    color: #181818;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block; 
    font-size: clamp(20px, 7vw, 25px);
    line-height: 1;
}
p {
    color: #181818;
    font-family: 'centurygothicregular';
    font-size: 17px;
    line-height: 25px;
    text-transform: none;
    padding: 15px 0 0;
}
.homeabout_container{
    width:100%;
    background: url(../images/homeabout_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    margin: 60px 0 0;
}
.homeabout_wrapper{
    width:92%;
   justify-content: flex-end;
    display: flex;   
    align-items: center; 
    margin-left: 0;
}
.homeabout_wrapper .content{
    width: 35%;
    display: inline-block
}
 h5{
    color: #181818;
    font-family: 'centurygothicregular';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 25px);
    line-height: 30px;
    display: flex;
    position: relative;
    align-items: center;
 }
  h5::before{
    content: "";
    border-top: 2px solid #181818;
    position: relative;
    left:0;
    height: 2px;
    width:60px;
    margin-right: 5px;
  }
 .homeabout_wrapper h5{
    color:#fff
 }
 .homeabout_wrapper h5::before{
   
    border-top: 2px solid #fff;
 }
.homeabout_wrapper .tittle{
    color: #fff;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 32px);
    line-height: 1.2;
    padding: 10px 0 0;
}
.homeabout_wrapper p{
    color: #fff;
}
.homeabout_wrapper .image{
    width: 58%;
    display: inline-block;
    margin-top:-5%;
}
.benefit_container{
    width:100%;
    margin: 60px 0 0;
    display: block;
}
.benefit_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.benefit_wrapper .left{
    width:38%;
    display: inline-block;
}
.benefit_wrapper .left .tittle{
     color: #2189c9;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 34px);
    line-height: 1.2;
    padding: 0px 0 0;
}
.benefit_wrapper .left .sub_tittle{
     color: #181818;
    font-family: 'centurygothicregular';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(18px, 7vw, 20px);
    line-height: 1.2;
    padding: 10px 0 0;
}
.benefit_wrapper .right{
    width:58%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefit_wrapper .right .left_side{
    width:49%;
    display: inline-block;
}
.benefit_wrapper .right .right_side{
    width:49%;
    display: inline-block;
    margin-top:5%;
}
.benefit_wrapper .right .left_side .block{
    background: #2189c9;
    padding: 20px;
    border-radius: 0px 50px 0 50px;
    border-top:5px solid #b1e0b0;
    border-left:7px solid #b1e0b0;
    width:100%;
    margin: 15px 0;
    height: 322px;
}
.benefit_wrapper .right .left_side .block:nth-child(2){
    border-radius: 50px 0 50px 0;
    border-bottom:5px solid #b1e0b0;
    border-top:none;
}

.benefit_wrapper .right .right_side .block{
    background: #2189c9;
    padding: 20px;
    border-radius: 50px 0px 50px 0px;
    border-top:5px solid #b1e0b0;
    border-right:7px solid #b1e0b0;
    width:100%;
    margin: 15px 0;
    height: 322px;
    
}
.benefit_wrapper .right .right_side .block:nth-child(2){
    border-radius: 0px 50px 0px 50px;
    border-bottom:5px solid #b1e0b0;
    border-top:none;
    
}
.benefit_wrapper .right .block .tittle_wrapper{
    display: flex;
    align-items: center;    
}
.benefit_wrapper .right .block .tittle_wrapper .icon{
    display: inline-block;
    padding-right: 20px;
}
.benefit_wrapper .right .block .tittle_wrapper .tittle{
    color: #fff;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 22px);
    line-height: 1.2;
}
.benefit_wrapper .right .block  p{
    color: #fff;
    font-size: 15px;
    line-height:23px;
}
.homeclients_container{
    width:100%;
    text-align: center;
    display: block;
    margin: 60px 0 0;
    background: #fff;    
    padding: 50px 0 10px;
    box-shadow:
    inset 0 30px 40px -20px #f3f3f3,
    inset 0 -30px 40px -20px #f3f3f3
}
.homeclients_container:nth-last-of-type(1){
  margin-bottom: 150px;
}
.homeclients_container h5{
  justify-content: center;
}
.homeclients_container h5::before{
  display: none;
}
.homeclients_wrapper{
    display: block;
    margin: 20px 0;
}
.homeclients_wrapper .item{
    padding: 10px 50px;
}
.homeclients_wrapper .owl-stage{
    display: flex;
    align-items: center;
    width:100%;
}
.homeblog_container {
    width: 100%;
    display: block;
    margin: 70px 0 0px;
    padding: 0 0 60px 0;
    text-align: center;
    box-shadow: 0px 22px 35px 0px rgb(243, 243, 243, 0.7);
}
.abouttop_container.awards {
    padding-bottom: 150px;
}
.homeblog_wrapper{
  width:90%;
  display: flex; 
  position: relative; 
  margin: 20px auto 0;  
  text-align: left;
  flex-wrap: wrap;
}
.head_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:88%;
    margin: 0 auto;
}
.head_wrapper .btn{
  margin: 0;
}
.homeblog_wrapper .item{
  padding: 0px 0px;
  width:33.333%;
  display: inline-block;
  margin: 30px 0 0;
}
.homeblog_wrapper .item .block{
  padding: 0 15px;
  background: transparent;
}
.homeblog_wrapper .item .block:hover{
  
}
.homeblog_wrapper .item .block .image{
  border-radius: 15px;
  width:100%;
  display: block;
}
.homeblog_wrapper .item .block .image img{
    border-radius: 15px;
}
.homeblog_wrapper .item .block .content{
  width:90%;
  padding:20px;
  background: #f7f7f7;
  border-radius: 15px;
  margin: -15% auto 0;
  position: relative;
}
.homeblog_wrapper .item .block .content .date{
  font-family: 'centurygothicregular';
    color: #181818;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
}
.homeblog_wrapper .item .block .content .tittle{ 
  font-family: 'centurygothicbold';
    color: #181818;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    padding: 14px 0 0;
}

.homeblog_wrapper .item .block .content .readmore{
  font-family: 'centurygothicregular';
  font-size: 16px;
  color: #181818;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #181818;
  align-items: center;
  padding: 10px 0 0px;
  vertical-align: middle;
}
.homeblog_wrapper .item:hover .block .content .readmore{
     color: #2189c9;  
  border-bottom: 1px solid #2189c9;
}
 .btn.mobile_btn {
  display: none;
}
.getintouch_container {
    width: 100%;
    display: block;
    margin: -5% 0 0;
    position: relative;
}
.getintouch_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2189c9;  
  padding: 40px 70px;
  width:90%;
  margin: 0 auto;
  border-radius: 15px;
}
.getintouch_wrapper .left{
  width:70%;
  display: inline-flex;
  align-items: center;
}
.getintouch_wrapper .image{ 
  display: inline-block;
}
.getintouch_wrapper .content{ 
  display: inline-block;
  padding-left: 7%;
}
.getintouch_wrapper .content .tittle {
    color: #fff;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 30px);
    line-height: 1;
    padding: 0px 0 0;
}
.getintouch_wrapper .content p{
  color: #fff;
  padding: 5px 0 0;
}
.getintouch_wrapper .right{
  
  display: inline-block;
}
.getintouch_wrapper .right .btn{
  margin: 0;
}
.getintouch_wrapper .right .btn span {
    display: inline-block;
    padding-left: 10px;
    width:33%;
}
.footer {
    width: 100%;
    padding: 50px 0 0;
    clear: both !important;   
}
  .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 {
    width:200px

  }
  .footer .footer-content  .footer-logo p{
    padding: 0 0 0 10px;
  }
  .footer .footer-content  .footer-logo a {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;    
  }
  .footer .footer-content  .footer-logo a img {
    display: block;
    max-width: 100%;
  }
  
  .footer .footer-content  h4 {
    font-family: 'centurygothicbold';
    font-size: 18px;
    text-transform: capitalize;
    color: #2189c9;
    padding: 0px 0px 2px 0px;     
    display: inline-block;
    border-bottom: 2px solid #2189c9;
   
  }
  .footer .footer-content  h6 {
    font-family: 'poppinssemibold';
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    padding: 10px 0px 0px 0px;     
    display: inline-block;
    border-top: 1px solid #333333;
    line-height: 34px;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'centurygothicregular'; 
    font-size: 15px;
    color: #181818;
    display: block;
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: 20px;   
    max-width: 300px;
  }  
  .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: 18px 0 0 0px;
  }
  .footer .footer-content .links.address {
    padding: 18px 0 0 0px;
}
  .footer .footer-content  .links li {
    display: flex;
    padding: 3px 0px;
    text-align: left;    
    font-family: 'centurygothicregular';
    font-size: 20px;
    color: #4bb747;
    display: list-item;
    list-style-type: disc;
  }
  .footer .footer-content  .links.address li{
    display: flex;
    padding: 10px 0;
    margin-left: -10%;
  }
  .footer .footer-content  .links.address li .numbers{

  }
  .footer .footer-content  .links.address li span{
    display: inline-block;
    padding-right: 10px;
  }
  .footer .footer-content  .links li .fa{
    margin-top:2px;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
    
  }
  .footer .footer-content .links.address li:first-child a {
    
    text-transform: capitalize;
}
.footer .footer-content .links.address li a {
    
  text-transform: lowercase;
}
  .footer .footer-content .links li a {
    font-family: 'centurygothicregular';
    font-size: 15px;
    color: #181818;
    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.address li .numbers a{
  display: inline-block;
 }
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  
  .footer .e71d2a-content .links li a:hover {
    color: #d37948;
    
  }
  
  .footer .copyright {
  }
  .footer .copyright .desc {
    display: block;
      vertical-align: middle;
      width: 100%;
      padding: 10px 0;
      text-align: center;
      border-top: 2px solid #2189c9;
  }
  .footer .copyright p {
    display: block;
    color: #333;
    font-family: 'centurygothicregular';
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
  }
  .footer .copyright p a {
   
    color: #333;
    text-transform: none;
  }
  .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: #fff;  
  border: 1px solid #181818;
  width: 30px;
  height: 30px;
  display: flex;
  background: #181818;
  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{
  
  background: #4bb747;
  border: 1px solid #4bb747;
  }
   .footer .social .fa.fa-facebook {
    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;
}
.footer .social .fa.fa-pinterest {
    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;
}
.content.content_mob {
  display: none;
}  
.appointment_mob {
  display: none;
}
.footer .social  .fa.fa-facebook {
  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;
}
.owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: relative;
   margin: 30px 0 0;
}
.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #adcce2;
    margin: 0px 3px;
    border: none;
}
.owl-dots .owl-dot.active {
    width: 35px;
    height: 6px;
    opacity: 1;
    background: #adcce2;
}
.homeabout_wrapper .image.img_mob {
  display: none;
}
.benefit_wrapper .right.right_mob{
    display: none;
  }
/*****************************************blog page*****************************************/
.inner_banner{

}
.banner .banner-item .content h2 {
    color: #2189c9;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(30px, 7vw, 48px);
    line-height: 1.2;
    padding: 10px 0 0;
}
.inner_banner .banner_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index: 1;
    text-align: center;
}
.blog_container{
  padding: 0 0 60px 0;
  margin: 40px 0 40px;
}
.news_container {
    width: 100%;
    position: relative;
    z-index: 10;
    margin:130px 0 0;
}
.newsdetail_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0;
}
.newsdetail_wrapper .left {
  width: 66%;
  display: inline-block;
}
.newsdetail_wrapper .left .content_wrapper {
  width: 100%;
  margin: 30px 0 0;
}
.newsdetail_wrapper .left .content_wrapper:first-child {
  margin: 0;
}
.blogdetail_image .tittle {
  font-family: 'centurygothicbold';
  font-size: clamp(19px, 7vw, 28px);
  color: #fff;
  line-height: 1.3;
  position: absolute;
  text-transform: capitalize;
  bottom:7%;
  left:4%;
  z-index: 1;
  width:90%
}
.blogdetail_image {
  width: 100%;
  margin: 25px 0;
  border-radius: 20px;  
  position: relative;
}
.blogdetail_image .image {
  width: 100%;
  display: block;
  border-radius: 20px;  
  position: relative;
}
.blogdetail_image .image::before {
    background: linear-gradient(to bottom, transparent, #2189c9) no-repeat bottom;
    background-size: 100% 70%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    transition: all ease-in-out 0.5s;
    border-radius: 0;
    content: "";
    left: 0;
    top: 0;
    border-radius: 0 0 20px 20px;
}
.blogdetail_image img{
  border-radius: 20px;  
}
.blogdetail_image .date{
  font-family: 'centurygothicbold';
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;  
    padding: 0;   
    position: absolute;
    left:4%;
    top:4%;   
}
.newsdetail_wrapper .left .content_wrapper h4{
  font-family: 'centurygothicbold';
  font-size: clamp(18px, 7vw, 20px);
  color: #181818;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  padding: 20px 0 0;
}
.newsdetail_wrapper .left .content_wrapper p {
  font-size: 16px;
  padding: 15px 0px 0px 0px;
  text-transform: none;
  color: #181818;
  font-family: 'centurygothicregular';
  text-align: justify;
  line-height: 25px;
}
.newsdetail_wrapper .left .content_wrapper p a{
  color: #181818;
}
.newsdetail_wrapper .left .content_wrapper .readmore {
  font-family: 'poppinssemibold';
  font-size: 17px;
  color: #333333;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-top: 20px;
}
.newsdetail_wrapper .left .content_wrapper .readmore:hover {
  color: #e71d2a;
  border-bottom: 1px solid #e71d2a;
}
.newsdetail_wrapper .left .content_wrapper p strong{
  padding: 12px 0 0;
  display: block;
}
.newsdetail_wrapper .right {
  width: 30%;
  display: inline-block;  
  
}
.newsdetail_wrapper .right .right_wrapper{
  
}
.newsdetail_wrapper .right .tittle {
  font-family: 'centurygothicbold';
    font-size: clamp(19px, 7vw, 23px);
    color: #2189c9;
    line-height: 1.3;
    position: relative;
    text-transform: capitalize;
}
.blogdetail_wrapper .categories {
 background: #f7f7f7;
 padding:25px 20px;
 border-radius: 10px;
}
.blogdetail_wrapper .categories ul{
  padding: 20px 0 0 0;
}
.blogdetail_wrapper .categories ul li{
  padding: 10px 0;
  color: #181818;
  font-family: 'centurygothicregular';
  line-height:25px ;
  font-size: 17px;    
  margin: 0; 
  border-bottom: 1px solid #c7c5c5;
  text-transform: capitalize;
}
.blogdetail_wrapper .categories ul li a{
  color: #181818;
}
.blogdetail_wrapper .categories ul li a:hover{
  color: #2189c9;
}
.blogdetail_wrapper .tags{    
  background: #f7f7f7;
 padding:25px 20px;
 border-radius: 10px;
 margin: 30px 0 0;
}
.blogdetail_wrapper .tags ul{
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0 -5px;
}
.blogdetail_wrapper .tags ul li{    
  padding:7px 5px;
  color: #181818;
  font-family: 'centurygothicregular';
  line-height:25px ;
  font-size: 15px;    
  margin: 0;
  display: inline-block;    
  
}
.blogdetail_wrapper .tags ul li a{
  color: #181818;
  border-radius: 30px;   
  padding: 4px 20px;
  border: 1.5px solid #181818;
  
}
.blogdetail_wrapper .tags ul li a:hover{ 
  color: #fff;
  border: 2px solid #2189c9;
  background: #2189c9;
}
.related_container {
    margin: 0 0 10px;
    padding: 0 0 60px;
}
.related_container  .main_tittle span{
  justify-content: space-between;
}
.related_container  .main_tittle span::after {
  width: calc(100% - 35%); 
}
.related_container .homeblog_wrapper .item {
    padding: 0px 0px;
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
}
.related_container .homeblog_wrapper {
    width: 96%;
}

/*****************************************blog page*****************************************/
/**************************************************faq page****************************************************/
.faq_container{
  position: relative;
  text-align: center;
  padding: 0 0 120px 0;
}
.faq_container .tittle {
    color: #2189c9;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 34px);
    line-height: 1.2;
    padding: 0px 0 0;
}
.faq_wrapper{
  width:100%;
  margin:0 0 40px;
  text-align: center;
}
.faq_wrapper .question_wrapper{
  margin-top:40px;
  width:100%;
  text-align: left;
}
.collapsible {  
  padding: 20px 20px;
  position: relative;
 background: #f7f7f7;
 margin: 20px 0;
}

.collapsible .collapse-head {
  display: block;   
  color: #181818;
    font-family: 'centurygothicbold';
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1;
    text-transform: none;
    padding: 0 20px 0 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.collapsible .collapse-head.open{
  color:#2189c9;
}
/* line 2924, ../sass/_styles.scss */
.collapsible .collapse-head::after {
  content: "\002B";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 0;
    font-size: 25px;
    line-height: 25px;
    border: 2px solid #2189c9;
    width: 23px;
    background: #2189c9;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    font-family: 'centurygothicbold';
    font-weight: 700;
}
.collapsible .collapse-head.open::after{
  content: "\2212";  
}

.collapsible .collapse-content {
  display: none;
  padding: 0px 0 20px 0;
}
.collapsible .collapse-content .tittle{
  font-size: 18px;
    color: #22AD4B;
    font-family: 'poppinsmedium';
    line-height: 1.2;
    margin: 0px 0px 0px 0;
    text-transform: none;
    display: block;
}
.collapsible .collapse-content ul{
  padding:10px 0 0 17px;
}
.collapsible .collapse-content ul li{
  color: #434853;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding:5px 0;
    font-family: 'montserratlight';
    display: list-item;
    list-style-type: disc;
}
.collapsible:last-child {
  position: relative;
}
.collapsible:last-child .collapse-content {
  border-bottom: none;
}

/**************************************************faq page****************************************************/
/**************************************************adultvaccination page****************************************************/
.adulttop_container{
    width:100%;
    background: url(../images/adultvacci_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0;
    padding: 100px 0;
}
.adulttop_wrapper{
    width:100%;
   display: block;
}
.adulttop_wrapper .content{
    width: 60%;
    display: inline-block
}

.adulttop_wrapper .tittle{
    color: #fff;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 32px);
    line-height: 1.2;
    padding: 10px 0 0;
}
.adulttop_wrapper p{
    color: #fff;
}
.tittle {
    color: #2189c9;
    font-family: 'centurygothicbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 34px);
    line-height: 1.2;
    padding: 0px 0 0;
}
.whyvaccinate_container{
    width:100%;
    display: block;
    margin: 60px 0 0;
    text-align: center;
}
.whyvaccinate_wrapper{
    width:92%;
    display: flex;  
    margin: 40px auto 0;
    flex-wrap: wrap;
    box-shadow: 4px 4px 12px rgba(229, 229, 229, 0.8);
    padding:40px 30px;
    border-radius: 20px;
}
.whyvaccinate_wrapper .block{
  width:20%;
  padding: 0 20px;
  text-align: center;
}
.whyvaccinate_wrapper .block .block_inner{
  display: block;
  text-align: center;
}
.whyvaccinate_wrapper .block .icon{
  display: inline-block;  
}
.importants_container{
  width: 100%;
    display: block;
    margin: 60px 0 0px;
    padding: 0 0 150px 0;
    text-align: center;
    box-shadow: 0px 22px 35px 0px rgb(243, 243, 243, 0.7);
}
.importanthead_wrapper{
  width:90%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.importants_wrapper{
  width:100%;
  display: block;
  background: #f7f7f7;
  padding:25px;
  border-radius: 10px;  
  margin: 40px 0 0;
  text-align: left;
}
.importants_wrapper .block{
  flex-wrap: wrap;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  justify-content: space-between;
 border-bottom: 2px solid #93c4e2;
}
.importants_wrapper .block:last-child{
  border-bottom: none;
}
.importants_wrapper .head_wrapper{
  background: #fff;
  padding: 20px 0;
  font-family: 'centurygothicbold';
  color: #181818;  
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
  width:100%;
}
.importants_wrapper .head{
  width:50%;
  display: inline-block;  
  padding: 0 40px;
}
.importants_wrapper  .content_wrapper{
  padding: 0 40px 0;
}
.importants_wrapper  .content_wrapper .content{
  
  padding: 0 0px 0px;
  width:47%;
  display: inline-block;
  margin: 40px 0 0px;
}
.importants_wrapper  .content_wrapper .content .tittle{
  font-family: 'centurygothicbold';
  font-size: 19px;
  color: #2189c9;
  line-height: 1.2;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.importants_wrapper  .content_wrapper .content p{
  padding: 3px 0;
}
.importants_wrapper  .content_wrapper .content ul{
  padding: 0 0 0 17px;
}
.importants_wrapper  .content_wrapper .content ul li{
    color: #181818;
    font-family: 'centurygothicregular';
    line-height: 25px;
    font-size: 16px;    
    margin: 0; 
    padding: 3px 0;
  display: list-item;
  list-style-type: disc;
}
.importantprotection_wrapper{
  margin: 60px auto 0;
  width:80%;
  display: block;
  text-align: center;
}
.importantprotection_wrapper .tittle{
  text-transform: none;
}
.importantprotection_wrapper ul{
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.importantprotection_wrapper ul li{
  color: #181818;
  font-family: 'centurygothicregular';
  line-height: 25px;
  font-size: 17px;    
  margin: 0; 
  padding: 5px 10px;
  display: inline-block;
  text-decoration: underline;
}
.importants_container .btn {
    margin: 40px 0 0;
}
/**************************************************adultvaccination page****************************************************/
/**************************************************childvaccination page****************************************************/
.childtop_container{
  background: url(../images/childvacci_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
.sub_tittle {
    color: #fff;
    font-family: 'centurygothicregular';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(19px, 7vw, 23px);
    line-height: 1.2;
    padding: 10px 0 0;
}
/**************************************************childvaccination page****************************************************/
/**************************************************about page****************************************************/
.abouttop_container{
    width:100%;
    margin: 60px 0 0;
    display: block;
}
.abouttop_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.abouttop_wrapper.reverse {
    flex-direction: row-reverse;
}
.abouttop_wrapper:nth-child(even){
  flex-direction: row-reverse;
}
.abouttop_wrapper .content{
    width: 52%;
    display: inline-block;
}
.abouttop_wrapper .image{
    width: 42%;
    display: inline-block;
}
.abouttop_wrapper .image img{    
    border-radius: 20px;
}
.vision_container{
    width:100%;
    display: block;
    padding: 70px 0;
    text-align: center;
    background: #2189c9;
    margin: 60px 0 0;
}
.vision_wrapper{
    width:100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.vision_wrapper .block{
  width:33.33%;
  display: inline-block;
  padding: 0 50px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.vision_wrapper .block:first-child{
  padding-left: 0;
}
.vision_wrapper .block:last-child{
  padding-right: 0;
  border-right: 0;
}
.vision_wrapper .block .block_inner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.vision_wrapper .block .block_inner .icon{ 
  display: inline-block;
  margin: 0 auto;  
}
.vision_wrapper .block .block_inner .tittle{
  color: #fff;
  font-size: clamp(20px, 5vw, 30px);
  padding: 10px 0 0;
}
.vision_wrapper .block .block_inner p{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 8px 0 0;
}
.team_container{
    width:100%;
    display: block;   
    margin: 60px 0 0;
}
.team_container h5 {
    justify-content: center;
}
.team_container h5::before{
  display: none;
}

.team_wrapper{
   width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    justify-content: center;
}
.team_wrapper .block{
    width: 30%;
    padding: 0 20px;
    display: inline-block;
    margin: 10px 0;
}
.team_wrapper .block .block_inner{
    display: block;
    text-align: center;
}
.team_wrapper .block .block_inner h6{
    color: #181818;
    font-family: 'centurygothicbold';
    font-size: clamp(18px, 7vw, 20px);
    line-height: 1;
    text-transform: capitalize;
    padding: 14px 0 0;
}
.team_wrapper .block .block_inner p{
  padding: 5px 0 0;
  font-size: 16px;
}
.team_wrapper .block .block_inner .image {
    position: relative;
}
.team_wrapper .block .block_inner .image img{
  border-radius: 20px;
}
.team_wrapper .block .block_inner .image::before {
    background: rgba(33, 137, 201, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
    content: "";
    left: 0;
    top: 0;
}
#popup-main-description
 {
    text-align: center;
    /* align-items: center; */
}
.team_wrapper .block .block_inner .team_description {
    font-size: 16px;
    line-height: 20px;   
    color: #fff;   
}
.team_wrapper .block:hover .block_inner .image::before{
    opacity: 1;
    visibility: visible;
}
.btn-wrapper {
    /* position: absolute; */
    margin: 12px 0 0;
}

.over_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.team_wrapper .block:hover .block_inner .over_content {
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.btn-wrapper .btn {
    margin: 0;
}
.quote-popup {
    width: 100%;
    height: 100svh;
    position: fixed;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    background: rgba(0,0,0,0.7);
    /* padding: 30px; */
    /* border-radius: 20px; */
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.5);
    z-index: 1000;
}

button.quote-popup-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    border-radius: 50%;
    background: #4bb747;
    color: #fff;
    font-size: 24px;
    border: none;
}

.quote-popup-inner {
    width: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 30px 40px;
    border-radius: 20px;
    /* box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5); */
    z-index: 10;
}

/**************************************************about page****************************************************/
/**************************************************contactus page****************************************************/
.contact_container{
  display: block;
    width: 100%;
    padding: 60px 0;
    text-align: center;
    position: relative;
    background: #f4f4f4;
}

.contactform_wrapper {
  width: 90%;
  display: flex;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 auto 0;
}

.contactform_form {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
}

.contactaddress_area {
  width: 47%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.contactaddress_area h6 {
    color: #181818;
    font-family: 'centurygothicbold';
    font-size: clamp(18px, 7vw, 20px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0px 0 6px;
}
.contactform_form form label {
  display: block;
  color: #181818;
  font-family: "centurygothicregular";  
  font-size: 16px;
  padding:14px 0;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
}
.required {
  color: #ec2124;
}
.contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;    
}
  
.contactform_form  form p {
margin: 0;
width:auto;
padding: 0;
}
.contactform_form form p:last-of-type{
  text-align: left;
}
.contactform_form  form .full {
grid-column: 1 / 3;

}

.contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #f4f4f4;
  border: none;  
  padding: 10px 8px;
  font-family: "centurygothicregular";
  font-size: 15px;
  text-transform: none;
  color: #181818;
  border-radius: 10px;
  height: 45px;
}

.contactform_form form button{
 
  height: 45px;
  display: block;
  margin: 0 auto;
  
}

.wpcf7-list-item {
  display: flex;
  padding-top: 42px;
  position: relative;
  padding-right: 50px;
  flex-direction: row-reverse;
}

.contactform_form form input::placeholder,  .contactform_form form textarea::placeholder {
  
  display: block;
  font-family: "centurygothicregular";
  font-size: 13px;  
  color: #d1d1d1; 
  text-align: left;
  line-height: 22px;    
  text-transform: capitalize;
}
.contactform_form form select.big {
  appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 25%;
  
}
.contactform_form  form input.wpcf7-not-valid,
.contactform_form  form textarea.wpcf7-not-valid {
width: 100%;  
border: none;
border-bottom: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 0;
    font-weight: normal;
    display: none;
}
.contactform_form  form textarea {
resize: none;
height: 120px;
}
.contactform_form .wpcf7-submit {
  
  background: #ec2124;
    border: 0;
    color: #fff;
    font-family: 'latobold';
    font-size: 15px;
    border-radius: 30px;
    padding: 10px;
    width: fit-content;
    padding: 0 35px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
}
.contactform_form .wpcf7-submit:hover {
  
}
.contactform_form  form button:hover,
.contactform_form  form button:focus {
  
transition: background-color 2s ease-out;
}
.contactform_form form .full:last-child{
  margin-bottom:0;
}


.contactform_area{
  width: 45%;
  display: inline-block;
  
}

.contactpage .contactform_form form .btn {
  height: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    border: 2px solid #4bb747;
    color: #fff;
    background-color: #4bb747;
    border-radius: 50px;
    -webkit-border-radius: 30px;
    -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 30px 0px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'centurygothicbold';
    margin-top: 0px;
}
.contactpage .contactform_form form .btn:hover{
  display: inline-flex;
    color: #fff;
    background-image: linear-gradient(to right, #4bb747, #2189c9);
}
.contact_info {
  padding: 0;
  width: 100%;
}
.contact_info .item {
  display: flex;
  margin-top: 20px; 
}
.contact_info .item .icon {
  display: inline-block;
}
.contact_info .item .icon::before {
  background: url(../images/contact_location.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 29px;
  height: 29px;
  display: inline-block;
}
.contact_info .item .details {
  display: inline-block;
  padding-left: 20px;
}

.contact_info .item .details p {
  font-family: 'centurygothicregular';
  color: #181818;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  text-transform: capitalize;
}
.contact_info .item .icon1 {
  display: inline-block;
}
.contact_info .item .icon1::before {
  background: url(../images/contact_call.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 29px;
  height: 29px;
  display: inline-block;    
}

.contact_info .item .details p a {
  color: #181818;
  cursor: pointer;  
  padding: 0 5px 0 0;
  text-transform: none;
  word-break: break-all;
}

.contact_info .item .icon2 {
  display: inline-block;
}
.contact_info .item .icon2::before {
  background: url(../images/contact_mail.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
   width: 29px;
  height: 29px;
  display: inline-block;   
}
.contact_container .social {
  font-size: 0px;
  display: block;
  margin: 25px 0px 0px 0px;
  position: static;
  }
  .contact_container .social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
  .contact_container .social li a {
  display: block;
  font-size: 15px;
  color: #fff;  
  border: 1px solid #282828;
  width: 30px;
  height: 30px;
  display: flex;
  background: #282828;
  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);
  }
  .contact_container .social li a:hover{
  background: #d37948 !important;
  border: 1px solid #d37948;
  color: #fff !important;
  }
.contactbottom_container{
  width:100%;
  display: block;
}
.contactbottom_wrapper{
  background: #2189c9;
  padding: 40px 70px 20px;
  border-radius: 20px;
  position: relative;
  margin-top: -2%;
  box-shadow: 0px 0px 10px 5px rgba(219, 219, 219, 0.99);
}

.contactbottom_wrapper::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0%;
  width: 100%;
  height: 100%;
  background: url(../images/location_bg.png) no-repeat;
  background-size: 100%;
  background-position: right bottom;
  opacity: 0.5;
  width:10%;
  z-index: 2;
}
.contactbottom_wrapper .top_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.contactbottom_wrapper .top_wrapper .left_content {
    width: 100%;
    display: block;
    padding-right: 0;
    text-align: center;
}
.contactbottom_wrapper .top_wrapper .left_content .tittle, .contactbottom_wrapper .top_wrapper .left_content p{
  color: #fff;
}
.contactbottom_wrapper .top_wrapper .left_content p {
    width: 100%;
}
.contactbottom_wrapper .block{
  width:33.33%;
  display: inline-block;
  padding: 0 0px 0 50px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  margin-bottom: 40px;
}

.contactbottom_wrapper .block:last-child{
  padding-right: 0;
  border-right: 0;
}

.contactbottom_wrapper .block .block_inner{
  display: flex;  
  justify-content: center;
  flex-direction: column;
 
}

.contactbottom_wrapper .block .block_inner .tittle{
  color: #fff;
  font-size: clamp(16px, 5vw, 19px);
  padding: 0px 0 0;
}
.contactbottom_wrapper .block .block_inner p{
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding: 8px 0 0;
}
.contactbottom_wrapper .block .block_inner p a{
  color: #fff;
}
.contactbottom_wrapper .block .block_inner .location_change a {
    color: #2189c9;
    background: #fff;
    padding: 0 10px;
}
.contactbottom_wrapper .top_wrapper .right_content {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}
/**************************************************contactus page****************************************************/
.head.head_between {   
    display: none;
  }
nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px
}

.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-numbers.current {
  background: #2189c9;
  color: #fff
}

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #181818;
  background: 0 0;
  border: 2px solid #2189c9;
  font-family:'centurygothicbold';
  justify-content: center;
}

a.next.page-numbers {
  background: 0 0;
  color: #181818
}
p.blog-listing {
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    
    grid-column: 1 / 3;
    margin: 10px 0 0;
}
span.wpcf7-spinner {
    position: absolute;
}
.wpcf7 form .wpcf7-response-output{
  grid-column: 1 / 3;
    margin: 10px 0 0;
}
@media only screen and (min-width: 1900px) {
.header_menu .menu-list li {   
    font-size: 22px;
}
.banner .banner-item .content h1 {
    font-size: clamp(30px, 7vw, 125px);
}
.banner .banner-item .content h3 {
    font-size: clamp(18px, 7vw, 25px);
}
.banner .banner-item .content p {   
    font-size: clamp(18px, 7vw, 24px);
}
.appointment .btn {   
    font-size: 22px;
}
.btn {   
    font-size: 20px;
}
.homeservice_wrapper .block .icon {  
    margin-top: -9%;   
}
.homeservice_wrapper .block .content h4 {  
    font-size: clamp(20px, 7vw, 30px);
}
p {   
    font-size: 21px;
    line-height: 28px;   
}
h5 {  
    font-size: clamp(20px, 7vw, 30px);
    line-height: 40px;
}
.homeabout_wrapper .tittle, .benefit_wrapper .left .tittle, .getintouch_wrapper .content .tittle {   
    font-size: clamp(20px, 7vw, 40px);
    line-height: 1;
}
.benefit_wrapper .left .sub_tittle {   
    font-size: clamp(18px, 7vw, 28px);
    line-height: 1;
}
.benefit_wrapper .right .block .tittle_wrapper .tittle {   
    font-size: clamp(20px, 7vw, 30px);
    line-height:1;
}
.benefit_wrapper .right .left_side .block, .benefit_wrapper .right .right_side .block {  
    height: 360px;
}
.homeblog_wrapper .item .block .content .date {   
    font-size: 20px;
}
.homeblog_wrapper .item .block .content .tittle {   
    font-size: 24px;
    line-height: 1;
}
.homeblog_wrapper .item .block .content .readmore {   
    font-size: 21px;
}
.footer .footer-content p {   
    font-size: 18px;    
    line-height: 25px;
}
.footer .footer-content h4 {   
    font-size: 25px;
}
.footer .footer-content .links li a {   
    font-size: 17px;    
    line-height: 25px;
}
.footer .copyright p {    
    font-size: 16px;
}
.contactaddress_area h6 {   
    font-size: clamp(18px, 7vw, 28px);
}
.contact_info .item .details p {   
    font-size: 20px;
    line-height: 27px;  
}
.contactform_form form label {   
    font-size: 18px;    
    line-height: 20px;    
}
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {
   
    font-size: 17px;
}
.contactpage .contactform_form form .btn { 
    font-size: 18px;
    line-height: 36px;   
}

}
@media only screen and (max-width: 1430px) {
  .banner .banner-item .content h1 {
      font-size: clamp(30px, 6vw, 90px);
  }
  .banner .banner-item .content h3 {
    font-size: clamp(16px, 7vw, 18px);    
    margin: 12px 0px 0px -9%;
  }
  .banner .banner-item .content p {   
    font-size: clamp(16px, 4vw, 18px);
  }
  .homeservice_wrapper {
    display: block;
    width: 100%;
  }
  .homeblog_wrapper, .getintouch_wrapper {
    width: 100%;
  }
  .head_wrapper {  
    width: 98%;
  }
  .benefit_wrapper .right .left_side .block, .benefit_wrapper .right .right_side .block {  
    height: 360px;
}
}
@media only screen and (max-width: 1350px) {
.benefit_wrapper {
      width: 100%;
}
}
@media only screen and (max-width: 1280px) {
    header {        
        align-items: center; 
        padding: 8px 0;     
    }
    header.fix {     
      padding: 8px 0;     
  }
    .menu-btn {
      display: inline-block;
      
  }
  .logo {
    display: inline-block;
    width: 164px;
}
 header.fix .logo {
    width: 164px;   
 }
    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: #fff;
      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_menu .menu-list li a, .header_wrapper .menu .menu-list li a {
        color: #000;
        line-height: 74px;
        font-size: 35px;
    }
    .appointment .btn {   
    font-size: 35px;   
    height: 55px;
}
    .header_contact .fa-envelope-o:before {
        
        font-size: 28px;    
    } 
    .header_contact .fa-phone:before {
        
        font-size: 30px;    
    }
   
      .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;
    }    
 
  
  .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;
  }


.banner .banner-item .content h4 {
  font-size: clamp(18px, 2vw, 22px);
}


.appointment_mob {
  display: block;
  margin: 20px 0 0;
}
.abouttop_wrapper {  
    margin-bottom: 50px;
}

}
@media only screen and (max-width: 1250px) {
.homeabout_wrapper {
    width: 100%;
}
    .benefit_wrapper {
        width: 100%;
        justify-content: center;
    }
.benefit_wrapper .left {
    width: 100%;  
    display: block;
    text-align: center;
}
.benefit_wrapper .right {
    width: 100%;  
    display: block;
    margin: 0px 0 0;
}
 .benefit_wrapper .right .left_side .block, .benefit_wrapper .right .right_side .block {  
    height: 290px;
}
.benefit_wrapper .right .right_side {
    
    margin-left: 1%;
}
.homeabout_wrapper p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 0;
}
}
@media only screen and (max-width: 1150px) {
.homeabout_wrapper .content
 {
    width: 51%;
    display: inline-block;
}
.homeabout_wrapper .image {
    width: 44%;
    display: inline-block;
    margin-top: -4%;
}
.homeblog_wrapper .item{
  width:50%;
}
.homeblog_wrapper .item:nth-child(3){
  display: none;
}
 .blog_container .homeblog_wrapper .item:nth-child(3) {
        display: inline-block;
    }
.contactbottom_wrapper .top_wrapper .left_content {
    width: 100%;
    display:block;
    padding-right: 0;
    margin-bottom: 40px;
}
.contactbottom_wrapper .block:nth-of-type(2) {
    padding-left: 50px;
    padding-right: 0;
    border-right: 0;
    width: 50%;
}
.contactbottom_wrapper .block {
    width: 50%;
    display: inline-block;
    padding: 0 0px 0 50px;    
    margin-bottom: 40px;
}
.quote-popup-inner {
    width: 30%;
}
}
@media only screen and (max-width: 1050px) {
.banner_content {   
    top: 24%;
    width: 38%;    
}
.homeabout_container{
  padding: 50px 0 0;
}
.homeabout_wrapper{
  flex-wrap: wrap; 
}
.homeabout_wrapper .content{
  width:90%;
  margin: 0 auto;
}
.homeabout_wrapper .image{
  display: none;
}
.homeabout_wrapper .image.img_mob {
        width: 95%;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: -6%;
    }
  .homeservice_container {   
    padding: 80px 0 0;
}
.getintouch_wrapper { 
    padding: 40px 40px;
}
.getintouch_wrapper .left {
    width: 75%;
}
.getintouch_wrapper .content {
    display: inline-block;
    padding-left: 3%;
}
.adulttop_container, .childtop_container {   
    background-position: 80% top;
}
.whyvaccinate_wrapper{
  justify-content: center;
}
.whyvaccinate_wrapper .block {
    width: 33.333%;
    padding: 20px 20px;
    text-align: center;
}
.importants_wrapper .content_wrapper .content {
    padding: 0 0px 0px;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0px;
}
.importantprotection_wrapper {
    margin: 60px auto 0;
    width: 95%;
}
.head.head_between {
    text-align: center;
    display: inline-block;
    font-size: 25px;
}
.vision_wrapper .block {
    width: 100%;
    display: block;
    padding: 30px 0;
    border: none;
}
.contactbottom_wrapper .block {
        width: 100%;
        display: inline-block;
        padding: 0 0px 0 50px;
        margin-bottom: 40px;
    }
.contactbottom_wrapper .block:nth-of-type(3) {
    padding-left: 50px;
    border: none;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}
}
@media only screen and (max-width: 950px) {
  .benefit_wrapper .right{
    display: none;
  }
  .benefit_wrapper .right.right_mob{
    display: block;
    margin: 20px 0 0;
  }
   .benefit_wrapper .right.right_mob .item{
    padding: 10px 12px;
   }
  .benefit_wrapper .right.right_mob .left_side {
    width: 100%;
    display: block;
}
    .benefit_wrapper .right .left_side .block, .benefit_wrapper .right .right_side .block {
        height: 318px;
    }
.homeclients_wrapper .item{
  padding: 10px 30px;
}
footer .inline:nth-child(2), footer .inline:nth-child(3) {
    display: none;
}
.footer .footer-content h4{
  display: none;
}
.footer .footer-content .col-container {
   
    justify-content: center;
    text-align: center;
}
.footer .footer-content .footer-logo {
    width: 200px;
    margin: 0 auto;
}
.getintouch_wrapper .right {
    display: block;
    margin-left: auto;
    margin-top: 20px;
}
    .getintouch_wrapper .left {
        width: 100%;
    }
    .getintouch_wrapper {   
    flex-wrap: wrap;
}
.getintouch_container {   
    margin: -12% 0 0;   
}
.homeblog_container {   
    padding: 0 0 180px 0;
  }
.blog_container{
  padding: 0 0 60px 0;
}
.related_container {   
    padding: 0 0 60px;
}
.news_container {  
    margin: 95px 0 0;
}
.newsdetail_wrapper .left {
    width: 100%;
    display: block;
}
.newsdetail_wrapper .right {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.faq_container{
  margin: 30px 0 0;
}
.collapsible .collapse-head {
    display: inline-block;    
    color: #181818;
    font-family: 'centurygothicbold';
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1;
    text-transform: none;
    padding: 0 30px 0 0;
    margin: 0 0px 0 0;
    vertical-align: top;  
    justify-content: space-between;
}
.collapsible .collapse-head::after {
    content: "\002B";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 0;
    font-size: 25px;
    line-height: 25px;
    border: 2px solid #2189c9;
    width: 23px;
    background: #2189c9;
    height: 23px;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    font-family: 'centurygothicbold';
    font-weight: 700;   
    float: right;
    top: 15px;
    right: 18px;
    margin-left: 10px;
}
.abouttop_wrapper {  
    justify-content: center;  
    flex-direction: column-reverse; 
}
.abouttop_wrapper:nth-child(even) {
    flex-direction: column-reverse;
}
.abouttop_wrapper .content {
    width: 100%;
    display: block;
    margin: 10px 0;
}
.abouttop_wrapper .image {
    width: 100%;
    display: block;
    margin: 10px 0;
}
.contactaddress_area {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
}
.contactform_area {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.contactform_wrapper {
    width: 100%;
}
    .contactbottom_wrapper .block:nth-of-type(2) {
        padding-left: 50px;
        padding-right: 0;
        border-right: 0;
        width: 100%;
    }
    .quote-popup-inner {
        width: 35%;
    }
}
@media only screen and (max-width: 850px) {
  img.desktop_banner{
    display: none !important;
  }
  img.mobile_banner{
    display: block !important;
  }
  .banner_content {
        top: 14%;
        width: 80%;
        left:12%;
    }
  .banner .banner-item .content h3 {       
        margin: 12px 0px 0px -2%;
    }
.team_wrapper .block {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0;
}
.benefit_wrapper .right .left_side .block, .benefit_wrapper .right .right_side .block {
        height: 260px;
    }
}
@media only screen and (max-width:730px) {
.logo {
        display: inline-block;
        width: 115px;
    }
  .adulttop_container, .childtop_container {
        background-position: center top;
        padding: 50px 0;
    }
  .adulttop_wrapper .content {   
    width: 100%;
    display: block;
}
.whyvaccinate_wrapper .block {
        width: 50%;
        padding: 20px 10px;
        text-align: center;
    }
  .whyvaccinate_wrapper{
    padding: 20px;
  }
  .importants_wrapper .head {
    width: auto;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}
.importants_wrapper .head_wrapper {
  justify-content: center;
}
.importants_wrapper .content_wrapper {
    padding: 0 10px 0;
}
.importantprotection_wrapper {
        margin: 40px auto 0;
        width: 100%;
    }
  .contactbottom_wrapper {
    background: #2189c9;
    padding: 40px 30px 20px;
  }
  .contactbottom_wrapper .top_wrapper .left_content p {
    width: auto;
}
.quote-popup-inner {
    width: 50%;
}
}
@media only screen and (max-width: 650px) {
      .homeblog_wrapper .item {
        width: 100%;
    }
    .head_wrapper .btn{
      display: none;
    }
    .homeblog_wrapper .item:nth-child(2) {
        display: none;
    }
    .blog_container .homeblog_wrapper .item:nth-child(2) {
        display: block;
    }
    .btn.mobile_btn {
    display: inline-flex;
    margin-top: 30px;
}
    .header_menu .menu-list li a, .header_menu .menu-list li a, .header_wrapper .menu .menu-list li a {
        color: #000;
        line-height: 43px;
        font-size: 24px;
    }
        .appointment .btn {
        font-size: 22px;
        height: 40px;
    }
    .getintouch_container {   
    margin: -22% 0 0;
}
.blogdetail_image .tittle {  
    font-size: clamp(15px, 4vw, 18px);
}
.newsdetail_wrapper {  
    margin: 30px 0 0;
}
.quote-popup-inner {
    width: 90%;
}
}
@media only screen and (max-width: 510px) {
  .banner .banner-item .content h3 {
        margin: 8px 0px 0px -2%;
        font-size: 13px;
    }
        .banner .banner-item .content p {       
        font-size: 13px;
        line-height: 18px;
        margin: 8px 0 0;
    }
    .btn {
    height: 32px;   
    font-size: 13px;
    }
    .banner .btn{
      margin-top: 8px;
    }
     p {
  
    font-size: 15px;
    line-height: 23px;  
     }
    .benefit_wrapper .left .sub_tittle {   
    font-size: 16px;
    }
    .benefit_wrapper .right .block .tittle_wrapper .tittle {
 
    font-size: clamp(18px, 4vw, 22px);
    line-height: 1.2;
}
.benefit_wrapper .right .block .tittle_wrapper .icon {   
    padding-right: 14px;
    width: 30%;
}
.homeblog_wrapper .item .block .content .tittle {
   
    font-size: 16px;
    line-height: 20px;
}
.homeblog_wrapper .item .block .content .readmore {
    
    font-size: 14px;}

.homeblog_wrapper .item .block .content {
    width: 94%;
    padding: 15px;
}
.getintouch_wrapper {
        padding: 20px 10px;
    }
        .footer .footer-content .footer-logo {
        width: 132px;
        margin: 0 auto;
    }
    .footer .footer-content p {   
    font-size: 13px; 
    line-height: 16px;
    max-width: 100%;
}
.footer .footer-content {
    margin: 0px 0px 20px 0px;
  }
  .footer .copyright p {   
    font-size: 12px;    
    line-height: normal;
}
.getintouch_container {   
    margin: -38% 0 0;    
}
.banner .banner-item .content h2 {    
    font-size: clamp(22px, 4vw, 48px);
}
.whyvaccinate_wrapper .block {
        width: 100%;
        padding: 20px 5px;        
    }
    .importants_wrapper .head_wrapper {       
        flex-wrap: wrap;
    }
.importants_wrapper .content_wrapper .content ul li {   
    line-height: 22px;
    font-size: 14px;
}
.importants_wrapper {   
    padding: 12px;
}
.importantprotection_wrapper ul li {   
    line-height: 22px;
    font-size: 14px;  
    padding: 5px 8px;    
}
.contactform_form {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
    .contactbottom_wrapper .block:nth-of-type(2) {
        padding-left: 10px;
    }
      .contactbottom_wrapper .block:nth-of-type(3) {
        padding-left: 10px;
      }
      .contactbottom_wrapper .block {       
        padding: 0 0px 0 10px;
      }
  .benefit_wrapper .right .left_side .block, .benefit_wrapper .right .right_side .block {
        height: 330px;
    }
}

@media only screen and (max-width: 420px) {
  .logo {
        display: inline-block;
        width: 100px;
    }
        header.fix .logo {
        width: 100px;
    }
        .menu-btn .icon .bar {
        height: 4px;
    }
  .menu-btn {   
    width: 28px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 88%;
}
    .banner_content {
        top: 12%;
        width: 86%;
        left: 9%;
    }
    .banner .banner-item .content h3 {
        margin: 4px 0px 0px -2%;
        font-size: 10px;
        padding: 6px 8px;
    }
    .banner .banner-item .content h1 {
        font-size: clamp(25px, 6vw, 90px);
    }
        .banner .banner-item .content p {
        font-size: 11px;
        line-height: 15px;
        margin: 4px 0 0;
    }
    .banner .btn {
        margin-top: 6px;
        padding: 0 10px;
    }
        .btn {
        height: 24px;
        font-size: 10px;
         padding: 0 10px;
    }
    p {
  
    font-size: 14px;
    line-height: 22px;   
    padding: 12px 0 0;
}
.inner_banner {
    margin-top: 50px;
}
    .blog_container {
        padding: 0 0 40px 0;
        margin: 10px 0 0;
    }
  .news_container {
        margin: 60px 0 0;
    }
  .blogdetail_image .tittle {
        font-size: clamp(15px, 2vw, 18px);
        line-height: 1;
    }
  .blogdetail_image .date {    
    font-size: 14px;
  }
  .team_wrapper{
    width:100%;
  }
  .team_wrapper .block {
    width: 100%;
    padding: 0 0px;   
    margin: 10px 0;
}
    .benefit_wrapper .right .left_side .block, .benefit_wrapper .right .right_side .block {
        height: 400px;
    }
}