html,
body {
  height: 100%;
}

body {
  margin-top: 50px;
  padding: 0px;
  background: #c5cbe3;
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #737373;
}

@media (max-width: 768px) {
body {
  margin-top: 20px;
}
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #555555;
}

h1.title {
  font-weight: 900;
  font-size: 2em;
  color: #555555;
}

li {
  display: flex;
}

p,
ol,
ul {
  margin-top: 0px;
}

p {
  line-height: 180%;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  margin: 0px auto;
}

hr {
  display: none;
}

cloudflare-app.fb-like.fb_iframe_widget {
	position: fixed;
	bottom: 48px;
}

/**---------------------- WRAPPER ------------------------- */

#wrapper {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.container {
  width: 1366px;
  margin: 0px auto;
}

@media (max-width: 1368px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 800px;
  }
}

@media (max-width: 800px) {
  .container {
    width: 600px;
  }
}

@media (max-width: 600px) {
  .container {
    width: 355px;
  }
  #wrapper {
    overflow: visible;
  }
}

.clearfix {
  clear: both;
}

/**------------------------ HEADER ---------------------- */

#header {
  overflow: hidden;
  width: 1200px;
  padding: 0px 40px;
  min-height: 100px;
}

@media (max-width: 1368px) {
  #header {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  #header {
    width: 800px;
  }
}

@media (max-width: 800px) {
  #header {
    width: 600px;
    min-height: 200px;
  }
}

@media (max-width: 600px) {
  #header {
    width: 355px;
    padding: 0;
    min-height: 144.4px;
  }
}

/**----------------------- SCROLL --------------------------- */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
  border-radius: 2.5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6b727b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4056a1;
}

/**----------------------- LOGO --------------------------- */

#logo {
  float: left;
  /* width: 200px; */
  height: 100px;
}

#foreach-logo {
  filter: opacity(0.7) drop-shadow(2px 4px 6px #555);
  margin-top: 20px;
}
@media (max-width: 600px) {
  #foreach-logo {
    width: 200px;
    margin-top: 0;
  }
}


#logo h1 a {
  line-height: 100px;
  text-decoration: none;
  font-size: 2em;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 600px) {
  #logo h1 a {
    line-height: normal;
  }
  #logo {
    height: auto;
  }
}

/**------------------------ MENU ------------------------------ */

#menu {
  float: right;
  width: 500px;
  height: 80px;
  margin-top: 20px;
  background: #4056a1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  #menu {
    width: 100%; 
  }
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: normal;
  text-align: center;
}

#menu li {
  display: inline-block;
  padding: 0px 15px;
}

#menu a {
  display: block;
  line-height: 80px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  color: #ffffff;
}

#menu a:hover {
  text-decoration: underline;
}

/**------------------------ SIDE NAV MENU ------------------------------ */

.side-nav-menu-toggle {
  color: white;
  cursor: pointer;
  font-size: 55px !important;
  position: fixed;
  right: 2.5%;
  background: #4056a1;
  top: 85%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 7.5px 5px;
  z-index: 100000000000000000;
}
.side-nav-menu-toggle:hover {
  background: #253568;
}

@media (max-width: 600px) {
  .side-nav-menu-toggle {
    left: unset;
    right: 2.5%;
    top: 85%;
    height: 40px;
    width: 40px;
  }
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

.side-nav-menu {
  display: none;
  position: fixed;
  height: 100%;
  width: 400px;
  background: #fff;
  box-shadow: -5px 5px 15px 5px grey;
  top: 0;
  right: 0;
  -webkit-animation: fadeIn 0.7s;
  animation: fadeIn 0.7s;
  z-index: 1000000000000000000;
}

#foreach-logo-sb {
  filter: opacity(0.7) drop-shadow(2px 4px 6px #555);
  width: 180px;
  margin-right: 20px;
}
.ul-side-nav-menu {
  max-height: 80%;
  overflow-y: auto;
}

.ul-side-nav-menu > li > h3 {
  font-weight: normal;
}

.ul-side-nav-menu > li > ul > li > h4 {
  font-weight: normal;
}

.ul-side-nav-menu > li {
  display: list-item;
}

.ul-side-nav-menu > li > h3 {
  background: #4056a1;
  padding: 8px;
  margin-bottom: 6px;
}
.ul-side-nav-menu > li > h3 > a {
  color: #fff !important;
  padding-right: 5%;
}

.close-side-nav-menu {
  font-size: 40px;
  color: #4056a1;
  cursor: pointer;
}

.close-side-nav-menu.btm {
  position: absolute;
  bottom: 0;
}

.side-nav-menu > ul {
  padding-inline-start: 5%;
  padding-inline-end: 5%;
}

.side-nav-menu > ul > li > ul {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.side-nav-menu > ul, .side-nav-menu > ul > li > ul > li {
  display: list-item;
  list-style: none;
  padding: 4px;
}
.side-nav-menu > ul > li > ul > li:nth-child(even) {
  background: #c5cbe366;
}
@media (max-width: 600px) {
  .side-nav-menu-toggle {
    left: unset;
    right: 2.5%;
    top: 82.5%;
    height: 40px;
    width: 40px;
  }
  .side-nav-menu {
    width: 250px;
  }
  .ul-side-nav-menu {
    max-height: 70%;
  }
  .close-side-nav-menu.btm {
    bottom: 8%;
  }
  .lang-side-nav-menu {
    bottom: 15% !important;
    left: 30% !important;
  }
}

/**------------------------- PAGE ---------------------------------- */

#page {
  overflow: hidden;
  padding: 50px 40px;
  display: flex;
}

#page h2 {
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  #page {
    padding: 10px;
    flex-direction: column;
    overflow: visible;
  }
}

