@font-face {
    font-family: 'Regola Pro';
    src: url('../fonts/RegolaPro-Bold.woff2') format('woff2'),
        url('../fonts/RegolaPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Regola Pro';
    src: url('../fonts/RegolaPro-Medium.woff2') format('woff2'),
        url('../fonts/RegolaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Regola Pro';
    src: url('../fonts/RegolaPro-Regular.woff2') format('woff2'),
        url('../fonts/RegolaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Regola Pro';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1280px;
    padding: 0;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    /*position: absolute;*/
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 30px 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 45px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 40px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    /*padding: 10px 0px;*/
    color: #51565F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3369E7;
}

ul.enter-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.enter-nav li{
    margin-right: 10px;
}
ul.enter-nav li:last-child{
    margin: 0;
}
ul.enter-nav li a{
    padding: 12px 16px;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    color: #51565F;
}
ul.enter-nav li a.btn-register{
    background: rgba(51, 105, 231, 0.1);
    backdrop-filter: blur(2px);
    color: #3369E7 !important;
    padding: 10px 15px !important;
}
ul.enter-nav li a.btn-login{
    padding: 10px 15px !important;
}
ul.enter-nav li a:hover{
    background: #3369E7;
    color: #fff !important;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 30px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #080B12;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #080B12;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Hero Banner **** */
.hero-banner-wrp{
    position: relative;
    width: 100%;
    background: url('../img/hero-banner-back.png') 0 0 no-repeat;
    background-size: cover;
    padding: 150px 0 0;
}
.hero-banner-wrp .container{
    position: relative;
}
.hero-banner-wrp .container:after{
    position: absolute;
    content: '';
    background: #080B12;
    width: 1px;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.4;
    top: 0;
    left: 0;
}
.hero-banner-wrp .container:before{
    position: absolute;
    content: '';
    background: #080B12;
    width: 1px;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.4;
    top: 0;
    right: 0;
}
.banner-data{
    max-width: 670px;
    margin: 0 auto 50px;
}
.banner-data h1{
    margin: 0 auto 20px;
    font-size: 72px;
    font-weight: bold;
    color: #080B12;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.01em;
}
.banner-data h1 span{
    text-decoration: underline;
    text-decoration-style: dotted;
}
.banner-data p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #51565F;
    margin: 0 auto 30px;
}
.banner-data .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 55px;
    gap: 15px;
}
.btn-main{
    padding: 15px 25px;
    display:table;
    background: #3369E7;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: none;
}
.btn-main:hover{
    background: #080B12;
    color: #fff;
}
.btn-secondary{
    padding: 15px 25px;
    display:table;
    background: rgba(126, 134, 150, 0.1);
    backdrop-filter: blur(2px);
    color: #51565F;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}
.btn-secondary:hover{
    background: #3369E7;
    color: #fff;
}
.banner-data h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #51565F;
    margin: 0 auto 45px;
}
.banner-img{
    max-width: 1190px;
    margin: 0 auto;
}
.banner-img img{
    width: 100%;
}
/* **** End Hero Banner **** */

/* **** Trusted **** */
.trusted-wrp{
    position: relative;
}
.trusted-wrp .container{
    position: relative;
    padding: 40px 0 0;
}
.trusted-wrp .container:after{
    position: absolute;
    content: '';
    background: #E5E7EA;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.trusted-wrp .container:before{
    position: absolute;
    content: '';
    background: #E5E7EA;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 3;
}
.trusted-wrp h2{
    margin: 0 auto 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #7E8696;
}
.trusted-slider{
    position: relative;
    border-top: 1px solid #E5E7EA;
    border-bottom: 1px solid #E5E7EA;
}
.trusted-slider:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    left: -2px;
    z-index: 5;
}
.trusted-slider:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    right: -2px;
    z-index: 5;
}
.trusted-slider .carouselTicker,
.trusted-slider .carouselTicker__wrap{
    position: relative;
}
.trusted-slider .carouselTicker:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: -3px;
    left: -2px;
    z-index: 5;
}
.trusted-slider .carouselTicker:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: -3px;
    right: -2px;
    z-index: 5;
}
.trusted-slider .carouselTicker__wrap:after{
    position: absolute;
    content: '';
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    top: 0;
    left: 0;
    z-index: 2;
}
.trusted-slider .carouselTicker__wrap:before{
    position: absolute;
    content: '';
    width: 180px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    top: 0;
    right: 0px;
    z-index: 2;
}
.trusted-slider .carouselTicker__item{
    border: none;
    width: 170px;
    height: 95px;    
}
.trusted-logo figure{
    width: 70px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* **** End Trusted **** */

/* **** Supported SQL **** */
.supported-wrp{
    position: relative;
}
.supported-wrp .container{
    position: relative;
    padding: 80px 0 0;
    border-left: 1px solid #E5E7EA;
    border-right: 1px solid #E5E7EA;
}
.supported-wrp .container:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: 78px;
    right: -2px;
    z-index: 5;
}
.supported-wrp .container:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: 78px;
    left: -2px;
    z-index: 5;
}
.supported-row{
    border-top: 1px solid #E5E7EA;
    border-bottom: 1px solid #E5E7EA;
    background: url('../img/support-back.png') 0 0 no-repeat;
    background-size: cover;
    position: relative;
}
.supported-row:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    left: -2px;
    z-index: 5;
}
.supported-row:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    right: -2px;
    z-index: 5;
}
.supported-img{
    position: relative;
    bottom: -1px;
    right: -1px;
}
.supported-img img{
    width: 100%;
    border: 1px solid rgba(126, 134, 150, 0.2);
    box-shadow: 0px -6px 48px -12px #C0C4CC;
    border-radius: 0px;
}
.support-shap img{
    width: 100%;
}
.supported-title{
    padding: 40px 40px;
    margin: 0 0 -60px;
}
.supported-title h2{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.02em;
    color: #080B12;
    max-width: 290px;
}
.supported-title p{
    margin: 0;
    max-width: 395px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #51565F;
}
.support-box{
    max-width: 140px;
    width: 100%;
    min-height: 136px;
    background: #FFFFFF;
    border: 1px solid rgba(126, 134, 150, 0.2);
    box-shadow: 0px 24px 48px -12px rgba(192, 196, 204, 0.7), 0px 4px 4px -2px rgba(192, 196, 204, 0.4);
    border-radius: 8px;
    padding: 20px;
    position: absolute;
}
.support-icon{
    max-width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.support-box h3{
    margin: 0 auto 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #52565E;
}
.support-box p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #52565E;
    margin: 0;
    text-align: center;
}
.support-box p i{
    margin-right: 5px ;
}
.support1{
    bottom: 55px;
    left: 40px;
}
.support2{
    bottom:95px;
    left: 12%;
    z-index: 1;
}
.support3{
    bottom: -20px;
    left: 20%;
}
.support4{
    bottom: 30%;
    left: 30%;
}
.support5{
    top: 12%;
    left:40%;
    z-index: 1;
}
.support6{
    top: -20px;
    left: 57%;
}
.support7{
    top:20px;
    right: 17%;
}
.support8{
    right: 30px;
    top: 15%;
    z-index: 1;
}
/* **** End Supported SQL **** */

