* {
    margin: 0px;
    padding: 0px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0px;
    border-left: 1px solid #888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px;
    }
}

body {
    font-family: 'AvenirNext', sans-serif;
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative;
    background-color: #fff;
}

.secondary-btn {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    margin: 10px 0 0 0;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fa6400;
}

.trnsprnt-butn {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 0 0 20px;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    border: 1px solid #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    margin: 0;
    padding: 0;
}

h1, .h1, h2, .h2 {
    font-family: 'poppins';
    font-family: 'Poppins', sans-serif;
    font-family: 'Poppins', sans-serif;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    /* font-family: 'AvenirNext', sans-serif; */
    padding-bottom: 0px;
    color: #4f4f4f;
}

input {
    font-family: 'Poppins', sans-serif;
}

span {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

select {
    font-family: 'Poppins', sans-serif;
}

textarea {
    font-family: 'Poppins', sans-serif;
}

p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0px;
    color: #4f4f4f;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
}

.pad-left-7 {
    padding-left: 7px;
}

.pad-right-7 {
    padding-right: 7px;
}

p span {
    color: black;
}

img {
    border: 0px;
    outline: none;
}

ul,li {
    list-style-type: none;
}

h2,.h2 {
    color: #4f4f4f;
    line-height: 1;
    font-weight: 700;
    padding: 0 0 10px 0;
    position: relative;
    letter-spacing: -1px;
}

h2 span,.h2 span {
    color: var(--primary-color);
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #fa6400;
}

.tabs-web-portalzzz.mytabs {
    display: none;
}

.tabs-seopackages.mytabs {
    display: none;
}

.tabs-2d3dillustrationn.mytabs.port-sec {
    display: none;
}

.header-main {
    background: transparent;
    /* position:  absolute; */
    padding: 0 0 0 0;
    top: 0;
    z-index: 99;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar {
    position: fixed;
    padding: 25px 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #f9f7f0;
}

.top-info-list {
    float: right;
    margin: 0;
    display: inline-block;
}

.top-info-list li {
    float: left;
    color: #171717;
    font-size: 14px;
    padding: 0 4px;
}

.top-info-list li:first-child {
    padding-left: 0px;
    display: inline-block;
}

.top-info-list li:last-child {
    padding-right: 0px;
}

.top-info-list li a.phnenmbr {
    background: transparent;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid transparent;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #4f4f4f;
}

.top-info-list li+li {
    /* border-left: 1px solid #171717; */
}

.top-info-list li a {
    color: #4f4f4f;
    transition: all 700ms;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
}

.top-info-list li a.btn-main-top-bar {
    color: #fff;
}

.dropdown {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 380px;
    position: absolute;
    top: 30px;
    left: 0%;
    /* visibility: hidden; */
    /* opacity: 0; */
    padding: 0px;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: .1875rem;
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    z-index: 95;
    display: none;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    margin: 60px 0;
}

.banform {
}

.ban-form {
}

.ban-form input {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39);
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    background-color: #fff;
    border: none;
    outline: none;
    transition: all 700ms;
    color: #7d758e;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
}

.mid-banner {
    position: relative;
    padding: 30px 0 60px 0;
    font-family: ''Poppins', sans-serif';
    background: #fff;
}

.cmp-heading-sec {
    text-align: center;
}

.mid-banner h3 {
    color: #ffffff;
    line-height: 48px;
    font-weight: 600;
    text-transform: none;
}

.cmp-heading-sec p {
    width: 75%;
    margin: 0 auto;
    color: #888787;
}

.banner-main {
    padding: 20px 10px;
    border-radius: 3px;
    font-size: 0;
    position: relative;
}

.listsss ul {
    margin: 0;
    font-size: 0;
}

.listsss ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.listsss ul li .packaging-lists {
    padding-top: 0px;
}

.packaging-lists {
    float: left;
    width: 90%;
}

.packaging-lists ul {
    list-style: none;
    padding: 10px;
}

.listsss ul li .packaging-lists > ul >li.heading {
    background: #f5fbf9;
    color: #fa6400;
    color: #fa6400;
    rder: none;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 4px 2px;
    line-height: 24px;
    position: relative;
    width: 100%;
    vertical-align: top;
}

.listsss ul li .packaging-lists ul li:before {
    color: #ffffff;
}

.listsss ul li .packaging-lists > ul >li {
    display: block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    line-height: 24px;
    position: relative;
}

.listsss ul li .packaging-lists > ul >li.heading:before {
    content: "";
    display: none;
}

.packaging-lists ul li:before {
    position: absolute;
    content: "\f111";
    font-size: 5px;
    left: 7px;
    top: 10px;
    line-height: 0;
    font-family: "fontawesome";
}

div.bub-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    height: 100%;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
}

.midbanner-text.midbrand .off-percent img {
    width: auto;
}

.packaging-lists ul li {
    color: #ffffff;
    font-size: 14px;
    padding-left: 25px;
    font-family: 'Poppins', sans-serif;
}

.listsss ul li:nth-child(2) .packaging-lists > ul >li.heading {
}

.listsss ul li:nth-child(3) .packaging-lists > ul >li.heading {
}

.midbanner-text.midbrand .off-percent {
    text-align: center;
    padding: 10px 0 0px 0;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
}

