.hero-vec-box {
    display: none;
}

section#Request-A-Quote span.code1 {
    color: #ff6000 !important;
}

h2.title_block {
    font-family: Murecho;
    font-size: 44px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: -0.035em;
    text-align: center;
}

.cpb-fullcol ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap:20px;
}

.cpb-fullcol ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
font-size: 18px;
font-weight: 600;
line-height: 17.19px;
letter-spacing: -0.025em;
text-align: left;

}

section.industry-sec {
    padding: 70px 0 0;
}

.industry-con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 30px;
    margin-top: 130px;
}

.indus-box {
    background: #0A247A;
    padding: 0px 30px 30px 30px;
    width: 30%;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
	    min-height: 280px;
}

.indus-box img {
    margin-top: -57px;
}

.indus-box h3 {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27.6px;
    text-align: center;
    margin-top: 20px;
}

.indus-box p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
	margin:0;
}

.indus-box:after {
    content: url('/new-assets/images/blog-manage-lp/indus-ic-bg.png');
    position: absolute;
    top: -80px;
    left: 102px;
    z-index: -1;
}

.indus-box:first-child:before {
    content: url('/new-assets/images/blog-manage-lp/l-shape.png');
    position: absolute;
    top: 99.6%;
}

.indus-box:nth-child(3):before {
    content: url('/new-assets/images/blog-manage-lp/l-shape.png');
    position: absolute;
    top: 99.6%;
    transform:scaleX(-1)
}
section.benefits-sec {
    padding: 70px 0;
}
.benefits-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.b-box {
    width: 48%;
    background: url('/new-assets/images/blog-manage-lp/icon-box-bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 70px 30px 50px;
	    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
	position:relative;
}
.b-box {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.b-box.show {
    opacity: 1;
    transform: translateY(0);
}
.b-content {
    width: 68%;
}
.b-img {
    width: 20%;
}
.b-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.b-content h3 {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.b-content p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: black;
    margin: 0;
}

.b-box:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 23px;
    background: #ff9e64;
    top: -21px;
    right: 101px;
}

.b-box:nth-child(3):after, .b-box:nth-child(5):after{
    right:unset;
    left:170px;
}

.b-box:nth-child(1):after{
   display:none;
}

.b-box:first-child {
    width: 51%;
}

.hero-area .hero-btns-v1 {
    width: 65%;
}

.hero-area .hero-btn-ctas a:hover {
    background: white;
    border-color: #ff6000;
    color: #ff6000;
    transition: 0.5s;
}

.hero-area .hero-btn-ctas a.hero-phone-btn.btn {
    border-color: #ff6000;
    color: #ff6000;
}

.hero-area .hero-btn-ctas a.hero-phone-btn.btn:hover {
    background: white;
    border-color: #ff6000;
    color: #ff6000;
    transition: 0.5s;
}

.price-box {
    position: absolute;
    right: -70px;
    bottom: 17%;
    width: 228px;
    background: url('/new-assets/images/blog-manage-lp/price-box.png');
    height: 192px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:0.5s;
	-webkit-animation: heartbeat 3.5s ease-in-out infinite both;
	        animation: heartbeat 3.5s ease-in-out infinite both;
}

.price-box h3{
   
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin:0;
     line-height:1 ;
}

.price-box span:first-child {
    font-size: 42px;
    display: block;
    font-weight: 700;
}

.price-box span:last-child {
    font-size: 22px;
    display: block;
    font-weight: 700;
}

#video_packages {
    padding: 70px 0;
  
}
section.hero-area.full-section .row {
    align-items: center;
}
div#custom-order {
    background: transparent;
    padding: 70px 0;
	position: relative;
}
div#custom-plan-box {
    box-shadow: 0px 0px 35px 0px #0000001A;
}

div#custom-order:after {
    content: "";
    width: 100%;
    height: 250px;
    background: #0A247A;
    position: absolute;
    left: 0;
    top: 42%;
    z-index: -1;
}

h3.center.tagline {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #ff6000;
	margin-bottom: 50px;
}
p.alert-box {
    position: absolute;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 15.28px;
    letter-spacing: -0.025em;
    text-align: center;
    color: white;
    background: #ff6000;
    padding: 15px;
    top: -61px;
    width: 75%;
    left: 13%;
}
.packages_block.book-slider-mob {
    margin-top: 100px;
}
.package_col.iconic_pkg {
    position: relative;
}
.cus-row {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
    flex-wrap: wrap;
}

.col-cus.center-box {
    width: 30%;
    text-align: center;
}


.col-cus {
    width: 30%;
}

.cus-box.firstbox {
    width: 40%;
	    position: relative;
		  text-align: center;
		  margin-bottom: 30px;
}
.cus-box.sidebox {
    text-align: left;
	  width: 85%;
	  height: 240px;
}

.cus-box.firstbox:after {
    content: url(/new-assets/images/blog-manage-lp/line-1.png);
    position: absolute;
    left: 50%;
    z-index: -12;
}

.sidebox .cus-box-inner:after {
    content: url("/new-assets/images/blog-manage-lp/line-2.png");
    position: absolute;
    right: -140px;
    top: 60px;
}

.sidebox .cus-box-inner span {
    right: 25px;
    left: unset;
    top: -25px;
}

.cus-box {
    box-shadow: 3px 5px 4px 0px #00000033;
    padding: 10px;
    border-radius: 20px;
	margin-bottom: 50px;
	    background: white;
}


.cus-box-inner {
    border: 1px dashed #FF6000;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
	position:relative;
}

.cus-box-inner h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    
}

.cus-box-inner p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	    margin: 0;
  
}

.cus-box-inner span {
    position: absolute;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 19.18px;
    text-align: center;
    color: white;
    background: #ff6000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -20px;
    top: 25px;
}


.col-cus.right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.sidebox.bx1 .cus-box-inner:after {
    right: -140px;
    top: 60px;
  
}

.sidebox.bx2 .cus-box-inner:after {
    right: -140px;
    top: 60px;
    transform: scaleX(-1);
}

.sidebox.bx3 .cus-box-inner:after {
    left: -140px;
    top: 60px;
    right: unset;
    transform: scaleY(-1) rotate(180deg);
}

.sidebox.bx4 .cus-box-inner:after {
    left: -140px;
    top: 60px;
    right: unset;
    transform: scaleY(1) rotate(180deg);
}

  

.cus-box.sidebox.bx3, .cus-box.sidebox.bx4 {
    box-shadow: 0px 5px 4px 0px #00000033;
}

.testimonial {
    padding: 70px 0;
	background: #F5FBFF;
}

.testi-cont {
    display: flex;
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    position: relative;
}
.testi-cont:after {
    content: "";
    width: 50%;
    height: 250px;
    background: #FF6000;
    position: absolute;
    z-index: -1;
}
.testi-case {
    width: 45%;
}

.test-box {
    width: 46%;
    border: 1px solid #FF6000;
    border-radius: 10px;
    padding: 30px;
	background: white;
}

.test-box h3 {
    font-family: Montserrat;
    font-size: 26px;
    font-style: italic;
    font-weight: 800;
    line-height: 43.62px;
    text-align: left;
    color: #ff6000;
}

.test-box p {
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 29.08px;
    text-align: left;
}

.testi-cont:after {
    content: "";
    width: 50%;
    height: 250px;
    background: #FF6000;
    position: absolute;
    z-index: -1;
}

.profile-box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
    width: 80%;
}

.profile-box img {
    width: auto !important;
}

.p-name h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 19.18px;
    text-align: left;
}

.p-name p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 14.39px;
    text-align: left;
    margin: 0 0 5px 3px;
}

.p-image {
    width: 20%;
}

.p-name {
    width: 75%;
}

section.stats {
    background: #0A247A;
    padding: 70px 0;
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 40px;
    text-align: center;
}

h3.stats-count {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #ff6000;
    background: white;
    box-shadow: 0px 4px 10px 0px #00000033;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
}

p.stats-para {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: white;
}


h3.stats-count:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff6000;
    position: absolute;
    left: -20px;
    bottom: 20px;
    border-radius: 100%;
}
h3.stats-count:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ff6000;
    position: absolute;
    top: 20px;
    right: -25px;
    border-radius: 100%;
}

.packages_block.v2 {
    grid-template-columns: 1fr 2fr !important;
    grid-gap: 60px !important;
    align-items: center;
}
.hero-btn-ctas a {
    font-weight: 700 !important;
}
	h1.head {
   font-family: Murecho;
    font-size: 70px;
    font-weight: 800;
    line-height: 80px;
    text-align: left;
	color:white;
}

h1.head span {
    color: #FF6000;
    display: block;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #ff6000;
    background: url(/new-assets/images/social-media-lp/head-bg-v2.png) !important;
    background-repeat: no-repeat !important;
    margin-top: 10px;
    background-position: center !important;
    background-size: contain !important;
    padding: 30px 0;
    max-width: 540px;
    text-align: center;
    position: relative;
    left: -27px;
}

.hero-area a.hero-phone-btn.btn {
    background: transparent;
    color: black;
    grid-gap: 10px;
}

.hero-area a.hero-chat-btn.btn {
    color: black;
}
input#CompanyName {
    display: none;
}

input#Website {
    display: none;
}

.hero-area form#form {
    margin: 0 15px 0px !important;
    background-color: #fff !important;
    border-radius: 6px 6px 0 0 !important;
    padding: 15px !important;
}

.hero-area .form-submit-btn {
    padding: 0;
    margin: 20px 0;
    background: white;
    margin: 0 15px 15px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 1px 15px 15px 15px;
}
.hero-area input#code {
    margin: 0 !important;
    width: 70px !important;
}
.hero-area .formPartHero .captcha {
    display: flex;
    align-items: center;
    margin: 6px 0 5px;
    text-align: center;
    justify-content: space-between;
}

.hero-area .form-submit-btn button {
    width: 100%;
	    background: #0A247A;
}
.pkg_details ul {
    height: 200px;
}
.tabPackage-content {
    display: none !important;
}

.tabPackage-content.active {
    display: grid !important;
}
.tabPackage-content {
    display: none !important;
}

.tabPackage-content.active {
    display: grid !important;
}
.packages_block.v2 div {
    z-index: 9;
}
 ul#mainTabs {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #dcdcdc;
    width: max-content;
    margin: 30px auto 50px;
    grid-gap: 25px;
}
.packages_block.v2:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 200px;
    background: #fb6117;
    z-index: 0;
    left: 150px;
}
 ul#mainTabs li {
    padding: 15px ;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: auto;
    color: #000;
    cursor: pointer;
    max-width: 0;
    min-width: 100px;
         box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .2);
    background: white;
    max-width: unset !important;
    border-radius: 5px !important;
}

 ul#mainTabs li.active {
    color: #fff !important;
    background-color: #ff6000 !important;
    border-color: #fff;
}

/** Video Portfolio **/
#video_packages {
    padding: 70px 0;

}
#video_packages .packages_block { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:25px; }

#video_packages .packages_block .package_col { background:#fff; box-shadow:0px 0px 35px rgba(0, 0, 0, 0.1); border-radius:6px; }
#video_packages .packages_block .package_col.basic_pkg { border:1px solid #7BA4E1; }
#video_packages .packages_block .package_col.essential_pkg { border:1px solid #4080E1; }
#video_packages .packages_block .package_col.iconic_pkg { border:1px solid #0F4596; }

#video_packages .packages_block .package_col .pkg_head { text-align:center; padding:15px; text-transform:uppercase; font-size:32px; font-weight:700; color:#fff; }

#video_packages .packages_block .package_col.basic_pkg .pkg_head { background:#7BA4E1; }
#video_packages .packages_block .package_col.essential_pkg .pkg_head { background:#4080E1; }
#video_packages .packages_block .package_col.iconic_pkg .pkg_head { background:#0F4596; }

#video_packages .packages_block .package_col .pkg_body { padding:15px; }

#video_packages .packages_block .package_col .pkg_pricing { text-align:center; display:flex; justify-content:center; }
#video_packages .packages_block .package_col .pkg_pricing .pkg_price_old { font-size:20px; line-height:24px; text-decoration-line:line-through; margin:4px 10px 0px 0px; }
#video_packages .packages_block .package_col .pkg_pricing .pkg_price_new { font-size:52px; line-height:52px; font-weight:700; }

#video_packages .packages_block .package_col .pkg_pricing .pkg_price_old:before,


#video_packages .packages_block .package_col .pkg_description { text-align:center; padding:10px 0px;  font-size:14px;}

#video_packages .packages_block .package_col .pkg_duration { text-align:center; padding:10px 0px; }
#video_packages .packages_block .package_col .pkg_duration label { font-size:16px; }
#video_packages .packages_block .package_col .pkg_duration .duration_select { padding:8px 15px; margin-left:5px; border:solid 1px #7BA4E1; font-size:16px; }
#video_packages .packages_block .package_col.essential_pkg .pkg_duration .duration_select { border-color:#4080E1; }
#video_packages .packages_block .package_col.iconic_pkg .pkg_duration .duration_select { border-color:#0F4596; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgb(123 164 225) !important;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
#video_packages .packages_block .package_col .pkg_details ul { padding:0px 0px 0px 0px; margin:0px; }
#video_packages .packages_block .package_col .pkg_details ul li { padding:12px 0 12px 30px ; position:relative; font-size:16px; font-weight:500; border-bottom:1px solid #E4E4E4; line-height:22px; }
#video_packages .packages_block .package_col .pkg_details ul li:before {
content: "\2713";
font-size:10px;
padding:3px;
height:22px;
width:22px;
left:0px;
color: #fff;
background:#7BA4E1;
border:solid 1px #7BA4E1;
border-radius:50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
}

#video_packages .packages_block .package_col.essential_pkg .pkg_details ul li:before { background:#4080E1; border-color:#4080E1; }
#video_packages .packages_block .package_col.iconic_pkg .pkg_details ul li:before { background:#0F4596; border-color:#0F4596; }

#video_packages .packages_block .package_col .pkg_btn { padding:0px 20px 20px 20px; }
#video_packages .packages_block .package_col .pkg_btn a.btn {
    padding: 15px 24px;
    font-size: 18px;
    font-weight: 700;
    background: #7BA4E1;
    display: block;
    margin: 0px auto;
    text-transform: capitalize;
    width: 60%;
}
#video_packages .packages_block .package_col.essential_pkg .pkg_btn a.btn { background:#4080E1; }
#video_packages .packages_block .package_col.iconic_pkg .pkg_btn a.btn { background:#0F4596; }
#video_packages .packages_block .package_col .pkg_btn a.btn:hover { background:#000 !important; }


#video_porfolio {
    padding: 60px 0px;
    background-color: #F5FBFF;
    background-image: url(/new-assets/images/video-red-lp/video-sec-bg.png);
    background-position: 45% 100%;
    background-repeat: no-repeat;
}
#video_porfolio .video_columns { display:grid; grid-template-columns:1fr 1.2fr 1fr; grid-gap:20px; }
#video_porfolio .video_columns .vid_box iframe { border-radius:20px; }#video_porfolio .video_columns .vid_box > a > img {    border-radius: 20px;}#video_porfolio .video_columns .vid_box {    position: relative;}
#video_porfolio .video_columns .vid_box .play-ic {    width: 68px;    position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;    margin: auto;}
.fancybox-container {
   
    z-index: 9999992 !important;
}

.logo-plat h3 {
    margin: 20px 0;
} 
.packageWrap .bodyPack .priceWrap h4 span + span {
    font-size: 20px;
}

section.rfp .col-8 .title_block:after {
    margin: 0;
}
.tabPackage-content2 .col-3 {
    flex: 0 0 23%;
    max-width: 23%;
}
.hero-btn-ctas a {
    width: 100%;
    border: 2px solid #ff6000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 4.07px;
    padding: 13px 15px !important;
    color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navigation {
    background: #0A247A;
	}

.humburg span:nth-child(2) {
    margin: 8px 0;
}

.humburg span {
    height: 3px;
    width: 33px;
    background-color: #ff6000;
    display: block;
}

.barWraps a {
    font-size: 30px;
    color: #000;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 25px;
    padding: 2px 0;
}

 ul#myMenuItems, ul#sidebar_MenuItems {
	 width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    border-top: 0;
    top: 44px;
    z-index: 9999999;
}

#myMenuItems, #sidebar_MenuItems {
    display: none;
}

#myMenuItems.active {
    display: block;
    max-height: 350px;
    border-radius: 0 0 10px 10px;
    box-shadow: -1px 10px 10px #4c4c4c70;
    overflow: auto;
	    padding: 15px;
}

ul#myMenuItems li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}
#myMenuItems li {
    padding-bottom: 20px;
}

ul#myMenuItems li a:hover:after{

    transition: 0.5s;
    background: #ff6000;
    width: 100%;
    
}

ul#myMenuItems li a:after{
  content: "";
    width: 0;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 9px;
    left: 0;
    transition: 0.5s;
}

ul#myMenuItems li a{
        position:relative;
}

ul#myMenuItems li a:hover{
       color:#ff6000;
}

header {
    padding: 10px 0;
}

header .col-5{
    width: 36.666667%;
	webkit-flex: 0 0 36.666667%; 
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%; 
 max-width: 36.666667%;
	
}
header .col-3{
    width: 32%;
	webkit-flex: 0 0 32%; 
    -ms-flex: 0 0 32%;
    flex: 0 0 32%; 
 max-width: 32%;
}

header .col-2{
    width: 27%;
		webkit-flex: 0 0 27%; 
    -ms-flex: 0 0 27%;
    flex: 0 0 27%; 
 max-width: 27%;
}


.col-3.searchTopBarWrap {
    display: flex;
    align-items: center;
	position:relative;
}
.col-3.searchTopBarWrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #ff6000;
    border-radius: 0 5px 5px 0;
}
header .row {
    align-items: center;
	grid-gap: 20px;
}

.ShortWidthInput {
    font-size: 15px;
    padding: 10px;
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.col-4.searchTopBarWrap {
    position: relative;
}

.col-4.searchTopBarWrap img {
    position: absolute;
    right: 0;
    height: 100%;
    top: auto;
    bottom: auto;
}
header .col-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a.hero-phone-btn.btn {
    padding: 10px !important;
    grid-gap: 10px;
    height: 40px;
    display: flex;
    align-items: center;
	
}

a#opener_talksales {
    border: 2px solid #FF6000;
    border-radius: 4px;
    padding: 9px 15px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #FF6000;
}

a.head-link {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color:  #202020;
	 position:relative;
}

a.head-link:hover {
   color: #ff6000
}

a.head-link:after {
content: "";
    width: 0;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: 0.5s;
}
a.head-link:hover:after {
   transition: 0.5s;
    background: #ff6000;
    width: 100%;
}



.nav-tabs ul li {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    border-top: 2px solid transparent;
}

.my-nav-wrapper {
    clear: both;
    margin-bottom: 0;
}

.cc-content.active {
    display: block;
}
.cc-content {
     position: absolute; 
    width: 100%;
    z-index: 999999;
    display: none;
}

.ccTabs-wrapper{
 padding: 5px;
    background-color: #f9f9f9;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.nav-tabs-content .cc-content ul {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center !important;
    margin: 0;
	padding:0;
}

.nav-tabs-content .cc-content ul li {
    padding: 5px 8px;
	    position: relative;
}

.nav-tabs-content .cc-content li a {
  transition: color .3s ease;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #202020;
}
.nav-tabs-content .cc-content ul li:after {
    content: "";
    width: 0;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: 0.5s;
}

.nav-tabs-content .cc-content ul li:hover:after {
    transition: 0.5s;
    background: #ff6000;
    width: 100%;
}
.nav-tabs-content .cc-content li a:hover {
    color: #FF6000;
}

.nav-tabs ul {
      display: flex;
    justify-content: start;
    margin: 0 !important;
    padding: 0;
    grid-gap: 15px;
}


li.cc-nav-link.active{
    background-color: #F9F9F9;
    border-top: 4px solid #ff6000;
    color: #ff6000;
}

.cc-color{
    color: #ff6000 !important;
}

.nav-tabs {
    margin: 0 !important;
}
.cc-links-col-1 li {
    font-size: 18px !important;
    padding: 5px 15px !important;
}
.cc-links-col-1 {
    display: flex;
}
.ccTabs-wrapper.ccTabs-wrapper2 {
    background-color: #fff;
    padding: 40px 40px 90px 40px;
    background-image: url(/new-assets/images/home-redesign/logo-icon-brand.webp);
    background-repeat: no-repeat;

    background-position: 94% 95%;

}

.cc-mega-title h2 {
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
}

.cc-mega-links-wrap {
    display: flex;
    justify-content: space-between;
}

.cc-mega-links-wrap .cc-mega-col ul {
    display: flex !important;
    flex-direction: column;
    justify-content: start !important;
    align-items: flex-start !important;
    gap: 3px;
    padding: 8px 10px 10px 0;
}

ul.mega-inner-links li a {
    color: #858585 !important;
}