/* **** How Sqlinfy Works **** */
.sqlinfy-works-wrp{
    position: relative;
    border-bottom: 1px solid #E5E7EA;
}
.sqlinfy-works-wrp .container{
    position: relative;
    padding: 100px 0;
    border-left: 1px solid #E5E7EA;
    border-right: 1px solid #E5E7EA;
}
.sqlinfy-works-wrp .container:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    right: -2px;
    z-index: 5;
}
.sqlinfy-works-wrp .container:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    left: -2px;
    z-index: 5;
}
.sqlinfy-works-row{
    border-top: 1px solid #E5E7EA;
    border-bottom: 1px solid #E5E7EA;
}
.sqlinfy-works-databox{
    height: 100%;
    position: relative;
}
.sqlinfy-works-databox:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    left: -2px;
    z-index: 5;    
}
.sqlinfy-works-databox:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    right: -2px;
    z-index: 5;    
}
.sqlinfy-works-data{
    position: relative;
    border-right: 1px solid #E5E7EA;
    padding: 40px;
    position: relative;
    height: 100%;
}
.sqlinfy-works-data:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: -3px;
    left: -2px;
    z-index: 5;    
}
.sqlinfy-works-data:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: -3px;
    right: -2px;
    z-index: 5;    
}
.sqlinfy-works-data h2{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.02em;
    color: #080B12;
}
.sqlinfy-works-data p{
    margin: 0 0 100px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #51565F;
}
.sqlinfy-works-data ul li{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #51565F;
    margin: 0 0 24px;
}
.sqlinfy-works-data ul li span{
    min-width: 32px;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    background: #2C9F45;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.sqlinfy-works-data ul li:last-child{
    margin: 0;
}