.button.largefont {
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #f5fbf9;
    font-weight: 600;
    text-transform: capitalize;
    background: -moz-linear-gradient(left, #f9ad1c 0%, #f9be36 100%);
    background: #fa6400;
    border-radius: 3px;
    font-size: 16px;
    padding: 16px 20px;
    display: inline-block;
}



.form-box-main form input:focus, .form-box-main form textarea:focus, .form-box-main form select:focus, .form-box-main form option:focus, .selected-flag {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/* footer 
------------------------------------*/
.footer-main {
    color: #fff;
    background-image: linear-gradient(120deg,#575859 0,#2e2f30 85%);
}

.footer-top {
    padding: 60px 0 0;
}

.vsalgs {
    text-align: center;
}

.vsalgs img {
    width: 100%;
}

.footer-bottom {
    padding: 30px 0;
}

.copyright {
    padding: 10px 0 0px 0;
    margin: 0px;
    font-size: 12px;
    color: #fff;
}

.copyright span {
    color: #fff;
}

.list-scroll {
    height: 155px;
}

.ticklist2.list-scroll {
    height: 146px;
}

.btn-main-top-bar {
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #1a9dbb;
}

.main-btn {
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    display: inline-block;
    transition: all 700ms;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #fa6400;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

.menuside {
    position: relative;
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.footer-top h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.footer-top .linkinglist {
    display: block;
    margin-bottom: 0;
}

.footer-top .linkinglist li {
    padding: 5px 0;
}

.footer-top .linkinglist li a {
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-top .linkinglist li img {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.footer-top .linkinglist li p {
    color: #ffffff;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.footer-top .socialmid {
    border-bottom: 1px solid #7c98b647;
    margin: 25px auto 0;
    padding-bottom: 25px;
}

.header-main .othermenu {
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* transform: translateY(-10rem); */
}

.header-main .secondlogo {
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* transform: translateY(-10rem); */
}


.header-main .has-submenu {
    display: inline-block;
    z-index: 9;
    padding-bottom: 0px;
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.ticklist2 {
}

.ticklist2 li {
    font-size: 16px;
    padding: 0 0 7px 30px;
    text-align: left;
    position: relative;
}


.header-main {
    position: relative;
}

.header-main .othermenu {
    position: relative;
    opacity: 1;
    display: inline-block;
    margin-bottom: 0;
    z-index: 9;
    float: right;
}

.header-main .othermenu li {
    margin-right: 14px;
    display: inline-block;
}

.header-main .othermenu li h6 {
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    cursor: default;
}

.header-main .othermenu li a {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    /* transition: all 700ms; */
    /* -webkit-animation: fadeIn 1s; */
    /* animation: fadeIn 1s; */
    padding: 10px 0;
    text-transform: capitalize;
}

.othermenu h6 a {
    cursor: unset;
}

/*================lp custom  website design development===============*/
.custom-website-design-development-page .header-main .othermenu li a {
    color: #fff;
    font-size: 15px;
}

.custom-website-design-development-page .top-bar {
    background-color: #ffffff;
}

.custom-website-design-development-page .top-info-list li a.phnenmbr {
    border: 1px solid #000000;
}

.custom-website-design-development-page .top-info-list li a {
    color: #000;
}

.custom-website-design-development-page .package-wrapper {
    background-color: #fff;
    box-shadow: 0px 5px 20px 9px rgba(207, 207, 207, 0.39);
    border-radius: 5px;
}

.custom-website-design-development-page .heading h2 span {
    color: #000;
}

.custom-website-design-development-page .old-price span {
    color: #000000;
}

.custom-website-design-development-page .package-item .list ul li {
    color: #4f4f4f;
}

.custom-website-design-development-page .ticklist2 li:before {
    color: #21ae59;
}

.custom-website-design-development-page .header-main .othermenu {
    float: none;
    text-align: center;
}

.custom-website-design-development-page .second-bar {
    background: #fa6400;
    margin: 10px 0 0 0;
    padding: 5px 0;
}

.custom-website-design-development-page .top-bar {
    padding: 15px 0 0;
}

.custom-website-design-development-page .dropdown {
    text-align: left
}

.custom-website-design-development-page .header-main .othermenu li {
    margin-right: 70px;
}

.custom-website-design-development-page .header-main .othermenu li:last-child {
    margin-right: 0;
}

.custom-website-design-development-page .top-info-list li a.btn-main-top-bar {
    color: #fff;
    font-weight: 600;
}

.custom-website-design-development-page .btn-main-top-bar {
    padding: 15px 20px;
}

.custom-website-design-development-page .top-info-list li a.phnenmbr {
    padding: 15px 20px;
    font-weight: 600;
}

.custom-website-design-development-page .top-info-list li {
    padding: 0 10px;
}

.custom-website-design-development-page .header-main .secondlogo a img {
    width: 145px;
}

.custom-website-design-development-page .main-btn {
    margin: 0;
}

.custom-website-design-development-page .main-cnt-heading {
    color: #000;
}

.custom-website-design-development-page .intl-tel-input.allow-dropdown.separate-dial-code {
    margin: 0 0 10px 0;
}


.custom-website-design-development-page .actions a span small {
    color: #000;
}

.header-main .secondlogo {
    position: relative;
    /* padding-top: 16px; */
    display: inline-block;
    z-index: 9;
}

.header-main .secondlogo a {
}

.header-main .secondlogo a img {
    width: 120px;
}

.main-lets-frm-sec {
    /* padding: 0 0 70px 0; */
}

.main-lets-frm-sec .main-cnt-para a {
    color: #fa6400;
}

.flsevce {
    text-align: center;
}

.main-cnt-heading {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #4f4f4f;
    text-align: center;
    width: 70%;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.main-cnt-para {
    color: #888787;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.para-wdth {
    width: 65%;
    margin: 0 auto;
}

ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}


.main-view-more {
    text-align: center;
    margin: 30px 0 0 0;
}

/*.workpg .main-view-more{display: none;}*/
.main-view-more a {
}

.ltsbtn-frm {
    margin: 0 0 40px 0;
    position: relative;
}

.ltsbtn-frm input, .ltsbtn-frm textarea, .ltsbtn-frm select {
    width: 100%;
    border: 1px solid #bbb5b5;
    border-radius: 5px;
    /* box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39); */
    background: #f0f2f4;
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    font-size: 14px;
    margin: 0;
    background-color: #e8e5e5;
    outline: none;
    transition: all 700ms;
    color: #20292f;
}

form#contactForm {
    margin: 0 60px;
}

.ltsbtn-frm select {
}

.ltsbtn-frm.slect-arrow {
    position: relative;
}

.ltsbtn-frm.slect-arrow:after {
    content: "\f107";
    font-family: fontawesome;
    right: 15px;
    top: 15px;
    font-size: 16px;
    position: absolute;
}

.main-lets-frm-sec input[type=submit] {
    cursor: pointer;
    width: auto;
    color: #fff;
    /* text-transform: uppercase; */
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    height: auto;
    border: none;
    font-weight: 600;
    transform: translateY(0rem);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #fa6400;
    /* Old browsers */
    /* FF3.6-15 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

.ltsbtn-frm textarea {
    resize: none;
    height: 120px;
    border-bottom: 2px solid #e0e0e0;
    padding: 12px 20px;
}

.intl-tel-input {
    display: block;
}

.main-work-box {
    margin: 15px 0 0 0;
    position: relative;
}

.inner-work-box {
    position: relative;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    min-height: 330px;
    overflow: hidden;
}

.inner-img-box {
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    background-size: cover;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.inner-img-box .work_section_page_code_txt {
    position: absolute;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    text-align: center;
    /* padding: 22% 5%; */
    opacity: 0;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.inner-img-box .work_section_page_code_txt h3 {
    margin: 0;
    padding-bottom: 0px;
    position: relative;
    top: 20px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
}

.inner-img-box .work_section_page_code_txt h5 {
    margin: 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 0px;
    position: relative;
    top: 20px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    font-weight: 400;
}

.inner-img-box .work_section_page_code_txt h5 span {
    /* padding: 3px 5px; */
    position: relative;
    display: inline-block;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.inner-img-box .work_section_page_code_txt h5 span:before {
    content: "\f067";
    font-family: fontawesome;
    font-size: 24px;
    position: absolute;
    left: -3px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    top: 200px;
}


/*==============tabbing css start============== */
.tabs-ebook, .tabs-editing-proofreading, .tabs-web-content-writing, .tabs-blog-writing, .tabs-press-release, .tabs-product-description, .tabs-product-review, .tabs-product-maintenance-securitie, .tabs-product-video-animation, .tabs-custom-video-animation-packages, .tabs-web-maintenance-securities-packages, .tabs-creative-content-writing-packages, .tabs-marketing-services-packages, .tabs-mobile-applications-packages, .tabs-custom-web-packages, .tabs-branding-stationery-packages, .tabs-custom-logo-design-packages, .tabs-packages-all, .tabs-packages-inner-ser1, .tabs-packages-inner-ser2, .tabs-eCommerce-packages, .tabs-book-writing, .tabs-web-content-video {
    display: none;
}

.tabs-ebook.current, .tabs-editing-proofreading.current, .tabs-web-content-writing.current, .tabs-blog-writing.current, .tabs-press-release.current, .tabs-product-description.current, .tabs-product-review.current, .tabs-product-maintenance-securitie.current, .tabs-product-video-animation.current, .tabs-custom-video-animation-packages.current, .tabs-web-maintenance-securities-packages.current, .tabs-creative-content-writing-packages.current, .tabs-marketing-services-packages.current, .tabs-mobile-applications-packages.current, .tabs-custom-web-packages.current, .tabs-branding-stationery-packages.current, .tabs-custom-logo-design-packages.current, .tabs-packages-all.current, .tabs-packages-inner-ser1.current, .tabs-packages-inner-ser2.current, .tabs-eCommerce-packages.current, .tabs-book-writing.current, .tabs-web-content-video.current {
    display: inline-block;
    width: 100%;
}

.main-tbing-sec {
    padding: 60px 0 30px 0;
}

.main-tbing-sec ul.tbing {
    padding: 0px;
    text-align: center;
    margin: 0 0 10px 0;
    display: block;
}

.main-tbing-sec ul.tbing li {
    transition: all 700ms;
    display: inline-block;
    padding: 9px 20px;
    height: 40;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 600;
    border: 1px solid #d4d4d4;
    margin: 10px 3px 5px 3px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.main-tbing-sec ul.tbing li.current {
    transform: translateY(-0.625rem);
    transition: all 700ms;
    color: #fff;
    border: 1px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #fa6400;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}


.ftrr-lgo img {
    width: 200px;
    padding: 0 0 30px 0;
}

.ftrr-lgo p {
    color: #ffffff;
    font-size: 13px;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 10px 0px 0px 10px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fa6400;
    font-size: 16px;
    font-weight: 700;
    background: #ffffff;
    position: relative;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -54px;
    white-space: pre;
    bottom: 87px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #4f4f4f;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    background: #fa6400;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39);
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}


.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    top: 63px;
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

.btns_wrap .call_wrap span {
    color: #4f4f4f;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px 0px 0px 10px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #fa6400;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C,;background:;;eTransform.Microsoft.gradient( startColorstr='#2a3db6', endColorstr='#1169cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-size: 18px;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
}

.btns_wrap .chat_wrap span {
    color: #4f4f4f;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}


.intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: 'Poppins', sans-serif;
}

.package-wrapper {
    background-color: #333333;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
    transition: box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms, background-color 300ms ease 0ms,background-image 300ms ease 0ms;
    transition: all .2s ease-in-out;
    position: relative;
}

.package-wrapper.bst-selr:after {
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: 35px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: red;
    position: absolute;
    border: 2px solid #b70000;
    box-shadow: 2px 1px 7px -1px #b70000;
    right: -62px;
    top: 23px;
}

.testi-sec {
    margin-top: 60px;
}

.heading h2 {
    color: #fa6400;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    padding: 0;
}

.heading h2 span {
    display: block;
    color: #ffffff;
}


.pkge-prce p {
    font-size: 18px;
    font-weight: 600;
    color: #7b7b7b;
    padding: 21px 0 5px 0;
    line-height: 1.2;
}

.pkge-prce p span {
    text-decoration: line-through;
    color: #b5b5b5;
}

.old-price span {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
}

.package-wrapper .package-item .list {
    color: #fff;
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    clear: both;
}

.ticklist2 li {
    width: 100%;
}

.ticklist2 li:before {
    content: "\f05d";
    position: absolute;
    font-family: 'fontawesome' !important;
    font-size: 13px;
    color: #909090;
    left: 0px;
    top: 2px;
}

.package-item .list ul {
    max-height: 130px;
}

.package-item .list ul li {
    padding-left: 25px;
    position: relative;
    line-height: 1.4;
    font-size: 13px;
    color: #e6e6e6;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fa6400;
}

.package-item .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #1a1a1a;
}

.chat-con ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    /* padding: 10px 0 0 0; */
    color: #fff;
}

.chat-con ul li.pkge-ordr a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #fa6400;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
}

.chat-con {
    overflow: hidden;
    padding: 15px 0px 0 0px;
}

.pckgslidersec .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 50px;
    color: #59bad3;
}

.pckgslidersec .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    color: #59bad3;
}

.pckgslidersec .slick-prev, .pckgslidersec .slick-next {
    top: 45% !important;
}


.actions {
    /* border-top: 1px solid #eeeeee; */
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
    position: relative;
}

.actions a span {
    font-size: 14px;
    font-weight: 700;
    color: #1a9dbb;
}

.actions a span small {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
}

.actions::before {
    position: absolute;
    content: "";
    height: 43px;
    background-color: #3d3d3d;
    width: 1px;
    left: 52%;
    top: 10px;
}

.callusnow {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 6px 0px 11px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #fa6400;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bad3', endColorstr='#9b2c92',GradientType=1);
    border: solid 3px #ffffff;
}

.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 1px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00a155;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
}

.book-call-ys-layer {
    display: none;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.book-call-ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.81);
    z-index: 9999;
}

/*.main-menu > ul > li:hover a{    color: #f38440;}*/
.header-main .othermenu li.current a {
    color: #000000;
    /* transition: all 700ms; */
    /* font-weight: 400; */
    /* font-size: 15px; */
}

.top-banner {
    background-repeat: no-repeat !important;
    margin-top: 9%;
    text-align: center;
    padding: 60px 0 0 0;
    background-size: contain !important;
}

.top-banner h1 {
    color: #000;
    font-size: 70px;
    width: 80%;
    margin: auto;
    font-weight: 700;
    line-height: 1;
}

.top-banner p {
    color: #888787;
    font-size: 22px;
    width: 60%;
    margin: auto;
    font-weight: 400;
    padding: 10px;
}

.top-banner ul {
}

.top-banner ul li {
}

.top-banner a {
}

.top-banner .images-baner {
    padding: 40px;
}

.top-banner .images-baner img {
}

.tab-sec {
    /* text-align: center; */
    /* padding: 60px 0 0 0; */
}

.tab-sec p {
    color: #888787;
    font-size: 15px;
    width: 80%;
    margin: auto;
    font-weight: 400;
    padding: 10px 10px 16px 10px;
    text-align: center;
}

.port-sec {
}

.port-sec .container-fluid {
    margin: 0px;
    padding: 0px;
}

.cta-new {
    padding: 110px 0 0 0;
}

.cta-new img {
    position: absolute;
    left: 174px;
    top: 59%;
    -webkit-transform: translate(-50%,-50%);
    /* transform: translate(-50%,-50%); */
    width: 660px;
    height: 336px;
}

.cta-new .bgcolor {
    padding: 40px 80px 60px 80px;
    border-radius: 1.25rem;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    background-image: linear-gradient(120deg,#575859 0,#2e2f30 85%);
}

.cta-new h2 {
    color: #fff;
    font-size: 35px;
    padding: 10px 0;
    letter-spacing: normal;
}

.cta-new p {
    color: #fff;
    padding: 0;
}

.cta-new .buttons {
    margin-top: 20px;
}

.cta-new .buttons a {
    margin: 0 10px 0 0;
    font-size: 12px;
}

/*================TESTIMONIALS-SECTION-START========================*/
.main-testimonials-sec {
    padding: 0px 0 30px 0;
    background: #f9f9f987;
}

.testi_box {
    padding: 30px 30px 0 30px;
    transition: all 700ms;
    margin: 0px 0 45px 0;
}

.testi-heading {
    text-align: center;
}

.testi-heading h2 {
    color: #000;
    font-size: 50px;
}

.testi-heading p {
    color: #888787;
}

.testi_box ul {
    margin-bottom: 30px;
}

.testi_box ul li {
    display: inline-block;
    font-size: 16px;
    color: #ecc70e;
    margin: 0px 2px 0 2px;
}

.testi_box>p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 30px 0;
}

.main-img {
    font-size: 0;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 30px;
    transition: all 700ms;
}

.testi-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
    height: 45px;
    background: #fa6400;
    border-radius: 50%;
}

.testi-img span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 8px;
}

.testi-cont {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    padding-left: 20px;
}

.testi-cont p {
    font-size: 16px;
    padding: 0px;
}

.testi-cont p span {
    display: block;
    font-size: 14px;
}

.slick-prev:before, .slick-next:before {
    color: #fa6400 !important;
}

/*.main-menu > ul > li:hover a{    color: #f38440;}*/
.header-main .othermenu li.current a {
    color: #000000;
    /* transition: all 700ms; */
    /* font-weight: 400; */
    /* font-size: 15px; */
}

.top-banner {
    background-repeat: no-repeat !important;
    margin-top: 9%;
    text-align: center;
    padding: 60px 0 0 0;
    background-size: contain !important;
}

.top-banner h1 {
    color: #000;
    font-size: 70px;
    width: 80%;
    margin: auto;
    font-weight: 700;
    line-height: 1;
}

.top-banner p {
    color: #888787;
    font-size: 22px;
    width: 60%;
    margin: auto;
    font-weight: 400;
    padding: 10px;
}

.top-banner ul {
}

.top-banner ul li {
}

.top-banner a {
}

.top-banner .images-baner {
    padding: 40px;
}

.top-banner .images-baner img {
}

.tab-sec {
    /* text-align: center; */
    /* padding: 60px 0 0 0; */
}

.tab-sec p {
    color: #888787;
    font-size: 15px;
    width: 80%;
    margin: auto;
    font-weight: 400;
    padding: 10px 10px 16px 10px;
    text-align: center;
}

.port-sec {
}

.port-sec .container-fluid {
    margin: 0px;
    padding: 0px;
}

.cta-new {
    padding: 110px 0 0 0;
}

.cta-new img {
    position: absolute;
    left: 174px;
    top: 62%;
    -webkit-transform: translate(-50%,-50%);
    /* transform: translate(-50%,-50%); */
    width: 660px;
    height: 336px;
}

.cta-new .bgcolor {
    padding: 40px 80px 60px 60px;
    border-radius: 1.25rem;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    background-image: linear-gradient(120deg,#575859 0,#2e2f30 85%);
}

.cta-new h2 {
    color: #fff;
    font-size: 35px;
    padding: 10px 0;
    letter-spacing: normal;
}

.cta-new p {
    color: #fff;
    padding: 0;
}

.cta-new .buttons {
    margin-top: 20px;
}

.cta-new .buttons a {
    margin: 0 10px 0 0;
    font-size: 12px;
}

/*================TESTIMONIALS-SECTION-START========================*/
.main-testimonials-sec {
    padding: 0px 0 30px 0;
    background: #f9f9f987;
}

.testi_box {
    padding: 30px 30px 0 30px;
    transition: all 700ms;
    margin: 0px 0 45px 0;
}

.testi-heading {
    text-align: center;
}

.testi-heading h2 {
    color: #000;
    font-size: 50px;
}

.testi-heading p {
    color: #888787;
}

.testi_box ul {
    margin-bottom: 30px;
}

.testi_box ul li {
    display: inline-block;
    font-size: 16px;
    color: #ecc70e;
    margin: 0px 2px 0 2px;
}

.testi_box>p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 30px 0;
}

.main-img {
    font-size: 0;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 30px;
    transition: all 700ms;
}

.testi-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
    height: 45px;
    background: #fa6400;
    border-radius: 50%;
}

.testi-img span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 8px;
}