ul.mega-inner-links li a:hover {
    color: #ff6000 !important;
}

ul.mega-inner-links li:after{
    bottom:0 !important;
    height:3px !important;
}
ul.mega-inner-links li a {
    font-size: 16px !important;
    font-weight: 600 !important;
}

ul.mega-inner-links li {
    padding: 0 !important;
}
.cc-mega-col h2 {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.ccTabs-wrapper.ccTabs-wrapper2 {
    display: none;
}

.ccTabs-wrapper.ccTabs-wrapper2.active {
    display: block;
}
ul.cc-inner-links.v2 {
    justify-content: flex-start;
}

footer {
    background: #0A247A;
    padding: 70px 0 0 0;
    border-top: 14px solid #FF6000;
}


.footer-middle .row {
    grid-gap: 40px;
	align-items: start;
}

.footer-middle .col-2 {
    width: 17.5%;
}

footer .container {
   max-width: 1280px;
    padding: 0;
}

.outer-container {
    border-top: 1px dashed #ffffff3d;
    border-bottom: 1px dashed #ffffff3d;
}
.footer-logo {
    width: 380px;
}

ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
	grid-gap:10px;
}

.row.footer-top {
    align-items: center;
}

.row.footer-top .col-6 {
    align-items: center;
    display: flex;
}
.row.footer-top .col-6.right {
    align-items: center;
    display: flex;
    justify-content: end;
}

ul.social-icons li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
      transition:0.5s;
	      width: 48px;
    height: 48px;
}

ul.social-icons li a {
    font-size: 0;
    
}

ul.social-icons li:hover {
    background: #FF6000;
    transition:0.5s;
}

ul.social-icons li:hover img {
 filter: brightness(0) invert(1);
    transition: 0.5s;
}
h3.f-head {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.brand-color-y {
    color: #FEDE00 !important;
}

.brand-color-o {
    color: #FF6000;
}
.brand-color-b {
    color: #69BBFE;
}

.brand-color-m {
    color: #FD625F;
}

.brand-color-r {
    color: #E23029;
}

.brand-color-p.mt {
    color: #DA47FF;
}

.brand-color-bad {
    color: #FCE09B;
}

.brand-color-lg.mt {
    color: #B4EB1E;
}

.brand-color-ow {
    color: #FFE4D6;
}

.brand-color-kg.mt {
    color: #B5CB99;
}

.brand-color-dg.mt {
    color: #1E8E3E;
}

.footer-middle {
    padding: 70px 0 150px;
	position:relative;
}

a.view-more-btn {
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

a.view-more-btn:after {
    content: "";
    position: absolute;
    z-index: 999;
    right: -25px;
    top: 35%;
    border-width: 8px 8px 0px 8px;
    border-color: #FF6000  transparent;
    border-style: solid;
}

a.view-more-btn.brand-color-m {
  
     border-color: #FD625F  transparent;
}

a.view-more-btn.brand-color-b:after {

     border-color: #69BBFE  transparent;
}

a.view-more-btn.brand-color-r  {
    border-color: #E23029  transparent;
}
ul.f-link-list {
    padding: 0;
    margin: 0;
}

ul.f-link-list li {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    position: relative;
    border-bottom: 1px dashed #ffffff3d;
    margin-bottom: 6px;
    padding-left: 25px;
	 transition:0.5s;
}
ul.f-link-list li a{
	color:white;
}
ul.f-link-list li:hover  {
       border-bottom: 1px dashed #FF6000;
    transition:0.5s;
}
ul.f-link-list li:before {
    position: absolute;
    left: 0;
    top: 1px;
}

ul.f-link-list.brand-color-y li:before {
    content: url(/new-assets/images/home-redesign/link-ic.svg);
}
ul.f-link-list.brand-color-o li:before {
    content: url(/new-assets/images/home-redesign/link-ic-o.svg);
}

ul.f-link-list.brand-color-b li:before {
    content: url(/new-assets/images/home-redesign/link-ic-b.svg);
}
ul.f-link-list.brand-color-m li:before {
    content: url(/new-assets/images/home-redesign/link-ic-m.svg);
}

ul.f-link-list.brand-color-r li:before {
    content: url(/new-assets/images/home-redesign/link-ic-r.svg);
}

ul.f-link-list.brand-color-p li:before {
    content: url(/new-assets/images/home-redesign/link-ic-p.svg);
}
ul.f-link-list.brand-color-lg li:before {
    content: url(/new-assets/images/home-redesign/link-ic-lg.svg);
}
ul.f-link-list.brand-color-bad li:before {
    content: url(/new-assets/images/home-redesign/link-ic-bad.svg);
}
ul.f-link-list.brand-color-ow li:before {
    content: url(/new-assets/images/home-redesign/link-ic-ow.svg);
}
ul.f-link-list.brand-color-dg li:before {
    content: url(/new-assets/images/home-redesign/link-ic-dg.svg);
}
ul.f-link-list.brand-color-kg li:before {
    content: url(/new-assets/images/home-redesign/link-ic-kg.svg);
}
.mt{
    margin-top:30px;
}
ul.f-link-list {
    margin-top: 25px;
}

.footer-bottom {
    background: #FF6000 !important;
    padding: 10px !important;
}

.footer-bottom p {
    color: white;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.footer-bottom p a{color:white}
p.right {
    text-align: end;
}

.footer-middle:before {
    content: url("/new-assets/images/home-redesign/f-arrow.webp");
    position: absolute;
    bottom: 30px;
    left: 30px;
	-webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
	        animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
}

.footer-middle:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(/new-assets/images/home-redesign/footer-lines-bg.webp);
    width: 200px;
    height: 245px;
    background-repeat: no-repeat;
    z-index: 0;
}
footer .container {
    max-width: 1280px !important;
    padding: 0;
}

.home-code {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 14px;
}

.form-control {
    text-align: left;
}
p.inner-faq button {
    background: transparent;
    color: black;
    padding: 0;
}

 input#code2, input#code3 {
    width: 110px;
    padding: 10px;
    border: 1px solid #e1e1e1;
}
span.code1, span.code3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

button.form-btn.btn {
    font-weight: 900;
}
.cta-mainWrap .hero-btns-v1 {
    width: 100%;
}


.cta-mainWrap a.hero-chat-btn.btn {
    margin: 0;
}
.vid_box {
    position: relative;
    z-index: 99999;
}
.vid_box svg {
    width: 68px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.hero-area {
padding: 80px 0 60px;
       background-color: #0A247A;
    background-image: url(/new-assets/images/home-redesign/bg.webp);
	position:relative;
	overflow:hidden;
}

section.hero-area:before {
    content:url('/new-assets/images/blog-manage-lp/hero-vec.png');
    position:absolute;
    right:0;
    top:100px;
    animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
img.hero-vec-2 {
    position: absolute;
    left: -10px;
    width: 6%;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
}


section.hero-area:after {
    content: url(/new-assets/images/blog-manage-lp/hero-lady-v2.png);
    position: absolute;
    right: 0;
    bottom: -8px;
}
section.hero-area .container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}
.col-6.left-side {
        flex: 0 0 56%;
    max-width: 56%;
    padding: 50px 0 0px 70px;
	position:relative;
}
.col-6.right-side {
    display: flex;
       flex: 0 0 44%;
    max-width: 44%;
    align-items: start;
}
section.hero-area h3.sub-head {
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: #ff6000;
    background: url(/new-assets/images/gmb-service/head-bg-o.png) !important;
    background-position: center !important;
    background-size: contain !important;
    text-align: center;
    max-width: 435px;
    background-repeat: no-repeat !important;
    left: -10px;
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.hero-area h2.head {
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}


	.xdsoft_date.xdsoft_current.xdsoft_today ~ td {
    background: #ffc5a4;
    color:black
}

.xdsoft_date.xdsoft_current.xdsoft_today{
    background: #ff6000;
    color:white;
}
		 ul#select2-goals-container:before {
    content: "Your Selected Goals";
	  position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
	    font-size: 14px;
}



ul#select2-goals-container:empty:before {
    content: "Select Your Goals";
    position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
	    font-size: 14px;
}
	 ul#select2-platforms-container:before {
    content: "Your Selected Platforms";
	  position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
	    font-size: 14px;
}



ul#select2-platforms-container:empty:before {
    content: "Select Your Platforms";
    position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
	    font-size: 14px;
}
	  span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
	
		span.select2-selection.select2-selection--multiple:after {
    content: "";
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 50%;
    border-width: 5px 5px 0px 5px;
    border-color:#515050 white white;
    border-style: solid;
}

.select2-container--open span.select2-selection.select2-selection--multiple:after{
  border-color:white white #515050;
     border-width: 0px 5px 5px 5px;
   
}
	li.select2-selection__choice {
    display: none !important;
}

.select2-results__option select2-results__option--selectable {
    position: relative;
}
.select2-container .select2-results__option {
    position: relative;
    padding: 2px 0 2px 25px;
    font-size: 15px;
}
.select2-container .select2-results__option:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #eee;
    left: 2px;
    top: 3px;
}
.select2-container .select2-results__option.select2-results__option--selected:after {
    background: url(/new-assets/images/hero-check-icon.webp) #eee;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}
.select2-container .select2-results__option.select2-results__option--selected {
    background: none;
    color: inherit;
}
	
.step-form label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.035em;
    text-align: left;
}



.step-form input:focus {
    border-color: #ff6000 !important;
}

input.invalid {
    background: #ff600042 !important;
	 border-color: #ff6000 !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.form-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#prevBtn {
  background-color: #ff6000;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ff60002b;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #ff6000;
}
section.full-section.audio {
    padding: 60px 0 80px;
    background-size: contain;
    background-repeat: no-repeat;
       background-position: bottom;
}
form#form {
    margin: 0 15px 0px !important;
    background-color: #fff !important;
    border-radius: 6px!important;
       padding: 30px 20px !important;
}

img.vector-1 {
    position: absolute;
    left: 61px;
    z-index: 9;
    top: -36px;
    width: auto;
}
img.vector-2 {
    position: absolute;
    right: -20px;
    top: 100px;
    animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
img.h-vector.h-ic-1 {
    position: absolute;
    left: 120px;
    top: 40px;
    z-index: 999;
animation: shake-horizontal 20s cubic-bezier(0.455, 0.030, 0.515, 0.955) reverse infinite both;
}

img.h-vector.h-ic-2 {
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: 999;
animation: shake-horizontal 25s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

img.h-vector.h-ic-3 {
    position: absolute;
    left: 50px;
    top: 360px;
    z-index: 999;
animation: shake-horizontal 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite reverse both;
}

img.h-vector.h-ic-4 {
    position: absolute;
    right: 110px;
    top: 480px;
    z-index: 999;
	animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

.tab p {
    margin-bottom: 25px;
}
.hero-vec-box {
    position: relative;
    width: 55%;
}

button#nextBtn {
    width: 100%;
    font-weight: 700;
}


button#nextBtn:after {
    content: url('/new-assets/images/social-media-lp/form-arrow.png');
    margin-left: 10px;
}

section.full-section.audio .video_columns.audio-platform {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    margin-bottom: 30px;
    flex-wrap:wrap;
}
.gmb-profile {
    text-align: center;
    margin-bottom: 20px;
}
.logo-plat.item.image-container {
    position: relative;
}

.logo-plat {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 10px;
    padding: 10px;
    width: 31%;
    flex-direction: column;
}

.logo-plat.item.image-container:after {
    content:"";
    height:21px;
    width:21px;
    background:#FF6000;
    position:absolute;
       top: 5%;
    right: 32%;

    border-radius:100%;
    transition:0.5s;
}


.logo-plat.item.image-container:before {
    content:"";
    height:11px;
    width:11px;
    background:#FF6000;
    position:absolute;
   top: 20%;
    left: 35%;
    border-radius:100%;
    transition:0.5s;
}


.logo-plat.item.image-container:hover:after {
    content:"";
    height:11px;
    width:11px;
    background:#FF6000;
    position:absolute;
     top: 20%;
    right: 35%;
    border-radius:100%;
    transition:0.5s;
}


.logo-plat.item.image-container:hover:before {
    content: "";
    height: 21px;
    width: 21px;
    background: #FF6000;
    position: absolute;
    top: 5%;
    left: 31%;
    border-radius: 100%;
    transition: 0.5s;
}

section.rfp {
    padding: 70px 0;
	}
section.rfp .container {
    box-shadow: 0px 4px 20px 0px #0000004d;
    border-radius: 20px;
    padding: 50px;
	position: relative;
}

section.rfp .container:before {
    content: url(/new-assets/images/home-redesign/rfp-dw-arrow.webp);
    position: absolute;
    left: 30px;
    bottom: 70px;
}
section.rfp .col-8 {
    padding-left: 40px;
}

p.bold {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6000;
}

.rfp-image-box {
    position: absolute;
    top: 44px;
    right: -100px;
    width: 50%;
}
.rfp-image-box img.rfp-arrow-vec {
    position: absolute;
    left: -20px;
    top: -80px;
    z-index: 1 !important;
    width: 100%;

}
img.rfp-arrow-vec{
		
	-webkit-animation: shake-horizontal 15s cubic-bezier(.455,.03,.515,.955) infinite both;
    animation: shake-horizontal 15s cubic-bezier(.455,.03,.515,.955) infinite both;
}


.rfp-image-box img.rfp-vec2 {
    width: 100%;
    z-index: 2 !important;
    position: relative;
}


section.rfp .col-8 {
        width: 100%;
    flex: 0 0 65%;
    max-width: 65%;
}

section.rfp .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.road-map {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    justify-content: center;
    background: url(/new-assets/images/social-media-lp/rm-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0 80px;
    background-position: 0 40px;
}
.chooseSection-3.full-section {
    padding: 70px 0 20px;
}
.road-map-bx h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.035em;
    text-align: center;
	margin: 10px 0 20px;
}

.road-map-bx p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: center;
}

.road-map .road-map-bx {
    width: 18%;
    text-align: center;
}
section.social-sample.full-section {
    padding: 70px 0;
}
.social-sample ul#TypeTabUL {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: center;
	margin: 50px 0 30px;
}

.social-sample ul#TypeTabUL li {
    width: auto;
    box-shadow: 0px 4px 10px 0px #00000033;
    background: white;
    border: none;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    padding: 15px;
    height: auto;
    min-width: auto;
    border-radius: 5px;
}

.social-sample ul#TypeTabUL li.active {
    color: #ff6000;
    background: white !important;
    border: none;
}


.soc-sample-carousel .owl-item.active.center {
    transform: scale(1);
}


section.sucess img {
    width: auto !important;
}

.soc-sample-carousel .owl-item.active {
    transform: scale(0.8);
}

.social-sample .owl-stage-outer {
    padding: 30px 0 10px;
}


section.rfp-sec2 {
    background-color:#0A247A;
    background-image: url(/new-assets/images/home-redesign/bg.webp);
	
	
	
}
section.rfp-sec2 h2.head:after {
    display: none;
}
.col-6.image-box {
    position: relative;
	    display: flex;
}

