
/*  */
.jumbotron {
    padding-top: 380px !important;
    padding-bottom: 120px !important;
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent !important;
    z-index: 9;
    position: relative !important;
}

@media (max-width: 1250px) {
    .pop-form .close-btn {
        right: 28px!important;
    }
}

.sec-pricing {
    /* background: #1d1d1d; */
    padding: 50px 0;
}

.sec-pricing .top-desc {
    margin-bottom: 40px;
}

.sec-pricing .top-desc h2 {
    margin-bottom: 10px;
}

.sec-pricing ul.pckg-menu {
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}

.sec-pricing ul.pckg-menu li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

.sec-pricing ul.pckg-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #b3b2b3;
    padding: 8px 18px;
    transition: all ease .5s;
}

.sec-pricing ul.pckg-menu li.current a,
.sec-pricing ul.pckg-menu li:hover a {
    color: #fff;
    border-color: #95291f;
    transition: all ease .5s;
    background: -webkit-linear-gradient( 0deg, #ed213a 0%, #6ac769 100%);
}

.sec-pricing .pdiv {
    border-radius: 10px;
    background-color: #131313;
    border: 0;
    transition: all ease .75s;
    position: relative;
    margin-top: 30px;
}

.sec-pricing .pdiv:after {
    content: '';
    position: absolute;
    background: url(../images/save-50.html) no-repeat;
    top: -18px;
    left: -23px;
    width: 120px;
    height: 120px;
    /*-webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;*/
}

.sec-pricing .pdiv:hover {
    box-shadow: 0px 3px 32.55px 2.45px rgb(203 183 214 / 25%);
    transition: all ease .75s;
}

.sec-pricing .best .pdiv {
    position: relative;
}

.sec-pricing .best .pdiv:before {
    content: '';
    position: absolute;
    background: url(../images/best-badge.html) no-repeat;
    top: -18px;
    right: -30px;
    width: 100px;
    height: 100px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
}

.sec-pricing .pdiv .top {
    background: #6ac769;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #94281e;
}

.sec-pricing .pdiv .top h3 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
}

.sec-pricing .pdiv .top h3 span {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    top: -6px;
    position: relative;
    padding-left: 18px;
}

.sec-pricing .pdiv .btm {
    text-align: center;
    padding: 10px 25px;
}

.sec-pricing .pdiv .btm img {
    margin: 10px auto;
}

.sec-pricing .pdiv .btm h4 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    height: 56px;
}

.sec-pricing .pdiv .btm ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.sec-pricing .pdiv .btm ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 23px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #3a3838;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.sec-pricing .pdiv .btm ul li:before {
    content: "\f00c";
    color: #6ac769;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    top: 4px;
    position: absolute;
    left: 0;
}

.sec-pricing .pdiv .btm a.order {
    background-image: -moz-linear-gradient( 0deg, rgb(200, 32, 144) 0%, rgb(106, 20, 209) 100%);
    background-image: -webkit-linear-gradient( 0deg, #ed213a 0%, #6ac769 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(200, 32, 144) 0%, rgb(106, 20, 209) 100%);
    transition: all ease 1s;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 15px 0 10px;
}

.sec-pricing .pdiv .btm a.order:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(106, 20, 209)0%, rgb(200, 32, 144) 100%);
    background-image: -webkit-linear-gradient( 192deg, #ed213a 0%, #93291e 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(106, 20, 209) 0%, rgb(200, 32, 144) 100%);
    transition: all ease 1s;
}

.sec-pricing .pdiv .btm ul.cta {
    overflow: hidden;
    margin: 18px 0 8px;
}

.sec-pricing .pdiv .btm ul.cta li {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    border: none;
}

.sec-pricing .pdiv .btm ul.cta li:before {
    display: none;
}

.sec-pricing .pdiv .btm ul.cta li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.sec-pricing .pdiv .btm ul.cta li a i {
    color: #a00a0f;
    padding-right: 4px;
}


/*
 *  STYLE 14
 */

.style-14::-webkit-scrollbar-track {
    background-color: #e3e3e4;
}

.style-14::-webkit-scrollbar {
    width: 3px;
    background-color: #6ac769 !important;
}

.style-14::-webkit-scrollbar-thumb {
    background-color: #6ac769 !important;
}

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px !important;
    padding-right: 20px !important;
    overflow-x: hidden;
}