.testi-cont {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    padding-left: 20px;
}

.testi-cont p {
    font-size: 16px;
    padding: 0px;
}

.testi-cont p span {
    display: block;
    font-size: 14px;
}

.slick-prev:before, .slick-next:before {
    color: #fa6400 !important;
}

* {
    margin: 0px;
    padding: 0px;
}


/* browser scroller style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0px;
    border-left: 1px solid #888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative;
    background-color: #fff;
}

.secondary-btn {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    margin: 10px 0 0 0;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #1a9dbb;
}

.trnsprnt-butn {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 0 0 20px;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    border: 1px solid #fff;
}

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    margin: 0;
    padding: 0;
}

h1, .h1, h2, .h2 {
    font-family: 'Poppins';
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    /* font-family: 'AvenirNext', sans-serif; */
    padding-bottom: 0px;
    color: #4f4f4f;
}

input {
    font-family: 'Poppins', sans-serif;
}


span {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

select {
    font-family: 'Poppins', sans-serif;
}

textarea {
    font-family: 'Poppins', sans-serif;
}

p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0px;
    color: #888787;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
}

.pad-left-7 {
    padding-left: 7px;
}

.pad-right-7 {
    padding-right: 7px;
}

p span {
    color: black;
}


img {
    border: 0px;
    outline: none;
}