img.rfp-vec {
    position: absolute;
    left: -63px;
    top: 165px;
    z-index: 1 !important;
    -webkit-animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

img.rfp-image {
    z-index: 2;
    position: inherit;
    right: -61px;
}


.form-item {
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 10px 25px;
    flex-direction: row-reverse;
	    height: 55px;
}



section.rfp-sec2 h2.head {
    font-family: Murecho;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    color: #FF6000;
    background-image: url(/new-assets/images/home-redesign/head-bg.webp);
    background-position: center;
    background-size: auto;
    padding: 13px 0px 13px;
    background-repeat: no-repeat;
    max-width: 540px;
    text-align: center;
    position: relative;
    left: -36px;
}
section.rfp-sec2  h3.sub-head {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

section.rfp-sec2  p.decrp {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
        margin: 0 0 25px 0;
}

.rfp2 .form-row {
    display: flex;
    gap: 15px;
}
.rfp2 .form-item {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.rfp2 input, .rfp2 select {
      width: 100%;
    background: white;
    height: 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    color: #696767;
    padding: 0;
    border: none;
}

span.select2-selection.select2-selection--multiple{
 line-height: 0px;
 }
 
 ul#select2-typesOfServices-container:before,  ul#select2-typesOfServices2-container:before {
    content: "Your Selected Services";
	  position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
}



ul#select2-typesOfServices-container:empty:before, ul#select2-typesOfServices2-container:empty:before  {
    content: "Select Your Service *";
    position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
}
   .schedule-now-form select,
   .schedule-now-form input, span.select2-selection.select2-selection--multiple{
      width: 100%;
      height: 50px;
      border-radius: 5px;
      border: 1px solid #EAEAEA;

      font-size: 14px;
      font-weight: 400;
      line-height: 48px;
      color: #000000;
      padding: 10px 15px;
   }

	span.select2-selection.select2-selection--multiple:after {
    content: "";
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 50%;
    border-width: 5px 5px 0px 5px;
    border-color:#515050 white white;
    border-style: solid;
}

.select2-container--open span.select2-selection.select2-selection--multiple:after{
  border-color:white white #515050;
     border-width: 0px 5px 5px 5px;
   
}
	li.select2-selection__choice {
    display: none !important;
}

.select2-results__option select2-results__option--selectable {
    position: relative;
}
.select2-container .select2-results__option {
    position: relative;
    padding: 2px 0 2px 25px;
    font-size: 15px;
}
.select2-container .select2-results__option:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #eee;
    left: 2px;
    top: 3px;
}
.select2-container .select2-results__option.select2-results__option--selected:after {
    background: url(/new-assets/images/hero-check-icon.webp) #eee;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}
.select2-container .select2-results__option.select2-results__option--selected {
    background: none;
    color: inherit;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, span.select2-selection.select2-selection--multiple{
    border:none !important;
    color: #696767;
    font-size: 15px;
    padding: 0;
}

.btnNubWrap.mob {
    display: flex;
    align-items: center;
    gap: 20px;
}



.btnNubWrap.mob .hero-btn a {

    text-align: center;
    transition: 0.5s;
  padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius:4px
}

section.rfp-sec2 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.reviewSection.slider.full-section .container .owl-stage-outer {
    overflow: visible !important;
	}

ul.case-list li{
    position:relative;
	padding-left: 25px;
}
ul.case-list li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    background-image: url(/new-assets/images/morelead/s-check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.owl-next:before {
    content: url(/new-assets/images/home-redesign/slider-ic-o.webp) !important;
    position: unset !important;
    top:0 !important;
}
.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0;
    margin-top: 25px;
}
.owl-prev:before {
    content: url(/new-assets/images/home-redesign/slider-ic-o-r.webp) !important;
        position: unset !important;
    top:0 !important;
}

.hero-btn-ctas {
    display: flex;
    gap: 20px !important;
}
.hero-btn-ctas.v2 {
    width: 70%;
    justify-content: center;
    margin: auto;
}

.hero-btns-v1.v3 {
    width: 85%;
}

.hero-btns-v1.v3 a.hero-chat-btn.btn {
    color: black;
}

.cta-mainWrap.full-section img.market-image {
    display: block;
    width: 100%;
    margin: -70px 0 0 -50px;
}
.hero-btn-ctas.v2 a {
    padding: 0 !important;
    line-height: 0;
    height: 50px;
    margin: 0 !important;
}
.platform-sec.full-section {
    padding: 70px 0 0;
}

p.brand-color {
    color: #ff6000;
    font-weight: 500;
}

a.hero-chat-btn.btn {
    margin-top: 20px;
    width: 100%;
    background: transparent;
    border: 1px solid;
    padding: 10px;
}


.hero-btn-ctas a{
    display: flex !important;
}


.hero-btns-v1 {
    width: 94%;
}
.reviewSection.slider.full-section {
    background: #0A247A;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

img.c-logo {
    width: 10% !important;
}

.reviewSection.slider.full-section .container {
    max-width: 900px;
}

.reviewSection.slider.full-section .item {
    box-shadow: 0px 0px 34px 0px #00000099;
    background: white;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.b-head {
    font-family: Montserrat;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6000;
	text-transform:uppercase;
}

.cont {
    color: #282828;
    font-family: Montserrat;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
}
img.quote {
    position: absolute;
width: 8% !important;
    bottom: 25px;
    right: 40px;
}
.client-detials {
    width: 60%;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 30px;
}
.profile-image {
    position: relative;
}

.profile-image {
    width: 22%;
}
.profile-image:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #ff6000;
    position: absolute;
    border-radius: 100%;
    left: -2px;
    z-index: 1;
    top: -2px;
}
.profile-image:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #0a247a;
    position: absolute;
    border-radius: 100%;
    right: -2px;
    z-index: 1;
    bottom: -2px;
}
.client-detials .client-details {
    width: 70%;
}
.name {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}
.cap {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.stars {
    width: 45%;
}

section.sucess {
    background: #F5FBFF;
    padding: 70px 0;
}

section.sucess .row {
    align-items: center;
	    padding: 0 50px;
	
}

section.sucess.full-section .col-9 {
   flex: 0 0 65%;
    max-width: 65%;
}

section.sucess.full-section .col-3 {
    flex: 0 0 35%;
    max-width: 35%;
}
.profile-image img {
    z-index: 11 !important;
    position: relative;
}
.platform-sec.full-section .title_block:after {
    margin: 0;
}
.hero-btns-v1 a {
    font-weight: 700 !important;
}
section.sucess .row {
    align-items: center;
}

ul.case-list li {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    width: 50%;
}

ul.case-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.digi-new-form-section {
    padding: 0px 0 !important;
    background: #0a247a;
}

h2.head {
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.035em;
    text-align: left;
    color: white;
}

span.block-1 {
    background: #0A247A;
    margin-right: 5px;
}

span.block-2 {
    background: #FF6000;
    margin-left: 50px;
    padding-left: 47px !important;
}

h2.head span {
    padding: 25px 15px;
    display: inline-block;
    position: relative;
}

span.block-1:after {
    content: "";
    width: 68px;
    height: 90%;
    background-image: url('/new-assets/images/morelead/hero-vec1.png');
    position: absolute;
    display: block;
    top: 6%;
    right: -54px;
    z-index: 999;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



ul.hero-list li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.01em;
    text-align: left;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}

ul.hero-list li:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -4px;
    background: url(/new-assets/images/home-redesign/check-ic.webp);
    width: 48px;
    height: 48px;
    object-fit: contain;
}

p.decrp {
font-family: Montserrat;
font-size: 23px;
font-weight: 500;
line-height: 34.25px;
letter-spacing: -0.01em;
text-align: left;
color:white;

}



.btnNubWrap.mob-v2 .hero-btn {
    width: 48%;
    height: 50px;
}

.btnNubWrap.mob-v2 .live-chat-mob {
    width: 100%;
}
.btnNubWrap.mob-v2 {
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    grid-gap: 20px;
}
.btnNubWrap.mob-v2 .hero-btn a.btn {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.btnNubWrap.mob-v2 .live-chat-mob button {
    width: 100%;
    margin: 0;
}

.hero-pricing .hp-cost {
    display: inline-block;
    background: url(/new-assets/images/pricing-arrow.webp) no-repeat left center;
    padding-left: 60px;
    color: #ff6000;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    margin-left: 10px;
}

.hero-pricing {
    font-size: 24px;
    font-weight: 700;
}

.col-6.right-side {
    position: relative;
}

.col-6.right-side img.img2 {
    position: absolute;
    left: -60px;
    bottom: -144px;
    z-index: -1;
}

section.hero-area {
    padding: 50px 0 !important;
}

img.img1 {
    z-index: 9999;
    position: absolute;
    left: 0;
    bottom: -83px;
}

.ic-con {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

.ic-box {
    box-shadow: 0px 4px 10px 0px #00000033;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 15px 5px;
	
	margin:0 0 35px 0;
}

.ic-box img {
    margin-right: 13px;
}


.ic-box span {
    background: #FFF1E8;
    color: #FF6000;
    font-weight: 500;
    padding: 5px;
}

.ic-box {
    position: relative;
    background: white;
}
.ic-box:after {
    content: url(/new-assets/images/morelead/sep.png);
    position: absolute;
    top: 85%;
    z-index: 999;
    left: 30%;
}

.ic-box:before {
    content: url(/new-assets/images/morelead/sep.png);
    position: absolute;
    top: 85%;
    z-index: 999;
    right: 30%;
}

.digi-new-form-section {
    padding: 0px 0;
    background: #0a247a;
}
.ic-con:last-child .ic-box:before, .ic-con:last-child .ic-box:after{
    display:none;
}



p.center.bold {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.035em;
    text-align: center;
    color: #ff6000;
    margin-bottom: 50px;
    margin-top: 50px !important;
}

span.block-2:before {background-image:  url('/new-assets/images/morelead/hero-vec2.png');position: absolute;display: block;top: 0;left: -40px;z-index: 999;background-position: center;background-size: cover;background-repeat: no-repeat;content: '';width: 25%;height: 100%;}


.navShotBar {
    background: #0A247A !important;

}

.section-1.full-section .btnNubWrap .btn {
   padding: 9px 14px !important;
}

section.marketing-sec-v3.full-section {
    padding: 70px 0;
}
section.marketing-sec-v3.full-section p.center {
    text-align: center;
}
.stats-con {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
        align-items: start;
    gap: 30px;
	    margin-top: 50px;
}

.guide-con {
    display: flex;
    flex-direction: row;
    gap: 30px;
	width: 90%;
    margin: 50px auto 0;
}

.boxWrap-v2 {
    box-shadow: 3px 5px 4px 3px #0000001A;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
	    width: 25%;
}

.head-con-box {
    height: 260px;
}

.boxWrap-v2 .imgWrap {
    height: 90px;
}

.boxWrap-v2 h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.boxWrap-v2 p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
ul.ul-style-2.v2 li {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin: 0;
}

ul.ul-style-2.v2, .ul-style-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.hero-btns-v2 a.hero-chat-btn.btn {
    color: black;
    margin: 0;
}
.hero-btns-v2 a {
    padding: 9px !important;
}
.cta-mainWrapv2.full-section .title_block:after {
    margin: 0;
}
.cta-mainWrapv2.full-section {
    padding: 70px 0;
}
.boxWrap-v2 h4 {
    color: #ff6000;
}

.stats-box p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}
.stats-box {
    width: 20%;
}
.stats-box h3 {
 font-family: Montserrat;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.035em;
    text-align: center;
    color: #FF6000;
    border: 2px solid #FF6000;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}




ransition:1.5s;
}

.m-ic-bx h3, .m-ic-bx p  {
  color:#202020
  
}

.form-section.full-section .title_block:after {
    display:none;
}

.digi-new-form-section {
    padding: 50px 0;
    background: #0a247a;
}
.cta-mainWrap.full-section .btnNubWrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.digi-new-form-section h2.title_block.white:after {
   display:none;
}
.digi-new-form-section .row {
    align-items: center;
}
.digi-new-form-section h2.title_block.white {
    margin-bottom: 1rem;
}
.footer-logos.clearfix {
    display: none;
}

.footer-contact.full-row {
    display: none;
}

.footer-links.full-row {
    display: none;
}


.footer-bottom.full-row {
    background: #0A247A;
}
.cta-mainWrap.full-section img.market-image {
    display: block;
	    width: 90%;

}

.chooseSection-2.full-section.threeBYtwo {
    padding: 70px 0 ;
	background: #0A247A;
}







.boxWrap {
    text-align: center;
}

.boxWrap h3 {
   font-family: Montserrat;
font-size: 20px;
font-weight: 600;
line-height: 23px;
letter-spacing: -0.035em;
text-align: center;
    margin: 20px 0;

}
.boxWrap p {
   font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: -0.035em;
text-align: center;

}

p.white b {
    font-size: 20px;
}
.hero-btn-ctas.v2 a {
    font-weight: 700;
}

.captcha .captcha-number {
    font-size: 18px;
    margin: 7px 0 0 10px;
    float: left;
}
.captcha .captcha-field {
    width: 110px;
    float: left;
}

.bannerGetForm .form-submit-btn {
    padding: 0;
    margin: 20px 0;
    background: white;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 1px 15px 0px 15px;
}

.bannerGetForm button.form-btn {
    margin: 0;
    margin-top: 10px;
    width: 100%;
    text-transform: inherit;
}

.card-in-box:before, .card-in-box:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #0a247a;
    position: absolute;
    top: -6px;
    right: -13px;
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
}

.card-in-box {position: relative;z-index: 1;}

.card-in-box:after {
    opacity: 1;
    background: #fff;
    right: 0;
    top: 0;
    border-radius: 0 10px 0 0;
}
.cta-mainWrap.full-section .row {
    align-items: center;
}

.form-section .container {
    max-width: 1280px !important;
}
input#rfpName {
    margin: 0 !important;
}
.col-7 {
    width: ;
	
	    flex: 0 0 58%;
    max-width: 58%;
}


.form-col button.form-btn {
    width: 100%;
    margin-top: 15px;	
    font-weight: 600;
}
.form-section .row {
    align-items: self-start;
}
.form-section.full-section .col-5 img {
    position: absolute;
    top: -120px;
    right: -40px;
}
.form-section.full-section .col-5 {
    position: relative;
}
.m-ic-bx {
    position: relative;
	 transition:0.5s;
}
.m-ic-bx:hover {
    box-shadow: 4px 6px 5px 0px #00000033;
    transition:0.5s;
}
.mar-card:hover .card-in-box:before  {
    background:#fb6117;
    transition:1s;
}
.mar-card .card-in-box:before  {
 transition:1s;
}

.marketing-card-box {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.form-section.full-section input#rfpEmail, .form-section.full-section input#rfpName, .form-section.full-section input#rfpPhone {
    border: none;
    padding: 15px !important;
    outline: none;
    border-radius: 4px;
    margin-left: 10px;
	width: 32%;
	
}


.form-section.full-section {
    padding: 100px;
    background: url("/new-assets/images/digital-marketing-new/form-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	background:#0A247A;
}
.marketing-sec2{
    background: #F5FBFF;
    padding: 60px 0;
}

.cta-mainWrap p{
    font-family: Montserrat;
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #fff;

}

.cta-mainWrap-btn{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.cta-mainWrap-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background-color: #ff6000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
}

.cta-mainWrap-btn a img{
    margin-right: 5px;
}

section.marketing-sec2.full-section {
        padding: 70px 0 100px 0;
}
section.marketing-sec2.full-section p.center {
    text-align: center;
}

.mar-card {
    padding: 15px 60px;
}
section.sucess a.btn {
    width: 95%;
}

.mar-card img {
     width: 100%;
    height: 240px;
    object-fit: cover;
	    border-radius: 10px;
}
.cta-mainWrap .btnNubWrap button {
    background: transparent;
    border: 2px solid #ff6000;
	font-weight: 600;
	padding:8px 34px 7px;
}
.how-its-work {
    padding: 70px 0;
	    background: #F5FBFF;
}
.row.mob-lay.v2 {
    background: url('/new-assets/images/blog-manage-lp/hiw-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	background-position: top;
}
.boxWrap.m-t {
    margin-top: 75px;
}

.imgWrap {
    width: 105px;
    margin: auto;
    position: relative;
}

span.s-num {
    background: #ff6500;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    top: 0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 19.18px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -15px;
}

.chooseSection-2.full-section.threeBYtwo .row.mob-lay {
    width: 60%;
    margin: auto;
}
.card-inner {
    background: #0A247A;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    margin-top: -60px;
    z-index: 999999;
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.card-inner h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.card-cat {
      font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #ff6000;
    margin: 20px 0;
}

section.sucess h3 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
 
}

.card-cat span {
    background: #FF6000;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 4px;
	color:white;
	
}

.card-inner-v2 {
    display: flex;
    padding: 20px;
    gap: 50px;
    text-align: center;
}

.card-in-box {
   box-shadow: 2px 4px 5px 0px #0000002e;
    padding: 15px 20px;
    border-radius: 10px;
    background: white;
    text-align: center;
	width: 33%;
	
}

.card-in-box h3 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.035em;
    text-align: center;
    color: #FF6000;
}

.card-in-box p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}

.samplesSection.v2 .review-box {
    width: 371px;
    height: 216px;
    margin-bottom: -30px;
}
.samplesSection.v2 .review-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.samplesSection.v2 {
    padding: 50px 0 0 0;
}

section.marketing-sec.full-section {
    padding: 70px 0;
}

.marketing-box-main {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
	    flex-wrap: wrap;
}

.m-ic-bx {
    box-shadow: 3px 5px 4px 0px #00000033;
    padding: 10px;
    border-radius: 20px;
    width: 23%;
}

.ic-inner {
    border: 1px dashed #FF6000;
    border-radius: 20px;
    padding: 10px;
	height:100%;
	
	 
}
.ic-inner p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #282828;
}
.ic-inner h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
	color:#202020;
}
i.fa-solid.fa-circle {
    color: #ff6000;
    font-size: 10px;
    position: relative;
    top: -2px;
    left: -1px;
}
.b-d:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #00000038;
    bottom: -12%;
    left: 3px;
}
.b-r:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #00000038;
    top: 3px;
    right: -23px;
}
.b-c:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #00000038;
    position: absolute;
    top: -27px;
    right: 122px;
    border-radius: 100%;
}
section.full-section.audio {
    padding: 60px 0 0;
}

section.full-section.audio .video_columns.audio-platform {
    display: flex;
    justify-content: center;
}
.cta-mainWrap.full-section img {
    display: block;
}
.CreativeSec.full-section .featureWrapHero {
    margin: 0px 0;
}
	#myFormBanner {
       background-color: #FF6000;
    padding: 10px ;
    height: 100%;
    border-radius: 10px;
	margin-left: 95px;
}
	.tabNew-content2{
	display:block;
	}
	
	.contentWrap h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.035em;
    text-align: center;
    margin-top: 20px;
}

	.header-wrapper .header-right ul li {
    display: inline-block;
    vertical-align: top !important;
    position: relative;
    margin: 0 0 0 30px;
}

	.header-wrapper .header-right ul li.call-btn {
    width: 300px !important;
    margin-top: 0 !important;
}

li.call-btn.last span a {
    font-family: Montserrat;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    letter-spacing: 0em;
    text-align: left !important;
}
	.header-wrapper .header-right ul {

    margin: 5px 0 0 0 !important;
   
}
.header-wrapper .header-right .select ul{
    margin:0 !important
}
	a.btn.phone-number {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btnNubWrap .hero-btn a {
     font-weight: 600;
    border: 2px solid #FF6000;
}
.packageWrap .headPack h3 {
    text-transform: uppercase;
}
a.btn.phone-number {
    background: #ff6000;
    color: #fff;
    border: 2px solid #FF6000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    transition: 0.5s;
}
.section-1.full-section .btnNubWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.live-chat-mob button {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    background: transparent;
    border: 2px solid #FF6000;
    padding: 14px 34px !important;
    display: block;
    width: 84%;
    text-align: center;
margin: 0;
    margin-left: 20px;
}
a.btn.phone-number:before {
    display: none;
}
ul.halfCircle li span {
    background: #FFD522;
    padding: 2px 5px;
    font-weight: 600;
    color: black;
	display: inline;
}

.footer-logos ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 0;
    text-align: center;
}
p.cta-pub-pack {
    font-family: Montserrat;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.01em;
    text-align: center;
}


	p.price-pub-pack {
    font-family: Montserrat !important;
    font-size: 55px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    text-align: center;
}
	a.solution-cta {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background: #FF6000;
    color: white;
    padding: 10px 20px;
    border-radius: 3px;
}
.brand-new img {
    width: 60px !important;
    height: 60px;
    margin: auto;
}
	.cta-mainWrap.full-section .title_block:after {
    margin: 0;
}
	.col-5 {
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
	.review-samples-con {
    display: flex;
    gap: 20px;
    background: white;
    padding: 20px;
    position:relative;
	width:100%;
	justify-content: center;
	
}

.review-samples-con:before {
    content: "";
    box-shadow: 0px 0px 34px 0px #00000026;
    width: 79px;
    height: 230px;
    background: #FFFFFF66;
    display: block;
    position: absolute;
    left: -15px;
    top: 12px;
    z-index: -1;
}

.review-samples-con:after {
    content: "";
    box-shadow: 0px 0px 34px 0px #00000026;
    width: 79px;
    height: 230px;
    background: #FFFFFF66;
    display: block;
    position: absolute;
    right: -15px;
    top: 12px;
    z-index: -1;
}
	.reviewSection.slider.full-section .owl-next:before, .reviewSection.slider.full-section  .owl-prev:before {
    position: absolute;
 top:35%;
    width: 0;
    margin: auto;
    font-family: FontAwesome;
    font-size: 50px;
    height: 54px;
    color: #fff;
}

.reviewSection.slider.full-section .owl-next, .reviewSection.slider.full-section .owl-prev {
   font-size:0;
}

.reviewSection.slider.full-section .owl-prev:before {
    left: -50px;
    content: '\f104';
    font-family: FontAwesome;
}


.reviewSection.slider.full-section .owl-next:before {
    content: '\f105';
    right: -2px;
}

.reviewSection.slider.full-section {
    background: #0A247A;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	

}
.samplesSection {
    background: #EFF9FF;
padding: 20px 0 10px;
}

.review-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 104px;
}


.review-box {
    width: 209px;
    height: 80px;
}

.review-box img {
    width: 100%;
    height: auto;
}

.review-container {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 20px 40px 0 ;
}



.review-cont:before {
    content: "";
    box-shadow: 0px 0px 34px 0px #00000026;
    width: 79px;
     height: 90%;
    background: #FFFFFF66;
    display: block;
    position: absolute;
    left: -15px;
    top: 15px;
    z-index: -1;
}
.stars {
    margin: 10px 0 2px 0;
}
.review-cont:after {
    content: "";
 box-shadow: 0px 0px 34px 0px #00000026;
    width: 79px;
    height: 90%;
    background: #FFFFFF66;

    display:block;
    position:absolute;
    right:-15px;
  top: 15px;
    z-index:-1;


}

.review-cont {
    position:relative;
}
	.priceWrap p {
    font-family: Montserrat !important;
    font-size: 28px ;
    font-weight: 700 !important;
    line-height: 38px;
    letter-spacing: -0.01em !important;
    text-align: center !important;
}
div#packageSec .row {
	align-items: center;
	    grid-gap: 20px;
}

.tabingSection.v1.full-section {
    background: url("/new-assets/images/book-publishing/book-services-bg.jpg");
        background-size:cover;
    background-position:center;
	  padding: 90px 0 !important;
}

.brand-new {
    margin-top: 70px !important;
    display: flex;
    text-align: center;
}

.tabingSection.v1.full-section p {
    text-align: center;
	    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: center;
}

.v1.tabingSection ul#TypeTabUL { display: flex; align-items: center; justify-content: center;     flex-wrap: wrap; }
li.tabNew-link {
    min-width: 220px;
      padding: 24px;
    font-size: 16px;
    letter-spacing: -0.035em;
    font-weight: 600;
    background: #F8FDFF;
    border-radius: 7px;
    width: auto;
    line-height: 22px;
    margin: 0 5px;
    position: relative;
    flex-direction: column;
    justify-content: center;
	transition:0.5s ease-In-Out;
	display:flex;

}
li.tabNew-link h3 {
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 18px;
	text-align: center;
	color: #000000;
}

li.tabNew-link:hover h3{
 color:#ff6000;
	transition:0.5s ease-In-Out;
}

li.tabNew-link:hover {
    background: #FFF6F0 !important;

	transition:0.5s ease-In-Out;
}
li.tabNew-link:hover img {
   filter: invert(56%) sepia(75%) saturate(5371%) hue-rotate(1deg) brightness(102%) contrast(106%);
    transition: 0.5s ease-In-Out;
}

.title_block:after {
	
	margin:0px auto;
}
 .cta-mainWrap .btnNubWrap {
    justify-content: start;
}
.logos {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
    margin-top: 20px !important;
}

.logo1 { grid-area: 1 / 1 / 3 / 2; }
.logo2 { grid-area: 1 / 2 / 2 / 4; }
.logo3 { grid-area: 2 / 2 / 3 / 3; }
.logo4 { grid-area: 2 / 3 / 3 / 4; }


 .commonSection {
    padding: 50px 0 0 0;
}
.btnNubWrap .hero-phone  {
    padding: 0px 20px 0 29px;
    background: url(/new-assets/images/call-icon-hero.png) no-repeat;
    font-size: 24px;
    background-position: 0 8px;
    display: inline-block;
}
ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	    justify-content: center;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5 {
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.footer-contact.full-row .col-3 {
    max-width: 100% !important;
}
.inner-container {
    width: 900px;
    margin: 0 auto;
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
/*hero Area*/
.section-1 {
color: #000;
padding: 20px 0 0;
position: relative;
font-size: 0;
}

.section-1 .container {
z-index: 1;

align-items: center;
font-size: 0;
}

.section-1 .container .midContent {
width: 44%;
    float: left;
    color: #000;
    padding: 0;
    text-align: left;
    margin: 0;
    display: inline-block;
}

.section-1 .container .leftImgSide {
width: 28%;
float: left;
display: inline-block;
position: relative;
left: 0px;
}

.section-1 .container h1 {
font-size: 44px;
font-weight: 600;
line-height: 48px;
margin: 0 0 30px 0;
color: #000;
}

.section-1 .container h1:after {
content: "";
width: 75px;
height: 5px;
background: #ff6000;
position: relative;
left: 0;
right: 0;
bottom: -10px;
margin: 0;
display: block;
}
.hero-livechat h5 {
font-size: 18px;
font-weight: 600;
line-height: 21px;
color: #000;
padding: 20px 0 0 0;
}

.hero-livechat a {
color: #ff6000;
text-decoration: underline;
}

.hero-livechat a:hover {
color: #000;
}
.section-1 .container .midContent p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
}

.section-1 .container .leftImgSide img {
max-width: fit-content;
height: 506px;
}
.btnNubWrap {
display: flex;
align-items: center;
}

.btnNubWrap .hero-btn a {
/*font-size: 20px;*/
/*padding: 12px 50px;*/
/*text-transform: capitalize;*/
/*margin-left: 0;*/
}

.btnNubWrap .hero-phone {
margin-left: 20px;
}

.btnNubWrap .hero-phone a {
font-size: 28px;
font-weight: 600;
color: #000;
/*pointer-events: none;*/
}

.btnNubWrap .hero-phone a:hover {
color: #ff6000;
}



.arrow:after,
.ui-tooltip {
background: #000;
font-size: 14px;
text-align: center;
}
.ui-tooltip {
position: absolute;
z-index: 9999;
max-width: 300px;
border-width: 2px;
padding: 15px;
color: #fff;
border-radius: 10px;
}

.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}

