
.menu ul.sub-menu li a::after {
    transform: rotate(
272deg);
    position: relative;
    top: -1px;
    left: 10px;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*onload-popup*/
.onload-popup .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 155px;
}




.modal-backdrop{
    z-index: 2;

}

.consultancy-popup .modal-dialog {
    max-width: 760px;
 }

.consultancy-popup{
    position: relative;
}

.consultancy-popup .modal-content:before {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: rotate(
-6deg
 );
    transform: rotate(
4deg
 );
    z-index: -1;
    background: linear-gradient(
75deg
, #65258a 10%, #e80566);
}

.consultancy-popup h4 {
    color: #000 !important;
}

.consultancy-popup .floatbutton textarea.form-control {
    margin-top: 20px;
}

.consultancy-popup .floatbutton input.form-control {
    margin-top: 15px;
    font-size: 19px !important;
    color: #000 !important;
    height: 50px;
    padding: 0 10px;
}


.pop-logo a img {
    display: table;
    margin: 0 auto;
}

.pop-logo h3 {
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
}


.consultancy-popup h4 {
    color: #fff !important;
    font-size: 20px;
    margin-top: 30px;
}



.new {
  padding: 50px;
}

.consultancy-popup .form-group {
  display: block;
  margin-bottom: 15px;
}

.consultancy-popup .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.consultancy-popup .form-group label {
  position: relative;
  cursor: pointer;
}

.consultancy-popup .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fae042;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 4px;
}

.consultancy-popup .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #68a945;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.consultancy-popup .checked .form-group {
    margin-right: 4px;
}

.checked {
}

.consultancy-popup .checked .form-group label {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}



.consultancy-popup .consultancy-popup .modal-header {
    border-bottom: none;
    padding: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.fixed-top {
     z-index: 2 !important;
}

.consultancy-popup .modal-header button.close {
    border: 2px solid #000;
    border-radius: 100%;
    padding: 5px;
    position: absolute;
    right: 27px;
    opacity: 0.5;
    width: 35px;
    height: 35px;
    top: 25px;
    z-index: 2;
}


.consultancy-popup .checked ul li {
    float: left;
    width: 31%;
    display: inline-block;
}

.consultancy-popup .call-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.call-us a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-right: 0;
    text-transform: capitalize;
}

.call-us a i {
    color: #65258a;
    margin-right: 5px;
    font-size: 20px;
}

.call-us a.talks {}

.call-us button {
    font-size: 16px;
    background-color: #fba830;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all .25s ease-in-out;
    border: 1px solid #fba830;
}

.call-us button:hover {
    background-color: #fff;
    color: #fba830;
    transition: all .1s ease-in-out;
}

.pop-logo {
    position: relative;
    z-index: 1;
}

.clients-carousel .single-client .title {
    text-align: center;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 0;
    margin-top: 1px;
}


 .clients-carousel .single-client h5 {
    font-size: 16px;
    margin-top: 8px;
    color: #46b8da !important;
    margin-right: 6px;
}

.consultancy-popup .modal-header {
    padding: 0;
    border-bottom: none;
}
.consultancy-popup input.form-control {
    margin-top: 14px;
    border: 2px solid #54aa5c;
}

 .consultancy-popup .checked ul li:nth-child(2) {
    width: 19%;
}

.consultancy-popup .checked ul li:nth-child(4) {
    width: 24%;
}

.consultancy-popup .checked ul li:nth-child(3) {
    width: 26%;
}

.right-alig a:first-child {
    margin-right: 25px;
}
.right-alig a {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
}

.consultancy-popup form.contact-us-form .modal-content {
    /* border-radius: 15px; */
    border-width: 10px;
    border-image: linear-gradient(
45deg
, rgb(0,143,104), rgb(250,224,66)) 1;
}

/*onload-popup*/

















