body {
    font-family: 'Poppins';
}

.header {
    padding: 30px 0;
}

a:hover {
    text-decoration: none;
}

.number-need a {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

a.grad-btn {
    background: linear-gradient(to right, rgb(14, 123, 229) 0%, rgb(31, 178, 119) 100%);
}

a.grad-btn:hover {
    background: rgb(35, 193, 89);
    box-shadow: 7px 5px 5px 2px #20b66d;
    transition: all 0.5s;
}

section.banner {
    background: url(../images/lp-banner-04.jpg);
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-top: -116px;
}

section.banner h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 70px 0 0 0;
}

section.banner h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

section.banner h2 strong {
    color: #2ad62e;
}

section.banner p {
    font-size: 16px;
    line-height: 26px;
}

section.banner ul.yel-list {
    /* margin-top: 20px; */
    padding: 0px;
}

section.banner ul.yel-list li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    /* width: 48%; */
    /* display: inline-block; */
    color: #fff;
    text-shadow: 2px 3px 7px #8a5151;
    list-style: none;
    padding: 0px;
}

section.banner ul.yel-list li img {
    padding-right: 10px;
    max-width: 22px;
}

section.banner a.chat.grad-btn {
    display: inline-block;
    margin: 0px 0 20px;
    color: #fff;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px;
}

section.banner a.caal-always {
    display: inline-block;
    margin: 0px 0 20px;
    color: #fff;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}

section.banner a.caal-always span {
    color: #f6cb3a;
    font-weight: 700;
    padding-right: 4px;
}

.banner-form {
    width: 95%;
    background: #ffffff;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    float: right;
    border-radius: 15px;
    z-index: 3;
    margin-top: 43px;
    text-align: center;
    padding: 30px 20px 40px;
}

.banner-form h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 77px;
    position: relative;
    background: #1d38c6;
    width: 128%;
    margin-left: -40px;
    margin-top: -30px;
    text-align: center;
    margin-bottom: 20px;
}

.banner-form h2 sup {
    display: inline-block;
    top: -6px;
    left: 4px;
}

.banner-form h2 sub {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    left: 193px;
    top: inherit;
    bottom: 44px;
}

.banner-form h2 span {
    display: inline-block;
    color: #f6cf0b;
    font-size: 17px;
    font-style: italic;
    width: 100px;
    padding-left: 54px;
    text-align: left;
    margin-top: -6px;
}

.banner-form select,
.banner-form input {
    width: 97%;
    padding: 7px 17px;
    margin-bottom: 10px;
    outline: none;
    background: #fff;
    font-size: 12px;
    color: #464646;
    font-weight: 500;
    font-family: 'Poppins';
    height: 43px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}

.banner-form textarea {
    min-height: 80px;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 10px;
    outline: none;
    font-size: 13px;
    line-height: normal;
    color: #000000;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-family: 'Poppins';
}

.banner-form input[type="submit"] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    margin-top: 0px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    outline: none;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto !important;
    display: block !important;
    color: #fff;
    font-weight: 500;
	cursor:pointer;
    background: rgba(210, 42, 67, 1);
    background: -moz-linear-gradient(left, rgba(210, 42, 67, 1) 0%, rgba(240, 118, 10, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210, 42, 67, 1)), color-stop(100%, rgba(240, 118, 10, 1)));
    background: -webkit-linear-gradient(left, rgba(210, 42, 67, 1) 0%, rgba(240, 118, 10, 1) 100%);
    background: -o-linear-gradient(left, rgba(210, 42, 67, 1) 0%, rgba(240, 118, 10, 1) 100%);
    background: -ms-linear-gradient(left, rgba(210, 42, 67, 1) 0%, rgba(240, 118, 10, 1) 100%);
    background: linear-gradient(to right, rgb(14, 123, 229) 0%, rgb(31, 178, 119) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1);
}

.banner-form input[type="submit"]:hover {
    background: rgb(35, 193, 89);
    box-shadow: 5px 3px 2px 2px #20b66d;
    transition: all 0.5s;
}

.banner-form:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    background: #ef730b;
    left: 0;
    border-left: 2px solid #d22a43;
    border-right: 2px solid #f0760a;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #d22a43 0%, #f0760a 100%), linear-gradient(to right, #d22a43 0%, #f0760a 100%);
    z-index: 5;
    display: none;
}