.arrow.top {
top: -16px;
bottom: auto;
}

.arrow.left {
left: 20%;
}

.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.arrow.top:after {
bottom: -20px;
top: auto;
}

.ui-helper-hidden-accessible {
display: none;
}

.featureWrapHero {
display: flex;
}

ul.halfCircle {
padding: 0;
margin: 0;
list-style: none;
text-align: left;
padding-left: 20px;
}

ul.halfCircle li {
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 20px;
    color: #000;
    margin: 20px 0;
    position: relative;
}

ul.halfCircle li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 15px;
    border: 1.5px solid #ff6000;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6000;
    top: 0;
    bottom: 0;
}



.HeroPricingWrap {
    display: flex;
    align-items: center;
    height: 50px;
    margin: 15px 0 20px;
    justify-content: center;
    gap: 20px;
}

.HeroPricingWrap h4 {
font-family: Montserrat;
font-size: 48px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: left;
color:#FF6000;

}

.HeroPricingWrap h3 {
  font-family: Montserrat;
font-size: 24px;
font-weight: 700;
line-height: 26px;
letter-spacing: -0.02em;
text-align: center;

}
.new-layout button:before, .new-layout .btn:before{
	display:none;
}
.HeroPricingWrap h4 img {
margin: 0 10px;
}
.HeroPricingWrap h4 span {font-size: 22px;}
ul.award-hero {
display: flex;
align-items: center;
justify-content: center;
padding: 15px 0 0;
}

/*Hero*/
/*Hero-RFP*/

.formPartHero {
display: inline-block;
width: 275px;
background-color: #1280d9;
border-radius: 0 6px 6px 0; 
}

.formPartHero h3 {
margin: 0;
text-align: center;
padding: 15px 0;
font-size: 26px;
color: #fff;
}

.formPartHero::-webkit-input-placeholder {
font-family: Montserrat, sans-serif;
}

.formPartHero:-moz-placeholder {
font-family: Montserrat, sans-serif;
}

.formPartHero form#formHero {
margin: 0 15px 15px;
background-color: #fff;
border-radius: 6px;
    padding: 20px 15px;
}

.formPartHero form input,
.formPartHero form select,
.formPartHero form textarea {
width: 100%;
height: 33px;
box-shadow: none;
outline: 0;
border-radius: 2px;
margin-bottom: 10px;
background-color: #f5f5f5;
border-color: transparent;
padding: 9px;
line-height: 26px;
font-size: 14px;
border: 1px solid #eaeaea;
}

.formPartHero form textarea {
height: 80px;
resize: none;
}

.formPartHero .code-label {
font-size: 14px;
float: left;
width: 85px;
margin: 0;
}

.formPartHero .code-field {
float: left;
width: 60px;
}

.formPartHero div#captcha_err01 {
float: left;
width: 20px;
margin: 0 5px;
}

.formPartHero span.code1 {
font-weight: 700;
font-size: 20px;
}

.formPartHero .bannerFormSubmit a.form-btn.btn {
margin-top: 10px;
font-weight: 600;
    width: 100%;
}

.formPartHero .bannerFormSubmit {
text-align: center;
}

.formPartHero form select {
padding: 6px 10px;
}

.formPartHero .home-code {
display: flex;
align-items: center;
margin: 10px 0 5px;
text-align: center;
    justify-content: space-between;
}

.formPartHero .code-field input {
margin-bottom: 0 !important;
padding: 0 10px;
height: 30px;
line-height: normal;
}

.formPartHero form#formHero h4 {
font-size: 22px;
font-weight: 700;
line-height: 26px;
}


@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}





@media only screen and (min-width: 1441px){
	.packageWrap.medium.orange {
    width: 55%;
}

}
@media (max-width: 1199px) {
	
	.packageWrap.dark {
    margin-top: 0;
}
}

@media (max-width: 1199px) {
	
.title_block br {
display: none;
}

.section-1 .container .left {
width: 50%;
}

.section-1 .container .right {
width: 50%;
}

.section-1 .container {
margin: 0 auto 30px;
}

.section-1 .container .leftImgSide {
display: none;
}

.section-1 .container .midContent {
width: 65%;
}

.section-1 .container .formPartHero {
width: 45%;
}

.select ul li.option {
margin: 0 !important;
}

.select ul li {
margin: 0 !important;
}

.title_block {
font-size: 40px;
line-height: 48px;
}

ul.award-hero {
justify-content: flex-start;
}
}

@media (max-width: 991px) {
	
	.hero-vec-box {
    display: block;
}
	
	.price-box{
		position: unset;
		margin: auto;
	}
	
	#myFormBanner {

    margin-left: 0;
}
	
	section.hero-area:after, section.hero-area:before{
		display:none;
	}
	
.b-box:first-child, .b-box {
        width: 100%;
        background: none;
        border: 1px solid #ff6000;
        padding: 15px;
        border-radius: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .b-img {
        width: auto;
    }
.b-content {
    width: 100%;
}
.b-content h3 {

    text-align: center;
}
section.benefits-sec {
    padding: 30px 0;
}
.b-content p {
  
    text-align: center;
    color: black;
    margin: 0;
}
	
    .indus-box {
        background: #0A247A;
        padding: 11px 30px 30px 30px;
        width: 85%;
        border-radius: 10px;
        color: white;
        text-align: center;
        margin-bottom: 80px;
        position: relative;
        min-height: 100%;
        margin: auto;
    }
	
	section.industry-sec {
    padding: 30px 0 30px;
    overflow: hidden;
}
.indus-box img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}
.indus-box:after {
    content: url(/new-assets/images/blog-manage-lp/indus-ic-bg.png);
    position: absolute;
    top: -80px;
    left: 73px;
    z-index: -1;
}
	
	section.industry-sec .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.indus-box:before{
	display:none;
}
	
	.testimonial .owl-nav {
    margin-top: 20px;
}

#video_packages .packages_block .package_col.iconic_pkg {
    border: 1px solid #0F4596;
    margin-top: 62px;
}
p.alert-box {
    position: absolute;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 15.28px;
    letter-spacing: -0.025em;
    text-align: center;
    color: white;
    background: #ff6000;
    padding: 15px;
    top: -62px;
    width: 85%;
    left: 8%;
}
.packages_block.book-slider-mob {
    margin-top: 50px;
}
	.cpb-fullcol ul {
    flex-direction: column;
    text-align: left;
    grid-gap: 0;
    align-items: start;
}

.cpb-fullcol ul li {
    text-align: left;
    justify-content: start;
    align-items: center;
    font-size:18px
}
	.how-its-work {
    padding: 30px 0;
}
div#custom-order {
    background: transparent;
    padding: 30px 0;
    position: relative;
}
#video_packages {
    padding: 30px 0;
}
section.stats {
    background: #0A247A;
    padding: 30px 0;
}
.new-layout .title_block {
        margin-top: 0 !important;
    }
	
	.cus-box {
    box-shadow: 3px 5px 4px 0px #00000033;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 0;
    background: white;
}
section.management-sec.full-section {
    padding-bottom: 50px;
	padding-top: 30px;
}
.testimonial {
    padding: 30px 0;
}
.cus-box-inner span {

    left: -25px;
    top: -5px;
}
    .cus-box {
        width: 90%;
        margin: 20px auto;
    }
	.testi-cont {
    grid-gap: 20px;
    margin-top: 0;
   
}
.testi-cont:after {

    top: 50px;
}
.testi-case {
    width: 90%;
}
.test-box {
        width: 90%;
        padding: 20px;
    }
.test-box h3 {
    font-size: 20px;
    text-align: center;
	        line-height: 20px;
}
.p-name h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 20.18px;
    text-align: left;
    margin: 0;
}
img.quote {
    position: absolute;
    width: 12% !important;
    bottom: 6px;
    right: 40px;
}
.test-box p {
    font-size: 16px;
    line-height: 22.08px;
    text-align: center;
}
.profile-box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.profile-box img {
    width: 60% !important;
}
.p-image {
    width: 25%;
}
.p-name {
    width: 70%;
}
.p-name p {
    font-size: 10px !important;
    line-height: 14.39px;
	text-align: left;
  
}
.boxWrap.m-t {
    margin-top: 0;
}
.p-image img {
    width: 100% !important;
}
	#video_packages .packages_block {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
}
	h1.head {
 font-family: Murecho;
        font-size: 29px;
        font-weight: 800;
        line-height: 40px;
        text-align: center;
        color: white;
}

.hero-area .hero-btns-v1 {
    width: 100%;
}

	img.h-vector.h-ic-1 {
    position: absolute;
       left: 10px;
    top: 20%;
    z-index: 999;
    animation: shake-horizontal 20s cubic-bezier(0.455, 0.030, 0.515, 0.955) reverse infinite both;
}

img.h-vector.h-ic-2 {
    position: absolute;
        left: 40px;
    top: 80%;
  
}


img.h-vector.h-ic-4 {
    position: absolute;
        right: 20px;
    top: 80%;
  
}

img.h-vector.h-ic-3 {
    position: absolute;
    right: 25px;
	left: unset;
top: 20%;}
	
	img.vector-1 {
  
    top: 8px !important;
   
}
img.h-vector {
    width: 15%;
}
img.vector-2 {
    position: absolute;
    right: 70px;
    top: 75px;
    animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    width: 25%;
}
	.cta-mainWrapv2.full-section .title_block:after {
    margin: 0 auto;
}
	.cta-mainWrapv2.full-section {
    padding: 30px 0;
    text-align: center;
}
	#video_packages .packages_block .package_col .pkg_btn a.btn {
  padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0px auto;
    text-transform: capitalize;
    width: 50%;
}
.c-video-box {
    margin-top: 30px;
}
	    .cta-mainWrap.full-section img.market-image {
    
        margin: 0;
    }
	
	    .hero-btn-ctas {
        grid-gap: 5px !important;
        flex-wrap: wrap;
    }
	
	.hero-btn-ctas a {
    width: 48% !important;
}

.hero-btn-ctas a.hero-chat-btn.btn {
    width: 100% !important;
    margin-top: 5px;
}
	
	ul.ul-style-2.v2, .ul-style-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
	
	ul#mainTabs {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #dcdcdc;
    width: max-content;
    margin: 20px auto;
    grid-gap: 15px;
}
	ul#mainTabs li {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    color: #000;
    cursor: pointer;
    max-width: 0;
    min-width: 100px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .2);
    background: white;
    max-width: unset !important;
    border-radius: 5px !important;
}
	.packages_block.v2:before{
		display:none;
	}
	
	.tabPackage-content.active {
    display: block !important;
} 
	
	section.rfp .col-8 .title_block:after {
    margin: 0 auto !important;
}
	
	span.bullet {

    display: flex !important;
	line-height: 1.2;
}
	
	.live-chat-mob button {
    margin: 10px 0 !important;
    width: 100% !important;
}
	
	#packageSec ul#mainTabs li {
    padding: 15px 0;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    width: 183px;
    color: #000;
    cursor: pointer;
    max-width: 80px !important;
    min-width: 80px !important;
    border-radius: 0 !important;
}
	
	.tabPackage-content2 .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
	.owl-nav {

    margin-top: 0;
}
	
	section.hero-area h3.sub-head, section.hero-area h2.head{
	
	    font-size: 29px;
    left: 0;
    background-size: contain !important;
    background-position: center !important;
    line-height: 35px;
    padding: 0 0;
    max-width: 300px;
    margin: auto;
	 text-align: center !important;
		}
	section.sucess img {
    width: auto !important;
    margin: auto;
	   
}
section.hero-area.full-section p.decrp {
    margin-top: 0 !important;
}
	section.sucess.full-section .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

section.sucess.full-section .col-9{
	flex: 0 0 100%;
    max-width: 100%;
}
.mar-card .card-inner-v2 {
 
    flex-wrap: wrap;
}

.mar-card {
    padding: 0;
}
	
	.tabs-slider li.tabNew-link.active {
    color: #ff6000 !important;
}
	
	.tabs-slider li.tabNew-link {
    max-width: 75%;
    margin: auto !important;
}

.tabs-slider .owl-nav {
    position: absolute;
    top: 32px;
    width: 100%;
}

.tabs-slider .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.tabs-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
	.cta-mainWrap .hero-btns-v1 {
    width: 100%;
}
	
.col-6.right-side {
    display: flex;
    flex: 0 0 55%;
    max-width: 100%;
    align-items: start;
    flex-direction: column-reverse;
    margin-top: 0px;
}
.formPartHero {
    display: inline-block;
    width: 100%;
    background-color: #1280d9;
    border-radius: 6px;
}

.hero-vec-box {
    position: relative;
    width: 100%;
	    text-align: center;
}

img.vector-1 {
    position: relative;
    left: 0;
    z-index: 9;
    top: 0;
    width: auto;
}
	.new-layout .hero-area {
    padding: 0;
}
	
	.col-6.left-side {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 10px ;
	
}



section.hero-area h2.head:after {
    position: absolute;
    color: black;
    bottom: -23px;
    left: 0;
    font-size: 29px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
	
	section.rfp-sec2 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
}

.hero-pricing {
    display: flex;
    align-items: center;
	    font-size: 18px;
}

.hero-pricing .hp-cost {
    display: inline-block;
    background: url(/new-assets/images/pricing-arrow.webp) no-repeat left center !important;
    padding-left: 60px !important;
    color: #ff6000;
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    margin-left: 10px;
}
img.rfp-vec {
    position: absolute;
    left: -5px;
    top: 15px;

}
	
	section.rfp-sec2 h2.head {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    background-size: contain;
    padding: 13px 0px 13px;
    max-width: 100%;
    left: 0;
}

section.rfp-sec2 h3.sub-head {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}
section.rfp-sec2 {
    padding: 40px 0 0 0;
}

section.rfp-sec2 p.decrp {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -.01em;
    text-align: center;
    color: white;
    margin: 0 0 25px 0;
}

.rfp2 .form-row {
    display: flex;
    gap: 0;
    flex-direction: column;
}

.new-layout button, .new-layout .btn {
    padding: 11px 15px;
    font-size: 14px;
    width: 100%;
}
.hero-area .hero-btn-ctas a {
    width: 50%;
    padding: 11px 0 !important;
}

.hero-btns-v1.v3 a.hero-chat-btn.btn {
    color: black;
    margin-top: 10px;
}
	
	.hero-btns-v1.v3 {
    width: 100%;
}
	
	ul.social-logos li {
    width: 31%;
}

ul.social-logos {
    grid-gap: 5px;
}

p.center {
    text-align: center;
}
	
.hero-btn-ctas.v2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hero-btn-ctas.v2 a {
    width: 48%;
}


.hero-btn-ctas.v2 a.hero-chat-btn.btn {
    width: 99%;
}
	.hero-btns-v1 {
    width: 100%;
}
	
	.hero-btn-ctas {
    grid-gap: 5px !important;
}

	.hero-btn-ctas a, .consult-btn a {
    font-size: 14px !important;
    padding: 10px 5px !important;
}

.platform-sec.full-section {
    padding: 20px 0 0;
}

.ic-box:before, .ic-box:after{
	display:none;
}
.ic-con {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0;
    flex-direction: column;
}

.ic-box span {
    background: #FFF1E8;
    color: #FF6000;
    font-weight: 500;
    padding: 5px;
    flex: 1;
    display: inline-block;
}
.ic-box {
    box-shadow: 0px 4px 10px 0px #00000033;
    border-radius: 10px;
    display: block;
    align-items: center;
    padding: 10px 15px 5px;
    margin: 0 0 15px 0;
    flex-wrap: wrap;
}
.ic-box img {
    margin-right: 13px;
    flex: 0;
    float: left;
}

.digi-new-form-section .row {
    align-items: center;
    flex-direction: column-reverse;
    display: flex;
}
.digi-new-form-section .col-5 img {
     margin-top: 0px !important; 
     margin-bottom: 0px !important; 
}

section.hero-area .col-6.left-side {
    flex: 0 0 100%;
    max-width: 100%;
}
section.marketing-sec {
    padding: 20px 0 30px;
}


span.block-2:before {
    background-image: url(/new-assets/images/morelead/hero-vec2.png);
    position: absolute;
    display: block;
    top: 0;
    left: -40px;
    z-index: 999;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 57%;
    height: 100%;
}
span.block-1:after {
    content: "";
    width: 54px;
    height: 90%;
    background-image: url(/new-assets/images/morelead/hero-vec1.png);
    position: absolute;
    display: block;
    top: 6%;
    right: -50px;
    z-index: 999;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

h2.head span {
    padding: 25px 6px;
    display: inline-block;
    position: relative;
    width: 40%;
}

h2.head {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.035em;
    text-align: left;
    color: white;
}

ul.hero-list li {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.01em;
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

ul.hero-list li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

p.decrp {
    text-align: center;
}

h2.head:after {
    margin: auto;
}

.btnNubWrap.mob-v2 {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    grid-gap: 10px;
}

section.hero-area .btnNubWrap.mob-v2 a {
    font-size: 14px;
    font-weight: 700 !important;
    padding: 0;
    display: flex;
}

img.res-hero-image {
    margin: 20px 0 -90px 0;
    z-index: -1;
    position: relative;
}

.cta-mainWrap.full-section .col-7 {
    padding: 0;
}


section.sucess .row {
    padding: 0;
}

section.sucess .row .col-6 {
    background: white;
    text-align: center;
    box-shadow: 2px 4px 5px 0px #0000002e;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 15px;
}

ul.case-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
ul.case-list li {
    width: 100%;
}

section.sucess {
    background: #F5FBFF;
    padding: 20px 0;
}

.mar-card .card-inner-v2 {
    grid-gap: 20px;
}

.marketing-card-box {
    padding: 0 !important;
}
.platform-sec.full-section h2, .platform-sec.full-section p {
    text-align: center;
}

.platform-sec.full-section h2::after {
    margin: auto !important;
}

.card-cat {

    margin: 20px 0 0;
}
.card-cat span {
    font-size: 12px;
}

.card-cat {
       font-size: 20px;
    text-align: center;
    margin: 0 0 10px 0;
}
.marketing-card-box {
    padding-top: 0;
}
section.sucess h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
}
.mar-card img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;
    padding-bottom: 0;
}
.mar-card .card-inner-v2 {
    display: flex;
    padding: 5px 10px !important;
	    justify-content: center;
}
.cta-mainWrap p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}
	.live-chat-mob button {
    margin-left: 0;
}

.reviewSection.slider.full-section .item {
    box-shadow: 0px 0px 34px 0px #00000099;
    background: white;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: auto;
}
	.section-1 .live-chat-mob button {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    background: transparent;
    border: 2px solid #FF6000;
    padding: 14px 34px !important;
    display: block;
    width: 96% !important;
    text-align: center;
    margin: 0 auto 20px !important;
    margin-left: 0;
}
	
	.head-con-box {
    height: auto;
}
	
	.footer-new-book.full-section button {
    color: white;
    font-size: 18px !important;
}

.footer-new-book.full-section .btnNubWrap.mob .hero-btn img {
    width: auto;
}
	
	.cta-mainWrap .btnNubWrap .hero-btn a {
    font-size: 18px !important;
    padding: 12px 24px;
}
	
	.cta-mainWrap .btnNubWrap.mob .hero-btn img {
    width: auto !important;
}

	
	.digi-new-form-section p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center !important;
    margin-top: 30px;
    color: white;
}
	
	.digi-new-form-section h2.title_block.white:after {
   display:block !important;
}
	
	.cta-mainWrap.full-section .btnNubWrap.mob .hero-btn {
    width: 100% !important;
    margin-bottom: 15px;
}

.cta-mainWrap.full-section .btnNubWrap {
    display: block !important;
    align-items: center;
    gap: 20px;
}
	
	.boxWrap-v2 {
    box-shadow: 3px 5px 4px 3px #0000001a;
    padding: 14px;
    border-radius: 20px;
    text-align: center;
    width: 95%;
    margin: auto;
   margin-bottom: 15px;
}

