@charset "utf-8";

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
    font-display: swap;
}

.os-bold {
    font-family:'Open Sans', sans-serif !important;
    font-weight: 700 !important;
}
.os-semibold {
    font-family:'Open Sans', sans-serif !important;
    font-weight: 600 !important;
}
.os-regular {
    font-family:'Open Sans', sans-serif !important;
    font-weight: 400 !important;
}
.os-light {
    font-family:'Open Sans', sans-serif !important;
    font-weight: 300 !important;
}
body {
    font-family: OpenSans, sans-serif !important;}
h1,h2,h3,h4,h5,h6,p,li{font-family:OpenSans, sans-serif !important;}
@media (min-width: 1540px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px !important;
    }
}
@media (min-width:992px) and (max-width: 1400px) {
    .container-fluid {
       padding-left: 5% !important;
       padding-right: 5% !important;
    }
}
@media (max-width: 991px) {
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family:'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    /* padding-top: 122px !important; */
    color: #1D1E20;
}
@media (max-width: 1400px) {
    body {
        font-size: 15px !important;
    }
}
.body-content {
    margin-top: 100px;
}
@media (max-width: 991px) {
    .body-content {
        margin-top: 90px;
    }
}


.text-color1{color: #0A0A0A !important}
.text-color2{color: #1D1E20 !important}
.text-color3{color: #173458 !important}
.text-color4{color: #A1191E !important}
.text-color5{color: #474747 !important}
.text-color6{color: #2B2B2B !important}
.text-color7{color: #FDFDFD !important}

.bg-color1{background-color: #EAEFF7 !important;}
.bg-color2{background-color: #0177B5 !important;}
.bg-color3{background-color: #1DA1F3 !important;}
.bg-color4{background-color: #5C75B4 !important;}

ol, ul {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important
}

ul {
    list-style: none;

}
a {
    text-decoration: none !important;
    color: inherit !important;
}


.fs-13 {font-size: 13px !important}
.fs-14 {font-size: 14px !important}
.fs-15 {font-size: 15px !important}
.fs-16 {font-size: 16px !important}
.fs-17 {font-size: 17px !important}
.fs-18 {font-size: 18px !important}

.fs-15-r {font-size: 15px !important}
.fs-16-r {font-size: 16px !important}
.fs-17-r {font-size: 17px !important}
.fs-18-r {font-size: 17px !important}

@media (max-width:1400px) {
    .fs-16-r {font-size: 15px !important}
    .fs-17-r {font-size: 16px !important}
    .fs-18-r {font-size: 14px !important}
}
@media (max-width:576px) {
    .fs-15-r {font-size: 14px !important}
    .fs-16-r {font-size: 14px !important}
}


.btn-login{
    background: #173458 !important;
    color: #FFFFFF !important;
}
.btn-trail {
    background-color: #CA2026 !important;
    color: #FFFFFF !important;
}
.btn-trail:hover {
    background-color: #A1191E !important;
}
.lh-22 {
    line-height: 22px;
}

/* Header */
.header .nav-link {
    color: #646262 !important;
}
.navbar-light .navbar-toggler:focus {
    color: #afc7e475;
    border-color: #7eaadfd6;
}
.shadows {
    box-shadow: 0px 3px 6px #00000029 !important;
}


/* Footer */
.footer li, .footer li a {
    margin-top: 0.8rem;
    color: #0A0A0A;
}

/* Banner */
.banner-h1 {
    font-size: 40px;
/*    line-height: 60px;*/
    margin-bottom: 0;
}
.head-h2 {
    font-size: 34px;
}
@media ( max-width :1400px) {
    .banner-h1 {
        font-size: 2.5rem !important;
        line-height: 55px;
    }
    .head-h2 {
        font-size: 30px;
    }
}
@media ( max-width :991px) {
    .banner-h1 {
        font-size: 32px !important;
        line-height: 40px;
    }
    .head-h2 {
        font-size: 28px;
    }
}
@media ( max-width :576px) {
    .banner-h1 {
        font-size: 30px !important;
    }
    .head-h2 {
        font-size: 24px;
    }
}
.free-trial {
  /*width: 444px;
  height: 320px;*/
  width: 370px;
  height: 245px;
  background: #6a94c7;
  transform: skewY(5deg);
  position: absolute;
}
.free-trial1 {
/*  width: 444px;
  height: 320px;*/
  width: 370px;
  height: 245px;
  background: #2E68B1;
  transform: skewY(-5deg);
}
.text-direction{
    transform: skewY(5deg);padding-top: 25px;
}
.free-trial-text{
    color: #EAD63D;
}
.text-direction ul{
/*    padding-left: 20% !important;*/
padding-left: 55px !important;
}
.double-tick li {
    background: url(https://www.mysetaside.com/blog/wp-content/themes/elegante/images/double-tick-white.png) 0 5px no-repeat;
    padding: 0 0 6px 36px;
    list-style-type: none;
}

.btn-tab {
/*    min-width: 170px !important;*/
    white-space: nowrap !important;
    border: 1px solid #EBEBEB !important;
    border-radius: 5px !important;
    font-size: 15px;
  }
  .btn-tab:hover {
    box-shadow: 0px 6px 6px #C3D7EC !important;
  }
  .btn:focus {
    box-shadow: none !important;
  }
  .active-tab {
    background-color: #A1191E !important;
    color: #fff !important;
  }
  .scroll-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .scroll-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
  }
  .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .scroll-wrapper:active {
    cursor: grabbing;
  }
  .scroll-arrow {
    font-size: 48px;
    cursor: pointer;
    user-select: none;
    color: #55555540;
    margin-bottom: 11px;
  }
  .scroll-arrow:hover {
    color: #000;
  }

  .article-card {
    border-radius: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    overflow: hidden;
    background-color: #fff;
    color: #2B2B2B !important;
    height: auto;
  }
  
  .article-img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    object-position: left center;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  @media (min-width:576px) and (max-width:991px) {
    .article-img {
        height: 200px !important;
    }
  }
  @media (min-width:576px) and (max-width:767px) {
    .main-img {
        height: 250px !important;
    }
  }
  @media (max-width:575px) {
    .main-img {
        height: 100% !important;
    }
  }
  .main-img {
/*    width: 100%;
    height: 300px;*/
    object-fit: cover;
    object-position: center;
  }
   
  .post-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: left center;
  }

  .border-blue {
    border: 1px solid #2E68B1 !important;
  }
  
  .article-label {
    color: #2E68B1;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
  }
  .read-link {
    color: #0A0A0A !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }
  .read-link:hover {
    text-decoration: underline !important;
  }
 .card-title {
    font-size: 19px !important;
 }


 .search-bg {
    background: url(https://www.mysetaside.com/blog/wp-content/themes/elegante/images/msa-call.webp);
    border-radius: 20px !important;
 }

 html {
    scroll-behavior: smooth;
  }
  .toc a {
    text-decoration: none;
    color: #333;
  }
  .toc a:hover {
    text-decoration: underline;
  }
  .blog-content h2, .blog-content h3 {
    scroll-margin-top: 100px; /* ensures headings are not hidden under sticky nav */
  }
  .blog-details-img {
    height: auto !important;
    object-fit: cover;
    object-position: center;
  }

  .blog-content p {
    margin-bottom: 0 !important;
    margin-top: 0.8rem !important;
    line-height: 26px !important;
    font-size: 16px;
  }
  .blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
/*    font-weight: bold !important;*/
    color:#1e3350 !important;
    margin-top: 1.2rem !important;
    margin-bottom: 0.5rem !important;
    scroll-margin-top: 170px !important; 
  }
  .card-title{color:#1e3350 !important;}
  .blog-content h1 {
    font-size: 2.25rem;
  }
  .blog-content h2 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .blog-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .blog-content h4 {
    font-size: 1.35rem;
    font-weight: bold;
  }
  .blog-content h5 {
    font-size: 1.2rem;
    font-weight: bold;
  }

  @media (max-width:1400px) {
    .blog-content h1 {
        font-size: 2rem;
      }
      .blog-content h2 {
        font-size: 1.7rem;
      }
  }

  @media (min-width:577px) and (max-width:991px) {
    .blog-details-img {
        width: 700px;
      }
    .blog-content h1 {
        font-size: 1.9rem;
      }
      .blog-content h2 {
        font-size: 1.65rem;
      }
  }

  @media (max-width:576px) {
    .blog-content h1 {
        font-size: 1.7rem;
      }
      .blog-content h2 {
        font-size: 1.5rem;
      }
      .blog-content h3 {
        font-size: 1.4rem;
      }
      .blog-content h4 {
        font-size: 1.3rem;
      }
      .blog-content h5 {
        font-size: 1.2rem;
      }
  }

  .blog-content ul, ol{
    margin: 20px 0 0 30px !important;
    
  }
  .blog-content ul, .sticky-top ul {
   list-style-type: disc !important;
  }
  .blog-content ul li, .blog-content ol li{
    padding: 0 0 0.8rem 0 !important;
    font-size: 16px;
   }
   .sticky-top ul li, .sticky-top ol li{
    padding: 0 0 0.5rem 0 !important;
   }
  .blog-content table {
    border: 1px solid #ccc;
    margin-top: 23px;
}
   .toc-scroll {
    max-height: 390px !important;
    overflow-y: auto !important;
    padding-right: 6px !important; 
  }
  
 
  .toc-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .ad-banner {
    background: url(https://www.mysetaside.com/blog/wp-content/themes/elegante/images/side-banner-bg.webp);
    background-position: center;
  }
#ez-toc-container {
    display: none;
}
.single-post .entry-content #ez-toc-container {
    display: none;
}
.sidebar #ez-toc-container {
    display: block !important;
}
.sticky-top h3{color: #fff !important}
.elegante-widget{    box-shadow: 0 3px 6px #00000029 !important;
    margin-bottom: 24px !important;
    border-radius: 0px;padding: 1.5rem;}
 .ez-toc-title {
    font-size: 18px !important;
    font-weight: bold !important;
}
.ez-toc-widget-container ul.ez-toc-list li
 {
    height: auto !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.ez-toc-widget-container ul.ez-toc-list li a {
    font-size: 14px !important;
    padding: 6px 8px;
}
.sticky-top ul li, .sticky-top ol li{padding: 0px !important;}
.elegante-widget ul li, .elegante-widget ol li{margin-bottom: 0px !important;}
.ez-toc nav
 {
    position: sticky;
    top: 0;
    height: 294px;
    overflow-y: auto;
}
.ez-toc-widget-container h3 {
    font-size: 1.2rem;
    margin: 0 0 1.5rem 0;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
}
.elegante-widget ul, .elegante-widget ol{margin: 0px !important;}
.navbar .btn-login, .navbar .btn-trail{width: 137px;}
.elegante-post-content p a, .card-body a:hover{color: #2E68B1 !important;}
table td{font-size: 16px !important}
.wp-block-heading strong{font-weight: 700 !important;}
.wp-block-image{padding-top: 25px; padding-bottom: 20px;}
/*.blog-content{display: grid;
    grid-template-columns: 8fr 3fr;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 10px;}*/
@media (min-width: 1200px) {
/*    .sticky-top{height: 1000px;}*/
/* .toc {
      position: sticky;
      top: 20px;
      padding: 20px;
      height: 100vh; 
/*      overflow-y: auto;*/
/*margin-bottom: 150px;*/
  /*  }
    .elegante-post-content{height: fit-content;}*/*/
}
@media (max-width: 1024px) {
   /* .sidebar {
        order: 1;
        background-color: #fff;
        top: 90px !important;
        width: 100%;
        height: auto;
        z-index: 1;
    }
    .elegante-post-content {
        order: 2;
    }*/
        .ez-toc-toggle {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .ez-toc-widget-container .elegante-widget-title {
        display: none;
    }
}
/*@media only screen and (max-width: 1200px) {
    .blog-content {
        grid-template-columns: 1fr;
        margin: 3rem 0;
    }
} 
@media only screen and (min-width: 1200px) and (max-width: 1600px){ .toc {margin-bottom: 250px;}}*/
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}