.main_tabbing_sec {
    padding: 50px 0 30px;
}
.container {
    max-width: 1340px;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.main_tabbing_sec .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    border: none;
    margin: 0 0 30px 0;
    text-align: center;
    flex-wrap: unset;
    display: block;
}
.main_tabbing_sec .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}
.main_tabbing_sec .nav-tabs .nav-item.show .nav-link, .main_tabbing_sec .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e80566;
    border-color: transparent;
    padding: 10px 15px;
    border-radius: 6px;
}
.main_tabbing_sec .nav-tabs .nav-link {
    border: 1px solid #e80566;
    padding: 10px 15px;
    border-radius: 6px;
}
.tab-content {
    border: none!important;
}
.sky-tabs.sky-tabs-pos-top-center.sky-tabs-anim-flip.sky-tabs-response-to-icons {
    text-align: center;
}
.sky-tabs {
    position: relative;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0;
    text-align: left;
    color: #666;
}
.sky-tabs, .sky-tabs {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
}
.sky-tabs > input {
    position: absolute;
    display: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.sky-tabs > label {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1px;
    padding-top: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
}
.sky-tabs > label span {
    display: block;
    padding: 0;
    background: #152230;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.sky-tabs > label span span {
    padding: 6px 40px;
}
.sky-tabs>label span span h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.sky-tabs > input:checked + label {
    cursor: default;
}
.sky-tabs > input:checked + label span span {
    background: #e80566;
    color: #fff;
    position: relative;
}
.sky-tabs > ul {
    list-style: none;
    position: relative;
    display: block;
    font-size: 13px;
}
.sky-tabs > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* overflow: auto; */
    padding: 20px 0px 25px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.main-pkge {
    display: block;
    text-align: center;
    padding: 50px 20px;
    border: 1px solid #e80566;
    border-radius: 10px;
    transition: all 200ms ease-in;
}
.main-pkge .pake-name p {
    margin: 0;
    font-size: 15px;
    color: #e80566;
    font-weight: 600;
}
.main-pkge .pake-name h4 {
    font-size: 27px;
}
.main-pkge .picxwrp h5 {
    color: #e80566;
    font-size: 32px;
    font-weight: bold;
}
.main-pkge .picxwrp h5 span {
    font-size: 22px;
}
.main-pkge .manuwrp ul {
    margin: 20px 0 20px 0px;
    height: 200px;
}
.list-scroll {
    overflow: hidden scroll;
    cursor: pointer;
}
.list-scroll{overflow: hidden scroll;/* cursor: pointer; */}

.list-scroll::-webkit-scrollbar {width: 8px; }

.list-scroll::-webkit-scrollbar-track {background: #00618d3d;}
.list-scroll::-webkit-scrollbar-thumb {background: #00618d;width: 8px;}
.main-pkge .manuwrp ul li {
    font-size: 15px;
    text-align: left;
    padding: 0 0 4px;
    position: relative;
    left: 0;
    margin: 0 0 0 40px;
}
.main-pkge .manuwrp li:after {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: -23px;
    color: #e80566;
    z-index: 10;
    top: 0;
}
.main-pkge .btnwrp {
    padding: 20px 0 0;
}

.main-pkge .btnwrp .btn-odr {
    background-color: #e80566;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 1em 1.8571em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.main-pkge .btnwrp .btn-nmbr {
    color: #e80566;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 1em 1.6em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 0 0 10px;
}
.best-seller {
    position: relative;
    overflow: hidden;
}
.best-seller:before {
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 4px 0px 0px 18px;
    text-indent: -15px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
 );
    transform: rotate(
45deg
 );
    height: 31px;
    width: 178px;
    background-color: red;
    position: absolute;
    border: 2px solid #b70000;
    box-shadow: 2px 1px 7px -1px #b70000;
    right: -49px;
    top: 20px;
    z-index:9;
}

.list-sty li {
    text-align: left;
    position: relative;
    margin: 0 0 0 3px;
    padding-left: 18px;
    color: #2c2c2c;
}

.list-sty li:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: 10px 0px 0px 0px;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    background-color: #7818b1;
}

.list-scroll{
    overflow: auto;
    cursor: pointer;
    height: 198px;
}
.ftarea {
    padding: 0px 7px 20px;
}
.ftarea .lft {
    width: 47%;
    float: left;
}
.ftarea .lft h4 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 0;
    color: #7818b1;
    margin-right: 44px;
}
.ftarea .lft h4 span.cutting_price {
    padding: 0px;
    text-align: left;
    color: #999;
    text-decoration: line-through;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

.ftarea .lft h4 strong {
    font-weight: 400;
    font-size: 22px;
}
.ftarea .lft h4 span {
    display: block;
    font-size: 12px;
    color: #b2b8ca;
    margin-left: 26px;
}
.ftarea .rht h4 {
    color: #7818b1;
}
.ftarea .rht h4 span.cutting_price {
    color: #999;
    text-decoration: line-through;
    font-weight: bold;
    display: block;
    font-size: 15px;
    margin-left: 37px;
}
.ftarea .rht h4 strong {
    font-weight: 400;
}
.ftarea .rht h4 span {
    display: block;
    font-size: 12px;
    color: #b2b8ca;
}


.btnwrp {
    margin: 7px;
}
.btnwrp .btn-odr {
    background-color: #f25644;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 1em 1.8571em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.btnwrp .btn-nmbr {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 1em 1.6em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 0 0 10px;
    background-color: #57017F;
}
.lft sub {
    font-size: 15px;
}
.ftarea .rht p span {
    display: block;
    color: #999;
    font-size: 14px;
}
.ftarea .rht p{
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 13px;
}
span.cutting_price {
    text-align: center;
    color: #999;
    text-decoration: line-through;
    font-weight: bold;
    margin-left: 125px;
}
.ftarea img {
    width: 90%;
}
.seo-pkg img {
    width: 100%;
}
h4.mb-0 {
    color: #1f73b7;
}
p.card-text {
    font-size: 16px;
}


h5.pink-heading {
    font-size: 25px;
    line-height: 45px;
    color: #e80566;
}
.about-us-content-wrap h4 {
    font-size: 23px;
    font-weight: 300;
}
.section-heading.text-center.text-white.mb-3 h4 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

.pop-logo h3 span {
    font-weight: 700;
    font-size: 30px;
    color: #e60667;
}



.ftarea ul li h5 {
 font-family: 'Source Sans Pro', sans-serif;
}

.ftarea ul {
    display: flex;
    justify-content: space-between;
}

.ftarea ul li {
    display: inline-block;
}



.ftarea {
    padding: 0px 18px 30px;
}

.ftarea ul {
    display: flex;
    justify-content: space-between;
}

.ftarea ul li h5 {text-align: left;font-size: 40px;color: #cd282f;font-weight: 600;margin-bottom: 0;font-family: 'Catamaran', sans-serif;}

.ftarea ul li small {
    text-align: left;
    display: inherit;
    font-size: 15px;
    color: #979797;
    font-family: 'Source Sans Pro', sans-serif;
}

.ftarea ul li h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #57017f;
    font-size: 28px;
}

.ftarea ul li h2 {
     font-size: 18px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
}


.ftarea ul li h6 {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
    color: #979797;
    text-transform: capitalize;
}


.ftarea ul li h6 span {
    color: #00618d;
    margin-left: 7px;
}

.seo-price ul li .signup-title {
    font-size: 16px;
        text-align: left;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
        font-family: 'Montserrat', sans-serif;
            color: #212529;
}

.seo-price ul li h5 {
    font-size: 30px;
}

.seo-price ul li h6 {
    font-size: 14px;
}

.seo-price ul li h6 span {
    font-size: 14px;
}

.seo-price ul li h6 small {
    font-size: 10px;
}

.seo-price ul li small {
    display: inherit;
}

.seo-price ul li h4 {
    font-size: 20px;
}
textarea.form-control {
    border: 2px solid #54aa5c;
}
.contact-form-sec .form-group input[type=email],
.contact-form-sec .form-group input[type=number],
.contact-form-sec .form-group input[type=tel],
.contact-form-sec .form-group input[type=text],
.contact-form-sec .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #222;
    height: 55px;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #e4e2e2;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgb(0 0 0/10%);
    text-transform: capitalize
}