.sqlinfy-works-img{
    position: relative;
    max-width: 600px;
    margin: 0 0 0 auto;
}
.sqlinfy-works-img-data{
    position: relative;
    background: linear-gradient(0deg, #FFFFFF 0%, #BAD0FF 21.76%, #4C7DE8 45.1%, #103B91 70.83%, #010818 112.28%);
}
.sqlinfy-works-img-data:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: -3px;
    left: -2px;
    z-index: 5;    
}
.sqlinfy-works-img-data:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    top: -3px;
    right: -2px;
    z-index: 5;    
}
.sqlinfy-works-img:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    left: -2px;
    z-index: 5;    
}
.sqlinfy-works-img:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    right: -2px;
    z-index: 5;    
}
.sqlinfy-works-img-data-inner{
    padding: 40px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.sqlinfy-works-img-data-inner h2{
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.sqlinfy-works-img-data-inner ul li{
    margin: 0 0 10px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 0 0 0 26px;
}
.sqlinfy-works-img-data-inner ul li:after{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 16px;
}
.sqlinfy-team-img{
    padding: 0 0 0 40px;
}
.sqlinfy-team-img img{
    width: 100%;
}
/* **** End How Sqlinfy Works **** */

/* **** Pricing **** */
.pricing-wrp{
    position: relative;
}
.pricing-wrp .container{
    position: relative;
    padding: 70px 0 25px;
    border-left: 1px solid #E5E7EA;
    border-right: 1px solid #E5E7EA;
}
.pricing-wrp .container:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    left: -2px;
    z-index: 5;    
}
.pricing-wrp .container:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    right: -2px;
    z-index: 5;    
}
.pricing-title-rw{
    margin: 0 auto 55px;
    max-width: 850px;
}
.pricing-title-rw h2{
    margin: 0 auto 10px;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #080B12;
}
.pricing-title-rw p{
    margin: 0 auto 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #51565F;
}
.pricing-title-rw h6{
    margin: 0 auto 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #7E8696;
}
.price-filter{
    margin: 0 auto;
    display: table;
}
.toggle {
    cursor: pointer;
    display: inline-block;
}
.toggle-switch {
    display: inline-block;
    background: #2563EB;
    border-radius: 30px;
    width: 36px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
}
.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
}
.toggle-checkbox:checked + .toggle-switch {
    background: #E5E7EA;
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 18px;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.toggle-label{
    margin: 0 10px;
    position: relative;
    top: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #51565F;
}
.toggle-label span{
    color: #7E8696;
    font-style: italic;
}

.price-row ul.price-ul{
    display: flex;
    flex-wrap: wrap;
}
.price-row ul.price-ul li.price-libx{
    width: 25%;
    border: 1px solid #E5E7EA;
    border-left: none;
}
.price-row ul.price-ul li.price-libx:last-child{
    border-right: none;
}
.price-block{
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.price-top{
    padding: 20px;
    border-bottom: 1px solid #E5E7EA;
}
.price-top h5{
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.005em;
    color: #080B12;
}
.price-top p{
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7E8696;
}
.price-top h3{
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #080B12;
    margin: 0;
}
.price-top h3 sup{
    font-size:20px;
    top: -20px;
    margin: 0 3px 0 0;
}
.price-top h3 span{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #7E8696;
}
.price-top label{
    display: table;
    padding: 10px 15px;
    background: rgba(51, 105, 231, 0.06);
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #3369E7;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.price-data{
    padding: 20px;
}
.price-data h4{
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7E8696;
}
.price-data ul li{
    margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #51565F;
}
.price-data ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color:#2C9F45;
    font-size: 14px;
    font-weight: 400;
    top: 0;
    left: 0;
}
.price-data ul li:last-child{
    margin: 0;
}
.price-data ul li strong{
    font-weight: bold;
    color: #080B12;
}
.price-block .btn-group{
    padding: 0 20px 20px;
    width: 100%;
    display: block;
    margin: auto 0 0 0;
}
.price-block .btn-group .btn-main{
    padding: 12px 15px;
    background: rgba(51, 105, 231, 0.08);
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height:24px;
    text-transform: capitalize;
    color: #3369E7;
}
.price-block .btn-group .btn-main:hover{
    background: #3369E7;
    color: #fff;
}

.best-value-pack{
    background: #FFFFFF;
    border: 1.4px solid #3369E7;
    box-shadow: 0px 0px 0px 6px rgba(51, 105, 231, 0.2), 0px 4px 52px rgba(51, 105, 231, 0.3);
    border-radius: 0px;
}
.best-value-pack .btn-group .btn-main{
    background: #3369E7;
    color: #fff;
}
.best-value-pack .btn-group .btn-main:hover{
    background: #080B12;
    color: #fff;
}
.best-value-pack .price-top h3{
    color: #3369E7;
}
.best-value-pack .price-top h3 span{
    color: #7E8696;
}
.best-value-pack .price-top label{
    display: block;
}
.price-footer{
    margin: 25px 0 0;
}
.price-footer p{
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7E8696;
}
.price-footer p a{
    color: #3369E7;
    text-decoration: underline;
}
.price-footer p a:hover{
    color: #000;
}
/* **** End Pricing **** */

/* **** Rewriting SQL **** */
.rewriting-wrp{
    position: relative;
    background: url('../img/rewrite-sql-back.png') 0 0 no-repeat;
    background-size: cover;
}
.rewriting-wrp .container{
    position: relative;
    padding: 50px 0 0;
}
.rewriting-wrp .container:after{
    position: absolute;
    content: '';
    background: #080B12;
    width: 1px;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.80;
    top: 0;
    left: 0;
}
.rewriting-wrp .container:before{
    position: absolute;
    content: '';
    background: #080B12;
    width: 1px;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.80;
    top: 0;
    right: 0;
}
.rewriting-img{
    padding: 0 0 0 40px;
    position: relative;
}
.rewriting-img:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    right: -2px;
    z-index: 5;   
}
.rewriting-img img{
    width: 100%;
}
.rewriting-data{
    padding: 0 40px;
    height: 100%;
    position: relative;
}
.rewriting-data:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #99A0AC;
    bottom: -3px;
    left: -2px;
    z-index: 5;   
}
.rewriting-data h2{
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #080B12;
}
.rewriting-data p{
    margin: 0 0 90px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #51565F;
}
/* **** End Rewriting SQL **** */

/* **** Footer **** */
.contact-us-href {
  color: #51565F !important;
}
.contact-us-href:hover {
    color: #0077cc !important;
}
footer {
    padding: 25px 0;
    border-top: 1px solid #E5E7EA;
}
footer p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #51565F;
}
footer ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer ul li{
    margin-right: 30px;
    position: relative;
}
footer ul li:last-child{
    margin: 0;
}
footer ul li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #51565F;
    display: block;
}
footer ul li a:hover{
    color: #3369E7;
}
footer ul li:after{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #51565F;
    border-radius: 100%;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
footer ul li:last-child:after{display: none;}
/* **** End Footer **** */