.sec-pricing .cdiv {
    border-radius: 10px;
    background-color: rgb(19 19 19);
    border: 1px solid #131313;
    transition: all ease .75s;
    margin-top: 30px;
    position: relative;
}

.sec-pricing .cdiv:after {
    content: '';
    position: absolute;
    background: url(../assets/images/save-50.png) no-repeat;
    top: -18px;
    left: -23px;
    width: 120px;
    height: 120px;
    /*-webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;*/
}

.sec-pricing .cdiv:hover {
    box-shadow: 0px 3px 32.55px 2.45px rgba(203, 183, 214, 0.39);
    transition: all ease .75s;
}

.sec-pricing .seller .cdiv {
    position: relative;
}

.sec-pricing .cdiv:before {
    content: '';
    position: absolute;
    background: url(../assets/images/mega-badge.png) no-repeat;
    top: -14px;
    right: 30px;
    width: 158px;
    height: 126px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
}

.sec-pricing .cdiv .ctop {
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    background: #6ac769;
}

.sec-pricing .cdiv .ctop h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.sec-pricing .cdiv .cbtm {
    padding: 25px;
}

.sec-pricing .cdiv .cbtm h4.tit {
    color: #6ac769;
    font-size: 24px;
    font-weight: 700;
}

.sec-pricing .cdiv .cbtm h4 img {
    padding-right: 20px;
}

.sec-pricing .cdiv .cbtm h3 {
    margin: 20px 20px 0px 0px;
    color: #6ac769;
    font-size: 43px;
    font-weight: 800;
}

.sec-pricing .cdiv .cbtm h3 span {
    color: #a8a8a8;
    font-size: 21px;
    font-weight: 400;
    text-decoration: line-through;
    position: relative;
    top: -8px;
    padding-left: 12px;
}

.sec-pricing .cdiv .cbtm h5 {
    color: #6ac769;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px;
    display: inline-block;
}

.sec-pricing .cdiv .cbtm ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.sec-pricing .cdiv .cbtm ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 23px;
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sec-pricing .cdiv .cbtm ul li:before {
    content: "\f00c";
    color: #6ac769;
    ;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    top: 4px;
    position: absolute;
    left: 0;
}

.sec-pricing .cdiv .cbtm a.order {
    margin: 15px 0 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(200, 32, 144) 0%, rgb(106, 20, 209) 100%);
    background-image: -webkit-linear-gradient( 0deg, #ed213a 0%, #6ac769 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(200, 32, 144) 0%, rgb(106, 20, 209) 100%);
    transition: all ease 1s;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    width: 100%;
    text-align: center;
}

.sec-pricing .cdiv .cbtm a.order:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(106, 20, 209)0%, rgb(200, 32, 144) 100%);
    background-image: -webkit-linear-gradient( 222deg, #ed213a 0%, #93291e 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(106, 20, 209) 0%, rgb(200, 32, 144) 100%);
    transition: all ease 1s;
}

.sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 200px;
}

.sec-pricing .cdiv .cbtm h5.sm {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: left;
}

.sec-pricing .cdiv .cbtm p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.sec-pricing .cdiv .cbtm a.call {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.sec-pricing .cdiv .cbtm a.call span {
    color: #6ac769;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sec-pricing .cdiv .cbtm a.call i {
    color: #6ac769;
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

.sec-pricing .tab-content {
    display: none;
    align-items: center;
    justify-content: center;
}

.sec-pricing #pr-tab1 {
    display: flex;
}

.pop-form {
    background: url(popupimg.html) !important;

}

.pop-form .close-btn {
    width: 19px !important;
    height: 30px !important;
    display: block;
    position: absolute;
    top: 0;
    right: -25px !important;
    font-size: 25px !important;

}


.pop-form .close-btn {
    top: 0 !important;
    color: black !important;
    right: 0 !important;
}

.popupform-main {
    background-color: rgb(0 0 0 / 27%)!important; 
}
.animation_topgif{
    width: 400px !important;
}

section.cta_sec {
    background: #f6f6f6;
    padding: 100px 0;
}

section.cta_sec .container {
    background: #f98323;
    color: white;
    padding: 75px 50px;
    border-radius: 6px;
}

section.cta_sec h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

section.cta_sec p {
    font-size: 20px;
}

section.cta_sec a {
    background: white;
    color: black;
    padding: 15px 55px;
    font-size: 18px;
}
section.cta_sec form input {
    height: 50px;
}
section.cta_sec form select {
    height: 50px;
}
section.cta_sec button {
    background: #14171c;
    color: white;
    padding: 15px;
    width: 100%;
    border: none;
    /* height: 50px; */
    font-size: 18px;
    margin-top:15px;
}




.gettouch_popup h5#exampleModalCenterTitle {
    display: initial;
}