.contact-form-sec .form-group .icon {
    position: absolute;
    right: 35px;
    top: 20px;
    color: #d048df;
    font-size: 16px;
    line-height: 1em;
    z-index: 1;
    font-weight: 600
}

.contact-form-sec button.readmore {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #448b87;
    padding: 10px 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 35px;
    text-transform: capitalize;
    background: linear-gradient(#fe9d24, #ef671b);
    font-family: Roboto, sans-serif;
    border: none
}

.contact-form-sec .form-group span {
    position: absolute;
    right: 35px;
    top: 20px;
    color: #00618d;
    font-size: 16px;
    line-height: 1em;
    z-index: 1;
    font-weight: 600;
}

.contact-form-sec {
    position: relative;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    padding: 30px 10px;
    border-radius: 10px;
}

.contact-form-sec h3 {
    color: #fff;
        font-size: 27px;

}

.overlay-gre {
    background: linear-gradient(
75deg, #00618d 10%, #00618d) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}


#message {  padding: 0px 40px 0px 0px; }
#mail-status
{
    padding: 12px 20px;
    width: 100%;
    display:none;
    font-size: 20px;
    font-family: "Georgia", Times, serif;
    color: red;
}
.error{color:red}
.g-recaptcha {margin: 0 0 25px 0;}




.main_tabbing_sec {
    padding: 50px 0 30px;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.main_tabbing_sec .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    border: none;
    margin: 0 0 30px 0;
    text-align: center;
    flex-wrap: unset;
    display: block;
}
.main_tabbing_sec .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}
.main_tabbing_sec .nav-tabs .nav-item.show .nav-link, .main_tabbing_sec .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e80566;
    border-color: transparent;
    padding: 10px 15px;
    border-radius: 6px;
}
.main_tabbing_sec .nav-tabs .nav-link {
    border: 1px solid #e80566;
    padding: 10px 15px;
    border-radius: 6px;
}
.tab-content {
    border: none!important;
}
.sky-tabs.sky-tabs-pos-top-center.sky-tabs-anim-flip.sky-tabs-response-to-icons {
    text-align: center;
}
.sky-tabs {
    position: relative;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0;
    text-align: left;
    color: #666;
}
.sky-tabs, .sky-tabs {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
}
.sky-tabs > input {
    position: absolute;
    display: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.sky-tabs > label {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1px;
    padding-top: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
}
.sky-tabs > label span {
    display: block;
    padding: 0;
    background: #152230;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.sky-tabs > label span span {
    padding: 6px 40px;
}
.sky-tabs>label span span h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.sky-tabs > input:checked + label {
    cursor: default;
}
.sky-tabs > input:checked + label span span {
    background: #e80566;
    color: #fff;
    position: relative;
}
.sky-tabs > ul {
    list-style: none;
    position: relative;
    display: block;
    font-size: 13px;
}
.sky-tabs > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* overflow: auto; */
    padding: 20px 0px 25px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.main-pkge {
    display: block;
    text-align: center;
    padding: 50px 20px;
    border: 1px solid #e80566;
    border-radius: 10px;
    transition: all 200ms ease-in;
}
.main-pkge .pake-name p {
    margin: 0;
    font-size: 15px;
    color: #e80566;
    font-weight: 600;
}
.main-pkge .pake-name h4 {
    font-size: 27px;
}
.main-pkge .picxwrp h5 {
    color: #e80566;
    font-size: 32px;
    font-weight: bold;
}
.main-pkge .picxwrp h5 span {
    font-size: 22px;
}
.main-pkge .manuwrp ul {
    margin: 20px 0 20px 0px;
    height: 200px;
}
.list-scroll {
    overflow: hidden scroll;
    cursor: pointer;
}
.list-scroll{overflow: hidden scroll;/* cursor: pointer; */}

.list-scroll::-webkit-scrollbar {width: 8px; }

.list-scroll::-webkit-scrollbar-track {background: #00618d3d;}
.list-scroll::-webkit-scrollbar-thumb {background: #006189;width: 8px;}
.main-pkge .manuwrp ul li {
    font-size: 15px;
    text-align: left;
    padding: 0 0 4px;
    position: relative;
    left: 0;
    margin: 0 0 0 40px;
}
.main-pkge .manuwrp li:after {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: -23px;
    color: #e80566;
    z-index: 10;
    top: 0;
}
.main-pkge .btnwrp {
    padding: 20px 0 0;
}

.main-pkge .btnwrp .btn-odr {
    background-color: #e80566;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 1em 1.8571em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.main-pkge .btnwrp .btn-nmbr {
    color: #e80566;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 1em 1.6em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 0 0 10px;
}
.best-seller {
    position: relative;
    overflow: hidden;
}
.best-seller:before {
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 4px 0px 0px 18px;
    text-indent: -15px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
 );
    transform: rotate(
45deg
 );
    height: 31px;
    width: 178px;
    background-color: red;
    position: absolute;
    border: 2px solid #b70000;
    box-shadow: 2px 1px 7px -1px #b70000;
    right: -49px;
    top: 20px;
    z-index:9;
}

.list-sty li {
    text-align: left;
    position: relative;
    margin: 0 0 0 3px;
    padding-left: 18px;
    color: #2c2c2c;
}

.list-sty li:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: 10px 0px 0px 0px;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    background-color: #00618d;
}

.list-scroll{
    overflow: auto;
    cursor: pointer;
    height: 198px;
}
.ftarea {
    padding: 0px 7px 20px;
}
.ftarea .lft {
    width: 47%;
    float: left;
}
.ftarea .lft h4 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 0;
    color: #7818b1;
    margin-right: 44px;
}
.ftarea .lft h4 span.cutting_price {
    padding: 0px;
    text-align: left;
    color: #999;
    text-decoration: line-through;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

.ftarea .lft h4 strong {
    font-weight: 400;
    font-size: 22px;
}
.ftarea .lft h4 span {
    display: block;
    font-size: 12px;
    color: #b2b8ca;
    margin-left: 26px;
}
.ftarea .rht h4 {
    color: #7818b1;
}
.ftarea .rht h4 span.cutting_price {
    color: #999;
    text-decoration: line-through;
    font-weight: bold;
    display: block;
    font-size: 15px;
    margin-left: 37px;
}
.ftarea .rht h4 strong {
    font-weight: 400;
}
.ftarea .rht h4 span {
    display: block;
    font-size: 12px;
    color: #b2b8ca;
}


.btnwrp {
    margin: 7px;
}
.btnwrp .btn-odr {
    background-color: #f25644;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 1em 1.8571em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.btnwrp .btn-nmbr {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 1em 1.6em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 0 0 10px;
    background-color: #57017F;
}
.lft sub {
    font-size: 15px;
}
.ftarea .rht p span {
    display: block;
    color: #999;
    font-size: 14px;
}
.ftarea .rht p{
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 13px;
}
span.cutting_price {
    text-align: center;
    color: #999;
    text-decoration: line-through;
    font-weight: bold;
    margin-left: 125px;
}
.ftarea img {
    width: 90%;
}
.seo-pkg img {
    width: 100%;
}

<!-- Combo Pkg -->
.image-column {
    position: relative;
    margin-bottom: 40px;
}
.combo-box-pack {
    position: relative;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    box-shadow: 0px 0px 20px 3px #cccccc;
}
.combo-box-pack::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    background: #db1e5a;
    background: -moz-linear-gradient(-45deg, #db1e5a 0%, #1d1a42 100%);
    background: -webkit-linear-gradient(
-45deg
 , #cda937 0%,#1d1a42 100%);
    background: linear-gradient(
135deg
 , #c7272e 0%,#00618d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1e5a', endColorstr='#1d1a42',GradientType=1 );
}
.combo-box-pack .info {
    padding: 15px 20px;
    text-align: center;
}
.combo-box-pack .info::before {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    background: url(../images/elements/element-10.png) no-repeat;
    width: 60px;
    height: 59px;
    animation: rotateElement 6000ms infinite linear;
}
.combo-box-pack .title {
    color: #fff;
}
.combo-box-pack .title h3 {
    font-weight: 700;
    margin: 0;
    font-size: 42px;
    color: var(--white);
}
.combo-box-pack .title p {
    margin: 0;
    font-size: 20px;
    color: #fcfdfd;
}
.combo-box-pack .price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.combo-box-pack * {
    position: relative;
}
.combo-box-pack * {
    position: relative;
}
.combo-box-pack .price h6 {
    margin: 0;
    font-size: 24px;
    color: #fcfdfc;
    margin-left: 20px;
}
.combo-box-pack .price h6 span {
    display: block;
    text-decoration: line-through;
    text-decoration-color: #ffa6cd;
}
.combo-box-pack .off-now {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
}
.combo-box-pack .off-now h6 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}
.combo-box-pack .off-now h6 span {
    color: var(--primary-color);
}
.combo-box-pack .details {
    padding: 15px 20px;
}
.combo-box-pack .details::before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: url(../images/elements/element-11.png) no-repeat;
    width: 60px;
    height: 59px;
    overflow: hidden;
    animation: rotateElement 6000ms infinite linear;
}
.combo-box-pack .details ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.combo-box-pack .details ul li:first-child {
    text-align: right;
}
.combo-box-pack .details ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.combo-box-pack .details ul li a span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #fff;
}
.combo-box-pack .details ul li:last-child {
    text-align: left;
}
.combo-box-pack .details ul li+li {
    padding-left: 50px;
}
.combo-box-pack .details ul li+li::before {
    content: '';
    position: absolute;
    left: 25px;
    height: 100%;
    width: 2px;
    background-color: var(--white);
}
.combo-box-pack .details ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.combo-box-pack .details ul li a span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #fff;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.combo-box-pack .price h3 {
    font-size: 110px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: initial;
}


