body {
    font-family: 'Rubik', sans-serif;
    background-color: #ffffff;
    position: relative;
    color: black;
}
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
    color: #242424;
    font-weight: 500;
    font-size:18px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Rubik', sans-serif;
}
    a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
    a:hover {
        color: #ff5a00!important;
    }
.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  position: relative; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 1rem!important;
      padding-bottom: 5rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1rem; }
    .site-navbar .site-logo a {
        text-transform: uppercase;
        color: #000;
        font-family: 'Rubik', sans-serif;
    }
    @media (max-width: 991.98px) {
            .site-navbar .site-logo {
                float: left;
                position: relative;
            }
        }

        .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: rgba(0, 0, 0, 0.7) !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000 !important; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #000 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\e313";
            font-size: 16px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'Rubik', sans-serif;
        }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #ff5d00;
        }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: 'Rubik', sans-serif;
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(0, 0, 0, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }


.w-120 {
    width: 120px;
}

.icon-menu:before {
    content: "\e5d2";
    color: #ff5d00;
    font-size: 50px!important;
}

.head-fnt {
    font-size: 3.75rem;
    line-height: 4.375rem;
    color:black;
}

.btn-main {
    background: #ff5d00;
    color: white;
    padding: 20px 30px;
    border-radius: 20px 0px 20px 0px;
    font-size: 20px;
    line-height: 1.2;
}


    .btn-main:hover {
        border: 1px solid #ff5d00;
        background: transparent;
        color: #ff5d00;
        padding: 20px 30px;
        border-radius: 20px 0px 20px 0px;
        font-size: 20px;
        line-height: 1.2;
    }



.center-boxb {
    background: #ffffff;
    padding: 80px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 11%);
    margin-bottom: 15px;
}

.center-box {
    background: #ffffff;
    padding: 30px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 11%);
    margin-bottom: 15px;
}


    .center-box h4 {
        font-size: 24px;
        color: black;
        font-weight: 700;
        line-height: 1.25;
    }
    .center-box p {
        color: black;
        font-size: 20px;
        font-weight:500;
        line-height: 1.875rem;
    }



.center-box2 {
    background: #f3f4f2;
    padding: 100px;
    padding-right: 50px;
    padding-left: 50px;
    height: 480px;
}


    .center-box2 h4 {
        font-size: 24px;
        color: black;
        font-weight: 700;
        line-height: 1.25;
    }

    .center-box2 p {
        color: black;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.875rem;
    }

.mar-top {
    margin-top: 60px !important;
}

.ser-btn {
    background: #4eb848;
    padding: 13px 20px;
    color: white;
    line-height: 1.2;
    border-radius: 15px 0px 15px 0px;
    font-size:22px;
}

.ser-btn2 {
    border: 1px solid #ff5d00;
    padding: 13px 20px;
    color: white;
    line-height: 1.2;
    border-radius: 15px 0px 15px 0px;
}


.ser-btn:hover {
    border: 1px solid #4eb848;
    padding: 13px 20px;
    color: #ff5d00!important;
    line-height: 1.2;
    background: transparent;
    border-radius: 15px 0px 15px 0px;
}



.ser-btn2:hover {
    background: #ff5d00;
    padding: 13px 20px;
    color: #ffffff;
    line-height: 1.2;
    border-radius: 15px 0px 15px 0px;
}

.bg-gray{
    background:#f3f4f2;
}



.site-footer {
           background-color: #e9e9e9;
    padding: 15px 0 10px;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:9999;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px;
        font-weight: 600;
    }

    .site-footer a {
        color: #000000;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #000000;
        line-height: 1.9;
        font-size: 18px;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        /*background-color: #33353d*/
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        /*margin-bottom: 30px*/
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        /*background-color: #eceeef;*/
        color: #ffffff;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            /*background-color: #29aafe*/
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.footer-i {
    color: #ff5d00!important;
    font-size: 16px;
    font-weight: 600;
}

.footer-icon {
    color: #ff5d00 !important;
}




/*    Intro Page css      */

.slider {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.slider-content {
    position: relative;
    width: 100%;
}

.slider-content-wrapper {
    display: flex;
    height: 300px;
    transition: transform 0.5s ease-in-out;
}


.slider-content__item {
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 100px;
    color: rgba(0,0,0,0.2);
    display: block;
    align-items: center;
    justify-content: center;
}

/*.image-1 {
    background-color: #963484;
}

.image-2 {
    background-color: #3066BE;
}

.image-3 {
    background-color: #60AFFF;
}

.image-4 {
    background-color: #28C2FF;
}

.image-5 {
    background-color: #2AF5FF;
}

.image-6 {
    background-color: navy;
}*/



.slider-controls {
    padding: 20px;
    text-align: center;
}

.slider-content__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*transform: translateY(-50%);*/
    /*padding:0 15px;*/
}


.prev-arrow, .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(0,0,0, 0.3);
    width: 20px;
    transition: all 0.3s;
}

