/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* owl theme */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:3px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* ==========================================================================
Nice Selector
========================================================================== */
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#F5FAFF;color: var(--secondary);}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}


/* ==========================================================================
  Tab-Accordian
========================================================================== */
.resp-tabs-list li{font-weight:600;font-size:13px;display:inline-block;padding:13px 15px;margin:0 4px 0 0;list-style:none;cursor:pointer;float:left}.resp-tabs-container{padding:0;background-color:#fff;clear:left}h2.resp-accordion{cursor:pointer;position:relative;display:none;background-color:#daf1ff;font-size:16px;margin:0;padding:20px}.resp-tab-content{display:none;padding:15px}.resp-tab-active{border-bottom:0 solid #fff;margin-bottom:-1px;padding:12px 14px 14px;border-bottom:none;background-color:#fff}.resp-accordion-active,.resp-content-active,.resp-easy-accordion h2.resp-accordion,.resp-tab-content-active{display:block}h2.resp-tab-title:last-child{border-bottom:12px solid #c1c1c1}.resp-vtabs ul.resp-tabs-list{float:left;width:50%}.resp-vtabs .resp-tabs-list li{display:block;padding:15px;cursor:pointer;float:none}.resp-vtabs .resp-tabs-container{padding:0;background-color:#fff;float:left;width:50%;min-height:250px;border-radius:4px;clear:none}.resp-vtabs .resp-tab-content{border:none;word-wrap:break-word}.resp-vtabs li.resp-tab-active{position:relative;z-index:1;}.resp-arrow{width:10px;height:10px;border-bottom:2px solid #000;border-right:2px solid #000;transform:rotate(45deg);top:20px}h2.resp-tab-active span.resp-arrow{border:none;border-left:2px solid #000;border-top:2px solid #000;transform:rotate(45deg);top:26px}.resp-arrow,h2.resp-tab-active span.resp-arrow{position:absolute;right:20px}h2.resp-tab-active{background:#dbdbdb}.resp-easy-accordion .resp-tab-content{border:1px solid #c1c1c1}.resp-easy-accordion .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1}.resp-jfit{width:100%;margin:0}@media only screen and (max-width:991.8px){.resp-accordion-closed,ul.resp-tabs-list{display:none}h2.resp-accordion{display:block}.resp-vtabs .resp-tab-content{border:none}.resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:100px;clear:none}.resp-vtabs .resp-tab-content:last-child{border-bottom:none}}


/*==========================================================================*/
/* Icomoon Font icons start
/*==========================================================================*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot');
  src:  url('fonts/icomoon/icomoon.eot') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf') format('truetype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-roundarrow2:before {
  content: "\e905";
}
.icon-time:before {
  content: "\e90d";
}
.icon-document:before {
  content: "\e90e";
}
.icon-faq:before {
  content: "\e90f";
}
.icon-findanswer:before {
  content: "\e910";
}
.icon-livechat:before {
  content: "\e911";
}
.icon-phone:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-support:before {
  content: "\e914";
}
.icon-rating:before {
  content: "\e915";
}
.icon-roundarrow:before {
  content: "\e90c";
}
.icon-arrow-sm:before {
  content: "\e90a";
}
.icon-location:before {
  content: "\e90b";
}
.icon-envelope:before {
  content: "\e908";
}
.icon-tick-round:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-arrow:before {
  content: "\e906";
}



/*==========================================================================*/
/* Icomoon Font icons
/*==========================================================================*/

/* .tk-sofia-pro { font-family: "sofia-pro",sans-serif; }
.tk-sofia-pro-condensed { font-family: "sofia-pro-condensed",sans-serif; } */

:root {
  --primary: #1EC761;
  --primary_light:#E8FFF2;

  --secondary: #7C4FFF;
  --secondary_light:#B7D8FB;
  --secondary_dark:#1C006C;
  --secondary_text:#4D37B3;

  --color_light1:#D2C9ED;

  --black: #000;
  --white: #fff;

  --gray: #D2E3EB;
  --graylight: #EEF7FE;

  --text_color1:#263238;
  --text_color2:#455A64;
  --text_color3:#6D8598;
  
  --masterfont: "sofia-pro",sans-serif;
  --fontweight: 400;
  --icon_font: 'icomoon';
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--masterfont);
  font-weight: var(--fontweight);
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

::selection {
  background: var(--secondary);
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: var(--secondary);
  /* Firefox */
  color: #fff;
}


/* Remore Input Number Arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* Remore Input Number Arrows */
*{
  margin: 0;
  padding: 0;
  /* border: solid 1px red; */
}
a, a:hover { 
  color: var(--primary);
  transition: 0.3s ease-in;
}
a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
  text-decoration: none;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  color: var(--text_color1);
  font-weight: 700;
}
h1 {
  font-size: 75px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 32px;
}
figure {
  margin: 0;
  padding: 0;
}
p{
  color: var(--text_color2);
  font-size: 16px;
  margin: 0;
}
label{
  cursor: inherit;
}
.form-control, .form-control:focus{
  outline: none;
  border: none;
}
.form-control:focus{
  box-shadow: 0 0 0 2px rgba(124, 79, 255, 1);
}
.form-control::-webkit-input-placeholder {
  color:var(--black);
}
.form-control::-moz-placeholder {
 color:var(--black);
 opacity:  1;
}
.form-control::-ms-input-placeholder {
 color:var(--black);
}
.form-control::placeholder {
 color:var(--black);
}


/*=====================================
Commen tags styles End
======================================= */


