/*
Theme Name: CodexWorld Dev
Theme URI: https://www.codexworld.com
Description: WordPress theme by CodexWorld Dev Team
Author: CodexWorld Dev Team
Author URI: https://www.codexworld.com/about-us
Version: 1.2
Tags: blog, programming, tech, personal, responsive, bootstrap, custom_post_type
*/

/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}


@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Book.woff2') format('woff2'),
        url('fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Heavy.woff2') format('woff2'),
        url('fonts/FuturaPT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  
  
  
  
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
      ========================================================================== */
  /**
    * 1. Correct the line height in all browsers.
    * 2. Prevent adjustments of font size after orientation changes in iOS.
    */
  html {
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /* Sections
        ========================================================================== */
  /**
      * Remove the margin in all browsers.
      */
  body {
    margin: 0;
    font-size: 16px;
    font-family: 'Futura PT';
  }
  
  /**
      * Render the `main` element consistently in IE.
      */
  main {
    display: block;
  }
  
  /**
      * Correct the font size and margin on `headings` elements within `section` and
      * `article` contexts in Chrome, Firefox, and Safari.
      */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    margin: 0;
  }
  
  
  h4 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  /* Grouping content
        ========================================================================== */
  /**
      * 1. Add the correct box sizing in Firefox.
      * 2. Show the overflow in Edge and IE.
      */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  
  /**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /* Text-level semantics
        ========================================================================== */
  /**
      * Remove the gray background on active links in IE 10.
      */
  a {
    background-color: transparent;
    
    transition: color 0.3s ease;
    text-decoration: none;
    color: #2e3874;
  }
  
  a:hover {
    
    color: #222;
  }
  
  /**
      * 1. Remove the bottom border in Chrome 57-
      * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
      */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  
  /**
      * Add the correct font weight in Chrome, Edge, and Safari.
      */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /**
      * Add the correct font size in all browsers.
      */
  small {
    font-size: 80%;
  }
  
  /**
      * Prevent `sub` and `sup` elements from affecting the line height in
      * all browsers.
      */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
        ========================================================================== */
  /**
      * Remove the border on images inside links in IE 10.
      */
  img {
    border-style: none;
    max-width: 100%;
  }
  
  /* Forms
        ========================================================================== */
  /**
      * 1. Change the font styles in all browsers.
      * 2. Remove the margin in Firefox and Safari.
      */
  button,
  input,
  optgroup,
  select,
  textarea {
    outline: 0;
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  
  /**
      * Show the overflow in IE.
      * 1. Show the overflow in Edge.
      */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
      * Remove the inheritance of text transform in Edge, Firefox, and IE.
      * 1. Remove the inheritance of text transform in Firefox.
      */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
      * Correct the inability to style clickable types in iOS and Safari.
      */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  /**
      * Remove the inner border and padding in Firefox.
      */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
      * Restore the focus styles unset by the previous rule.
      */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
      * Correct the padding in Firefox.
      */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
      * 1. Correct the text wrapping in Edge and IE.
      * 2. Correct the color inheritance from `fieldset` elements in IE.
      * 3. Remove the padding so developers are not caught out when they zero out
      *    `fieldset` elements in all browsers.
      */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  
  /**
      * Add the correct vertical alignment in Chrome, Firefox, and Opera.
      */
  progress {
    vertical-align: baseline;
  }
  
  /**
      * Remove the default vertical scrollbar in IE 10+.
      */
  textarea {
    overflow: auto;
  }
  
  /**
      * 1. Add the correct box sizing in IE 10.
      * 2. Remove the padding in IE 10.
      */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
      * Correct the cursor style of increment and decrement buttons in Chrome.
      */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
      * 1. Correct the odd appearance in Chrome and Safari.
      * 2. Correct the outline style in Safari.
      */
  [type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /**
      * Remove the inner padding in Chrome and Safari on macOS.
      */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
      * 1. Correct the inability to style clickable types in iOS and Safari.
      * 2. Change font properties to `inherit` in Safari.
      */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  
  /* Interactive
        ========================================================================== */
  /*
      * Add the correct display in Edge, IE 10+, and Firefox.
      */
  details {
    display: block;
  }
  
  /*
      * Add the correct display in all browsers.
      */
  summary {
    display: list-item;
  }
  
  /* Misc
        ========================================================================== */
  /**
      * Add the correct display in IE 10+.
      */
  template {
    display: none;
  }
  
  /**
      * Add the correct display in IE 10.
      */
  [hidden] {
    display: none;
  }
  
  ul,
  li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  @media (min-width: 1200px){
    .container {
        max-width: 1440px;
    }
  }
  
  .section-heading {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .section-heading:after {
    content: '';
    height: 2px;
    width: 272px;
    background: #2e3874;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -136px; 
    z-index: 1;
  }
  
  
  .section-heading:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #dc3436;
    border: 2px solid #fff;
    position: absolute;
    bottom: -7.5px;
    left: 50%;
    margin-left: -7.5px; 
    border-radius: 50%;
    z-index: 2;
  }
  
  .btn:active, .btn:focus {
    box-shadow: none;
    outline: 0;
  }
  .btn:active:active, .btn:focus:active {
    box-shadow: none;
  }
  
  .btn {
    color: #fff;
    min-width: 154px;
    font-size: 16px;
    padding: 8px 20px;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Futura PT';
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  
  .btn-blue {
    background: #2e3874;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
  }
  
  .btn-blue:hover {
    background: #fff;
    color: #2e3874;
  }
  
  .btn-red {
    background: #dc3436;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
  }
  
  .btn-red:hover {
    background: #fff;
    color: #dc3436;
  }
  
  .btn-radius {
    border-radius: 30px;
  }
  
  .btn-ghost-red {
    background: transparent;
    text-transform: uppercase;
    color: #dc3436;
    border: 1px solid #dc3436;
    border-radius: 0;
    border-radius: 30px;
  }
  
  .btn-ghost-blue {
    background: transparent;
    text-transform: uppercase;
    color: #2e3874;
    border: 1px solid #2e3874;
    border-radius: 0;
    border-radius: 30px;
  }
  
  .btn-ghost-red:hover {
    background: #dc3436;
    color: #fff;
  }
  
  .btn-ghost-blue:hover {
    background: #dc3436;
    color: #fff;
    border-color: #dc3436;
  }
  
  .btn-ghost-white {
    background: transparent;
    text-transform: uppercase;
    color: #ffff;
    border: 1px solid #fff;
    border-radius: 0;
    border-radius: 30px;
  }
  
  .btn-ghost-white:hover {
    background: #fff;
    color: #dc3436;
  }
  
  .btn-lg {
    font-size: 20px;
    line-height: 26px;
    padding: 16px 40px;
  }
  
  .btn-sm {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 15px;
    letter-spacing: 0;
    min-width: 0;
  }
  
  
  .full-height-54 {
    line-height: 54px;
    padding: 0 25px;
  }
  
  .btn.btn-primary:hover {
    background: #fff;
    color: #2e3874;
  }
  
  .header-top {
    background: #2e3874;
    padding: 10px 0;
  }
  
  .top-links ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
  }
  
  .top-links ul li{
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
  }
  
  .top-links ul li:last-child{
    border: none;
  }
  
  .top-links ul li a{
    color: #fff;
  }
  
  .top-links ul li a i{
    margin-right: 3px;
  }
  
  .account-login {
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  
  .account-login li{
    margin-right: 15px;
  }
  
  .account-login li a{
    color: #fff;
  }
  
  .account-login li a i{
    margin-right: 3px;
  }
  
  .header-bottom {
    padding: 16px 0;
  }
  
  .menu-toogle {
    display: none;
  }
  
  .header-bottom .navbar-collapse {
    margin-left: auto;
    flex-grow: unset;
  }
  
  .menu-section .menu{
    display: flex;
    align-items: center;
  }
  
  .navbar-light .navbar-nav .nav-item,
  .menu-section .menu li {
    font-size: 20px;
    padding: 0 12px;
  }
  

  .navbar-light .navbar-nav .nav-item a,
  .menu-section .menu li a{
    color: #000;
    padding: 0;
  }
  
  .navbar-light .navbar-nav .nav-item:hover a, .navbar-light .navbar-nav .nav-item.active a,
  .menu-section .menu li:hover a, .menu-section .menu li.active a{
    color: #dc3436;
  }
  
  .navbar-light .navbar-nav .nav-item.search a,
  .menu-section .menu li.search a{
    color: #9c9c9c;
  }
  
  .quickLinks-wrapper {
    background: #2e3874;
  }
  
  .quick-links {
    display: flex;
    align-items: center;
  }
  
  .quick-links li{
    font-size: 18px;
    position: relative;
    padding: 0 15px;
  }
  
  .quick-links li:first-child{
    padding-left: 0;
  }
  
  .quick-links li a{
    color: #fff;
    display: block;
    line-height: 56px;
  }
  
  .overview-wrapper {
    background: #f2f2f2;
    padding-top: 20px;
  }
  
  .overview-wrapper .section-heading {
    text-align: left;
  }
  
  .overview-wrapper .section-heading::after{
   left: 0;
   margin-left: 0; 
  }
  
  .overview-wrapper .section-heading::before{
    left: 135px;
    margin-left: 0; 
  }
  
  .overview-wrapper p{
    color: #6a6a6a;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  
  .superior-wrapper {
    background-color: #2e3874;
    padding-top: 45px;
    color: #fff;
  }
  
  .waiting-section,
  .office-section,
  .member-wrapper,
  .medical-care-wrappper {
    padding: 85px 0;
  }
  
  .office-section.how-work-section {
    padding: 85px 0;
    background-color: #2e3874;
  }
  
  
  .office-section.how-work-section .office-list-inner{
    background-color: #fff;
    box-shadow: none;
  }
  
  .office-section.how-work-section  .section-heading {
    color: #fff;
  }
  
  .office-section.how-work-section .section-heading:after {
    background-color: #fff;
  }
  
  
  .why-join-section {
    padding: 85px 0;
    background: #F4F5F5;
  }
  
  .office-list-inner {
    padding: 30px;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 6px 1px #ddd;
    height: 100%;
  }
  
  .office-list-inner .img-section img {	
    height: 100%;	
  }	
  
  .office-list-inner .img-section{
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .office-list-inner .list-heading{
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 8px;
  }
  
  .office-list-inner p{
    font-size: 18px;
    color: #6a6a6a;
    line-height: 22px;
    margin-bottom: 25px;
  }
  
  .office-2-grid-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  
  .superior-wrapper p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  
  .office-2-grid-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .office-list-inner .office-2-grid-list .img-section{
    width: 230px;
    /* justify-content: flex-start;
    padding-left: 15px; */
  }
  
  
  .office-list-inner .office-2-grid-list .img-section img{
    max-width: 160px;
    height: auto;
  }
  
  .office-list-inner .office-2-grid-list .list-details{
    width: calc( 100% - 230px );
  }
  
  .medical-care-wrappper .item{
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 6px 1px #ddd;
  }
  
  .medicare-inner .medi-details {
    padding: 20px;
    position: relative;
  }
  
  .medicare-inner .medi-details {
    padding: 20px;
    position: relative;
  }
  
  .medi-details .medi-user {
    font-size: 20px;
    color: #dc3436;
    margin-bottom: 3px;
  }
  
  .medi-details .medi-heading {
    font-size: 24px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 8px;
  }
  
  .medi-details .medi-des {
    font-size: 18px;
    color: #6a6a6a;
    line-height: 22px;
    margin-bottom: 8px;
  }
  
  .medicare-inner .medi-details span.comm-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    display: flex;
    align-items: center;
    color: #aaa;
  }
  
  
  .medicare-inner .medi-details span.comm-icon i{
    margin-left: 5px;
  }
  
  .testimonial-wrappper .owl-dots,
  .medical-care-wrappper .owl-dots{
    text-align: center;
    margin-top: 50px;
  }
  
  .testimonial-wrappper .owl-dots button,
  .medical-care-wrappper .owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 4px;
  }
  
  .testimonial-wrappper .owl-dots button.active,
  .medical-care-wrappper .owl-dots button.active {
    background: #dc3436;
  }
  
  .video-wrapper {
    position: relative;
  }
  
  .video-wrapper:before {
    content: '';
    position: absolute;
    width: calc(50% + 100px);
    height: 100%;
    background: url(images/video-bg.jpg) no-repeat left center;
    background-size: cover;
    top: 0;
    left: 0;
  }
  
  .video-wrapper:after {
    content: '';
    position: absolute;
    width: calc(50% + 100px);
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
  }
  
  .benefits-wrapper {
    background: #efefef;
    padding: 25px;
    border-radius: 10px;
    margin: 0 0 25px;
    border: 1px solid #ddd;
    font-size: 18px;
  }
  
  .z-index-10 {
    z-index: 10;
  }
  
  .video-wrapper-inner {
    height: 570px;
  }
  
  .video-wrapper-inner > div:last-child{
    position: relative;
    height: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  
  .video-wrapper-inner > div:last-child::before{
    content: '';
    background: #2e3874;
    position: absolute;
    right: 0;
    width: calc(100% - 100px);
    top: 0;
    height: 100%;
  }
  
  
  /*.video-wrapper-inner > div:last-child::after{
    content: '';
    background: url(images/video-blue-bg.png) no-repeat left top;
    position: absolute;
    left: -96px;
    width: 200px;
    top: 0;
    height: 100%;
  }*/
  
  
  .video-details {
    padding-left: 200px;
    color: #fff;
    position: relative;
  }
  
  .video-details .video-heading {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .video-list {
    max-width: 420px;
  }
  
  .video-list > div{
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 30px;
    padding-left: 60px;
    background: url(images/play-btn.png) no-repeat left top;
    background-size: 42px auto;
  }
  
  .testimonial-wrappper {
    padding: 85px 0;
    background: url(images/testimonial-bg.png) no-repeat center center;
    background-size: cover;
    background-color: #f2f2f2;
  }
  
  .testi-inner {
    text-align: center;
    padding: 0px 320px;
  }
  
  .testi-desc {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  
  .testi-img  {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .testi-name {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
  }
  
  .owl-carousel .owl-item .testi-img img{
    max-width: 90px;
    height: auto;
    display: inline-block;
  }
  
  .footer-wrapper {
    color: #fff;
    background-color: #2e3874;
    font-size: 18px;
  }
  
  .footer-wrapper a:hover{
   text-decoration: underline;
   color: #dc3436;
  }
  
  .footer-wrapper a{
    color: #fff;
  }
  
  .addr-item {
    margin: 0 0 20px;
  }
  
  .addr-item span{
    display: inline-block;
    min-width: 35px;
  }
  
  .foot-heading {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  
  .foot-heading::before {
    content: '';
    height: 1px;
    width: 56px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .footer-wrapper .footer-top{
    padding: 75px 0;
  }
  
  .footer-links {
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer-links li{
    width: 100%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
  }
  
  .footer-links li:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #686d99;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
  }
  
  .footer-bottom {
    background-color: #dc3436;
    padding: 16px 0;
  }
  
  .no-border::before {
    display: none;
  }
  
  /* .banner-wrapper .bg-space{
    background: url(images/banner-left.jpg) no-repeat right center;
    background-size: auto 100%;
  } */
  
  .banner-wrapper .bg-space .img-wrapper {
    height: 100%;
    text-align: right;
  }
  
  .banner-wrapper .bg-space .img-wrapper img {
    height: 100%;
    width: auto;
  }
  
  .navbar-light .navbar-toggler {
    border: none;
  }
  
  .search-filter {
    background: #373e8a;
  }
  
  .sec-list {
    background: #fcfcfc;
    padding: 20px 30px;
    color: #666666;
    border-radius: 6px;
  }
  
  .sec-list .sec-heading {
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    color: #2e3874;
    margin: 0 0 10px;
  }
  
  .benefits-wrapper .benefit-heading {
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    color: #2e3874;
    margin: 0 0 10px;
  }
  
  .sec-list .sec-place {
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    color: #3c457e;
    margin: 0 0 5px;
  }
  
  .sec-list .sec-number a{
    font-weight: 600;
    color: #666666;
  }
  
  .sec-list .sec-buttons {
    margin: 0 0 15px;
    /*text-align: center;*/
  }
  
  .sec-list .sec-add {
    margin: 0 0 10px;
  }
  
  .sec-list .sec-ratings {
    display: flex;
  }
  
  .sec-list .ave-rating {
    color: #f1aa1d;
  }
  
  .sec-list .total-ratings {
    color: #666;
  }
  
  .rating-list {
    display: flex;
    align-items: center;
    color: #f1aa1d;
    margin: 0 10px;
  }
  
  .rating-list li {
    margin: 0 1px;
  }
  
  .search-box {
    background-color: #fcfcfc;
    padding: 40px 30px;
  }
  
  .search-heading {
    font-size: 24px;
    line-height: 36px;
    color: #2e3874;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .form-wrapper .form-control{
    border: 1px solid #cccccc;
    padding: 8px 15px;
    color: #333333;
  }
  
  .form-wrapper .form-row {
    margin-bottom: 25px;
  }
  
  .form-wrapper .form-row.form-checkbox {
    display: flex;
  }
  
  .form-wrapper .form-row.form-checkbox label{
    font-size: 18px;
    color: #2e3874;
    margin-right: 20px;
    line-height: 1;
  }
  
  .form-wrapper .form-row.form-checkbox-inner {
    display: flex;
  }
  
  .form-wrapper .form-row.form-checkbox-inner .form-control{
  }
  
  .form-wrapper .form-control::-webkit-input-placeholder { /* Edge */
    color: #333333;
  }
  
  .form-wrapper .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
  }
  
  .form-wrapper .form-control::placeholder {
    color: #333333;
  }
  
  .search-results {
    background-color: #f9f9f9;
  }
  
  .search-results-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0;
  }
  
  .search-right,
  .search-left {
    width: 310px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
  }
  
  .search-middle {
    width: calc(100% - 680px);
  }
  
  .search-quick-links {
    padding: 25px;
  }
  
  .search-quick-links > div:last-child {
    margin-bottom: 0;
    padding: 0;
  }
  
  .search-quick-links > div:last-child:after {
    display: none;
  }
  
  .search-quick-links .search-heading {
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .search-link-list {
    position: relative;
  }
  
  .search-link-list:after {
    content: '';
    height: 2px;
    width: calc( 100% + 50px );
    background: #dddddd;
    position: absolute;
    left: -25px;
    bottom: 0;
  }
  
  .search-link-list ul li a{
    display: block;
    color: #666666;
    line-height: 26px;
  }
  
  .search-link-list ul li a:hover {
    color: #dc3436;
    text-decoration: underline;
  }
  
  .search-link-list ul li a span{
    color: #2e3874;
  }
  .search-link-list ul li a:hover span{
    color: #dc3436;
  }
  .search-link-list {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  
  .search-result-top {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
  }
  
  .search-result-bottom {
    padding: 0 30px;
  }
  
  .search-img {
    width: 110px;
  }
  
  .search-img img{
    max-width: 95px;
    height: auto;
  }
  
  .search-result-add {
    width: 230px;
    margin-top: 32px;
  }
  
  .search-bottom-heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #2e3874;
  }
  
  .search-result-details .search-name {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
    color: #2e3874;
  }
  
  .search-result-details p {
    font-size: 14px;
    line-height: 20px;
  }
  
  .search-result-add .sec-ratings {
    display: flex;
  }
  
  .search-bottom-listing {
    display: flex;
    flex-wrap: wrap;
  }
  
  .search-bottom-listing .search-bottom-list{
    width: 50%;
    color: #666;
    margin-bottom: 25px;
  }
  
  .search-result-add .ave-rating {
    color: #f1aa1d;
  }
  
  .search-result-add .total-ratings {
    color: #666;
  }
  
  .search-result-add .sec-number a {
    font-weight: 600;
    color: #666666;
  }
  
  .search-result-add .sec-add {
    margin: 0 0 10px;
  }
  
  .search-result-add .sec-buttons {
    margin: 0 0 15px;
  }
  
  .rating-list {
    display: flex;
    align-items: center;
    color: #f1aa1d;
    margin: 0 10px;
  }
  
  .rating-list li {
    margin: 0 1px;
  }
  
  .search-result-details {
    width: calc(100% - 345px);
    padding-right: 25px;
  }
  
  .search-bottom-list .service-type{
    font-weight: bold;
    color: #2e3874;
  }
  
  .search-result-listing .search-result-list{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
  }
  
  .search-result-right .img-wrapper{
    margin-bottom: 30px;
  }
  
  .search-result-right .img-wrapper:last-child {
    margin: 0;
  }
  
  .form-checkbox-inner {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    width: 20px;
  }
  
  /* Hide the browser's default checkbox */
  .form-checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #2e3874;
  }
  
  /* On mouse-over, add a grey background color */
  .form-checkbox-inner:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .form-checkbox-inner input:checked ~ .checkmark {
    background-color: #2e3874;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .form-checkbox-inner input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .form-checkbox-inner .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .news-banner .top-news-detail {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #fff;
    max-width: 840px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .top-news-detail > .news-cate {
    background-color: #dc3436;
    display: inline-flex;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 50px;
  }
  
  .top-news-detail .news-heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    /*text-transform: uppercase;*/
    margin-top: 15px;
    padding: 0 25px;
  }
  
  .top-news-detail .news-info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .top-news-detail .news-info .news-cate,
  .top-news-detail .news-info .news-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }
  
  .top-news-detail .news-info .news-cate i,
  .top-news-detail .news-info .news-auth .auth-img{
    margin-right: 10px;
  }
  
  .news-banner .img-wrapper {
    position: relative;
  }
  
  .news-banner .img-wrapper img {
    width: 100%;
  }
  
  .news-banner .img-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .news-wrapper {
    padding: 100px 0;
  }
  
  .news-wrapper .section-heading {
    min-width: 380px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background-color: #2e3874;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    line-height: 56px;
    margin-bottom: 65px;
  }
  
  .news-wrapper .section-heading::after,
  .news-wrapper .section-heading::before {
    display: none;
  }
  
  .news-banner-right .top-news-detail .news-heading {
    font-size: 24px;
    line-height: 32px;
  }
  
  .news-wrapper .news-list .img-wrapper {
    position: relative;
  }
  
  .news-wrapper .news-list .news-details {
    padding: 20px;
  }
  
  .news-wrapper .news-list .news-details .news-hading{
    font-size: 24px;
    color: #2e3874;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .news-wrapper .news-list .img-wrapper span{
    background-color: #dc3436;
    display: inline-flex;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
  
  .news-wrapper .news-list .img-wrapper img{
    width: 100%;
  }
  
  .news-wrapper .news-list {
    border: 1px solid #cccccc;
    box-shadow: 0 0 13px 0 rgba(152, 152, 152, 0.3);
    margin-bottom: 30px;
  }
  
  .news-wrapper .news-list .news-details .news-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .news-wrapper .news-list .news-details .news-info .news-cate,
  .news-wrapper .news-list .news-details .news-info .news-auth {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .news-wrapper .news-list .news-details .news-info .news-auth {
    margin-bottom: 10px;
  }
  
  .news-wrapper .news-list .news-details .news-info .news-cate i,
  .news-wrapper .news-list .news-details .news-info .news-auth .auth-img{
    margin-right: 10px;
  }
  
  .news-wrapper .btn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .news-wrapper .btn-wrapper a{
    min-width: 300px;
  }
  
  .flexslider {
    border: none;
    margin: 0;
    height: 100%;
  }
  
  .flexslider .slides > li,
  .flexslider .slides {
    height: 100%;
  }
  
  .quick-links .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 111;
    background: #2e3874;
    width: 220px;
    border-radius: 0 0 4px 4px;
  }
  
  .quick-links .dropdown-menu li {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  
  .quick-links .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    transition: all 0.3s;
    color: #fff;
    line-height: 1.2;
  }
  
  .quick-links .dropdown-menu li:hover a {
    text-indent: 15px;
    color: #2e3874;
    background: #fff;
  }
  
  .quick-links>li:hover>a+.dropdown-menu {
    display: block;
  }
  
  .quick-menu-toogle {
    display: none;
  }
  
  .classified-fitler {
  
  }
  
  .advertise-wrapper {
    padding: 80px 0;
  }
  
  .advertise-wrapper .img-wrapper{
    margin: 0 0 60px;
  }
  
  .classified-list-wrapper {
    padding: 0 0 60px;
  }
  
  .classified-list .box-heading{
    background: #2e3874;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
  }
  
  .classified-list {
    box-shadow: 0 0 13px 0 rgba(152, 152, 152, 0.3);
    margin-top: 40px;
  }
  
  .classified-list .box-details {
    border: 1px solid #ccc;
    padding: 30px 25px 80px;
    position: relative;
  }
  
  .classified-list .offer-price {
    color: #000;
    display: flex;
      align-items: center;
      margin-bottom: 10px;
  }
  
  .classified-list .offer-price span {
    font-size: 22px;
    font-weight: bold;
    color: #dc3436;
    margin-left: 8px;
  }
  
  .btn-block {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 100%;
    padding-right: 25px;
  }
  
  .cate-news-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .cate-news-wrapper {
    background: #f6f6f6;
    padding: 30px 0;
  }
  
  .cate-news-left {
    width: calc(100% - 340px);
    padding-right: 40px;
  }
  
  .cate-news-right {
    width: 340px;
  }
  
  .cate-news-right .adv-section{
    margin-bottom: 30px;
  }
  
  
  #slider.flexslider {
    margin-bottom: 15px;
  }
  
  .side-news-list,
  .news-slider {
    padding: 15px;
    box-shadow: 0px 0px 5px 1px #eee;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 30px;
  }
  
  .side-news-list .side-list {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
  }
  
  .side-news-list .side-list:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  
  .side-news-list .side-list .img-wrapper{
    width: 120px;
  }
  
  .side-news-list .side-list .side-desc{
    width: calc(100% - 120px);
    line-height: 1.2;
    padding-left: 15px;
    font-size: 14px;
  }
  
  .thumb-heading {
    margin-top: 10px;
    font-weight: 600;
    color: #2e3874;
    
    font-size: 16px;
    line-height: 1;
  }
  
  .flexslider .slides > li {
    overflow: hidden;
    position: relative;
    font-size: 0;
  }
  
  .flexslider .slides > li .img-wrapper {
    width: calc(100% - 400px);
  }
  
  .flexslider .slides > li .silder-content {
    font-size: 16px;
    width: 400px;
    color: #fff;
    height: 100%;
    background: #666666;
    position: absolute;
    right: 0;
    padding: 30px;
    top: 0;
  }
  
  .silder-content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .silder-content .content-desc {
    margin-bottom: 10px;
  }
  
  .silder-content .share-info {
    display: flex;
  }
  
  .silder-content .comment-sec {
    margin-right: 10px;
  }
  
  .cate-news-listing .cate-list{
    display: flex;
    align-items: flex-start;
    padding: 15px;
    box-shadow: 0px 0px 5px 1px #eee;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    background: #fff;
  }
  
  .cate-news-listing .cate-list .img-wrapper{
    width: 360px;
  }
  
  .cate-news-listing .cate-list .cate-news-details{
    width: calc(100% - 360px);
    padding-left: 25px;
  }
  
  .cate-news-listing .cate-list .cate-news-tag {
    font-size: 16px;
    margin-bottom: 5px;
    color: #dc3436;
  }
  
  .cate-news-listing .cate-list h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2e3874;
    line-height: 26px;
    margin-bottom: 10px;
  }
  
  .cate-news-listing .cate-list p{
    color: #666;
    margin-bottom: 10px;
  }
  
  .cate-news-listing .cate-list p strong{
    font-weight: 600;
  }
  
  .cate-news-listing .cate-list .share-info {
    display: flex;
    color: #666;
    font-weight: 600;
  }
  
  .cate-news-listing .cate-list .comment-sec {
    margin-right: 20px;
  }
  
  .about-wrapper {
    padding-top: 40px;
    background: #f6f6f6;
  }
  
  .about-wrapper .cate-news-left {
    padding-right: 40px;
  }
  
  .about-content {
    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    margin-bottom: 30px;
  }
  
  .about-list {
    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    margin-bottom: 30px;
    display: flex;
  }
  
  .sidebar-box {
    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    margin-bottom: 30px;
  }
  
  .sidebar-box p {
    text-align: center;
  }
  
  .sidebar-box .search-heading{
    margin-bottom: 12px;
  }
  
  .sidebar-box .add-list {
    font-size: 18px; 
  }
  
  .sidebar-box .addr-item span {
    min-width: 25px;
  }
  
  .sidebar-box .addr-item span i{
    position: relative;
    top: 2px;
  }
  
  .sidebar-box .addr-item-heading {
    margin-top: 10px;
  }
  
  .about-list .img-wrapper {
    max-width: 120px;
    width: 100%;
    padding-right: 25px;
  }
  
  .adv-heading,
  .about-list .about-list-heading{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2e3874;
  }
  
  .about-wrapper .section-heading {
    min-width: 380px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background-color: #2e3874;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    line-height: 56px;
    margin-bottom: 30px;
  }
  
  .about-wrapper .section-heading:after,
  .about-wrapper .section-heading:before {
    display: none;
  }
  
  .event-list .search-result-add{
    margin: 0;
    width: 180px;
  }
  
  .event-list .search-result-details .search-name {
    line-height: 1.2;
    font-size: 20px;
      margin-bottom: 5px;
  }
  
  .event-list .search-result-details p {
    font-size: 18px;
  }
  
  .event-list .search-result-details {
    width: calc(100% - 370px);
    padding-right: 25px;
  }
  
  .event-list .search-img {
    width: 185px;
    padding-right: 20px;
  }
  
  .event-list .search-img img {
    max-width: 100%;
    height: auto;
  }
  
  .event-list .search-result-top {
    padding: 25px;
  }
  
  .sidebar-box .adv-img {
    margin-bottom: 15px;
    width: 100%;
  }
  
  .how-works-banner {
    overflow: hidden;
  }
  
  .how-works-banner .how-banner {
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  
  
  .how-works-banner .how-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);  
  }
  
  
  .how-works-banner .how-banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: flex-start;
  }
  
  .how-works-banner .how-banner img{
    width: 100%;
  }
  
  .banner-content h1 {
    font-weight: bold;
  }
  
  .banner-content p {
    font-size: 24px;
  }
  
  .how-work-section .img-section {
    height: 100px;
    font-size: 80px;
    color: #2e3874;
  }
  
  .how-work-section .office-list-inner .list-heading{
    color: #2e3874;
  }
  
  .why-join-section .about-list{
    margin: 0;
    box-shadow: none;
  }
  
  @media (max-width: 1599px){
    .top-news-detail .news-heading {
      font-size: 36px;
      line-height: 44px;
    }
  
    .news-banner-right .top-news-detail .news-heading {
      font-size: 20px;
      line-height: 28px;
    }
  }
  
  @media (max-width: 1399px){
    .top-news-detail .news-heading {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 10px;
    }
  
    .news-banner-right .top-news-detail .news-heading {
      font-size: 16px;
      line-height: 24px;
    }
  }
  
  
  @media (max-width: 1299px){
    .search-result-top {
      flex-wrap: wrap;
    }
  
    .search-result-details {
      width: calc(100% - 110px);
      padding-right: 0;
    }
  
    .search-result-add {
      width: 100%;
    }
  }
  
  @media (max-width: 1199px){
  
    .search-box {
      max-width: 480px;
      margin: 0 auto;
    }
  
    .search-results-inner {
      flex-direction: column;
      align-items: center;
      padding: 30px 0;
    }
  
    /* .top-news-detail .news-info {
      flex-direction: column;
    }
  
    
    .top-news-detail .news-heading {
      font-size: 24px;
      line-height: 30px;
    }
  
    .news-banner-right .top-news-detail .news-heading {
      font-size: 14px;
      line-height: 20px;
    } */
  
    .search-middle {
      width: 100%;
      margin: 30px 0 0;
    }
  
    .search-filter {
      padding: 30px 0;
    }
  
    .sec-list {
      max-width: 360px;
      margin: 0 auto 30px;
    }
  
    .video-wrapper-inner {
      height: 400px;
    }
  
    .testi-inner {
      padding: 0;
    }
  
    .video-details {
      padding-left: 100px;
    }
  
    .navbar-light .navbar-nav .nav-item, 
    .menu-section .menu li {
      font-size: 16px;
      padding: 0 10px;
    }
  
    .quick-links li {
      font-size: 14px;
    }
  
    .office-list-inner .office-2-grid-list .list-details,
    .office-list-inner .office-2-grid-list .img-section {
      width: 100%;
    }
  
    .office-2-grid-list {
      flex-direction: column;
    }
  
    .waiting-section,
    .member-wrapper,
    .why-join-section,
    .office-section.how-work-section,
    .news-wrapper,
    .footer-wrapper .footer-top,
    .testimonial-wrappper,
    .medical-care-wrappper, .office-section {
      padding: 50px 0;
    }
  
    .cate-news-inner {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .about-wrapper .cate-news-left,
    .cate-news-left {
      width: 100%;
      padding: 0;
    }
  }
  
  @media (max-width: 991px){
  
    .how-works-banner .how-banner {
      height: 300px;
    }
  
    .how-works-banner .how-banner img {
      width: 100%;
      object-fit: cover;
      height: 100%;
    }
  
    .event-list .search-result-top {
      flex-direction: column;
    }
  
    .event-list .search-img {
      padding: 0;
      margin-bottom: 15px;
      width: 100%;
    }
    .event-list .search-result-add {
      padding: 0;
      width: 100%;
    }
    .event-list .search-result-details {
      padding: 0;
      margin-bottom: 15px;
      width: 100%;
    }
  
    .quick-links {
      flex-direction: column;
      padding-left: 0;
      position: absolute;
      overflow: hidden;
      width: 0;
      z-index: 1111;
      background: #fff;
      right: 0;
      top: 62px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
  }
  
  .quick-links {
      margin-top: 0;
      position: static;
      display: none;
  }
  
  .quick-links.open {
      display: block;
      width: 100%;
  }
  
  .quick-links>li {
      width: 100%;
      font-size: 16px;
      padding: 0 15px;
  }
  
  .quick-menu-toogle {
      display: inline-block;
      font-size: 36px;
      color: #fff;
      position: relative;
      float: right;
      padding: .25rem .75rem;
  }
  
  .quick-links > li:first-child {
    padding: 0 15px;
  }
  
  .quick-links .dropdown-menu {
    display: block;
    background: none;
      border: none;
      width: 100%;
    position: static;
    padding: 0;
  }
  
  .quick-links .dropdown-menu li a {
    color: #666;
    padding: 8px 10px;
      text-transform: none;
  }
  
  .quick-menu-toogle i {
      color: #fff;
      position: relative;
      z-index: 111;
      font-size: 30px;
  }
  
  .quick-menu-toogle:hover i {
      color: #fff;
  }
  .quick-links>li>a {
      color: #333;
      line-height: 40px;
  }
  
    .bar-right {
      margin-top: 10px;
    }
  
    .footer-links {
      flex-direction: column;
    }
  
    .video-list > div {
      font-size: 18px;
      min-height: 50px;
      margin-bottom: 10px;
    }
  
    .footer-links li:before {
      display: none;
    }
  
    .footer-links li,
    .footer-links li.w-50 {
      width: auto !important;
      padding: 0;
    }
  
    .quick-links {
      justify-content: center;
    }
  
    .footer-wrapper .footer-top {
      text-align: center;
    }
  
    .foot-heading::before {
      left: 50%;
      margin-left: -28px;
    }
  
    .w-md-100 {
      width: 100%;
    }
  
    .header-bottom {
      padding: 0;
    }
    
    .navbar-light .navbar-nav .nav-item a, 
    .menu-section .menu li a {
      text-align: center;
      border-bottom: 1px solid #ddd;
    }
  
    .navbar-light .navbar-nav .nav-item, 
    .menu-section .menu li {
      padding: 5px 10px;
    }
  
    .section-heading {
      font-size: 30px;
    }
  
    .flexslider .slides > li .silder-content {
      position: static;
      padding: 15px;
      width: 100%;
    }
  
    .cate-news-listing .cate-list .img-wrapper,
    .flexslider .slides > li .img-wrapper {
      width: 100%;
    }
  
    .cate-news-listing .cate-list .cate-news-details {
      width: 100%;
      padding: 15px 0 0;
    }
  
    .silder-content h3 {
      font-size: 20px;
    }
  
    .cate-news-listing .cate-list {
      flex-direction: column;
    }
  
  }
  
  
  @media (max-width: 767px){
  
    .banner-content h1 {
      font-size: 24px;
    }
  
    .about-list {
      flex-direction: column;
    }
  
    .about-list .img-wrapper {
      padding-right: 0;
      margin-bottom: 20px;
    }
  
    .banner-content p {
      font-size: 16px;
  }
    
  .waiting-section,
    .member-wrapper,
    .why-join-section,
    .office-section.how-work-section,
    .news-wrapper,
    .footer-wrapper .footer-top,
    .testimonial-wrappper,
    .medical-care-wrappper, .office-section {
      padding: 30px 0;
    } 
  
    .news-wrapper .section-heading {
      margin-bottom: 30px;
      font-size: 20px;
      line-height: 36px;
      min-width: 0;
      padding: 0 30px;
    }
  
    .top-news-detail .news-heading {
      font-size: 16px;
      line-height: 24px;
    }
  
    .news-banner {
      max-width: 480px;
      margin: 0 auto;
      padding: 30px 0;
    }
  
    .search-result-add {
      margin-top: 0;
    }
  
    .search-result-bottom {
      padding: 0 15px;
    }
  
    .quick-links li:first-child,
    .quick-links li {
      padding: 0 10px;
    }
  
    .footer-bottom img{
      margin-bottom: 10px;
    }
  
    .video-wrapper-inner {
      height: auto;
      padding: 30px 0;
    }
  
    .video-wrapper:before {
      display: none;
    }
  
    .video-wrapper:after {
      width: 100%;
    }
  
    .video-wrapper {
      background: #2e3874;
    }
  
    .video-details .video-heading {
      text-align: center;
    }
  
    .video-wrapper img {
      margin-bottom: 15px;
    }
  
    .video-details {
      padding: 0;
    }
  
    .video-wrapper-inner > div:last-child {
      align-items: center;
    }
  
    .video-wrapper-inner > div:last-child::before,
    .video-wrapper-inner > div:last-child::after {
      display: none;
    }
  
    .superior-wrapper .img-wrapper img,
    .overview-wrapper .img-wrapper img{
      max-width: 200px;
      margin-bottom: 20px;
    }
  
    .overview-wrapper {
      padding: 30px 0;
    }
  
    .quick-links li a {
      line-height: 40px;
    }
  
    .quick-links {
      flex-direction: column;
    } 
    
    .top-links ul {
      flex-direction: column;
    }
  
    .account-login li {
      margin: 0 5px;
    }
  
    .top-links ul li {
      margin: 10px 0 0;
      padding: 0;
      border: none;
    }
  
    
    .top-links ul li:first-child {
      margin: 0;
    }
  }
  
  @media (max-width: 479px){
    .search-left, .header-featured-sec{
      display: none;
    }
    .search-img {
      margin-bottom: 15px;
    }
    .cate-news-right,
    .search-result-details,
    .search-bottom-listing .search-bottom-list {
      width: 100%;
    }
    .search-box,
    .sec-list {
      padding: 15px;
    }

    .top-slider-sec{
      display: none;
    }
  
    .quickLinks-wrapper.head-top-sec{
      display: none;
    }
  
    .search-result-right{
      display: block !important;
      text-align: center !important;
    }
  }


.rating-box {
  position: relative;
  vertical-align: middle;
  font-size: 1em; /* comment/edit this to change size */
  font-family: FontAwesome;
  /*display: inline-block;*/

  display: flex;
  align-items: center;
  color: #f1aa1d;
  margin: 0 10px;
}

.rating-box:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f005 \f005 \f005 \f005 \f005";
}

.rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #F1AA1D;
}

.rating-box .rating:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005 \f005 \f005 \f005 \f005";
}

.dnone{
  display: none;
}

#radius_range{
  float: left;
    width: 90%;
}
.range_sec output{
  float: right;
  margin-top: -2px;
}


.btn-red.cust{
  text-transform: capitalize;
    font-size: 16px;
    min-width: auto;
    line-height: 20px;
    padding: 6px 12px;
}

.quickLinks-wrapper .btn.btn-blue{
  background-color: #dc3436;
}
.quickLinks-wrapper .btn.btn-blue:hover{
  background-color: #ffffff;
  color: #2e3874;
}