.gettouch_popup  h5#exampleModalCenterTitle {
    color: white;
    font-size: 30px !important;
    font-weight: bold;
}

.gettouch_popup  .modal-header {
    background: #6ac769;
}

.gettouch_popup .modal-body {
    background: #6ac769;
    margin-top: -5px;
    padding: 20px;
}

.gettouch_popup .modal-body form input,select {
    height: 45px;
}

.gettouch_popup .modal-body form select {
    height: 50px;
    color: gray;
}

.gettouch_popup .modal-body form button {
    background: #131313;
    color: white;
    padding: 15px;
    width: 100%;
    border: none;
}

ul.scrollbar {
    margin-left: 0;
    float: left;
    height: 200px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px!important;
    padding-right: 20px!important;
    overflow-x: hidden;
}

.sec-pricing .cdiv {
    border-radius: 10px;
    background: #051b4a;
    border: 1px solid #051b4a;
    transition: all ease .75s;
    margin-top: 30px;
    position: relative;
}
.sec-pricing .cdiv {
    border-radius: 10px;
    background: #051b4a;
    border: 1px solid #051b4a;
    transition: all ease .75s;
    margin-top: 30px;
    position: relative;
}

.sec-pricing .cdiv .cbtm h3 span {
    color: #808080;
    font-size: 43px;
    font-weight: 400;
    text-decoration: line-through;
    position: relative;
    top: -8px;
    padding-left: 12px;
}

.sec-pricing .cdiv .cbtm h3 {
    margin: 20px 20px 0 0;
    color: #6ac769;
    font-size: 55px;
    font-weight: 800;
    text-align: right;
}

.sec-pricing .cdiv .cbtm h3 {
    margin: 20px 20px 0 0;
    color: #6ac769;
    font-size: 55px;
    font-weight: 800;
    text-align: right;
}
.sec-pricing .cdiv .cbtm h3 {
    margin: 20px 20px 0 0;
    color: #6ac769;
    font-size: 55px;
    font-weight: 800;
    text-align: right;
}

.sec-pricing .cdiv .cbtm h3 {
    margin: 20px 20px 0 0;
    color: #6ac769;
    font-size: 55px;
    font-weight: 800;
    text-align: right;
}


  div#pop-form {
        margin-right: 10px !important;
    }

    li.nav__list-item:nth-child(8) {
        /* display: none !important; */
    }
    
    
@media(max-width: 991px) {
    div#pop-form {
        width: 100%;
        padding-top: 18px;
        height: 100% !important;
        background: #c7c7c7 !important;
    }
    
    .inner_banner .banner-txt h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner-txt p {
        font-size: 14px;
        padding-top: 15px;
        color: #fff;
        line-height: 20px;
    }
    .banner-txt {
        position: relative;
        top: 0;
        z-index: 99999;
    }
    .logo {
        width:135px !important;
        margin: 0 0 0 10px;
        filter: inherit;
    }
    
    
    }
    
    
     @media only screen and (max-width: 768px) {
  
                #exampleModal1 .modal-dialog{
                     max-width: 600px !important;
                     width: 310px !important;
                     margin: 40px auto 0;
                }
                .flex {
                    display: flex;
                    align-items: center;
                    justify-content: center !important;
                }
                .sec-pricing {
    padding: 20px 0;
}

.sec-pricing .cdiv:before {
    content: '';
    position: absolute;
    background: url(../assets/images/mega-badge.png) no-repeat;
    top: -7px;
    right: 0px;
    width: 90px;
    height: 90px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
    background-size: contain;
}

.sec-pricing .cdiv .cbtm h3 span {

    display: block;
}

.text-white img {
    display: none !important;
}

.sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 30px;
}

}
           
           
           .blogcontentinner_div a {
    color: #dd6b21 !important;
    font-weight: bold !important;
}



.modal-body  .col-md-6 {
        width: 100% !important;
    }

.popuImg{
display:none !important;
    

}
  