.guide-con img {
    width: auto !important;
    margin: 0 auto 20px;
}
	
	section.marketing-sec-v3.full-section {
    padding: 30px 0;
}

.stats-box {
    width: 50%;
}
	
	.stats-con {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: start;
    gap: 0;
    margin-top: 0px;
}
	
	.stats-box h3 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.035em;
    text-align: center;
    color: #FF6000;
    border: 2px solid #FF6000;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    align-items: center;
    display: flex;
    justify-content: center;
	    margin: 0 auto;
}

.stats-box p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
	    margin-top: 10px;
}
	
	.m-ic-bx p {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

	.m-ic-bx:hover p {
    position: relative;
    visibility: visible;
    opacity: 1;
    font-size: 13px;
}

	.m-ic-bx:hover img {
    position: relative;
    visibility: visible;
    opacity: 1;
   
}
	
	.section-1.full-section .btnNubWrap  {
    gap:0px
}
.section-1.full-section .btnNubWrap .btn {
    padding: 9px 4px !important;
    font-size: 14px;
    margin: 0 auto;
}
	

	
	section.marketing-sec2.full-section h2.title_block.center {
    padding: 0 10px;
}
	.owl-carousel .owl-item img.c-logo {
    width: auto;
    height: auto;
}

.b-head img {
    width: auto !important;
    height: auto !important;
    left: -17px;
    top: -50px;
}

.b-head {
    font-family: Montserrat;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
	text-transform:uppercase;
}
	
	.chooseSection-2.full-section.threeBYtwo {
    padding: 15px 0 20px;
}
	
	.cta-mainWrap .btnNubWrap button {
    background: transparent;
    border: 2px solid #ff6000;
    padding: 9px 14px;
    font-size: 15px;
}
	
	section.marketing-sec.full-section {
    padding: 30px 0;
}
	
	.samplesSection.v2 .review-box {
    width: auto;
    height: auto;
    margin-bottom: -5px;
}

.samplesSection.v2 {
    padding: 20px 0 0 0;
}


.cta-mainWrap.full-section img.market-image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
	margin-top:15px;
	    margin-bottom: -0px;
}

.chooseSection-3.full-section {
    padding: 0;
}

.cta-mainWrap h2.title_block br{ display:block;}
.cta-mainWrap.full-section .row {
    display: flex !important;
    flex-direction: column-reverse;
}
.card-in-box {
    box-shadow: 2px 4px 5px 0px #0000002e;
    padding: 8px;
    border-radius: 10px;
    width: 45%;
}
	
	.form-section.full-section {
    padding: 20px;
    background: url(/new-assets/images/digital-marketing-new/form-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background: #0A247A;
}
.form-section.full-section input#rfpEmail, .form-section.full-section input#rfpName, .form-section.full-section input#rfpPhone {
    border: none;
    padding: 15px !important;
    outline: none;
    border-radius: 4px;
    margin-left: 10px;
    width: 100%;
    margin: 0 0 10px 0 !important;
}
.form-col button.form-btn {
    width: 100%;
    margin-top: -12px;
}
.form-section.full-section .col-5 img {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
	margin-bottom: -50px;
}
section.marketing-sec2.full-section {
    padding: 30px 0 30px 0;
}
.col-7 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
	.b-r:after, .b-d:before, .b-c:before {
	display:none;
  
}
.book-slider-mob .owl-stage-outer.owl-height {
    height: auto !important;
}

	
	
	.m-ic-bx {
    box-shadow: 3px 5px 4px 0px #00000033;
    padding: 10px;
    border-radius: 20px;
       width: 95%;
    margin: 10px auto;
}
.ic-inner img {
    width: auto !important;
    margin: auto;
}
.ic-inner {
    border: 1px dashed #FF6000;
    border-radius: 20px;
    padding: 20px;
     height: auto !important;
}
.cont {
    font-size: 16px !important;
    line-height: 25px;
	text-align:center;
}

	.CreativeSec ul.halfCircle {
    padding: 0 0 0 25px !important;
}
	section.full-section.audio {
    padding: 20px !important;
}
	section.full-section.audio .video_columns.audio-platform {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	    flex-direction: row;
		gap: 10px !important;
}
.logo-plat {

    width: 100% !important;
}

.logo-plat img{
	width:auto !important;
}

section.rfp .col-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
}

section.rfp h2.title_block {
    text-align: center;
}
section.rfp h2.title_block {
    text-align: center;
    font-size: 28px !important;
}
p.bold {
    text-align: center;
	font-size: 16px;
}

.road-map .road-map-bx img {
    width: auto !important;
    margin: auto;
}

.road-map .road-map-bx {
    width: 100%;
    text-align: center;
}

.cta-mainWrap.full-section .col-5.none-991:after{
	display:none;
}

.cta-mainWrap.full-section .col-7 {
    padding:  0;
    flex: 0 0 100%;
    max-width: 100%;
}
img.rfp-image {
    z-index: 2;
    position: inherit;
    right: 0;
}

section.rfp {
    padding: 30px 0 70px 0;
}
.rfp-image-box {
    position: relative;
    top: 44px;
    right: 0;
    width: 100%;
}
section.rfp .container {
    box-shadow: 0px 4px 20px 0px #0000004d;
    border-radius: 20px;
    padding: 0px;
    position: relative;
}
.cta-mainWrap {
    background-color: #0A247A;
    padding: 0px 0 !important;
}
	li.pack-link.active {
    background: #FF6000;
    color: white !important;
    font-weight: 700 !important;
}
	#video_porfolio {
    padding: 30px 0px !important;
	    background-position: 0 100%;
}
	.book-slider-mob .owl-prev:before {

    content: url(/new-assets/images/book-publishing/arrow-left.svg);
  position:relative;
}

.book-slider-mob .owl-next:before {
  content: url(/new-assets/images/book-publishing/arrow-right.svg);
  /* position:relative; */
}


.book-slider-mob .owl-next,  .book-slider-mob .owl-prev{
    font-size:0;
}


.book-slider-mob .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
	    gap: 10px;
		margin-top: 20px;

}
#video_porfolio .video_columns {
display: block !important;}
	
	.stars img {
    height: auto !important;
}

.quote img {
    height: auto !important;
}
.client-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
    height: 150px;
}
	.name {
  
    font-size: 22px;
 
}
	


	
	.packageWrap .bodyPack ul.featureUL li:before {

    font-size: 10px  !important;
 
    height: 15px !important;
    width: 15px !important;
  
    top: 15px !important;
}
div#packageSec .col-8 {
    display: none;
}
	
	
	.packagesSection {
    padding: 30px 0 !important;

}
	.reviewSection.slider.full-section .inner-container {
    width: 100% !important;
}
	.HeroPricingWrap h3{
		    font-size: 20px;
		}
	
	.CreativeSec.full-section .featureWrapHero {
    margin: 0px 0;
}
	.new-layout .footer-bottom .copyright-section {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
	.new-layout .footer-links .fql_col h5{
    padding:0 !important; 
}
	.footer-bottom.full-row {
    background: #0A247A !important;
}
	.new-layout .footer-links.full-row {
    background: #0D3485 !important;
    padding: 40px 0 10px;
    vertical-align: top;
	text-align:center;
}
	
	.tabingSection.v1.full-section{
		background-image: url(/new-assets/images/book-publishing/talk-bg.jpg);

	}
	.footer-new-book.full-section .hero-btn {
    width: 100% !important;
}
	.footer-new-book.full-section {
    background: #0A247A;
    padding: 20px;
    text-align: center;
}

.footer-new-book.full-section .hero-btn {
    width: 100%;
}

.footer-new-book.full-section button {
    color: white;
	font-size:18px;
}
	.footer-contact.full-row {
    display: none;
}
	.tabNew-content2.active{
	display:block !important;
	}
	.tabNew-content2{
	display:none;
	}
	.CreativeSec.full-section .live-chat-mob button {
    color: white;
}
	.live-chat-mob button {
    background: transparent;
    color: black;
    border: 2px solid #FF6000;
    margin-top: 15px;
    width: 100%;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 15px;
	width: 94%;
    margin: 0 auto 20px;
    font-size: 14px !important;
}


.live-chat-mob button:hover {
    background: #FF6000;
    color: white;
    border: 2px solid #FF6000;
   
}
	.btnNubWrap.mob {
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 0;
}

.btnNubWrap.mob a {
    padding: 8px  !important;
    line-height: 2;
    width: 100%;
    font-size: 15px !important;
}
.btnNubWrap.mob .hero-btn img {
    width: 20px;
}
.btnNubWrap.mob .hero-btn {
    width: 50%;
}
	.ResultDrivenSec .row {
    max-width: 100%;
    display: flex;
}
.ResultDrivenSec .row .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 25% !important;
    max-width: 25% !important;
	margin-bottom:15px;
}
	.contentWrap h3 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-align: center;
}
.contentWrap p {
    display: none;
}

.ChunkboxWrap .imgWrap {
    height: 50px !important;
    width: 50px !important;
  
}
.ChunkboxWrap .imgWrap img {
    height: 50%;
    width: 50%;
  
}
	
	.tabingSection.v1.full-section {

    padding: 20px 0 !important;
}
	
	.brand-new {
    margin-top: 70px !important;
    display: flex;
    text-align: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
	

	

	
	
	a.btn:before {
    display: none !important;
}
	
	.section-1 .container .hero-btn a{
	padding: 10px 7px !important;
    font-size: 18px;
    margin-bottom: 0px;
    max-width: 160px !important;
    display: block;
	font-size: 18px;
    font-weight: 700;
	}
	.section-1 .container .hero-btn a {
    padding: 10px 8px;
    font-size: 18px;
    margin-bottom: 0px;
    max-width: 160px !important;
    display: block;
}
	ul.halfCircle li {
    font-size: 14px;
    line-height: 27px;
	margin:0;

}
	.packageWrap .PackBtnWrap a.newBtn { background: #7BA4E1; border-radius: 3px; font-size: 16px !important; text-transform: sentance-case; font-weight: 600; color: #fff; padding: 12px 24px; display: block; margin: 0 auto; max-width: fit-content; }

	
	a.solution-cta {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background: #FF6000;
    color: white;
    padding: 10px 20px;
    border-radius: 3px;
}
	.cap {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
	li.tabNew-link {
    min-width: 130px;
    padding: 10px;
    font-size: 16px;
    letter-spacing: -0.035em;
    font-weight: 600;
    background: #F8FDFF;
    border-radius: 7px;
    width: auto;
    line-height: 22px;
    margin: 0 5px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s ease-In-Out;
    display: flex;
       margin: 0;
    width: 130px;
}
li.tabNew-link h3 {
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    color: #000000;
}
	.packageWrap .bodyPack ul.featureUL li img {
    cursor: pointer;
    width: auto;
}
	.packageWrap .bodyPack p {
    font-size: 15px;
    font-weight: 500;
    margin: 0 !important;
    line-height: 30px !important;
}
.cta-mainWrap.full-section .title_block:after {
    margin: 0 auto;
}
	.samplesSection {
    padding: 50px 0;
}
.review-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.review-box {
    width: auto;
    height: auto;
}
	.client-carousel .owl-item {
    margin-top: 0 !important;
}


	
	.review-cont:before, .review-cont:after, .review-samples-con:before, .review-samples-con:after  {
  display:none !important;
}
	.review-cont {
    box-shadow: none;
    background: white;
    width: 100%;
    text-align: center;
    padding: 20px;
	
}
	.client-detials {
    width: 100%;
    text-align: center;
}
.reviewSection.slider.full-section {
    background: #0a247a;
    padding: 30px 0 30px;
   
}
.review-container {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0px 0px 0;
    flex-direction: column;
	    margin: 3px;
}
.client-detials {
    order: 1;
    display: flex;
    flex-direction: row !important;
}
.review-cont {
    order: 2;
    display: flex;
    flex-direction: column;
	height:370px;
	    padding-top: 40px !important;

}
.review-samples-con {
    
    gap: 20px;
    background: white;
    padding: 20px;
    position: relative;
    order: 3;
	
}
.reviewSection.slider.full-section .owl-prev:before {
    left: 30px;
    content: url('/new-assets/images/book-publishing/arrow-left.svg');

    font-size: 25px;
    text-align: center;
    border-radius: 100%;
	    top: 93%;
		    line-height: 1.35;
}
.reviewSection.slider.full-section .owl-next:before {
    content: url('/new-assets/images/book-publishing/arrow-right.svg');
    right: 30px;
    
    z-index: 999999;
width: 35px;
    height: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
	    top: 93%;
		    line-height: 1.35;
}
	
	.tabUlWRap {
    display: flex;
    justify-content: center;
}

.tabingSection.v2 ul#TypeTabUL li {
    width: 45% !important;
    font-size: 15px !important;
    height: 60px !important;
    margin: 10px auto !important;
    padding: 10px;
    display: flex;
}
	
	.v1.tabingSection ul#TypeTabUL{
    flex-wrap: wrap;
}
	
	.v1.tabingSection ul#TypeTabUL li {
    min-width: 45% !important;
   
    width: 45% !important;
   
}
	
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	    justify-content: center;
}
.col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5 {
    -webkit-flex: 0 0100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
}
.col-3 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-6 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
	
.title_block:after {
margin: 0 auto;
}

.title_block br {
display: none;
}
.inner-container {
width: 100%;
}

.section-1 {
padding: 25px 0;
}

.section-1 .container .midContent {
width: 60%;
padding: 0;
}

.section-1 .container .formPartHero {
width: 40%;
}

.section-1 .container .hero-btn a {
padding: 10px 15px;
font-size: 15px;
}
.section-1 .container .hero-btn a img {
    width: 20px !important;
}

.hero-livechat {
font-size: 16px;
}

.section-1 .container {
margin: 0 auto;
}

.featureWrapHero {
display: block;
    margin: 20px 0 30px !important;
}

ul.halfCircle li:before {
font-size: 10px;
height: 14px;
width: 14px;
top: 4px;
}



.btnNubWrap .hero-phone a {
font-size: 24px;
}

ul.halfCircle li {
line-height: 28px;
font-weight: 400;
}
ul.halfCircle li span {
    background: #FFD522;
    padding: 2px 5px;
    font-weight: 500;
    color: black;
    display: inline;
}
.section-1 .container h1 {
    font-size: 28px;
    line-height: 38px;
    padding: 0 10px;
}
.section-1.full-section .container {
    padding: 0;
}
.section-1.full-section ul.halfCircle li {
    margin-bottom: 10px;
}
.hero-livechat h5 {
font-size: 17px;
}

.title_block {
font-size: 32px !important;
line-height: 38px;
}
}

@media (max-width: 767px) {
.CreativeSec ul.halfCircle {
    padding: 0 25px;
    width: 100%;
}

	.section-1.full-section .btnNubWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	    margin-bottom: 10px;
		    margin-right: 0px;
	   
}
	.slider-mob {
			margin:0;
		}
	.slider-mob .owl-nav {
	
	
    display: flex;
    justify-content: space-between;
    position: absolute;
       top: 50%;
    width: 100%;
	
}


.slider-mob .owl-prev, .slider-mob .owl-next {
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    border: none;
    line-height: 50px;
    font-size: 0;
    transition: all .4s ease-In-out;
    font-family: FontAwesome;
    background: transparent;
    text-align: center;
    color: white;
 
}

.slider-mob .owl-next:before {
    content: '\f105';
    left: 20px;
    color:black;
    font-size: 26px;
    line-height: 0;
}

.slider-mob .owl-prev:before {
    left: 15px;
    content: '\f104';
    font-family: FontAwesome;
    color:black  !important;
    font-size: 26px;
    line-height: 0;
}

.slider-mob .owl-prev {
    margin: unset;
    left: -10px;
    position: absolute;
}

.slider-mob .owl-next {
    position: absolute;
    right: 0px;
    margin: unset;
}
ul.halfCircle {
padding-left: 30px;
    margin: auto;
}
.section-1 .container .midContent p {
text-align: center;
}
.formPartHero form textarea {
margin-top: 2px;
}

.title_block:after {
margin: 0 auto;
}


.section-1 {
background: 0;
padding-bottom: 0;
}

.section-1 .container .left {
width: 100%;
text-align: center;
}

.section-1 .container .right {
padding-top: 25px;
width: 100%;
display: block;
}

.section-1 .container h2:after {
margin: 0 auto;
}

.section-1 .container .hero-btn {
width: 100%;
float: none;
text-align: center;
}

.section-1 .container .hero-phone {
width: 250px;
float: none;
margin: 15px auto 0 auto;
}

.section-1 {
padding: 25px 0;
}

.section-1 .container h2 {
font-size: 28px;
line-height: 38px;
}

.section-1 .container .left {
padding: 0;
}

.section-1 .container .midContent p {
font-size: 15px;
line-height: 24px;
margin-bottom: 10px;
}
.section-1 .container h1:after {
margin: 0 auto;
}
.section-1 .container .hero-btn a {
    padding: 10px 8px;
    font-size: 15px;
    margin-bottom: 10px;
	line-height: 2;
}
a.btn.phone-number {
    display: flex !important;
    align-items: center;
	justify-content: center;
}

.section-1 .container .hero-phone {
width: 200px;
}

.section-1 .container .hero-phone {
font-size: 20px;
line-height: 32px;
}

.hero-livechat {
font-size: 15px;
line-height: 24px;
padding: 10px 0;
text-align: center;
}

.section-1 .container {
display: block;
}

.section-1 .container .midContent {
width: 100%;
padding: 0;
}

.section-1 .container .formPartHero {
width: 100%;
}

.form-submit-btn {
display: block;
}



.section-1 .container h1 {
font-size: 28px !important;
line-height: 36px !important;
text-align: center;
}



.HeroPricingWrap h4 img {
margin: 0;
display: none;
}

.btnNubWrap {
display: block;
}
}
/**/
.bannerGetForm h3 {
font-size: 26px;
font-weight: 700;
margin: 10px 0 15px;
}

.getReadyBannerSec {
background-color: #f5fbff;
padding: 60px 0;
clear: both;
}

.bannerGetForm {
background-color: #fff;
text-align: center;
border-radius: 12px;
margin: 0 auto;
margin-top: 20px;
padding: 15px;
width: 60%;
box-shadow: 0 3px 18px rgb(0 0 0 / 14%);
}

.bannerGetForm .formGroup {
position: relative;
}

.bannerGetForm .formGroup img {
position: absolute;
z-index: 1;
left: 18px;
top: 18px;
display: none;
}

.bannerGetForm input,
.bannerGetForm textarea {
width: 100%;
height: 42px;
background-color: #f9f9f9;
border: 1px solid #e1e1e1;
color: #000;
margin: 5px 0;
border-radius: 6px;
padding: 12px;
font-family: "Montserrat";
outline: 0;
transition: all 0.3s ease-in-Out;
font-size: 14px;
position: relative;
}

.bannerGetForm textarea {
height: 85px !important;
resize: none;
}

.bannerGetForm .btnCaptiaDiv {
padding: 0;
justify-content: flex-start;
}

.btnCaptiaDiv {
text-align: left;
}

.btnCaptiaDiv {
clear: both;
display: flex;
align-items: center;
}

.capError {
align-items: center;
font-size: 18px;
display: inline-flex;
}

.capError #captcha_err4,
.capError #captcha_err2 {
width: 32px;
}

.bannerGetForm .btnCaptiaDiv input {
width: 140px !important;
}

.bannerGetForm a.form-btn.btn {
margin: 0;
margin-top: 5px;
width: 100%;
text-transform: inherit;
}