.prev-arrow {
    left: 20px;
}

.next-arrow {
    right: 20px;
}

    .prev-arrow:hover,
    .next-arrow:hover {
        cursor: pointer;
        color: rgba(0,0,0, 0.7);
    }


.dots {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}

.dot {
    cursor: pointer;
    width: 16px;
    height: 8px;
    margin-right: 4px;
    background-color: rgba(0,0,0, 0.3);
    /* box-shadow: 0 0 5px 0px rgb(0 0 0 / 90%); */
    border-radius: 15px;
    transition: all 0.3s;
}

    .dot:last-child {
        margin-right: 0;
    }

    .dot:hover {
        background-color: #fff;
    }

.dot--active {
    background-color: rgb(0 126 158);
}


button {
    cursor: pointer;
    margin-right: 8px;
    border: none;
    border-radius: 4px;
    padding: 10px;
    background-color: #ff5d00;
    color: #FFF;
    transition: all 0.5s;
}

    button:last-child {
        margin-right: 0;
    }

    button:hover {
        background-color: #ff5d0000;
        border: 1px solid #ff5d00;
        color: #ff5d00;
    }

    button:focus {
        outline: none;
    }


.disabled {
    background-color: #DCCFCF;
    color: #B0A8A8;
    cursor: default;
    pointer-events: none;
}

.d-none {
    display: none;
}

.active {
    opacity: 1;
}