/*img { max-width: 100%;  }*/
ul,li {
    list-style-type: none;
}

h2,.h2 {
    color: #4f4f4f;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 0 10px 0;
    position: relative;
    letter-spacing: -1px;
}

h2 span,.h2 span {
    color: var(--primary-color);
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #fa6400;
}

/* header 
------------------------------------*/
/*.navbg-clr .header-main .top-bar{background: #4a7ee5; background: -moz-linear-gradient(-45deg, #4a7ee5 0%, #1169cd 100%); background: -webkit-linear-gradient(-45deg, #4a7ee5 0%,#1169cd 100%); background: linear-gradient(135deg, #4a7ee5 15%,#1169cd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );}*/
.header-main {
    background: transparent;
    /* position:  absolute; */
    padding: 0 0 0 0;
    top: 0;
    z-index: 99;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar {
    position: relative;
    padding: 25px 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #f9f7f0;
}

.top-info-list {
    float: right;
    margin: 0;
    display: inline-block;
}

.top-info-list li {
    float: left;
    color: #171717;
    font-size: 14px;
    padding: 0 4px;
}

.top-info-list li:first-child {
    padding-left: 0px;
    display: inline-block;
}

.top-info-list li:last-child {
    padding-right: 0px;
}

.top-info-list li a.phnenmbr {
    background: transparent;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid transparent;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #4f4f4f;
}


.top-info-list li+li {
    /* border-left: 1px solid #171717; */
}

.top-info-list li a {
    color: #4f4f4f;
    transition: all 700ms;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
}

.top-info-list li a.btn-main-top-bar {
    color: #fff;
}

.dropdown {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 380px;
    position: absolute;
    top: 30px;
    left: 0%;
    /* visibility: hidden; */
    /* opacity: 0; */
    padding: 0px;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: .1875rem;
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    z-index: 95;
    display: none;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    margin: 60px 0;
}

.banform {
}

.ban-form {
}

.ban-form input {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39);
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    background-color: #fff;
    border: none;
    outline: none;
    transition: all 700ms;
    color: #7d758e;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
}

