@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    margin: 0;
    padding: 0;
  }
  input[type="checkbox"]:before,
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000000;
    font-weight: 700;
  }
  input[type="checkbox"]:checked:before {
    content: '\2713';
  }
  input[type="checkbox"] {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    padding: 7px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    border-radius: 2px;
    margin-left: 0;
  }
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* scroll */
  ::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    border-radius: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #111853;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #111853;
  }
  .sql-main * {
    box-sizing: border-box;
    font-family: Roboto;
  }
  .sql-main p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    color: #100F0F;
    width: 100%;
  }
  .sql-main p strong,
  .sql-main p b {
    font-weight: 700;
  }
  .sql-main a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }
  .sql-main h1,
  .sql-main h2,
  .sql-main h3,
  .sql-main h4 {
    margin: 0;
  }
  .sql-main h2 {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
  }
  .sql-main ul,
  .sql-main li {
    padding: 0;
    margin: 0;
    color: #100F0F;
    list-style: none;
  }
  .sql-main .container {
    width: 100%;
  }
  .sql-main .flex-container {
    display: flex;
    margin: auto;
  }
  .sql-main .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
  .sql-main .buttons .btn-red,
  .sql-main .buttons .btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
    outline: none;
    min-width: 150px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    transition: all 0.4s ease 0s;
  }
  .sql-main .buttons .btn-red span,
  .sql-main .buttons .btn-white span {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 5px;
  }
  .sql-main .buttons .btn-red span img,
  .sql-main .buttons .btn-white span img {
    width: 18px;
    height: 18px;
  }
  .sql-main .buttons .btn-red .btn,
  .sql-main .buttons .btn-white .btn {
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
  }
  .sql-main .buttons .btn-red:hover .btn,
  .sql-main .buttons .btn-white:hover .btn {
    height: 562.5px;
    width: 562.5px;
  }
  .sql-main .buttons .btn-red {
    color: #fff;
    background: #E50000;
  }
  .sql-main .buttons .btn-red .btn {
    background-color: #111853;
  }
  .sql-main .buttons .btn-white {
    background-color: #fff;
    color: #000000;
    border: 2px solid #111011;
  }
  .sql-main .buttons .btn-white span {
    border: 1px solid #080909;
  }
  .sql-main .buttons .btn-white .btn {
    background: linear-gradient(180deg, #ffffff 0%, #e2e2e2 100%);
  }
  .sql-main .heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .sql-main .heading h2 {
    position: relative;
    z-index: 1;
  }
  .sql-main .heading h2::before {
    width: 17px;
    height: 17px;
    content: "";
    border: 5px solid #DF6300;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -10px;
    -webkit-animation: movebounce 4s linear infinite;
    animation: moveBounce 5s linear infinite;
    z-index: -1;
    opacity: 0.2;
  }
  .sql-main .heading h2::after {
    width: 10px;
    height: 10px;
    content: "";
    border: 3px solid #0E4D8F;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: -10px;
    -webkit-animation: movebounce 4s linear infinite;
    animation: moveBounce 5s linear infinite;
    z-index: -1;
    opacity: 0.2;
  }
  .sql-main .heading h2 span {
    position: relative;
  }
  .sql-main .heading h2 span::before {
    width: 13px;
    height: 13px;
    content: "";
    border: 3px solid #e5e4e4;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: 16px;
    z-index: -1;
    -webkit-animation: movebounce 4s linear infinite;
    animation: moveBounce 5s linear infinite;
  }
  .sql-main .center-heading {
    justify-content: center;
    align-items: center;
  }
  .sql-main .center-heading h2 {
    text-align: center;
    width: 100%;
  }
  .sql-main .white-heading h2 {
    color: #fff;
  }
  .sql-main .white-heading h2::before,
  .sql-main .white-heading h2::after {
    border: 5px solid #fff;
  }
  .sql-main .white-heading h2 span::before {
    opacity: 0.5;
  }
  @keyframes buzz {
    0% {
      transform: translateX(1px) rotate(2deg);
    }
    50% {
      transform: translateX(-1px) rotate(-2deg);
    }
    100% {
      transform: translateX(1px) rotate(2deg);
    }
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes line-top {
    0% {
      top: 10%;
    }
    50% {
      top: 60%;
    }
    100% {
      top: 10%;
    }
  }
  @keyframes line-bottom {
    0% {
      bottom: 10%;
    }
    50% {
      bottom: 60%;
    }
    100% {
      bottom: 10%;
    }
  }
  @keyframes pulse {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes moveBounce {
    0% {
      transform: translateY(-5px);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(-5px);
    }
  }
  .sql-main .banner {
    flex-direction: column;
    background-color: #111853;
  }
  .sql-main .banner .container {
    height: 100%;
  }
  .sql-main .banner .logo-container {
    display: flex;
    padding: 1rem 1.5rem;
  }
  .sql-main .banner .logo-container .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 1rem;
  }
  .sql-main .banner .logo-container .container .tka-logo {
    display: flex;
    max-width: 200px;
  }
  .sql-main .banner .logo-container .container .tka-logo img {
    width: 100%;
    display: flex;
  }
  .sql-main .banner .logo-container .container .menu {
    display: flex;
    z-index: 1;
    margin-left: auto;
  }
  .sql-main .banner .logo-container .container .menu img {
    width: 22px;
    height: 23px;
  }
  .sql-main .banner .logo-container .container .menu-links {
    width: 0;
    transition: all 0.5s;
    height: fit-content;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    background-color: #fff;
    color: #111853;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .sql-main .banner .logo-container .container .menu-links .menu-toggle {
    color: #111853;
  }
  .sql-main .banner .logo-container .container .menu-links .menu-toggle img {
    width: 15px;
    height: 22px;
    margin-right: 5px;
  }
  .sql-main .banner .logo-container .container ul .links-li {
    padding: 8px 0;
    border-bottom: 1px dotted #111853;
  }
  .sql-main .banner .logo-container .container ul .links-li:first-child {
    padding-top: 0;
  }
  .sql-main .banner .logo-container .container ul .links-li:nth-child(5) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .sql-main .banner .logo-container .container ul .links-li:last-child {
    display: none;
    padding-bottom: 0;
  }
  .sql-main .banner .logo-container .container ul .links-li .link {
    font-size: 14px;
  }
  .sql-main .banner .logo-container .container ul .buttons {
    display: none;
  }
  .sql-main .banner .logo-container .container .menu.active {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .sql-main .banner .logo-container .container .menu.active + .menu-links {
    padding: 15px;
    width: 80%;
  }
  .sql-main .banner .logo-container .container .menu.active + .menu-links .menu-toggle {
    display: flex;
    justify-content: flex-end;
  }
  .sql-main .banner .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    box-shadow: 0 0 10px grey;
    transition: 1s;
    background-color: #fff;
  }
  .sql-main .banner .sticky .container {
    box-shadow: none;
    padding: 0;
  }
  .sql-main .banner .sticky-up {
    top: -100px;
  }
  .sql-main .banner .banner-container {
    display: flex;
    flex-direction: column;
    padding: 3rem 1.5rem;
    padding-top: 1rem;
  }
  .sql-main .banner .banner-container .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sql-main .banner .banner-container .banner-content h1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    width: 100%;
  }
  .sql-main .banner .banner-container .banner-content h1 img {
    width: 35px;
    margin-right: 6px;
    height: 30px;
  }
  .sql-main .banner .banner-container .banner-content p {
    color: #fff;
  }
  .sql-main .banner .banner-container .banner-content h3 {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    color: #fff;
  }
  .sql-main .banner .banner-container .banner-content h3 img {
    margin-right: 7px;
    width: 25px;
    height: 25px;
    animation: buzz 0.4s infinite;
  }
  .sql-main .banner .banner-container .banner-content .countdown {
    display: flex;
    width: fit-content;
  }
  .sql-main .banner .banner-container .banner-content .countdown .timer {
    display: flex;
    flex-direction: column;
    margin-right: 1.5rem;
    position: relative;
    align-items: center;
    z-index: 0;
    width: 52px;
  }
  .sql-main .banner .banner-container .banner-content .countdown .timer::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 17px;
    background-image: url(/_public/images/sql/colon.svg);
    background-size: contain;
    width: 13px;
    height: 18px;
    background-repeat: no-repeat;
    animation: pulse 3s linear infinite;
  }
  .sql-main .banner .banner-container .banner-content .countdown .timer:last-child {
    margin-right: 0;
  }
  .sql-main .banner .banner-container .banner-content .countdown .timer:last-child::before {
    content: none;
  }
  .sql-main .banner .banner-container .banner-content .countdown .timer span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 48px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    background-image: url(/_public/images/sql/star.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sql-main .banner .banner-container .banner-content .countdown .timer p {
    font-weight: 500;
    margin-top: 7px;
    text-align: center;
  }
  .sql-main .banner .banner-container .banner-info {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .sql-main .banner .banner-container .banner-info img {
    width: 100%;
    height: 100%;
  }
  .sql-main .delivery {
    padding: 3rem 1.5rem;
    background-color: #f5f5f5;
  }
  .sql-main .delivery .delivery-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .delivery .delivery-container .method-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .delivery .delivery-container .method-container .heading {
    justify-content: center;
    align-items: center;
  }
  .sql-main .delivery .delivery-container .method-container .heading h2 {
    text-align: center;
  }
  .sql-main .delivery .delivery-container .method-container p {
    text-align: center;
  }
  .sql-main .delivery .delivery-container .method-container .method-list {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    width: 100%;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 0.7rem 1rem 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-image: url(/_public/images/sql/deli-gray.png);
    background-repeat: no-repeat;
    background-size: 100% 75%;
    width: 272px;
    align-self: center;
    background-color: #fff;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method:last-child {
    margin-bottom: 0;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method:hover {
    transition: 0.6s;
    background-image: url(/_public/images/sql/deli-blue.png);
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method:hover span .white-img {
    display: flex;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method:hover span .black-img {
    display: none;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method span {
    width: 33px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    align-self: flex-start;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method span img {
    width: 100%;
    height: 100%;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method span .white-img {
    display: none;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method span .black-img {
    display: flex;
  }
  .sql-main .delivery .delivery-container .method-container .method-list .method h3 {
    align-self: flex-end;
    font-size: 16px;
  }
  .sql-main .delivery .delivery-container .overview-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  .sql-main .delivery .delivery-container .overview-container .heading {
    justify-content: center;
    align-items: center;
  }
  .sql-main .delivery .delivery-container .overview-container .heading h2 {
    text-align: center;
  }
  .sql-main .delivery .delivery-container .overview-container p {
    text-align: center;
  }
  .sql-main .delivery .delivery-container .overview-container p:nth-child(3) {
    margin-top: 10px;
  }
  .sql-main .delivery .delivery-container .overview-container .buttons {
    justify-content: flex-start;
  }
  .sql-main .delivery .delivery-container .overview-container .buttons .btn-red span .info-red {
    display: flex;
  }
  .sql-main .delivery .delivery-container .overview-container .buttons .btn-red span .info-blue {
    display: none;
  }
  .sql-main .delivery .delivery-container .overview-container .buttons .btn-red:hover span .info-red {
    display: none;
  }
  .sql-main .delivery .delivery-container .overview-container .buttons .btn-red:hover span .info-blue {
    display: flex;
  }
  .sql-main .facts {
    flex-direction: column;
    padding: 3rem 1.5rem;
  }
  .sql-main .facts .facts-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .facts .facts-container .facts-heading {
    display: flex;
    flex-direction: column;
  }
  .sql-main .facts .facts-container .facts-heading p {
    text-align: center;
    margin-bottom: 1rem;
  }
  .sql-main .facts .facts-container .facts-list {
    display: flex;
    flex-direction: column;
  }
  .sql-main .facts .facts-container .facts-list .facts-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin-bottom: 1rem;
    align-self: center;
    width: 272px;
  }
  .sql-main .facts .facts-container .facts-list .facts-info:last-child {
    margin-bottom: 0;
  }
  .sql-main .facts .facts-container .facts-list .facts-info .facts-image {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-image: url(/_public/images/sql/hexagon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2rem 3.5rem;
    align-items: center;
  }
  .sql-main .facts .facts-container .facts-list .facts-info .facts-image .image {
    width: 40px;
    height: 40px;
    display: flex;
    margin-bottom: 4px;
    animation: buzz 0.8s linear infinite;
  }
  .sql-main .facts .facts-container .facts-list .facts-info .facts-image .image img {
    width: 100%;
    height: 100%;
  }
  .sql-main .facts .facts-container .facts-list .facts-info .facts-count {
    display: flex;
  }
  .sql-main .facts .facts-container .facts-list .facts-info .facts-count h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #E50000;
  }
  .sql-main .facts .facts-container .facts-list .facts-info .facts-count span {
    color: #E50000;
    font-size: 24px;
    font-weight: 700;
  }
  .sql-main .facts .facts-container .facts-list .facts-info p {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    font-size: 16px;
  }
  .sql-main .courses {
    padding: 3rem 1.5rem;
    background-color: #f5f5f5;
  }
  .sql-main .courses .courses-inner {
    display: flex;
    flex-direction: column;
  }
  .sql-main .courses .courses-inner .heading {
    margin-bottom: 2rem;
  }
  .sql-main .courses .courses-inner .heading p {
    text-align: center;
    margin-top: 0.4rem;
  }
  .sql-main .courses .courses-inner .heading p span {
    color: #E50000;
    font-weight: 600;
  }
  .sql-main .courses .courses-inner .course-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sql-main .courses .courses-inner .course-list .courses-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    width: 272px;
    background-image: url(/_public/images/sql/course-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
    z-index: 1;
  }
  .sql-main .courses .courses-inner .course-list .courses-name::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(#000746, #232A62);
    height: 0;
    width: 0;
    left: 0;
    top: 0;
    border-radius: 12px;
    z-index: -1;
  }
  .sql-main .courses .courses-inner .course-list .courses-name:last-child {
    margin-bottom: 0;
  }
  .sql-main .courses .courses-inner .course-list .courses-name .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 4px solid #111853;
    background-image: linear-gradient(0deg, #fff, #E0E0E0);
  }
  .sql-main .courses .courses-inner .course-list .courses-name .image .red {
    display: none;
  }
  .sql-main .courses .courses-inner .course-list .courses-name .image img {
    width: 35px;
    height: 35px;
  }
  .sql-main .courses .courses-inner .course-list .courses-name h3 {
    text-align: left;
    font-weight: 500;
    margin: 0.6rem 0;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
  }
  .sql-main .courses .courses-inner .course-list .courses-name p {
    color: #100F0F;
  }
  .sql-main .courses .courses-inner .course-list .courses-name:hover::before {
    width: 100%;
    height: 100%;
    transition: 0.8s ease;
  }
  .sql-main .courses .courses-inner .course-list .courses-name:hover .image {
    transition: 1s ease;
    background-image: none;
    background-color: #fff;
    border: 4px solid #efdcdc;
  }
  .sql-main .courses .courses-inner .course-list .courses-name:hover .image .black {
    display: none;
  }
  .sql-main .courses .courses-inner .course-list .courses-name:hover .image .red {
    display: flex;
  }
  .sql-main .courses .courses-inner .course-list .courses-name:hover h3 {
    color: #fff;
  }
  .sql-main .courses .courses-inner .course-list .courses-name:hover p {
    color: #fff;
  }
  .sql-main .database {
    padding: 3rem 1.5rem;
  }
  .sql-main .database .database-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .database .database-container .database-offer {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .sql-main .database .database-container .database-offer .sql-database {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .sql-main .database .database-container .database-offer .sql-database .heading {
    margin-bottom: 1.8rem;
  }
  .sql-main .database .database-container .database-offer .sql-database .heading h2 span {
    height: auto;
  }
  .sql-main .database .database-container .database-offer .sql-database span {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .sql-main .database .database-container .database-offer .sql-database span img {
    width: 100%;
    height: 100%;
  }
  .sql-main .database .database-container .database-offer .limited-offer {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(#000746, #232A62);
    padding: 2rem;
    align-items: center;
    margin-top: 2rem;
    height: 100%;
  }
  .sql-main .database .database-container .database-offer .limited-offer .clock {
    display: flex;
    width: 50px;
    height: 50px;
  }
  .sql-main .database .database-container .database-offer .limited-offer .clock img {
    width: 100%;
    height: 100%;
  }
  .sql-main .database .database-container .database-offer .limited-offer .limited-content {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    width: 100%;
  }
  .sql-main .database .database-container .database-offer .limited-offer .limited-content h2,
  .sql-main .database .database-container .database-offer .limited-offer .limited-content p {
    color: #fff;
    text-align: center;
  }
  .sql-main .database .database-container .database-offer .limited-offer .limited-content p {
    margin-top: 5px;
  }
  .sql-main .database .database-container .form-budget {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .sql-main .database .database-container .form-budget .form {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #111853;
    border-radius: 10px;
    padding: 2rem 1rem;
  }
  .sql-main .database .database-container .form-budget .form .input-container {
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
  }
  .sql-main .database .database-container .form-budget .form .input-container .input-field {
    width: 100%;
    padding: 0.7rem;
    outline: 0;
    font-weight: 500;
    color: #100F0F;
    border-radius: 3px;
    border: 2px solid #D4D4D4;
  }
  .sql-main .database .database-container .form-budget .form .input-container textarea {
    resize: none;
    overflow: auto;
  }
  .sql-main .database .database-container .form-budget .form .input-container ::-webkit-input-placeholder {
    /* Edge */
    color: #959595;
  }
  .sql-main .database .database-container .form-budget .form .input-container :-ms-input-placeholder {
    /* IE */
    color: #959595;
  }
  .sql-main .database .database-container .form-budget .form .input-error .input-field {
    border: 2px solid red;
  }
  .sql-main .database .database-container .form-budget .form .input-error ::-webkit-input-placeholder {
    /* Edge */
    color: red;
  }
  .sql-main .database .database-container .form-budget .form .input-error :-ms-input-placeholder {
    /* IE */
    color: red;
  }
  .sql-main .database .database-container .form-budget .form .form-consent {
    display: flex;
    font-size: 11px;
    margin-bottom: 0.4rem;
    z-index: 1;
  }
  .sql-main .database .database-container .form-budget .form .form-consent label {
    margin-left: 0.3rem;
    width: 95%;
  }
  .sql-main .database .database-container .form-budget .form .form-consent p {
    line-height: 1.4;
    font-size: 11px;
  }
  .sql-main .database .database-container .form-budget .form .form-consent a {
    color: #E50000;
    font-weight: bold;
  }
  .sql-main .database .database-container .form-budget .form .form-consent:last-child {
    margin-bottom: 0;
  }
  .sql-main .database .database-container .form-budget .form .consent-error {
    margin-bottom: 0.5rem;
  }
  .sql-main .database .database-container .form-budget .form .consent-error p {
    color: red;
    line-height: 1.4;
    font-size: 11px;
  }
  .sql-main .database .database-container .form-budget .limited-budget {
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    background-image: url('/_public/images/sql/top-budget.png'), url('/_public/images/sql/bottom-budget.png');
    background-repeat: no-repeat;
    background-size: 5% 5%;
    background-position: top left, bottom right;
    position: relative;
    z-index: 1;
  }
  .sql-main .database .database-container .form-budget .limited-budget::after,
  .sql-main .database .database-container .form-budget .limited-budget::before {
    content: '';
    height: 100px;
    position: absolute;
  }
  .sql-main .database .database-container .form-budget .limited-budget::before {
    top: 0;
    left: 0px;
    border-left: 2px solid #A9A9AF;
    animation: line-top 5s linear infinite;
  }
  .sql-main .database .database-container .form-budget .limited-budget::after {
    bottom: 0;
    right: 0;
    border-right: 2px solid #A9A9AF;
    animation: line-bottom 5s linear infinite;
  }
  .sql-main .database .database-container .form-budget .limited-budget .heading {
    margin-bottom: 0.5rem;
  }
  .sql-main .database .database-container .form-budget .limited-budget ul li {
    padding-left: 0.7rem;
    font-size: 14px;
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
  }
  .sql-main .database .database-container .form-budget .limited-budget ul li::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(/_public/images/sql/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -9px;
    top: 0;
  }
  .sql-main .database .database-container .form-budget .limited-budget p {
    text-align: center;
  }
  .sql-main .database .database-container .form-budget .limited-budget .count {
    font-size: 16px;
    font-weight: 900;
    margin-top: 0.5rem;
  }
  .sql-main .why-sql {
    padding: 3rem 1.5rem;
    background-color: #f5f5f5;
  }
  .sql-main .why-sql .why-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .why-sql .why-container .why-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sql-main .why-sql .why-container .why-content .heading h2 {
    text-align: center;
  }
  .sql-main .why-sql .why-container .why-content p {
    text-align: center;
  }
  .sql-main .why-sql .why-container .why-content p:nth-child(2) {
    margin-bottom: 5px;
  }
  .sql-main .why-sql .why-container .features-img {
    display: flex;
    margin-top: 2rem;
    height: 100%;
  }
  .sql-main .why-sql .why-container .features-img img {
    width: 100%;
    height: 100%;
  }
  .sql-main .security-overview {
    padding: 3rem 1.5rem;
  }
  .sql-main .security-overview .security-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .security-overview .security-container .security-content {
    display: flex;
    flex-direction: column;
  }
  .sql-main .security-overview .security-container .security-content p {
    text-align: center;
  }
  .sql-main .security-overview .security-container .security-img {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    height: 100%;
  }
  .sql-main .security-overview .security-container .security-img .heading h2 span {
    height: auto;
  }
  .sql-main .security-overview .security-container .security-img span {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .sql-main .security-overview .security-container .security-img span img {
    width: 100%;
    height: 100%;
  }
  .sql-main .package {
    padding: 3rem 1.5rem;
    padding-top: 0;
  }
  .sql-main .package .package-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .package .package-container .heading {
    margin-bottom: 2rem;
  }
  .sql-main .package .package-container .package-list {
    display: flex;
    flex-direction: column;
  }
  .sql-main .package .package-container .package-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(-90deg, #fff 82%, #e9e9e9 10%),linear-gradient(-90deg, #fff 82%, #111853 12%);
    background-size: 100% 100% , 100% 0;
    background-repeat: no-repeat;
    /* width: 272px;
    align-self: center; */
    margin-bottom: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: 1s all;
  }
  .sql-main .package .package-container .package-list .item p {
    text-align: center;
    transform: rotate(-90deg);
    width: 20%;
    font-weight: 600;
    transition: 1s all;
  }
  .sql-main .package .package-container .package-list .item .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 75%;
    padding: 1.5rem 1rem 1.5rem 0;
  }
  .sql-main .package .package-container .package-list .item .content  h3{
    font-size: 16px;
  }
  .sql-main .package .package-container .package-list .item .content ul li {
    margin-top: 0.8rem;
    font-size: 14px;
    padding-left: 1.7rem;
    position: relative;
    z-index: 1;
  }
  .sql-main .package .package-container .package-list .item .content ul li::before {
    position: absolute;
    content: '';
    background-image: url(/_public/images/sql/blue-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    z-index: -1;
    animation: rotate 7s linear infinite;
  }
  .sql-main .package .package-container .package-list .item .content ul li:nth-child(1) {
    margin-top: 1rem;
  }
  .sql-main .package .package-container .package-list .item:hover {
    /* background-image: linear-gradient(-90deg, #fff 80%, #111853 10%); */
    background-size: 100% 0%,100% 100%;
  }
  .sql-main .package .package-container .package-list .item:hover p {
    color: #fff;
    transition: 0.7s all;
  }
   .sql-main .package .package-container .package-list .item:last-child {
    margin-bottom: 0;
  } 
  .sql-main .about {
    padding: 3rem 1.5rem;
    background-image: linear-gradient(#000746, #232A62);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .sql-main .about .about-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .about .about-container .certification-container {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 1.5rem;
  }
  .sql-main .about .about-container .certification-container p {
    text-align: center;
  }
  .sql-main .about .about-container .server-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: 3rem;
    padding: 1.5rem;
    width: 272px;
    align-self: center;
    background-color: #fff;
  }
  .sql-main .about .about-container .server-container .server-list {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  .sql-main .about .about-container .server-container .server-list .server {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    padding: 0.8rem;
    padding-bottom: 2rem;
    border-bottom: 2px dotted #E50000;
    position: relative;
    z-index: 1;
  }
  .sql-main .about .about-container .server-container .server-list .server:nth-child(1) {
    margin-top: 1rem;
  }
  .sql-main .about .about-container .server-container .server-list .server span {
    display: flex;
    width: 55px;
    height: 55px;
    margin-bottom: 8px;
  }
  .sql-main .about .about-container .server-container .server-list .server span img {
    width: 100%;
    height: 100%;
  }
  .sql-main .about .about-container .server-container .server-list .server h3 {
    text-align: center;
    font-size: 16px;
    width: 100%;
  }
  .sql-main .about .about-container .server-container .server-list .server:last-child {
    border-bottom: none;
    padding-bottom: 1rem;
  }
  .sql-main .faq {
    padding: 3rem 1.5rem;
  }
  .sql-main .faq .faq-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .faq .faq-container .heading {
    margin-bottom: 1.8rem;
  }
  .sql-main .faq .faq-container .faq-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sql-main .faq .faq-container .faq-list .faq-item {
    display: flex;
    flex-direction: column;
    background-color: #FBFBFB;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.2rem;
    width: 100%;
    padding: 10px;
    border: 2px solid transparent;
  }
  .sql-main .faq .faq-container .faq-list .faq-item:last-child {
    margin-bottom: 0;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ques {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ques h3 {
    font-size: 14px;
    width: 85%;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ques span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ques span img {
    width: 25px;
    height: 25px;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ques span .down {
    display: flex;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ques span .up {
    display: none;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ans {
    display: none;
    padding-top: 5px;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ans p {
    line-height: 1.6;
    font-size: 13px;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ans ul {
    margin-top: 5px;
    padding-left: 14px;
    margin-left: 3px;
  }
  .sql-main .faq .faq-container .faq-list .faq-item .ans ul li {
    font-size: 13px;
    line-height: 1.5;
    list-style: disc;
  }
  .sql-main .faq .faq-container .faq-list .faq-item.active {
    border: 2px solid #E50000;
    border-radius: 0;
  }
  .sql-main .faq .faq-container .faq-list .faq-item.active .ques span .down {
    display: none;
  }
  .sql-main .faq .faq-container .faq-list .faq-item.active .ques span .up {
    display: flex;
  }
  .sql-main .choose-us {
    padding: 3rem 1.5rem;
  }
  .sql-main .choose-us .choose-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .choose-us .choose-container p {
    text-align: center;
  }
  .sql-main .choose-us .choose-container .choose-list {
    display: flex;
    flex-direction: column;
  }
  .sql-main .choose-us .choose-container .choose-list .choose-item {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    align-items: center;
    padding: 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
    width: 272px;
    align-self: center;
  }
  .sql-main .choose-us .choose-container .choose-list .choose-item::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border-left: 3px solid #111853;
    border-top: 3px solid #111853;
    transition: 2s all;
  }
  .sql-main .choose-us .choose-container .choose-list .choose-item::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    border-right: 3px solid #111853;
    border-bottom: 3px solid #111853;
    transition: 2s all;
  }
  .sql-main .choose-us .choose-container .choose-list .choose-item span {
    width: 60px;
    height: 67px;
    padding: 10px;
    border-top: 3px solid #D6D6D6;
    border-bottom: 3px solid #D6D6D6;
    margin-bottom: 10px;
  }
  .sql-main .choose-us .choose-container .choose-list .choose-item span img {
    width: 100%;
  }
  .sql-main .choose-us .choose-container .choose-list .choose-item h3 {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  .sql-main .choose-us .choose-container .choose-list .choose-item p {
    text-align: center;
  }
  .sql-main .testimonial {
    padding: 3rem 1.5rem;
    background: linear-gradient(#000746, #232A62);
  }
  .sql-main .testimonial .testimonial-container {
    display: flex;
    flex-direction: column;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list {
    display: flex;
    flex-direction: column;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-top: 4px solid #E50000;
    position: relative;
    margin: auto;
    margin-top: 1.2rem;
    width: 90%;
    padding: 1.5rem;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item::before {
    content: '';
    position: absolute;
    background-image: url(/_public/images/sql/testi-quote.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -22px;
    right: 50px;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .para {
    margin-bottom: 10px;
    text-align: center;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info span {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 11px;
    background-color: #D8D8D8;
    border-radius: 50px;
    margin-bottom: 10px;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info span img {
    width: 100%;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info .name {
    display: flex;
    flex-direction: column;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info .name h3 {
    text-align: center;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info .name .designation {
    color: #E50000;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav {
    display: flex;
    margin: auto;
    margin-top: 1.5rem;
    width: 90px;
    justify-content: space-between;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav .owl-prev {
    background-image: url('/_public/images/sql/left-arrow.svg');
    background-repeat: no-repeat;
    width: 32px;
    height: 30px;
    background-size: contain;
    outline: none;
    opacity: 0.5;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav .owl-prev span {
    display: none;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav .owl-next {
    background-image: url('/_public/images/sql/right-arrow.svg');
    background-repeat: no-repeat;
    width: 32px;
    height: 30px;
    background-size: contain;
    outline: none;
    opacity: 0.5;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav .owl-next span {
    display: none;
  }
  .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav .btn-active {
    opacity: 1;
  }
  .sql-main .footer {
    padding: 3rem 1.5rem;
    background-color: #111853;
    position: relative;
    z-index: 1;
  }
  .sql-main .footer #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sql-main .footer .contact-info {
    display: flex;
    flex-direction: column;
  }
  .sql-main .footer .contact-info .contact-list {
    display: flex;
    flex-direction: column;
  }
  .sql-main .footer .contact-info .contact-list .contact {
    display: flex;
    flex-direction: row;
    color: #fff;
    margin-bottom: 0.8rem;
    font-size: 14px;
  }
  .sql-main .footer .contact-info .contact-list .contact span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    padding: 9px;
    background-color: #E50000;
  }
  .sql-main .footer .contact-info .contact-list .contact span img {
    width: 100%;
    height: 100%;
  }
  .sql-main .footer .contact-info .contact-list .contact .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0.5rem;
  }
  .sql-main .footer .contact-info .contact-list .contact .content p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .sql-main .footer .contact-info .contact-list .contact .content a {
    font-size: 14px;
    text-align: center;
  }
  .sql-main .footer .contact-info .contact-list .contact:last-child {
    margin-bottom: 0;
  }
  .sql-main .footer .contact-info .buttons {
    justify-content: flex-start;
  }
  @media (min-width : 768px) {
    .sql-main .buttons .btn-red,
    .sql-main .buttons .btn-white {
      font-size: 16px;
    }
    .sql-main .center-heading h2 {
      width: auto;
    }
    .sql-main .banner .sticky {
      padding: 1rem 2rem;
    }
    .sql-main .banner .logo-container .container .menu.active + .menu-links {
      width: 50%;
    }
    .sql-main .banner .banner-container {
      width: 100%;
      padding: 3rem 2rem;
      padding-top: 1rem;
    }
    .sql-main .banner .banner-container .banner-info {
      display: none;
    }
    .sql-main .delivery {
      padding: 3rem 2rem;
    }
    .sql-main .delivery .delivery-container .method-container .method-list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .sql-main .delivery .delivery-container .method-container .method-list .method {
      width: 40%;
    }
    .sql-main .delivery .delivery-container .method-container .method-list .method:nth-last-child(2) {
      margin-bottom: 0;
    }
    .sql-main .facts {
      padding: 3rem 2rem;
    }
    .sql-main .facts .facts-container .facts-list {
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .facts .facts-container .facts-list .facts-info {
      margin-bottom: 0;
      width: 31%;
    }
    .sql-main .courses {
      padding: 3rem 2rem;
    }
    .sql-main .courses .courses-inner .course-list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
    }
    .sql-main .courses .courses-inner .course-list .courses-name {
      margin-right: 2rem;
      width: 300px;
    }
    .sql-main .courses .courses-inner .course-list .courses-name h3 {
      min-height: 42px;
    }
    .sql-main .courses .courses-inner .course-list .courses-name:nth-child(2),
    .sql-main .courses .courses-inner .course-list .courses-name:nth-child(4),
    .sql-main .courses .courses-inner .course-list .courses-name:last-child {
      margin-right: 0;
    }
    .sql-main .courses .courses-inner .course-list .courses-name:nth-child(3) {
      margin-bottom: 0;
    }
    .sql-main .database {
      padding: 3rem 2rem;
    }
    .sql-main .database .database-container {
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .database .database-container .database-offer {
      width: 48%;
      position: sticky;
      top: 90px;
      height: fit-content;
    }
    .sql-main .database .database-container .form-budget {
      width: 48%;
      margin-top: 0;
    }
    .sql-main .database .database-container .form-budget .limited-budget {
      padding: 2rem;
    }
    .sql-main .why-sql {
      padding: 3rem 2rem;
    }
    .sql-main .why-sql .why-container {
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .why-sql .why-container .why-content {
      width: 45%;
    }
    .sql-main .why-sql .why-container .why-content .heading {
      justify-content: flex-start;
      align-items: flex-start;
    }
    .sql-main .why-sql .why-container .why-content .heading h2 {
      text-align: left;
    }
    .sql-main .why-sql .why-container .why-content p {
      text-align: left;
    }
    .sql-main .why-sql .why-container .why-content .buttons {
      justify-content: flex-start;
      width: 100%;
    }
    .sql-main .why-sql .why-container .features-img {
      width: 50%;
      align-self: center;
      margin-top: 0;
    }
    .sql-main .security-overview {
      padding: 3rem 2rem;
    }
    .sql-main .security-overview .security-container .security-img span {
      align-self: center;
      width: 80%;
    }
    .sql-main .package {
      padding: 3rem 2rem;
      padding-top: 0;
    }
    .sql-main .package .package-container .package-list {
     flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
    }
    .sql-main .package .package-container .package-list .item {
      width: 320px;
      margin-right: 2.5rem;
    }
    .sql-main .package .package-container .package-list .item:first-child ul {
    min-height: 122px;
    }
    .sql-main .package .package-container .package-list .item:last-child {
      margin-right: 0 !important;
     }
    .sql-main .package .package-container .package-list .item:first-child {
     margin-bottom: 0 !important;
    }
    .sql-main .about {
      padding: 3rem 2rem;
    }
    .sql-main .about .about-container {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
    }
    .sql-main .about .about-container .certification-container {
      width: 58%;
      align-items: flex-start;
      position: sticky;
      top: 50px;
      height: fit-content;
    }
    .sql-main .about .about-container .certification-container p {
      text-align: left;
    }
    .sql-main .about .about-container .certification-container .heading {
      align-items: flex-start;
    }
    .sql-main .about .about-container .certification-container .heading h2 {
      text-align: left;
    }
    .sql-main .about .about-container .server-container {
      margin-top: 0;
      width: 38%;
    }
    .sql-main .faq {
      padding: 3rem 2rem;
      padding-bottom: 1.5rem;
    }
    .sql-main .faq .faq-container .faq-list {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .faq .faq-container .faq-list .faq-item {
      width: 48%;
    }
    .sql-main .faq .faq-container .faq-list .faq-item:nth-child(11),
    .sql-main .faq .faq-container .faq-list .faq-item:nth-child(12) {
      margin-bottom: 0;
    }
    .sql-main .choose-us {
      padding: 3rem 2rem;
    }
    .sql-main .choose-us .choose-container .choose-list {
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .choose-us .choose-container .choose-list .choose-item {
      width: 31%;
      min-height: 274px;
    }
    .sql-main .choose-us .choose-container .choose-list .choose-item h3 {
      text-align: center;
      min-height: 50px;
    }
    .sql-main .testimonial {
      padding: 3rem 2rem;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .para {
      min-height: 264px;
      text-align: left;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info {
      flex-direction: row;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info span {
      margin-bottom: 0;
      margin-right: 10px;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info .name {
      margin-left: 5px;
      width: calc(100% - 75px);
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info .name h3,
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .info .name .designation {
      text-align: left;
    }
    .sql-main .footer {
      padding: 4rem 2rem;
      background-image: url('/_public/images/sql/footer-bg.png');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      padding-bottom: 1.5rem;
      background-color: transparent;
    }
    .sql-main .footer .contact-info {
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .footer .contact-info .contact-list {
      flex-direction: row;
      width: 58%;
    }
    .sql-main .footer .contact-info .contact-list .contact {
      align-items: flex-start;
      flex-direction: row;
      margin-bottom: 0;
    }
    .sql-main .footer .contact-info .contact-list .contact:first-child {
      margin-right: 12px;
    }
    .sql-main .footer .contact-info .buttons {
      margin-top: 0;
      width: 40%;
      justify-content: flex-end;
    }
  }
  @media (min-width : 1024px) {
    .sql-main p {
      line-height: 1.8;
    }
    .sql-main .heading h2 {
      font-size: 28px;
    }
    .sql-main .banner {
      background-image: url(/_public/images/sql/banner-bg.png);
      background-color: transparent;
      background-size: 100% 100%;
      background-repeat: no-repeat;
    }
    .sql-main .banner .logo-container .container .menu {
      display: none;
    }
    .sql-main .banner .logo-container .container .menu-links {
      width: 78%;
      display: flex;
      align-items: center;
      position: static;
      box-shadow: none;
      justify-content: flex-end;
    }
    .sql-main .banner .logo-container .container .menu-links .menu-toggle {
      display: none;
    }
    .sql-main .banner .logo-container .container .menu-links ul {
      display: flex;
      align-items: center;
    }
    .sql-main .banner .logo-container .container .menu-links ul .links-li {
      border-bottom: none;
      margin-right: 1rem;
      padding: 0;
    }
    .sql-main .banner .logo-container .container .menu-links ul .links-li:last-child {
      display: flex;
      margin-top: 0;
      margin-right: 0;
    }
    .sql-main .banner .logo-container .container .menu-links ul .links-li .link {
      font-weight: 600;
      transition: none;
      position: relative;
      z-index: 1;
    }
    .sql-main .banner .logo-container .container .menu-links ul .links-li .link::before {
      position: absolute;
      left: 50%;
      color: transparent;
      content: "•";
      text-shadow: transparent 0px 0px;
      font-size: 24px;
      transform: translateX(-50%);
      transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
      bottom: -24px;
    }
    .sql-main .banner .logo-container .container .menu-links ul .links-li .link:hover::before {
      color: #E50000;
      text-shadow: 10px 0 #111853, -10px 0 #111853;
    }
    .sql-main .banner .logo-container .container .menu-links ul .buttons .btn-red {
      border: 2px solid transparent;
    }
    .sql-main .banner .logo-container .container .menu-links ul .buttons .btn-red:hover {
      background: #111853;
    }
    .sql-main .banner .logo-container .container .menu-links ul .buttons .btn-white {
      margin-right: 1rem;
    }
    .sql-main .banner .banner-container {
      flex-direction: row;
      justify-content: space-between;
      padding-bottom: 5rem;
    }
    .sql-main .banner .banner-container .banner-content {
      width: 50%;
      padding-top: 0;
    }
    .sql-main .banner .banner-container .banner-content .buttons .btn-red {
      box-shadow: none;
    }
    .sql-main .banner .banner-container .banner-info {
      display: flex !important;
      flex-direction: column;
      margin-top: 0;
      width: 45%;
    }
    .sql-main .banner .banner-container .banner-info img {
      width: 100%;
    }
    .sql-main .delivery {
      background-color: transparent;
    }
    .sql-main .delivery .delivery-container {
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .delivery .delivery-container .method-container {
      width: 52%;
    }
    .sql-main .delivery .delivery-container .method-container .heading {
      justify-content: flex-start;
      align-items: flex-start;
    }
    .sql-main .delivery .delivery-container .method-container .heading h2 {
      text-align: left;
    }
    .sql-main .delivery .delivery-container .method-container p {
      text-align: left;
    }
    .sql-main .delivery .delivery-container .method-container .method-list {
      justify-content: space-between;
    }
    .sql-main .delivery .delivery-container .method-container .method-list .method {
      width: 48%;
    }
    .sql-main .delivery .delivery-container .overview-container {
      width: 44%;
      margin-top: 0;
    }
    .sql-main .delivery .delivery-container .overview-container .heading {
      justify-content: flex-start;
      align-items: flex-start;
    }
    .sql-main .delivery .delivery-container .overview-container .heading h2 {
      text-align: left;
    }
    .sql-main .delivery .delivery-container .overview-container p {
      text-align: left;
    }
    .sql-main .delivery .delivery-container .overview-container .buttons {
      width: 100%;
      justify-content: flex-start;
    }
    .sql-main .facts {
      padding-top: 1rem;
      background-image: url(/_public/images/sql/facts-bg.png);
      background-repeat: no-repeat;
      background-size: 50% 100%;
      background-position: left top -20px;
    }
    .sql-main .facts .facts-container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0;
    }
    .sql-main .facts .facts-container .facts-heading {
      width: 43%;
    }
    .sql-main .facts .facts-container .facts-heading .heading {
      margin-bottom: 7px;
      align-items: flex-start;
    }
    .sql-main .facts .facts-container .facts-heading .heading h2 {
      text-align: left;
      color: #fff;
      padding: 0;
    }
    .sql-main .facts .facts-container .facts-heading .heading h2::after,
    .sql-main .facts .facts-container .facts-heading .heading h2::before {
      content: none;
    }
    .sql-main .facts .facts-container .facts-heading .heading h2 span {
      display: none;
    }
    .sql-main .facts .facts-container .facts-heading p {
      color: #fff;
      text-align: left;
      margin-bottom: 0;
    }
    .sql-main .facts .facts-container .facts-list {
      flex-direction: row;
      justify-content: space-between;
      width: 53%;
    }
    .sql-main .facts .facts-container .facts-list .facts-info {
      padding: 0;
      background-color: transparent;
      box-shadow: none;
      width: 40%;
    }
    .sql-main .facts .facts-container .facts-list .facts-info p {
      text-align: center;
    }
    .sql-main .facts .facts-container .facts-list .facts-info .facts-image {
      margin-bottom: 0;
    }
    .sql-main .courses .courses-inner .course-list {
      position: relative;
      z-index: 1;
    }
    .sql-main .courses .courses-inner .course-list::after,
    .sql-main .courses .courses-inner .course-list::before {
      content: '';
      position: absolute;
      background-image: url(/_public/images/sql/circles.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 80px;
      width: 80px;
      animation: rotate 10s linear infinite;
    }
    .sql-main .courses .courses-inner .course-list::after {
      left: 0;
      bottom: -33px;
    }
    .sql-main .courses .courses-inner .course-list::before {
      right: 0;
      top: -33px;
    }
    .sql-main .courses .courses-inner .course-list .courses-name {
      width: 216px;
      margin-bottom: 0;
    }
    .sql-main .courses .courses-inner .course-list .courses-name h3 {
      min-height: 63px;
    }
    .sql-main .courses .courses-inner .course-list .courses-name:nth-child(2) {
      margin-right: 2rem;
    }
    .sql-main .courses .courses-inner .course-list .courses-name:last-child {
      margin-top: 2rem;
    }
    .sql-main .database .database-container .database-offer {
      width: 55%;
    }
    .sql-main .database .database-container .database-offer .limited-offer {
      flex-direction: row;
      align-items: center;
      height: auto;
    }
    .sql-main .database .database-container .database-offer .limited-offer .limited-content {
      margin: 0 1rem;
      width: 245px;
    }
    .sql-main .database .database-container .database-offer .limited-offer .limited-content h2,
    .sql-main .database .database-container .database-offer .limited-offer .limited-content p {
      text-align: left;
    }
    .sql-main .database .database-container .database-offer .limited-offer .buttons {
      width: 150px;
      margin-top: 0;
    }
    .sql-main .database .database-container .form-budget {
      width: 40%;
    }
    .sql-main .why-sql {
      padding-top: 6rem;
      background-color: transparent;
      background-image: url(/_public/images/sql/sql-bg.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    .sql-main .why-sql .why-container .why-content {
      width: 48%;
      position: relative;
      z-index: 1;
    }
    .sql-main .why-sql .why-container .why-content::before {
      content: '';
      position: absolute;
      background-image: url(/_public/images/sql/circles.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 150px;
      height: 150px;
      z-index: -1;
      bottom: 0;
      right: -100px;
    }
    .sql-main .why-sql .why-container .features-img {
      width: 40%;
      position: relative;
      z-index: 1;
    }
    .sql-main .why-sql .why-container .features-img::before {
      content: '';
      position: absolute;
      background-image: url(/_public/images/sql/circles.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 100px;
      height: 100px;
      z-index: -1;
      top: 0;
      right: 0;
    }
    .sql-main .security-overview .security-container {
      flex-direction: row;
      justify-content: space-between;
    }
    .sql-main .security-overview .security-container .security-content {
      width: 48%;
      order: 2;
      align-items: flex-start;
    }
    .sql-main .security-overview .security-container .security-content .heading {
      align-items: flex-start;
    }
    .sql-main .security-overview .security-container .security-content .heading h2 {
      text-align: left;
    }
    .sql-main .security-overview .security-container .security-content p {
      text-align: left;
    }
    .sql-main .security-overview .security-container .security-img {
      width: 48%;
      order: 1;
      margin-top: 0;
    }
    .sql-main .security-overview .security-container .security-img span {
      width: 100%;
    }
    /* .sql-main .package .package-container .package-list {
      justify-content: space-between;
    } */
    .sql-main .package .package-container .package-list .item {
      width:372px;
    }
    .sql-main .package .package-container .package-list .item .content h3 {
     font-size: 18px;
    }
    .sql-main .about {
      background-size: 100% 60%;
      background-position: center top 48%;
      padding-top: 0;
      padding-bottom: 0;
    }
    .sql-main .about .about-container {
      justify-content: center;
      padding-left: 3rem;
    }
    .sql-main .about .about-container .certification-container {
      position: relative;
      z-index: 1;
      width: 50%;
      padding-left: 0;
      padding: 2rem 1.5rem;
    }
    .sql-main .about .about-container .certification-container::before {
      position: absolute;
      content: '';
      left: -84px;
      top: 0;
      width: 30%;
      z-index: -1;
      height: 100%;
      background-image: url(/_public/images/sql/about-bg.png);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .sql-main .about .about-container .server-container {
      width: 32%;
      margin-top: 0.5rem;
      z-index: 1;
    }
    .sql-main .choose-us .choose-container p {
      align-self: center;
    }
    .sql-main .choose-us .choose-container .choose-list .choose-item {
      min-height: 220px;
    }
    .sql-main .choose-us .choose-container .choose-list .choose-item h3 {
      min-height: auto;
    }
    .sql-main .choose-us .choose-container .choose-list .choose-item p {
      width: 100%;
    }
    .sql-main .testimonial {
      background-image: url(/_public/images/sql/testimonial-bg.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding-bottom: 5.5rem !important;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item {
      width: 90%;
      margin-top: 1.2rem;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .para {
      min-height: 200px;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav {
      width: 100%;
      align-self: flex-start;
      transform: translateY(-180px);
      margin-top: 0;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav .owl-prev {
      transform: translateX(-18px);
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .owl-nav .owl-next {
      transform: translateX(18px);
    }
    .sql-main .faq {
      padding-top: 0!important;
    }
    .sql-main .footer .contact-info .contact-list {
      width: 60%;
      justify-content: space-between;
    }
    .sql-main .footer .contact-info .contact-list .contact {
      width: 50%;
    }
    .sql-main .footer .contact-info .contact-list .contact:first-child {
      margin-right: 0;
    }
  }
  @media (min-width:1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .para {
      min-height: 225px;
    }
    .sql-main .courses .courses-inner .course-list .courses-name {
      width: 211px;
    }
  }
  @media (min-width : 1366px) {
    .sql-main .container {
      width: 1200px;
      margin: 0 auto;
    }
    .sql-main .heading h2 {
      font-size: 32px;
    }
    .sql-main .buttons .btn-red,
    .sql-main .buttons .btn-white {
      font-size: 18px;
    }
    .sql-main .banner {
      padding: 0;
    }
    .sql-main .banner .logo-container {
      padding: 1rem 0;
    }
    .sql-main .banner .logo-container .container .menu-links ul .links-li {
      margin-right: 2rem;
    }
    .sql-main .banner .banner-container {
      padding: 4rem 0rem;
      padding-top: 1rem;
    }
    .sql-main .banner .banner-container .banner-info {
      width: 38%;
    }
    .sql-main .delivery {
      padding: 4rem 0rem;
      padding-top: 3rem;
    }
    .sql-main .delivery .delivery-container .method-container {
      width: 48%;
    }
    .sql-main .delivery .delivery-container .overview-container {
      width: 47%;
    }
    .sql-main .facts {
      padding: 4rem 0rem;
      background-position: left top -28px;
      padding-top: 0.5rem;
    }
    .sql-main .facts .facts-container .facts-list .facts-info h3 {
      margin: 0;
    }
    .sql-main .courses {
      padding: 4rem 0rem;
    }
    .sql-main .courses .courses-inner .course-list .courses-name {
      width: 276px;
    }
    .sql-main .courses .courses-inner .course-list .courses-name h3 {
      min-height: 42px;
    }
    .sql-main .database {
      padding: 4rem 0rem;
    }
    .sql-main .database .database-container .database-offer .limited-offer {
      width: 91%;
      align-self: flex-end;
    }
    .sql-main .database .database-container .database-offer .limited-offer .limited-content {
      width: 350px;
    }
    .sql-main .why-sql {
      padding: 4rem 0rem;
      padding-top: 6rem;
    }
    .sql-main .why-sql .why-container .why-content {
      width: 50%;
    }
    .sql-main .why-sql .why-container .why-content::before {
      animation: rotate 10s linear infinite;
    }
    .sql-main .why-sql .why-container .features-img {
      width: 33%;
    }
    .sql-main .why-sql .why-container .features-img::before {
      top: -30px;
      animation: rotate 10s linear infinite;
    }
    .sql-main .security-overview {
      padding: 4rem 0rem;
    }
    .sql-main .security-overview .security-container .security-img {
      width: 47%;
    }
    .sql-main .package {
      padding: 1rem 0;
    }
    .sql-main .about {
      padding: 6rem 0rem;
      background-size: 100% 50%;
      background-position: center top 36%;
    }
    .sql-main .about .about-container .server-container {
      margin-top: -2rem;
    }
    .sql-main .choose-us {
      padding: 4rem 0rem;
      padding-top: 0;
    }
    .sql-main .choose-us .choose-container p {
      width: 70%;
    }
    .sql-main .choose-us .choose-container .choose-list {
      justify-content: space-around;
    }
    .sql-main .choose-us .choose-container .choose-list .choose-item {
      width: 25%;
    }
    .sql-main .testimonial {
      padding: 4rem 0rem;
    }
    .sql-main .testimonial .testimonial-container .testimonial-list .testimonial-item .para {
      min-height: 175px;
    }
    .sql-main .faq {
      padding: 4rem 0rem;
      padding-bottom: 2rem;
    }
    .sql-main .footer {
      padding: 6rem 0 1.5rem;
    }
  }
  @media (min-width : 1500px) {
    .sql-main .facts {
      background-image: none;
    }
    .sql-main .facts .facts-container .facts-heading {
      background: linear-gradient(#000746, #232A62);
      width: 44%;
      padding: 1.5rem;
    }
  }
 