/**----------------------  CONTENT ------------------------- */

#content {
  float: left;
  width: 70%;
  min-width: 70%;
}

#content > .cont-728x90 > .ad-cont {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  #content {
    width: 100%;
  }
}

/**----------------------  BREADCRUMBS SECTION  ------------------------- */
#breadcrumbs {
  margin-bottom: 16px;
}

/**----------------------  ARTICLE SECTION  ------------------------- */
sup {
  line-height: 0;
}
.desc-1 > h3, .desc-2 > h3 {
  margin-bottom: 16px;
}
.desc-1 > h4, .desc-2 > h4 {
  margin-bottom: 8px;
}
.desc-2 {
  margin-top: 36px;
}
.cont-hmn {
  display: flex;
  flex-wrap: wrap;
}
.cont-hmn > .hmn {
  width: 47%;
  margin-bottom: 20px;
  border: 1px solid #6b727b;
  border-radius: 2px;
}
.hmn:nth-child(odd) {
  margin-right: 16px;
}
@media (max-width: 600px) {
  .cont-hmn > .hmn {
    width: 45%;
  }
}
.answer, .que {
  padding: 8px;
}
.que {
  background: #00887a;
}
.que > a {
  color: #fff;
  text-decoration: none;
}
.que > a:hover {
  text-decoration: underline;
}
.que > a > p, .answer > p {
  margin-bottom: 8px;
  line-height: 1.28;
}
.how-section {
  margin-top: 32px;
}
.how-section > h3 {
  margin-bottom: 16px;
}
.how-section > h4 {
  margin-top: 32px;
  margin-bottom: 8px;
}
.how-section > .table-ssec > .table-1 > h4, .how-section > .table-ssec > .table-2 > h4 {
  margin-bottom: 8px;
}
.desc-1 > h4, .desc-2 > h4 {
  margin-bottom: 8px;
}
#article > .how-section > .table-ssec {
  display: flex;
}
#article > .how-section > .table-ssec > div {
  width: 45%;
}
#article > .how-section > .table-ssec > div:nth-child(odd) {
  margin-right: 40px;
}
#article > .how-section > .table-ssec > div > table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
#article> .how-section > .table-ssec > div > table > tbody > tr > td {
  min-width: 100px;
  border: 1px solid #555;
  padding: 4px 8px;
}
#article> .how-section > .table-ssec > div > table > tbody > tr:nth-child(even) {
  background: #c5cbe366;
}
#article > .how-section > .table-ssec > div > table > tbody > tr > th {
  min-width: 100px;
  border: 1px solid #555;
  text-transform: capitalize;
  padding: 4px 8px;
  background: #00887a;
  color: #fff;
}
.lv1 > h3 > a {
  color: #555;
}
.lv1 > .lv2 > h4 > a {
  color: #555;
}
.lv1 > h3 {
  margin: 12px auto;
}
.lv1 > .lv2 > h4 {
  margin: 12px auto;
}
.lv1 > .lv2 > .lv3 > h4 {
  margin: 8px auto;
}
#steps {
  padding-inline-start: 0px;
}

#steps > li.step {
  display: list-item;
  line-height: 180%;
  list-style: none;
  background: #808080;
  color: #fff;
  border-bottom: 16px solid white;
  text-align: center;
  padding: 20px;
}
#steps > li.step:last-child {
  border-bottom: none;
}
#steps > li.step::marker {
  width: 40px;
}

#steps > li.step > div {
  font-weight: bold;
  padding: 12px;
  background: #fff;
}
@media (max-width: 900px) {
  #steps > li.step > div > img {
    width: 300px;
  }
}

@media (max-width: 768px) {
  #steps > li.step > div > img {
    width: 270px;
  }
  #article > .how-section > .table-ssec {
    flex-direction: column;
  }
  #article > .how-section > .table-ssec > div {
    width: 100%;
  }
  #article > .how-section > .table-ssec > div:nth-child(odd) {
    margin-right: 0px;
  }
  #steps > li.step {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/**----------------------  SIDEBAR ------------------------- */

#sidebar {
  float: right;
  padding-left: 20px;
}

#sidebar > .ad-cont > .adsbygoogle {
  max-width: 100%;
  min-height: 290px;
  margin-bottom: 40px;
}

