
.lp-web header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    padding: 15px 0 0;
}
.lp-web header .head-btm .logo img {
    width: 100%;
    /* filter: brightness(100); */
}
.lp-web  header .lp-btn a.chat {
    margin: 0 30px;
}
.lp-web header .lp-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.lp-web header .head-btm .menu{
    display: inline-block;
    margin-right: 50px;
}
.lp-web header .head-btm .menu ul li {
    padding: 13px 0 0 20px;
}
.lp-web .sec-banner {
    padding: 90px 0 20px;
}
.lp-web  .sec-banner .desc {
    color: #fff;
    padding: 100px 0 50px;
}
.lp-web .sec-banner .desc h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 6px;
}
.lp-web .sec-banner .desc h1 span {
    font-style: normal;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
    color: #ff5337;
    font-family: 'Poppins', sans-serif ! important;
}
.lp-web  .sec-banner .desc p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    max-width: 90%;
}
.lp-web .sec-banner .desc ul {
    padding: 0;
    margin: 20px 0 20px;
    overflow: hidden;
}
.lp-web .sec-banner .desc ul li {
    list-style: none;
    width: 100%;
    float: none;
    margin-bottom: 9px
}
.lp-web .sec-banner .desc ul li p svg {
    width: 20px;
    display: inline-block;
    height: 20px;
    fill: #ef5036;
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.lp-web .sec-banner .desc ul li p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.lp-web .sec-banner .desc h1 span:before{
    display: none;
}
.lp-web .sec-banner .desc a.num {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.lp-web .sec-banner .desc img.rating {
    margin: 20px 0 0;
}
.lp-web .sec-banner .desc a.chat {
    background: #ef5036;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border-radius: 92px;
    padding: 13px 40px;
    margin-right: 20px;
    display: inline-block;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
}
header .lp-btn {
    margin: 8px 0 0;
    display: inline-block;
}
header .lp-btn a.st {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ae00a2;
    margin-right: 0;
    background: #ae00a2;
    padding: 8px 25px;
    display: inline-block;
}
header .lp-btn a.st img {
    padding-left: 20px;
    filter: brightness(100);
}

.lp-web .sec-4{
    padding: 60px 0 0;
}
.lp-web .sec-5 {
    margin-top: 0;
}
.lp-web .sec-4 .slick-arrow {
    bottom: 20px;
}

.lp-web .agency-slider {
    height: 600px !important;
}
.lp-web .sec-rev {
    margin-top: 130px;
}


.sec-banner .box-lead{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 27px 0px rgb(0 0 0 / 15%);
    padding: 50px;
    text-align: center;
    margin-top: 105px;
}

.sec-banner .box-lead h4{
    margin: 0 0 7px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}   
.sec-banner .box-lead h3{
    margin: 0 0 32px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.sec-banner .box-lead h3 span{
    color: #2b3957;
}
.sec-banner .box-lead form{

}
.sec-banner .box-lead form input, .sec-banner .box-lead form select, .sec-banner .box-lead form textarea{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    width: 100%;
}
.sec-banner .box-lead form input[type="submit"]{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: #2b3957;
    text-transform: uppercase;
    margin: 35px 0 0;
    cursor: pointer;
}
.sec-banner .box-lead form p{
    margin: 10px 0 0;
    color: #000000;
    font-weight: 500;
    font-size: 12.5px;
}
.sec-banner .box-lead form p a{
    text-decoration: underline;
    color: #000;
}



/*Web lead popup*/


.popupform {
    width: 450px;
    border-radius: 23px;
    padding: 0;
    overflow: visible;
    border-bottom: #0467ff 5px solid;
    border: 9px solid #2b3957;
}
.popupform .box-lead{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 27px 0px rgb(0 0 0 / 15%);
    padding: 40px;
    text-align: center;
    margin-top: 0;
    border-radius: 15px;
}

.popupform .box-lead h4{
    margin: 0 0 7px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}   
.popupform .box-lead h3{
    margin: 0 0 15px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.popupform .box-lead h3 span{
    color: #2b3957;
}
.popupform .box-lead form{

}
.popupform .box-lead form input, .popupform .box-lead form select, .popupform .box-lead form textarea{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    width: 100%;
}
.popupform .box-lead form textarea {
    height: 90px;
    resize: none;
}
.popupform .box-lead form input[type="submit"]{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: #2b3957;
    text-transform: uppercase;
    cursor: pointer;
}
.popupform .box-lead form p{
    margin: 10px 0 0;
    color: #000000;
    font-weight: 500;
    font-size: 12.5px;
}
.popupform .box-lead form p a{
    text-decoration: underline;
    color: #000;
}

.popupform .fancybox-close-small {
    border: #2b3957 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -20px;
    top: -20px;
    overflow: visible;
}
.popupform .fancybox-close-small:after {
    color: #2b3957;
    font-size: 24px;
    right: 4px;
    content: "\f00d";
    font: normal normal normal 20px/1 FontAwesome;
    width: auto;
    height: auto;
    left: 4px;
    top: 8px;
}
.fancybox-close-small:focus:after {
    outline: none;
}


/*lp-ind*/

.lp-ind{
    padding: 30px 0;
    background: #f8f6fb;
}
.lp-ind .lf{
    padding-left: 22vw;
    margin: 45px 0 0;
}
.lp-ind .lf h2{
    margin: 0;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 400;
}
.lp-ind .lf h2 span{
    display: block;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
}
.lp-ind .main{
    position: relative;
    box-shadow: 0px 1px 33px 0px rgba(80, 8, 134, 0.13);
    border-radius: 15px;
}
.lp-ind .main .pic{
    
}
.lp-ind .main .pic img{
      width: 100%;  
}
.lp-ind .main .desc{
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;    
}
.lp-ind .main .desc img.icon{
     margin: auto;   
}
.lp-ind .main .desc h4{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 6px 0 0;   
}

.lp-ind .slick-list.draggable {
    padding: 0 10% 0 0;
}
.lp-ind .slick-track{
    padding: 30px 0;
}


.lp-web .sec-port .btnss a.port, .lp-web .sec-4 .desc a.port{
    display: none;
}


.banner-form {
    position: relative;
    width: 92%;
    float: left;
}


.banner-form:before {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 96%;
    height: 467px;
    border-radius: 15px;
    z-index: 0;
    background: rgb(43,57,87);
}

.banner-form:before {content: "";}

.banner-form {
    position: relative;
    width: 92%;
    float: left;
    margin-top: 60px;
}
.banner-form form {
    width: 92%;
    background: #ffffff;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    float: right;
    border-radius: 15px;
    z-index: 4;
    margin-top: 43px;
    text-align: left;
    padding: 20px 20px 20px;
}
.banner-form form:before {
    content: "LIMITED TIME OFFER";
    background:rgb(43,57,87);
    padding: 5px 20px;
    font-size: 12px;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -100px;
    top: 110px;
    letter-spacing: 2px;
}
.banner-form h3 {
    font-size: 25px;
    /* letter-spacing: 1px; */
    margin: 0 0 15px;
    line-height: 41px;
    font-weight: 500;
    /* font-family: 'Poppins', sans-serif !important; */
    color: #202020;
}
.banner-form h3 i {
    font-style: normal;
}
.banner-form h3 strong {
    display: block;
}
.banner-form h3 span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.banner-form select, .banner-form input {
    width: 97%;
    padding: 7px 17px;
    margin-bottom: 10px;
    /* border-bottom: 2px solid #ef730b !important; */
    outline: none;
    background: #f4f4f4;
    font-size: 12px;
    color: #464646;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    height: 43px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #ebe5e5;
    color: #a79e9e;
}
.banner-form textarea {
    min-height: 80px;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 10px;
    /* border-bottom: 2px solid #ef730b !important; */
    outline: none;
    font-size: 13px;
    line-height: normal;
    color: #000000;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #ebe5e5;
    font-family: 'Poppins', sans-serif;
    background: #f4f4f4;
}
.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: auto;
    margin: 0 auto !important;
    display: block !important;
    color: #fff;
    font-weight: 500;
    background: #ff5337;
    border-radius: 100px;
    float: left;
    cursor: pointer;
}
.banner-form input::placeholder{
    color:#a79e9e;
}
.banner-form textarea::placeholder{
     color:#a79e9e;
}
.sec-banner .desc a.st.sec {
    background: #fff;
    color: #2b3957;
}
.sec-banner .desc a.st.sec:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.sec-banner .desc a.st.sec img {
     filter: none;
}
.sec-banner .desc a.st.sec:hover img {
    filter: brightness(100);
}
.sec-banner .desc a.st:hover{
    color: #ffffff;
    border: 1px solid #2b3957;
    background: #2b3957;
    transition: all ease .7s;
}


/*sec-2*/


.sec-2{
    background: #fff;
    padding: 15px 0;
    box-shadow: 3px 20px 22px 0px rgb(0 0 0 / 20%);
    z-index: 999;
        position: relative;
}
.sec-2 .c-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
}
.sec-2 .c-col-2-5 {
    flex-basis: 20%;
    padding: 0 15px;
}
.sec-2 .logos {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    overflow: hidden;
    height: 100%;
}
.sec-2 .logos img {
    width: auto;
    height: auto;
    margin: auto;
    filter: saturate(0);
    transition: ease all 0.25s;
    opacity: 0.6;
    object-fit: contain;
    max-width: 100%;
    max-height: 60px;
}
.sec-2 .logos:hover img {
    filter: none;
    opacity: 1;
}

.sec-2 ul.logos1 {
    padding: 15px 0 0;
    margin: 0;
    min-height: 120px !important;
    margin: 0px;
}
.sec-2 ul.logos1 li{
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 16%;
    vertical-align: middle;
}
.sec-2 ul.logos1 li img {
    width: auto;
    height: auto;
    margin: auto;
    transition: ease all 0.25s;
    object-fit: contain;
    max-width: 100%;
    max-height: 90px;
}

.sec-2 ul.logos2 {
    padding: 20px 0 0;
    margin: 0;
    min-height: 120px !important;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-2 ul.logos2 li {
    display: inline-block;
    padding: 0 0px 0 50px;
    position: relative;
    /* width: 17%; */
    text-align: left;
    margin: 0 1%;
    border-right: 1px solid #acacac;
    min-height: 60px;
}

.sec-2 ul.logos2 li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.sec-2 ul.logos2 li h5 {
        font-size: 40px;
        color: #e14643;
        font-weight: 500;
        line-height: 1.3;
        margin: 10px 0 0;
}

.sec-2 ul.logos2 li h5 span {
    display: block;
    font-size: 14px;
    color: #2b3957;
    text-transform: uppercase;
    font-weight: 600;
}
.sec-2 ul.logos2 li:last-child{
    border: none;
}

.blinker {
    animation: blinker 1s step-start infinite;
}
.blinker {animation: blinker 1s step-start infinite;}



@keyframes blinker {
  50% {
    color: #2b3957; 
  }
}


body.lp-web .sec-4 .desc a.st {
    display: none;
}

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


section.cform-section form {
    width: 80%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

section.cform-section form input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    background: none;
    border: 2px solid #fff;
    outline: none;
     color: #fff;
    font-size: 11px;
}



section.cform-section form textarea {
    padding: 10px 12px;
    width: 100%;
    border-radius: 20px;
    border: none;
    background: none;
    border: 2px solid #fff;
    min-height: 130px;
    margin-top: 17px;
    outline: none;
     color: #fff;
    font-size: 11px;
}

section.cform-section form input[type="submit"] {
    border: none;
    box-shadow: none;
    color: #fff !important;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #0b0f33;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    background: #ef5036;
    width: auto;
    padding: 10px 120px;
    cursor: pointer;
}

section.cform-section form  textarea::-webkit-input-placeholder, section.cform-section form  input::-webkit-input-placeholder {color: #fff;font-size: 11px;font-weight: 500;}

section.cform-section h2 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 30px;
}
section.cform-section h2+p {
    padding: 0 80px;
    margin-bottom: 20px;
    font-size: 15px;
}


footer.foot-lp {
    background: #0d1c3e;
    background-size: cover;
    padding: 12px 0 !IMPORTANT;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    line-height: 26px !important;
}
footer.foot-lp a, footer.foot-lp p {
    padding: 0 0px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    margin: 0;
}


section.cta-n {
    color: #fff;
    background: #0d0f35;
    padding: 90px 0;
}

section.cta-n a {}

section.cta-n a {
    color: #fff;
}

section.cta-n ul {
    margin: 0;
    text-align: right;
}

section.cta-n ul li {
    display: inline-block;
    margin-left: 53px;
    position: relative;
    padding-left: 61px;
    font-size: 16px;
    text-align: left;
}

section.cta-n ul li a {
    display: block;
}
section.cta-n ul li a:hover img {
    animation: none;
    transition: none;
}
section.cta-n ul li span {
    display: block;
    font-size: 13px;
}

section.cta-n ul li i {
    position: absolute;
    left: 0;
    top: 0;
}

section.cta-n h4 {
    margin: -4px 0 0;
    font-size: 28px;
    font-weight: 400;
}


.callusnow {
    width: 50px;
    height: 50px;
    color: #2b3957;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgb(37 0 22 / 71%);
    padding: 6px 0 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #fff;
    border: solid 3px #2b3957;
    display: none;
}
.callusnow:hover{
    color: #2b3957;
}
@keyframes scrollDownAnimation{from{transform:translateY(0)}to{transform:translateY(-10px)}}@-webkit-keyframes scrollDownAnimation{from{transform:translateY(0)}to{transform:translateY(-10px)}}


/*popupform-onload*/

.popupform-onload {
    width: 800px;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    border-bottom: none;
    border: none;
    margin: 0 !important;
}
.popupform-onload .box-lead{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 27px 0px rgb(0 0 0 / 15%);
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    position: relative;
}

.popupform-onload  .pic{
    position: relative;
}
.popupform-onload  .pic:after{
    content: '';
    position: absolute;
    background: url(../images/lp/3.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    right: -150px;
    bottom: -13px;
}
.popupform-onload  .pic img{
    width: 100%;
}
.popupform-onload  .desc {
    height: 100%;
    width: 100%;
    padding: 0 50px;
    position: relative;
}
.popupform-onload  .desc:before{
    content: '';
    position: absolute;
    background: url(../images/lp/1.png) no-repeat;
    width: 130px;
    height: 200px;
    background-size: contain;
    right: 15px;
    top: 0;
}
.popupform-onload  .desc:after{
    content: '';
    position: absolute;
    background: url(../images/lp/2.png) no-repeat;
    width: 90px;
    height: 130px;
    background-size: contain;
    right: 3px;
    bottom: -1px;
}
.popupform-onload  .d-table-cell {
    display: table-cell!important;
    vertical-align: middle;
}
.popupform-onload  .desc h2{
    margin: 0 0 20px;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
}
.popupform-onload .desc h2 span {
    color: #2b3957;
    font-size: 24px;
    font-weight: 700;
}
.popupform-onload  .desc h2 b{
    color: #2b3957;
    font-size: 36px;
}
.popupform-onload  .desc label{
    display: block;
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    margin: 0 0 3px 3px;
}
.popupform-onload  .desc input, .popupform-onload  .desc select{
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 30px;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
    background: #fff;
}
.popupform-onload  .desc input[type="submit"] {
    background: #ff5337;
    color: #fff;
    width: auto;
    padding: 8px 30px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
    font-weight: 700;
}
.popupform-onload .fancybox-close-small {
    border: #ff5337 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -20px;
    top: -20px;
    overflow: visible;
}

.popupform-onload .fancybox-close-small:after {
    color: #2b3957;
    font-size: 24px;
    right: 4px;
    content: "\f00d";
    font: normal normal normal 20px/1 FontAwesome;
    width: auto;
    height: auto;
    left: 4px;
    top: 8px;
}

.popupform-onload  .desc input[type="submit"].no-anim{
    animation: none;
} 



section.packages {
    background: #f8f6fa;
    padding: 50px 0;
    position: relative;
}
section.packages  .abs-r-1{

position: absolute;

left: 280px;

bottom: 30px;
}

section.packages  .abs-r-2{

position: absolute;

left: 0;

top: 90px;
}

section.packages  .abs-r-3{

position: absolute;

right: 0;

top: 60px;
}

section.packages  .abs-r-4{

position: absolute;

right: 0;

bottom: 100px;
}

section.packages h4.off {
    position: absolute;
    background: #2b3957;
    color: #fff;
    margin: 0;
    right: -20px;
    top: 9px;
    font-size: 18px;
    font-weight: 600;
    padding: 7px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
section.packages .top-desc {
    margin-bottom: 40px;
}
section.packages .tab-content {
    display: none;
    align-items: center;
    justify-content: center;
}
section.packages #pr-tab1 {
    display: flex;
}
section.packages ul.pckg-menu{
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}
section.packages ul.pckg-menu li{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}
section.packages ul.pckg-menu li a{
    color: rgb(2 2 2 / 75%);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #b3b2b3;
    padding: 8px 18px;
    transition: all ease .5s;
}
section.packages ul.pckg-menu li.current a, section.packages ul.pckg-menu li:hover a{
    color: #2b3957;
    border-color: #2b3957;
    transition: all ease .5s;
}

section.packages h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #190e2e;
    position: relative;
}
section.packages h3 {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 21px;
    color: #636363;
    font-weight: 400;
}

.titlebox {
    color: #fff;
    padding: 22px 20px 45px;
    border-radius: 14px;
    position: relative;
    top: -10px;
    background: rgb(43,57,87);
}

.titlebox h4 {
    display: block;
    width: 100%;
    float: none;
    margin-right: 20px;
    margin: 0px 11px 0px  0px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}

section.packages .titlebox h4+p {
    width: auto;
    text-align: left;
    margin-left: 20px;
    /* float: right; */
    margin: inherit;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}



section.packages h2:before {content: "";position: absolute;bottom: 6px;left: 48%;width: 128px;height: 7px;background: #fec84a;margin-left: -59px;z-index: -1;display: none;}

section.packages h2 a.grad-btn {
    color: #fff;
}
section.packages a.grad-btn {display: inline-block;margin: 10px 0 0;border-radius: 100px;border: 1px solid #ff5337;margin-right: 0px;display: inline-block;color: #fff;position: relative;font-weight: 500;padding: 9px 26px;font-size: 15px;background: #ff5337;text-transform: uppercase;}
section.packages p {
    color: #6e6e6e;
    font-size: 15px;
    width: 79%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
}
section.packages a.border-btn {
        font-weight: 600;
        padding: 6px 30px;
        background: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        border: 3px solid transparent;
        border-image: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
        border-image-slice: 5;
        text-transform: uppercase;
    }
section.packages .col-md-4 {
        margin: 20px 4px 20px;
    float: none;
    display: inline-block;
    width: 32%;
    padding: 0;
    background: #e9e9e9;
    border-radius: 15px;
    max-width: 32%;
    flex: 0 0 32%;
}
section.packages [class^="col-md-4"]>div.pkgbox {
    padding: 20px 20px 0;
    /* border: 2px solid #d8dfe6; */
    border-radius: 14px;
    box-sizing: border-box;
    text-align: left;
    width: 96%;
    background: #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    float: right;
    position: relative;
    /* top: -30px; */
    margin-top: -40px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
section.packages [class^="col-md-4"]>div.pkgbox h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: center;
    border-bottom: #ccc 1px dotted;
    padding-bottom: 11px;
}
section.packages [class^="col-md-4"]>div.pkgbox i {
    position: absolute;
    right: 0;
    top: -18px;
    width: 100%;
    left: 0;
}
section.packages [class^="col-md-4"]>div.pkgbox .pricebox {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
section.packages [class^="col-md-4"]>div.pkgbox .pricebox sup {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    color: #2b3957;
    top: -1px;
}
section.packages [class^="col-md-4"]>div.pkgbox .pricebox h3 {
    display: inline-block;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    color: #2b3957;
    padding-right: 10px;
}
section.packages [class^="col-md-4"]>div.pkgbox .pricebox strike {
    font-size: 20px;
    color: #3d3d3d;
    /* position: absolute; */
    right: 10px;
    font-weight: 600;
    top: 8px;
}
section.packages [class^="col-md-4"]>div.pkgbox .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    display: none;
    font-weight: 700;
}
section.packages [class^="col-md-4"]>div.pkgbox ul li {
    font-size: 14px;
    color: #140002;
    font-weight: 400;
    padding-left: 23px;
    position: relative;
    margin-bottom: 9px;
    line-height: 17px;
    list-style: none;
}
section.packages [class^="col-md-4"]>div.pkgbox ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 5px;
    position: absolute;
    left: 0;
}
section.packages [class^="col-md-4"]>div.pkgbox ul li:before {
    content: "\f00c";
    color: #2b3957;
    font-size: 15px;
    top: 1px;
}
section.packages [class^="col-md-4"]>div.pkgbox ul {
    margin-bottom: 11px;
    margin-top: 5px;
    padding: 0;
}
section.packages [class^="col-md-4"]>div.pkgbox p.addontag {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-weight: 700;
    /* display: none; */
    margin: 7px 0;
}
section.packages [class^="col-md-4"]>div.pkgbox p.addontag strong {
    color: #db0000;
}
section.packages [class^="col-md-4"]>div.pkgbox a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 0px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px;
}
section.packages [class^="col-md-4"]>div.pkgbox h2+p {
    font-size: 11px;
    color: #727272;
    text-align: left;
    width: 89%;
    margin: 0 0 9px;
}
section.packages [class^="col-md-4"]>div.pkgbox:hover {
 
}
/*
 *  STYLE 14
 */
.style-14::-webkit-scrollbar-track
{

    background-color: #f8f8f8;
}
.style-14::-webkit-scrollbar
{
    width: 3px;
    background-color: #f8f8f8;
}
.style-14::-webkit-scrollbar-thumb
{
    background-color: #e9e9e9b3;
 
    
}
.scrollbar
{
    margin-left: 0px;
    float: left;
    height: 200px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
}
a.vm-btn {
    display: inline-block;
    text-align: center;
    color: #d60a83;
    font-size: 14px;
    font-weight: 600;
    margin-left: -20px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    cursor: context-menu;
}

a.vm-btn:before {content: "";position: absolute;top: 20px;left: 20px;width: 100%;height: 1px;background: #d60a83;}

section.packages a.chat {
    display: inline-block;
    position: relative;
    top: 8px;
}

section.packages a.chat span {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 20px;
}

section.packages a.chat span small {
    display: block;
    font-size: 12px;
    color: #414141;
    font-weight: 600;
}
.row.comboinn {
    padding: 20px 20px 0;
    /* border: 2px solid #d8dfe6; */
    border-radius: 14px;
    box-sizing: border-box;
    text-align: left;
    width: 99%;
    background: #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    float: right;
    position: relative;
    /* top: -30px; */
    margin-top: -40px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin: -40px auto 10px;
    padding-left: 5%;
    padding-bottom: 0;
}

.row.combobox .titlebox {
    background: #2b3957;
    float: left;
    width: 100%;
}

.row.combobox .col-md-12 {
    /* margin: 51px 4px 0px; */
    float: none;
    display: inline-block;
    /* width: 32%; */
    padding: 0;
    background: #e9e9e9;
    border-radius: 15px;
}

section.packages .row.combobox {
    box-shadow: #9c9c9c8c 0 0 10px;
    margin: 60px 0 0;
    border-radius: 15px;
}

.row.comboinn .col-md-4 {
    margin: 0;
    background: #fff;
    /* box-shadow: #000 0 0 10px; */
    text-align: left;
    float: left;
}

section.packages .pkgbig h2 {
    font-size: 15px;
}
.row.comboinn h5 {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}

.row.comboinn ul li {
    font-size: 13px;
    color: #757575;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
    margin-bottom: 9px;
    line-height: 17px;
    list-style: none;
}

.row.comboinn ul {
    padding: 0;
    margin-bottom: 30px;
}

.row.comboinn ul li:before {content: "";content: "\f00c";color: #20d829;font-size: 15px;top: 3px;display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;left: 0;}

.row.comboinn .col-md-4>.pkgbig {
    box-shadow: #9c989863 0 0 20px;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    padding-top: 50px;
    position: relative;
    margin-top: -50px;
    background: #fff;
    margin-bottom: 25px;
}

.row.comboinn .col-md-4>.pkgbig span {
    background: #ffe400;
    color: #e90000;
    font-size: 16px;
    letter-spacing: 4px;
    padding: 3px 10px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
}

.row.comboinn .col-md-4>.pkgbig h2 {
    font-size: 37px;
    color: #000000;
}

.row.comboinn .col-md-4>.pkgbig sup {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    top: -36px;
    position: relative;
}

.row.comboinn .col-md-4>.pkgbig h3 {
    display: inline-block;
    font-size: 81px;
    color: #e90000;
    font-weight: 700;
    margin: 0;
}

.row.comboinn .col-md-4>.pkgbig strike {
    color: #b7b6b6;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: -25px;
}

.row.comboinn .col-md-4>.pkgbig i {position: absolute;left: 0;font-size: 21px;color: #000000;bottom: -24px;font-weight: 700;}

.row.comboinn .col-md-4>.pkgbig h4 {
    margin: 0;
    background: #fff7b8;
    font-size: 21px;
    color: #000;
    padding: 10px 0;
    font-weight: 700;
    margin: 10px 0;
}

.row.comboinn .col-md-4>.pkgbig small {
    display: block;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 600;
}

.row.comboinn .col-md-4>.pkgbig .chat {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.row.combobox .titlebox h4 {
    font-size: 40px;
    width: 41%;
    text-align: left;
    padding-left: 50px;
    line-height: 31px;
    font-weight: 700;
}

.row.combobox .titlebox h4 i {
    color: #ffe400;
}

.row.combobox .titlebox h4+p {
    font-size: 22px;
    margin-top: 23px;
}
section.banner h3 strong {
    display: block;
}

section.banner h3 span b {
    position: relative;
    top: -4px;
}
img.logo-img {
    max-width: 170px;
    position: relative;
    top: 5px;
}


.sec-rev-nw {
    padding: 80px 0 120px;
    background: #f8f6fa;
    position: relative;
}
.sec-rev-nw .abs-r-1{

position: absolute;

left: 280px;

bottom: 30px;
}

.sec-rev-nw .abs-r-2{

position: absolute;

left: 0;

top: 90px;
}

.sec-rev-nw .abs-r-3{

position: absolute;

right: 0;

top: 60px;
}

.sec-rev-nw .abs-r-4{

position: absolute;

right: 0;

bottom: 100px;
}


.sec-rev-nw .top-desc {
    margin-bottom: 60px;
}
.sec-rev-nw .top-desc h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #136334;
    position: relative;
}
.sec-rev-nw .top-desc p {
    color: #6e6e6e;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
        max-width: 60%;
}
.sec-rev-nw .main{
    background: #fff;
    border: 1px solid #2b3957;
    padding: 40px 25px;
    border-radius: 20px;
}
.sec-rev-nw .main .up{
}
.sec-rev-nw .main .up i{
    color: #2b3957;
    font-size: 60px;
}
.sec-rev-nw .main .up img{
    
float: right;
    
position: relative;
    
top: 11px;
}
.sec-rev-nw .main .desc{
    
margin: 15px 0 10px;
    
min-height: 250px;
}
.sec-rev-nw .main .desc p{
    
color: #202020;
    
font-size: 14px;
    
line-height: 26px;
    
margin: 0;
}
.sec-rev-nw .main .down{
    
}
.sec-rev-nw .main .down svg{
    
width: 58px;
    
border: 1px solid #ccc;
    
border-radius: 100px;
    
display: inline-block;
}
.sec-rev-nw .main .down h2{
    
display: inline-block;
    
color: #2b3957;
    
font-size: 22px;
    
vertical-align: top;
    
margin-left: 20px;
    
position: relative;
    
top: 9px;
    
font-weight: 700;
}
.sec-rev-nw .main .down h2 span{
    
display: block;
    
font-size: 14px;
    
color: #222222;
    
font-weight: 400;
}

.sec-rev-nw .slick-arrow {
    border: 0px;
    font-size: 0;
    left: 52%;
    margin-top: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: -60px;
    background: transparent url(../images/rev-slick.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: none;
    -webkit-transform: none;
    cursor: pointer;
    transition: all ease 1s;
}
.sec-rev-nw .slick-arrow:hover {
    background: transparent url(../images/rev-slick.png) no-repeat center center;
    opacity: .5;
    transition: all ease 1s;
}
.sec-rev-nw .slick-next.slick-arrow {
    left: 48%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.sec-rev-nw .main:hover {background: #2b3957;transition: all ease .5s;}

.sec-rev-nw .main:hover i, .sec-rev-nw .main:hover p, .sec-rev-nw .main:hover i, .sec-rev-nw .main:hover h2, .sec-rev-nw .main:hover h2 span, .sec-rev-nw .main:hover svg {
    color: #fff;
    transition: all ease .5s;
}
.sec-rev-nw .main:hover svg{
    border: 1px solid #fff;
    fill: #fff;
    transform: scale(1.1)
}

.lp-web .sec-banner .rating{
    margin-top: 15px;
}
.lp-web .sec-banner .rating a:hover img {
    animation: none;
}


.sec-port .port-slidernew .slick-arrow {
    border: 0px;
    font-size: 0;
    right: 40%;
    margin-top: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: -30px;
    background: transparent url(../../../images/slick-ar.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: none;
    -webkit-transform: none;
    cursor: pointer;
}
.sec-port .port-slidernew .slick-arrow:hover {background: transparent url(../../../images/slick-ar.png) no-repeat center center;}
.sec-port .port-slidernew .slick-next.slick-arrow {
    left: 40%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}




/*header sticky 19-3-21*/



header.fixed{
 -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;   
}
header.fixed.sticky{
    padding: 10px 0;
    box-shadow: 2px 0px 10px 0px rgb(0 0 0 / 26%);
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    z-index: 9999;
}


header.fixed.sticky .head-btm .logo img {
    width: 100%;
    filter: brightness();
    max-width: 120px;
}
header.fixed.sticky .head-btm{
    padding: 0;
}
.lp-web header .head-btm .menu {
    display: inline-block;
    margin-right: 50px;
    margin: 0;
}
/* Menu Css */
.menu { font-size: 0px; display: inline-block; vertical-align: middle; }
.menu li {display: inline-block;vertical-align: middle;margin-right: 33px;text-align: left;line-height: 20px;}
.menu li.last { margin-right: 0; }
.menu li a,
.menu li span { display: inline-block; font-size: 16px; font-weight: 600; color: #fff; border-bottom: 1px solid; }
.menu li span {color: #ffffff;font-weight: 400;border: 0;display: block;}
/*.menu li:hover a,
.menu li.active a { color: rgb(250 162 27); }*/
.menu li+li {
    border-left: 1px solid #fff;
    padding-left: 27px;
}
.fixed.sticky .menu li a{
    color: #2b3957;
}

.fixed.sticky .menu li a.header-btn {
    border-radius: 5px;
    text-align: center;
    border: 0;
    display: block;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: #ff5337;
    padding: 13px 46px;
     transition: all 0.4s ease-In-out;
}

header.fixed.sticky .menu li span{ color: #000; }
 .menu li:nth-child(3){margin-right: 0;}
 .fixed.sticky .menu li{display: none;}
 .fixed.sticky .menu li.first,  .fixed.sticky .menu li.last{display: inline-block;}

.fixed.sticky .menu li:nth-child(3){margin-right: 90px;}
.fixed .menu li a.header-btn {
    display: none;
}
.fixed.sticky .menu li.first {
    margin-right: 30px;
    text-align:right;
}
.fixed.sticky .menu li a.header-btn:hover {
     background: #2b3957;
      transition: all 0.4s ease-In-out;
}


/*header sticky end*/


.mn-btn3 {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    padding: 20px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 20px;
    background: #0d1c3e;
    /*background-image: -webkit-linear-gradient( 
0deg
, rgb(205,64,143) 0%, rgb(9,79,195) 100%);*/
    
}
.mn-btn3:before {
    content: attr(data-text);
    position: absolute;
    transform: translate3d(50%,0,0);
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
    transition: opacity .25s ease,transform .25s ease;
    z-index: 2;
}
.mn-btn3:hover:before {
    color: #fff;
    transform: translateZ(0);
    opacity: 1;
}
.mn-btn3:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    height: 108%;
    width: 140%;
    transform: translate3d(100%,0,0) skew(0);
    opacity: 0;
    transition: transform .5s ease,opacity .3s ease;
    border-radius: 2px;
    display: block;
    z-index: 1;
    background: #ff5337;
}
.mn-btn3:hover:after {
    transform: translate3d(10%,0,0) skew(
-20deg
);
    opacity: 1;
}
.mn-btn3 .btn-txt {
    position: relative;
    left: 0;
    opacity: 1;
    transition: all .5s ease,opacity 1s ease;
}

.mn-btn3:hover .btn-txt {
    left: -130%;
    opacity: 0;
}



.iti__selected-flag {
    background: transparent !important;
    border-radius: 30px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.iti__selected-dial-code {
    font-size: 12px;
    color: #000;
}

.const-form-consultant .iti__selected-dial-code {
    font-size: 12px;
    color: #fff;
}

ul.iti__country-list {
    font-size: 12px;
}


.banner-form .iti.iti--allow-dropdown {
    margin-bottom: 10px;
}
.popupform .box-lead  .iti.iti--allow-dropdown {
    margin-bottom: 20px;
}



@media screen and (min-width: 1250px) and (max-width: 1500px) {
.lp-web .sec-banner {
    background-position: center center !important;
}
body.lp-web .sec-banner .desc h1 {
    font-size: 38px !important;
}
.lp-web .sec-banner .desc ul li p {
    font-size: 13px;
}
.lp-ind .lf {
    padding-left: 9vw;
    margin-top: 40px;
}
section.cta-n h4 {
    margin: 0;
    font-size: 22px;
}
.lp-ind .main .desc h4{
    font-size: 15px;
}
}

@media screen and (min-width: 1100px) and (max-width: 1250px) {
.lp-web .sec-banner {
    background-position: center center !important;
}
.lp-web .sec-banner .desc {
     padding: 70px 0 30px;
}
.lp-web .sec-banner .desc h1 {
    font-size: 36px;
}
.lp-web .sec-banner .desc p {
    font-size: 14px;
}
.lp-web .sec-banner .desc ul li {
    margin-bottom: 5px;
}
.lp-web .sec-banner .desc ul li p {
    font-size: 12px;
}
.lp-web .sec-banner .desc a.chat {
    font-size: 16px;
    padding: 13px 30px;
}
.lp-web .sec-banner .desc a.num {
    font-size: 15px;
}
.lp-web .banner-form h3 {
    font-size: 22px;
    line-height: 31px;
}
.banner-form h3 span {
    font-size: 34px;
}
.banner-form {
    margin-top: 40px;
}
.banner-form form {
    width: 100%;
}
.banner-form:before {
    height: 98%;
}
.sec-2{
    padding: 5px 0;
}
.sec-2 ul.logos2 li h5 span {
    font-size: 12px;
}
.sec-2 ul.logos1 li img {
    max-width: 80%;
    max-height: 60px;
}
.sec-2 ul.logos2, .sec-2 ul.logos1 {
    min-height: 100px !important;
}
.sec-3 .box {
    min-height: 280px;
}
.sec-3 .box img {
    max-height: 70px;
}
.sec-3 .box h4 br {
    display: none;
}
.sec-3 .box h4 {
    font-size: 15px;
}
.lp-ind .main .pic img{
      width: 100%;
      height: 90px;
      object-fit: cover;
      border-radius: 12px;
}
.lp-ind .lf{
    padding-left: 7vw;
    margin: 35px 0 0;
}
.lp-ind .lf h2{
    font-size: 24px;
}
.lp-ind .main .desc h4 {
    font-size: 14px;
    margin: 10px 0 0;
}
.sec-pricing .best .pdiv:before {
    top: -5px;
    width: 80px;
    height: 80px;
    background-size: contain;
}
.sec-pricing .pdiv .top h3{
    font-size: 30px;
}
.sec-pricing .pdiv .top h3 span{
    font-size: 15px;
    top: -4px;
    padding-left: 8px;
}
section.cta-n ul li {
    margin-left: 13px;
    font-size: 14px;
}
section.cta-n h4 {
    font-size: 22px;
}
section.cform-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
section.cform-section h2+p {
    font-size: 12px;
}
.sec-rev .main h2 {
    font-size: 20px;
}
section.packages a.grad-btn {
    margin: 0;
    padding: 7px 16px;
    font-size: 13px;
    vertical-align: middle;
}
section.packages a.chat {
    display: inline-block;
    vertical-align: middle;
}
.row.combobox .titlebox h4 {
    font-size: 30px;
}
.row.combobox .titlebox h4+p {
    font-size: 18px;
}
.row.comboinn .col-md-4>.pkgbig sup {
    font-size: 28px;
    top: -18px;
}
.row.comboinn .col-md-4>.pkgbig h3 {
    font-size: 55px;
}
.row.comboinn .col-md-4>.pkgbig strike {
    font-size: 22px;
    top: -21px;
}
.row.comboinn .col-md-4>.pkgbig i {
    font-size: 17px;
    bottom: -21px;
}
section.packages .row.comboinn .col-md-4>.pkgbig a.grad-btn {
    margin: 0;
    padding: 10px 30px;
    font-size: 15px;
    vertical-align: middle;
}
.row.comboinn .col-md-4>.pkgbig {
    margin-top: -40px;
}
}

@media screen and (min-width: 950px) and (max-width: 1099px) {
.lp-web header .lp-btn a {
    font-size: 14px;
}
.lp-web header .lp-btn a.chat {
    margin: 0 10px;
}
.lp-web header .lp-btn a.st{;
    padding: 8px 10px !important;
}
.lp-web .sec-banner .desc h1 {
    font-size: 36px;
    margin: 0 0 2px;
}
.lp-web .sec-banner .desc p {
    font-size: 14px;
    line-height: 22px;
}
.lp-web .sec-banner .desc ul {
    margin: 15px 0;
}
.lp-web .sec-banner .desc ul li {
    margin-bottom: 4px;
}
.lp-web .sec-banner .desc ul li p {
    font-size: 12px;
}
.lp-web .sec-banner .desc a.chat {
    font-size: 16px;
    padding: 13px 30px;
}
.banner-form {
    margin-top: 50px;
}
.banner-form form {
    width: 100%;
}
.lp-web .sec-banner {
    padding: 50px 0 20px;
    background-position: center center !important;
}
.sec-2{
    padding: 5px 0;
}
.sec-2 ul.logos2 li h5 span {
    font-size: 12px;
}
.sec-2 ul.logos1 li img {
    max-width: 80%;
    max-height: 60px;
}
.sec-2 ul.logos2, .sec-2 ul.logos1 {
    min-height: 100px !important;
}
.sec-3 .box {
    min-height: 280px;
}
.sec-3 .box img {
    max-height: 70px;
}
.sec-3 .box h4 br {
    display: none;
}
.sec-3 .box h4 {
    font-size: 15px;
}
.lp-ind .main .pic img{
      width: 100%;
      height: 90px;
      object-fit: cover;
      border-radius: 12px;
}
.lp-ind .lf {
    padding-left: 6vw !important;
    margin: 40px 0 0 !important;
}
.lp-ind .lf h2{
    font-size: 24px;
}
.lp-ind .main .desc h4 {
    font-size: 14px;
    margin: 10px 0 0;
}
.sec-pricing .best .pdiv:before {
    top: -5px;
    width: 80px;
    height: 80px;
    background-size: contain;
}
.sec-pricing .pdiv .top h3{
    font-size: 30px;
}
.sec-pricing .pdiv .top h3 span{
    font-size: 15px;
    top: -4px;
    padding-left: 8px;
}
section.cta-n ul li {
    margin-left: 13px;
    font-size: 14px;
}
section.cta-n h4 {
    font-size: 22px;
}
section.cform-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
section.cform-section h2+p {
    font-size: 12px;
}
.sec-rev .main h2 {
    font-size: 20px;
}
}

@media screen and (min-width: 100px) and (max-width: 949px) {
.lp-web header .head-btm .col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.lp-web header .head-btm .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.lp-web header .lp-btn a.chat {
    margin: 0 15px;
}
.lp-web header .lp-btn a {  
    font-size: 12px;
}
header .lp-btn a.st {
    font-size: 13px;
    padding: 8px 15px;
}
.lp-web .sec-banner .desc {
    padding: 50px 0;
}
.lp-web  .sec-banner .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.lp-web .sec-banner .desc h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 3px;
}
.lp-web .sec-banner .desc p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
}
.lp-web .sec-banner .desc ul li p svg {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}
.lp-web .sec-banner .desc ul li {
    margin-bottom: 5px;
}
.lp-web .sec-banner .container {
    max-width: 760px;
}
.lp-web .sec-banner .desc ul li p {
    font-size: 11px;
}
.lp-web .sec-banner .desc a.chat {
    font-size: 13px;
    padding: 11px 20px;
}
.lp-web .sec-banner .desc a.num {
    font-size: 12px;
}
.lp-web .banner-form h3 {
    font-size: 17px;
    line-height: 27px;
}
.lp-web .banner-form h3 span {
    font-size: 27px;
}
.lp-web .banner-form {
    width: 100%;
    margin-top: 10px;
}
.lp-web .banner-form form {
    width: 100%;
}
.lp-web .banner-form input[type="submit"] {
    font-size: 12px;
    width: 100%;
}
.lp-web .banner-form:before {
    width: 93%;
    height: 97%;
}
.lp-ind {
    padding: 0;
}
.lp-ind .main .pic img{
      width: 100%;
      height: 90px;
      object-fit: cover;
      border-radius: 12px;
}
.lp-ind .lf {
    padding-left: 6vw !important;
    margin: 40px 0 0 !important;
}
.lp-ind .lf h2{
    font-size: 24px;
}
.lp-ind .main .desc h4 {
    font-size: 14px;
    margin: 10px 0 0;
}
.lp-web .sec-5 .formdv input[type="submit"] {
    background: #ffffff url(../images/right-ar.png) no-repeat 140px center;
}
.lp-web .sec-5 .desc a.st, .lp-web .sec-5 .desc a.port {
    font-size: 14px;
    padding: 10px 35px;
}
section.cta-n h4 {
    font-size: 17px;
}
section.cta-n ul {
    padding: 0;
}
section.cta-n ul li {
    margin-left: 15px;
    padding-left: 35px;
    font-size: 11px;
}
section.cta-n ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}
section.cta-n ul li i img {
    max-height: 25px;
}
.lp-web .sec-rev {
    margin-top: 0;
}
section.cform-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
section.cform-section h2+p {
    font-size: 14px;
}
section.cform-section form {
    width: 100%;
}
footer.foot-lp a, footer.foot-lp p {
    font-size: 11px;
}
.popupform .box-lead form input, .popupform .box-lead form select, .popupform .box-lead form textarea {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
}
.popupform .box-lead h4 {
    margin: 0 0 2px;
    font-size: 14px;
}
.popupform-onload .desc:after{
    display: none;
}
.popupform-onload .box-lead .col-md-7.nopad {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.popupform-onload .box-lead .col-md-5.nopad {
    display: none;
}
.popupform-onload .desc {
    padding: 10px 90px;
    position: relative;
}
.popupform-onload .desc:before {
    width: 112px;
    height: 120px;
    right: 0;
    top: 0;
}
.popupform-onload .desc h2 {
    margin: 0 0 20px;
    font-size: 20px;
}
.popupform-onload .desc h2 b {
    font-size: 28px;
}
.scrollbar {
    height: 120px;
}
section.packages a.grad-btn {
    padding: 8px 29px;
}
.row.combobox .titlebox h4 {
    font-size: 24px;
    line-height: 24px;
}
.row.combobox .titlebox h4+p {
    font-size: 15px;
    margin-top: 23px;
}
.row.comboinn .col-md-4:last-child {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.row.comboinn .pkgbig {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
}
section.lp-ind, .sec-3 {
    display: none;
}
section.lp-ind, .sec-3, .lp-web .sec-4, section.cta-n {
    display: none;
}
}


@media screen and (min-width: 100px) and (max-width: 799px) {
.lp-web .sec-banner .container {
    max-width: 720px;
}
.lp-web .sec-banner .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.lp-web .sec-banner  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.lp-web .sec-banner .desc img.rating {
    margin: 20px 0 0;
    display: block;
}
.lp-web .sec-banner .desc h1 {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 5px;
}
.lp-web .sec-banner .desc ul li p {
    font-size: 13px;
}
.lp-web .sec-banner .desc a.num {
    font-size: 14px;
}
.lp-web .sec-banner .desc a.chat {
    font-size: 15px;
    padding: 12px 30px;
}
.lp-web .banner-form {
    width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
}
.lp-web .sec-5 .formdv input[type="submit"] {
    background: #ffffff url(../images/right-ar.png) no-repeat 140px center !important;
}
.popupform-onload .desc {
    padding: 60px 90px;
}
header.fixed.sticky .col-md-2 {
    display: none;
}
header.fixed.sticky .col-md-10 {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
}
.fixed.sticky .menu li a.header-btn, .fixed.sticky .menu li a {
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    background: #2b3957;
    text-align: center;
    border: 0;
    display: block;
    border-radius: 7px;
    width: 136px;
}
.lp-web header .head-btm .menu {
    display: inline-block;
    margin-right: 0;
    margin: 0;
    padding: 0;
}
.fixed.sticky .menu li:nth-child(3) {
    margin-right: 0;
}
header.fixed.sticky .menu li span {
    color: #000;
    display: none;
}
.fixed.sticky .menu li.first {
    margin-right: 0;
    text-align: right;
}
.menu li+li {
    border-left: none;
    padding-left: 0px;
}
.fixed.sticky .menu li+li {
    border-left: none;
    padding-left: 50px;
}
.popupform-onload {
    width: 540px;   
}
.popupform-onload .desc {
    padding: 30px 80px;
}

}

@media screen and (min-width: 100px) and (max-width: 500px) {
.lp-web header .head-btm .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.lp-web header .head-btm .col-md-10 {
    display: none;
}
.lp-web .sec-banner .desc h1 {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 0px;
}
.lp-web .sec-banner .desc {
    padding: 30px 0;
}
.lp-web .sec-banner .desc p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
}
.lp-web .sec-banner .desc ul li {
    margin-bottom: 3px;
}
.lp-web .sec-banner .desc ul li p {
    font-size: 11px;
}
.lp-web .sec-banner .desc a.chat {
    font-size: 13px;
    padding: 12px 20px;
    display: inline-block;
    margin: 0;
}
.lp-web .sec-banner .desc a.num {
    font-size: 15px;
    margin: 15px 0 0 10px;
    display: block;
}
.lp-web .banner-form {
    width: 98%;
    margin-top: 0;
    margin-bottom: 30px;
}
.lp-web .banner-form form:before {
    left: -90px;
    top: 140px;
}
.lp-web .banner-form h3 {
    font-size: 20px;
    line-height: 27px;
}
.lp-web .banner-form input[type="submit"] {
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.lp-web .banner-form:before {
    width: 91%;
    height: 97%;
}
.lp-web .sec-3 .box img {
    max-height: 60px;
}
.lp-web .sec-3 .box p {
    font-size: 13px;
    line-height: 23px;
}
.lp-ind .lf {
    padding-left: 0vw !important;
    margin: 30px 0 0;
    text-align: center;
}
.lp-ind .lf h2 {
    letter-spacing: 3px;
}
.lp-ind .slick-list.draggable {
    padding: 0;
}
.lp-web .sec-port .btnss a.st, .lp-web .sec-port .btnss a.port {
    font-size: 14px;
    padding: 12px 25px;
}
.sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 30px;
}
.lp-web .sec-5 .formdv input[type="submit"] {
    background: #ffffff url(../images/right-ar.png) no-repeat 140px center;
}
.sec-4 .slick-arrow {
     display: none !important;
}
section.cta-n h4 {
    font-size: 19px;
}
section.cta-n ul {
    margin: 30px 0 0;
    text-align: left;
}
section.cta-n ul li {
    margin-left: 0;
    padding-left: 60px;
    font-size: 15px;
    margin-bottom: 20px;
}
section.cta-n ul li i img {
    max-height: 40px;
}
section.cta-n ul li i {
    top: 1px;
}
section.cform-section h2+p {
    font-size: 13px;
    padding: 0;
}
section.cform-section form input[type="submit"] {
    padding: 10px 90px;
}
footer.foot-lp {
    line-height: 18px !important;
    text-align: center;
}
footer.foot-lp .col-md-6.text-right {
    text-align: center !important;
}
footer.foot-lp a, footer.foot-lp p {
    font-size: 10px;
}
section.cform-section form input {
    margin-bottom: 10px;
}
.lp-ind .lf h2 {
    letter-spacing: 2px;
    font-size: 20px;
}
.lp-ind .lf h2 span {
    font-size: 26px;
}
.lp-web .banner-form textarea, .banner-form input {
    font-size: 11px;
}
.popupform {
    width: 94%;
    border-bottom: #0467ff 5px solid;
    border: 5px solid #2b3957;
}
.popupform .box-lead {
    padding: 20px;
}
.popupform .box-lead h3 {
    font-size: 20px;
}
.popupform .fancybox-close-small {
    right: -15px;
    top: -15px;
}
.callusnow {
    display: block;
}
.popupform-onload .desc h2 {
    margin: 0 0 20px;
    font-size: 16px;
}
.popupform-onload .desc h2 b {
    font-size: 26px;
}
.popupform-onload {
    width: 90%;
}
.popupform-onload .desc {
    padding: 60px 25px 40px;
}
.popupform-onload .fancybox-close-small {
    right: -15px;
    top: -15px;
}
.sec-pricing.lp .pdiv:after , .sec-pricing.lp .cdiv:after{
    top: -16px;
    left: -10px;
    width: 100px;
    height: 100px;
}
section.packages .col-md-4 {
    width: 90%;
    max-width: 90%;
    flex: 0 0 90%;
    padding: 0;
    margin: 20px auto;
}
.titlebox h4 {
    width: 100%;
    float: none;
}
section.packages .titlebox h4+p {
    display: none;
}
section.packages a.grad-btn {
    padding: 6px 22px;
    font-size: 12px;
    margin-top: 0;
}
section.packages a.chat {
    display: inline-block;
    vertical-align: middle;
}
section.packages a.chat span {
    font-size: 14px;
    padding-left: 10px;
}
.scrollbar {
    height: 170px;
    margin-bottom: 0 !important;
}
section.packages [class^="col-md-4"]>div.pkgbox ul li {
    font-size: 12px;
    margin-bottom: 7px;
}
.row.combobox .titlebox h4 {
    font-size: 24px;
    line-height: 24px;
    padding-left: 0 !important;
        width: 100%;
}
.row.comboinn .pkgbig {
    width: 100%;
}
.row.comboinn .col-md-4>.pkgbig h2 {
    font-size: 30px;
    color: #000000;
    line-height: 28px;
    margin: 15px 0;
}
.row.comboinn .col-md-4>.pkgbig sup {
    font-size: 22px;
    top: -20px;
}
.row.comboinn .col-md-4>.pkgbig h3 {
    font-size: 50px;
}
.row.comboinn .col-md-4>.pkgbig strike {
    font-size: 18px;
    top: -21px;
}
.row.comboinn .col-md-4>.pkgbig i {
    font-size: 15px;
    bottom: -20px;
}
.row.comboinn .col-md-4>.pkgbig h4 {
    font-size: 18px;
}
section.packages .row.comboinn  a.grad-btn {
    padding: 6px 32px;
    font-size: 15px;
    margin-top: 0;
}
section.packages ul.pckg-menu li {
    display: block;
    margin-bottom: 10px;
}
section.packages ul.pckg-menu li a {
    display: block;
}
section.packages h2 {
    font-size: 20px;
}
section.packages a.chat {
    top: 0;
}
.sec-rev-nw .abs-r-1, .sec-rev-nw .abs-r-2, .sec-rev-nw .abs-r-3, .sec-rev-nw .abs-r-4{
    display: none;
}
section.packages .abs-r-1, section.packages .abs-r-2, section.packages .abs-r-3, section.packages .abs-r-4{
    display: none;
}
.sec-rev-nw .top-desc h2 {
    font-size: 22px;
}
.sec-rev-nw .top-desc p {
    font-size: 14px;
    line-height: 21px;
    max-width: 90%;
}
.sec-rev-nw .main .down h2 {
    font-size: 18px;
    margin-left: 10px;
}
section.packages h4.off {
    top: -20px;
}
section.packages a.chat{
    display: none;
}
section.packages a.grad-btn {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 0;
}
.sec-rev-nw .slick-next.slick-arrow {
    left: 40%;
}
.sec-rev-nw .slick-arrow {
    left: 50%;
}
.lp-web .sec-banner .rating img {
    max-width: 130px;
}
header.fixed.sticky .col-md-2 {
    display: none;
}
header.fixed.sticky .col-md-10 {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
}
.fixed.sticky .menu li a.header-btn, .fixed.sticky .menu li a {
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    background: #2b3957;
    text-align: center;
    border: 0;
    display: block;
    border-radius: 7px;
    width: 136px;
}
.lp-web header .head-btm .menu {
    display: inline-block;
    margin-right: 0;
    margin: 0;
    padding: 0;
}
.fixed.sticky .menu li:nth-child(3) {
    margin-right: 0;
        padding-left: 10px;
}
header.fixed.sticky .menu li span {
    color: #000;
    display: none;
}
.fixed.sticky .menu li.first {
    margin-right: 0;
    text-align: right;
}
.menu li+li {
    border-left: none;
    padding-left: 15px;
}
.mn-btn3 {
    font-size: 16px;
    padding: 15px 30px;
}
}




section.cta-n {
    display: none;
}