.banner-form .border-left,
.banner-form .border-right {
    border-left: 2px solid #d22a43;
    border-right: 2px solid #f0760a;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #d22a43 0%, #f0760a 100%), linear-gradient(to right, #d22a43 0%, #f0760a 100%);
    position: absolute;
    top: 0;
    display: none;
    width: 2px;
    left: -3px;
    height: 120px;
}

.banner-form .border-right {
    left: inherit;
    right: -3px;
}

.clear {
    clear: both;
}

section.newserv .col-sm-3 {
    padding: 0px;
}

section.newserv li {
    padding: 29px 10px;
    padding-left: 100px;
    position: relative;
    font-size: 13px !important;
    color: #ffffff;
    width: 100%;
    /* margin: -2px 0 0 0; */
    padding-right: 20px;
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
    min-height: 110px;
}

section.newserv li i img {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 20px;
    vertical-align: middle;
    max-width: 45px !important;
    top: 27px;
}

section.newserv .blue {
    background: #3d59e8;
}

section.newserv .yellow {
    background: #fab04d;
}

section.newserv .orange {
    background: #fe7e00;
}

section.newserv .green {
    background: #08c482;
}

section.exp {
    padding: 30px 0;
    font-family: 'Poppins';
    box-shadow: #adaaaa33 0 0 8px;
}

section.exp h2 {
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

section.exp h2 span {
    font-size: 18px;
    display: block;
    font-weight: 300;
}

section.exp ul li {
    display: inline-block;
    padding: 0px 23px;
    text-align: center;
    font-size: 11px;
    color: #555555;
    font-weight: 400;
    font-size: 14px;
}

section.exp ul li b {
    display: block;
    font-size: 21px;
    color: #17629b;
}

section.exp ul {
    margin: 0;
}

section.exp ul li+li b {
    color: #5e258b;
}

section.exp ul li+li+li b {
    color: #468c13;
}

section.exp ul li+li+li+li b {
    color: #135e9b;
}

section.exp ul li+li+li+li+li b {
    color: #d02e64;
}

section.portfolio {
    padding: 60px 0;
    text-align: center;
}

section.portfolio h2 {
    font-size: 37px;
    font-weight: 700;
    color: black;
}

section.portfolio p {
    width: 68%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #818181;
}

section.portfolio img.pf-img {
    transition: 1s all !important;
}

section.portfolio img.pf-img:hover {
    transform: scale(1.22);
    background: #ffffff;
    content: "";
    transition: 1s all;
    color: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0px 0px 18px #00000063;
}

section.packages {
	background-color: #f9f9f9;
    padding: 60px 0;
}

section.packages h2 {
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    color: black;
    width: 60%;
    margin: 0 auto;
}

section.packages p.pak-p {
    width: 68%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    margin-top: 20px;
}


/* .pricebox-start */

.pricebox {
    position: relative;
}

.pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #dc0000;
}

.pricebox h3 {
    display: inline-block;
    font-size: 67px;
    margin: 0;
    font-weight: 700;
    color: #dc0000;
    /* padding-right:10px; */
}

.pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
}

.pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}


/* .pricebox-end */

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

.style-14::-webkit-scrollbar {
    width: 5px;
    background-color: #f8f8f8;
}

.style-14::-webkit-scrollbar-thumb {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(90deg, #6c6c6c, #6c6c6c, #6c6c6c 100%, #6c6c6c 75%, #6c6c6c)
}

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 200px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.force-overflow {
    min-height: 450px;
}

.pack {
	background-color: white;
    border-radius: 5px;
    padding: 20px 20px 0px;
    position: relative;
    border: 2px solid #d8dfe6;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.pack:hover {
    border: 2px solid #d22a43 !important;
}

.pack h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 14px;
}

.pack p {
    font-size: 11px;
    color: #727272;
    text-align: left;
    width: 89%;
    margin: 0 0 9px;
}

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

.scrollbar li {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 500;
    padding-left: 0px;
    position: relative;
    margin-bottom: 3px;
}

.actions a {
    vertical-align: top;
    min-width: inherit;
    margin: 0px;
    position: relative;
    color: #7b7b7b;
    font-size: 9px;
}

.actions a span {
    font-size: 13px;
    float: left;
    font-weight: bold;
    color: #7f7b7b;
}

.actions a span small {
    display: block;
    font-size: 12px;
    line-height: 0;
    font-weight: 800;
    color: #000000;
    margin-bottom: -11px;
    margin-top: 19px;
}

section.packages a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
}