.ftarea ul li h5 {
 font-family: 'Source Sans Pro', sans-serif;
}

.ftarea ul {
    display: flex;
    justify-content: space-between;
}

.ftarea ul li {
    display: inline-block;
}



.ftarea {
    padding: 0px 18px 30px;
}

.ftarea ul {
    display: flex;
    justify-content: space-between;
}

.ftarea ul li h5 {text-align: left;font-size: 40px;color: #cd282f;font-weight: 600;margin-bottom: 0;font-family: 'Catamaran', sans-serif;}

.ftarea ul li small {
    text-align: left;
    display: inherit;
    font-size: 15px;
    color: #979797;
    font-family: 'Source Sans Pro', sans-serif;
}

.ftarea ul li h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #00618d;
    font-size: 28px;
}

.ftarea ul li h2 {
     font-size: 18px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
}


.ftarea ul li h6 {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
    color: #979797;
    text-transform: capitalize;
}


.ftarea ul li h6 span {
    color: #00618d;
    margin-left: 7px;
}

.seo-price ul li h2 {
    font-size: 16px;
}

.seo-price ul li h5 {
    font-size: 20px;
}

.seo-price ul li h6 {
    font-size: 13px;
}

.seo-price ul li h6 span {
    font-size: 14px;
}

.seo-price ul li h6 small {
    font-size: 10px;
}

