.banner-section {
    background: url("/sites/default/files/eventlog_analyzer/sql-server-banner.jpg")no-repeat;
    background-size: cover;
    min-height: 570px;
    display: flex;
    align-items: center;
}
nav {
    display: none;
}
.banner-section .container {
    max-width: 100%;
}

.banner-conatainer {
    display: flex;
    align-items: center;
}

.banner-txt {
    width: 50%;
    display: inline-block;
    margin-left: 110px;
}

.banner-rhs-img {
    width: 49%;
    display: inline-block;
}

.banner-rhs-img img {
    max-width: 100%;
    position: relative;
    margin-left: 10px;
}

.download_btn_ela a {
    display: inline-block;
    background: #fc5b17;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 60px 12px 20px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-large-btn a {
    padding: 16px 65px 16px 25px;
    font-size: 24px;
}

.banner-txt h1 {
    font-size: 42px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}

.banner-txt h1 span {
    color: #049538;
}

.banner-txt p {
    max-width: 500px;
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    margin: 0;
}
.banner-txt p:last-of-type {
    margin-bottom: 20px;
}

.download_btn_ela {
    margin-top: 30px;
}

.download_btn_ela a span {
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-position: -265px -230px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 600px;
    position: absolute;
    right: 20px;
    top: 9px;
}

.btn-large-btn a span {
    top: 13px;
}

.download_btn_ela a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 10px #ddd;
    box-shadow: 1px 16px 17px rgb(29 113 113 / 10%);
}

/*banner ends*/

/*slider css*/
.green-bg {
    background: #00b842;
    max-height: 332px;
}