/* complete branding package
------------------------------------*/
.mid-banner {
    position: relative;
    padding: 30px 0 60px 0;
    font-family: ''Poppins', sans-serif';
    background: #fff;
}

.cmp-heading-sec {
    text-align: center;
}

.mid-banner h3 {
    color: #ffffff;
    line-height: 48px;
    font-weight: 600;
    text-transform: none;
}

.cmp-heading-sec p {
    width: 75%;
    margin: 0 auto;
    color: #888787;
}

.banner-main {
    padding: 20px 10px;
    border-radius: 3px;
    font-size: 0;
    position: relative;
}

.listsss ul {
    margin: 0;
    font-size: 0;
}

.listsss ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.listsss ul li .packaging-lists {
    padding-top: 0px;
}

.packaging-lists {
    float: left;
    width: 90%;
}

.packaging-lists ul {
    list-style: none;
    padding: 10px;
}

.listsss ul li .packaging-lists > ul >li.heading {
    background: #f5fbf9;
    color: #1a9dbb;
    color: #380083;
    rder: none;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 4px 2px;
    line-height: 24px;
    position: relative;
    width: 100%;
    vertical-align: top;
}

.listsss ul li .packaging-lists ul li:before {
    color: #ffffff;
}

.listsss ul li .packaging-lists > ul >li {
    display: block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    line-height: 24px;
    position: relative;
}

.listsss ul li .packaging-lists > ul >li.heading:before {
    content: "";
    display: none;
}

.packaging-lists ul li:before {
    position: absolute;
    content: "\f111";
    font-size: 5px;
    left: 7px;
    top: 10px;
    line-height: 0;
    font-family: "fontawesome";
}

div.bub-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    height: 100%;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
}

.midbanner-text.midbrand .off-percent img {
    width: auto;
}

.packaging-lists ul li {
    color: #ffffff;
    font-size: 14px;
    padding-left: 25px;
    font-family: 'Poppins', sans-serif;
}

.listsss ul li:nth-child(2) .packaging-lists > ul >li.heading {
}

.listsss ul li:nth-child(3) .packaging-lists > ul >li.heading {
}

.midbanner-text.midbrand .off-percent {
    text-align: center;
    padding: 10px 0 0px 0;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
}