i.popular250-tag {
    background: url(../images/250-tag.png) no-repeat left top;
    position: absolute;
    right: 0;
    top: -6px;
    width: 146px;
    z-index: 9999;
    height: 121px;
}

.scrollbar h4 {
    color: #848894;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 24px;
}

section.helpingbrand {
    padding: 50px 0;
    font-family: 'Poppins';
    color: #232323;
}

section.helpingbrand h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.helpingbrand p {
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    line-height: 23px;
}

section.helpingbrand ul {
    margin-top: 30px;
    padding: 0px;
}

section.helpingbrand ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 52px;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 60px;
}

section.helpingbrand ul li i {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

section.helpingbrand ul li i img {
    width: 100%;
    margin-left: 10px;
}

section.cta-new {
    padding: 30px 0;
    background: #2e0025;
    color: #fff;
}

section.cta-new ul li {
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    margin-bottom: 10px;
}

section.cta-new ul li i {
    color: #ff4474;
    font-size: 20px;
    margin-right: 10px;
}

section.cta-new h2 {
    margin: 0 0;
    font-size: 45px;
    font-weight: 600;
    margin-top: 2px;
}

section.cta-new a.grad-btn {
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    /* text-transform: uppercase; */
    font-weight: 400;
    padding: 18px 9px;
    font-size: 13px;
}

section.sponsorcta {
    padding: 30px 0;
}

section.cform-section {
    background: #2e0025;
    background-size: cover;
    padding: 65px 0 52px;
    color: #fff;
    text-align: center;
}

section.cform-section h2 {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 30px;
}

section.cform-section p {
    padding: 0 130px;
    margin-bottom: 25px;
    font-size: 14px;
}

section.cform-section form ul li {
    display: inline-block;
    width: 31.3%;
    margin: 0 4px;
}

section.cform-section form ul li input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    background: none;
    border: 2px solid #5d6183;
    outline: none;
    font-size: 12px;
    color: white !important;
}

section.cform-section form ul li textarea {
    padding: 10px 12px;
    width: 96%;
    border-radius: 20px;
    border: none;
    background: none;
    border: 2px solid #5d6183;
    min-height: 130px;
    margin-top: 17px;
    outline: none;
    font-size: 12px;
    color: white !important;
}

section.cform-section form ul li input::placeholder {
    color: white;
}

section.cform-section form ul li textarea::placeholder {
    color: white;
}

section.cform-section form ul li input[type="submit"] {
    border: none;
    box-shadow: none;
    color: #fff !important;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 700;
	cursor:pointer;
    color: #0b0f33;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    background: linear-gradient(to right, rgb(14, 123, 229) 0%, rgb(31, 178, 119) 100%);
}

section.cform-section form ul li.full-li {
    width: 100%;
}

footer {
    background: #23124c;
    padding: 10px 0;
}

p.copy-rgt {
    font-size: 14px;
    color: white;
    margin: 0px;
	text-align:center;
}

.text-right-2 a.terms {
    color: white;
    font-size: 14px;
}
.col-md-7.text-right-2 {
    text-align: end;
}

/* popup-form */

.popupform {
    width: 450px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #0467ff 5px solid;
    border: 2px solid #000;
    background-color: #fff;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #db0000 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
}

.popupform p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}

.popupform ul {
    margin: 0;
    padding: 0px;
}

.popupform .col-md-12 ul li {
    text-align: center;
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #db0000;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
    background: #ffffff;
    border: #dedede 2px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li input[type="submit"]:hover {
    background: #db0000;
}

.popupform ul li input[type="submit"] {
    background: #db0000;
    color: #fff;
    font-size: 18px;
    border: #db0000 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 50px;
    width: 195px;
	cursor:pointer;
}

.modal-content {
    background: transparent;
    width: 90%;
    border: transparent;
}

.modal-header {
    padding: 0px;
    border: transparent;
}

button.close {
    background: white;
    opacity: 1;
    border-radius: 50%;
    padding: 6px 10px !important;
    border: 3px solid #db0000;
}
.modal-header .close{margin: -1rem -2rem -1rem auto;}

ul.contact-list {
    padding: 0px;
}

form.footer-vld-frm ul {
    padding: 0px;
}