/*Promo Design For banner*/
.promo_design_01{text-align: center; line-height: normal; max-width: 350px; width: 100%; margin: auto; margin-top: 30px;}
.promo_design_01 .promo-head{position: relative; z-index: 1; color: var(--white); width: 95%; height: 203px; margin: auto; margin-bottom: -100px; padding-top: 60px; text-align: center; background: url(../../images/sale_promo_header.svg) no-repeat; background-size: 100%;}
.promo_design_01 .promo-head span{color: var(--white); font-size: 24px; font-weight: 700; display: block;}
.promo_design_01 .promo-head h4{color: var(--white); font-size: 72px; font-weight: 900;}
.promo_design_01 .promo-cnt{padding: 90px 30px 60px 30px; margin-top: 20px; background-color: var(--white); border-radius: 23px;}
.promo_design_01 .promo-cnt .sp-price{font-size: 48px; font-weight: 700; color: var(--text_color1);}
.promo_design_01 .promo-cnt p{max-width: 175px; font-size: 20px; color: var(--text_color3); margin:auto; padding-top: 10px;}
.promo_design_01 .promo-code{width: 65%; margin: auto; margin-top: -40px; padding: 14px; background: #F0EBFF; color: #7C4FFF; border: 1px dashed #7C4FFF; box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.06); border-radius: 23px;}
.promo_design_01 .promo-code .code-label{font-size: 16px; line-height: 24px;}
.promo_design_01 .promo-code .code-text{font-size: 24px; font-weight: 700; text-transform: uppercase;}

/*Tick Listing*/
.roundtick-list li{padding-left: 30px; line-height:26px; position: relative;}
.roundtick-list li::before{content: "";  position: absolute; left: 0; top: 3px; width: 20px; height: 20px; background: url(../../images/tick_green.svg) no-repeat; background-size: contain; }
.roundtick-list.white-list li{color: var(--white);}

.roundtick-list.light-list li{color: var(--text_color3); font-weight: 700; margin-bottom: 10px;}
.roundtick-list.light-list li:last-child{margin-bottom: 0;}

/**/
.arrowlist2 > li{padding-left: 30px; position: relative; margin-bottom: 10px; line-height: 24px;}
.arrowlist2 > li:last-child{margin-bottom: 0;}
.arrowlist2 > li::before{content: "\e905"; font-family: var(--icon_font); font-weight: 700;  position: absolute; left: 0; top: 3px;}

.dotedlist{padding-left: 30px;}
.dotedlist > li{line-height:26px; position: relative; list-style: disc; line-height: 30px;}

/*For Placeholder*/
.form-control::placeholder{color: #8072BD;opacity: 1;}
.form-control:-ms-input-placeholder{color: #8072BD;}
.form-control::-ms-input-placeholder{color: #8072BD;}

/*Section BG and heading*/
.section-white{background-color: var(--white); padding: 70px 0;}
.section-gray{background-color: var(--graylight); padding: 70px 0;}
.section-heading h3{font-style: normal; font-weight: 700; font-size: 62px; margin: 0 0 15px 0;}
.section-heading p{color: var(--text_color3); line-height: normal; font-weight: 400; font-size: 18px;}
.section-heading h4{font-size: 50px; margin-bottom: 15px; color: var(--black);}


.nr-btn{text-decoration: none; display: inline-block; padding: 19px 35px; border-radius: 10px; font-size: 18px; border: none; text-align: center; font-weight: 600; }
.nr-btn:hover{color: var(--white); opacity: 0.8;}

.primary-solid {background-color: var(--primary); color: var(--white);}
.primary-solid:hover{background-color: var(--primary); color: var(--white);}
.primary-border{background: transparent; box-shadow: inset 0 0 0 2px var(--primary); color: var(--primary);}
.primary-border:hover{color: var(--primary);}

.secondary-solid {background-color: var(--secondary); color: var(--white);}
.secondary-solid:hover{background-color: var(--secondary); color: var(--white);}

.secondary-border{background: transparent; box-shadow: inset 0 0 0 1px var(--secondary); color: var(--secondary); padding-right: 30px;}
.secondary-border:hover{color: var(--white); background-color: var(--secondary); box-shadow: inset 0 0 0 1px var(--secondary);}

.nr-btn.btn-sm{padding: 8px 15px 12px 12px; font-size: 16px;}
.nr-btn.btn-md{padding: 14px 25px; font-size: 16px;}
.nr-btn.btn-xl{padding: 23px 28px; font-size: 20px;}
.nr-btn.with-ico span{margin-left: 15px; vertical-align: bottom}

/* ==========================================================================
Header
========================================================================== */

.main-nav.navbar{padding: 5px 0;}
.main-nav .navbar-collapse{justify-content: flex-end; align-items: center;}
.main-nav .navbar-nav{align-items: center; line-height: normal;}
.main-nav .nr-btn{display: block; min-width: 100px; margin-left: 10px;}
.main-nav .nav-link{color: var(--text_color1); font-weight: 700; padding: 12px !important;}
.main-nav .nav-link.active, .main-nav .nav-link:hover{color: var(--secondary_text);}
.main-banner .roundtick-list{display: flex; flex-wrap: wrap; gap:10px; margin-top: 50px; font-weight: 700;}
.main-banner .roundtick-list li{width: 49%; margin-bottom: 20px; font-size: 20px;}
.main-banner .roundtick-list li:last-child{margin-bottom: 0;}
.banner-action{margin-top: 50px; display: flex; gap: 15px; justify-content: center;}

.affiliate-program.center-banner .banner-text{max-width: 610px; margin: auto;}
.main-banner.affiliate-program{padding-bottom: 120px;}

.banner-search{max-width: 710px; margin: auto;}
.banner-search .nr-btn{border-top-left-radius:0; border-bottom-left-radius: 0; padding-left: 25px; padding-right: 25px;}

.main-header .navbar-toggler{border: none; padding: 10px; background-color: var(--primary);}
.main-header .navbar-toggler:focus{box-shadow: none;}
.main-header .navbar-toggler-icon{width: 24px; height: 24px; background: url(../../images/navicon-white.svg) no-repeat; background-size: 80%; background-position: center;}

.header-main {display: flex; justify-content: space-between; align-items: center;}
.logo {height: 65px; display: flex; position: relative; align-items: center; height: 100%;}
.logo > a {display: inline-block;}

.main-header {width: 100%; z-index: 1; top: 0; left: 0; padding: 0;}
.main-header.sticky-header{box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); position: fixed; width: 100%; line-height: 55px; padding: 0; top: 0; animation:slide-down 0.7s; z-index: 100;}
.main-header.sticky-header .mobile-menu a.menu-toggle{top: 5px;}
.main-header.sticky-header .logo img{height: 20px;}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/**********************************
Header Section
**********************************/
.main-header{background-color: var(--white); padding: 20px 0;}
.main-header .logo img{height: 45px;}
.main-menu ul li{display: inline-block; margin-right: 25px;}
.main-menu ul li:last-child{margin-right: 0;}
.main-menu ul li a{color: var(--text_color1); font-size: 18px; font-weight: 700; text-decoration: none;}

.make-bg{display: none;} /*set-as-bg*/
.main-banner{background-position:left; background-size:cover; background-repeat: no-repeat; padding-top:74px; padding-bottom: 74px;}
.main-banner h1{color: var(--white);}
.main-banner h6{color: #C1B4FF; font-size: 24px;}
.main-banner.landing-banner{min-height: 783px; padding-bottom: 130px;}
.landing-banner .banner-text{max-width: 900px; text-align: center; margin: auto;}
.landing-banner h6{font-weight: 700; margin-top: 30px;}
.pricing-banner .banner-text{padding-right: 100px;}
.pricing-banner h1{margin-bottom: 30px;}
.pricing-banner h6{font-weight: 400;}

.center-banner {text-align: center;}
.center-banner h1{margin-bottom: 15px;}
.center-banner h6{font-weight: 400;}
.center-banner .banner-text{max-width: 1070px; width: 100%; margin: auto;}
.center-banner .banner-action p{color: var(--white); margin: 0 0 15px 0; font-size: 20px; font-weight: 700;}

.servicebrief{background: #EEF7FE; position: relative; padding-bottom: 70px;}
.servicebrief-tile{max-width: 313px; width: 100%; margin-top: -400px; margin-left: auto; margin-right: auto; padding: 0; background: var(--white); border: 2px solid var(--white); box-shadow: 0px 15px 25px 10px rgba(0, 0, 0, 0.04); border-radius: 15px; transition: border 0.3s ease;}
.servicebrief-tile:hover{border-color: var(--secondary);}
.servicebrief-tile img{width: 145px; height: 95px; margin-bottom: 30px; object-fit: contain; object-position: center;}
.servicebrief-tile h6{font-size: 24px; color: var(--text_color1); text-align: center; margin-bottom: 15px;}
.servicebrief-tile h6 span{display: block;}
.servicebrief p{text-align: center;}
.servicebrief-tile .tile-body{padding: 45px 30px;}
.servicebrief-tile .tile-footer{margin: 0; text-align: center; padding: 50px 45px; background-color: #E6E1FD; border-radius: 0 0 15px 15px;}
.figure_set label{display: block; font-size: 18px; font-weight: 300; margin-bottom: 0; color: #8072BD;}
.figure_set span{display: block; font-size: 48px; color: var(--secondary_text); line-height: 48px; font-weight: 700;}
.figure_set sub{font-size: 18px; font-weight: 300; color: var(--secondary_text);}

.domain-search .form-control{border: solid 2px var(--secondary); padding: 20px 20px;}
.domain-search .search-action{display: flex; align-items: center; justify-content: space-between;}
.domain-search ul li{display: inline-block; margin-right: 35px; padding-right: 35px; border-right: solid 1px var(--gray);;}
.domain-search ul li:last-child{margin: 0; padding: 0; border: none}
.domain-search ul li span{display: block;}
.domain-search .domain-address{color: var(--secondary_text); font-size: 36px; line-height: normal; font-weight: 700;}
.domain-search .domain-price{color: #857BB4;}

.hosting-platforms .section-heading{max-width: 770px; margin: auto;}
.operating-system__logos {margin-top: 50px; display: flex;align-items: center;flex-wrap: wrap;justify-content: center; gap: 30px;}
.operating-system__logos li {height: 190px;width: 190px;padding: 20px;color: #394248;align-content: center; display: flex;flex-direction: column;justify-content: center;align-items: center;border: 1px solid #D2E3EB; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03); border-radius: 23px; transition: border 0.3s ease;}
.operating-system__logos li:hover{border-color: var(--primary);}
.operating-system__logos li img {height: 86px;width: 86px;object-fit: contain;object-position: center;margin-bottom: 15px;}
.operating-system__logos li h6 {font-size: 18px;font-weight: 700;margin: 0;}

.energy-tiles{padding-left: 50px;}
.energy-tiles li{display: flex; padding: 0 0 50px; position: relative;}
.detail-right li:last-child{padding: 0;}
.detail-right li::before{content: ""; height: 100%; width: 2px; background-color: var(--primary); position: absolute; left: 50px;}
.detail-right li:last-child:before{display: none;}
.energy-tiles .tile-heading{margin: 0 0 5px 0; font-size: 24px; font-weight: 700; color: var(--text_color1);}
.energy-tiles .img-icon{margin-right: 30px; position: relative; z-index: 1;}
.energy-tiles .img-icon img{border-radius: 50%; width: 100px; height: 100px;}

.features-tile .section-heading{max-width: 770px; margin: auto;}
.features-tile .section-heading p{font-size: 24px;}
.features-tile{display: flex; align-items: flex-start; max-width: 380px; margin: auto;}
.features-tile .tile__image{margin-right: 10px;}
.features-tile .tile__image img{width: 58px; height: 58px; object-fit: contain; object-position: center;}
.features-tile h6{font-size: 24px; margin: 0 0 10px 0; color: var(--text_color1);}
.features-tile .nav-playicon{display: inline-block; margin-top: 15px;}
.features-tile p{font-size: 16px; color: var(--text_color3); font-weight: 300;}

.testimonials.primary-bg{background-color: var(--primary);}
.testimonials.secondary-bg{background-color: var(--secondary);}
.testimonials{padding:70px 0;position:relative;}
.testimonials .owl-carousel .owl-stage{padding:15px 0}
.testimonials .row{align-items:center}
.testimonials .section-heading h3{color: var(--white);}
.testimonials p{margin:0 0 15px 0}
.testimonials h5{font-size:20px; font-weight:700; margin:0 0 20px 0;}
.testimonials h6{margin: 0; padding: 0; font-size:16px; color: var(--primary); font-weight:700; position:relative;}
.testimonials .review-location{display: block; margin-top: 15px; color: var(--text_color2); font-size: 14px;}
.testimonials .tsm-items{background-color: var(--white); padding: 38px 29px; border-radius: 23px;}
.star-rating{display:flex; gap:5px; margin-bottom:15px}
.star-rating ul li{display:inline-block; width:28px; height:28px; background-color:var(--primary); color: var(--white); text-align:center; border-radius: 3px; line-height:28px}

.green-theme.owl-theme .owl-dots{display: flex; align-items: center; justify-content: center;}
.green-theme.owl-theme .owl-dots .owl-dot.active span, .green-theme.owl-theme .owl-dots .owl-dot:hover span{background-color: #fff; width: 14px; height: 14px;}
.green-theme.owl-theme .owl-dots .owl-dot span{background-color: rgba(0, 0, 0, 0.3); width: 8px; height: 8px;}

.service-numbers{height:348px; background-size:auto; background-position:center; display:flex; align-items:center}
.service-numbers .blue-btn{font-size:17px; margin-bottom:20px}
.service-numbers a{min-width:232px; height:58px; display:inline-block; text-align:left}
.service-numbers a img{height:20px; margin-right:10px}
.service-numbers .text{text-align:center}
.service-numbers .text h6{color:var(--primary); margin-top:0}

/* Location Map */

.server-loactions .section-heading{max-width: 1050px; width: 100%; margin: auto;}
.server-loactions .section-heading p{font-size: 24px;}
.server-loactions .tile-sm{display: flex; align-items: flex-start;}
.server-loactions .tile-sm img{height: 49px; margin: 0 15px 0 0;}
.server-loactions .tile-sm h5{line-height: inherit; margin-bottom: 6px;}

.server__map{text-align: center; position: relative;}
.server__map .globe__image{width: 100%;}
.commen-pointor {position: absolute; transform: translateX(-50%) translateY(-50%); width: 17px; height: 17px;}
.commen-pointor:before{content: ''; position: absolute; display: block; width: 0; height: 0; box-sizing: border-box; margin-left: -100%; margin-top: -100%; border-radius: 45px; background-color: var(--secondary);}
.commen-pointor:after{content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; border-radius: 15px; background: var(--secondary);}
.commen-pointor.active::before{animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; width: 300%; height: 300%;}
.commen-pointor.active:after{animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;}
.point__tooltips{background-color: var(--primary); opacity: 0; visibility: hidden; color: #fff; border-radius: 10px; padding: 8px 30px; width: max-content; position: relative;}
.point__tooltips span{display: block;}
.point__tooltips .point_location{font-weight: 700; font-size: 18px; margin-bottom: 5px;}
.point__tooltips .point_staus{font-size: 16px; color: #59A8FF;}
.point__tooltips::before{content: ""; width: 12px; height: 28px; position: absolute; left: -8px; background: url(../../images/tooltip_shape_ovel.svg) no-repeat; background-size: auto;}
.commen-pointor .point__tooltips.tp-right{top: -14px; left: 28px;}
.commen-pointor .point__tooltips.tp-left{top: -14px; left: -170px; width: 162px;}
.commen-pointor .point__tooltips.tp-left::before{transform: rotate(180deg); left: 97%;}
.commen-pointor .point__tooltips{position: relative;}
.commen-pointor:hover{cursor: pointer;}
.commen-pointor:hover .point__tooltips{opacity: 1; visibility: visible; transition: 0.3s ease-in-out;} 
.commen-pointor:hover::after{background-color: #475A91; box-shadow: 0 0 0 3px #fff;}

.location_for_mob ul{display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 20px;}
.location_for_mob ul li{width: 45%; text-align: center; padding: 30px; font-size: 20px; font-weight: 700; color: var(--white); background:var(--primary); border-radius: 18px;}

.location_for_mob{display: none;}
.location_for_mob .point__tooltips::before{display: none;}

@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}
/*Location Pints Positioning*/
.commen-pointor.location_01{left: 14%; top: 33.5%;}
.commen-pointor.location_02{left: 15%; top: 39%;}
.commen-pointor.location_03{left: 23%; top: 40%;}
.commen-pointor.location_04{left: 26%; top: 45%;}
.commen-pointor.location_05{left: 26%; top: 38%;}
.commen-pointor.location_06{left: 46%; top: 37%;}
.commen-pointor.location_07{left: 47%; top: 32%;}
.commen-pointor.location_08{left: 49%; top: 28%;}
.commen-pointor.location_09{left: 46%; top: 27%;}
.commen-pointor.location_10{left: 56%; top: 82%;}
.commen-pointor.location_11{left: 70%; top: 56%;}
.commen-pointor.location_12{left: 70%; top: 52%;}
.commen-pointor.location_13{left: 77%; top: 59%;}
.commen-pointor.location_14{left: 92%; top: 82%;}
.commen-pointor.location_15{left: 90%; top: 86%;}

/*Support chat bottom*/
.heading-label{font-size: 24px; font-weight: 700; line-height: 24px;}
.support-chat{background-color: var(--secondary); padding: 70px 0; color: var(--white);}
.support-chat h3{color: var(--white);}
.support-details{display: flex; align-items: flex-start;}
.support-detail{margin-left: 50px; padding-left: 50px; padding-top: 10px; padding-bottom: 10px; border-left: solid 1px #9579E8;}
.support-detail .round-blueicon{width: 71px; height: 71px; margin-bottom: 15px; display: inline-block; text-align: center; color: var(--white); font-size: 32px; line-height: 71px; border-radius: 50%; background-color: #6440CC;}
.support-detail h6{font-size: 24px; color: var(--white); margin: 0 0 10px 0;}
.support-detail h6 a{text-decoration: none; color: var(--white);}
.support-detail p{color: #E8E0FF; font-weight: 300;}
.support-details .support-detail:first-child{margin-left: 0;}

/*Footer*/
footer{background: var(--secondary_dark); padding: 65px 0 50px 0; color: var(--white);}
footer h6{font-size: 18px; color: var(--white); margin-bottom: 20px;} 
footer .social-links {display: flex; color: var(--white);}
footer .social-links a{text-decoration: none; color: #9482C7; display: block;}
footer .social-links a span{width: 38px; height: 38px; margin-right: 5px; color: var(--white); background-color:transparent; border: solid 1px #503F81; border-radius: 50%; text-align: center; line-height: 38px; display: inline-block; transition: 0.2s ease;}
footer .social-links a:hover{color: var(--primary);}
footer .social-links a:hover span{border-color: var(--primary); color: var(--primary);}
footer .social-links li{margin-bottom: 15px; display: block;}
footer .social-links li:last-child{margin: 0;}
.footer-logo{display: block;}
.footer-logo img{height: 52px;}
.footer-links li{margin-bottom: 10px;}
.footer-links li:last-child{margin-bottom: 0;}
.footer-links a{color: #fff; text-decoration: none; transition: 0.2s ease;}
.footer-links a:hover{color: var(--primary);}
.footer-bottom{display: flex; justify-content: space-between; margin-top: 40px;}
.payment-metheord{max-width: 200px; width: 100%;}
.payment-metheord ul{display: flex; align-items: flex-start; flex-wrap: wrap; gap: 10px;}
.payment-metheord ul li img{border-radius: 3px;}
.copyright-footer p{text-align: center; font-size: 16px; color: #7E6CB2;}


/****************/
/* Pricing page */
/****************/
.hosting-navbar{background-color: #3D2997; padding: 0;}
.hosting-navbar ul{display: flex; justify-content: center; flex-wrap: wrap;}
.hosting-navbar ul li{width: 25%; font-size: 20px; font-weight: 700;}
.hosting-navbar a{display: block; height: 100%; padding: 18px; text-align: center; text-decoration: none; color: var(--white); border-radius: 10px 10px 0 0;}
.hosting-navbar ul li.active a{background-color:#EEF7FE; color: #7C4FFF;}
.hosting-navbar .navtab-icon img{height: 36px; margin-right: 15px;}

.plans-pricing-intro{background-color: #EEF7FE; padding: 70px 0; padding-bottom: 350px;}
.plans-pricing-intro .roundtick-list{display: flex; justify-content: center; flex-wrap: wrap; gap: 50px; font-weight: 700; color: var(--text_color1);}
.plans-pricing-intro .section-heading{margin-bottom: 30px;}
.plans-pricing-intro .section-heading p{font-size: 20px;}
.avilable-loc{display: flex; width: fit-content; -moz-width:fit-content; margin: auto; margin-top: 25px; padding: 5px 25px; color: var(--text_color3); border: solid 1px var(--color_light1); border-radius: 25px;}
.avilable-loc .label-sm {margin-right: 15px;}
.avilable-loc ul li{margin-right: 20px; display: inline-block;}
.avilable-loc ul li img{margin-right: 10px;}
.avilable-loc ul li span{font-weight: 700;}

.planblock-wraper{padding:0;}
.planblock-wraper .plans-container{margin-top:0}
.ngt-planssection{margin-top:-276px}
.plans-block{border-radius:15px;}
.plans-block-header{background: var(--white); display:flex; flex-direction:column; align-items:center; padding:35px 50px 70px 50px; text-align:center; position:relative; border-radius: 15px 15px 0 0;}
.plans-block-header h6{font-size:32px; margin:0 0 15px 0; font-weight:700}
.plans-block-header p{font-size:16px; color:var(--text_color3); margin:0 0 10px 0}
.plans-block-header a{width: 100%; margin-bottom:-100px; margin-top:25px}
.plans-block-body{background:var(--graylight); padding:60px 40px 35px 40px; border-radius:0 0 15px 15px}

.amount-figure{font-size:40px; font-weight:700; margin:0; padding:0; color:var(--secondary); line-height:40px}
.plan-duration{font-size:16px;color:var(--secondary_text)}
.bordertick-list li{margin:0 0 20px 0; color:var(--text_color2); position:relative; padding-left:30px; font-size:16px}
.bordertick-list li::before{content:"\e900"; font-family: var(--icon_font); font-size: 18px; color: var(--secondary); position: absolute; left:0; top:0}
.bordertick-list li strong{color: var(--text_color1);}
.bordertick-list li.disabled, .bordertick-list li.disabled strong, .bordertick-list li.disabled::before{color: #83A3B2;}

.benefit-highlight{padding: 50px 0 80px 0;}
.benefit-box{padding: 50px; height: 100%; min-height: 250px; border-radius: 15px;}
.benefit-box h5{color: var(--white);}
.bft-bluebox{display: flex; background: var(--secondary); gap: 20px;}
.bft-bluebox .left-image img{display: block; width: 175px;}

.benefit-box a{display: inline-block; margin-top: 25px; color: var(--white); text-decoration: underline;}

.bft-greenbox{padding-left: 230px; background: var(--primary);}
.bft-greenbox.set-as-bg{background-repeat: no-repeat; background-position: left; background-size: contain;}

.cpanel-intro .section-heading h6{color: var(--text_color3); font-size: 20px; margin-bottom: 15px;}
.cpanel-intro .section-heading p{margin: 0; font-size: 16px;}
.cpanel-intro .contant-details{display: flex; align-items: flex-start; flex-wrap: wrap; gap: 30px; margin-top: 30px;}
.cpanel-intro .article-box{width: 47.5%;}
.cpanel-intro .article-box h6{font-size: 20px; margin: 0 0 10px 0; color: var(--text_color1);}
.cpanel-intro .article-box p{color: var(--text_color3);}
.cpanel-intro .right-image{padding-left: 50px; text-align: right;}
.cpanel-intro .right-image img{width: 100%; max-width: 597px;}

.listfree-addonce .section-heading{max-width: 785px; width: 100%; margin: auto; padding-bottom: 30px;}
.addonce-box{padding: 47px 35px; border: 1px solid #D2E3EB; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03); border-radius: 23px;}
.addonce-icon img{width: 76px; height: 76px; object-fit: contain; object-position: center; margin-bottom: 23px;}
.addonce-box h6{font-weight: 700; font-size: 24px; margin-bottom: 20px;}
.addonce-box p{color: var(--text_color2);}

.efficiency-promise2{background-color: var(--primary); padding: 50px 0; background-color: var(--primary);}
.efficiency-promise2 .cdt-image img{max-width: 455px; width: 100%;}
.efficiency-promise2 .section-heading h3{color: var(--white);}
.efficiency-promise2 .energy-tiles{display: flex; flex-wrap: wrap; gap: 30px; padding-left: 0;}
.efficiency-promise2 .energy-tiles li{width: 31%; color: var(--white); padding-bottom: 0;}
.efficiency-promise2 .energy-tiles .tile-heading{color: var(--white); margin-bottom: 10px; display: block;}
.efficiency-promise2 .energy-tiles p{color: var(--white);}
.efficiency-promise2 .energy-tiles .img-icon{margin-right: 15px;}

.compareother-host .heading-label{color: var(--text_color3);}
.compareother-host .section-heading{max-width: 947px; width: 100%; margin: auto; padding-bottom: 50px;}
.compareother-host .section-heading p{font-size: 16px;}

.progress-section .text-sm{color: var(--text_color3);}
.progress-section .logo-sm{display: block;}
.progress-section .logo-sm img{max-width: 140px; max-height: 55px;}
.progress-head, .progress-footer{display: flex; align-items: center; justify-content: space-between;}
.progress.primary-progress{height: 10px;}
.progress.primary-progress .progress-bar{background-color: var(--secondary);}
.progress, .progress-bar{border-radius: 20px;}

.technical-features h6{font-size: 24px; margin: 0 0 20px 0;}
.technical-features ul li{color: var(--text_color3); font-size: 16px; margin-bottom: 7px;}
.technical-features ul li:last-child{margin-bottom: 0;}
.listing-row1{padding-bottom: 50px; margin-bottom: 50px; border-bottom: solid 1px #D0DFEB;}

.faq-main .cdt-left h4{font-size: 50px; color: var(--black); margin: 0 0 20px 0;}
.faq-main .cdt-left p{font-size: 24px; color: var(--text_color3); line-height: normal;}
.faq-wrapper{display:block; margin-top: 20px; width: 85%; margin: auto;}
.faq-item {width: 100%;display:block;padding:23px 15px 23px 45px; margin-bottom:0; border-radius: 0; border-bottom: solid 1px #DFEBF8;}
.faq-item h4{font-size:16px; font-weight: 700; cursor: pointer; margin:0; line-height: 24px; position:relative;color:var(--black);}
.faq-item h4:before{content:'\e90f';font-weight: normal; font-family:var(--icon_font);font-size:24px;color:var(--text_color3);display:block; position:absolute; top:-2px; left: -37px;transition: 0.3s ease-in;}
.faq-item p {margin: 15px 0 0 0; color: var(--text_color3);}
.faq-question.current h4:before{ color: var(--secondary);}
.faq-ans{display:none;}
.faq-main .secondry-link{display: inline-block;}

.greenbar-achievements{background-color: #3D2997; padding: 18px 0;}
.greenbar-achievements ul{display: flex;}
.greenbar-achievements ul li{width: 25%; color: var(--white); text-align: center; border-right: solid 1px rgba(255, 255, 255, 0.2);}
.greenbar-achievements ul li:last-child{border: none;}
.greenbar-achievements img{margin: 0 0 10px 0;}
.greenbar-achievements .num-count{display: block; line-height: 32px; font-size: 32px; font-weight: 700; margin-bottom: 5px;}
.greenbar-achievements .greenbar-label{display: block; font-size: 16px;color: #BEAEEA;}



.timeline-container{width: 80%; padding: 0; padding-top: 50px; padding-bottom: 50px; margin: 0 auto; position: relative; overflow: hidden;}
.timeline-container:before {content: ''; position: absolute; top: 0; left: 50%; margin-left: -1px; width: 3px; height: 100%; background: #D4D1DE; z-index: 1}
.timeline-block{width: calc(50% + 8px); margin-top: -50px; display: flex; gap: 27px; justify-content: space-between; clear: both;}
.timeline-block-right{float: right;}
.timeline-block-left{float: left; direction: rtl}
.timeline-block-right .timeline-content{border-radius: 0 23px 23px 23px;}
.timeline-block-left .timeline-content{border-radius: 23px 0 23px 23px;}
.timeline-block-right .timeline-content::before{content: ""; height: 77px; width: 14px; background: url(../../images/timeline-arrow_left.svg); position: absolute; left: -9px; top: 0;}
.timeline-block-left .timeline-content::before{content: ""; height: 77px; width: 14px; background: url(../../images/timeline-arrow_right.svg); position: absolute; right: -8px; top: 0;}
.timeline-content {width: 95%; padding: 24px 34px; text-align: left; color: var(--text_color3); background-color: var(--white); position: relative;}
.timeline-content span{font-size: 16px; line-height: 35px; border-radius: 5px; padding: 0 10px; color: var(--secondary); background-color: #F1ECFF; border: solid 1px var(--secondary); display: inline-block; margin: 0 0 10px 0;}
.timeline-content h6{font-size: 20px; font-weight: 700; margin-bottom: 8px;}
.timeline-content p{font-size: 14px; line-height: normal; word-spacing: 1px; color: var(--text_color3);}
.timeline-block .marker {width: 18px; height: 18px; border-radius: 50%; background: var(--secondary); z-index: 1;}
.timeline-action{text-align: center;}

.graybox_container{background: var(--graylight); padding: 45px 55px; border-radius: 20px; text-align: center;}
.graybox_container img{height: 56px; margin-bottom: 20px;}
.graybox_container h6{font-size: 24px; font-weight: 700; margin-bottom: 25px;}
.graybox_container .contact-info{margin-top: 20px;}
.graybox_container .contact-info a{font-weight: 700; color: var(--text_color1);}
.graybox_container span, .graybox_container p{color: var(--text_color3);}
.contact-info .cont-phone{text-decoration: none;}

.agreement-info{margin-top: 22px;}
.secondry-link{display: block;color: var(--secondary); font-weight: 700;}
.our-promises .graybox_container{height: 100%;}
.our-promises .row{justify-content: center;}

.wehelp-support .section-heading h3{font-size: 50px;}
.support-boxs{display: flex; flex-wrap: wrap; gap: 28px; justify-content: center;}
.support-boxs .support-box{width: 31%; max-width: 290px; text-align: center;}
.support-box{border: 1px solid var(--gray); padding: 45px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03); border-radius: 23px;}
.support-box i{font-size: 54px; color: var(--secondary); margin-bottom: 15px;}
.support-box .support-icon{display: block; text-align: center; margin-bottom: 15px;}
.support-box h6{font-weight: 700; font-size: 20px; margin-bottom: 10px;}
.support-box .secondry-link{display: inline-block; margin-top: 20px;}

.explore_servers-tab .resp-tab-content{padding: 0;}
.explore_servers-tab .top-tabs{display: flex; justify-content: center;}
.explore_servers-tab .resp-tabs-list li{border-radius: 10px 10px 0 0; color: var(--text_color3); padding-left: 30px; padding-right: 30px;}
.explore_servers-tab .resp-tabs-list .tab_icon{margin-right: 8px;}
.explore_servers-tab .resp-tabs-list li.resp-tab-active{background-color: var(--graylight); color: var(--secondary);}
.explore_servers-tab h2.resp-accordion{background-color: #DEF0FF;}

.article-label{display: flex; margin-top: 45px;}
.article-label ul li{display: inline-block; line-height: 29px; padding: 0 20px; margin-right: 3px; margin-bottom: 5px; font-size: 14px; color: var(--secondary); background-color: #F1ECFF; border: solid 1px var(--secondary); border-radius: 3px;}
.article-label span{color: var(--text_color3); font-weight: 400; margin-right: 5px;}
.tab-location{color: var(--text_color3); font-size: 20px;}
.tab-location img{margin-right: 10px;}

.serverstab-left .heading h3{color: var(--text_color1); font-size: 60px; margin-bottom: 10px;}
.serverstab-left p{color: var(--text_color3);}

.config-details{max-width: 415px; background-color: var(--white); border-radius: 18px;}
.config-details .head_img img{border-radius: 18px 18px 0 0; width: 100%;}
.config-bady{background-color: var(--white); padding: 35px 42px; border-radius: 0 0 18px 18px;}
.config-bady label{display: block; margin-bottom: 0 0 5px 0; color: var(--text_color3);}
.config-bady span{color: var(--text_color1); font-size: 16px; font-weight: 700;}
.config-bady p{padding-bottom: 15px;}
.config-bady .dwn-links a{display:inline-block;}

.hosting-navbar.policy-quicklink ul li{font-weight: 500;}
.hosting-navbar.policy-quicklink ul li.active a{background-color: var(--white);}

.post-date{padding-left: 30px; margin-top: 15px; position: relative; font-weight: 700;}
.post-date::before{content: "\e90d"; font-family: var(--icon_font); position: absolute; left: 0; top: 3px; font-size: 21px; color: var(--secondary);}
.post-date .post_label{color: var(--text_color3); font-weight: 400;}

.policy-contant .heading h4{color: var(--black);}
.policy-article ol{counter-reset: item; margin: 0; padding: 0;}
.policy-article li{display: block; position: relative; color: var(--text_color3); margin-bottom: 15px;}
.policy-article li:before {content: counters(item, ".") " "; counter-increment: item }
.sub_num_list > li{padding-bottom: 25px; margin-bottom: 25px; border-bottom: solid 1px var(--gray);}
.sub_num_list > li:last-child{margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.sub_num_list > li::before{opacity: 0; font-size: 0;}
.sub_num_list li:last-child{margin-bottom: 0;}
.sub_num_list h6{display: inline-block; color: var(--black); font-size: 20px; font-weight: 700;}
.sub_num_list span{margin-bottom: 10px;}

/*Web Hosting Affiliate Program*/
.aft-quickview{padding: 0 0 60px 0; background-color: var(--graylight);}
.aft-quickview-waper{position: relative; top: -50px;}
.aft-quickview .pgmvalue-center{
  height: calc(100% + 60px); border-radius: 20px; margin-top: -30px; display: flex; justify-content: center; align-items: center;
  background: rgb(30,199,97);
  background: -moz-linear-gradient(135deg, rgba(30,199,97,1) 0%, rgba(116,89,242,1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(30,199,97,1) 0%, rgba(116,89,242,1) 100%);
  background: linear-gradient(135deg, rgba(30,199,97,1) 0%, rgba(116,89,242,1) 100%);
}
.pgmvalue-left, .pgmvalue-right{height: 100%; background-color: var(--white); padding: 50px; text-align: center;}
.pgmvalue-left h6, .pgmvalue-right h6{font-size: 24px; margin: 0 0 10px 0;}
.pgmvalue-left img, .pgmvalue-right img{margin-bottom: 15px;}
.pgmvalue-left{border-radius: 20px 0 0 20px;}
.pgmvalue-right{border-radius: 0 20px 20px 0;}
.value-round{width: 266px; height: 266px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 700; padding: 30px; border-radius: 50%; border: solid 2px var(--white); background-color: rgba(74, 56, 126, 0.58);}
.value-round span{display: block;}
.value-round .figure_label{font-size: 48px; color: var(--white);}
.value-round .figure_large{font-size: 96px; line-height: 96px; color: #EABF26;}
.value-round .figure_caption{font-size: 36px; color: var(--white); margin-top: 10px;}


.pgmvalue-center{position: relative;}
.pgmvalue-center::before{content: ""; position: absolute; top: 0; left: 0; background: url(../../images/program-value-bg.svg) no-repeat; background-position: center; background-size: 90%; width: 100%; height: 100%; }

.success-story{padding-top: 100px;}
.success-story-wraper{display: flex; flex-wrap: wrap;}
/*Flex structure width*/
.success-story-wraper .section-left{width: 28%;}
.success-story-wraper .section-center{width: 37%;}
.success-story-wraper .section-right{width: 35%; padding-left: 30px;}
/*Flex structure width*/
.success-story-wraper .section-left .action{display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px;}
.vector-success{height: 100%; display: flex; align-items: end;}
.success-story .section-heading{width: 100%;}
.success-story .right{display: flex; align-items: flex-end; gap: 25px;}
.success-story .features-tiles{padding: 20px 0 100px 0;}
.success-story .features-tile{padding-bottom: 25px;}
.success-story .features-tile:last-child{padding-bottom: 0;}
.success-story .features-tile .tile__image{margin-right: 20px;}
.success-story .features-tile .tile__image img{margin: 0; max-width: 65px; max-height: 65px; object-position: center; -o-object-position: center; object-fit: contain; -o-object-fit: contain;}
.success-story .section-heading h3 span{display: block;}

.resources-article .article-gray{padding: 50px; border-radius: 23px; background-color: var(--white); color: var(--text_color3);}
.resources-article h3{margin: 0 0 25px 0;}
.article-gray p{color: var(--text_color3); margin: 0 0 15px 0;}
.article-gray .dotedlist{margin-top: 20px; margin-bottom: 20px;}
.article-gray h5{margin-bottom: 15px; font-size: 24px;}
.article-gray h6{font-size: 18px; color: var(--text_color3); margin-bottom: 25px;}

.article-note{padding: 20px; border: solid 2px var(--secondary); border-radius: 23px; background-color: #F2EEFF;}
.article-note .vector-left img{width: 100%; max-width: 203px;}
.article-note h5{margin: 0 0 10px 0;}
.article-note p{color:#8273AE;}
.primary-arrowlink{position: relative; color: var(--secondary);}
.primary-arrowlink::before{content: "\e905"; font-family: var(--icon_font); font-weight: 700; margin-right: 5px;}
.primary-arrowlink a{color: var(--secondary); font-weight: 700;}

.graybox-card{background-color: #EEF7FE; padding: 27px 30px; border-radius: 20px; border: solid 2px var(--white);}
.graybox-card .graybox-body{padding: 27px 30px;}
.graybox-card h6{font-size: 20px; font-weight: 700; margin: 0 0 15px 0;}
.graybox-card label{font-size: 16px; color: var(--text_color3);}
.graybox-card .graybox-footer{padding: 20px 30px; background-color: var(--white); border-radius: 20px;}
.graybox-card .arrowlist2 li::before{color: var(--primary);}
.graybox-card .arrowlist2 li a{color: var(--text_color3);}
.graybox-card a{text-decoration: underline;}
.graybox-card a:hover{color: var(--primary) !important;}
.link-black{display: block; color: var(--text_color1); font-weight: 700;}

.primbox-article{padding: 27px 30px; background-color: var(--secondary); border-radius: 20px;}
.primbox-article p{color: rgba(255, 255, 255, 0.8); font-weight: 300;}
.primbox-article h6{font-size: 24px; color: var(--white); margin: 0 0 10px 0;}
.primbox-article .form-control{line-height: 49px; border-radius: 10px;}

.resources-right{padding-left: 40px;}
.graybox-card.for-listing{background-color: var(--white); height: 100%; padding-bottom: 100px; position: relative;}
.graybox-card.for-listing .footer-action a{position: absolute; bottom: 0; left: 0; width: calc(100% - 4px); background-color: var(--graylight); color: var(--black); text-decoration: none; font-weight: 700; padding: 20px 0; border-radius: 0 0 20px 20px; display: block; width: 100%; text-align: center;}
.graybox-card.for-listing .graybox-body{padding-bottom: 90px;}
.for-listing .arrowlist2 > li{margin-bottom: 15px;}