.slider-container h3 {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.slider-container .container {
    max-width: 1200px;
}

.slider-container h3 span {
    color: #f7d933;
}

.slider-container p {
    color: #fff;
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 30px;
}

.logo-slider .slick-slide {
    min-height: 250px;
    position: relative;
}

.logo-slider .slick-slide .slide-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.slide-list {
    max-width: 490px;
    background: #f8f8f8;
    margin: 10px;
    padding: 20px 40px 0px 40px;
}

.slider-icon {
    float: right;
}

.slide-list ul li {
    list-style-type: disc;
    font-size: 13px;
}
.slide-list ul li:nth-child(2) {
    max-width: 350px;
}
.slide-list ul li:last-of-type {
    max-width: 350px;
}

.icons_sl {
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-size: 600px;
    width: 81px;
    height: 79px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.slidericon1 {

    background-position: -110px -414px;
}

.slidericon2 {

    background-position: -525px -332px;
}

.slidericon3 {
    background-position: -187px -414px;
    width: 70px;
    height: 70px;
}

.slidericon4 {
    background-position: -253px -414px;
    width: 75px;
    height: 75px;
}

.slidericon5 {
    background-position: 15px -519px;
}

.slick-prev,
.slick-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    margin-right: 0;
    background: #fff;
    top: 43%;
}

.slick-prev:before {
    content: "";
    display: inline-block;
    margin-top: 1px;
    margin-left: 3px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: none;
}

.slick-next:before {
    content: "";
    display: inline-block;
    margin-top: 1px;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.slide-list h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.slide-list h4 span {
    color: #00b842;
}

.pL15 {
    padding-left: 15px;
}

.slide-list ul li::marker {
    font-size: 18px;
    color: #00b842;
}

/**/

.pad-top {
    padding-top: 350px;
}

.function-head {
    color: #000;
    max-width: 220px;
    margin: 0 auto;
    padding: 15px 0px;
    border: 1px solid #16a849;
    border-radius: 30px;
    position: relative;
    text-align: center;
}

.function-head::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 103px;
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #19a848;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    background: #fff;
}

.left_line {
    height: 1px;
    background: #e7e7e7;
    width: 300px;
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 250px;
}

.left_line:after {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 10px;
    float: right;
    background: #16a849;
    margin-top: -3px;
}

.right_line {
    height: 1px;
    background: #e7e7e7;
    width: 300px;
    display: inline-block;
    position: absolute;
    top: 27px;
    left: 250px;
}

.right_line:after {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 10px;
    float: left;
    background: #16a849;
    margin-top: -3px;
}

/*card section*/
.card-section {
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
    position: relative;
}

.card-section::before {
    content: "";
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-position: 19px -160px;
    background-size: 700px;
    width: 156px;
    height: 210px;
    position: absolute;
    bottom: -80px;
    left: 50px;
}

.card-section::after {
    content: "";
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-position: 19px -383px;
    background-size: 700px;
    width: 153px;
    height: 210px;
    position: absolute;
    bottom: -80px;
    right: 50px;
}

.card-list {
    max-width: 500px;
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.card-list:nth-child(odd) {
    margin-right: 20px;
}

.card_txt {
    width: 100%;
}

.card_txt h5 {
    font-size: 20px;
    color: #16a849;
    margin-bottom: 5px;
}

.card_txt p {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000;
}
.card_txt p:last-of-type {
    margin-top: 0;
}

.card_icons {
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-size: 750px;
    width: 144px;
    height: 115px;
    display: inline-block;
    margin-right: 15px;
}

.cardicon1 {
    background-position: -349px -409px;
}

.cardicon2 {
    background-position: -140px -409px;
}

.cardicon3 {
    background-position: -455px -409px;
}

.cardicon4 {
    background-position: -246px -409px;
}

.cardicon5 {
    background-position: -559px -409px;
    width: 140px;
}

/**/
.sec-banner {
    background: url("/sites/default/files/eventlog_analyzer/ela-function-banner.jpg")no-repeat;
    height: 300px;
    background-size: cover;
    position: relative;
}

.sec-banner::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    height: 60px;
    width: 60px;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    background: #fff;
    top: -30px;
    left: 50%;
}

.max-ht {
    min-height: 600px;
}

.flow_img {
    position: relative;
    top: 100px;
}

.flow-chart-img {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 70px 20px;
    border: 1px solid #dbdbdb;
    max-width: 920px;
    margin: 0px auto 0;
}

.flow-chart-img img {
    max-width: 100%;
    width: 780px;
}

/**/
.bg-grey {
    background: #f8f8f8;
}

.building_bg h3 {
    color: #000;
}

.building_bg p {
    font-size: 16px;
}

.txt-green {
    color: #00b342 !important;
}

.circle_icon_container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.circle_txt {
    max-width: 100%;
    margin-right: 20px;
}

.circle_txt:last-of-type {
    margin-right: 0;
}

.circle_txt p {
    text-align: center;
    max-width: 130px;
    margin: 15px auto;
}

.circle_icon {
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    display: inline-block;
    background-size: 750px;
    width: 185px;
    height: 190px;
}

.iconcircle1 {
    background-position: -384px 0;
}

.iconcircle2 {
    background-position: -383px -189px;
}

.iconcircle3 {
    background-position: -568px 0;
}

.iconcircle4 {
    background-position: -144px -180px;
}

.iconcircle5 {
    background-position: -569px -188px;
}

.txt-green {
    color: #00b842;
}

.table-box {
    padding: 60px 0;
    border: 1px solid #00b842;
    border-radius: 10px;
    background-color: #fff;
    max-width: 1030px;
    margin: 40px auto 0;
}

.table-box h3 {
    margin-bottom: 30px;
}

.table-list {
    max-width: 900px;
    margin: 0 auto;
}

.circle_txt p b {
    font-weight: 500;
}

.table-list ul li {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    background: #f4f4f4;
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 35px;
    font-weight: 500;
}

.pricing-section h3 {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: 100px;
    position: relative;
    font-size: 36px;
    font-weight: 500;
}

.pricing-table {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.price-list {
    max-width: 390px;
    background: #fff;
    margin-right: 20px;
    padding: 20px;
    border-radius: 8px;
}

.price-list:last-of-type {
    margin-right: 0;
}

.price-list h5 {
    margin: -45px auto 0;
    background: #f9df4d;
    padding: 15px 40px;
    border-radius: 25px;
    color: #000;
    font-size: 22px;
    text-align: center;
    max-width: 190px;
}

.price-list h4 {
    text-align: center;
    font-size: 54px;
    color: #000;
}

.price-list p {
    color: #000;
    background: #ececec;
    padding: 20px;
    border-radius: 6px;
    min-height: 85px;
    margin-bottom: 0;
}

.pricing-section h3::before {
    content: "";
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-position: -256px -139px;
    background-size: 600px;
    width: 45px;
    height: 48px;
    position: absolute;
    top: -12px;
    left: -43px;
}

.pricing-section h3::after {
    content: "";
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-position: -262px -182px;
    background-size: 600px;
    width: 45px;
    height: 48px;
    position: absolute;
    top: -14px;
    right: -45px;
}

.linear-green {
    background: linear-gradient(to bottom, rgb(0 184 66) 30%, #fff 30%);
    padding-bottom: 80px;
}

.pricing_comparison {
    max-width: 830px;
    margin: 0 auto;
    background: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
}

.pricing-section {
    position: relative;
    padding-bottom: 70px;
}

.building_bg * {
    position: relative;
    z-index: 2;
}

.building_bg {
    position: relative;
    z-index: 2;
}

.building_bg .build_img {
    background: url(/sites/default/files/eventlog_analyzer/building-banner-ela.png);
    height: 50%;
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 101%;
}

.down-arrow {
    background: url(/sites/default/files/eventlog_analyzer/ela-sql-sprite.png) no-repeat;
    background-position: -136px -338px;
    background-size: 700px;
    width: 100px;
    height: 46px;
    margin: 0 auto;
    position: relative;
    top: -25px;
   /* animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);*/
}

/*@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}*/

/**/
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    display: flex;
    width: 100%;
    padding: 3px 0px;
    margin: 20px auto;
    list-style: none;
    text-align: center;
    max-width: 100px;
    border: 1px solid #ececec;
    border-radius: 20px;
    justify-content: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 0 2px;
    padding: 0px;
    cursor: pointer;
    top: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ececec;
    border-radius: 50%;
    margin-right: 0;
}

.slick-active button {
    background: #00b842 !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 12px;
    height: 12px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*media query starts*/
@media screen and (min-width:  1600px) {
    .banner-section {
            padding: 60px 0;
    }
    .logo-slider .slick-slide {
        min-height: 230px;
    }
    .slick-prev, .slick-next {
        top: 45%;
    }
}
@media screen and (max-width: 1300px) {
    .slick-prev {
        left: -15px;
    }

    .slick-next {
        right: -15px;
    }
}

@media screen and (max-width: 1200px) {

    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 6px;
        height: 6px;
    }

    .slick-initialized .slick-slide {
        transform: translateX(10px);
    }
}

@media screen and (max-width: 1024px) {
div#MEmobile {
    display: none !important;
}
    .banner-rhs-img img {
        left: 0;
        max-width: 500px;
    }

    .banner-section {
        min-height: 480px;
    }

    .circle_icon_container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .circle_txt {
        margin-right: 20px;
    }

    .banner-rhs-img,
    .card-section::before,
    .card-section::after {
        display: none;
    }

    .banner-txt {
        width: 100%;
        margin-left: 0;
    }

    .banner-txt h1 {
        line-height: 1.5;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .slide-list ul li:last-of-type {
        max-width: 270px;
    }

    .card-list:nth-child(odd) {
        margin-right: 0;
    }

    .cardicon4 {
        background-position: -246px -405px;
    }

    .sec-banner::after {
        left: 48%;
    }
    .table-box {
            margin: 40px auto -15px;
    }
}

@media screen and (max-width: 992px) {

    .left_line,
    .right_line {
        display: none;
    }

    .pricing-table {
        flex-wrap: wrap;

    }

    .price-list {
        margin-bottom: 50px;
        margin-right: 0;
    }

    .down-arrow {
        display: none;
    }

    .green-bg {
        max-height: 100%;
    }

    .linear-green {
        background: #fff;
    }

    .slick-initialized .slick-slide {
        transform: translateX(10px);
    }

    .slide-list {
        max-width: 570px;
        left: -10px;
    }

    .pad-top {
        padding-top: 80px;
    }
    .slick-active button {
    background: #fc5a17 !important;
}
.slider-container {
    padding: 30px 0 60px;
}

}

@media screen and (max-width: 768px) {
    .banner-section {
        background: #e1dbdb94;
    }

    .building_bg .build_img {
        display: none;
    }

    .table-box {
        margin-bottom: 30px;
    }

    .pad-top {
        padding-top: 60px;
    }

    .max-ht {
        min-height: 540px;
    }

    .slick-initialized .slick-slide {
        transform: translateX(10px);
    }

    .slide-list {
        max-width: 610px;
        left: -10px;
       
    }

    .slide-list ul li:last-of-type {
        max-width: 450px;
    }
    .pricing-section {
    position: relative;
    padding-bottom: 20px;
    padding-top: 50px;
}


}

@media screen and (max-width: 600px) {
    .banner-txt p {
        text-align: center;
    }
    .banner-section {
        padding: 50px 0;
        min-height: auto;
    }

    .banner-txt h1 {
        font-size: 36px;
        text-align: center;
    }

    .download_btn_ela {
        text-align: center;
    }

    .max-ht {
        min-height: 480px;
    }

    .slider-container h3 {
        font-size: 28px;
    }
     .icons_sl,
    .sec-banner::after {
        display: none;
    }
    .card_txt h5 {
        margin-bottom: 20px;
            margin-top: 20px;
            text-align: center;
    }
    .card_txt p {
        text-align: center;
    }
    .table-box {
            padding: 30px 0;
    }
    .slick-prev, .slick-next {
        top: 50%;
    }
}

@media screen and (max-width: 500px) {

   .linear-green {
    padding-bottom: 40px;
   }
.table-box h3 {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 16px;
}
.circle_txt {
    margin-right: 0px;
    margin-bottom: 40px;
}
.circle_txt p {
 
    margin: 5px auto;
}
    .slide-list {
        padding: 20px 40px 20px 40px;

    }

    .slide-list ul li:last-of-type {
        max-width: 100%;
    }

    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 6px;
        height: 6px;
    }

    .slick-initialized .slick-slide {
        transform: translateX(10px);
    }

    .slider-container {
        padding-bottom: 40px;
    }

    .card_icons {
        width: 100px;
    }

    .cardicon1 {
        background-position: -349px -408px;
    }

    .cardicon2 {
        background-position: -145px -409px;
    }

    .cardicon3 {
        background-position: -460px -409px;
    }

    .cardicon4 {
        background-position: -251px -405px;
    }

    .cardicon5 {
        background-position: -559px -409px;
        width: 100px;
    }

    .card-list {
        flex-wrap: wrap;
    }

    .card_icons {
        margin: 0 auto;
    }

    .flow-chart-img {
        padding: 30px 20px;
    }

    .btn-large-btn a {
        padding: 12px 60px 12px 20px;
        font-size: 18px;
    }

    .btn-large-btn a span {
        top: 9px;
    }

    .sec-banner {
        height: 100%;
        padding: 50px 0;
    }

    .max-ht {
        min-height: 100%;
    }

    .flow_img {
        top: 0;
    }

    .pricing-section {
        padding-top: 60px;
    }

}

@media screen and (max-width: 360px) {
    .sec-banner {
        height: 100%;
        padding: 50px 0;
    }

    .max-ht {
        min-height: 100%;
    }

    .flow_img {
        top: 0;
    }


}