.modal-header {
    margin-bottom: -30px;
    z-index: 9;
    margin-top: 60px;
}
section.numbers {
    padding: 50px 0;
    font-family: 'Poppins';
    color: #232323;
    background: #f4f7fc;
}
section.numbers h2 {
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    color: black;
    /* width: 60%; */
    margin: 0 auto;
}
section.numbers p.pak-p {
    width: 68%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    margin-top: 20px;

}
section.numbers ul {
    margin: 110px 0 0;
    padding: 0px;
}
section.numbers ul li {
    display: inline-block;
    background: #fff;
    width: 355px;
    padding: 30px;
    margin: 0 5px;
    position: relative;
    padding-top: 70px;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 23px;
}
section.numbers ul li i {
    position: absolute;
    top: -60px;
}
section.numbers ul li p {
    min-height: 180px;
}
section.numbers ul li h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
section.numbers ul li h4 {
    color: #a7a7a7;
    font-size: 14px;
    margin: 0;
    display: none;
}
section.numbers ul li img.aut-img {
    position: absolute;
    right: 30px;
    bottom: -30px;
}

/* ///responsive//// */
@media screen and (max-width:767px) {
    section.numbers ul li {
        width: 100%;
        margin: 40px 0px;
    }
    section.banner ul.yel-list li {
        font-size: 12px;
    }
    section.portfolio p {
        width: 100%;
    }
    section.portfolio h2 {
        font-size: 28px;
    }
    section.portfolio {
        padding: 30px 0;
    }
    section.packages {
        padding: 30px 0;
    }
    section.packages h2 {
        font-size: 27px;
        width: 100%;
    }
    section.numbers h2{
        font-size: 23px;
        width: 100%;
    }
    section.numbers p.pak-p {
        width: 100%;
        margin-top: 0px;
        font-style: 13px;
    }
    section.packages p.pak-p {
        width: 100%;
        margin-top: 0px;
    }
    section.helpingbrand h2 {
        font-size: 30px;
    }
    section.cform-section p {
        padding: 0 0px;
        margin-bottom: 11px;
        font-size: 12px;
    }
    section.cform-section h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    section.cform-section form ul li {
        display: inline-block;
        width: 100%;
        margin: 7px 0px;
    }
    section.cform-section form ul li textarea {
        padding: 10px 12px;
        width: 100%;
        margin-top: 7px;
    }
    .row.disclaimer {
        text-align: center !important;
    }
    .col-md-7.text-right {
        text-align: center !important;
    }
    section.cta-new h2 {
        font-size: 35px;
        margin-top: 2px;
        margin-bottom: 21px;
        text-align: left !important;
    }
    section.cta-new a.grad-btn {
        font-weight: 400;
        padding: 18px 29px;
        font-size: 14px;
    }
    section.exp.hidden-xs ul {
        padding: 0px;
        margin-top: 20px;
    }
    section.exp ul li {
        display: inline-block;
        padding: 8px 11px;
        text-align: left;
    }
    .pack {
        margin-top: 40px;
        height: 93%;
    }
}
@media screen and (max-width:425px) {
    .text-right {
        display: none;
    }
    .logo-device {
        text-align: center;
    }
    section.banner {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    section.banner h1 {
        font-size: 40px;
    }
    section.banner h2 {
        font-size: 33px;
    }
    section.banner a.caal-always{
        padding: 0px;
    }
    section.portfolio h2 {
        font-size: 24px;
    }
    section.portfolio img.pf-img:hover {
        transform: scale(1.1);
    }
    section.portfolio img.pf-img {
        transition: 1s all !important;
    }
    section.portfolio img.pf-img {
        margin-top: 30px;
    }
    section.portfolio .row.mt-4 {
        margin-top: 0px !important;
    }
    section.packages h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    section.numbers h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    p.pak-p {
        margin-bottom: -60px !important;
    }
    section.helpingbrand h2 {
        font-size: 26px;
        margin: 20px 0 10px;
    }
    section.cform-section h2 {
        font-size: 23px;
        margin-bottom: 17px;
    }
    section.cta-new h2 {
        font-size: 31px;
        margin-bottom: 28px;
    }
    section.cform-section form ul li input[type="submit"]{
        margin-top: 0px;
    }
    p.copy-rgt {
        font-size: 13px;
    }
    a.terms {
        color: white;
        font-size: 14px;
    }
    .col-md-7.text-right-2 {
        text-align: center;
    }
    .popupform {
        width: 380px;
    }
    .popupform h2 {
        font-size: 22px;
    }
}
@media screen and (max-width:375px) {
    section.helpingbrand h2 {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .popupform {
        width: 330px;
    }
    
}