.button.largefont {
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #f5fbf9;
    font-weight: 600;
    text-transform: capitalize;
    background: -moz-linear-gradient(left, #f9ad1c 0%, #f9be36 100%);
    background: #1a9dbb;
    border-radius: 3px;
    font-size: 16px;
    padding: 16px 20px;
    display: inline-block;
}

.form-box-main form input:focus, .form-box-main form textarea:focus, .form-box-main form select:focus, .form-box-main form option:focus, .selected-flag {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* footer 
------------------------------------*/
.footer-main {
    color: #fff;
    background: rgb(40, 9, 104);
    ;}

.footer-top {
    padding: 60px 0 0;
}

.vsalgs {
    text-align: center;
}

.vsalgs img {
    width: 100%;
}

.footer-bottom {
    padding: 30px 0;
}

.copyright {
    padding: 10px 0 0px 0;
    margin: 0px;
    font-size: 12px;
    color: #fff;
}

.copyright span {
    color: #fff;
}

.dark-btn {
    border: 1px solid #fff !important;
}

.list-scroll {
    height: 155px;
}

.ticklist2.list-scroll {
    height: 146px;
}

.btn-main-top-bar {
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #1a9dbb;
}


.main-btn {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    display: inline-block;
    transition: all 700ms;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #1a9dbb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}


.menuside {
    position: relative;
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.footer-top h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.footer-top .linkinglist {
    display: block;
    margin-bottom: 0;
}

.footer-top .linkinglist li {
    padding: 5px 0;
}

.footer-top .linkinglist li a {
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-top .linkinglist li img {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.footer-top .linkinglist li p {
    color: #ffffff;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.footer-top .socialmid {
    border-bottom: 1px solid #7c98b647;
    margin: 25px auto 0;
    padding-bottom: 25px;
}

.header-main .othermenu {
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* transform: translateY(-10rem); */
}

.header-main .secondlogo {
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* transform: translateY(-10rem); */
}


.header-main .has-submenu {
    display: inline-block;
    z-index: 9;
    padding-bottom: 0px;
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.ticklist2 {
}

.ticklist2 li {
    font-size: 16px;
    padding: 0 0 7px 30px;
    text-align: left;
    position: relative;
}

.header-main {
    position: relative;
}

.header-main .othermenu {
    position: relative;
    opacity: 1;
    display: inline-block;
    margin-bottom: 0;
    z-index: 9;
    float: right;
}

.header-main .othermenu li {
    margin-right: 14px;
    display: inline-block;
}

.header-main .othermenu li h6 {
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    cursor: default;
}

.header-main .othermenu li a {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    /* transition: all 700ms; */
    /* -webkit-animation: fadeIn 1s; */
    /* animation: fadeIn 1s; */
    padding: 15px 0;
    text-transform: capitalize;
}

/*.header-main .fixed-header .othermenu li a{     padding: 10px 0; }*/
.othermenu h6 a {
    cursor: unset;
}

/*================lp custom  website design development===============*/
.custom-website-design-development-page .header-main .othermenu li a {
    color: #fff;
    font-size: 15px;
    border-bottom: 3px solid transparent;
}

.custom-website-design-development-page .top-bar {
    background-color: transparent;
}


.custom-website-design-development-page .top-info-list li a.white {
    border: 1px solid #fff;
}


.custom-website-design-development-page .top-info-list li a.white {
    color: #fff;
}


.custom-website-design-development-page .package-wrapper {
    background-color: #fff;
    box-shadow: 0px 5px 20px 9px rgba(207, 207, 207, 0.39);
    border-radius: 5px;
    z-index: 9;
}

.custom-website-design-development-page .heading h2 span {
    color: #000;
}

.custom-website-design-development-page .old-price span {
    color: #000000;
}


.custom-website-design-development-page .package-item .list ul li {
    color: #4f4f4f;
}

.custom-website-design-development-page .ticklist2 li:before {
    color: #21ae59;
}


.custom-website-design-development-page .header-main .othermenu {
    float: none;
    text-align: center;
}

.custom-website-design-development-page .second-bar {
    background: #280968;
    margin: 15px 0 0 0;
    padding: 0;
}

/*.custom-website-design-development-page .fixed-header .second-bar {margin: 5px 0 0 0;}*/
.custom-website-design-development-page .top-bar {
    padding: 15px 0 0;
}

/*.custom-website-design-development-page .fixed-header.top-bar {padding: 5px 0 0;}*/
.custom-website-design-development-page .dropdown {
    text-align: left
}

.custom-website-design-development-page .header-main .othermenu li {
    margin-right: 70px;
}

.custom-website-design-development-page .header-main .othermenu li:last-child {
    margin-right: 0;
}

.custom-website-design-development-page .top-info-list li a.btn-main-top-bar {
    color: #fff;
    font-weight: 600;
}

.custom-website-design-development-page .btn-main-top-bar {
    padding: 15px 20px;
}

.custom-website-design-development-page .top-info-list li a.phnenmbr {
    padding: 15px 20px;
    font-weight: 600;
}

.custom-website-design-development-page .top-info-list li {
    padding: 0 10px;
}

.custom-website-design-development-page .header-main .secondlogo a img {
    width: 145px;
}


.custom-website-design-development-page .main-btn {
    margin: 0;
}


.custom-website-design-development-page .main-cnt-heading {
    color: #000;
}

.custom-website-design-development-page .intl-tel-input.allow-dropdown.separate-dial-code {
    margin: 0 0 10px 0;
}


.custom-website-design-development-page .actions a span small {
    color: #000;
}


.header-main .secondlogo {
    position: relative;
    /* padding-top: 16px; */
    display: block;
    z-index: 9;
}

.header-main .secondlogo a {
    width: 100%;
}

.header-main .secondlogo a img {
    width: 120px;
}


.main-lets-frm-sec {
    padding: 0 0 70px 0;
}

.main-lets-frm-sec .main-cnt-para a {
    color: #1a9dbb;
}


.flsevce {
    text-align: center;
}

.main-cnt-heading {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #4f4f4f;
    text-align: center;
    width: 80%;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.main-cnt-para {
    color: #888787;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.para-wdth {
    width: 65%;
    margin: 0 auto;
}

ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.main-view-more {
    text-align: center;
    margin: 30px 0 0 0;
}

/*.workpg .main-view-more{display: none;}*/
.main-view-more a {
}


.ltsbtn-frm {
    margin: 0 0 30px 0;
    position: relative;
}

.ltsbtn-frm input, .ltsbtn-frm textarea, .ltsbtn-frm select {
    width: 100%;
    border: 1px solid #bbb5b5;
    border-radius: 5px;
    /* box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39); */
    background: #f0f2f4;
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    outline: none;
    transition: all 700ms;
    color: #20292f;
}

form#contactForm {
    margin: 0 60px;
}


.ltsbtn-frm select {
}

.ltsbtn-frm.slect-arrow {
    position: relative;
}

.ltsbtn-frm.slect-arrow:after {
    content: "\f107";
    font-family: fontawesome;
    right: 15px;
    top: 15px;
    font-size: 16px;
    position: absolute;
}

.main-lets-frm-sec input[type=submit] {
    cursor: pointer;
    width: 100%;
    color: #fff;
    /* text-transform: uppercase; */
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    height: 60px;
    border: none;
    font-weight: 600;
    transform: translateY(0rem);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #1a9dbb;
    /* Old browsers */
    /* FF3.6-15 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

.ltsbtn-frm textarea {
    resize: none;
    height: 120px;
    border-bottom: 2px solid #e0e0e0;
    padding: 12px 20px;
}


.intl-tel-input {
    display: block;
}

.main-work-box {
    margin: 15px 0 0 0;
    position: relative;
}

.inner-work-box {
    position: relative;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    min-height: 330px;
    overflow: hidden;
}

.inner-img-box {
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    background-size: cover;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.inner-img-box .work_section_page_code_txt {
    position: absolute;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    text-align: center;
    /* padding: 22% 5%; */
    opacity: 0;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.inner-img-box .work_section_page_code_txt h3 {
    margin: 0;
    padding-bottom: 0px;
    position: relative;
    top: 20px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
}


.inner-img-box .work_section_page_code_txt h5 {
    margin: 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 0px;
    position: relative;
    top: 20px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    font-weight: 400;
}

.inner-img-box .work_section_page_code_txt h5 span {
    /* padding: 3px 5px; */
    position: relative;
    display: inline-block;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.inner-img-box .work_section_page_code_txt h5 span:before {
    content: "\f067";
    font-family: fontawesome;
    font-size: 24px;
    position: absolute;
    left: -3px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    top: 200px;
}


/*==============tabbing css start============== */
.tabs-ebook, .tabs-editing-proofreading, .tabs-web-content-writing, .tabs-blog-writing, .tabs-press-release, .tabs-product-description, .tabs-product-review, .tabs-product-maintenance-securitie, .tabs-product-video-animation, .tabs-custom-video-animation-packages, .tabs-web-maintenance-securities-packages, .tabs-creative-content-writing-packages, .tabs-marketing-services-packages, .tabs-mobile-applications-packages, .tabs-custom-web-packages, .tabs-branding-stationery-packages, .tabs-custom-logo-design-packages, .tabs-packages-all, .tabs-packages-inner-ser1, .tabs-packages-inner-ser2, .tabs-eCommerce-packages, .tabs-book-writing, .tabs-web-content-video {
    display: none;
}

.tabs-ebook.current, .tabs-editing-proofreading.current, .tabs-web-content-writing.current, .tabs-blog-writing.current, .tabs-press-release.current, .tabs-product-description.current, .tabs-product-review.current, .tabs-product-maintenance-securitie.current, .tabs-product-video-animation.current, .tabs-custom-video-animation-packages.current, .tabs-web-maintenance-securities-packages.current, .tabs-creative-content-writing-packages.current, .tabs-marketing-services-packages.current, .tabs-mobile-applications-packages.current, .tabs-custom-web-packages.current, .tabs-branding-stationery-packages.current, .tabs-custom-logo-design-packages.current, .tabs-packages-all.current, .tabs-packages-inner-ser1.current, .tabs-packages-inner-ser2.current, .tabs-eCommerce-packages.current, .tabs-book-writing.current, .tabs-web-content-video.current {
    display: inline-block;
    width: 100%;
}



.main-tbing-sec {
    padding: 60px 0 30px 0;
}


.main-tbing-sec ul.tbing {
    padding: 0px;
    text-align: center;
    margin: 0 0 10px 0;
    display: block;
}

.main-tbing-sec ul.tbing li {
    transition: all 700ms;
    display: inline-block;
    padding: 9px 20px;
    height: 40;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 600;
    border: 1px solid #d4d4d4;
    margin: 10px 3px 5px 3px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}



.main-tbing-sec ul.tbing li.current {
    transform: translateY(-0.625rem);
    transition: all 700ms;
    color: #fff;
    border: 1px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #1a9dbb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}


.ftrr-lgo img {
    width: 200px;
    padding: 0 0 30px 0;
}

.ftrr-lgo p {
    color: #ffffff;
    font-size: 13px;
}


.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 10px 0px 0px 10px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #1a9dbb;
    font-size: 16px;
    font-weight: 700;
    background: #ffffff;
    position: relative;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -42px;
    text-transform: capitalize;
    white-space: pre;
    bottom: 87px;
}


.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #4f4f4f;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    background: #1a9dbb;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39);
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}



.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    top: 63px;
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

.btns_wrap .call_wrap span {
    color: #4f4f4f;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px 0px 0px 10px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #1a9dbb;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C,;background:;;eTransform.Microsoft.gradient( startColorstr='#2a3db6', endColorstr='#1169cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-size: 18px;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
}

.btns_wrap .chat_wrap span {
    color: #4f4f4f;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}


.intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: 'Poppins', sans-serif;
}


.package-wrapper {
    background-color: #333333;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
    transition: box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms, background-color 300ms ease 0ms,background-image 300ms ease 0ms;
    transition: all .2s ease-in-out;
    position: relative;
}

.package-wrapper.bst-selr:after {
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: 35px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: red;
    position: absolute;
    border: 2px solid #b70000;
    box-shadow: 2px 1px 7px -1px #b70000;
    right: -62px;
    top: 23px;
}

.package-item .heading {
    text-align: center;
}

.package-item .old-price {
    text-align: center;
}

.heading h2 {
    color: #000;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    padding: 0;
}

.heading h2 span {
    display: block;
    color: #ffffff;
}


.pkge-prce p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #7b7b7b;
    padding: 21px 0 5px 0;
    line-height: 1.2;
}

.pkge-prce p span {
    text-decoration: line-through;
    color: #b5b5b5;
}

.old-price span {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
}


.package-wrapper .package-item .list {
    color: #fff;
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    clear: both;
}


.ticklist2 li {
    width: 100%;
}

.ticklist2 li:before {
    content: "\e91a";
    position: absolute;
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: #909090;
    left: 0px;
    top: 2px;
}

.package-item .list ul {
    max-height: 130px;
}

.package-item .list ul li {
    padding-left: 25px;
    position: relative;
    line-height: 1.4;
    font-size: 13px;
    color: #e6e6e6;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #99999940;
}

.package-item .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}


.chat-con ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    /* padding: 10px 0 0 0; */
    color: #fff;
}

.chat-con ul li.pkge-ordr a {
    background-color: rgb(26 157 187);
    color: #fff;
    font-size: 16px;
    border: 1px solid rgb(26 157 187);
    padding: 14px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
}


.chat-con {
    overflow: hidden;
    padding: 15px 0px 0 0px;
}

.pckgslidersec .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 50px;
    color: #59bad3;
}

.pckgslidersec .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    color: #1a9dbb;
}

.pckgslidersec .slick-prev, .pckgslidersec .slick-next {
    top: 45% !important;
}


.actions {
    /* border-top: 1px solid #eeeeee; */
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
    position: relative;
}

.actions a span {
    font-size: 14px;
    font-weight: 700;
    color: #1a9dbb;
}

.actions a span small {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
}

.actions::before {
    position: absolute;
    content: "";
    height: 30px;
    background-color: #3d3d3d;
    width: 1px;
    left: auto;
    right: 50%;
    top: 18px;
}

.callusnow {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 6px 0px 11px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #1a9dbb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bad3', endColorstr='#9b2c92',GradientType=1);
    border: solid 3px #ffffff;
}


.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 1px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00a155;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
}

.book-call-ys-layer {
    display: none;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.book-call-ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.81);
    z-index: 9999;
}

/*.main-menu > ul > li:hover a{    color: #f38440;}*/
.header-main .othermenu li.current a {
    color: #000000;
    /* transition: all 700ms; */
    /* font-weight: 400; */
    /* font-size: 15px; */
}

.top-banner {
    background-repeat: no-repeat !important;
    margin-top: 9%;
    text-align: center;
    padding: 60px 0 0 0;
    background-size: contain !important;
}

.top-banner h1 {
    color: #000;
    font-size: 70px;
    width: 80%;
    margin: auto;
    font-weight: 700;
    line-height: 1;
}

.top-banner p {
    color: #888787;
    font-size: 22px;
    width: 60%;
    margin: auto;
    font-weight: 400;
    padding: 10px;
}

.top-banner ul {
}

.top-banner ul li {
}

.top-banner a {
}


.top-banner .images-baner {
    padding: 40px;
}

.top-banner .images-baner img {
}

.tab-sec {
    /* text-align: center; */
    /* padding: 60px 0 0 0; */
}

.tab-sec p {
    color: #888787;
    font-size: 15px;
    width: 80%;
    margin: auto;
    font-weight: 400;
    padding: 10px 10px 16px 10px;
    text-align: center;
}

.port-sec {
}

.port-sec .container-fluid {
    margin: 0px;
    padding: 0px;
}

.cta-new {
    padding: 110px 0 0 0;
}

.cta-new img {
    position: absolute;
    left: 174px;
    top: 59%;
    -webkit-transform: translate(-50%,-50%);
    /* transform: translate(-50%,-50%); */
    width: 660px;
    height: 336px;
}

.cta-new .bgcolor {
    padding: 40px 80px 60px 80px;
    border-radius: 1.25rem;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    background-image: linear-gradient(120deg,#575859 0,#2e2f30 85%);
}

.cta-new h2 {
    color: #fff;
    font-size: 35px;
    padding: 10px 0;
    letter-spacing: normal;
}

.cta-new p {
    color: #fff;
    padding: 0;
}

.cta-new .buttons {
    margin-top: 20px;
}

.cta-new .buttons a {
    margin: 0 10px 0 0;
    font-size: 12px;
}

/*================TESTIMONIALS-SECTION-START========================*/
.main-testimonials-sec {
    padding: 0px 0 30px 0;
    background: #f9f9f987;
}

.testi_box {
    padding: 30px 30px 0 30px;
    transition: all 700ms;
    margin: 0px 0 45px 0;
}


.testi-heading {
    text-align: center;
}

.testi-heading h2 {
    color: #000;
    font-size: 50px;
}

.testi-heading p {
    color: #888787;
}

.testi_box ul {
    margin-bottom: 30px;
}

.testi_box ul li {
    display: inline-block;
    font-size: 16px;
    color: #ecc70e;
    margin: 0px 2px 0 2px;
}

.testi_box>p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 30px 0;
}

.main-img {
    font-size: 0;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 30px;
    transition: all 700ms;
}


.testi-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
    height: 45px;
    background: #fa6400;
    border-radius: 50%;
}