.seo-price ul li small {
    display: inherit;
}

.seo-price ul li h4 {
    font-size: 16px;
}
.ptb-100 {
    padding: 60px 0;
}




                @import url('https://fonts.googleapis.com/css?family=Montserrat|Oswald');
        body {
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }
        h1 {
            font-family: 'Oswald', sans-serif;
        }
        p {
            font-family: 'Montserrat', sans-serif;
        }
        .image-wrap {
            position: relative;
        }
        .banner-content {
            z-index: 99999;
            width: 100%;
            text-align: center;
            font-size: 1.5em;
            color: #fff;
            line-height: 1.5;
        }
        .img-content img {
            width: 100%;
            height: 100vh;
            display: block;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: #530473;
            opacity: .8;
            z-index: 999;
            height: 100%;
        }
        .ban-btn {
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            border-radius: 4px;
        }
        .btn-red {
            background-color: red;
        }
        .btn-green {
            background-color: #4CAF50;
        }
        section.get-a-quote {
            background: #540472;
            overflow: hidden;
            /*height: 100vh;*/
        }
        .text-right a span {
            color: #fff;
            font-size: 25px;
            border: solid 1px;
            border-radius: 30px;
            padding: 10px;
        }
        #message {
            padding: 0px 40px 0px 0px;
        }
        #mail-status
        {
            padding: 12px 20px;
            width: 100%;
            display:none;
            font-size: 20px;
            font-family: "Georgia", Times, serif;
            color: red;
        }
        .error{color:red}
        .g-recaptcha {margin: 0 0 25px 0;}
        .banner-content h1 {
            font-size: 29px;
        }
        .banner-logo img {
            width: 35%;
            margin-bottom: 20px;
        }
        .banner-content {
            margin-top: -50px;
        }
        button.btn {
            margin-top: -50px;
        }

        textarea.form-control {
            height: 125px;
        }



        h6.text-white {
    font-size: 30px;
}
h3.special-social {
    font-size: 37px;
    font-weight: 300;
}
.lead {
    text-align: left;
}
.h-css{
    text-align: left;
}
h6.h-css {
    font-size: 21px;
    font-weight: 800;
    color: black;
}
p.lead {
    text-align: justify;
}

.thankyou_sec{
    padding: 30px 0;
}
.thankyou_sec img{
    margin: 0 auto;
    display: block;
}