.bannerGetForm a.form-btn.btn {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.getReadyBannerSec .leftWrap {
text-align: center;
}
/**/
.reviewSection { padding: 130px 0 70px; background-color: #e7f5ff; background-size: cover; background-repeat: no-repeat }
.clientReviewBox { background-color: #fff; border-radius: 12px; padding: 60px 25px 25px; text-align: center; position: relative }
.clientReviewBox p { margin: 0; font-size: 18px; font-weight: 400; font-style: italic; line-height: 22px; color: #575757; margin-bottom: 15px }
.clientReviewBox h4 { font-size: 20px; font-weight: 500; margin-bottom: 30px }
.clientReviewBox h4 a { color: #000; position: relative; transition: .4s ease-in-out }
.clientName { display: block; font-size: 22px; color: #000; font-weight: 600; transition: all .3s ease-in-out; width: max-content; margin: 0 auto }
.client-Image { position: absolute; top: -69px; left: 0; right: 0; margin: auto }
.fbreview { position: absolute; right: 0; top: 0; pointer-events: inherit !important }
.cta-mainWrap { background-color: #0A247A;     padding: 0px 0;}

.cta-mainWrap .btnNubWrap .hero-btn a { padding: 6px 20px; font-size: 18px; }
.reviewSection.slider { padding: 70px 0; min-height: 485px; }

.client-carousel .owl-item img { width: auto !important; }
.client-carousel .owl-dots { text-align: center; padding-top: 30px; }

/**/
.samplesSection { clear: both; text-align: center; font-size: 0;     padding: 20px 0 10px; }
.titleWrap { max-width: 960px; margin: 0 auto; text-align: center; }
.samplesSection ul { display: flex; align-items: center; justify-content: space-between; }
.samplesSection ul li a { display: block; }
.samplesSection ul li a img { border-radius: 15px; }
.samplesSection ul li { margin: 0 10px; }

/**/
.packagesSection {
    padding: 70px 0;
    background: #F5FBFF;


}
.packageWrap { background: #FFFFFF; border: 1px solid #7BA4E1; box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1); border-radius: 6px; }
.packageWrap .headPack { background: #7BA4E1; border-radius: 6px 6px 0px 0px; }
.packageWrap .headPack h3 { font-weight: 700; font-size: 24px; color: #fff; text-align: center; padding: 15px 0; }
.packageWrap .bodyPack { padding: 0 35px; }
.packageWrap .bodyPack .quantityWrap { border-top: 1px solid #E4E4E4; border-bottom: 1px solid #E4E4E4; font-size: 0; padding: 10px 0; text-align: center; }
.packageWrap .bodyPack .quantityWrap h5 { font-size: 20px; font-weight: 600; }
.packageWrap .bodyPack .quantityWrap .qty-input input { font-size: 14px; font-weight: 600; text-align: center; outline: none; box-shadow: none; background: #FFFFFF; border: 0; width: 35px; height: 28px; }
.packageWrap .bodyPack .quantityWrap .qty-input { display: flex; border: 1px solid #EAEAEA; width: max-content; margin: 15px auto 0; }
.packageWrap .bodyPack .quantityWrap .qty-input button { width: 28px; height: 28px; border: 0; background-color: #7ba4e1; color: #fff; font-weight: 900; font-size: 15px; cursor: pointer; transition: all 0.3s ease-in-out; }
.packageWrap .bodyPack .quantityWrap .qty-input button:hover { background-color: #4080e1; transition: all 0.3s ease-in-out; }
.packageWrap .bodyPack .priceWrap { padding: 15px 0; text-align: center; }
.packageWrap .bodyPack .priceWrap h4 { font-size: 44px; font-weight: 900; letter-spacing: -0.01em; }
.packageWrap .bodyPack .priceWrap h4 span { margin-left: 5px; }
.packageWrap .bodyPack .priceWrap h4 { position: relative; }
.packageWrap .bodyPack .priceWrap h4 sup { font-size: 24px; font-weight: 900; color: #7ba4e1; position: absolute; left: -15px; top: 0; }
.packageWrap .bodyPack ul.featureUL { }
.packageWrap .bodyPack ul.featureUL li { font-size: 16px; font-weight: 500; line-height: 20px; padding: 12px 0; position: relative; border-bottom: 1px solid #E4E4E4; padding-left: 30px; }
.packageWrap .PackBtnWrap { padding: 20px; text-align: center; }
.packageWrap .PackBtnWrap a.newBtn { background: #7BA4E1; border-radius: 3px; font-size: 18px; text-transform: sentance-case; font-weight: 600; color: #fff; padding: 12px 24px; display: block; margin: 0 auto; max-width: fit-content; }
.packageWrap .bodyPack .quantityWrap input[type="number"]:focus { outline: 0; }
.packageWrap .bodyPack p { color: #000; text-align: center; font-size: 16px; line-height: 22px; margin: 15px 0; margin: 20px 0px; font-weight: 600; }
.packageWrap .bodyPack ul.featureUL li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 16px;
    border: 2.5px solid #7ba4e1;
    background-color: #7ba4e1;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 12px;
}
.medium.packageWrap { border: 1px solid #4080E1 }
.medium.packageWrap .headPack { background: #0F4596; }
.medium.packageWrap .bodyPack ul.featureUL li:before { border: 2.5px solid #0F4596; background-color: #0F4596; }
.medium.packageWrap .PackBtnWrap a.newBtn { background: #0F4596; }

/**/
.medium.packageWrap .bodyPack .priceWrap h4 sup { color: #4080E1 }
.medium.packageWrap .bodyPack .quantityWrap .qty-input button { background: #4080E1; }
.medium.packageWrap .bodyPack .quantityWrap .qty-input button:hover { background: #0F4596; }
.dark.packageWrap { border: 1px solid #0F4596 }
.dark.packageWrap .headPack { background: #0A247A; }
.dark.packageWrap .bodyPack ul.featureUL li:before { border: 2.5px solid #0F4596; background-color: #0F4596; }
.dark.packageWrap .PackBtnWrap a.newBtn { background: #0A247A; }

/**/
.dark.packageWrap .bodyPack .priceWrap h4 sup { color: #0F4596 }
.dark.packageWrap .bodyPack .quantityWrap .qty-input button { background: #0F4596; }
.dark.packageWrap .bodyPack .quantityWrap .qty-input button:hover { background: #0F4596; }

/**/
.packageWrap .bodyPack ul.featureUL { height: 270px; overflow: overlay; }
.packageWrap .bodyPack ul.featureUL li img { cursor: pointer; }
.packageWrap .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #7BA4E1 !important; background-color: rgb(123 164 225); }
.medium.packageWrap .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #4080e1 !important; background-color: rgb(123 164 225); }
.dark.packageWrap .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #0f4596 !important; background-color: rgb(64 128 225); }

/**/
#packageSec ul#mainTabs { display: flex; align-items: center; list-style: none; padding: 0; border-radius: 0px; border: 1px solid #DCDCDC; width: max-content; margin: auto; }

#packageSec ul#mainTabs li.active { color: #fff !important; background-color: #ff6000 !important; border-color: #ff6000; }
#packageSec ul#mainTabs li:nth-child(2)   {  border-left: 1px solid #DCDCDC; border-radius: 0px 4px 4px 0px }
#packageSec ul#mainTabs li:nth-child(2).active  {  border-left: 1px solid #DCDCDC; border-radius: 0px 4px 4px 0px  }
#packageSec ul#mainTabs li.active { border-radius: 4px 0px 0px 4px }
#packageSec ul#mainTabs li { border-radius: 4px 0px 0px 4px }
#packageSec ul#mainTabs li.tabPackage-link.first.active { border-radius: 5px 0 0 5px; }
#packageSec ul#mainTabs li.tabPackage-link.last.active { border-radius: 0 5px 5px 0 }

/**/
.chooseSection { clear: both; padding: 50px 0; background-color: #edf8ff; }
.chooseSection ul { display: flex; }
.chooseSection .boxWrap { text-align: center; background: #FFFFFF; box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.08); border-radius: 5px; padding: 30px; min-height: 450px; }
.chooseSection .boxWrap .imgWrap { }
.chooseSection .boxWrap .imgWrap img { }
.chooseSection .boxWrap h4 { font-weight: 600; font-size: 22px; line-height: 26px; letter-spacing: -0.035em; color: #000000; padding: 15px 0; }
.chooseSection .boxWrap p { font-weight: 400; font-size: 18px; text-align: center; letter-spacing: -0.01em; color: #2E2E2E; line-height: 30px; }

/**/
.faqAccordion { padding: 70px 0 }
.faqAccordion ul { max-width: 80%; margin: 0 auto; }
.faqAccordion ul .toggle-faq { font-size: 20px; color: #000; font-weight: 500; padding: 15px 40px 15px 0px; border-bottom: 1px solid #ccc; width: 100%; transition: all .3s ease-in-out; position: relative; display: block; }
.faqAccordion ul p.inner-faq { border-bottom: 1px solid transparent; padding-bottom: 15px; padding-right: 20px; margin: 0; }
.faqAccordion ul .toggle-faq.active { border-bottom: 1px solid transparent; color: #ff6000; transition: all .3s ease-in-out;/* background-color: #f1faff; */ }
.faqAccordion ul p.inner-faq.show { border-bottom: 1px solid #ff60005e; padding: 0 0 15px 0; }
.faqAccordion .inner-faq a { font-weight: 600; color: #000; transition: all .3s ease-in-out; }
.faqAccordion .inner-faq a:hover { color: #ff6000; transition: all .3s ease-in-out; }
.faqAccordion ul .toggle-faq:before { content: '+'; font-weight: 500; font-size: 24px; height: 30px; width: 30px; background-color: #13489f; position: absolute; right: 0px; top: 20%; border-radius: 100%; color: #fff; text-align: center; transition: all 0.3s ease-in-out; line-height: 30px; }
.faqAccordion ul .toggle-faq.active:before { content: '-'; background-color: #ff6000; font-size: 26px; line-height: 28px; }
span.pSpace { display: block; height: 15px; font-size: 0; }

/**/
.tabingSection { clear: both; padding: 70px 0; }
.tabPackage-content,
.tab-content,
.tab-image,
.tabNew-content { display: none; }
.active { display: block; }
h4.title_block { font-size: 34px; line-height: 44px; }
ul#TypeTabUL li { width: 260px; height: 62px; background: #EDF8FF; border: 1px solid #00B2FF; border-radius: 3px; font-weight: 600; font-size: 18px; line-height: 46px; letter-spacing: -0.035em; color: #000000; margin: 20px 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.TypeTabULWrap { display: flex; align-items: center; justify-content: center; }
ul#TypeTabUL li.active { background: #FFF6F0 !important; border: 1px solid #FF6000; }
.tabingFooter { text-align: center; padding: 30px 0 0; }
.tabingFooter h5 { font-weight: 600; font-size: 22px; line-height: 46px; letter-spacing: -0.035em; color: #000000; display: block; }
.tabingFooter .chatlink { font-weight: 600; font-size: 22px; line-height: 46px; letter-spacing: -0.035em; color: #ff6000; display: inline-block; margin: 0 5px; text-decoration: underline; transition: 0.3s ease-in-out; }
.tabingFooter p { font-weight: 400; font-size: 20px; line-height: 46px; letter-spacing: -0.035em; color: #000000; margin: 0; display: inline-block; }
.tabingFooter .chatlink:hover { color: #000; transition: 0.3s ease-in-out; }
.MainTabsContWrap { padding: 0px;  }

/**/
.stepSliderSection { padding: 75px 0 30px 0 }
.stepSliderSection #hit-slidenav { width: 100%; float: left }
.stepSliderSection .howitwork-carousel .hiw-content .iconWrap { padding-top: 40px }
.stepSliderSection #hit-slidenav ul { margin: 0; padding: 0; list-style: none; display: flex; justify-content: center; position: relative }
.stepSliderSection #hit-slidenav ul li { margin: 30px 0 30px 0; padding: 3px 30px; text-align: center }
.stepSliderSection #hit-slidenav ul::after { content: ""; height: 0; width: 40%; border: dashed 1px #d4d4d4; position: absolute; top: 70px; z-index: -1 }
.stepSliderSection #hit-slidenav ul li a { transition: 0.3s all ease-in-out; background: #e1e1e1; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; display: inline-block; text-align: center; width: 84px; height: 85px; display: flex; align-items: center; justify-content: center; position: relative }
.stepSliderSection #hit-slidenav ul li a:hover,
.stepSliderSection #hit-slidenav ul li a.hiw-active { background: #ff6000; box-shadow: 0 0 20px 4px #e1e1e1 }
.stepSliderSection #hit-slidenav ul li a:hover img,
.stepSliderSection #hit-slidenav ul li a.hiw-active img { filter: invert(100%) }
.stepSliderSection #hit-slidenav ul li a span { position: absolute; color: #fff; background: #0f4596; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; font-size: 11px; font-weight: 600; height: 22px; width: 22px; display: flex; align-items: center; justify-content: center; top: 3px; border: 2px solid #fff; left: 0 }
.stepSliderSection #hiw-sliderblock { width: 100%; float: left; }
.stepSliderSection .owl-carousel .owl-item .item { padding: 0 }
.stepSliderSection .owl-carousel .owl-item img { width: auto }
.stepSliderSection .howitwork-carousel .hiw-img { float: left; width: 45%; padding: 20px; box-sizing: border-box; text-align: center }
.stepSliderSection .howitwork-carousel .hiw-img img { width: auto }
.stepSliderSection .howitwork-carousel .hiw-content { float: left; width: 55%; padding: 20px; box-sizing: border-box }
.stepSliderSection .howitwork-carousel img { display: block; margin-bottom: 15px }
.stepSliderSection .howitwork-carousel .owl-dots { float: none; margin: 0; position: relative; z-index: 1; top: -35px; right: 10%; text-align: right }
.hiw-content .title_block { font-size: 30px }
.stepSliderSection .howitwork-carousel .hiw-content h4.title_block span { display: none }
.stepSliderSection #hit-slidenav ul li a img { filter: brightness(0); transition: 0.3s all ease-in-out; }
.stepSliderSection #hit-slidenav ul li a:hover img,
.stepSliderSection #hit-slidenav ul li a.hiw-active img { filter: brightness(0) invert(1); transition: 0.3s all ease-in-out; }
.owl-dots .owl-dot { width: 60px; height: 6px; background: #d0d0d0; display: inline-block; margin: 0 5px 0 5px; cursor: pointer }
.owl-dots .owl-dot.active { background: #ff6000 }

/**/
.cta-mainWrap h2.title_block { font-size: 40px; }

/*page Book Marketing*/
.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-content { padding-left: 70px; width: 45%; }
.bookMarketingPage .stepSliderSection .hiw-content .title_block:after { display: none; }
.bookMarketingPage .stepSliderSection .hiw-content .title_block { margin-bottom: 15px; line-height: 34px; }
.bookMarketingPage .stepSliderSection .hiw-content p { margin-bottom: 10px; }
.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-content h4.title_block span { display: block; font-size: 38px; font-weight: 600; color: #f66000; position: absolute; margin: -2px 0px 0px -65px; }
.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-content .iconWrap { display: none; }
.bookMarketingPage .stepSliderSection #hit-slidenav ul::after { width: 30%; }
.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-img { width: 55%; }
.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-img img { max-height: 340px; margin: 0 auto; }

/**/
.bookMarketingPage #packageSec { clear: both; padding-top: 70px; }
.bookMarketingPage .tabingSection { text-align: center; padding: 70px 0 0 }
.bookMarketingPage ul#TypeTabUL { display: flex; align-items: center; justify-content: space-between; }
.bookMarketingPage ul#TypeTabUL li { margin: 0 5px; }
.bookMarketingPage .tabNew-content .leftside { text-align: left; }
.bookMarketingPage .tabNew-content .leftside .title_block span { display: block; }
.bookMarketingPage { }
.bookMarketingPage .camp-Backed ul { max-width: 100%; text-align: center; }
.bookMarketingPage .camp-Backed ul li { width: 22%; position: relative; }
.bookMarketingPage .camp-Backed { padding: 0 0 70px; }

/**/
.succesStoriesSection { position: relative; clear: both; padding: 70px 0; background: #E9F7FF; }
.succesStoriesSection .titleWrap { margin-bottom: 60px; }
.succesStoriesSection .boxStyle { position: relative; background: #fff; box-shadow: 0px 4px 18px -9px rgba(0, 0, 0, 0.25); border-radius: 16px; text-align: center; padding: 20px 30px; }
.succesStoriesSection .successStoryReview { margin: 0 0 30px; }
.succesStoriesSection .successStoryReview p { font-style: italic; font-size: 14px; line-height: 145.4%; color: #575757; }
.succesStoriesSection .successStoryReview h6 { font-size: 18px; font-weight: 700; color: #575757; }
.succesStoriesSection h3 { font-weight: 600; font-size: 30px; text-align: center; letter-spacing: -0.035em; color: #FF6000; padding: 0 0 20px; }
.succesStoriesSection ul.socialMediaPresenceIcons { display: flex; flex-direction: column; justify-content: space-between; width: 70px; float: left; grid-gap: 25px; }
.smpSlider-2 .item { height: 300px; }
.smpSlider-2 .item img { height: 100%; width: 100%; object-fit: cover; object-position: bottom; }

/* the slides */
.smpSlider-2 .slick-slide { margin: 0 10px; }
.successStorySlider .slick-slide { margin: 0 5px; }

/* the parent */
.smpSlider-2 .slick-list,
.successStorySlider { margin: 0 -10px; }
.bookCover { display: flex; align-items: center; }
.publishingRow { margin: 30px 0 0; }
.obpSlider .item img { margin: 0 auto; }
.obpSlider .listing-img {/*height: 210px;*/margin: 10px 0;/*width: 350px;*/    /*border: 1px solid;*/ }
.dsk2slid img {/*height: 300px;*//*width: 300px;*//*border: 1px solid;*/ }
.inSlideBrandLogo { height: 35px; display: flex; align-items: center; }
.listing-img.two { width: auto; height: 155px; }
.obpSlider .listing-img {/*height: 175px;*//*margin: 0 10px 10px;*/ }
.obpSlider .listing-img img {/*width: 100%;*//*height: 100%;*//*object-fit: contain;*/ }
.drop-shadow { filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25)); }

/*SLIDE 2 */
.author-engagement.boxStyle h3 { font-size: 26px; }

/*.smpSlider-1 .item {display: flex;flex-direction: column;align-items: center; grid-gap: 10px;height: 335px;}*/
.author-engagement.boxStyle { height: 100%; }
.hide-desktop { display: none; }

/**/
.brwonReviwBox { padding: 0 !important; font-size: 0; display: flex; }
.brwonReviwBox .left { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.brwonReviwBox .right { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.brwonReviwBox .left .head { display: flex; align-items: center; justify-content: center; text-align: center; background-color: #d77e32; border-radius: 16px 0 0 0; }
.brwonReviwBox .right .head { background-color: #098fa3; border-radius: 0 16px 0 0; position: relative; }
.brwonReviwBox .head { height: 34px; }
.brwonReviwBox .body { height: 110px !important; overflow: hidden; }
.brwonReviwBox .left .head img { margin: inherit; margin-left: 0%; }
.brwonReviwBox .left .head img:nth-last-child(1) { margin-left: 10%; }
.brwonReviwBox .head img { margin: 0 auto; }
.brwonReviwBox .body img { padding: 10px 0; margin: 0 auto; }
.brwonReviwBox .right .head:before { content: ''; background-color: #098fa3; clip-path: polygon(50% 0%, 50% 50%, 50% 100%, 0% 50%); height: 34px; width: 30px; position: absolute; left: -15px; }
.dsk2slid img.drop-shadow { margin: 0 auto !important; }
.row.row-one { min-height: 592px; }
.slick-arrow { position: absolute; top: 0; height: 60px; width: 60px; background-color: #ff6000; color: #fff; display: flex !important; align-items: center; justify-content: center; font-size: 24px !important; border-radius: 100%; z-index: 2; bottom: 0; margin: auto; cursor: pointer;/*border: 1px solid #0f4596;*/ }
.fa-chevron-right.slick-arrow { right: -70px; }
.fa-chevron-left.slick-arrow { left: -70px; }

/**/


.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	    justify-content: center;
}
.col-8 {
    -webkit-flex: 0 0 55.666667%;
    -ms-flex: 0 0 55.666667%;
    flex: 0 0 55.666667%;
    max-width: 55.666667%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.CreativeSec { background-image: url(/new-assets/images/book-publishing/layered-bg.jpg); padding: 0px 0 0; background-repeat: no-repeat; background-size: cover; background-position: 100%; font-size: 0; }
.CreativeSec.full-section .row {
    align-items: center;
}
.CreativeSec .imgWrap { position: relative; text-align: right; left: 0px; }
.CreativeSec .imgWrap img { max-width: fit-content; }
.CreativeSec h2 { font-weight: 600; font-size: 48px; line-height: 56px; color: #fff; padding-top: 0px; }
.CreativeSec p { color: #fff; font-size: 18px; margin: 25px 0 15px; }
.CreativeSec ul.halfCircle li { color: #fff; font-weight: 500; line-height: 22px; margin: 15px 0; font-size: 17px; }
.CreativeSec ul.halfCircle { padding: 0 25px; }
.CreativeSec ul.halfCircle li:before {     color: #153b8a;    border-color: #fff;    left: -25px;    background: white; }
.CreativeSec .btnNubWrap { font-size: 0; margin: 20px 0 0; }
.CreativeSec .btnNubWrap .hero-phone a { color: #fff; }
.CreativeSec .btnNubWrap .hero-phone a:hover { color: #ff6000; }
.CreativeSec .hero-livechat h5,
.CreativeSec .hero-livechat a:hover { color: #fff; }

/**/
.bookMarketingPage .cta-mainWrap { padding: 40px 0 0 0; font-size: 0; }
.bookMarketingPage .cta-mainWrap h2.title_block { padding-top: 20px; font-size: 44px; }
.bookMarketingPage .cta-mainWrap img { float: right; }
.pr-3 { padding-right: 3rem; }

/**/
.bookMarketingPage .packageWrap .bodyPack ul.featureUL { height: 380px; }
.bookMarketingPage .packageWrap .bodyPack { padding: 25px 25px 0; }

/**/
.bookMarketingPage  .featureWrapHero { max-width: 90%; }

/*page Book Marketing*/
.PersonalBrandPage .packageWrap .bodyPack p { margin: 10px 0; }
.PersonalBrandPage .packageWrap .bodyPack ul.featureUL { height: 340px; }
.PersonalBrandPage .tabingFooter h5 { display: block; }
.threeBYtwo.chooseSection .boxWrap { min-height: auto; margin: 15px 0; padding: 30px 24px; }
.threeBYtwo.chooseSection .boxWrap .imgWrap { height: 85px; width: 85px; margin: 0 auto; display: flex; align-items: center; justify-content: flex-end; }
.PersonalBrandPage .packagesSection { padding: 70px 0; }
.PersonalBrandPage .MainTabsContWrap { padding-right: 60px; }
.popularBar { display: flex; align-items: center; justify-content: center; height: 30px; background-color: #ff6000; font-size: 0; line-height: 0; }
.popularBar h6 { font-weight: 700; font-size: 18px; text-align: center; text-transform: uppercase; color: #FFFFFF; line-height: 22px; margin: 0 5px; }

/**/
.darkCTA-bg.cta-mainWrap { background-color: #104595; }
.darkCTA-bg .title_block { color: #fff; }
.darkCTA-bg p { color: #fff; }
.darkCTA-bg .btnNubWrap .hero-phone a { color: #fff; }
.darkCTA-bg .hero-livechat h5 { color: #fff; }

/*WebHostingPage*/
.WebHostingPage .packageWrap .bodyPack ul.featureUL { height: 390px; }

/*WebMaintenancePage*/
.WebMaintenancePage .threeBYtwo.chooseSection .boxWrap { min-height: 320px; }
.WebMaintenancePage .packageWrap .bodyPack .priceWrap .uper img { top: -35px; }
.packageWrap .bodyPack .priceWrap h4 span.sub { font-size: 32px; }
.packageWrap .bodyPack .priceWrap .uper { position: relative; display: flex; align-items: center; justify-content: center; padding: 20px 0 10px; }
.packageWrap .bodyPack .priceWrap .uper h6.beforePrice { font-weight: 500; font-size: 14px; letter-spacing: -0.01em; text-decoration-line: line-through; color: #000000; position: relative; top: -10px; }
.packageWrap .bodyPack .priceWrap .uper img { position: relative; top: -20px; }
.packageWrap .bodyPack .priceWrap .down p { margin: 0; font-size: 15px; line-height: 15px; text-align: center; letter-spacing: 0.07em; color: #5A5A5A; }
.packageWrap .bodyPack .priceWrap .down h5 { font-size: 24px; line-height: 24px; text-align: center; letter-spacing: 0.07em; color: #5A5A5A; font-weight: 500; }
.WebMaintenancePage .packageWrap .bodyPack { padding: 0 23px; }
.WebMaintenancePage .packageWrap .bodyPack ul.featureUL { height: auto; }
.WebMaintenancePage .packageWrap .bodyPack p { margin-bottom: 0; }
.WebMaintenancePage .MainTabsContWrap { padding: 0; }

/**/
li.tabPackage-link span { position: relative; width: 30px; height: 30px; display: inline-block; font-size: 12px; z-index: 1; font-weight: 700; text-align: center; right: -10px; line-height: 14px; color: #fff; }
li.tabPackage-link span:before { content: ''; clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%); position: absolute; right: -4.5px; height: 40px; width: 40px; background-color: #ff6000; top: -6px; z-index: -1; }
li.tabPackage-link.active span { color: #ff6000; }
li.tabPackage-link.active span:before { background-color: #fff; }
.WebMaintenancePage #packageSec ul#mainTabs li { height: 50px; display: flex; align-items: center; justify-content: center; }
.offPriceBar h5 { font-weight: 700; font-size: 16px; line-height: 20px; text-align: center; letter-spacing: -0.025em; color: #fff; padding: 12px 50px; width: 600px; margin: 0 auto; background-color: #ff6000; }
.offPriceBar { font-size: 0; margin-top: 0px; }
.pb-50 { padding-bottom: 50px !important; }
.pt-94 { padding-top: 94px !important }

/**/
.flipcard { text-align: center; transition: all .4s ease-In-Out; position: relative; font-size: 0; width: 330px; margin: 15px; }
.flipcard .front { display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; min-height: 240px; padding: 30px 24px; text-align: center; background: #FFFFFF; box-shadow: 0px 0px 80px rgb(0 0 0 / 8%); border-radius: 5px; }
.flipcard img { margin-bottom: 10px; }
.flipcard h6 { transition: all .4s ease-In-out; font-weight: 600; font-size: 20px; line-height: 26px; letter-spacing: -0.035em; color: #000000; padding: 15px 0; }
.c-text { cursor: pointer; }
.flipcard h6:before { content: '\f178'; font-family: 'FontAwesome'; position: absolute; left: 120px; font-size: 24px; bottom: 40px; margin: auto; transition: all 0.3s ease-in-out; opacity: 0; }
.flipcard .back { background-color: #ff6000; padding: 15px; border-radius: 5px; position: absolute; top: 0; min-height: 240px; opacity: 0; visibility: hidden; transition: all .5s ease-In-out; transform: scale(0); display: flex; align-items: center; flex-direction: column; justify-content: space-around; }
.dismissz { font-size: 14px; color: #fff; height: 20px; width: 20px; position: absolute; right: 5px; top: 5px; font-weight: 700; transition: all 0.3s ease-in-out; cursor: pointer; }
.flipcard p { font-size: 17px; font-weight: 400; line-height: 22px; padding: 0px; margin: 0px; color: #fff; }
.flipcard:hover h6 { color: #ff6000; transition: all .3s ease-In-out; }
.flipcard:hover h6:before { opacity: 1; transition: all 0.3s ease-in-out; left: 160px; }
.flipcard.active .back { visibility: visible; opacity: 1; transition: all .5s ease-In-out; transform: scale(1); }
.flipcardWrap { display: flex; flex-wrap: wrap; justify-content: center; }
.text-center { text-align: center; }

/**/

/*Google Ads Service page*/
.GoogleAdsPage { }
.GoogleAdsPage ul.halfCircle { padding-top: 10px }
.GoogleAdsPage .samplesSection ul { padding-top: 30px; }
.GoogleAdsPage .samplesSection { padding: 70px 0 0 0; }
.bulk-order { clear: both; text-align: center; }
.bulk-order .btnNubWrap { justify-content: center; }
.bulk-order .btnNubWrap .hero-btn a { padding: 12px 20px; }

/**/
.GoogleAdsPage .tabingSection ul#TypeTabUL { display: flex; align-items: center; justify-content: center; }
.GoogleAdsPage ul#TypeTabUL li { min-width: 150px; padding: 0 13px 0 25px; font-size: 16px; letter-spacing: -0.035em; font-weight: 600; background: #F8FDFF; border-radius: 7px; height: 55px; width: auto; line-height: 22px; margin: 0 5px; position: relative; justify-content: flex-start; }
.commonSection { clear: both; text-align: center; padding-bottom: 70px; }
.commonSection ul { max-width: 75%; display: flex; align-items: center; justify-content: space-between; margin: auto; }
.GoogleAdsPage .col-6.pr-3 { padding: 0; }
.camp-Backed { clear: both; padding: 70px 0; }
.camp-Backed ul { margin: auto; max-width: 56%; font-size: 0; padding:0 ;}
.camp-Backed ul li { border: 1px solid #d7d7d7; display: inline-block; text-align: center; padding: 20px 0; width: 215px; }
.camp-Backed ul li h5 { font-weight: 600; font-size: 20px; line-height: 20px; text-align: center; letter-spacing: -0.035em; color: #000000; }
.camp-Backed ul li .icon-Wrap { height: 80px; width: 80px; display: flex; align-items: center; justify-content: center; text-align: center; margin: auto; }
.GoogleAdsPage .tabingFooter h5 { display: block; }
.b0 { border: 0px !important }
.bb0 { border-bottom: 0px !important }
.br0 { border-right: 0px !important }
.bl0 { border-left: 0px !important }
.bt0 { border-top: 0px !important }
.GoogleAdsPage .threeBYtwo.chooseSection .boxWrap { padding: 30px 40px; }
.GoogleAdsPage .chooseSection .boxWrap p { margin: 0; }

/**/
.GoogleAdsPage ul#TypeTabUL li:before { content: "\f00c"; font-family: "FontAwesome"; font-size: 9px; border: 1.5px solid #00B2FF; padding: 0; margin: 0; border-radius: 100%; height: 12px; width: 12px; position: absolute; display: flex; align-items: center; justify-content: center; color: #00B2FF; left: 7px; top: 0; bottom: 0; margin: auto; }
.GoogleAdsPage ul#TypeTabUL li.active:before { color: #FF6000; border: 1.5px solid #FF6000; }
.ResultDrivenSec { background-color: #f5f5f5; padding: 70px 0; }
.ResultDrivenSec .row { max-width: 100%; margin: 0px auto; padding-top: 25px; }
.ResultDrivenSec .row .col-2 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.ChunkboxWrap { font-size: 0; text-align: center; vertical-align: text-top; border-radius: 12px; transition: all .4s ease-In-Out; cursor: default; position: relative; padding: 0; }

/*.ChunkboxWrap span.nub {height: 25px;width: 26px;background-color: #0f4596;color: #fff;font-size: 12px;font-weight: 600;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin: 0 auto -11px;border: 2px solid #fff;z-index: 2;position: relative;}*/
.ChunkboxWrap .imgWrap { height: 110px; width: 110px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: #ff6000; margin: 0 auto; box-shadow: 0 0 20px 10px #e2e2e2; position: relative; z-index: 1; }

.ChunkboxWrap .contentWrap a { color: #fff; font-size: 18px; font-weight: 500; position: relative; width: max-content; display: block; margin: 30px auto 10px; transition: all 0.3s ease-in-out; }
.ChunkboxWrap .contentWrap p { font-size: 16px; min-height: 80px; line-height: 26px; margin: 15px 15px 0; font-weight: 500; }

.ChunkboxWrap.four:after,
.ChunkboxWrap.four:before { display: none; }

/**/
.GoogleAdsPage #packageSec .packageWrap .bodyPack ul.featureUL { height: 400px; }
.GoogleAdsPage #packageSec .MainTabsContWrap { padding: 0 0px; }
.GoogleAdsPage #packageSec ul#mainTabs { margin-bottom: 30px; }
.GoogleAdsPage .packageWrap .bodyPack { padding: 0 25px; }

/**/
.GoogleAdsPage .packageWrap .bodyPack .priceWrap h4 { display: flex; align-items: flex-end; justify-content: center; line-height: 44px; }
.GoogleAdsPage .packageWrap .bodyPack .priceWrap h4 span.sub { font-size: 26px; line-height: 36px; }
.GoogleAdsPage .bulk-order { background-color: #EDF9FF; padding: 60px 0; }
.GoogleAdsPage #packageSec ul#mainTabs li:nth-child(2) { border: 0 }
.GoogleAdsPage .MainTabsContWrap.v1 { padding: 30px 20px 0; }
.GoogleAdsPage .MainTabsContWrap.v1 h4.title_block span { display: block; }
.GoogleAdsPage .MainTabsContWrap.v1 .col-5 img { display: none; }
ul.featureUL.v2 { height: auto !important; }
h4.packUlSubHead { font-size: 20px; font-weight: 600; }
.packageWrap .PackBtnWrap h6 { font-weight: 100; font-size: 18px; text-align: center; color: #000000; padding-bottom: 15px; }
.packageWrap .bodyPack .priceWrap h5 { font-size: 16px; font-weight: 600; padding: 0px 0; }
.mm { margin: 25px 0 15px }
.GoogleAdsPage #packageSec .MainTabsContWrap p { text-align: center; }

/**/
.GoogleAdsPage .sub_h1 { font-weight: 700; font-size: 20px; color: #FF6000; padding-bottom: 15px; display: block; }
.GoogleAdsPage .HeroPricingWrap h3 span { font-size: 8px; font-weight: 900; position: absolute; top: -10px; width: max-content; }
.GoogleAdsPage .HeroPricingWrap h3 { position: relative; }
.GoogleAdsPage .HeroPricingWrap { padding-top: 15px; }

/**/

/*.switch {position: relative;display: inline-block;width: 70px;height: 34px;}
.switch input {opacity: 0;width: 0;height: 0;}
.cop_slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #E6E6E6;-webkit-transition: .4s;transition: .4s;}
.cop_slider.round {border-radius: 34px;}
.cop_slider:before {position: absolute;content: "";height: 26px;width: 26px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}
.cop_slider.round:before {border-radius: 50%;}
input:checked+.cop_slider {background-color: #7BA4E1;}
.medium.packageWrap input:checked+.cop_slider {background-color: #4080E1;}
.dark.packageWrap input:checked+.cop_slider {background-color: #0F4596;}
input:checked+.cop_slider:before {-webkit-transform: translateX(36px);-ms-transform: translateX(36px);transform: translateX(36px);}
.additionalBlock {display: flex;padding: 20px 0 0;max-width: 66%;margin: auto;}
.additionalBlock h5 {font-weight: 600;font-size: 14px;padding-left: 10px;color: #000000;}*/

/**/
.PresentationPage { }
.PresentationPage .bulk-order { background-color: #EDF9FF; padding: 60px 0; }
.PresentationPage .commonSection { padding: 70px 0 20px; }
.PresentationPage .MainTabsContWrap { padding: 20px 70px 0 20px }
.PresentationPage .tabingFooter h5 { display: block; }
.PresentationPage .chooseSection .boxWrap p { font-size: 16px; line-height: 26px; margin: 0; }
.PresentationPage .packageWrap .bodyPack p { padding: 0 5px; }
.PresentationPage #tabPackage01 ul.featureUL { height: auto; }
span.bullet {
    display: inline;
   padding-left: 20px; 
    position: relative;
    margin-right: 15px;
}
span.bullet:before { content: ''; position: absolute; background-color: #ff6000; height: 10px; width: 10px; left: 0; top: 0; bottom: 0; margin: auto; border-radius: 100%; }

/**/
.FB-AdsPage .bulk-order { background-color: #021F83; padding: 60px 0; }
.v1.tabingSection ul#TypeTabUL { display: flex; align-items: center; justify-content: center; }
.v1.tabingSection ul#TypeTabUL li { min-width: 150px; padding: 0 13px 0 25px; font-size: 16px; letter-spacing: -0.035em; font-weight: 600; background: #F8FDFF; border-radius: 7px; height: 55px; width: auto; line-height: 22px; margin: 0 5px; position: relative; justify-content: flex-start; }
.v1.tabingSection ul#TypeTabUL li:before { content: "\f00c"; font-family: "FontAwesome"; font-size: 9px; border: 1.5px solid #00B2FF; padding: 0; margin: 0; border-radius: 100%; height: 12px; width: 12px; position: absolute; display: flex; align-items: center; justify-content: center; color: #00B2FF; left: 7px; top: 0; bottom: 0; margin: auto; }
.v1.tabingSection ul#TypeTabUL li.active:before { color: #FF6000; border: 1.5px solid #FF6000; }
.FB-AdsPage .tabingFooter h5 { display: block; }
.tabUlWRap { display: flex; }
.tabingSection.v2 ul#TypeTabUL li { width: 180px; font-size: 16px; height: 55px; margin: 15px 7.5px; }
.ContentTab { margin: 10px 0 0 8px; }
.FB-AdsPage .packageWrap .bodyPack { padding: 0 15px; }
.FB-AdsPage .packageWrap .bodyPack ul.featureUL { height: 280px !important; }

.FB-AdsPage .samplesSection ul { justify-content: center; }
.FB-AdsPage .tabingSection.v1 .MainTabsContWrap { padding: 30px 20px 0; }
.FB-AdsPage .tabingSection.v1 .MainTabsContWrap h4.title_block span { display: block; }
.FB-AdsPage .tabingSection.v1 .MainTabsContWrap .col-5 img { display: none; }
.FB-AdsPage .tabingSection.v1 { padding-bottom: 0; }
.FB-AdsPage  .camp-Backed ul li.last { padding: 0; position: relative; top: -50px; }
.FB-AdsPage  .camp-Backed ul li.last h5 { height: 140px; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; }
.FB-AdsPage  .camp-Backed ul li.last h5 a { color: #ff6000; }

/**/
.FB-AdsPage  .camp-Backed ul li { position: relative; transition: all 0.3s ease-in-out; }
.camp-Backed ul li .backDta { position: absolute; bottom: 0; padding: 10px; padding-top: 25px; background-color: #fff; transition: all 0.3s ease-in-out; transform: scale(0); }
.camp-Backed ul li .backDta p { font-size: 14px; line-height: 20px; padding-top: 10px; margin: 0; }
.camp-Backed ul li:hover  .backDta,
.camp-Backed ul li .backDta.activeDta { bottom: inherit; top: 0; height: 140px; transition: all 0.3s ease-in-out; transform: scale(1); }
.moreSpan { position: relative; }
.moreSpan:before { content: 'More'; }
.moreSpan.lessText:before { content: 'Less'; }

/**/
.infu-AdsPage .samplesSection { padding-bottom: 0; }
.infu-AdsPage .commonSection { padding: 50px 0 0 0; }
.infu-AdsPage .commonSection ul { padding-top: 30px; }
.infu-AdsPage .MainTabsContWrap { padding: 20px 0 0 0; }
.infu-AdsPage ul#TypeTabUL li { margin: 16px 8px; }
/* ideo*/
.ideo-Page .tabingSection.v1 .MainTabsContWrap .col-5 img {
    display: none;
}


@media only screen and (max-width:1199px) {
	.succesStoriesSection ul.socialMediaPresenceIcons>li { width: 60%; }
	.smpSlider-1 .item { height: auto; padding: 0 0 10px; }
	.smpSlider-2 .item { height: 250px; }
}

@media only screen and (max-width:991px) {
	
	.footer-new-book.full-section .hero-btn a {
    font-size: 18px !important;
}
	.FB-AdsPage .packageWrap .bodyPack { padding: 0 5px; }
	.packageWrap {
    margin: 15px auto !important;
    width: 95%;
	box-shadow:none;
}
	.publishingRow .col-8,
	.publishingRow .col-4 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.smpSlider-2 .item { height: auto; }
	.publishingRow .col-8 { margin-bottom: 30px; }
	.bookMarketingPage .packageWrap .bodyPack { padding: 25px 15px 0; }
	.bookMarketingPage .MainTabsContWrap { padding-right: 0; }
.bookMarketingPage .featureWrapHero { max-width: 100%; }
.brwonReviwBox .left .head img:nth-last-child(1) { margin: 0; }
.brwonReviwBox .left .head img { max-width: 46%; }
.brwonReviwBox .head img { max-width: 75%; padding-top: 4px; }
}
@media only screen and (max-width:767px) {
	.slick-arrow { display: none !important; }
	.succesStoriesSection .titleWrap { margin-bottom: 40px; }
	.succesStoriesSection { padding: 40px 0; }
	.successStorySlider  .row-one { flex-direction: column-reverse; }
	.bookCover { justify-content: center; margin: 0 0 30px; }

	/*.successStorySlider .hide-desktop {display: block;}*/
	.succesStoriesSection h3 { font-size: 24px; padding-bottom: 5px; }
	.succesStoriesSection ul.socialMediaPresenceIcons { float: unset; width: 100%; flex-direction: row; margin: 15px 0; }
	.publishingRow { justify-content: center; }
	ul.slick-dots { display: flex !important; justify-content: center; grid-gap: 8px; margin: 10px 0 0; }
	ul.slick-dots button { display: none; }
	ul.slick-dots li { width: 10px; height: 10px; background: #D9D9D9; border-radius: 50%; }
	ul.slick-dots li.slick-active { background: #FF6000; }

	/*SLIDE 2 */
	.obpSlider .listing-img { height: auto; }
	.obpSlider .item img { margin: auto; }
	.obpSlider .listing-img img { width: auto; height: auto; object-fit: initial; }
	.brwonReviwBox { display: block; }
	.brwonReviwBox .left,
	.brwonReviwBox .right { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.brwonReviwBox .left .head { border-radius: 16px 16px 0 0; }
	.brwonReviwBox .right .head { border-radius: 0 0 0 0; }
	.brwonReviwBox .right .head:before { display: none; }
}
@media(max-width:1299px) {
	.bookMarketingPage .slick-arrow { bottom: -80px; top: inherit; right: 0; left: 0 !important; }
	.bookMarketingPage .fa-chevron-right.slick-arrow { right: -140px; }
	.bookMarketingPage .succesStoriesSection { padding-bottom: 100px; }
}
@media(max-width:1199px) {
	.cta-mainWrap h2.title_block { font-size: 30px; line-height: 40px; }
	.cta-mainWrap .btnNubWrap .hero-btn a { font-size: 18px; padding: 12px 24px; }
	ul#TypeTabUL li { width: auto; min-width: 210px; padding: 15px; font-size: 16px; height: auto; display: block; text-align: center; line-height: 26px; }
	.MainTabsContWrap { padding: 20px 50px 0 0; }
	.chooseSection .boxWrap { padding: 20px 10px; min-height: 400px; }
	.chooseSection .boxWrap h4 { font-size: 20px; }
	.chooseSection .boxWrap p { font-size: 16px; margin: 0; }
	.packageWrap .bodyPack { padding: 0 14px; }
	.packageWrap .bodyPack p { font-size: 15px; font-weight: 500; }
	.packageWrap .bodyPack ul.featureUL li:before { font-size: 10px; }

	/*Responsive Book Marketing page*/
	.CreativeSec .imgWrap { left: -110px; opacity: 0.3; }
	.CreativeSec { padding: 0; }
	.bookMarketingPage ul#TypeTabUL { flex-wrap: wrap; justify-content: center; max-width: 80%; margin: 0 auto; }
	.bookMarketingPage ul#TypeTabUL li { margin: 5px; }
	.bookMarketingPage .cta-mainWrap h2.title_block { font-size: 36px; line-height: 38px; }

	/*Responsive Book Marketing page*/
	.WebHostingPage .threeBYtwo.chooseSection .boxWrap { padding: 20px 15px; }

	/*Google*/
	h4.packUlSubHead { font-size: 18px; }
	.GoogleAdsPage ul#TypeTabUL li { display: flex; align-items: center; justify-content: flex-start; text-align: left; padding-left: 30px; font-size: 14px; line-height: 20px; height: 50px; }
	.camp-Backed ul { max-width: 68%; }
	.GoogleAdsPage .threeBYtwo.chooseSection .boxWrap { padding: 20px; }
	.ResultDrivenSec .row { max-width: 100%; }
	.ResultDrivenSec .row .col-2 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
}
@media(max-width:991px) {
	.btnNubWrap .hero-phone {
    margin-left: 20px;
    margin-top: 20px;
}
.owl-dots {
    right: 0;
    left: 0;
    margin: 20px auto 0;
    text-align: center;
}
	.section-1 .container .midContent p {     
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: center;}
	.section-1 .container h1 { font-size: 34px; line-height: 38px; }
	.packageWrap .bodyPack ul.featureUL li { font-size: 14px; padding-left: 23px; }
	.mCSB_inside>.mCSB_container { margin-right: 15px; }
	.packageWrap .headPack h3 { font-size: 20px; }
	.packageWrap .bodyPack .priceWrap h4 { font-size: 50px; }
	.packageWrap .bodyPack ul.featureUL { height: 290px; }
	.col-6.none-991 { display: none; }
	.cta-mainWrap .col-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
	.cta-mainWrap .row { justify-content: center; text-align: center; }
	.cta-mainWrap .btnNubWrap { justify-content: center; }
	.tabingSection .col-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 80%; -ms-flex: 0 0 90%; flex: 0 0 80%; max-width: 80%; }
	.tabingSection .row { justify-content: center; text-align: center; }
	.chooseSection .col-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
	.chooseSection .boxWrap { margin: 15px 0; height: auto; min-height: auto; }

	/*Responsive Book Marketing page*/
	.CreativeSec { background-image: url(/new-assets/images/book-publishing/talk-bg.jpg);  }
	.CreativeSec .col-4 { display: none; }
	.CreativeSec .col-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.CreativeSec h2 { padding: 0; font-size: 28px; line-height: 38px; }
	.CreativeSec { padding: 30px 8px; }
	.CreativeSec p { font-size: 16px; line-height: 26px; margin: 15px 0; }
	.bookMarketingPage ul#TypeTabUL { max-width: 90%; }
	.bookMarketingPage .tabNew-content .leftside { text-align: center; }
	.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-img { width: 45%; }
	.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-content { width: 55%; padding: 0; }
	.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-content h4.title_block span { position: relative; display: block; margin: 0; }
	.bookMarketingPage .cta-mainWrap { padding: 30px 0; }

	/*Responsive Book Marketing page*/

	/*Responsive PersonalBrandPage */
	.PersonalBrandPage .MainTabsContWrap { padding: 0; }
	.PersonalBrandPage .tabingFooter { padding: 0; }
	.PersonalBrandPage .featureWrapHero,
	.WebHostingPage .featureWrapHero,
	.WebMaintenancePage .featureWrapHero { display: flex; }

	.threeBYtwo.chooseSection .boxWrap { padding: 20px 10px; }
	.PersonalBrandPage .chooseSection .boxWrap p { font-size: 15px; }

	/*Responsive PersonalBrandPage */
	.HeroPricingWrap h4 span { font-size: 18px; display: inline-flex; }
	.WebHostingPage .packagesSection .col-4,
	.WebHostingPage .chooseSection .col-4,
	.WebHostingPage .chooseSection .row { justify-content: center; }

	/**/
	.WebMaintenancePage  .chooseSection .col-4 { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; }
	.WebMaintenancePage .packageWrap .bodyPack { padding: 0 10px; }
	.WebMaintenancePage .packageWrap .bodyPack p { font-size: 14px; }
	.WebMaintenancePage .packageWrap .bodyPack .priceWrap h4 span.sub { font-size: 24px; }
	.WebMaintenancePage .packageWrap .bodyPack .priceWrap h4 { font-size: 32px; }
	.WebMaintenancePage .chooseSection .row { justify-content: center; }
	.WebMaintenancePage .threeBYtwo.chooseSection .boxWrap { min-height: 272px; }

	/**/
	h4.packUlSubHead { font-size: 16px; }
	.GoogleAdsPage .packageWrap .bodyPack { padding: 0 15px; }
	.packageWrap .PackBtnWrap h6 { font-size: 14px; }
	.GoogleAdsPage .tabingSection ul#TypeTabUL { flex-wrap: wrap; }
	.GoogleAdsPage ul#TypeTabUL li { min-width: 200px; margin: 5px; }
	.GoogleAdsPage .MainTabsContWrap.v1 .col-5 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.GoogleAdsPage .MainTabsContWrap.v1 .col-7 { display: none; }
	.GoogleAdsPage .MainTabsContWrap.v1 .col-5 img { display: block; max-width: 75%; margin: 20px auto; }
	.camp-Backed ul { max-width: 88%; margin: 0 auto; }
	.chooseSection .col-4 { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
	.GoogleAdsPage .threeBYtwo.chooseSection .boxWrap { padding: 20px 40px; }
	.ChunkboxWrap:after { width: 60px; right: -30px; }
	.ChunkboxWrap:before { right: -50px; }
	.ChunkboxWrap .contentWrap p { margin: 15px 0 0 0; font-size: 14px; line-height: 20px; }
}
@media (max-width:767px) {
	.owl-dots {
    right: 0;
    left: 0;
    margin: 20px auto 0;
    text-align: center;
}
	.fbreview { top: inherit; left: 0; }
	.samplesSection ul { flex-wrap: wrap; }
	.samplesSection ul li a img { border-radius: 4px; }
	.samplesSection ul li { max-width: 150px; margin: 10px; }
	.tabingFooter p { font-size: 18px; line-height: 24px; }
	.tabingFooter .chatlink { font-size: 20px; line-height: 26px; }
	.samplesSection { padding: 20px 0; }
	.packageWrap { margin: 15px 0; }
	.packageWrap .bodyPack ul.featureUL { height: auto; }
	.cta-mainWrap .col-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.TypeTabULWrap { }
	ul#TypeTabUL li { height: auto; width: 50%; padding: 15px 10px; font-size: 15px; line-height: 24px; display: inherit; margin: 2px; min-width: 180px; }
	.tabingSection .row { display: block; }
	.tabingSection .col-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.MainTabsContWrap { padding: 20px 0 0 0; }
	.chooseSection .col-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	div#hit-slidenav { display: none; }
	.stepSliderSection .howitwork-carousel .hiw-content { width: 100%; text-align: center; }
	.stepSliderSection .howitwork-carousel .hiw-img { display: none; }
	.stepSliderSection .howitwork-carousel .hiw-content .iconWrap { padding: 0; margin: 0 auto; text-align: center; }
	.stepSliderSection .howitwork-carousel .hiw-content .iconWrap img { margin: 0 auto 10px; }
	.hiw-content .title_block { font-size: 24px; }
	.owl-dots .owl-dot {     width: 10px;
    height: 10px;
    border-radius: 100%;}
	.owl-dots { right: 0; left: 0; margin:20px  auto 0; text-align: center; }
	.faqAccordion ul { max-width: 100%; }
	.faqAccordion ul .toggle-faq { font-size: 16px; padding-right: 30px; }
	.bannerGetForm { width: 100%; }
	h4.title_block { font-weight: 600; font-size: 20px !important; line-height: 46px; letter-spacing: -0.035em; }
	h4.title_block:after { bottom: -5px; }
	.tabingFooter h5 { font-size: 16px; display: block; }
	.tabingFooter p,
	.tabingFooter .chatlink { font-size: 16px; display: initial; }
	ul.featureUL { height: auto !important; }

	/*Responsive Book Marketing page*/
	.client-carousel .owl-item img { width: auto !important; margin: 0 auto; }
	.bookMarketingPage ul#TypeTabUL { max-width: 100%; }
	.bookMarketingPage ul#TypeTabUL li { width: max-content; min-width: max-content; padding: 10px 5px; }
	.bookMarketingPage .stepSliderSection .howitwork-carousel .hiw-content { width: 100%; }
	.bookMarketingPage .stepSliderSection .howitwork-carousel .owl-dots { top: 0; text-align: center; }
	.col-6.pr-3 { padding-right: 0px; }
	.bookMarketingPage  .btnNubWrap .hero-phone { margin: 15px auto 0 }
	.bookMarketingPage  .hero-livechat h5 { padding: 0; }
	.clientReviewBox h4 { font-size: 17px; margin: 0 0 15px 0; }
	.clientReviewBox p { font-size: 16px; }
	.clientReviewBox { padding-bottom: 80px; }
	.CreativeSec { text-align: center; }

	/*Responsive Book Marketing page*/

	/*Responsive PersonalBrandPage */
	.PersonalBrandPage .featureWrapHero,
	.WebHostingPage .featureWrapHero,
	.WebMaintenancePage .featureWrapHero { display: block; }
	.PersonalBrandPage .tabingSection .tabNew-content { padding-top: 20px; }

	/*Responsive PersonalBrandPage */
	.tabingSection,
	.PersonalBrandPage .packagesSection,
	.reviewSection.slider,
	.cta-mainWrap,
	.getReadyBannerSec,
	.faqAccordion { padding: 30px 0; }
	.faqAccordion ul .toggle-faq:before { width: 20px; height: 20px; font-size: 16px; line-height: 20px; }
	.faqAccordion ul .toggle-faq.active:before { font-size: 17px; line-height: 20px; }

	/**/
	.WebHostingPage .packagesSection .col-4,
	.WebHostingPage .chooseSection .col-4,
	.WebMaintenancePage  .chooseSection .col-4 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

	/**/
	.WebMaintenancePage #packageSec ul#mainTabs { width: 100%; }
	.WebMaintenancePage #packageSec ul#mainTabs li { width: 33.3%; padding: 0 14px; }
	.WebMaintenancePage .offPriceBar h5 { width: 100%; padding: 12px 0; font-size: 14px; }

	/**/
	.samplesSection ul li { max-width: 100%; }
	.GoogleAdsPage #packageSec ul#mainTabs { display: block; }
	.GoogleAdsPage #packageSec ul#mainTabs li { border-radius: 0 !important; border: 0 !important; }
	.GoogleAdsPage ul#TypeTabUL li { min-width: auto; max-width: initial; padding: 0 5px; font-size: 12px; height: 40px; margin: 2px; }
	.GoogleAdsPage ul#TypeTabUL li:before { display: none; }
	h4.title_block { line-height: 28px; }
	.commonSection ul { max-width: 100%; }
	.commonSection { padding-bottom: 20px; }
	.GoogleAdsPage .col-6.pr-3 { padding: 0 15px; }
	.camp-Backed ul { max-width: 100%; }
	.camp-Backed ul li { border: 1px solid #d7d7d7 !important; width: 100%; }
	.GoogleAdsPage .tabingFooter h5 { line-height: 20px; font-size: 15px; }
	.chooseSection .col-4 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.GoogleAdsPage .threeBYtwo.chooseSection .boxWrap { padding: 15px; margin: 7px 0; }
	.GoogleAdsPage .commonSection ul { flex-wrap: wrap; justify-content: center; }
	.GoogleAdsPage .commonSection ul li { margin: 10px; box-shadow: 0 0 9px 0px #bed0d99e; height: 60px; width: 120px; display: flex; align-items: center; justify-content: center; padding: 15px; }
	.ResultDrivenSec .row .col-2 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
	.ChunkboxWrap:before { right: 0; bottom: -20px; top: inherit; transform: rotate(90deg); left: 0; }
	.ChunkboxWrap { margin-bottom: 40px; }
	.ChunkboxWrap:after { right: 0; left: 0; margin: auto; bottom: -100px; width: 3px; height: 40px; }
	.ChunkboxWrap .contentWrap p { max-width: 80%; margin: 15px auto 0; }
	.ResultDrivenSec { padding: 30px 0 0; }
	.ChunkboxWrap.four { margin: 0; }
	
	.col-4 {
    max-width: 100%;
    padding: 0px;
    flex: 0;
    width: 100%;
}
.section-1 .container .hero-phone {
    font-size: 20px;
    line-height: 32px;
    font-size: 20px;
    line-height: 32px;
    max-width: 240px;
    width: 100%;
    display: block;
    background-position: 0 0px;
    margin: 15px auto 0;
}
.logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    margin-top: 10px !important;
    margin-bottom: 20px;
}
.packageWrap .bodyPack ul.featureUL li img {
    cursor: pointer;
    width: auto;
}
.ChunkboxWrap {
    margin-bottom: 0;
}

.row {width: 100%;padding: 0;margin: 0;display: block;}
}
@media (max-width:374px) {
	ul#TypeTabUL li { font-size: 12px; font-weight: 700; padding: 15px; width: max-content; min-width: 155px; }
	.PersonalBrandPage  ul#TypeTabUL li { padding: 12px; }
.btnNubWrap.mob a {
   padding: 8px 10px !important;
}

.section-1 .container .hero-btn a {
    padding: 10px 8px;
    font-size: 12px !important;
    margin-bottom: 10px;
    line-height: 2;
}
.HeroPricingWrap h3 {
    font-size: 18px;
}
}
@media (max-width:280px) {
.section-1 .container .hero-btn a {
   
    font-size: 14px; !important}
    
    ul.halfCircle {
    padding-left: 0px;
    }
    .HeroPricingWrap h3 {
    font-size: 15px;
}
div#myFormBanner h3 {
    font-size: 27px;
    line-height: 34px;}
}

p.form-note {
    font-size: 14px !important;
    font-style: italic;
    font-weight: 500;
    line-height: 16px !important;
    letter-spacing: -0.035em;
    text-align: center;
	margin-top: 15px !important;
}


p.form-note span {
  font-family: Montserrat;
font-size: 14px !important;
font-style: italic;
font-weight: 600 !important;
line-height: 16px !important;
letter-spacing: -0.035em;
text-align: center;
    color:#FF6000;
}

.marketing-sec {
    padding: 70px 0;
    background-color: #fff;
}

.digi-new-form-section {
    padding: 50px 0;
    background: #0a247a;
}

.digi-new-form-section p {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    color: #fff;
}
.ul-style-2 {

    position: relative;
}
.ul-style-2 li {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.ul-style-2 li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    background-image: url(/new-assets/images/digital-marketing-v3/check-icon-orange.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.digi-new-form-section .col-5 img {
    display: block;
    margin: 0 auto;
}
.digi-new-form-section .col-5 {
    height: 100%;
    padding-left: 50px;
}



.mar-card img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;
    padding-bottom: 0;
}
.mar-card .card-inner {
    margin: 0 auto !important;
}
.mar-card .card-inner-v2 {
    display: flex;
    padding: 20px 0px !important;
	justify-content:center;
}
.mar-card .mar-card-btn {
    display: block;
    width: 95%;
    border-radius: 5px;
    color: #fff;
    background-color: #ff6000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
}

.data-driven-section{
    padding: 60px 0;
}

.data-driven-section p{
    text-align: center;
}

.data-lists{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.data-lists .data-circle{
    width: 150px;
    height: 150px;
    border: 1px solid #FF6000;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.data-lists .data-circle span{
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #FF6000;
}
.data-lists .data-item p{
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}

.marketing-goals{
    padding: 60px 0;
}

.marketing-goals.mob-lay{
    margin-top: 40px;
}

.marketing-goal{
    padding: 30px 20px;
    box-shadow: 3px 5px 4px 3px #0000001A;
    border-radius: 20px;
    height: 100%;
    margin: 10px;
}

.marketing-goal img{
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.marketing-goal h3{
    font-family: "Montserrat";
font-size: 18px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;

}
.marketing-goal p{
    font-family: "Montserrat";
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: center;
height: 150px;
}

.marketing-goal h4{
    font-family: "Montserrat";
font-size: 18px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: center;
color: #FF6000;

}

.marketing-goal ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    background-image: url(/new-assets/images/digital-marketing-v3/check-icon-orange.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.marketing-goal ul li{
    font-family: "Montserrat";
font-size: 14px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
position: relative;
padding-left: 25px;
margin-bottom: 5px;

}

.marketing-goal-slider .owl-prev,
.marketing-goal-slider .owl-next{
    font-size: 0;
}

.marketing-goal-slider .owl-next:before, 
.marketing-goal-slider .owl-prev:before {
    position: absolute;
    top: 35%;
    width: 0;
    margin: auto;
    font-family: FontAwesome;
    font-size: 50px;
    height: 54px;
    color: #fff;
}

.marketing-goal-slider .owl-next:before {
    content: url(/new-assets/images/book-publishing/arrow-right.svg);
    right: 120px;
    z-index: 999999;
    width: 35px;
    height: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    top: 102%;
    line-height: 1.35;
}
.marketing-goal-slider .owl-prev:before {
    left: 120px;
    content: url(/new-assets/images/book-publishing/arrow-left.svg);
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    top: 102%;
    line-height: 1.35;
}


.consultaion-bottom-form {
    padding: 50px;
    background-color: #fff;
    border-radius: 11px;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}
.consultaion-bottom-form .form-field {
    width: 100%;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 10px 25px;
}
.consultaion-bottom-form .form-field img {
    margin-right: 15px;
}
.consultaion-bottom-form input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    height: 35px;
}

.consultaion-bottom-form .form-btn {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
}

.faq-item{
    margin-bottom: 20px;
}

.faq-item h3{
    font-family: "Montserrat";
font-size: 26px;
font-weight: 500;
line-height: 36px;
letter-spacing: -0.035em;
text-align: left;
cursor: pointer;
position: relative;

}

.faq-item h3:hover {
    color: #ff6000;
}

.faq-item h3.ui-state-active {
    color: #ff6000;
    font-weight: 500;
    background: 0;
    border: 0;
}

.faq-item .acc-panel p{
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-align: left;
    
}

.faq-item h3:after {
    color: #ff6000;
    content: "+";
    position: absolute;
    right: 15px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
}

.faq-item h3.ui-state-active:after {
    color: #000000;
    content: "-";
}


@media (max-width: 991px){

    .form-col button.form-btn {
        margin-top: 10px;
    }
    .digi-new-form-section .col-5 {
        padding-left: 0;
    }
    .digi-new-form-section .col-5 img {
        margin-top: 40px;
        margin-bottom: -40px;
    }
    .data-lists{
        grid-template-columns: repeat(3, 1fr);
    }
    .consultaion-bottom-form {
        max-width: 95%;
    }
    
}


@media (max-width: 767px){

    .ul-style-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-form {
        flex-direction: column;
    }
    .data-lists{
        grid-template-columns: repeat(2, 1fr);
    }
    .consultaion-bottom-form {
        max-width: 100%;
        padding: 30px 20px;
    }
    .faq-item h3{
        font-size: 22px;
        line-height: 29px;

    }
    .faq-item h3:after{
        top: 2px;
    }

}

@media (max-width: 576px){
.data-lists .data-circle {
    width: 110px;
    height: 110px;
}

.data-lists .data-circle span{
    font-size: 35px;
    line-height: 50px;
}

.data-lists .data-item p {
font-size: 16px;
font-weight: 500;
line-height: 21px;

}
.marketing-goal-slider .owl-next:before{
    right: 90px;
}
.marketing-goal-slider .owl-prev:before {
    left: 90px;
}
.consultaion-bottom-form .form-field img {
    margin-right: 10px;
}
.data-driven-section {
    padding: 40px;
}
.faq-item h3{
    padding-right: 20px;
}

}