.testi-img span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 8px;
}


.testi-cont {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    padding-left: 20px;
}

.testi-cont p {
    font-size: 16px;
    padding: 0px;
}

.testi-cont p span {
    display: block;
    font-size: 14px;
}

.slick-prev:before, .slick-next:before {
    color: #fa6400 !important;
}

/*.main-menu > ul > li:hover a{    color: #f38440;}*/
.header-main .othermenu li.current a {
    color: #fff;
    /* transition: all 700ms; */
    /* font-weight: 400; */
    /* font-size: 15px; */
}

.top-banner {
    background-repeat: no-repeat !important;
    margin-top: 0%;
    text-align: left;
    padding: 80px 0 ;
    background-size: contain !important;
}

.top-banner h1 {
    color: #fff;
    font-size: 56px;
    width: 100%;
    margin: auto;
    font-weight: 600;
    line-height: 1;
}

.top-banner h1 span {
    font-size: 24px;
    display: block;
    color: #fff;
    width: fit-content;
    text-transform: uppercase;
    background: #280968;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}

.top-banner-section {
    padding-top: 0%;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size : cover !important;
    height: 880px;
}

.top-banner p {
    color: #fbe2e2;
    font-size: 22px;
    width: 100%;
    margin: auto;
    font-weight: 400;
    padding: 10px;
}

.top-banner ul {
}

.top-banner ul li {
}

.top-banner a {
}


.top-banner .images-baner {
    padding: 40px;
}

.top-banner .images-baner img {
    transform: scale(1.3);
    margin-top: 40px;
}

.tab-sec {
    /* text-align: center; */
    padding: 60px 0 0 0;
}

.tab-sec h3 {
    color: #000;
    font-size: 42px;
    width: 70%;
    margin: auto;
    font-weight: 600;
    text-align: center;
}

.tab-sec p {
    color: #888787;
    font-size: 15px;
    width: 80%;
    margin: auto;
    font-weight: 400;
    padding: 10px 10px 16px 10px;
    text-align: center;
}

.port-sec {
}

.port-sec .container-fluid {
    margin: 0px;
    padding: 0px;
}

.cta-new {
    padding: 110px 0 60px 0;
}

.bgcolor:before {
    position: absolute;
    content: '';
    /* top: 159px; */
    left: -89px;
    width: 300px;
    background: url(../images/cta-icon.png);
    height: 350px;
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: -147px;
    transform: scale(0.8);
    display: none;
}

.cta-new img {
    position: absolute;
    left: 174px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    /* transform: translate(-50%,-50%); */
    width: 530px;
    height: auto;
}

.cta-new .bgcolor {
    padding: 60px 80px 60px 60px;
    border-radius: 1.25rem;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    background-image: linear-gradient(120deg,#1a9dbb 0,#380083 85%);
}

.cta-new h2 {
    color: #fff;
    font-size: 32px;
    padding: 10px 0;
    letter-spacing: normal;
}

.cta-new p {
    color: #fff;
    padding: 0;
}

.cta-new .buttons {
    margin-top: 20px;
}

.cta-new .buttons a {
    margin: 0 10px 0 0;
    font-size: 10px;
}

.counter-sec .mcounters {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

.counter-sec .mcounters li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 15px;
    color: #fff;
    height: 162px;
    /*    -ms-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);*/
    width: 25%;
}

.counter-sec .mcounters li h4 {
    font-weight: 600 !important;
    margin-bottom: 0px;
    font-size: 52px;
    font-family: 'Poppins';
    letter-spacing: 2px;
    color: #129aba !important;
}

.counter-sec .mcounters li p {
    color: #888787;
    font-weight: 400;
    margin: 10px 0 20px;
    font-family: 'Poppins';
    padding-bottom: 0;
    text-align: center;
    letter-spacing: 4px;
}

.numbers.counter-sec {
    margin-top: 140px;
    text-align: center;
    text-transform: uppercase;
    color: #888787;
}

.numbers.counter-sec p {
    color: #888787;
    letter-spacing: 5px;
    font-weight: 600;
}

/*================TESTIMONIALS-SECTION-START========================*/
.main-testimonials-sec {
    padding: 0px 0 30px 0;
    background: #f9f9f987;
}

.testi_box {
    padding: 30px 30px 0 30px;
    transition: all 700ms;
    margin: 0px 0 45px 0;
}

.testi-heading {
    text-align: center;
}

.testi-heading h2 {
    color: #000;
    font-size: 50px;
}

.testi-heading p {
    color: #888787;
}

.testi_box ul {
    margin-bottom: 30px;
}

.testi_box ul li {
    display: inline-block;
    font-size: 16px;
    color: #ecc70e;
    margin: 0px 2px 0 2px;
}

.testi_box>p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 30px 0;
}

.main-img {
    font-size: 0;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 30px;
    transition: all 700ms;
}

.testi-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
    height: 45px;
    background: #1a9dbb;
    border-radius: 50%;
}