#sidebar > ul {
  padding-inline-start: 0;
  max-height: 600px;
  overflow-y: auto;
}

#sidebar > ul > li {
  margin-bottom: 8px;
  padding: 2px 0px;
  padding-right: 40px;
}

#sidebar > ul > li:nth-child(even) {
  background: #c5cbe366;
}

#sidebar #sbox1 {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  #sidebar {
    float: right;
    padding-left: 0px;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
  }
  #sidebar > ul {
    width: 85%;
  }
}

/* ---------------------- Footer ------------------------- */

#footer {
  overflow: hidden;
  padding: 30px 0px;
  color: white;
}

#footer p {
  text-align: center;
}

#footer a {
  color: #555;
}

.image-style img {
  margin-bottom: 2em;
  border-radius: 30px;
}
/* -----------------------------------------Success Copy -------------------------------- */
.success-copy {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  background: #00887a;
  color: white;
}

/* -----------------------------------------Typography -------------------------------- */

  @media (max-width: 1920px) {
    h1 {
      font-size: 25px !important;
      font-weight: bold;
      margin: unset;
      line-height: 1.2;
    }
  }
  @media (max-width: 1440px) {
    h1 {
      font-size: 25px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 1366px) {
    h1 {
      font-size: 25px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 1024px) {
    h1 {
      font-size: 20px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 768px) {
    h1 {
      font-size: 18px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 480px) {
    h1 {
      font-size: 17px !important;
      font-weight: bold;
      margin: unset;
    }
  }

  @media (max-width: 1920px) {
    h2 {
      font-size: 23px !important;
      font-weight: bold;
      margin: unset;
    }
    }
    @media (max-width: 1440px) {
      h2 {
        font-size: 21px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 1366px) {
      h2 {
        font-size: 20px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 1024px) {
      h2 {
        font-size: 18px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 768px) {
      h2 {
        font-size: 17px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 480px) {
      h2 {
        font-size: 16px !important;
        font-weight: bold;
        margin: unset;
      }
    }

    @media (max-width: 1920px) {
      h3{
        font-size: 19px !important;
        font-weight: bold;
        margin: unset;
      }
    }

  @media (max-width: 1440px) {
    h3{
      font-size: 18px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 1366px) {
    h3{
      font-size: 18px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 1024px) {
    h3{
      font-size: 17px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 768px) {
    h3{
      font-size: 16px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 480px) {
    h3{
      font-size: 15px !important;
      font-weight: bold;
      margin: unset;
    }
  }

  @media (max-width: 1920px) {
    h4 {
      font-size: 17px !important;
      font-weight: bold;
      margin: unset;
    }
    }
    @media (max-width: 1440px) {
      h4 {
        font-size: 16px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 1366px) {
      h4 {
        font-size: 15px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 1024px) {
      h4 {
        font-size: 14px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 768px) {
      h4 {
        font-size: 14px !important;
        font-weight: bold;
        margin: unset;
      }
    }
    @media (max-width: 480px) {
      h4 {
        font-size: 13px !important;
        margin: unset;
        line-height: 1.3;
      }
    }

    @media (max-width: 1920px) {
      h5{
        font-size: 14px !important;
        font-weight: bold;
        margin: unset;
      }
  }
  @media (max-width: 1440px) {
    h5{
      font-size: 13px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 1366px) {
    h5{
      font-size: 12px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 1024px) {
    h5{
      font-size: 11px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 768px) {
    h5{
      font-size: 12px !important;
      font-weight: bold;
      margin: unset;
    }
  }
  @media (max-width: 480px) {
    h5{
      font-size: 9.5px !important;
      margin: unset;
    }
    }
  @media (max-width: 1920px) {
    p, li, span, textarea, .batch-convert-toggle, .batch-convert-toggler {
      font-size: 15px !important;
    }
  }
  @media (max-width: 1440px) {
    p, li, span, textarea, .batch-convert-toggle, .batch-convert-toggler {
      font-size: 14px !important;
    }
  }
  @media (max-width: 1366px) {
    p, li, span, textarea, .batch-convert-toggle, .batch-convert-toggler {
      font-size: 14px !important;
    }
  }
  @media (max-width: 1024px) {
    p, li, span, textarea, .batch-convert-toggle, .batch-convert-toggler {
      font-size: 13px !important;
    }
  }
  @media (max-width: 768px) {
    p, li, span, textarea, .batch-convert-toggle, .batch-convert-toggler {
      font-size: 12px !important;
    }
  }
  @media (max-width: 480px) {
    p, li, span, textarea, .batch-convert-toggle, .batch-convert-toggler {
      font-size: 12px !important;
    }
  }

  textarea {
    font-family: "Open Sans", sans-serif;
  }
  #mymusicad {
    transition: all 0.5s ease-in-out;
    background-color: #282828;
  }
  #mymusicad:hover {
    transform: scale(1.03,1.03);
    background-color: #222;
    /* transition: scale 3s ease-in-out; */
  }
  .listen-others:hover {
    text-decoration: underline;
  }