.centered {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.intro p {
    font-size: 18px;
    margin-top: 15px;
}

.w-300{
    width:100px!important;
}

.w-3002 {
    width: 500px !important;
}

.theh4 {
    /*margin-top: 2rem;*/
    font-size: 18px;
    line-height: 1.33;
    font-weight: 500;
    color:black;
}

.magic {
    background: #ff5d00;
    color: white !important;
    padding: 2rem 5.5rem;
    font-size: 224px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

    .magic:hover {
        background: #00418f;
        color: white !important;
        padding: 2rem 5.5rem;
        font-size: 224px;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
    }



.magic2 {
    background: #ff5d00;
    color: white !important;
    padding: 2rem 5.5rem;
    font-size: 224px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

    .magic2:hover {
    background: #00418f;
    color: white !important;
    padding: 2rem 5.5rem;
    font-size: 224px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}


.magicnew {
    background: #00418f;
    color: white !important;
        padding: 2rem 5.5rem;
    font-size: 45px;
    line-height: 1.2;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
}

    .magicnew:hover {
        background: transparent;
        border: 1px solid #00418f;
        color: black !important;
        padding: 1rem 3.5rem;
        min-width: 7.5rem;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
        border-radius: 15px 0px 15px 0px;
    }

.magic a{
    color:white;
}

.magic2 a {
    color: white;
}




.magicc {
    background: #ff5d00;
    color: white !important;
    padding: 0.5rem 1.5rem;
    font-size: 50px;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: 10px;
    width: 280px;
}

    .magicc:hover {
        background: #00418f;
        color: white !important;
        padding: 0.5rem 1.5rem;
        font-size: 50px;
        line-height: 1.8;
        text-align: center;
        font-weight: 600;
        border-radius: 15px 0px 15px 0px;
        margin-bottom: 10px;
        width: 280px;
    }



.magicc2 {
    background: #ff5d00;
    color: white !important;
    padding: 0.5rem 1.5rem;
    font-size: 50px;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: 10px;
    width: 280px;
}

    .magicc2:hover {
        background: #00418f;
        color: white !important;
        padding: 0.5rem 1.5rem;
        font-size: 50px;
        line-height: 1.8;
        text-align: center;
        font-weight: 600;
        border-radius: 15px 0px 15px 0px;
        margin-bottom: 10px;
        width: 280px;
    }


.magiccnew {
    background: #00418f;
    color: white !important;
    padding: 1rem 3.5rem;
    min-width: 7.5rem;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
}

    .magiccnew:hover {
        background: transparent;
        border: 1px solid #00418f;
        color: black !important;
        padding: 1rem 3.5rem;
        min-width: 7.5rem;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
        border-radius: 15px 0px 15px 0px;
    }

.magicc a {
    color: white;
}

.magicc2 a {
    color: white;
}





.mar-top2{
    margin-top:30px;
}

.mar-bottom{
    margin-bottom:170px;
}

.new-h {
    font-size: 54px;
    line-height: 1.1;
    font-weight:700;
}

.res-ss {
    font-size: 19px;
    margin-left: 12px;
    color:#000!important;
}

.main-inside {
    background: #ffffff;
    border: 2px solid #000000;}

.result-inside {
    background: #ffffff;
    padding: 30px;
    border-radius: 25px;
}
.result-inside2 {
    background: #ffffff;
    padding: 90px;
    padding-top: 0;
    padding-bottom: 170px;
    border-radius: 25px;
}

.result-inside3 {
    background: #ffffff;
    padding: 90px;
    padding-top: 0;
    padding-bottom: 112px;
    border-radius: 25px;
    padding-bottom: 20px;
}

.bor {
    border: 2px solid black !important;
}

.mr-70{
    margin-right:50px;
}

.blue-inside {
    background: #ff5d00;
    padding: 100px;
    border-radius: 25px;
}

.fir {
    background: #ff6710;
    color: white!important;
    padding: 12px 18px;
    font-size: 15px;
}

    .fir:hover {
        background: transparent;
        color: black !important;
        padding: 12px 18px;
        font-size: 15px;
        border: 1px solid #ff6710;
    }


.sec {
    color: black;
    padding: 12px 56px;
    font-size: 15px;
    border: 2px solid #ff6710;
}

    .sec:hover {
        background: #ff6710;
        color: white!important;
        padding: 12px 56px;
        font-size: 15px;
        border: none;
    }


.theh {
    color: white;
    text-align: center;
    font-weight: 500;
}

.mar-lifir {
    margin-top: 30px;
    margin-bottom: 40px;
}


.mar-lisec {
    margin-top: 30px;
    margin-bottom: 40px;
}
.widd{
    width:300px;
    height:auto;
}
.magic-fail {
    background: transparent;
    color: white !important;
    padding: 0.5rem 1.5rem;
    font-size: 50px;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: 10px;
    width: 280px;
}


.magic-pass {
    background: transparent;
    color: white !important;
    padding: 0.5rem 1.5rem;
    font-size: 50px;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: 10px;
    width: 280px;
}


.mb-40px{
        margin-bottom: 40px;
}

/* Media Queries starts here for mobile responsive */
@media screen and (max-width: 1180px) and (min-width: 768px) {

    .quiz .d-flex .justify-content-center {
    display: initial!important;
    columns: 2;
}

    .magic2 {
    background: #ff5d00;
    color: white !important;
    padding: 2rem 5.5rem;
    font-size: 224px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

    .magic {
    background: #ff5d00;
    color: white !important;
    padding: 2rem 5.5rem;
    font-size: 224px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) and (min-width: 320px) {

    .w-150{
        width:150px;
    }

    .mb-40px{
        margin-bottom: 20px;
}


    .w-120 {
        width: 70px;
    }

    .widd {
        width: 170px;
        height: auto;
    }

    .head-fnt {
        font-size: 2.625rem;
        line-height: 3rem;
        color: black;
    }

    .site-navbar {
        margin-bottom: 0px;
        z-index: 1999;
        position: relative;
        top: 0;
        width: 100%;
        padding: 0rem;
        position: relative;
    }

    .btn-main {
        background: #ff5d00;
        color: white;
        padding: 16px 24px;
        border-radius: 20px 0px 20px 0px;
        font-size: 15px;
        line-height: 1.2;
    }

        .btn-main:hover {
            border: 1px solid #ff5d00;
            background: transparent;
            color: #ff5d00;
            padding: 16px 24px;
            border-radius: 20px 0px 20px 0px;
            font-size: 15px;
            line-height: 1.2;
        }


    .icon-menu:before {
        content: "\e5d2";
        color: #ff5d00;
        font-size: 40px !important;
    }

    .mar-top {
        margin-top: 55px !important;
    }

    .center-box {
        background: #ffffff;
        padding: 30px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 25px;
        box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 11%);
        margin-bottom:15px;
    }

    .center-boxb {
        background: #ffffff;
        padding: 42px;
        padding-right: 50px;
        padding-left: 50px;
        border-radius: 25px;
        box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 11%);
        
        margin-bottom: 15px;
    }

    .slider-controls {
        padding: 20px;
        text-align: center;
        margin-top: 60px;
    }

    .magic {
        background: #ff5d00;
        color: white !important;
        padding: 0px;
        font-size: 70px;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
        margin-top: 10px;
        border-radius: 15px 0px 15px 0px;
    }


    .magic2 {
        background: #ff5d00;
        color: white !important;
        padding: 0px;
        font-size: 70px;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
        margin-top: 10px;
        border-radius: 15px 0px 15px 0px;
    }


    .quiz .d-flex .justify-content-center{
           columns: 2;
    /*display: inline-block!important;*/
    }


    .new-h {
        font-size: 27px;
        line-height: 1.1;
        font-weight: 700;
        margin-top: 10px;
    }
    .result-inside2 {
        background: #ffffff;
        padding: 20px;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .blue-inside {
        background: #ff5d00;
        padding: 20px;
    }


    .mar-bottom {
        margin-bottom: 30px;
    }

    .result-inside3 {
        background: #ffffff;
        padding: 20px;
        padding-top: 0;
        padding-bottom: 20px;
    }

.w-300{
    width:40px!important;
}

    .magic-fail {
        background: transparent;
        color: white !important;
        padding: 8px;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
        margin-top: 10px;
        border-radius: 15px 0px 15px 0px;
    }


    .magic-pass {
        background: transparent;
        color: white !important;
        padding: 8px;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
        margin-top: 10px;
        border-radius: 15px 0px 15px 0px;
    }
.magic2:hover {
    background: #00418f;
    color: white !important;
    padding: 0px;
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

.magic:hover {
    background: #00418f;
    color: white !important;
    padding: 0px;
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

}

.nxt {
    background: #ff5d00;
    color: white;
    padding: 10px 24px;
}

.mt-50{
    margin-top:50px;
}


.mb-50 {
    margin-bottom: 50px;
}

.fnt-17 {
    font-size: 17px;
}
.check {
    
    color: white !important;
    padding: 3rem 5.5rem;
    font-size: 90px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    background: #38a000;
}


.check2 {
    background: red;
    color: white !important;
    padding: 3rem 5.5rem;
    font-size: 90px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {

    .quiz .d-flex .justify-content-center {
        display: -webkit-box!important;
    columns: 1;
}
}


@media screen and (max-width: 767px) and (min-width: 320px) {

    .check {
        background: #38a000;
        padding: 10px 20px;
        border-radius: 50%;
        font-size: 32px;
    }


    .check2 {
        background: red;
        padding: 10px 20px;
        border-radius: 50%;
        font-size: 32px;
    }
    .w-3002 {
        width: 100% !important;
    }
}
.checkot {
    background: #38a000;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 60px;
}

.d-fix{
    display:block;
}


    .na a:hover {
        color: white !important;
    }

.check2ot {
    background: red;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 60px;
}



.thetext {
    font-size: 20px;
    /* margin-top: 24px; */
    color: #5f5f5f;
    padding: 130px;
            padding-top: 10px;
    padding-bottom: 0px;
   /* text-align: justify;*/
}

.thetext2 {
    font-size:15px;
    color: #000000;
   
}

.the-scs {
    color: #ff4e00;
}

.the-fff {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 700;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .thetext {
        font-size: 24px;
        color: #5f5f5f;
        padding: 12px;
        padding-top: 10px;
        padding-bottom: 0px;
        text-align: justify;
        font-size: 17px;
    }

    .d-fix {
        display: block;
        columns:2;
    }

    .magicc {
        background: #ff5d00;
        color: white !important;
        padding: 0.5rem 2.5rem;
        font-size: 24px;
        line-height: 1.8;
        text-align: center;
        font-weight: 600;
        border-radius: 15px 0px 15px 0px;
        margin-bottom: 10px;
        width: 100%;
    }
	
	.magicc:hover {
    background: #00418f;
    color: white !important;
    padding: 0.5rem 2.5rem;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: 10px;
    width: 100%;
}

    .magicc2 {
        background: #ff5d00;
        color: white !important;
        padding: 0.5rem 2.5rem;
        font-size: 24px;
        line-height: 1.8;
        text-align: center;
        font-weight: 600;
        border-radius: 15px 0px 15px 0px;
        margin-bottom: 10px;
        width: 100%;
    }
	
	.magicc2:hover {
    background: #00418f;
    color: white !important;
    padding: 0.5rem 2.5rem;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: 10px;
   width:100%; 
}
	
    .magic-fail{
        width:100%;
    }

    .magic-pass {
        width: 100%;
    }
        .thetext2 {
        font-size: 20px;
        color: #5f5f5f;
        padding: 12px;
        padding-top: 12px;
        padding-bottom: 0px;
        text-align: justify;
        font-size: 17px;
    }

    .the-fff {
        display:none;
    }
}

.bg-sky {
    background: skyblue;
    padding: 32px;
    padding-bottom: 100px;
}

.bg-pen {
    background: #ffffff;
    padding: 32px;
}

.w-mar {
    width: 56px;
    margin-right: 11px;
}

.jas {
    display: flex;
    background: white;
    padding: 29px;
    border-radius: 15px;
    margin-bottom: 2
}

.pehla {
    font-size: 40px;
    margin-right: 15px;
    color: #00418f;
}

.dusra {
    font-size: 40px;
    color: #ff5a00;
}

.scrollit {
    overflow: scroll;
    height: 350px;
    overflow-x:hidden;
}

.vis-img{
    width:450px;
    height:450px;
}

.hiphop{
    display:flex;
    justify-content:center;
}


@media screen and (max-width: 767px) and (min-width: 320px) {

    .vis-img {
        width: 200px;
        height: 200px;
    }

    .hiphop{
    display:block;
}

    .bg-pen {
    background: #ffffff;
    padding: 0px;
}

    .theh4 {
        /* margin-top: 2rem; */
        font-size: 18px;
        line-height: 1.33;
        font-weight: 500;
        color: black;
        text-align:center;
    }
}


.fixtableh{
	position: sticky !important;
    position: -webkit-sticky !important;
    top: -3 !important;
    z-index: 99 !important;
	
}

.clr-white{
    color:white!important;
}


.w-50px{
    width:50px;
}

.clr-blk{
    color:black!important;
    font-size:12px;
    font-weight:200;
}




.high{
    height:60px!important;
}

.side-sec{
    position:absolute;
    z-index:9;
    display:block;
    margin-top:2em;
}

.side-sec1 {
    position: absolute;
    z-index: 9;
    display: block;
    margin: 10em;
    /* margin-top: 2em; */
    margin-left: 6em;
}

.mar-2{
    margin-top:2em;
}
.mar-1{
    margin-top:1em;
}

.up-kl{
    font-size:20px;
    font-weight:700;

}

.infi{
        color: #10408f;
    font-weight: 800;
    font-size: 30px;
}

.infi-mini{
    color: #000000;
    font-weight: 800;
    font-size: 14px;
}


.icon-cir{
        background: #000000;
    padding: 11px 16px;
    border-radius: 50%;
    font-size: 26px;
    color: white;
}

.cl-nu{
    font-size: 42px;
    font-weight: 700;
}

.up-di{
       position: absolute;
    z-index: 9;
    display: block;
    margin: 2.2em 0.5em;
}

.huu{
           background: #343434;
    color: white;
    padding: 7px 15px;
    font-size: 19px;
    text-align: center;
}

.glg{
    color:#4070b7;
    text-transform:uppercase;
    font-weight:700;
}

.glg-g{
    color:#4eb848;
    text-transform:uppercase;
    font-weight:700;
}

.glg-s{
    color:#cc368e;
    text-transform:uppercase;
    font-weight:700;
}

.glg-o{
    color:#ef3f39;
    text-transform:uppercase;
    font-weight:700;
}


.glg-sk{
    color:#f47a58;
    text-transform:uppercase;
    font-weight:700;
}
.glg-sk{
    color:#343434;
    text-transform:uppercase;
    font-weight:700;
}


.lh{
    background: #ededed;
    padding: 50px;
}

.bor-magic{
        border-right: solid 1.5px;
    border-bottom: solid 1.5px;
}

.bor-magicr{
        border-left: solid 1.5px;
    border-bottom: solid 1.5px;
}

.bor-magicb{
        border-top: solid 1.5px;
    border-right: solid 1.5px;
}

.bor-magict{
        border-top: solid 1.5px;
    border-left: solid 1.5px;
}

.pro-ceed {
    background: #4070b7;
    color: white;
    padding: 10px 30px;
}

.clr-bl{
   background:#343434;
   padding:10px 30px;
   color:white;
   display: block;
   width: 240px;
}


.clr-o{
   background:#ef3f39;
   padding:10px 30px;
   color:white;
   display: block;
    width: 240px;


}

.clr-v {
    background: #4070b7;
    padding: 10px 30px;
    color: white;
    display: block;
    width: 240px;
}


.clr-sk{
   background:#f47a58;
   padding:10px 30px;
   color:white;
   display: block;
    width: 240px;
}


.clr-h{
   background:#4eb848;
   padding:10px 30px;
   color:white;
   display: block;
    width: 240px;
}


.clr-s{
   background:#cc368e;
   padding:10px 30px;
   color:white;
   display: block;
   width: 240px;
}




.bor-l{
    border-right:solid 2px #000000;

}



.btt{
    background:#343434!important;
    padding:10px 45px!important;
    color:white!important;
}

.fnt-22{
    font-size:22px;
}


.w-m{
	width:auto!important;
}
@media screen and (max-width: 767px) and (min-width: 320px) {

    .imggg {
        width: 60px;
    }
.w-m{
	width:100%!important;
}
    .up-di {
        position: absolute;
        z-index: 9;
        display: block;
        margin: 2.5em;
    }


    .huu {
        background: #343434;
    color: white;
    padding: 7px 15px;
    font-size: 11px;
    text-align: center;
}
    p {
    color: #242424;
    font-weight: 500;
    font-size: 14px;
}

    .w-155px{
            width: 155px;
}

    .side-sec {
    position: absolute;
    z-index: 9;
    display: block;
    margin: 4em;
    margin-top: 1em;
    margin-left: 1em;
}

    .mob-mafia{
            height: 255px;
    object-fit: cover;
    }
    
    .h5, h5 {
    font-size: 1rem;
}

    .bor-magic {
    border-right: solid 1.5px #ffffff;
    border-bottom: solid 1.5px #ffffff;
}

    .bor-magicr {
    border-left: solid 1.5px #ffffff;
    border-bottom: solid 1.5px #ffffff;
}


    .bor-magicb {
    border-top: solid 1.5px #ffffff;
    border-right: solid 1.5px #ffffff;
}

.bor-magict {
    border-top: solid 1.5px #ffffff;
    border-left: solid 1.5px #ffffff;
}

.w-100-mb{
    width:100%;
}

.fnt-22{
    font-size:16px;
}



.jkki .h4, h4 {
    font-size: 18px;
}

}


.yesno-toggle {
    position: relative;
}

    .yesno-toggle input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .yesno-toggle input[type="checkbox"][disabled] ~ label {
            pointer-events: none;
        }

            .yesno-toggle input[type="checkbox"][disabled] ~ label .yesno-toggle__switch {
                opacity: 0.4;
            }

        .yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:before {
            content: attr(data-unchecked);
            left: 0;
        }

        .yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:after {
            content: attr(data-checked);
        }

    .yesno-toggle label {
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

        .yesno-toggle label .yesno-toggle__label-text {
            flex: 1;
            padding-left: 32px;
        }

        .yesno-toggle label .yesno-toggle__switch {
            position: relative;
        }

            .yesno-toggle label .yesno-toggle__switch:before {
                content: attr(data-checked);
                position: absolute;
                top: 0;
                text-transform: uppercase;
                text-align: center;
            }

            .yesno-toggle label .yesno-toggle__switch:after {
                content: attr(data-unchecked);
                position: absolute;
                z-index: 5;
                text-transform: uppercase;
                text-align: center;
                background: #4070b7;
                transform: translate3d(0, 0, 0);
            }

    .yesno-toggle input[type="checkbox"][disabled] ~ label {
        color: rgba(234, 0, 48, 0.5);
    }

    .yesno-toggle input[type="checkbox"]:focus ~ label .yesno-toggle__switch, .yesno-toggle input[type="checkbox"]:hover ~ label .yesno-toggle__switch {
        background-color: #ffffff;
    }

        .yesno-toggle input[type="checkbox"]:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:hover ~ label .yesno-toggle__switch:after {
            color: #ffffff;
        }

    .yesno-toggle input[type="checkbox"]:hover ~ label {
        color: #d1002b;
    }

    .yesno-toggle input[type="checkbox"]:checked ~ label:hover {
        color: #55bc49;
    }

    .yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch {
        background-color: #ffffff;
    }

        .yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:after {
            color: #4fb743;
        }

    .yesno-toggle input[type="checkbox"]:checked:focus ~ label .yesno-toggle__switch, .yesno-toggle input[type="checkbox"]:checked:hover ~ label .yesno-toggle__switch {
        background-color: #fffff;
    }

        .yesno-toggle input[type="checkbox"]:checked:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:checked:hover ~ label .yesno-toggle__switch:after {
            color: #ffffff;
        }

    .yesno-toggle label .yesno-toggle__label-text {
        flex: 1;
    }

    .yesno-toggle label .yesno-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
        background: #ffffff;
        border: 1px solid #000000;
    }

        .yesno-toggle label .yesno-toggle__switch:before {
            color: #000000;
        }

        .yesno-toggle label .yesno-toggle__switch:after {
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            color: #ffffff;
        }

    .yesno-toggle input[type="checkbox"]:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:hover ~ label .yesno-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:after {
        transform: translate3d(65px, 0, 0);
    }

    .yesno-toggle input[type="checkbox"]:checked:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:checked:hover ~ label .yesno-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .yesno-toggle label {
        font-size: 14px;
    }

        .yesno-toggle label .yesno-toggle__switch {
            height: 36px;
            flex: 0 0 134px;
            margin-right: 8.5em;
        }

            .yesno-toggle label .yesno-toggle__switch:before {
                left: 67px;
                font-size: 12px;
                line-height: 36px;
                width: 67px;
                padding: 0 12px;
            }

            .yesno-toggle label .yesno-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 2px;
                width: 65px;
                line-height: 32px;
                font-size: 12px;
            }

            .yesno-toggle label .yesno-toggle__switch:hover:after {
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
            }

    .yesno-toggle.yesno-toggle--size-small input[type="checkbox"]:focus ~ label .yesno-toggle__switch:after, .yesno-toggle.yesno-toggle--size-small input[type="checkbox"]:hover ~ label .yesno-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .yesno-toggle.yesno-toggle--size-small input[type="checkbox"]:checked ~ label .yesno-toggle__switch:after {
        transform: translate3d(44px, 0, 0);
    }

    .yesno-toggle.yesno-toggle--size-small input[type="checkbox"]:checked:focus ~ label .yesno-toggle__switch:after, .yesno-toggle.yesno-toggle--size-small input[type="checkbox"]:checked:hover ~ label .yesno-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .yesno-toggle.yesno-toggle--size-small label {
        font-size: 13px;
    }

        .yesno-toggle.yesno-toggle--size-small label .yesno-toggle__switch {
            height: 28px;
            flex: 0 0 90px;
            border-radius: 2px;
        }

            .yesno-toggle.yesno-toggle--size-small label .yesno-toggle__switch:before {
                left: 45px;
                font-size: 10px;
                line-height: 28px;
                width: 45px;
                padding: 0 12px;
            }

            .yesno-toggle.yesno-toggle--size-small label .yesno-toggle__switch:after {
                top: 1px;
                left: 1px;
                border-radius: 1px;
                width: 44px;
                line-height: 26px;
                font-size: 10px;
            }

            .yesno-toggle.yesno-toggle--size-small label .yesno-toggle__switch:hover:after {
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
            }
 
 .modal{
	 z-index:9999999!important;
 }
 

 .clr-bl {
    background: #343434;
    paddin @media screen and (max-width: 767px) and (min-width: 320px) {
g: 7px 15px;
    color: white;
    font-size: 12px;
    display: block;
    width: 166px;
}
.clr-o {
    background: #ef3f39;
    padding: 7px 10px;
    color: white;
        font-size: 13px;
            display: block;
    width: 166px;
}
.clr-sk {
    background: #f47a58;
    padding: 7px 15px;
    color: white;
    font-size: 12px;
    display: block;
    width: 166px;
}


.clr-h {
    background: #4eb848;
    padding: 7px 15px;
    color: white;
    font-size: 12px;
    display: block;
    width: 166px;
}

.clr-s {
    background: #cc368e;
    padding: 7px 15px;
    color: white;
    font-size: 12px;
    display: block;
    width: 166px;
}

.clr-v {
    background: #4070b7;
   padding: 7px 15px;
    color: white;
    font-size: 12px;
    display: block;
    width: 166px;
}

 }


 .koko{
            position: absolute;
    z-index: 9;
    bottom: 2em;
    left: 7.5em;
   
 }


 .lpk{
         margin-top: -3em;
    z-index: 99;
    position: relative;
        margin-bottom: 2em;
 }

 .mar-12em{
         margin-top: 1.5em!important;
 }

 .huu2 {
    background: #343434;
    color: white;
    padding: 7px 15px;
    font-size: 30px;
    text-align: center;
}

  @media screen and (max-width: 1200px) and (min-width: 768px) {

    .koko {
        position: absolute;
        z-index: 9;
        bottom: 2em;
        left: 6.5em;
        font-size: 13px;
    }

    .mmt {
    margin-top: 1em!important;
}

    .txt{
            text-align: center;
    }

     .mar-12em{
         margin-top: 12em!important;
 }

    .scrollit {
    overflow: scroll;
    height: 600px;
    overflow-x: hidden;
}
    .theh4 {
    /*margin-top: 2rem;*/
    font-size: 18px;
    line-height: 1.33;
    font-weight: 500;
    color:black;
    text-align:center;
}
    .vis-img {
    width: 380px!important;
    height: 380px!important;
    margin-top: 4em!important;
}

    .flow-r{
        float:right!important;
    }

    .huu {
       background: #343434;
    color: white;
    padding: 7px 15px;
    font-size: 34px;
    text-align: center;
}


}


  .losos{
              position: fixed;
    bottom: 0px;
    z-index: 99999999;
    right: 50px;
    width: 130px;
  }
  
  
  
   @media screen and (max-width: 767px) and (min-width: 320px) {

  .losos{
	  
	      position: fixed;
    bottom: 54px;
    z-index: 99999999;
    right: 10px;
    width: 115px;
  }

  .huu2 {
    background: #343434;
    color: white;
    padding: 7px 15px;
    font-size: 24px;
    text-align: center;
}

.mobile-hide{
	display:none;
}
  
   }


   .desktop-hide{
       display:none!important;

   }

  


   @media (min-width: 768px) and (max-width: 1024px){ 
            .up-kl {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

        } 

@media screen and (max-width: 1200px) and (min-width: 320px) {

       .desktop-hide{
       display:block!important;

   }
.mobile-hide{
	display:none;
}
  
   


  
}

@media screen and (max-width: 767px) and (min-width: 320px) {

    .up-kl {
        font-size: 15px;
        font-weight: 700;
        margin-top: 20px;
    }
}


.the-tag{
    font-size:24px!important;
    list-style:none;
}


@media screen and (max-width: 1200px) and (min-width: 1080px){
    .col-md-6 {
    flex: 0 0 auto!important;
    width: 50%!important;
}

        .col-md-12 {
    flex: 0 0 auto!important;
    width: 100%!important;
}

        .intro p {
    font-size: 26px;
    margin-top: 15px;
}

        .skip {
    background: #00418f;
    color: white;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 22px;
}


        .pro-ceed {
    background: #4070b7;
    color: white;
    padding: 10px 30px;
    font-size: 22px;
}

        .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%!important;
}

.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%!important;
}
.scrollit {
    overflow: scroll;
    height: 100vh!important;
    overflow-x: hidden;
}

}



.onlyk{

}

.col-lg-4{
    width:50%!important;
}