.testi-img span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 8px;
}

.testi-cont {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    padding-left: 20px;
}

.testi-cont p {
    font-size: 16px;
    padding: 0px;
}

.testi-cont p span {
    display: block;
    font-size: 14px;
}

.f-left {
    float: left;
}

.slick-prev:before, .slick-next:before {
    color: #1a9dbb !important;
}

.top-banner-section .logo-dark {
    display: none;
}


.item-svc {
    margin-top: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #f3f0f0;
    box-shadow: 0px 0px 35px 0px rgba(199, 193, 193, 0.11);
}

.svc-btn {
    text-transform: uppercase;
    text-decoration: none;
    color: #1a9dbb;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.read-btn hr {
    width: 20%;
    color: #1a9dbb;
    background: #1a9dbb;
    margin-top: 0px;
    height: 1px;
}

.item-svc img {
    width: 50px;
}

.item-svc .item-data {
    padding-top: 20px;
}

.item-svc .item-data span {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

.item-svc .item-data p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #888787;
    height: 120px;
    text-align: left;
    padding: 0px;
    width: 100%;
}

.img-svc .mobile {
    height: 50px;
    width: auto;
}

.img-svc {
    height: 50px;
}

.sec-bg {
    background-size: cover !important;
    padding-bottom: 120px;
}

.icon-section {
    width: 40px;
    margin: 20px auto;
    display: none;
}

.img-white {
    display: none;
}


::-webkit-scrollbar-thumb {
    background: rgb(40, 9, 104);
}

a.vdbuttn {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    color: #1a9dbb;
    font-weight: 700;
    text-decoration: underline;
}




    
@media only screen and (max-width: 600px) {
    
    .package-item .list ul {overflow: overlay;}
    .actions::before{display:none;}
    .cta-new img{display:none;}
    .cta-new .buttons a { margin: 0 0px 10px 0;}
    .floatbutton{display:none;}
    .listsss ul li {width: 100%;}
    .tab-sec h3 {font-size: 34px;width: 100%;line-height: 1;}
    .tab-sec p {width: 100%;}
    .row.extraa {height: 1630px;/* width: 100%; */border-radius: 0;background-image: none !important;background-color: #4e00b2;}
    .midbanner-text.midbrand .off-percent img { display: none;}
    .midbanner-text.midbrand .off-percent {top: 1340px;width: 100%;}
    .banner-main h3{color: #fff;
    padding: 30px 0 0 20px;
    font-size: 26px;    text-align: left;}
    .counter-sec .mcounters li { width: 100%;}
    .header-main {display: none;}
    .mobile-nav nav li a {font-size: 18px;}
    .mobile-nav .logo-main { width: 50%;}
    .mobile-nav-btn {background-color: #00a155; opacity: 1; }
    .mobile-nav-btn span {background-color: #fff;}
    .mobile-nav-btn .lines:before {background-color: #fff;}
    .mobile-nav-btn .lines:after {background-color: #fff;}
    
}


@media only screen and (max-width: 519px ) and (min-width: 300px){
    
 .midbanner-text.midbrand .off-percent {
    top: 1420px;
    
}   
.top-banner h1 {
        color: #fff;
        font-size: 36px;
        width: 100%;
        margin: auto;
        font-weight: 600;
        line-height: 1;
    }
    
    
}    

@media only screen and (min-width: 300px) and (max-width: 519px){
    
    
}

    
