:root {
  --heading-h1:60px;
  --heading-h2:40px;
  --heading-h3:31px;
  --heading-h4:27px;
  --heading-h5:27px;
  --heading-h6:24px;
  --lg-body-text:18px;
  --md-body-text:17px;
  --small-body-text:15px;
  --header-label:14px;
  --theme-gry-color:#686D79;
  --red-hover-btn-color:#A02138;
  --red-state-btn-color:#33010A;
  --blue-hover-btn-color:#20969D ;
  --blue-state-btn-color:#293742;

 
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Roman.eot');
    src: url('../fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype'),
        url('../fonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-LightItalic.eot');
    src: url('../fonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-LightItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-LightItalic.woff') format('woff'),
        url('../fonts/Gilroy-LightItalic.ttf') format('truetype'),
        url('../fonts/Gilroy-LightItalic.svg#Gilroy-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-MediumItalic.eot');
    src: url('../fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-MediumItalic.woff') format('woff'),
        url('../fonts/Gilroy-MediumItalic.ttf') format('truetype'),
        url('../fonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BoldItalic.eot');
    src: url('../fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-BoldItalic.woff') format('woff'),
        url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'),
        url('../fonts/Gilroy-BoldItalic.svg#Gilroy-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-RegularItalic.eot');
    src: url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-RegularItalic.woff') format('woff'),
        url('../fonts/Gilroy-RegularItalic.ttf') format('truetype'),
        url('../fonts/Gilroy-RegularItalic.svg#Gilroy-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiboldItalic.eot');
    src: url('../fonts/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiboldItalic.woff') format('woff'),
        url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiboldItalic.svg#Gilroy-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

* { margin:0; padding:0; box-sizing:border-box }
body { margin:0; padding:0; background:#fff; font-size:16px; -webkit-text-size-adjust: 100%;font-family: 'Open Sans', sans-serif;font-weight: normal; color:#1F2738;font-weight: 100;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: 'Gilroy';font-weight: 600;color: #003D3F;    text-transform: capitalize;}
h1, .h1, h2, .h2{font-weight: bold;letter-spacing: 0;}
h2, .h2{font-size: 48px;line-height: 100%;}
h3, .h3{font-size: 30px;line-height: 100%;margin-top: 25px;margin-bottom: 25px;}
h4, .h4{font-size: 27px;line-height: 100%;}
h5, .h5{font-size: 27px;line-height: 100%;letter-spacing: 0.01em;}
h6, .h6{font-size: 24px;line-height: 100%;letter-spacing: 0.01em;}

.action-btn:hover {background: #293742;border-color: #293742;}



.lg-text{font-size:18px;line-height: 160%;}
p{font-size: 16px;line-height: 140%;}
.container{max-width:1316px; margin: auto;}
::-moz-selection {background:#000; color:#FFF; }
img{height:auto;max-width: 100%}
button:focus{outline:none}
a{transition: all 0.3s ease 0s;}
a:focus{outline: none;}
a:hover { text-decoration:none }
.btn { transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
.lines-button { border-radius: 0.57143rem; cursor: pointer; padding: 16px 0px; position: absolute; right: 16px; top: 0; transition: all 0.3s ease 0s; z-index:99; display:none; }
.lines-button:hover { opacity: 1; }
.lines {background: #fafafa; border-radius: 0.28571rem; display: inline-block; height: 2px; position: relative; transition: all 0.3s ease 0s; width: 28px; }
.lines:before, .lines:after {background: #fafafa; border-radius: 0.28571rem; content: ""; display: inline-block; height: 2px; left: 0; position: absolute; transform-origin: 0.28571rem center 0; transition: all 0.3s ease 0s; width: 28px; }
.lines:before { top: 10px; }
.lines:after { top: -10px; }
.lines-button:hover .lines:before { top: 10px; }
.lines-button:hover .lines:after { top: -10px; }
.lines-button.x2.meanclose .lines:before, .lines-button.x2.meanclose .lines:after {-webkit-transform: none; transform: none; top: 0;}
.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after { -webkit-transform: none; transform: none; top: 0;  }
.main_menu {float: left;position: relative;text-align: center; z-index: 500;transition: all 0.3s ease 0s;}
.main_menu ul { padding:0px; margin:0px; }
.main_menu > ul > li { float: left; list-style: outside none none;position: relative;}
.main_menu > ul > li > a { color: #ffffff; display: flex;align-items: center; font-size:16px; font-weight:normal;line-height: 140%; text-align: left;text-decoration: none;transition: all 0.3s ease 0s;letter-spacing: 0.01em;margin-bottom:0px;letter-spacing: 0.04em;    text-transform: capitalize;padding: 8px;}
.main_menu > ul > li > a:hover { text-decoration:none; }

.main_menu > ul > li > a.last { border:none; }
.main_menu > ul > li:hover > a { text-decoration:none; color: #ffffff ;border-color:#ffffff;}
.main_menu > ul > li:hover > a .sub { color:#000; }
.main_menu > ul > li.current_page_item > a { text-decoration:none;  color:#fff;border-color:#fff}
.main_menu > ul > li.current-menu-parent > a,.main_menu > ul > li.current-menu-ancestor > a,.main_menu > ul > li.current-menu-item > a   {color:#0093BB}
.main_menu > ul > li.current_page_item > li.current_page_item > a,.main_menu > ul > li.current-menu-ancestor > ul > li.current-menu-parent > a,.main_menu > ul > li > ul > li > ul > li.current-menu-item > a {background:#0093BB;color:#fff;}
.main_menu > ul > li.current-product_cat-ancestor > li.current-product_cat-ancestor > a,.main_menu > ul > li.current-product_cat-ancestor > ul > li.current-product_cat-ancestor > a,.main_menu > ul > li > ul > li > ul > li.current-product_cat-ancestor > a {color:#fff;}
.main_menu > ul > li.current-product_cat-ancestor > a{color:#fff;background:#ed7726}
.main_menu > ul > li > ul > li.current-menu-item > a{color:#fff;background:#ed7726}


/* submenus */
.main_menu ul ul {top:150px; width:200px; position:absolute; padding:0px; margin:0px; background:#3CB5BC;visibility: hidden; display:block; text-align:left; opacity: 0; -webkit-transition: all .50s ease; -moz-transition: all .50s ease; -ms-transition: all .50s ease; -o-transition: all .50s ease; transition: all .50s ease; }
.main_menu ul ul li { display:block; position:relative; border-bottom:1px solid  #ffffff4a;}
.main_menu > ul > li:hover > ul{top:42px;}
.main_menu ul ul li a { padding:9px 15px; display:block; font-size:15px; color:#fff; text-decoration:none; }
.main_menu ul ul a:hover { text-decoration:none;border-color:#1E4A8F }
.main_menu ul ul li:hover { background-color:#293742; }
.main_menu ul ul li:hover > a { color:#fff; }
.main_menu li:hover > ul { opacity: 1; visibility: visible; }
.main_menu > ul > li > ul > li:first-child { border-top:0px; }
.main_menu > ul > li > ul > li:first-child li:first-child { border-top:0px; }
.main_menu ul ul ul { padding-top:0px; left:200px; top:-1px; border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8; }
.main_menu ul ul li:first-child > ul { top:0px; border-top:0px; }
.main_menu > select { display:none; }

a.meanmenu-reveal { display: none; }
.mean-bar { float: left;  position: relative; width: 100%; z-index: 99; }
a.meanmenu-reveal {  position: absolute; top: 0; right: 0;  cursor: pointer;  color: #fff; text-decoration: none; font-size: 13px; text-indent: -9999em; line-height: 22px; font-size: 1px; font-weight: 700; display:none!important; }
a.meanmenu-reveal span { display: block;  }
.mean-nav { background: #43AE3F; float: left; position: absolute; top: 29px; width: 100%; }
.mean-nav ul { padding: 0; margin: 0; width: 100%; list-style-type: none;  }
.mean-nav ul li { position: relative; float: left; width: 100%; }
.mean-nav ul li a { display: block; float: left; width: 100%; padding: 9px 15px; margin: 0; font-size:14px; text-transform:uppercase; text-align: left; color: #fff; border-bottom:1px solid #fdb3ab; text-decoration: none; }
.mean-nav ul li li a { width:100%; padding:8px 25px; text-transform:none;opacity: 1; text-shadow: none !important; visibility: visible;  }
.mean-nav ul li.mean-last a { border-bottom: none; margin-bottom: 0; }
.mean-nav ul li li li a {padding: 7px 30px;width: 100%;}
.mean-nav ul li li li li a { width: 60%; padding: 14px 20%; }
.mean-nav ul li li li li li a { width: 50%; padding: 14px 25%; }
.mean-nav ul li a:hover { background:#000; }
.mean-nav ul li a.mean-expand { width: 36px; height: 39px; border: none !important; padding: 6px 5px 3px 5px !important; text-align: center; position: absolute; right: 0; top: 0; z-index: 2; font-weight: 700; font-family:Verdana, Geneva, sans-serif; }
.mean-nav > ul > li.current_page_item > a,.mean-nav > ul > li > ul > li > ul > li.current_page_item > a { background: #000; }
 .mean-nav > ul > li.current-menu-item > ul > li.current-menu-item > a { background: #000 ; }
.mean-nav > ul > li.current-menu-item > a { background: #000 ; }
.mean-nav > ul > li.current-menu-parent > a,.mean-nav > ul > li.current-page-parent > a,.mean-nav > ul > li > ul > li.current_page_parent > a { background: #000 ; }
.mean-nav > ul > li.current-menu-parent > ul > li.current-menu-item > a { background: #000 ; }
 
  
.header { position:absolute; left:0; top:0; width:100%; z-index:999;padding:24px 0;transition: all 0.3s ease 0s;}
/*.fixnav .header{padding: 10px 0;}*/
/*body.fixnav {padding-top: 100px;}*/

/*start css*/
.section { margin-block: 80px;}
.hero-section {background: linear-gradient(104.94deg, rgba(255, 255, 255, 0) 14.2%, rgba(255, 255, 255, 0.1) 85.56%), #003D3F;padding-top: 182px; position: relative; padding-bottom: 150px;overflow: hidden; }
.hero-section:before, .hero-section:after{content: "";display: block;top: 0;bottom: 0;position: absolute;    width: 100%;  }
.hero-section:before {left: -150px; background: url("../images/bg-graphic-left.svg") no-repeat; background-position: left; height: 107%; }
.hero-section:after {right: -150px; background: url("../images/bg-graphic-right.svg") no-repeat; background-position: right; }
.hero-row {align-items: center; }
header {position: absolute; width: 100%; top: 0; z-index: 9; }
.top-header .container {display: flex; align-items: center; justify-content: space-between; }
.top-header .trust-brand-wrap .trust-brand-star {display: flex; align-items: center; margin-left: 16px; }
.top-header  .trust-brand-wrap {display: flex; align-items: center; }
.top-header figure{margin-bottom: 0;line-height: 1;}
header .top-header {padding-block: 12px; }
.top-header .head-agency-text p {text-align: center; color: #fff; font-size: 15px; line-height: 160%; font-weight: 400; margin-bottom: 0; }
.top-header .head-number .call{font-weight: 400;font-size: 13px;line-height: 140%;color: #FFFFFF;display: flex;align-items: center;margin-left: 25px;}
.top-header .head-number .call:before{margin-right: 8px;content: "";width: 16px;height: 16px; background-size: contain!important; display: inline-block;}
.top-header .head-number .flag-uk:before {background: url("../images/Flag-UK.png") no-repeat;}
.top-header .head-number .flag-us:before {background: url("../images/Flag-US.png") no-repeat; }
.top-header .head-number {display: flex; align-items: center; }
.header {position: static; padding: 0; }
.header-wrap {width: 100%; display: flex; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.15); backdrop-filter: blur(2px); border-radius: 12px; padding: 16px 40px; flex-wrap: wrap; align-items: center; }
.header-wrap .header-right {display: flex; align-items: center; margin-left: auto; }
.header-nav .main_menu > ul > li {margin-inline: 8px; }
.header-wrap .header-nav {  margin-left: 20px;}
.header-nav .main_menu > ul > li  > a:after, .header  .sign-btn a:after {width: 0; height: 2px; background: #3CB5BC; transition: all 0.5s ease; content: ""; position: absolute; left: 0; bottom: 0; }
.header-nav .main_menu > ul > li a:hover:after,  .header  .sign-btn a:hover:after{width: 100%;}
.main_menu > ul > li:hover > a, .header  .sign-btn a:hover{ color: #3CB5BC;}
.header  .sign-btn a{font-weight: 600;font-size: 16px;    padding: 8px;line-height: 140%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;position: relative; }
.header .action-btn{border-radius: 4px;}
.action-btn{border-radius: 6px;font-weight: 500;font-size: 15px;line-height: 100%;  font-family: 'ClassicGrotesqueW01';text-align: center;text-transform: capitalize;color: #ffffff;border:1px solid #3CB5BC;padding: 14px 24px;display: inline-block;}
.action-btn.primary, .page_curated-links .resell-links-wrap .resell-btn-group .action-btn.white-btn{background-color: #BC3C53;color: #ffffff;border-color:#BC3C53 ;}

.huge-start-saving .action-btn.primary{background-color: #3CB5BC;border-color: #3CB5BC;}
.action-btn.primary:hover{background-color: #20969D;border-color:#20969D; }
.action-btn.outline-btn{background:transparent;}
.header .action-btn.outline-btn{border-color: #ffffff;}
.header .action-btn.outline-btn:hover{background-color: #ffffff;color: #003D3F;}
.header .btn-group .action-btn {   margin-left: 8px;}
.header .btn-group .action-btn.primary{background: #3CB5BC;border-color: #3CB5BC;}
.header .btn-group .action-btn.primary:hover {background: #20969D;border-color: #20969D;}
.hero-content h1{font-size: 50px;line-height: 100%;font-weight: bold;text-transform: capitalize;color: #ffffff;margin-bottom: 16px;font-weight: normal;}
.hero-content h1 strong{font-weight: 700; }
.hero-content p{font-size: 18px;line-height: 160%;color:rgba(255,255,255,0.9);font-weight: 300;}
.hero-content .hero-free-acc{margin-top: 32px;    align-items: center;     display: grid;
    grid-template-columns: 460px 1fr;}
.header-wrap .logo {   max-width: 219px;}
.crt-fre-acc .get-start {display: flex; align-items: center;    width: 100%; }
.crt-fre-acc .get-start  input {height: 46px; padding: 11px 24px; }
.hero-row {display: grid; grid-template-columns: 1.28fr 1fr; grid-column-gap: 60px; }
*:focus{outline: none;}
figure{margin-bottom: 0;}
.hero-content .hero-free-acc .set-call {  display: flex;  align-items: center;    margin-left: 19px; position: relative;}
.hero-content .hero-free-acc .set-call .set-call-cnt {font-weight: 700; font-size: 15px; line-height: 160%; text-transform: capitalize; margin-left: 8px; color: #fff;    }
.get-start .field input {background: rgba(255, 255, 255, 0.1); color: #fff;font-size: 15px;line-height: 140%;border: none;border-radius: 6px; width: 100%;}
.hero-free-acc .crt-fre-acc .get-start {display: flex; align-items: center;position: relative;}
.crt-fre-acc .get-start .action {position: absolute;top: 1px;right: 1px;}
.crt-fre-acc .get-start .action-btn{height: 44px; border-radius: 0 6px 6px 0;cursor: pointer; background: #BC3C53; border: none;transition: 0.2s linear;}
.crt-fre-acc .get-start .action-btn:hover {background: #293742;border-color: #293742;}
.hero-free-acc .set-call .set-call-cnt a{color: #ffffff;}

.crt-fre-acc ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#ffffff;
}
.crt-fre-acc ::-moz-placeholder { /* Firefox 19+ */
  color:#ffffff;
}
.crt-fre-acc :-ms-input-placeholder { /* IE 10+ */
  color:#ffffff;
}
.crt-fre-acc:-moz-placeholder { /* Firefox 18- */
  color:#ffffff;
}
.hero-section .container {position: relative; z-index: 9; }
.hero-content .hero-free-acc .set-call:before {content: ""; display: inline-block; background: url("../images/arrow-team.svg") no-repeat; width: 31px; height: 52px; position: absolute; top: -100%; left: 30px; }
.hero-free-acc .crt-fre-acc .get-start .field {flex: 1 0;}
.power-icon-grid {background: #F0F0F0; padding: 21px 80px; border-radius: 16px; grid-template-columns: 269px 1fr; display: grid;    align-items: center; }
.power-logo-grid {display: flex; align-items: center; justify-content: space-between; }
.power-logo-grid .power-logo-item img { max-height: 101px;}
.power-icon-grid .power-icon-title h6 { text-transform: capitalize; color: #686D79;     margin-bottom: 0;}
.power-icon-grid .power-icon-logo-col {border-left: 1px solid #E4E5E7; padding-left: 40px; margin-left: 40px; }
.power-icon-sec {margin-top: -70px; position: relative; }
.sertab-wrapper .sertab-title {display: grid; grid-template-columns: 30px 1fr; align-items: center; grid-column-gap: 8px; margin-bottom: 25px; }
.sertab-wrapper .sertab-title h5 {font-weight: 600; font-size: 28px; line-height: 100%; letter-spacing: 0.01em; text-transform: capitalize; color: #003D3F; margin-bottom: 0; }
section .sec-top-title {max-width: 855px; text-align: center; margin-inline: auto; }
.sec-top-title h2{margin-bottom: 16px;}
.our-services .sec-top-title h2{color: #291F38;}
.sec-top-title p{font-size: var(--lg-body-text);line-height: 160%;color: rgba(21, 35, 46, 0.6);}
.our-services {   padding-top: 120px;    padding-bottom: 52px;}
.our-services .sec-top-title {  margin-bottom: 112px;}
.sertab-row .sertab-wrapper {  max-width: 500px;}
.sertab-wrapper .service-tab:not(.activated) {background: #FAFAFA;cursor: pointer; }
.sertab-wrapper .service-tab {padding: 40px 24px; border-bottom: 2px solid #E4E5E7;    border-radius: 12px; }
.sertab-wrapper .service-tab:not(:last-of-type) {   margin-bottom: 16px;}
.service-tab .sertab-head {display: flex; align-items: center; }
.service-tab .sertab-head h6 {font-weight: 600; color: #4F5663; margin-bottom: 0;}
.service-tab  .label-button {border: 1.31524px solid #E4E5E7; filter: drop-shadow(0px 5.26097px 63.1316px rgba(0, 0, 0, 0.03)); border-radius: 8px; font-weight: 500; font-size: 14.4677px; line-height: 140%; letter-spacing: -0.02em; padding: 6px 12px; color: #3CB5BC; margin-left: 12px; }
.service-tab .sertab-dec {  margin-top: 12px;}
.service-tab .sertab-dec p { color: rgba(0, 61, 63, 0.8); margin-bottom: 12px;line-height: 160%;}
.service-tab .sertab-dec .action-link {font-weight: 500; font-size: 15px; text-transform: capitalize; line-height: 100%; color: #3CB5BC; margin-top: 12px; display: inline-block; }
.service-tab .sertab-dec .action-link i{margin-left: 15px;}
.service-tab .sertab-head .right-arrow {margin-left: auto; color: #C4C6CA; }
.service-tab.activated .sertab-head .right-arrow{color:#061022;}
.service-tab .sertab-dec p:last-of-type {  margin-bottom: 0;}
.service-tab .sertab-dec{display: none;}
.sertab-wrapper .service-tab.activated {   pointer-events: none;}
.service-tab#tab1 .sertab-dec {  display: block;}
.ser-item-tbcnt .sertab-cnt-title {display: flex; align-items: center; flex-wrap: wrap;margin-bottom: 15px;}
.ser-item-tbcnt .sertab-cnt-title h4{margin-bottom: 0;}
.ser-item-tbcnt .sertab-cnt-title .action-btn {padding-block: 11px; margin-left: 19px; }
.ser-item-tbcnt .sertab-cnt-title .action-btn i {   margin-left: 4px;}
.ser-item-tbcnt .sertab-short-dec {display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 24px; border-bottom: 1px solid #E4E5E7;padding-bottom: 26px;margin-bottom: 35px;    margin-top: 28px;}
.sertab-short-dec h6{font-size: 15px;line-height: 120%;margin-bottom: 4px;}
.sertab-short-dec p{font-size: 13px;line-height: 160%;color: rgba(55, 63, 78, 0.7);}
.sertab-short-dec p:last-child{margin-bottom: 0;}
.sertab-wrapper .service-tab-block:not(:last-child) {  margin-bottom: 60px;}
.sertab-wrapper .service-tab.activated .sertab-dec {   pointer-events: auto;}
.get-start-area {background: #003D3F ; border-radius: 24px; padding: 80px;    position: relative; }
.get-start-area:after{content: ""; display: block; top: 0; bottom: 0; position: absolute; width: 100%;    background: url(../images/rr-Background.svg) no-repeat;background-size: 100%; background-position: right;} 
.get-start-area h3 {   color: #fff;  font-weight: bold;}
.get-process-grid {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 74px;    margin-top: 67px; }
.get-process-grid .get-pro-item .get-pro-icn img{display: block;max-height: 40px;}
.get-process-grid .get-pro-item .get-pro-icn{margin-bottom: 16px;    position: relative;
    z-index: 999;}
.get-pro-item .get-pro-cnt h6{font-weight: 600;font-size: 15px;line-height: 100%;letter-spacing: 0.01em;color: #3CB5BC;}
.get-pro-item .get-pro-cnt p{color: rgba(228, 229, 231, 0.8);font-size: 14px;line-height: 160%;}
.get-pro-item .get-pro-cnt p:last-child{margin-bottom: 0;}
.get-start-area .start-acc-btm {margin-top: 67px; display: grid; grid-template-columns: 1fr 200px; grid-column-gap:20px;    position: relative;
    z-index: 9; }
.get-start-area .start-acc-btm  p{font-size: 14px;line-height: 160%;color: #ffffff;}
.get-start-area .start-acc-btm .action-btn{display: block;}
.start-acc-cnt{max-width: 307px}
p:last-of-type{margin-bottom: 0;}
.action-btn i{margin-left: 7px;}
.get-process-grid .get-pro-item:not(:last-child):after {content: ""; display: block; width: calc(100% + 74px); left: 0; border: 1px dashed #C4C6CA; top: 18px; position: absolute; z-index: 0; }
.get-process-grid .get-pro-item .get-pro-icn img {display: block; max-height: 40px; background: #003D3F; border-radius: 100%;object-fit: contain;}
.get-process-grid .get-pro-item {position: relative; }
.ser-best-you h4{margin-bottom: 16px;}
.ser-best-you p {line-height: 160%; color: #373F4E; }
.ser-best-you .best-team-icn .team-img:not(:first-child) {   margin-left: -13px;}
.ser-best-you .best-team-icn {display: flex; margin-top: 11px; margin-bottom: 24px; }
.ser-best-you .best-team-icn .team-img:first-child {   z-index: 1;}
.ser-best-you .best-team-icn .team-img:last-child{z-index: -1;}
.ser-best-you .action-btn{border: 1px solid #003D3F; color: #3CB5BC;font-family: 'Open Sans', sans-serif;}
.ser-best-you .action-btn:hover{background:#293742;color: #ffffff;border-color:#293742;}
.ser-bestcnt-col .ser-best-you {border-bottom: 1px solid #E4E5E7;     padding: 40px; margin-bottom: 40px; }
.great-tp-box {padding: 12px 24px; background: #FAFAFA; border: 1px solid #E4E5E7; border-radius: 8px; display: grid; align-items: center; grid-auto-flow: column; grid-gap: 24px; justify-content: space-between; }
.great-tp-box .grt-tp-txt{font-size: 24px;letter-spacing: -0.5px;line-height: 34px;margin-bottom: 0;}
.great-tp-block .tp-box-txt {  text-align: center;  margin-top: 8px;}
.great-tp-block .tp-box-txt p{color: #999CA4;}
.get-start-rw {display: grid; grid-template-columns: 1.2fr 0.7fr; grid-column-gap: 40px; }
.ser-bestcnt-col .great-tp-block{padding-inline:40px;}
.get-start-sec {  margin-bottom: 80px;}
.who-rr-marquee {   display: flex;}
.who-rr-slideshow .owl-stage {  transition-timing-function: linear !important;}
.who-are-rr {  background: #FAFAFA;    overflow: hidden;  padding-block: 120px;position: relative;margin-bottom: 120px;}
section .sec-top-title .action {  margin-top: 40px;}
.who-are-rr .sec-top-title .action-btn {  min-width: 200px;}
.who-are-rr .sec-top-title{margin-bottom: 86px;    position: relative;  z-index: 9;}
.action-btn.secondary{background: #293742;border-color:#293742; }
.action-btn.secondary:hover{background: #3CB5BC;border-color:#3CB5BC;color: #ffffff;}
.who-are-rr:after {content: ""; display: block; top: 0; bottom: 0; position: absolute; width: 100%; right: -70px; background: url(../images/rhino-right-bg.svg) no-repeat; background-position: right;}
.rr-slide-item img{filter: drop-shadow(0px 20px 60px rgba(0, 61, 63, 0.2));border-radius: 11.8758px;max-height: 300px;    object-fit: cover;max-width: 650px;width: auto;}
.rr-slide-item{padding: 12px;}
.who-rr-slideshow .owl-item:nth-child(2n) { margin-top: 40px;}
.who-rr-slideshow  .owl-stage-outer {   overflow: visible;}
.result-promise-wrapper .backed-promise {  margin-top: 80px;    position: relative;}
.promise-list-wrap .promise-list-item {   text-align: center;}
.promise-list-wrap .promise-list-item h6 {   color: #1F2738;  margin-bottom: 16px;}
.promise-list-wrap .promise-list-item p {   color: #999CA4;}
.promise-list-wrap .promise-list-item .promise-icon{margin-top: auto;    padding-top: 24px;}
.backed-promise .four-promise-illustration {display: table; margin: auto;     z-index: 9;max-width: 404px; left: 0; right: 0; margin-top: -319px; position: relative; }
.promise-list-wrap .promise-list-item {max-width: 306px;    position: relative;    display: flex;
    flex-direction: column; }

.promise-list-wrap .promise-col {display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr;    grid-auto-flow: dense; }
.promise-list-wrap .promise-list-item:nth-child(1), .promise-list-wrap .promise-list-item:nth-child(4) {   grid-row: 2;}
.promise-list-wrap .promise-list-item:nth-child(2){    grid-column: 2;  right: 100px;}
.promise-list-wrap .promise-list-item:nth-child(3) {  grid-column: 3;    left: 100px;}
.promise-list-wrap .promise-list-item:nth-child(4) {  grid-column: 4;}
.promise-list-wrap .promise-col .promise-list-item:nth-child(2):after {height: 153px; left: 50%; border-top: none; border-bottom-left-radius:30px; }
.promise-list-wrap .promise-col .promise-list-item:nth-child(3):after {height: 53px; right: 50%; border-top: none; border-bottom-right-radius:30px; }

.promise-list-wrap .promise-col .promise-list-item:after {content: ""; position: absolute; bottom: 0; width: 100%;  border: 1px dashed #C4C6CA;  top: 100%; }
.promise-list-wrap .promise-col .promise-list-item:first-child:after {border-top: none; border-right: none; border-bottom-left-radius: 20px; }
.promise-list-wrap .promise-col .promise-list-item:nth-child(4):after {border-top: none; border-bottom-right-radius: 30px; border-left: none; }
.promise-list-wrap .promise-col  .promise-list-item:first-child:after { height: 133px;left: 50%;}
.promise-list-wrap .promise-col  .promise-list-item:nth-child(4):after {  height: 42px;right: 50%;}

.trust-by-agencies {background: linear-gradient(99.54deg, rgba(0, 0, 0, 0.2) 0.16%, rgba(0, 0, 0, 0) 99.99%), #003D3F; padding: 160px 0 128px; margin-top: -114px;     position: relative;}
.trust-agency-box {max-width: 1200px; margin-inline: auto; background: linear-gradient(99.54deg, rgba(0, 0, 0, 0) 0.16%, rgba(0, 0, 0, 0.2) 99.99%), rgba(0, 61, 63, 0.2); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.15); backdrop-filter: blur(6px); border-radius: 40px; padding: 70px 60px;     z-index: 99;    position: relative;}
.trust-agency-box .tp-agency-grid {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 80px;     margin-bottom: 40px;}
.tp-agency-grid .tp-agency-item .agency-item-top {display: grid; grid-template-columns: 60px 1fr; grid-column-gap: 16px; align-items: center;     margin-bottom: 24px;}
.agency-item-top .agency-name-dec .client-name{font-weight: 600;color: #3CB5BC;line-height: 160%;}
.agency-item-top .agency-name-dec .ser-label {font-weight: 700; font-size: 13px; line-height: 150%; padding: 2px 6px; border: 1px solid #3CB5BC; border-radius: 4px; text-transform: uppercase; color: #DBE2E3; margin-left: 12px; }
.agency-item-top .agency-name-dtl .cp-name-job{font-weight: 600;font-size: 15px;line-height: 160%;text-transform: capitalize;color: #FAFAFA;}
.agency-item-cnt p{line-height:28px;color: rgba(250, 250, 250, 0.7);font-size: var(--lg-body-text);}
.tp-agency-grid .tp-agency-item:not(:last-child):after {content: ""; display: inline-block; position: absolute; border: 1px solid rgba(60, 181, 188, 0.2); height: 100%; top: 0; right: -40px; }
.tp-agency-grid .tp-agency-item{position: relative;}
.trust-agency-box .check-our-tp .label-txt {text-align: center; font-weight: 500; font-size: 15px; line-height: 160%; display: block; color: #3CB5BC; text-transform: uppercase; }
.trust-agency-box  .check-our-tp:before {display: inline-block; border-top: 1px solid rgba(60, 181, 188, 0.2); width: 100%; content: ""; height: 1px; }
.trust-agency-box  .check-our-tp:after {display: inline-block; border-top: 1px solid rgba(60, 181, 188, 0.2); width: 100%; content: ""; height: 1px; }
.trust-agency-box  .check-our-tp {display: grid; align-items: center; grid-template-columns: 1fr auto 1fr; }
.trust-agency-box .check-our-tp .label-txt{display: inline-block;margin-inline:20px;}
.trust-agency-box .trust-agency-world {display: flex; justify-content: space-between; align-items: center;    margin-top: 40px; }
.trust-agency-box .trust-agency-world h5{margin-bottom: 0;color: #FFFFFF;font-weight: 100;}
.trust-by-agencies:after {content: ""; display: block; top: 0; bottom: 0; position: absolute; width: 80%; left: -3%; background: url(../images/Home_social-proof_background-lines.svg) no-repeat; background-position: right;  }
.rr-result-start {padding-top: 70px; padding-bottom: 75px; }
.rr-result-start .sec-top-title {max-width: 700px; }
.rr-result-start .result-get-start {margin-top: 40px; }
 .result-get-start {display: block; margin-inline: auto; max-width: 460px; width: 100%; }
.crt-fre-acc .get-start .field { flex: 1 0;}
.result-get-start ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#80858E;
}
.result-get-start ::-moz-placeholder { /* Firefox 19+ */
  color:#80858E;
}
.result-get-start :-ms-input-placeholder { /* IE 10+ */
  color:#80858E;
}
.result-get-start:-moz-placeholder { /* Firefox 18- */
  color:#80858E;
}
.result-get-start .get-start .field input{color: #000000;}
footer {  background: #FAFAFA;}
footer .fo-copyright {border-top: 1px solid #E4E5E7; padding: 30px 0; background: #FAFAFA; position: relative; z-index: 9; }
footer .fo-row {display: grid; grid-template-columns: 70% 30%; }
footer .fo-row .fo-left-col {display: grid; grid-template-columns: 0.312fr 1fr; grid-column-gap: 68px;padding-block: 40px; }
.fo-row .fo-left-col .fo-links-aside {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-column-gap: 24px;padding-right: 40px;}
.fo-row .seo-exp-txt {  padding: 50px 50px 50px 40px;  border-left: 1px solid #E4E5E7;}
footer .fo-copyright .container {display: flex; justify-content: space-between;    align-items: center; }
.fo-social-col ul{display: flex;align-items: center;list-style: none;margin-bottom: 0;}
.fo-social-col ul li { margin-left: 17px;}
.fo-copy-col p {font-size: 13px; line-height: 140%; letter-spacing: 0.01em; text-transform: capitalize; color: #999CA4; }
.fo-copy-col .fo-copy-link a{text-decoration-line: underline;color: #3CB5BC;}
.fo-copy-col .fo-copy-link a:not(:last-child){border-right: 1px solid #3CB5BC;padding-right: 9px; margin-right: 9px;}
.fo-copy-col .fo-website {   margin-left: 8px;}
.fo-copy-col .fo-website a{color: #999CA4;}
.fo-logo-col .fo-logo {   margin-bottom: 12px;}
.fo-logo-col .fo-add {font-size: 14px; line-height: 140%; letter-spacing: 0.01em; text-transform: capitalize; color: #80858E; margin-bottom: 16px; }
footer .fo-cnt-div {font-size: 13px; line-height: 140%; color: #999CA4; display: grid; grid-template-columns: 16px 1fr; align-items: center; grid-column-gap: 10px; }
footer .fo-cnt-div:not(:last-child) {   margin-bottom: 5px;}
footer .fo-cnt-div a{ color: #999CA4;}
.fo-link-col h5{font-weight: 600; font-size: 16px; line-height: 140%; letter-spacing: 0.01em; text-transform: capitalize; color: #3CB5BC; margin-bottom: 12px;}
.fo-link-col ul{list-style: none;}
.fo-link-col li a{font-size: 16px; line-height: 140%; letter-spacing: 0.01em; text-transform: capitalize; color: #061022;}
.fo-link-col li:not(:last-child){margin-bottom: 8px;}
.fo-row .seo-exp-txt h5 {margin-bottom: 8px; line-height: 1.1; color: #1F2738; }
.fo-row .seo-exp-txt p{color: rgba(31, 39, 56, 0.8);}
.fo-row .seo-exp-txt .action{margin-top: 24px;}
.fo-row .seo-exp-txt .action-btn {padding: 13px 32px;background: #3CB5BC;  border-color: #3CB5BC;}
.fo-row .seo-exp-txt .action-btn:hover {background: #293742;border-color: #293742;}
.fo-row .seo-exp-txt .action-btn img{margin-right: 6px;}
footer{position: relative;    overflow: hidden;}
footer:after{content: ""; display: block; top: 0; bottom: 0; position: absolute; width: 100%; right:0; background: url(../images/Footer-cta-background-lines.svg) no-repeat; background-position: right; background-size: contain;}
.sertab-row .sertab-owl {  width: 100%;}
body{overflow-x: hidden;}
footer .footer {position: relative; z-index: 9; }
.who-rr-slideshow .slick-list{overflow: visible;}
.who-rr-slideshow .slick-slide:nth-child(2n) {  margin-top: 45px;}
.fo-link-col li a:hover{color: #3CB5BC;}
.fo-copy-col .fo-copy-link a:hover{text-decoration: none;    color: #999CA4;}
.fo-row .seo-exp-txt .action-btn img {position: relative; top: -1px; }
footer .fo-cnt-div a:hover{color: #3CB5BC;}
.sertab-owl .ser-item-tbcnt img{min-width: 907px;}

/*inner page curated link*/
.hero-curated-links .hero-row{grid-template-columns: 1fr 1fr;grid-column-gap: 30px;    grid-column-gap: 40px;    align-items: flex-start;}
.hero-curated-links .hero-img figure{width: calc(100% + 77px);}
.inner-hero-sec h1{font-weight: 700;}
.inner-hero-sec .hero-content p {margin-bottom: 32px;}
.inner-hero-sec .hero-content .hero-btn-group {margin-top: 32px; display: flex; grid-gap: 12px; }
.inner-hero-sec .hero-content .hero-btn-group .action-btn{min-width: 200px;}
.hero-section .action-btn.outline-btn{    border-color: #ffffff;}
.hero-section .action-btn.outline-btn:hover{    background-color: #ffffff; color: #003D3F;}
.inner-hero-sec  .action-link-txt{font-weight: 500; font-size: 15px;line-height: 100%;    color: #ffffff;      font-family: 'ClassicGrotesqueW01';}
.inner-hero-sec .hero-crt-link-txt{margin-top: 24px; display: inline-block;}
.inner-hero-sec .action-link-txt i{margin-left: 11px;}
.inner-hero-sec:before{display: none;}
.hero-section.inner-hero-sec:after {background: url("../images/inner-graph-vec.svg") no-repeat; max-width: 1146px; bottom: 0; margin: auto; left: 23%; right: 0; background-position: bottom; }
.inner-hero-sec {padding-bottom: 0; padding-top: 206px;margin-bottom: 55px;padding-bottom: 60px;}
.inner-hero-sec.hero-curated-links {   padding-bottom: 0;}
.hero-curated-links .hero-row .hero-content{padding-bottom: 80px;}
.hero-curated-links .hero-img{margin-bottom: -30px;}
.curated-diffc-mrk p{font-size: var(--lg-body-text);line-height: 160%;color: rgba(21, 35, 46, 0.6);}
.curlink-buylink-box {background: rgba(250, 250, 250, 0.05); border: 1px solid #E4E5E7; backdrop-filter: blur(5px); border-radius: 12px; padding: 40px; position: relative; margin-top: 90px; max-width: 415px; margin-left: auto; }
.curlink-buylink-box .logo-icn-img {background: #FAFAFA; border: 1px solid #E4E5E7; border-radius: 222px; display: table; position: absolute; width: 90px; height: 90px; left: -45px; top: -45px; display: flex; align-items: center; justify-content: center; }
.curlink-buylink-box h6{margin-bottom: 12px;color: #061022;}
.curlink-buylink-box p {font-weight: 500; font-size: 15px; line-height: 160%; color: #686D79; }
.curated-diffc-mrk {padding: 86px 91px;  position: relative;z-index: 1;    margin-left: -90px;}
.curated-rslt-mrkt {margin: 0; }
.curt-vec-sec .curt-vec-svg {position: absolute; z-index: -1; top: 220px; }
.curt-vec-sec {  position: relative;}
.curated-diffc-mrk:after {content: ""; position: absolute; top: 0; bottom: 0; background: #fff; filter: blur(50px); width: 100%; z-index: -1; left: 0; }
.ero-link-buildbox {background: #003D3F; border-radius: 21.79px; max-width: 1169px; margin-inline: auto; display: grid; grid-template-columns: 1.5fr 1fr; padding-block: 66px; align-items: center; grid-column-gap: 90px; padding-right: 40px; }
.ero-link-buildbox  .erolink-img-col {  margin-left: -158px;}
.ero-link-cnt h3{color: #ffffff;border-bottom: 1px solid rgba(60, 181, 188, 0.2);padding-bottom: 40px; margin-bottom: 40px;} 
.ero-link-buildbox .ero-link-cnt{color: #ffffff;}
.list-style-checkicn li {font-weight: 600; font-size: 15px; line-height: 120%; letter-spacing: 0.01em; text-transform: capitalize;color: #003D3F;list-style: none;display: grid;grid-template-columns: 24px 1fr;grid-column-gap: 12px;}
.list-style-checkicn li:before{content: "";width: 24px;height: 24px;display: inline-block;border-radius: 100%;background: rgba(60, 181, 188, 0.15) url("../images/li-checkicn.svg") no-repeat;    background-position: center;}
.list-style-checkicn li:not(:last-child){margin-bottom: 12px;}
.ero-link-cnt li{color: #C4C6CA;}
.ero-link-cnt li:not(:last-child){margin-bottom: 25px;}
.ero-link-buildbox .erolink-img-col img {background: #FAFAFA; border-radius: 16px; object-fit: cover;}
.era-link-building {margin-bottom: 120px;margin-top: 0;}
.faq-item .faq-content{display: none;}
.faq-sec {background: linear-gradient(248.87deg, rgba(255, 255, 255, 0) 5.04%, rgba(255, 255, 255, 0.1) 99.99%), #003D3F;   padding-block: 160px;position: relative;}
.faq-sec .sec-top-title p{color: rgba(250, 250, 250, 0.8);}
.faq-sec .sec-top-title h2{color: #ffffff;}
.faq-sec  .sec-top-title{max-width: 957px;}
.faq-wrap {display: grid; grid-template-columns: 1fr 1fr;grid-column-gap: 30px;position: relative;z-index: 1;}
.faq-sec .faq-wrap{margin-top: 60px;}
.faq-wrap .faq-item{border: 1px solid #4F5663;border-radius: 12px;padding: 20px 40px;}
.faq-wrap .faq-item .faq-title {align-items: center; display: grid; grid-template-columns: 1fr 20px; grid-column-gap: 28px;    cursor: pointer; }
.faq-wrap .faq-item .faq-title:after{content: "";background: url("../images/faq-plus-Icon.svg") no-repeat;width:20px;height:20px;display: inline-block;background-position: center;}
.faq-wrap .faq-item.faq-active .faq-title:after{background: url("../images/faq-minus-Icon.svg") no-repeat;background-position: center;}
.faq-item .faq-content {margin-top: 24px;}
/*
.faq-item .faq-content p{font-size: 16px; line-height: 160%; color: #999CA4; }
*/
.faq-item .faq-content p{font-size: 16px; line-height: 160%; color: #fff; }
.faq-wrap .faq-item .faq-title h6 {font-size: 22px; line-height: 100%;font-weight: normal; letter-spacing: 0.01em; font-family: 'Neue Haas Grotesk Display Pro';text-transform: capitalize; color: #FAFAFA; margin-bottom: 0; }
.faq-wrap .faq-col .faq-item:not(:last-child){margin-bottom: 10px;}
.faq-wrap .faq-item.faq-active {  border-color: #3CB5BC;}
.faq-sec:after{background: url("../images/faq-vector-svg.svg") no-repeat;max-width:999px; top: 50%; margin: auto; left: 0; content: ""; bottom: 0; position: absolute; width: 100%; }
.money-back-guar{background: linear-gradient(280.84deg, rgba(60, 203, 223, 0.25) 0%, rgba(60, 203, 223, 0) 100%), #003D3F; border-radius: 24px; padding: 40px; }
.moneybk-grnt-wrap {display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 40px; align-items: center; }
.moneybk-grnt-cnt h2{color: #FFFFFF;margin-bottom: 24px;}
.moneybk-grnt-cnt p{color: #C4C6CA;font-size: var(--lg-body-text);line-height: 160%;}
.moneybk-grnt-cnt ul{ margin-top: 40px;}
.moneybk-grnt-cnt li{color: #ffffff;}
.why-choose-link-wrap h4 { margin-bottom: 20px;}
.why-testi-slider .testi-slide-item .testi-slide-item-txt {background: #FAFAFA; padding: 20px; border: 1px solid #E4E5E7; border-radius: 20px; position: relative;}
.why-testi-slider .testi-slide-item .testi-slide-item-txt  p{font-weight: 500;font-size: 15px;color: #4F5663;line-height: 160%;}
.why-testi-slider .testi-slide-item .testi-slide-item-txt:after {content: ""; position: absolute; left: 25px; bottom: -8px; width: 15px; height: 15px; border: 1px solid #E4E5E7; background: #FAFAFA; transform: rotate(45deg); border-left: none; border-top: none; }
.why-testi-slider .testi-slide-item-author {display: grid; grid-template-columns: 54px 1fr; align-items: center; grid-column-gap: 12px; margin-top: 28px; }
.testi-slide-item-author .author-info-name{font-weight: 500;font-size: 16px;display: block;color: #003D3F;margin-bottom: 2px;line-height: 120%;}
.testi-slide-item-author  .author-info-caption{font-size: 16px;line-height: 120%;font-weight: bold;letter-spacing: 0.01em;color: #003D3F;display: block;}
.why-testi-slider .owl-nav {max-width: 184px; margin-inline: auto; display: flex; justify-content: space-between; margin-top: 24px; }
.why-testi-slider .owl-nav button {width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid #E4E5E7!important; border-radius: 100%; color: #061022!important; }
.why-testi-slider .owl-nav button span:before{font-family: "Font Awesome 6 Free";font-weight: 900;display: inline-block;font-size: 15px;}
.why-testi-slider .owl-nav button.owl-next span:before{content: "\f061";}
.why-testi-slider .owl-nav button.owl-prev span:before{content: "\f060";}
.why-testi-slider .owl-nav button span{font-size: 0;}
.why-testi-slider .owl-nav button.disabled span:before{color: #C4C6CA;}
.why-choose-link-wrap .tp-scrore {border-top: 1px solid #E4E5E7; padding-top: 30px; margin-top: 30px; }
.why-testi-slider .testi-slide-item {padding-right: 1px;}
.outreach-sec .sec-top-title {text-align: left; margin: 0 0 80px; }
.outreach-process-container ul {display: flex; flex-wrap: wrap; justify-content: center; counter-reset: css-counter 0;align-items: flex-start; }
.outreach-process-container ul li {width: 33.33%; counter-increment: css-counter 1; position: relative; padding-left: 20px;  list-style: none;  }
.outreach-process-container ul li:nth-child(2n) {  order: 3;    margin-top: -50px;}
.step-outreach-wrap .step-outreach-head-item .outreach-step-txt:after{content: counter(css-counter);margin-left: 5px;}
.outreach-process-container ul li:before {content: ""; display: inline-block; position: absolute; top: 0; left: 0; height: calc(100% - 25%); width: 21px;    border: 1px solid #E4E5E7;     border-right: none;}
.outreach-process-container ul li:not(:nth-child(2n)):before {border-bottom-left-radius: 12px; border-top: none; }
.outreach-process-container ul li:nth-child(2n):before {top: auto; bottom: 0; border-bottom: none; border-top-left-radius: 12px; }
.outreach-process-container .step-outreach-wrap{display: flex;flex-direction: column;max-width: 320px;}
.outreach-process-container ul li:nth-child(2n) .step-outreach-wrap{flex-direction: column-reverse;}
.step-outreach-wrap .step-outreach-img-wrp {width: 180px; height: 180px; background: #FAFAFA; border: 0.857143px solid #E4E5E7; border-radius: 24px; display: flex; align-items: center; justify-content: center; padding: 7px; }
.step-outreach-wrap .step-outreach-cnt-wrp {   margin-block: 28px;}
.outreach-process-container ul li:nth-child(2n) .step-outreach-cnt-wrp{margin-bottom: 0;} 
.outreach-process-container ul li:not(:nth-child(2n)) .step-outreach-cnt-wrp { margin-top: 0;}
.sec-top-title  .sml-title {margin-bottom: 12px; display: block; }
.outreach-sec .sec-top-title p{    color: rgba(21, 35, 46, 0.8);}
.step-outreach-wrap .step-outreach-head-item .outreach-step-txt{background: linear-gradient(110.49deg, #003D3F 3.65%, rgba(60, 181, 191, 0) 92.08%), #3CB5BC;
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent;text-transform: uppercase;font-weight: 500; font-size: 15px; line-height: 160%;display: block;margin-bottom: 4px;}
.step-outreach-wrap .step-outreach-head-item{margin-bottom: 16px;} 
.step-outreach-wrap .step-outreach-txt-item p{font-size: 15px;line-height: 160%;color: #80858E;}
.outreach-sec {  background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);  padding-top: 102px;}
.resell-links-wrap {background: linear-gradient(280.84deg, rgba(60, 203, 223, 0) 0%, rgba(60, 203, 223, 0.75) 100%), #003D3F; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); border-radius: 20px; text-align: center; padding: 60px; position: relative;}
.resell-links-wrap .resell-links-head h5{color: #ffffff;margin-bottom: 20px;}
.resell-links-wrap .resell-links-head p{line-height: 160%;font-size: var(--lg-body-text);color: rgba(255,255,255,0.8);}
.resell-links-wrap  .resell-btn-group {margin-top: 20px; display: inline-flex; align-items: center; grid-gap: 10px;position: relative; z-index: 99;}
.action-btn.white-btn {background: #ffffff; border-color: #ffffff;color: #003D3F; }
.action-btn.white-btn:hover{    background-color: #3CB5BC;border-color: #3CB5BC;color: #ffffff; }
.action-btn.outline-btn.white-outline-btn{border-color: #ffffff;}
.action-btn.outline-btn.white-outline-btn:hover{background: #ffffff;color: #003D3F;}
.resell-list ul {list-style: none; text-align: left; display: grid; place-content: center; margin-top: 22px; grid-auto-flow: column; margin-bottom: 0; grid-gap: 18px; }
.check-circle-list li{font-weight: 500; font-size: 15px;line-height: 100%;  color: rgba(255,255,255,0.75);      font-family: 'ClassicGrotesqueW01';    list-style: none;
    display: grid;  grid-template-columns:16px 1fr;  grid-column-gap: 8px;}
.check-circle-list li:before {content: ""; width:16px; height: 16px; display: inline-block; background: url("../images/check-circle.svg") no-repeat; background-position: center; }
.resell-links-wrap:after {background: url("../images/recall-svg-bg.svg") no-repeat; max-width: 596px; top: 0; margin: auto; left: auto; content: ""; bottom: 0; position: absolute; width: 100%; right: 0; background-position: right; }
.imgcnt-box-rw .cntcol .cntwrp {   max-width: 524px;}
.imgcnt-box-rw:not([class*="row-reverse"]) .cntcol .cntwrp {   margin-left: auto;}
.imgcnt-box-rw{align-items: center;}
.imgcnt-box-rw .cntwrp h3{font-weight: 700;margin-bottom: 24px;}
.imgcnt-box-rw .cntwrp p{font-size: 18px;line-height: 160%;color: #80858E;}
.imgcnt-box-rw .cntwrp .list-style-checkicn{display: flex; flex-wrap: wrap;}
.imgcnt-box-rw:not(:last-child) {   margin-bottom: 80px;}
.imgcnt-box-rw .cntwrp .list-style-checkicn li:not(:last-child){    margin-right: 40px;margin-bottom: 24px;}
.imgcnt-box-rw .cntwrp .cntinfo{border-bottom:  1px solid #E4E5E7;margin-bottom: 40px; padding-bottom: 40px;}
.imgcnt-box-rw .price-resold-num li {list-style: none; font-family: 'Gilroy'; font-weight: 600; font-size: 15px; line-height: 120%; letter-spacing: 0.01em; text-transform: capitalize; color: #003D3F; display: flex; flex-wrap: wrap; align-items: center; }
.imgcnt-box-rw .price-resold-num li .num{font-size: 28px;line-height: 100%;display: inline-block;margin-right: 12px;}
.imgcnt-box-rw .price-resold-num li:not(:last-child){margin-bottom: 24px;}
/*.imgcnt-box-rw .imgwrp {padding-top: 93.7%; position: relative; }
/*.imgcnt-box-rw .imgwrp img {position: absolute; top: 0; bottom: 0; object-fit: cover; height: 100%;    border-radius: 21.79px; }
*/.need-know-linkes-sec {margin: 0; padding-block: 120px; background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%); }
.imgcnt-box-sec{margin-bottom: 120px;}
.huge-saving-sec {background: linear-gradient(280.84deg, rgba(60, 203, 223, 0) 0%, rgba(60, 203, 223, 0.75) 100%), linear-gradient(0deg, #003D3F, #003D3F), linear-gradient(104.94deg, rgba(255, 255, 255, 0) 14.2%, rgba(255, 255, 255, 0.1) 85.56%), #013A3C; padding-block: 60px; }
.huge-saving-wrap {display: flex; flex-wrap: wrap; max-width: 1010px; margin-inline: auto;    justify-content: space-between; }
.huge-saving-wrap .huge-saving-title {   padding-right: 40px;flex: 1 0;}
.huge-saving-wrap .huge-saving-title h5{color: #FFFFFF;margin-bottom: 12px;}
.huge-saving-wrap .huge-saving-title p, .huge-start-saving .start-saving-txt{font-size: var(--lg-body-text);line-height: 160%;color:rgba(255,255,255,0.8);}
.huge-start-saving .start-saving-txt {  display: block;  text-align: center;}


     
.imgcnt-box-rw .imgwrp img{object-fit: cover;     border-radius: 21.79px;}
.imgcnt-box-rw .imgwrp figure img, .ero-link-buildbox .erolink-img-col figure img{height: 100%;}
.imgcnt-box-rw .imgwrp, .ero-link-buildbox .erolink-img-col{display: flex;  align-items: stretch;}
.ero-link-buildbox .erolink-img-col:before {float: left; padding-top: 53.7%; content: ""; }
.ero-link-buildbox .erolink-img-col:after{ display: block;  content: "";   clear: both;}  

main {   min-height: calc(100vh - 781px);}

/*newsletter form imp css*/
.crt-fre-acc form {display: flex; align-items: center; width: 100%;margin: 0; }
.crt-fre-acc form .tnp-field-email {flex: 1 0; }
.crt-fre-acc form .tnp-field input[type="submit"] {
    border-radius: 6px; font-weight: 500; font-size: 15px; line-height: 100%; font-family: 'ClassicGrotesqueW01'; text-align: center; text-transform: capitalize; color: #ffffff; border: 1px solid #BC3C53; padding: 14px 24px; display: inline-block; background-color: #BC3C53; height: 46px; border-radius: 0 6px 6px 0; cursor: pointer; }
.crt-fre-acc form .tnp-field input[type="email"]{background: transparent; color: #000000; font-size: 15px; line-height: 140%; border: 1px solid #C4C6CA; border-right: none; border-radius: 6px 0 0 6px; width: 100%; height: 46px; background:#FAFAFA; padding: 11px 24px;     font-weight: 300;}
.crt-fre-acc form .tnp-field input[type="submit"]:hover{    background-color: #293742; border-color: #293742;}
main {  min-height: calc(100vh - 781px);}
.thank_you{text-align: center; margin-bottom: 80px;}
.thank_you p{font-size: 28px; line-height: 100%; letter-spacing: 0.01em;font-family: 'Gilroy'; font-weight: 600; color: #003D3F;}


.price-seo-campaign {background: #FAFAFA; padding-block: 120px; }
.price-seo-campaign .sec-top-title {margin-bottom: 80px; }
 .price-seobg-wrap  .price-seobg-grid{display: grid; grid-template-columns: 1.57fr 0.5fr; grid-column-gap: 20px; }
.price-seobg-grid .grybg-col {background: #f7f7f7;border-radius:0px 0px 16px 16px;}
.price-seobg-grid.grybg .why-priceseo-wrap{padding: 40px;}
.why-priceseo-wrap > h6{text-align: center;}
.why-priceseo-wrap .why-price-items{margin-top: 24px;}
.why-priceseo-wrap .why-price-items ul {list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-column-gap: 40px; }
.why-priceseo-wrap .why-price-items ul li .icn-img { margin-bottom: 16px; }
.why-priceseo-wrap .why-price-items ul li, .price-seobg-grid .how-order p{font-size: 15px;line-height: 160%;color: rgba(21, 35, 46, 0.6);}
.price-seobg-grid.grybg .how-order{padding: 30px;}
.price-seobg-grid .how-order{text-align: center;}
.price-seobg-grid .how-order h6{margin-bottom: 12px;}
.price-seobg-grid .how-order .action-link{margin-top: 24px;font-weight: 600;
font-size: 15px;display: inline-block;
line-height: 160%;text-align: center;
text-decoration-line: underline;color: rgba(60, 181, 188, 0.6);}



.price-tab-grid .tab-content{ display: none;border-radius: 16px 16px 0px 0px;}
.price-seobg-wrap .price-tab-grid{background: #FFFFFF;border-radius: 16px 16px 0px 0px;    padding: 40px 20px;}
.price-tab-grid .tab-content.current{display: grid; }
.price-tab-grid ul{list-style: none; margin:0;padding:0; }
.price-nav-tab .tabs {display: flex; justify-content: center;     align-items: center;}
.price-nav-tab .tabs li {display: block; width: 100%; max-width: 320px; }
.price-nav-tab .tabs li .action-btn{display: block;border-width: 2px;color: #ffffff;    cursor: pointer;    background-color: #3CB5BC!important;border-color:#3CB5BC;}
.price-nav-tab .tabs li:not(.current) .action-btn {  background: transparent!important;color: #003D3F;}
.price-nav-tab .tabs .indiv-btn{border-radius: 6px 0px 0px 6px;}
.price-nav-tab .tabs  .link-pkg-btn{border-radius: 0px 6px 6px 0px;}
.price-nav-tab .tabs li .action-btn:hover{    border-color: #3CB5BC;}
.select-product-left .select-pro-block, .select-product-left .select-pro-block .select-pro-txt {display: flex; justify-content: center;    align-items: center; }
.select-pro-block .select-pro-txt h4{margin-bottom: 0;}
.select-product-left .select-pro-block .title{margin-bottom: 0;    margin-right: 18px;}
.select-pro-block .select-pro-txt {border: 1px solid #E4E5E7;border-radius: 8px;padding: 16px 24px 12px;}
 .select-pro-txt .selected-pkg-tx{margin-left: 12px;}
.price-seobg-grid .select-product-order{padding: 30px 40px;    background: #fff;border-radius: 16px 16px 0px 0px;}
.select-product-order .price-link-block .price-link-label{font-weight: 600; font-size: 16px; line-height: 140%;letter-spacing: 0.01em; text-transform: uppercase;color: #999CA4;display: block;margin-bottom: 8px;}
.select-product-order .price-link-block .gp-pricing-total{font-weight: 500; font-size: 46px; line-height: 100%;color: #061022;    font-family: 'Gilroy';}
.select-product-order .price-link-block{margin-bottom: 16px;}
.select-product-order .price-info-txt p{font-size: 18px; line-height: 160%;color: #15232E;opacity: 0.6;}
.select-product-order .price-info-txt{margin-bottom: 33px;}
.select-product-order .price-info-txt a{color: #3CB5BC;}
.select-product-order .order-block .action-btn{background: #BC3C53; display: block;padding: 16px;border-color: #BC3C53;    font-weight: bold;}
.select-product-order .order-block {margin-bottom: 4px;}
.select-product-order .no-payment-txt{font-size: 15px;line-height: 160%;display: block;text-align: center;    color: rgba(128, 133, 142, 0.6);margin-top: 4px;}
.price-tab-grid .extra-saving:after {content: ""; display: block; background: url("../images/extra-saving-arrow.svg") no-repeat; width: 54px; height: 14px; position: absolute; left: 0; }
.price-tab-grid .extra-saving {padding-left: 15px; position: relative; }
.range-note-txt {   text-align: center;    color: rgba(128, 133, 142, 0.6);}
.price-tab-grid .price-nav-tab {   position: relative;    margin-bottom: 40px;}
.gp-pricing__range-slider .range {  padding-inline: 40px;}

input[type=range] { 
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
}
.range__labels {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: 0;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 16px;
       background: #3CB5BC;
box-shadow: 0px 0px 12px rgba(60, 203, 223, 0.75);
    cursor: pointer;
    margin-top: -10px;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 16px;
       background: #3CB5BC;
box-shadow: 0px 0px 12px rgba(60, 203, 223, 0.75);
    cursor: pointer;
    border: none;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 16px;
   background: #3CB5BC;
box-shadow: 0px 0px 12px rgba(60, 203, 223, 0.75);
    cursor: pointer;
    border: none;
}

input[type=range]:hover::-webkit-slider-thumb {
    background: #3CB5BC;
    box-shadow: 0 3px 15px 1px rgba(0,0,0,.08);
}

input[type=range]:hover::-moz-range-thumb {
    background: #3CB5BC;
    box-shadow: 0 3px 15px 1px rgba(0,0,0,.08);
}

input[type=range]:hover::-ms-thumb {
    background: #3CB5BC;
    box-shadow: 0 3px 15px 1px rgba(0,0,0,.08);
}

input[type=range]:focus::-webkit-slider-thumb {
    background: #3CB5BC;
    box-shadow: 0 3px 15px 1px rgba(0,0,0,.08);
}

input[type=range]:focus::-moz-range-thumb {
    background: #3CB5BC;
    box-shadow: 0 3px 15px 1px rgba(0,0,0,.08);
}

input[type=range]:focus::-ms-thumb {
    background: #3CB5BC;
    box-shadow: 0 3px 15px 1px rgba(0,0,0,.08);
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #FAFAFA;
    border-radius: 8px;
    transition: all .29s ease-in-out 0s;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FAFAFA;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #FAFAFA;
    border-radius: 8px;

    transition: all .29s ease-in-out 0s;
}

.select-pro-txt .tooltip-content .select-value-cnt, .select-pro-txt .tooltip-content {display: flex; align-items: center; }
.select-pro-txt .tooltip-content .select-value-cnt .h4{margin-bottom: 0;}
.select-pro-txt .tooltip-content .select-value-cnt .value-title {   margin-right: 7px;}
.select-product-left .slide-range-wrap {  margin-top: 24px;}
.select-product-left .slide-range-wrap  .range-note-txt{text-align: center;color: rgba(128, 133, 142, 0.6);}
.select-product-order .price-link-block .gp-pricing-total:before{content: "$"; display: inline-block;}
.curt-vec-svg.guest-curt-svg {left: 0;	right: 0;	margin: auto;	top: 82px;}
.curt-vec-svg.guest-curt-svg img {display: block;margin: auto; }
.era-link-guest-grid {	display: grid;	grid-template-columns: 1fr 1fr;grid-column-gap: 40px;}
.era-link-guest-grid .era-link-guest-wrap {
	background: #003D3F;
	border-radius: 21.79px;
	padding: 0px 40px 40px;margin-top: 130px;
}
.era-link-guest-wrap .era-imgwrp {
	margin-top: -130px;
}
.era-link-guest .container{max-width: 1130px;}
.era-link-guest-wrap .era-imgwrp img {
	display: block;
	margin: auto auto 52px;
}
.era-link-guest-wrap  .ero-link-cnt h3{    padding-bottom: 20px;margin-bottom: 20px;}
.why-eraimg-link-wrap {	background: #003D3F;	border-radius: 21.79px;    padding: 40px;}
.why-eraimg-link-grid {display: grid;grid-template-columns: 1.32fr 1fr;	grid-column-gap: 18px;    margin-bottom: 20px;	max-width: 1140px;margin-inline: auto;}
.why-eraimg-link .sec-top-title {margin-bottom: 24px;}
.ero-link-cnt h4{color: #ffffff;	border-bottom: 1px solid rgba(60, 181, 188, 0.2);	padding-bottom: 30px;	margin-bottom: 30px;}
.leader-insdusty .leader-insdu-logo-blk {display: grid;	grid-template-columns: 110px 1fr;	grid-column-gap: 12px;	align-items: center;}
.leader-insdusty .leader-insdu-logo-blk:not(:last-child) {margin-bottom: 33px;}
.leader-insdu-logo-blk .insdusty-logo-txt p{font-weight: 600;	font-size: 15px;	line-height: 120%;	letter-spacing: 0.01em;	color: #C4C6CA;}
.what-client-say {max-width: 902px;	margin: auto;	display: grid;	grid-template-columns: 0.8fr 1fr;align-items: center;    grid-column-gap: 20px;}
.what-client-say .client-say-wrap {	display: grid;	grid-template-columns: 100px 1fr;	align-items: center;	grid-column-gap: 20px;}
.client-say-wrap .client-say-txt-wrp {	background: #FAFAFA;	border: 1px solid #E4E5E7;	padding: 20px 20px 25px 25px;	border-radius: 15px;    position: relative;    margin-left: 10px;}
.client-say-wrap .client-say-txt-wrp  p{font-weight: 500;	font-size: 15px;	line-height: 160%;color: #4F5663;}
.client-say-wrap .client-say-txt-wrp:after {content: "";	position: absolute;	left: -8px;	width: 15px;	height: 15px;	border: 1px solid #E4E5E7;	background: #FAFAFA;	border-left: none;	border-top: none;	transform: translateY(-50%) rotate(135deg);	bottom: 25px;
}
.curt-vec-sec div.whychose-curt-svg {   left: 0;    right: 0;    margin: auto;    top: 44px;}
.curt-vec-sec .whychose-curt-svg img{display: block;margin: auto;}
.why-eraimg-link {   margin-top: 48px;}
.era-link-guest {  margin-top: 60px;}
.era-link-buildbx {   margin-top: 170px;}

.sertab-owl .ser-item-tbcnt img {min-width: 100%;}
.inner-hero-sec .hero-content p:last-child { margin-bottom: 0;}

/* ronak 01-02-2023 */

@media (min-width: 1300px) {
    .inner-hero-sec.here-to-help .hero-img {margin-bottom: -387px;}
}

.inner-hero-sec.here-to-help {margin-bottom: 0;}
.inner-hero-sec.here-to-help .hero-row {grid-template-columns: 414px 1fr;grid-column-gap: 0;}
.inner-hero-sec.here-to-help .hero-content {max-width: 354px;padding-right: 40px;}
.inner-hero-sec.here-to-help .hero-img figure {width: calc(100% - 40px);margin-left: auto;}
.inner-hero-sec.here-to-help .hero-img figure img {width: 100%;}
.inner-hero-sec.here-to-help h1 {margin-bottom: 24px;}
.inner-hero-sec.here-to-help h2 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;margin-bottom: 8px;}
.inner-hero-sec.here-to-help p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #FFFFFF;margin-bottom: 8px;}
.inner-hero-sec.here-to-help ul {list-style: none;margin-bottom: 24px;}
.inner-hero-sec.here-to-help ul li {padding-inline-start: 24px;border-left: 1px solid #3CB5BC;font-family: 'Open Sans';font-style: italic;font-weight: 400;font-size: 15px;line-height: 160%;color: #FAFAFA;}

.business-development-sec {background-color: #FAFAFA;padding-top: 51px;padding-bottom: 216px;}
.bd-main-wrp {display: flex;max-width: 448px;position: relative;border-bottom: 1px solid #3CB5BC;}
.bd-main-wrp .bd-about-cnt {padding-right: 80px;}
.bd-main-wrp .bd-about-cnt img {margin-bottom: 8px;}
.bd-main-wrp .bd-about-cnt h3 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;margin-bottom: 8px;}
.bd-main-wrp .bd-about-cnt p {font-family: 'Open Sans';font-style: italic;font-weight: 400;font-size: 15px;line-height: 160%;color: #686D79;margin-bottom: 24px;}
.bd-main-wrp .image-bd {position: absolute;top: auto;bottom: -1px;right: -70px;z-index: 9;}
.bd-main-wrp .image-bd ul {list-style: none;margin-bottom: 0;}
.bd-main-wrp .image-bd ul li {position: relative;border-radius: 100%;overflow: hidden;}
.bd-main-wrp .image-bd ul li:nth-child(2) {margin-top: -36.5px;}
.bd-main-wrp .image-bd ul li:nth-child(3) {margin-top: -37px;}

.an-enquiry-sec {padding-bottom: 120px;margin-top: 80px;}
.an-enquiry-sec .sec-top-title {margin-bottom: 40px;}

.enquiry-category-wrp {display: grid;grid-template-columns: 871px 343px;grid-gap: 70px;}
.enquiry-categories {background-color: #FFFFFF;box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);border-radius: 21.79px;padding: 80px 120px;}
.enquiry-categories h3 {text-align: center;font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;text-align: center;letter-spacing: 0.01em;color: #4F5663;margin-bottom: 16px;}
ul.enquiry-tabs {margin: 0;padding: 0;list-style: none;width: 100%;display: flex;align-items: center;margin-bottom: 40px;justify-content: center;}
ul.enquiry-tabs li {margin: 0;padding: 0;overflow: hidden;position: relative;}
ul.enquiry-tabs li a {padding: 11px 74px;text-decoration: none;display: block;font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 15px;line-height: 160%;text-align: center;color: #061022;border-radius: 6px 0px 0px 6px;border: 2px solid #3CB5BC;}
ul.enquiry-tabs li:last-child a {border-radius: 0 6px 6px 0px;}
ul.enquiry-tabs li a:hover {border-color: #3CB5BC;}
ul.enquiry-tabs li.active a, ul.enquiry-tabs li.active a:hover {background: #3CB5BC;}
ul.enquiry-tabs li.active a, ul.enquiry-tabs li.active a:hover {color: #FFFFFF;}
.enquiry-tabs-container {border-top: none;overflow: hidden;clear: both;width: 100%;}
.enquiry_content h4 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;text-align: center;letter-spacing: 0.01em;text-transform: capitalize;color: #061022;margin-bottom: 12px;text-align: center;}
.enquiry_content p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;text-align: center;color: #686D79;margin-bottom: 24px;}


.contact-details-wrp {margin-top: 40px;}
.contact-details-wrp h4 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #4F5663;margin-bottom: 16px;}
.contact-details-wrp > p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;color: #686D79;margin-bottom: 40px;}
.contact-details-wrp > p span {font-family: 'Open Sans';font-style: normal;font-weight: 700;font-size: 16px;line-height: 160%;text-decoration-line: underline;color: #3CB5BC;}
.contact-details-wrp ul.contact-detais {list-style: none;margin-bottom: 38px;}
.contact-details-wrp ul.contact-detais li .cnt-info-txt { flex: 1 0; }
.contact-details-wrp ul.contact-detais li {padding: 16px;position: relative;border: 1px solid transparent;border-radius: 12px;cursor: pointer;margin-bottom: 8px;transition: 0.2s ease-in;        display: flex;}
.contact-details-wrp ul.contact-detais li:hover {border: 1px solid #3CB5BC;}
.contact-details-wrp ul.contact-detais li a {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;display: flex;align-items: center;color: #4F5663;}
.contact-details-wrp ul.contact-detais li a strong {font-weight: 700;}
.contact-details-wrp ul.contact-detais li .contact-icons { max-width: 40px; margin-right: 12px; width: 40px; flex: 40px; }

.link-building {margin-bottom: 0;padding-bottom: 100px !important;}
.link-building .hero-row .hero-content {padding-bottom: 0;}
.link-building .hero-content h2 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 50px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;}



@media (min-width: 1300px) {
    .link-building .hero-img {margin-bottom: 0 !important;margin-top: -36px;}
    .link-building .hero-img figure {width: calc(100% + 0px);}
}

.our-value-sec {background-color: #FAFAFA;}
.our-value-sec .our-value-wrp {display: flex;}.our-value-sec .our-value-wrp {display: flex;position: relative;z-index: 9;}
.our-value-wrp .our-value-box {background: rgba(255, 255, 255, 0.9);box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.02);backdrop-filter: blur(10px);border-radius: 12px;padding: 64px 40px;margin-right: 20px;height: 100%;}
.our-value-wrp .our-value-box h3 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-align: center;text-transform: capitalize;color: #3CB5BC;}
.our-value-wrp .our-value-box p {max-width: 160px;font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;text-align: center;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;margin-left: auto;margin-right: auto;}
.our-value-wrp .our-value-box:nth-child(1) {margin-top: -175px;}
.our-value-wrp .our-value-box:nth-child(2) {margin-top: -52px;}
.our-value-wrp .our-value-box:nth-child(3) {margin-top: -113px;}

.rhino-rank-sec {margin-top: 5px;padding-bottom: 200px;}
.rhino-rank-wrp {display: grid;grid-template-columns: 1fr 1fr;grid-column-gap: 60px;}
.rhino-rank-wrp .left-col > img {margin-bottom: 24px;}
.rhino-rank-wrp .left-col h4 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;}
.rhino-rank-wrp .left-col p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #686D79;}
.rhino-rank-wrp .left-col > p {border-bottom: 1px solid #E4E5E7;padding-bottom: 40px;}
.rhino-rank-wrp .left-col p a.smr-digital-ltd {color: #3CB5BC;text-decoration: underline;font-weight: 700;}
.rhino-rank-wrp .left-col ul {margin-top: 40px;list-style: none;display: flex;flex-wrap: wrap;width: 100%;row-gap: 24px;}
.rhino-rank-wrp .left-col ul li {display: flex;align-items: center;margin-right: 40px;}
.rhino-rank-wrp .left-col ul li img {margin-right: 12px;}
.rhino-rank-wrp .left-col ul li p {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 15px;line-height: 120%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;}

.goal-statement-sec {position: relative;}
.goal-statement-sec::before {content: '';position: absolute;right: 168px;top: 0;background: url(../images/goal-statement-bg.png) no-repeat center;background-size: cover;width: 70%;height: 100%;z-index: -1;}
.goal-statement-wrp {display: grid;grid-template-columns: 831px 1fr;column-gap: 40px;}
.over-value-cnt {position: relative;z-index: 2;margin-bottom: 56px;margin-top: -80px;padding: 80px 80px 80px 0;}
.over-value-cnt::after {content: '';position: absolute;top: 0;right: 0;z-index: -1;background: linear-gradient(280.84deg, rgba(60, 203, 223, 0) 0%, rgba(60, 203, 223, 0.15) 100%), #003D3F;backdrop-filter: blur(2.5px);height: 100%;width: 90vw;border-radius: 0px 16px 16px 0px;}
.over-value-cnt h4 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 40px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;}
.over-value-cnt > p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #E4E5E7;margin-bottom: 12px;margin-bottom: 40px;}
.over-value-cnt > p strong {font-weight: 700;}
.over-value-cnt ul {list-style: none;display: grid;column-gap: 52px;grid-template-columns: repeat(3, 1fr);margin-bottom: 0;}
.over-value-cnt ul li .img-wrp {margin-bottom: 40px;background: rgba(60, 181, 188, 0.1);border-radius: 4px;width: 56px;height: 56px;display: flex;align-items: center;justify-content: center;}
.over-value-cnt ul li h4 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 34px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;margin-bottom: 8px;}
.over-value-cnt ul li p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;color: #C4C6CA;}
.goal-statement-cnt {padding-top: 120px;}
.goal-statement-cnt h5 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 40px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;}
.goal-statement-cnt p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #686D79;}

.our-journey-sec {background-color: #FAFAFA;padding-top: 160px;position: relative;}
.our-journey-sec::after {content: '';background: url(../images/our-journey-bg.png) no-repeat center; position: absolute;bottom: 0;right: -5%;max-width: 1200px;width: 100%; max-height: 643px;height: 100%;}
.our-journey-sec h2 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;}
.our-journey-sec p {font-family: 'Open Sans';font-style: normal;font-size: 18px;line-height: 160%;color: #686D79;max-width: 633px;}
.our-journey-sec ul {margin-top: 134px;margin-bottom: 0;list-style: none;display: flex;flex-wrap: wrap;}
.our-journey-sec ul li {padding-bottom: 127px;max-width: 33.33%;flex: auto;}
.our-journey-sec ul li .our-journey-cnt {position: relative;top: -70px;}
.our-journey-sec ul li .our-journey-cnt h3 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 40px;line-height: 100%;text-transform: capitalize;color: #3CB5BC;}
.our-journey-sec ul li .our-journey-cnt span {position: relative;display: block;height: 47px;width: 47px;}
.our-journey-sec ul li .our-journey-cnt span::after {content: '';width: 1px;height: 47px;background-color: #003D3F;position: absolute;top: 0;left: 0;}
.our-journey-sec ul li .our-journey-cnt h4 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;margin-top: 16px;margin-bottom: 8px;}
.our-journey-sec ul li:nth-child(1) {order: 1;border-top: 1px solid #003D3F;padding-right: 128px;}
.our-journey-sec ul li:nth-child(2) {order: 2;border-top: 1px solid #003D3F;border-bottom: 1px solid #003D3F;padding-right: 128px;}
.our-journey-sec ul li:nth-child(3) {order: 3;border-top: 1px solid #003D3F;border-right: 1px solid #003D3F;border-bottom: 1px solid #003D3F;border-radius: 0 100px 100px 0;padding-right: 128px;}
.our-journey-sec ul li:nth-child(4) {order: 6;padding-left: 128px;}
.our-journey-sec ul li:nth-child(5) {order: 5;padding-left: 128px;}
.our-journey-sec ul li:nth-child(6) {order: 4;padding-left: 109px;border-top:1px solid #003D3F;border-left: 1px solid #003D3F;border-bottom: 1px solid #003D3F;border-radius: 100px 0 0 100px;margin-top: -1px;}
.our-journey-sec ul li:nth-child(7) {order: 7;padding-left: 218px;max-width: calc(33.33% + 218px);padding-right: 120px;position: relative;}

.our-journey-img-sec {padding-top: 81px;padding-bottom: 80px;display: flex;}
.our-journey-img-sec .container {max-width: 1442px;}
.our-journey-img-sec ul {list-style: none;display: flex;flex-wrap: wrap; align-items: flex-start;  margin-top:-150px;}
.our-journey-img-sec ul li {box-shadow: 0px 4px 20px rgba(0, 61, 63, 0.3);border-radius: 11.8758px;display: inline-block;overflow: hidden;position: relative;    margin: 0.8%;}
.our-journey-img-sec ul li:nth-child(1) {width: calc(22.2% - 0.8%);float: left;}
.our-journey-img-sec ul li:nth-child(2) {float: left;width: calc(44.8% - 0.8%);}
.our-journey-img-sec ul li:nth-child(3) {float: left;margin-top: -11.5%;width: calc(29.5% - 0.8%);}
.our-journey-img-sec ul li:nth-child(4) {float: left;margin-left: 8.3%; width: 60.1%;}
.our-journey-img-sec ul li:nth-child(5) {float: left;width: 22%;margin-top: -5%;}

.our-partners-two-sec {background-color: #FAFAFA;padding-top: 47px;padding-bottom: 47px;}
.our-partners-two-sec ul { display: grid; list-style: none; grid-auto-flow: column; justify-content: space-between; grid-column-gap: 20px; }
.our-partners-two-sec ul li:last-child {margin-right: 0px;}

.love-to-hear-sec {background-color: #F2F5F5;padding: 80px 0;}
.love-to-hear-sec .love-to-hear-wrp {display: flex;justify-content: space-between;align-items: center;}
.love-to-hear-sec .love-to-hear-wrp .left-col h6 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;}
.love-to-hear-sec .love-to-hear-wrp .left-col p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #003D3F;max-width: 740px;}
.love-to-hear-sec .love-to-hear-wrp .right-col a {display: inline-flex;align-items: center;}
.love-to-hear-sec .love-to-hear-wrp .right-col a img {margin-left: 7px;}

.trust-by-agencies.trust-by-about-us {margin-top: 0;}

/* enquiry contact form 3-2-23  start*/
input, button, select, optgroup, textarea{    font-family: 'Open Sans';    font-weight: 400;}
.enquiry-contect-frm .half-input-field { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 24px; }
.enquiry-contect-frm  .form-group{margin-bottom: 24px;}
.enquiry-contect-frm  .form-group > p, .enquiry-contect-frm .checkbox-btn-group > p{margin-bottom: 0; text-align: left;}
.enquiry-contect-frm  .form-group label{display: block;font-size: 15px; line-height: 160%;color: #061022;margin-bottom:0px;text-align: left;    cursor: pointer;}
.enquiry-contect-frm  .form-group input:not([type="checkbox"]):not([type="radio"]):not([type="radio"]):not([type="submit"]), .enquiry-contect-frm  .form-group textarea, .enquiry-contect-frm  .form-group select{font-weight: 300; font-size: 15px; line-height: 140%;color: #061022;padding: 13px 24px;border: 1px solid #D1D5DB;
border-radius: 6px;width: 100%;}
.enquiry-contect-frm  .form-group textarea{height: 120px;    display: block;} 
.enquiry-contect-frm .form-group > p > span, .enquiry-contect-frm .checkbox-btn-group > p > span{display: block;}
.enquiry-contect-frm .form-group  .star{color:#3CB5BC;}
.enquiry-contect-frm  .form-group input[type="submit"] { background: #BC3C53;  padding: 15px 24px; font-weight: 500; font-size: 15px; line-height: 100%; text-align: center; text-transform: capitalize; color: #fff; border: none;     cursor: pointer;}
.enquiry-contect-frm .submit-btn > p { display: flex; flex-direction: row-reverse; position: relative; z-index: 99; }
.enquiry-contect-frm .checkbox-btn-group .wpcf7-list-item label span { background: #FFFFFF; border: 1px solid #D1D5DB; border-radius: 4px;    display: block; padding: 12px; margin: auto; text-align: center; }
.enquiry-contect-frm .checkbox-btn-group .wpcf7-list-item label input[type="checkbox"]{position: absolute; display: none;}
.enquiry-contect-frm .checkbox-btn-group .wpcf7-list-item label  input:checked + span {background: rgba(60, 181, 188, 0.05); border-color: #3CB5BC;}
.enquiry-contect-frm .checkbox-btn-group .wpcf7-list-item { margin: auto; display: block; width: 100%; }
.enquiry-contect-frm .checkbox-btn-group .wpcf7-checkbox { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 12px; }
.enquiry-contect-frm  .form-group .wpcf7-not-valid-tip { font-size: 12px; display: block; margin-top: 5px; line-height: 1.2; }
.enquiry-tabs-container .wpcf7 form .wpcf7-response-output{    text-align: center;    margin: 0;}
.enquiry-contect-frm .form-group > p > label{margin-bottom: 8px;}
/* enquiry contact form 3-2-23  end*/

.affiliate-hero-sec.inner-hero-sec:after {background: url(../images/building-agency-worldwide.png) no-repeat;max-width: 100%;bottom: 0;margin: auto;left: 11%;right: 0;background-position: bottom;}
.affiliate-hero-sec.hero-curated-links .hero-row .hero-content {padding-bottom: 88px;}
.affiliate-hero-sec.hero-curated-links .hero-row {grid-template-columns: 722px 1fr;grid-column-gap: 55px;}
.affiliate-hero-sec.hero-curated-links .hero-img {margin-left: -73px;margin-right: -20px;}
.affiliate-hero-sec .hero-content > span {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;margin-bottom: 16px;display: block;}
.affiliate-hero-sec .hero-content h2 {margin-bottom: 16px;}
.affiliate-hero-sec .hero-content h2,
.affiliate-hero-sec .hero-content h2 span {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;}
.affiliate-hero-sec .hero-content h2 span {color: #3CB5BC;}
.affiliate-hero-sec .hero-content P {margin-bottom: 32px;}
.affiliate-hero-sec .hero-content a.primary img {width: 14px;height: auto;margin-left: 4px;}
.affiliate-hero-sec .hero-content a.get-in-tuch {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 15px;line-height: 160%;color: #FFFFFF;display: block;margin-top: 8px;}
.affiliate-hero-sec .hero-content a.get-in-tuch span {font-weight: 700;color: #3CB5BC;text-decoration: underline;}

.become-affiliate-sec {padding-top: 65px;padding-bottom: 80px;}
.become-affiliate-sec .become-affiliate-wrp {display: grid;grid-template-columns: 742px 1fr;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul {list-style: none;padding: 0;margin: 0;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul li {margin-bottom: 40px;display: flex;flex-wrap: wrap;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul li:last-child {margin-bottom: 0;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul li .img-wrp {max-width: 40px;flex: auto;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul li .content {max-width: calc(100% - 40px);flex: auto;padding-left: 24px;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul li .content p {font-family: 'Gilroy';font-style: normal;font-weight: 400;font-size: 28px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 8px;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul li .content p strong {font-weight: 600;}
.become-affiliate-sec .become-affiliate-wrp .left-col .main-ul li .content span {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;color: #686D79;}
.become-affiliate-sec .become-affiliate-wrp .right-col {position: relative;}
.become-affiliate-sec .become-affiliate-wrp .right-col img {position: absolute;top: 0;left: 0;}
.become-affiliate-sec .become-affiliate-wrp .right-col h3 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 40px;line-height: 100%;text-transform: capitalize;color: #003D3F;padding: 16px;max-width: 415px;}

.it-really-sec {padding-bottom: 160px;}
.it-really-sec .it-really-wrp {background: linear-gradient(280.84deg, rgba(60, 203, 223, 0) 0%, rgba(60, 203, 223, 0.15) 100%), #003D3F;backdrop-filter: blur(2.5px);border-radius: 24px;display: flex;flex-wrap: wrap;}
.it-really-sec .it-really-wrp .it-really-box:nth-child(1) {padding: 112px 68px 112px 40px;max-width: 33.33%;flex: 0 0 33.33%;border-right: 1px solid #3CB5BC;position: relative;}
.it-really-sec .it-really-wrp .it-really-box:nth-child(1)::before {content: '';position: absolute;top: 50%;right: -18px;height: 35px;width: 35px;border: 1px solid #3CB5BC;border-bottom: 0;border-left: 0;transform: rotate(45deg);background: linear-gradient(280.84deg, rgba(60, 203, 223, 0) -490%, rgba(60, 203, 223, 0.15) 300%), #003D3F;}
.it-really-sec .it-really-wrp .it-really-box:nth-child(2) {padding: 112px 50px;max-width: 33.33%;flex: 0 0 33.33%;border-right: 1px solid #3CB5BC;position: relative;}
.it-really-sec .it-really-wrp .it-really-box:nth-child(2)::before {content: '';position: absolute;top: 50%;right: -18px;height: 35px;width: 35px;border: 1px solid #3CB5BC;border-bottom: 0;border-left: 0;transform: rotate(45deg);background: linear-gradient(280.84deg, rgba(60, 203, 223, 0) -150%, rgba(60, 203, 223, 0.15) 450%), #003D3F;}
.it-really-sec .it-really-wrp .it-really-box:nth-child(3) {padding: 112px 40px 112px 50px;max-width: 33.33%;flex: 0 0 33.33%;}
.it-really-sec .it-really-wrp .it-really-box:nth-child(4) {padding: 36px 0;max-width: 100%;flex: 0 0 100%;border-top: 1px solid #3CB5BC;display: flex;justify-content: center;}
.it-really-sec .it-really-wrp .it-really-box:nth-child(4) h4 {font-family: 'Gilroy';font-style: normal;font-weight: 500;font-size: 40px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;margin-right: 80px;margin-bottom: 0;}
.it-really-sec .it-really-wrp .it-really-box p {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;text-align: center;letter-spacing: 0.01em;text-transform: capitalize;color: #3CB5BC;margin-bottom: 8px;}
.it-really-sec .it-really-wrp .it-really-box span {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 34px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;display: block;}

.easily-track-sec h2 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-align: center;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;max-width: 800px;margin-left: auto;margin-right: auto;}
.easily-track-sec p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;text-align: center;color: #686D79;max-width: 800px;margin-left: auto;margin-right: auto;}
.easily-track-sec ul {display: flex;flex-wrap: wrap;margin-top: 43px;list-style: none;justify-content: center;margin-bottom: 53px;}
.easily-track-sec ul li {display: flex;flex-wrap: wrap;align-items: center;margin-right: 40px;margin-bottom: 30px;}
.easily-track-sec ul li img {margin-right: 12px;width: 24px;height: 24px;}
.easily-track-sec ul li p {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 15px;line-height: 120%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;}

.easily-track-img-sec {padding-bottom: 80px;}
.easily-track-img-sec .container {max-width: 1606px;}

.things-to-know-sec {padding-bottom: 40px;}
.things-to-know-sec .container {max-width: 1068px;}
.things-to-know-sec h2 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-align: center;text-transform: capitalize;color: #003D3F;margin-bottom: 40px;}
.things-to-know-sec .things-first-wrp {display: grid;grid-template-columns: repeat(2, 1fr);align-items: center;margin-bottom: 40px;}
.things-to-know-sec .things-second-wrp {display: grid;grid-template-columns: repeat(2, 1fr);align-items: center;margin-bottom: 40px;}
.things-to-know-sec .things-first-wrp:nth-child(even) .left-col {order: 1;padding-left: 115px;}
.things-to-know-sec .things-second-wrp .left-col {order: 1;padding-left: 115px;}
.things-to-know-sec .things-second-wrp:nth-child(even) .left-col {order: 1;padding-left: 0;}
.things-to-know-sec .things-second-wrp:nth-child(even) .right-col {order: 1;padding-left: 0;}
.things-to-know-sec .things-to-know-wrp h3 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #1F2738;max-width: 415px;margin-bottom: 43px;}
.things-to-know-sec .things-to-know-wrp ul {list-style: none;padding: 0;margin: 0;}
.things-to-know-sec .things-to-know-wrp ul li {display: flex;margin-bottom: 30px;align-items: center;}
.things-to-know-sec .things-to-know-wrp ul li:last-child {margin-bottom: 0px;}
.things-to-know-sec .things-to-know-wrp ul li p {padding-left: 12px;font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 15px;line-height: 120%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;}
.things-to-know-sec .things-to-know-wrp .right-col img {display: block;margin-left: auto;margin-right: auto;}

.create-free-account-wrp {padding: 24px 100px;margin-bottom: 40px;background: linear-gradient(270.62deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%), #164E50;border: 1px solid rgba(250, 250, 250, 0.05);box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);border-radius: 8px;display: flex;flex-wrap: wrap;justify-content: center;}
.create-free-account-wrp span {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #FFFFFF;margin-right: 16px;}
.create-free-account-wrp a {font-family: 'Open Sans';font-style: normal;font-weight: 700;font-size: 18px;line-height: 160%;text-decoration-line: underline;color: #FFFFFF;}
.create-free-account-wrp a img {margin-left: 8px;}

.from-our-affiliates {padding-top: 80px;}
.from-our-affiliates h2 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;margin-bottom: 40px;}
.from-our-affiliates .trust-agency-box {padding: 60px 60px;}
.from-our-affiliates .trust-agency-box .tp-agency-grid {margin-bottom: 0;}
.four-promise-mobile,
.tp-img .formob{display: none;}
  .get-process-grid .get-pro-item:first-child img {width: 65px; max-width: inherit; min-height: 65px; margin: -14px -10px -10px -13px; display: inline-block;}



/* design changes  */
.crt-fre-acc .get-start input { border-color: #fff; }
.page_curated-links .curated-rslt-mrkt{margin-bottom: 74px;}
.money-back-guar .why-testi-slider .owl-nav{display: none;}
.moneybk-grnt-cnt ul{display: flex;flex-wrap: wrap;}
.moneybk-grnt-cnt ul li { padding-right: 24px; }
.money-back-guar  .why-testi-slider .testi-slide-item .testi-slide-item-txt, .why-testi-slider .testi-slide-item .testi-slide-item-txt:after{    background: #003D3F;      border-color: rgba(60, 181, 188, 0.4);;}
.money-back-guar  .why-testi-slider .testi-slide-item .testi-slide-item-txt p, .money-back-guar .testi-slide-item-author .author-info-name,  .money-back-guar .testi-slide-item-author .author-info-caption{color: #ffffff;}
.money-back-guar  .why-choose-link-wrap .tp-scrore{    border-bottom: 1px solid #E4E5E7; padding-bottom: 30px; margin-block: 30px;border-top: none;padding-top: 0;}
.money-back-guar .setup-call h4 { text-align: center; color: #fff; font-weight: 600; font-size: 24px; letter-spacing: 0.01em; line-height: 100%; margin-bottom: 10px; }
.money-back-guar .setup-call .action-btn { display: block; }
.money-back-guar .setup-call .btwap{margin-top: 10px;}

.our-value-sec .rhino-rank-wrp .left-col { --width: 1225px; padding-left: calc(100% - var(--width) / 2); padding-bottom: 160px; }
.rhino-rank-sec{padding-bottom: 0;}
.rhino-rank-wrp .right-col{display: flex; align-items: flex-end;position: relative;overflow: hidden;}
.rhino-rank-wrp .right-col img {position: absolute;bottom: -230px;}
.things-to-know-sec .create-free-account-wrp{background: linear-gradient(280.84deg, rgba(60, 203, 223, 0) 0%, rgba(60, 203, 223, 0.5) 100%), #003D3F; align-items: center;position: relative;}
.things-to-know-sec .create-free-account-wrp .action-btn{text-decoration: none;    font-weight: 500; font-size: 15px; line-height: 100%; }
.things-to-know-sec .create-free-account-wrp:after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; background: url("../images/crtact-img.svg") no-repeat; height: 100%; max-width: 335px; width: 100%; }
.why-bcm-affiliate-sec { margin-block: 146px; }
.affili-icncnts-wrap { display: grid; grid-template-columns: 1fr 1fr;grid-gap: 60px;}
.bcm-affili-wrap .sec-top-title { margin-bottom: 65px; }
.affili-icncnts-wrap .bcm-affi-icncnt-item { display: grid; grid-template-columns: 140px 1fr; grid-column-gap: 40px; }
.bcm-affi-icn-cnt h5 { font-size: 28px; line-height: 100%; font-weight: 500; color: #003D3F; margin-bottom: 8px; }
.bcm-affi-icn-cnt p{line-height: 160%;color: #686D79;}
.affili-icncnts-wrap .bcm-affi-icncnt-item .bcm-affi-icn img { display: block; margin: auto; }
.bcm-affili-wrap .sec-top-title h2 { font-size: 40px; max-width: 571px; margin-inline: auto; }
.why-bcm-affiliate-sec .bcm-affili-wrap { padding-right: 20px; }
.inner-hero-sec.here-to-help .hero-img .banner-mobile { display: none;}

/* Link Building section css 09-03-2023 */
.hero-curated-links.new-landing .hero-row {grid-template-columns: 1fr 745px; grid-column-gap: 0; align-items: flex-start;}

.sertab-cnt-title .label-button {display: none;}
.ser-item-tbcnt .sertab-short-dec .action-btn.primary {display: none;}
.ser-item-tbcnt .sertab-cnt-title p {display: none;}
.ser-item-tbcnt .sertab-short-dec > p {display: none;font-style: normal;font-weight: 400;font-size: 15px;line-height: 160%;color: #686D79;margin-bottom: 14px;}
.ser-item-tbcnt .sertab-short-dec > h4 {display: none;}

.power-icon-grid {display: flex;}
.power-icon-grid .power-icon-title {max-width: 22.7%;flex: 0 0 22.7%;}
.power-icon-grid .power-icon-logo-col {max-width: 73.7%;flex: 0 0 73.7%;}
.power-logo-grid .power-logo-item img {min-height: 101px;object-fit: contain;}
.sertab-title {display: none;}
.sertab-owl .owl-item:first-child,
.sertab-owl .owl-item:nth-child(4) {display: none;}
.ser-item-tbcnt .sertab-short-dec {display: block;}
.ser-item-tbcnt .sertab-short-dec .mob_tab_data {display: flex;flex-wrap: wrap;justify-content: space-between;}
.ser-item-tbcnt .sertab-short-dec .mob_tab_data .sertab-shrt-col {max-width: 46%;flex: 0 0 46%;}

.inner-hero-sec.here-to-help p {color: rgba(255, 255, 255, 0.9) !important;}
.inner-hero-sec.here-to-help ul li {color: rgb(250, 250, 250, 0.9) !important;}
.bd-main-wrp .image-bd {right: -30px;}
.bd-main-wrp .image-bd ul li {max-width: 115px;max-height: 115px;}
.faq-wrap .faq-item {padding: 28px 40px;}
.enquiry-contect-frm .checkbox-btn-group .wpcf7-list-item label span:hover {border-color:#3CB5BC;}
.enquiry-contect-frm .form-group input[type="submit"] {border-radius: 4px;}
.contact-details-wrp ul.contact-detais li:last-child .cnt-info-txt p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #4F5663;}
html {scroll-behavior: smooth;}

/*New landing page*/
body.page-template-rr-vs-fj-landing-tmp > header{display: none;}
.new-landing.inner-hero-sec {padding-top: 61px;}
.trust-brand-wrp { display: flex;margin-bottom: 8px;}
.trust-brand-wrp .trust-brand-star { display: flex;}
.trust-brand-wrp .trust-brandmark {order: 2;margin-left: 16px;}
.logowrap img{width: 219px;}
.inner-hero-sec.hero-curated-links .hero-new-landing .hero-content .hero-btn-group .action-btn{min-width: 0;}
.inner-hero-sec.hero-curated-links .hero-new-landing .hero-content .hero-btn-group .action-btn i { transform: rotate(90deg); font-size: 11px;}

.hero-section.inner-hero-sec.new-landing:before {content: '';background: url("../images/new-landing-hero-before.svg") no-repeat;display: block;}
.hero-section.inner-hero-sec.new-landing:after {content: '';background: url("../images/new-landing-hero-after.svg") no-repeat;max-width: 100%;right: 100px;left: auto;}
.hero-curated-links.new-landing .hero-row .hero-content {padding-bottom: 120px;}

.hero-curated-links.new-landing .logowrap {margin-bottom: 80px;}
.hero-curated-links.new-landing .hero-img figure {width: calc(100% + 110px);}
.inner-hero-sec.new-landing h1 span {font-weight: 500;}
.new-landing.hero-curated-links .hero-img {position: relative;bottom: -5px;}

.power-icon-sec.new-landing {background-color: #FAFAFA;padding-top: 10px;padding-bottom: 40px;}

.comparing-plan-section {background-color: #FAFAFA;padding-bottom: 80px;}
.comparing-plan-section h2 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 48px;line-height: 100%;text-align: center;text-transform: capitalize;color: #003D3F;max-width: 770px;margin-left: auto;margin-right: auto;padding-bottom: 40px;margin-bottom: 0;}
.comparing-plan-section table thead th {width: 455px;font-family: 'Gilroy';font-style: normal;font-weight: 500;font-size: 28px;line-height: 100%;text-align: center;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;padding: 40px 0 20px 0;}
.comparing-plan-section table thead th:first-child, .comparing-plan-section table thead th:last-child {position: relative;}
.comparing-plan-section table thead th:first-child:before {content: '';width: 100%;height: 2px;background: linear-gradient(90deg, rgba(0, 61, 63, 0) -0.08%, #003D3F 100%);position: absolute;left: 0;bottom: -1px;}
.comparing-plan-section table thead th:last-child:before {content: '';width: 100%;height: 2px;background: linear-gradient(90deg, #003D3F -0.08%, rgba(0, 61, 63, 0) 100%);position: absolute;left: 0;bottom: -1px;}
.comparing-plan-section table thead th.active {background: radial-gradient(58.27% 160.2% at 50% 171.94%, rgba(60, 181, 188, 0.5) 0%, rgba(60, 181, 188, 0) 100%), #003D3F;border-radius: 16px 16px 0px 0px;border-bottom: 2px solid #003D3F;font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 34px;line-height: 100%;color: #FFFFFF;}
.comparing-plan-section table tbody tr td {padding-top: 28px;padding-bottom: 28px;padding-left: 80px;padding-right: 80px;border-bottom: 1px solid #E4E5E7;}
.comparing-plan-section table tbody tr:first-child td:first-child {background: rgba(0, 61, 63, 0.03);}
.comparing-plan-section table tbody tr:first-child td:last-child {background: rgba(0, 61, 63, 0.03);}
.comparing-plan-section table tbody tr:first-child td:nth-child(2) {background: rgba(60, 181, 188, 0.07);border: 1px solid #E4E5E7;}
.comparing-plan-section table tbody tr td span.title {font-family: 'Open Sans';font-style: italic;font-weight: 500;font-size: 15px;text-align: left !important;line-height: 160%;text-transform: capitalize;color: #4F5663;margin-bottom: 0px;display: block;}
.comparing-plan-section table tbody tr td span.title-bold {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 19px;text-align: left !important;line-height: 120%;text-transform: capitalize;color: #4F5663;margin-bottom: 0px;display: block;}
.comparing-plan-section table tbody tr td ul {list-style: none;padding-inline-start: 0;display: flex;align-items: center;justify-content: center;column-gap: 14px;margin-bottom: 8px;}
.comparing-plan-section table tbody tr td ul li {font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 16px;line-height: 160%;text-align: center;text-transform: capitalize;color: #4F5663;}
.comparing-plan-section table tbody tr td ul li strong {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;text-align: center;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;display: block;}
.comparing-plan-section table tbody tr td ul li span {width: 12px;display: block;position: relative;}
.comparing-plan-section table tbody tr td ul li span::before {content: '';position: absolute;width: 12px;height: 1px;background-color: #4F5663;}
.comparing-plan-section table tbody tr td ul li span {font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 16px;line-height: 160%;text-align: center;text-transform: capitalize;color: #4F5663;}
.comparing-plan-section table tbody tr td ul li span strong {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;text-align: center;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;display: block;}
.comparing-plan-section table tbody tr td p {font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 16px;line-height: 160%;text-align: center;text-transform: capitalize;color: #4F5663;}
.comparing-plan-section table tbody tr td span {display: block;font-family: 'Open Sans';font-style: italic;font-weight: 500;font-size: 14px;line-height: 160%;text-align: center;text-transform: capitalize;color: #80858E;}
.comparing-plan-section table tbody tr:nth-child(2) td {padding: 29px 80px;}
.comparing-plan-section table tbody tr td.center {border-left: 1px solid #E4E5E7;border-right: 1px solid #E4E5E7;box-shadow: 0px 1px 16px rgba(0, 61, 63, 0.04);}
.comparing-plan-section table tbody tr td p br {display: none;}

.get-start-sec.new-landing {margin-bottom: 0px;padding-bottom: 80px;}

.four-reasons-section {padding-top: 80px;padding-bottom: 80px;background-color: #FAFAFA;}
.four-reasons-section .section-heading {margin-bottom: 40px;padding-left: 40px;padding-right: 40px;}
.four-reasons-section .section-heading h2 {font-weight: 700;margin-bottom: 24px;}
.four-reasons-section .section-heading p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;color: #80858E;max-width: 1206px;}
.four-reasons-section .four-reasons-wrp {display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 140px;row-gap: 40px;padding-left: 40px;padding-right: 40px;}
.four-reasons-section .reasons-card .reasons-card-img {height: 170px;}
.four-reasons-section .reasons-card .reasons-card-img img {height: 100%;}
.four-reasons-section .reasons-card .reasons-card-cnt {margin-top: 30px;}
.four-reasons-section .reasons-card .reasons-card-cnt h6 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 120%;letter-spacing: 0.01em;text-transform: capitalize;color: #373F4E;margin-bottom: 12px;}
.four-reasons-section .reasons-card .reasons-card-cnt p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;color: #80858E;}

.trust-by-agencies.new-landing {margin-top: 0px;padding: 80px 0 160px 0;}

.ready-to-create-account {margin-top: -100px;position: relative;margin-bottom: 90px;}
.ready-to-create-account .ready-account-wrp {background: linear-gradient(99.54deg, rgba(60, 181, 188, 0.2) 0.16%, rgba(0, 0, 0, 0.2) 99.99%), #003D3F;border: 1px solid rgba(255, 255, 255, 0.05);box-shadow: 0px 0px 40px rgba(60, 181, 188, 0.15);border-radius: 20px;padding: 40px 80px;display: grid;grid-template-columns: 1fr 317px;max-width: 1200px;margin-left: auto;margin-right: auto;}
.ready-to-create-account .ready-account-wrp .right-col a {display: block;text-align: center;}
.ready-to-create-account .ready-account-wrp .right-col a.btn-link {font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-decoration-line: underline;text-transform: capitalize;color: #FAFAFA;margin-top: 16px;}
.ready-to-create-account .ready-account-wrp h4 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 34px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;margin-bottom: 12px;}
.ready-to-create-account .ready-account-wrp p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #FAFAFA;opacity: 0.8;}


.faq-sec.new-landing {padding: 0;background: transparent;}
.faq-sec.new-landing .faq-wrap {padding-bottom: 80px;}
.faq-sec.new-landing:after {background: url("../images/faq-new-bg.svg") no-repeat;top: -150px;left: -40px;}
.faq-sec.new-landing .sec-top-title h2 {color: #003D3F;margin-bottom: 24px;}
.faq-sec.new-landing .sec-top-title p {color: #1F2738;}
.faq-sec.new-landing .faq-item .faq-title h6 {color: #373F4E;font-weight: 600;line-height: 120%;font-size: 20px;}
.faq-sec.new-landing .faq-content p {color: #80858E;}
.faq-sec.new-landing .faq-wrap .faq-item {background-color: #FFFFFF;border-color: #C4C6CA;}
.faq-wrap .faq-item.faq-active {border-color: #3CB5BC !important;}
.faq-sec.new-landing .faq-wrap .faq-item .faq-title:after {background: url("../images/faq-new-plus-icon.svg") no-repeat;}
.faq-sec.new-landing .faq-wrap .faq-item.faq-active .faq-title:after {background: url("../images/faq-new-minus-icon.svg") no-repeat;}

/* 16-03-2023 */
.imgcnt-box-rw .cntwrp h3 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 34px;line-height: 100%;text-transform: capitalize;color: #003D3F;}
.get-start-area {overflow: hidden;}
.affiliate-hero-sec .hero-content h2, .affiliate-hero-sec .hero-content h2 span {font-weight: 600;}
.bcm-affi-icn-cnt h5 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;opacity: 0.9;}
.things-to-know-sec .create-free-account-wrp .action-btn {padding: 11px 24px;}
.inner-hero-sec {padding-top: 186px;}
.over-value-cnt ul li h4 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;}

.fo-social-col ul li a {position: relative;width: 20px;height: 20px;display: block;transition: 0.15s ease;}
.fo-social-col ul li a img:first-child {position: absolute;}
.fo-social-col ul li a img:last-child {position: absolute;opacity: 0;visibility: hidden;transition: 0.1s ease;}
.fo-social-col ul li a:hover img:last-child {opacity: 1;visibility: visible;}
.fo-link-col h5 {font-size: 17px;font-weight: 500;}

li.current-menu-item > a {color: #3CB5BC !important;}

.enquiry-categories h3 {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;text-align: center;color: #4F5663;opacity: 0.9;margin-bottom: 8px;}
.inner-hero-sec .hero-content p strong {font-weight: 700;}

.money-back-guar {align-items: center;}
.resell-links-wrap .resell-btn-group .action-btn.white-btn {background-color: #BC3C53;color: #ffffff;border-color: #BC3C53;}
.resell-links-wrap .resell-btn-group .action-btn.white-btn:hover {background-color: #293742;border-color: #293742;}

.bd-main-wrp .image-bd {bottom: -2px;right: -27px;}
.business-development-sec {padding-top: 135px;}
.price-tab-grid .price-nav-tab .singal_heading { color: #000000; font-weight: 700; text-align: center; }

.tp-agency-grid .tp-agency-thumb { width: 60px; height: 60px; border-radius: 100%; border: 2px solid #3CB5BC; position: relative; overflow: hidden; }
.tp-agency-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home .hero-section{overflow: hidden;}
.fo-social-col ul li a img:last-of-type{ position: absolute; opacity: 0; visibility: hidden; transition: 0.1s ease; }
.fo-social-col ul li a:hover img:last-of-type{ opacity: 1; visibility: visible; }
.our-services .sec-top-title p, .sertab-short-dec p, .result-promise-wrapper .sec-top-title p, .promise-list-wrap .promise-list-item p, .great-tp-block .tp-box-txt p {color:#4F5663}

/* changes font style */
.rhino-rank-wrp .left-col p, .goal-statement-cnt p, .over-value-cnt ul li p, .goal-statement-wrp p{font-weight: 300;}
.our-journey-sec p{color: var(--theme-gry-color);}
.love-to-hear-sec .love-to-hear-wrp .left-col p{font-weight: 300;}
.curated-diffc-mrk p, .select-product-order .price-info-txt p{color: var(--theme-gry-color);}
.price-seo-campaign .sec-top-title p, .select-product-order .no-payment-txt, .range-note-txt{color: var(--theme-gry-color);}
.why-priceseo-wrap .why-price-items ul li, .price-seobg-grid .how-order p{color: var(--theme-gry-color);}
.imgcnt-box-rw .cntwrp p{color: var(--theme-gry-color);}
.step-outreach-wrap .step-outreach-txt-item p{color: var(--theme-gry-color);}
.select-product-order .price-info-txt p{opacity: 1;font-weight: 500;}   
.select-product-order .price-info-txt a{pointer-events: none;}
.hero-img .calendly-inline-widget { background: #fff; border-radius: 15px; overflow: hidden; }

/* faq changes */
.faq-wrap .faq-item{padding: 0;}
.faq-wrap .faq-item .faq-title{padding: 28px 40px;}
.faq-item .faq-content{padding: 0 40px 28px;margin-top: 0;}

/* hover and state color */
.who-are-rr .sec-top-title .action-btn{    background: #3CB5BC;  border-color: #3CB5BC;}
.action-btn.primary:hover, .page_curated-links .resell-links-wrap .resell-btn-group:hover .action-btn.white-btn:hover, .crt-fre-acc form .tnp-field input[type="submit"]:hover, .enquiry-contect-frm .form-group input[type="submit"]:hover{background-color: var(--red-hover-btn-color);    border-color: var(--red-hover-btn-color);}
.crt-fre-acc .get-start .action-btn:hover{background-color: var(--red-hover-btn-color); }
.action-btn.primary:focus, .page_curated-links .resell-links-wrap .resell-btn-group:focus .action-btn.white-btn:focus, .crt-fre-acc form .tnp-field input[type="submit"]:focus, .enquiry-contect-frm .form-group input[type="submit"]:focus{background-color: var(--red-state-btn-color);    border-color: var(--red-state-btn-color);}
.crt-fre-acc .get-start .action-btn:focus{background-color: var(--red-state-btn-color); }


.header .btn-group .action-btn.primary:hover, .fo-row .seo-exp-txt .action-btn:hover, .huge-start-saving .action-btn.primary:hover, .who-are-rr .sec-top-title .action-btn:hover{background-color: var(--blue-hover-btn-color);border-color: var(--blue-hover-btn-color);}
.header .btn-group .action-btn.primary:focus, .fo-row .seo-exp-txt .action-btn:focus, .huge-start-saving .action-btn.primary:focus, .who-are-rr .sec-top-title .action-btn:focus{background-color: var(--blue-state-btn-color);border-color: var(--blue-state-btn-color);}

.home .hero-img figure { text-align: right; }
.range__labels .range__label { width: 100px; text-align: center; }
.hero-curated-links .hero-img img { filter: drop-shadow(0px 2.83684px 19.8579px rgba(21, 35, 46, 0.1)); }

/* sticky header */
.header{top:20px; }
.header .header-wrap{background: rgba(0, 61, 63, 0.75); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05); backdrop-filter: blur(20px); border-radius: 12px;}
html:not(.opennav) .fixnav .header { position: fixed; top: 20px; }
html:not(.opennav) .fixnav header{z-index: 9999;}

/* slider range */


.range.first-child input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; background: url("../images/range-thumb-right.svg") no-repeat; width: 62px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; margin-left: -15px; }
.range.mid-child input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; background: url("../images/range-thumb-mid.svg") no-repeat; width: 69px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; background-position: center; }
.range.last-child input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; background: url("../images/range-thumb-left.svg") no-repeat; width: 69px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; background-position: center; margin-left: 15px; }
.position-1 .range.mid-child input[type=range]::-webkit-slider-thumb {margin-left: -15px;}
.position-3 .range.mid-child input[type=range]::-webkit-slider-thumb {margin-left:12px;}


.range.first-child input[type=range]::-moz-range-thumb { -webkit-appearance: none; background: url("../images/range-thumb-right.svg") no-repeat; width: 62px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; margin-left: -15px; }
.range.mid-child input[type=range]::-moz-range-thumb { -webkit-appearance: none; background: url("../images/range-thumb-mid.svg") no-repeat; width: 69px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; background-position: center; }
.range.last-child input[type=range]::-moz-range-thumb { -webkit-appearance: none; background: url("../images/range-thumb-left.svg") no-repeat; width: 69px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; background-position: center; margin-left: 15px; }
.position-1 .range.mid-child input[type=range]::-moz-range-thumb {margin-left: -15px;}
.position-3 .range.mid-child input[type=range]::-moz-range-thumb {margin-left:12px;}


.range.first-child input[type=range]::-ms-thumb { -webkit-appearance: none; background: url("../images/range-thumb-right.svg") no-repeat; width: 62px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; margin-left: -15px; }
.range.mid-child input[type=range]::-ms-thumb { -webkit-appearance: none; background: url("../images/range-thumb-mid.svg") no-repeat; width: 69px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; background-position: center; }
.range.last-child input[type=range]::-ms-thumb { -webkit-appearance: none; background: url("../images/range-thumb-left.svg") no-repeat; width: 69px; height: 54px; border-radius: 0; box-shadow: none; margin-top: -22px; background-position: center; margin-left: 15px; }
.position-1 .range.mid-child input[type=range]::-ms-thumb {margin-left: -15px;}
.position-3 .range.mid-child input[type=range]::-ms-thumb {margin-left:12px;}


input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #FAFAFA;
    border-radius: 8px;
    transition: all .29s ease-in-out 0s;
}

input[type=range]::-webkit-slider-runnable-track {background: transparent;}
input[type=range]:focus::-webkit-slider-runnable-track { background: transparent; }
input[type=range]::-moz-range-track {background:transparent}

.gp-pricing__range-slider input[type=range]{    position: relative; z-index: 9;}
.gp-pricing__range-slider .range{position: relative;}
.gp-pricing__range-slider .range:after{content: "";display:block; width: 100%; height: 12px;cursor: pointer; background: #FAFAFA; border-radius: 8px; transition: all .29s ease-in-out 0s;margin-top: -18px;}

.cntwidget-modal .modal-dialog {
    max-width: 900px;
}
.cntwidget-modal .modal-content {
    background: transparent;
    border:none;
}

.cntwidget-modal .calendly-inline-widget {
    width: 100%;
    
    transform-origin: left;
}
.cntwidget-modal button.close {
    opacity: 1;
    font-weight: 300;
    position: absolute;
    font-size: 24px;
    top: 25px;
    right: 25px;
    color: #fff;
    font-size: 45px;
}
.modal-open header {
    z-index: 99!important;
}


@-moz-document url-prefix() {
    .gp-pricing__range-slider .range {
        padding-inline: 20px;
    }
    .gp-pricing__range-slider .range::after{margin-top: -21px; margin-inline: auto;width: calc(100% - 20px);}
  }

@media only screen and (min-width:1279px) {
    .inner-hero-sec.here-to-help .hero-img {
        width: calc(100% + 200px);
        transform: scale(0.81);
        margin-left: -100px;
    }
    .cntwidget-modal .calendly-inline-widget {
        width: calc(100% + 200px);
        transform-origin: left;
        transform: translateX(-100px);
    }

}

/* home new service section 03-04-23 start */

.our-sernw-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; }
.our-services-new .sec-top-title { margin-bottom: 80px; }
.our-sernw-grid .ser-item-nwcnt { background: #FFFFFF; border: 1px solid rgba(196, 198, 202, 0.5);     box-shadow: 0px 8px 30px rgba(0, 61, 63, 0.05);  position: relative;border-radius: 20px; padding: 40px;}
.our-services-new { margin-block: 120px; }
.our-sernw-grid .ser-item-nwcnt:hover{ box-shadow: 0px 8px 30px rgba(0, 61, 63, 0.05), 0px -8px 40px rgba(60, 181, 188, 0.1), 0px -2px 20px rgba(60, 181, 188, 0.2);    border: 1px solid rgba(6, 16, 34, 0.075);}
.our-sernw-grid .ser-item-nwcnt .most-popular { position: absolute; background: radial-gradient(107.81% 107.81% at 50% 0%, rgba(60, 181, 188, 0.2) 0%, rgba(60, 181, 188, 0) 100%), #FAFAFA; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05), 0px 5.26097px 63.1316px rgba(0, 0, 0, 0.03); border-radius: 6px; padding: 10px 24px; top: -20px; font-family: 'Gilroy'; font-weight: 500; font-size: 16px; line-height: 1; letter-spacing: -0.02em; color: #003D3F; display: flex; align-items: center; border: 1px solid rgba(6, 16, 34, 0.075);}
.our-sernw-grid .ser-item-nwcnt .most-popular img { max-width: 16px; margin-right: 4px; }
.ser-newcnt-body .ser-newcnt-head h3 { color: #061022; font-weight: 700; margin-bottom: 12px; }
.ser-newcnt-body .ser-newcnt-head p{font-size: var(--lg-body-text); line-height: 160%;color: #4F5663;font-weight: normal;}
.ser-newcnt-body .ser-newcnt-head { margin-bottom: 24px; }
.ser-newcnt-body .sertab-shrt-col h6 { display: inline; font-size: 15px; line-height: 160%; color: #1F2738; }
.ser-newcnt-body  .sertab-shrt-col p:empty { display: none; }
.ser-newcnt-body .sertab-shrt-col p { display: inline; font-size: 15px; line-height: 160%; font-weight: 500; color: #373F4E;    font-family: 'Gilroy'; }
.ser-newcnt-body .sertab-shrt-col{margin-bottom: 24px;display: grid;grid-template-columns: 30px 1fr;grid-column-gap: 11px;}
.ser-newcnt-body .sertab-shrt-col:before{content: "";display: inline-block;background:url("../images/ser-check-circle.png") no-repeat; width: 30px; height: 30px;    position: relative; top: 0px;}
.ser-newcnt-body  .sertab-shrt-cnt { line-height: 1; }
.ser-newcnt-btm .action-btn { display: block; margin-bottom: 12px;max-width: 360px; margin-inline: auto; }
.ser-newcnt-btm .action-link { font-weight: 600; font-size: 15px; line-height: 160%; letter-spacing: 0.01em; text-decoration-line: underline;  font-family: 'Gilroy';text-align: center; display: table; color: #1F2738; margin-inline: auto; }
.our-sernw-grid .ser-item-nwcnt-in { display: flex; height: 100%; flex-direction: column; }
.our-sernw-grid .ser-item-nwcnt-in .ser-newcnt-btm { margin-top: auto; }
.our-services-new .sec-top-title p{font-weight: normal;}
.our-sernw-grid .ser-item-nwcnt-in figure { margin-bottom: -10px; }
.our-services-new .sec-top-title h2{color: #291F38;}
.ser-newcnt-btm .action-link:hover{color:#3CB5BC;}

@media (max-width:767px){
.our-sernw-grid{grid-template-columns: 1fr;   grid-row-gap: 30px;}
.ser-newcnt-body .ser-newcnt-head h3{font-weight: 600; font-size: 28px;letter-spacing: 0.01em;}
.our-sernw-grid .ser-item-nwcnt{padding: 20px 20px 40px;}
.our-sernw-grid .ser-item-nwcnt-in .ser-newcnt-btm { margin-top: 40px; }
.ser-newcnt-body .sertab-shrt-col{margin-bottom: 0;}
.our-sernw-grid .ser-item-nwcnt.sernw-most-popular:not(:first-child) { margin-top: 20px; }
.our-services-new { margin-block: 60px; }
.our-services-new .sec-top-title h2 { text-align: left; }
.our-services-new .sec-top-title p { text-align: left; color: rgba(21, 35, 46, 0.6); font-weight: 400; }
.our-sernw-grid .ser-item-nwcnt.sernw-most-popular:first-child { margin-top: 20px; }
.our-services-new .sec-top-title { margin-bottom: 42px; }
.our-sernw-grid .most-popular +  figure { margin-top: 20px; }
}

/* home new service section 03-04-23 end */

.page_curated-links section.section.era-link-building.d-none.d-md-block .container:after {display: table;content: "";clear: left;height: 1px;width: 100%;}
.page_curated-links .ero-link-buildbox{float:right;}
.business-development-sec {padding-bottom: 120px;}

/* privacy policy */
.cms-content-page h3 { font-weight: 700; margin-top: 60px; margin-bottom: 12px; }
.cms-content-page p { font-size: 18px; line-height: 160%; color: #686D79;margin-bottom: 30px;}
section.hero-section.cms-header { padding-top: 206px; padding-bottom: 40px;margin-bottom: 80px; }
section.hero-section.cms-header .hero-row .hero-content { padding-bottom: 0px; }
section.hero-section.cms-header .hero-row .hero-content h2{font-weight:700;}
.cms-content-page { margin-bottom: 145px; }
.cms-content-page ul, .cms-content-page ol {margin-left: 20px;}
.cms-content-page li {font-size: 18px;line-height: 160%;color: #686D79;}

.get-start span.form_error {color: var(--red-hover-btn-color);font-weight: 600;}
.get-start span.form_error_ftr {color: var(--red-hover-btn-color);font-weight: normal;}
.crt-fre-acc .get-start input#email_ftr {color: #000000;font-size: 15px;line-height: 140%;border: 1px solid #C4C6CA;border-right: none;border-radius: 6px 0 0 6px;width: 100%;height: 46px;background: #FAFAFA;padding: 11px 24px;font-weight: 300;}
.crt-fre-acc .get-start{position: relative;}

/*blog page 10-5-23 */
.hero-section.blog-hero-sec {padding-bottom: 20px;}
.breadcrumb-wrp {margin-bottom: 24px;}
.breadcrumb-wrp span, .breadcrumb-wrp a {font-weight: 500;font-size: 15px;line-height: 100%;text-transform: capitalize;color: #C4C6CA;}
.breadcrumb-wrp img {margin: 0 10px;}
.blog-list-wrp .blog-name p {font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: 0.1em;text-transform: uppercase;color: #80858E;margin-bottom: 12px;}
.blog-list-wrp .blog-name h5 {margin-bottom: 0;}
.blog-list-wrp .blog-name {padding: 34px 24px 24px;}
.blog-list-wrp .blg-img {position: relative;  background: #FAFAFA; overflow: hidden;margin-top: -35%;box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);border-radius: 12px;}
.blog-list-wrp .fetr-img {position: absolute;right: 12px; z-index: 999;top: 12px;}
.blog-list-wrp .blg-left {background: #FAFAFA;border-radius: 12px;padding: 30px 40px 28px 40px; min-width: 524px; margin-top: 40px;min-height: 369px;}
.blog-list-wrp .blg-left p {font-weight: 400;font-size: 15px;line-height: 160%;color: #1A5153;margin-bottom: 0px;}
.blog-list-wrp .blg-left h6 {margin-bottom: 8px;}
.blog-list-wrp .blg-left .line {border-left: 1px solid #E4E5E7;width: 100%;height: 123px;margin: 20px 0;}
.blog-list-wrp .blg-left .b-lst ul {margin-bottom: 0;display: flex;flex-wrap: wrap;list-style: none;}
.blog-list-wrp .blg-left .b-lst ul li {margin: 0 8px 8px 0;}
.blog-list-wrp .blg-left .b-lst ul li a {overflow: hidden;height: 31px;background: #FFFFFF;border: 1px solid #E4E5E7;border-radius: 4px;display: inline-block;text-align: center;font-weight: 500;font-size: 15px;line-height: 100%;text-transform: capitalize;color: #1F2738;padding: 6px 14px;}
.blog-list-wrp .blg-left .b-lst ul li:hover a{ background: #3CB5BC;border: 1px solid #E4E5E7; color:#fff; }
.blog-list-wrp {padding-bottom: 40px;}
.blog-more.c-center {text-align: center;}
.blog-more .action-btn2 {font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #003D3F;font-family: 'Open Sans', sans-serif;padding: 14px 24px;display: inline-block;width: 278px;height: 46px;border: 1px solid #3CB5BC;border-radius: 6px;}
.blog-list {padding: 80px 0 60px;margin-bottom: 0;}
.blog-list {display: grid;grid-column-gap: 20px;grid-row-gap: 20px;grid-template-columns: 1fr 1fr 1fr;}
.blog-list li p {font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: 0.1em;text-transform: uppercase;color: #80858E;margin-bottom: 12px;}
.blog-list li {list-style: none;}
.blog-list li h6 {font-weight: 600;font-size: 24px;line-height: 120%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;}
.blog-list li .b-img, .blog-list li .b-img img {width: 100%;}
.blog-list li .blog-dtl {padding: 32px 24px 24px;}
.blog-list li .b-img {border-radius: 12px;overflow: hidden;}
.blog-more {text-align: center;}
.get-startd-wrp {position: relative;background: linear-gradient(99.54deg, rgba(0, 0, 0, 0.2) 0.16%, rgba(0, 0, 0, 0) 99.99%), #003D3F;padding: 160px 0 128px;text-align: center;}
.get-startd-wrp h3 {font-weight: 700;font-size: 40px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;max-width: 800px;margin: 0 auto 20px;}
.get-startd-wrp p {font-weight: 400;font-size: 18px;line-height: 160%;text-align: center;color: #FFFFFF;opacity: 0.8;margin-bottom: 20px;}
.get-foam {position: relative;width: 460px;margin: auto;}
.get-foam input {height: 46px;border: 1px solid #FFFFFF;border-radius: 6px;margin: auto;width: 100%;background: transparent;font-weight: 400;font-size: 15px;line-height: 140%;text-align: center;color: #FFFFFF;text-align: left;padding: 2px 20px;padding-right: 140px;}
.get-foam .action-btn.primary {position: absolute;right: 1px;top: 1px;background: #BC3C53;border-radius: 0px 6px 6px 0px;width: 130px;height: 44px; padding: 13px; z-index: 99;}
.get-startd-wrp::after {background: url(../images/b-bg.svg) no-repeat;max-width: 100%;top: 0;margin: auto;left: 0;content: "";bottom: 0;position: absolute;width: 100%;background-size: cover;background-position: left;height: 100%;}
ul.blog-list li {display: none;}
.get-startd-wrp .container { position: relative; z-index: 99; }
.get-startd-wrp .crt-fre-acc form .tnp-field input[type="email"]{background-color: transparent!important;color: #fff;}
.get-startd-wrp .result-get-start { position: relative; border: 1px solid #FFFFFF; border-radius: 6px; }
.get-startd-wrp  .tnp-field{margin-bottom: 0!important;}
.get-startd-wrp  ::placeholder { color: #ffffff!important; }
.blog-list-wrp .blg-left .b-lst ul li.active a { background: #3CB5BC; border: 1px solid #E4E5E7; color: #fff;}

/*blog detail page 10-5-23*/
.blog-detail-wrp h4 {font-weight: 700;font-size: 40px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 0;}
.blog-detail-wrp .blog-list {padding: 24px 0;}
.blog-detail-wrp {padding: 120px 0 40px;}
.hero-section.blog-hero-sec .hero-img {border-radius: 12px 12px 0px 0px;overflow: hidden;max-width: 412px; bottom: -20px;position: relative; margin: auto 0 auto auto;}
.hero-section.blog-hero-sec .hero-img img{ width:100%; }
.blog-detail-ban .hero-row {grid-template-columns: 1.58fr 1fr;}
.blog-detail-ban .blg-dtl-p p {font-weight: 400;font-size: 16px;line-height: 160%;color: #FAFAFA;opacity: 0.75;}
.blog-detail-ban .hero-content h1 {margin-bottom: 75px;}
.blod-detail-in .left .b-lst ul {margin-bottom: 0;display: flex;flex-wrap: wrap;list-style: none;}
.blod-detail-in .left .b-lst ul li {margin: 0 8px 8px 0;}
.blod-detail-in .left .b-lst ul li a {overflow: hidden;height: 31px;background: rgba(60, 181, 188, 0.05);border: 1px solid rgba(60, 181, 188, 0.15);backdrop-filter: blur(6px);border-radius: 4px;display: inline-block;text-align: center;font-weight: 500;font-size: 15px;line-height: 100%;text-transform: capitalize;color: #1F2738;padding: 6px 14px;}
.blod-detail-in {position: relative;padding: 80px 0 30px; z-index: 9;}
.blod-detail-in .b-dtl-grid {display: grid;grid-template-columns: 1.68fr 1fr;grid-column-gap: 60px;}
.mb-40{margin-bottom:40px;}
.mb-80{margin-bottom:80px;}
.b-dl h4 {font-weight: 700;font-size: 40px;line-height: 100%;text-transform: capitalize;color: #003D3F; margin-bottom: 12px;}
.b-dl p {font-weight: 400;font-size: 18px;line-height: 160%;color: #686D79;}
.b-dl h5 {font-weight: 600;font-size: 34px;line-height: 100%;text-transform: capitalize;color: #003D3F; margin-bottom: 12px;}
.grey-dv {padding: 30px 50px;background: #FAFAFA;border-left: 1px solid #003D3F;margin-top: 40px;}
.grey-dv h6 {font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #686D79; margin-bottom: 20px;}
.grey-dv p {font-weight: 400;font-size: 18px;line-height: 160%;color: #686D79;margin: 0;}
.list-dot li::before {content: "";width: 8px;height: 8px;background: #D9D9D9;position: absolute;left: 0;top: 12px;border-radius: 100%;}
.list-dot li {position: relative;list-style: none;padding-left: 20px; margin-bottom: 12px;}
.list-dot {margin: 12px 0 12px 30px;}
.all-btns a {display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 12px 30px;width: 172px;height: 46px;border: 1px solid #BC3C53;border-radius: 6px;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #003D3F;margin-bottom: 20px;}
.all-btns a.red-btn.primary {background: #BC3C53;color: #fff;}
.all-btns a.blu-btn.primary {background: #3CB5BC;color: #fff;border-color: #3CB5BC;}
.all-btns a.blu-trans-btn.primary {border-color: #3CB5BC;}
.b-dl .tst-dv {display: flex;}
.b-dl .tst-dv .usr-img {min-width:240px; margin: auto;}
.b-dl .tst-dv .usr-img-in {width: 200px;min-width: 200px;border-radius: 222px;overflow: hidden;}
.b-dl .tst-dv .grey-dv {padding-right: 20px; margin-top: 0;}
.blod-detail-in .left .b-dl .b-lst ul li {margin-bottom: 0;}
.hero-section.blog-hero-sec.blog-detail-ban {overflow: hidden;}
.blog-post-list h4 {font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #1A5153;margin-bottom: 10px;}
.blog-post-list {background: #FAFAFA;border-radius: 12px;padding: 30px;max-width: 415px;margin: 0 0 20px auto;}
.blog-post-list ul li {list-style: none;display: flex;justify-content: center;align-items: center;padding: 20px 0;border-bottom: 1px solid #E4E5E7;}
.blog-post-list ul li:last-child {border: none;padding-bottom: 10px;}
.blog-post-list ul li a {font-weight: 500;font-size: 18px;line-height: 160%;text-decoration-line: underline;color: #003D3F;}
.blog-post-list ul li .b-post-img {min-width: 80px;margin-right: 20px;height: 60px;max-width: 80px;}
.act-img::before {content: "";position: absolute;left: 0;right: 0;top: 0; width: 100%;height: 100%;background: linear-gradient(270.62deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%), #164E50; opacity: 0.1;}
.creat-act-dv {position: relative;max-width: 415px;margin: 0 0 0 auto;background: linear-gradient(270.62deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%), #164E50;border-radius: 8px;overflow: hidden;}
.creat-act-dv .act-cont {padding: 30px;}
.creat-act-dv .act-cont p {font-weight: 400;font-size: 18px;line-height: 160%;color: #FFFFFF;opacity: 0.9;margin-bottom: 16px;}
.act-cont .primary {width: 100%;height: 46px;background: #BC3C53;border-radius: 4px;display: block;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;padding: 15px;}
.creat-act-dv::before {content: ""; background: url(../images/vrt-act-back.svg); position: absolute;left: -60px; right: 0; top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;z-index: 9;}
.creat-act-dv .act-cont {position: relative;z-index: 99;}
.back-post {display:none; margin-bottom:24px; }
.back-post a {font-weight: 500;font-size: 15px;line-height: 100%;text-transform: capitalize;color: #FAFAFA;display: flex;justify-content: left;align-items: center;}
.back-post a img {margin-right:10px; }
.hero-section.blog-hero-sec.blog-detail-ban::before, .hero-section.blog-hero-sec.blog-detail-ban::after {display:none;}
.act-img img {width: 100%;}
.page_blogs .blog-hero-sec .hero-content,
.tax-blogscategories .blog-hero-sec .hero-content {max-width: 500px;}
.single-ourblogs .hero-section.blog-hero-sec .hero-img {bottom: -74px;}

/* academy listing css start 23-05-2023*/
.hero-section.rhino-academy-section {padding-top: 265px;padding-bottom: 130px;}
.hero-section.rhino-academy-section::before {left: 0;background: url("../images/hero-rhino-rank-academy-left.svg") no-repeat;background-position: left;height: 100%;}
.hero-section.rhino-academy-section::after {background: url("../images/hero-rhino-rank-academy-right.svg") no-repeat;background-position: right;height: 100%;}
.hero-section.rhino-academy-section .hero-content h1 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 50px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;min-height: 0px;margin-bottom: 16px;}
.hero-section.rhino-academy-section .hero-content p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;text-align: center;color: #FFFFFF;opacity: 0.9;}

.basic-guides-section {padding-top: 40px;padding-bottom: 40px;}
.basic-guides-section .basic-guides-wrp .heading {position: relative;margin-bottom: 24px;margin-left: 35px;}
.basic-guides-section .basic-guides-wrp .heading::before {content: '';position: absolute;background-color: #C4C6CA;height: 1px;width: 100%;top: 50%;left: 0px;}
.basic-guides-section .basic-guides-wrp .heading h5 {margin-bottom: 0px;display: inline-block;background: #FFFFFF;padding-right: 40px;position: relative;font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #000000;}
.basic-guides-section .basic-guides-wrp .card-wrp {display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 20px;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card {border: 1px solid #C4C6CA;border-radius: 12px;padding: 32px 24px 24px;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card h6 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 120%;letter-spacing: 0.01em;text-transform: capitalize;color: #003D3F;margin-bottom: 10px;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card ul {list-style: none;margin-bottom: 80px;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card ul li {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #686D79;counter-increment: item;position: relative;padding-left: 20px;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card ul li::before {content: counter(item)".";position: absolute;left: 0px;top: 0px;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card a {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 15px;line-height: 160%;text-align: center;letter-spacing: 0.01em;text-decoration-line: underline;color: #1F2738;display: inline-flex;align-items: center;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card a img {margin-left: 16px;}

.advanced-guides-section {padding-top: 40px;padding-bottom: 120px;}
.advanced-guides-section .advanced-guides-wrp .heading {position: relative;margin-bottom: 24px;margin-left: 35px;}
.advanced-guides-section .advanced-guides-wrp .heading::before {content: '';position: absolute;background-color: #C4C6CA;height: 1px;width: 100%;top: 50%;left: 0px;}
.advanced-guides-section .advanced-guides-wrp .heading h5 {margin-bottom: 0px;display: inline-block;background: #FFFFFF;padding-right: 40px;position: relative;font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #000000;}
.advanced-guides-section .advanced-guides-wrp .card-wrp {display: flex;flex-wrap: wrap;grid-column-gap: 20px;grid-row-gap: 20px;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card {max-width: calc(33.33% - 13.3px);width: 100%;background: #003D3F;border-radius: 12px;padding: 32px 24px 24px;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card:nth-child(4),
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card:nth-child(5) {max-width: calc(50% - 10.3px);width: 100%;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card h6 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 120%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;margin-bottom: 10px;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card ul {list-style: none;margin-bottom: 80px;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card ul li {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #C4C6CA;counter-increment: adv-item;position: relative;padding-left: 20px;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card ul li::before {content: counter(adv-item)".";position: absolute;left: 0;top: 0;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card a {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 15px;line-height: 160%;text-align: center;letter-spacing: 0.01em;text-decoration-line: underline;color: #F0F0F0;display: inline-flex;align-items: center;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card a img {margin-left: 16px;}

.your-link-portfolio {background: linear-gradient(99.54deg, rgba(0, 0, 0, 0.2) 0.16%, rgba(0, 0, 0, 0) 99.99%), #003D3F;padding-top: 40px;padding-bottom: 40px;position: relative;}
.your-link-portfolio::after {content: "";top: 0;bottom: 0;position: absolute;width: 100%;display: block;background: url("../images/link-portfolio-abstract.svg") no-repeat;background-position: right;height: 100%;}
.your-link-portfolio .link-portfolio-row {display: flex;grid-column-gap: 20px;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.your-link-portfolio .link-portfolio-row .left-content p {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: 0.1em;text-transform: uppercase;color: #3CB5BC;margin-bottom: 16px;}
.your-link-portfolio .link-portfolio-row .left-content h5 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;max-width: 689px;}
.your-link-portfolio .link-portfolio-row .right-content a {background: #BC3C53;border-radius: 6px;padding: 12px 24px;font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;position: relative;z-index: 1;display: inline-block;width: 300px;}

/* academy listing css end */

/* Academy Detail Section css start */

.hero-section.academy-detail-section {padding-top: 198px;padding-bottom: 72px;}
.hero-section.academy-detail-section {background: linear-gradient(104.94deg, rgba(255, 255, 255, 0) 14.2%, rgba(255, 255, 255, 0.1) 85.56%), #003D3F;}
.hero-section.academy-detail-section::before {left: 0px;background: url("../images/academy-entry-left.svg") no-repeat;background-position: left;height: 100%;}
.hero-section.academy-detail-section::after {right: 0px;background: url("../images/academy-entry-right.svg") no-repeat;background-position: right;height: 100%;}
.hero-section.academy-detail-section .hero-content a {font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-transform: capitalize;color: #FAFAFA;display: inline-flex;align-items: center;margin-bottom: 24px;}
.hero-section.academy-detail-section .hero-content a img {margin-right: 12px;}
.hero-section.academy-detail-section .hero-content h1 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 50px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;min-height: 0px;margin-bottom: 16px;}
.hero-section.academy-detail-section .hero-content p {max-width: 851px;font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #FFFFFF;opacity: 0.9;}

.article-contents-section {padding-top: 60px;padding-bottom: 146px;}
.article-contents-section .contents-row {display: flex;flex-wrap: wrap;}
.article-contents-section .contents-row {grid-column-gap: 129px;}
.article-contents-section .contents-row .left-col {max-width: calc(69.91% - 50px);width: 100%;}
.article-contents-section .contents-row .right-col {max-width: calc(27.89% - 60px);width: 100%;height: 100%;position: sticky;top: 130px;}
.article-contents-section .contents-row .right-col .section-tab-wrp {padding: 24px 20px 20px;background: #FAFAFA;}
.article-contents-section .contents-row .right-col .section-tab-wrp h6 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #1A5153;margin-bottom: 24px;display: flex;align-items: center;max-width: 211px;}
.article-contents-section .contents-row .right-col .section-tab-wrp h6 img {margin-left: 12px;}
.article-contents-section .contents-row .right-col .section-tab-wrp ul {list-style: none;margin-left: auto;margin-right: auto;}
.article-contents-section .contents-row .right-col .section-tab-wrp ul.show-desktop {max-width: 266px;}
.article-contents-section .contents-row .right-col .section-tab-wrp .show-mobile {display: none;}
.article-contents-section .contents-row .right-col .section-tab-wrp ul li a {font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 18px;line-height: 160%;color: #003D3F;padding: 8px;border-radius: 4px;display: block;}
.article-contents-section .contents-row .right-col .section-tab-wrp ul li a.active {background-color: #F0F0F0;}
.article-contents-section .sections .section-headind {margin-bottom: 12px;padding-top: 20px;}
.article-contents-section .sections .section-headind h3 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 40px;line-height: 100%;text-transform: capitalize;color: #003D3F;padding-bottom: 16px;border-bottom: 1px solid #C4C6CA;}
.article-contents-section .sections p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;color: #686D79;margin-bottom: 10px;}
.article-contents-section .sections h4 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 34px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;}
.article-contents-section .sections .tip-quote {background: #FAFAFA;border-left: 1px solid #003D3F;padding: 30px 30px 30px 50px;margin-bottom: 40px;}
.article-contents-section .sections .tip-quote h6 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #686D79;margin-bottom: 20px;}
.article-contents-section .sections .tip-quote p {font-family: 'Open Sans';font-style: italic;font-weight: 400;font-size: 18px;line-height: 160%;hanging-punctuation: first last;color: #686D79;margin-bottom: 0px;}
.article-contents-section .sections .get-started-banner {padding-top: 40px;}
.article-contents-section .sections .get-started-banner .banner-wrp {background: linear-gradient(99.54deg, rgba(0, 0, 0, 0.2) 0.16%, rgba(0, 0, 0, 0) 99.99%), #003D3F;border-radius: 20px;padding: 40px;}
.article-contents-section .sections .get-started-banner .banner-row {display: grid;grid-template-columns: 549px 1fr;grid-column-gap: 20px;align-items: center;}
.article-contents-section .sections .get-started-banner .banner-row p {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: 0.1em;text-transform: uppercase;color: #3CB5BC;margin-bottom: 16px;}
.article-contents-section .sections .get-started-banner .banner-row h5 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;margin-bottom: 0px;}
.article-contents-section .sections .get-started-banner .banner-row a {background: #BC3C53;border-radius: 6px;padding: 12px 24px;font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;display: inline-block;}
.article-contents-section .sections .learn-more-ab {padding: 10px 30px;margin-bottom: 70px;}
.article-contents-section .sections .learn-more-ab p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;color: #686D79;margin-bottom: 0px;}
.article-contents-section .sections .learn-more-ab p a {text-decoration: underline;color: #3CB5BC;}
.article-contents-section .sections img {margin-bottom: 10px;}

.article-contents-section .contents-row .right-col .articleDropdown {position: relative;display: inline-block;border: 1px solid #E4E5E7;width: 100%;padding: 8px 16px;border-radius: 12px;}
.article-contents-section .contents-row .right-col .articleDropdown img {position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}
.article-contents-section .contents-row .right-col .articleDropdown-btn {border: none;border-radius: 6px;cursor: pointer;width: 100%;background-color: transparent;font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 15px;line-height: 140%;text-align: left;color: #80858E;position: relative;}
.article-contents-section .contents-row .right-col .articleDropdown-menu {display: none;position: absolute;background-color: #f0f0f0;padding: 0;margin-top: 15px;border-radius: 4px;list-style-type: none;width: 100%;max-width: 100%;left: 0;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);}
.article-contents-section .contents-row .right-col .articleDropdown-option {cursor: pointer;background-color: #ffffff;}
.article-contents-section .contents-row .right-col .articleDropdown-option.active {background-color: #F0F0F0;}

.article-contents-section #section1 {margin-top: -100px;padding-top: 100px;}
.article-contents-section #section2 {margin-top: -100px;padding-top: 100px;}
.article-contents-section #section3 {margin-top: -100px;padding-top: 100px;}
.article-contents-section #section4 {margin-top: -100px;padding-top: 100px;}

.kickstart-link-portfolio {background: linear-gradient(99.54deg, rgba(0, 0, 0, 0.2) 0.16%, rgba(0, 0, 0, 0) 99.99%), #003D3F;border-radius: 20px;padding: 40px;position: relative;}
.kickstart-link-portfolio::after {content: '';position: absolute;right: 0px;background: url("../images/kickstart-link-portfolio-abstract.svg") no-repeat;background-position: right;height: 100%;width: 100%;top: 0;}
.kickstart-link-portfolio .portfolio-wraper {position: relative;z-index: 1;}
.kickstart-link-portfolio .portfolio-wraper p {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: 0.1em;text-transform: uppercase;color: #3CB5BC;margin-bottom: 16px;}
.kickstart-link-portfolio .portfolio-wraper h5 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;margin-bottom: 20px;}
.kickstart-link-portfolio .portfolio-wraper ul {list-style: none;margin-bottom: 20px;}
.kickstart-link-portfolio .portfolio-wraper ul li {position: relative;padding-left: 36px;margin-bottom: 24px;font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 15px;line-height: 160%;color: #C4C6CA;}
.kickstart-link-portfolio .portfolio-wraper ul li:last-child {margin-bottom: 0px;}
.kickstart-link-portfolio .portfolio-wraper ul li::before {content: '';background: url(../images/check-link-portfolio.svg) no-repeat;background-size: 100%;position: absolute;top: 0;left: 0;height: 24px;width: 24px;}
.kickstart-link-portfolio .portfolio-wraper a {background: #BC3C53;border-radius: 6px;padding: 12px 24px;width: 300px;display: inline-block;font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;}

/* Academy Detail Section end */

/* Case Study Page CSS Start */
.hero-section.case-studies-section {padding-top: 265px;padding-bottom: 130px;}
.hero-section.case-studies-section::before {left: 0;background: url("../images/hero-rhino-rank-academy-left.svg") no-repeat;background-position: left;height: 100%;}
.hero-section.case-studies-section::after {background: url("../images/hero-rhino-rank-academy-right.svg") no-repeat;background-position: right;height: 100%;}
.hero-section.case-studies-section .hero-content h1 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 50px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;min-height: 0px;margin-bottom: 16px;}
.hero-section.case-studies-section .hero-content p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;text-align: center;color: #FFFFFF;opacity: 0.9;max-width: 889px;margin-left: auto;margin-right: auto;}

.case-studies-fliter-section {padding-top: 24px;padding-bottom: 112px;}
.case-studies-fliter-section .heading {display: flex;align-items: center;margin-bottom: 16px;}
.case-studies-fliter-section .heading img {margin-right: 8px;}
.case-studies-fliter-section .heading  h6 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 24px;line-height: 100%;text-align: center;letter-spacing: 0.01em;text-transform: capitalize;color: #000000;margin-bottom: 0px;}
.case-studies-fliter-section .filters-options-wrp {display: grid;grid-template-columns: repeat(3, 1fr);}
.case-studies-fliter-section .filters-options-wrp .filter-catageory p {font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 16px;line-height: 160%;color: #373F4E;margin-bottom: 4px;text-transform: capitalize;}
.case-studies-fliter-section .filters-options-wrp .filter-catageory .select-options {position: relative;}
.case-studies-fliter-section .filters-options-wrp .filter-catageory .select-options::before {content: '';position: absolute;right: 24px;top: 15px;width: 14px;height: 9px;background: url(../images/short-down-arrow.svg) no-repeat;background-size: contain;pointer-events: none;}
.case-studies-fliter-section .filters-options-wrp .filter-catageory select {padding: 6px 50px 6px 24px;border: 1px solid #E4E5E7;border-radius: 6px;width: 100%;appearance: none;-webkit-appearance: none;-moz-appearance: none;font-weight: 400;font-size: 15px;line-height: 140%;color: #80858E;}
.case-studies-fliter-section .filters-options-wrp .filter-catageory:nth-child(1) {padding-right: 20px;border-right: 1px solid #E4E5E7;}
.case-studies-fliter-section .filters-options-wrp .filter-catageory:nth-child(2) {padding-right: 20px;padding-left: 20px;}
.case-studies-fliter-section .filters-options-wrp .filter-catageory:nth-child(3) {padding-left: 20px;border-left: 1px solid #E4E5E7;}
.case-studies-fliter-section .filter-card-wrp {display: grid;grid-template-columns: repeat(3, 1fr);grid-column-gap: 20px;grid-row-gap: 20px;list-style: none;margin-top: 40px;margin-bottom: 80px;}
.case-studies-fliter-section .filter-card-wrp > li:not(.create-account-card) {padding: 24px;border: 1px solid #C4C6CA;border-radius: 12px;display: flex;flex-direction: column;overflow: hidden;}
.case-studies-fliter-section .filter-card-wrp li:not(.create-account-card) .card-image {position: relative;border-radius: 8px;overflow: hidden;}
.case-studies-fliter-section .filter-card-wrp li:not(.create-account-card) .card-image::before {content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: linear-gradient(270deg, rgba(0, 61, 63, 0) 0%, #003D3F 58.86%);}
.case-studies-fliter-section .filter-card-wrp li:not(.create-account-card) .card-image > img {position: absolute;top: 18px;right: 18px;width: 29px;height: auto;}
.case-studies-fliter-section .filter-card-wrp li .card-image-footer {padding: 18px 18px 23px 18px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.case-studies-fliter-section .filter-card-wrp li .card-image-footer h4 {font-family: 'Open Sans';font-style: normal;font-weight: 700;font-size: 20px;line-height: 130%;color: #FFFFFF;margin-bottom: 0px;padding-right: 35px;}
.case-studies-fliter-section .filter-card-wrp li .card-image-footer .card-f-cnt h5 {font-family: 'Open Sans';font-style: normal;font-weight: 700;font-size: 26px;line-height: 100%;color: #FFFFFF;margin-bottom: 0px;margin-bottom: 7px;margin-top: 5px;}
.case-studies-fliter-section .filter-card-wrp li .card-image-footer .card-f-cnt p {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 100%;color: #FFFFFF;}
.case-studies-fliter-section .filter-card-wrp li .card-content {padding-top: 20px;display: flex;flex-direction: column;flex-grow: 1;}
.case-studies-fliter-section .filter-card-wrp li .card-content ul {display: flex;flex-wrap: wrap;column-gap: 8px;row-gap: 8px;list-style: none;padding-bottom: 20px;}
.case-studies-fliter-section .filter-card-wrp li .card-content ul li {padding: 8px 16px;background-color: rgba(60, 181, 188, 0.1);font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-transform: capitalize;color: #3CB5BC;backdrop-filter: blur(6px);border-radius: 4px;cursor: pointer;}
.case-studies-fliter-section .filter-card-wrp li .card-content ul li:hover {background-color: #3CB5BC;color: #FFFFFF;}
.case-studies-fliter-section .filter-card-wrp li .card-content ul li a {color: inherit;}
.case-studies-fliter-section .filter-card-wrp li .card-content p {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;color: #686D79;margin-bottom: 20px;}
.case-studies-fliter-section .filter-card-wrp li .card-content > a {padding: 15px 24px;background: #003D3F;border-radius: 6px;display: block;font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;margin-top: auto;}

.case-studies-fliter-section .filter-card-wrp li.create-account-card {border: 1px solid #C4C6CA;border-radius: 12px;display: flex;flex-direction: column;overflow: hidden;position: relative;}
.case-studies-fliter-section .filter-card-wrp li.create-account-card::before {content: '';height: 100%;width: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 41.9%);}
.case-studies-fliter-section .filter-card-wrp li.create-account-card::after {content: '';height: 75%;width: 100%;position: absolute;top: auto;left: 0;right: 0;bottom: 0;background: url(../images/card-abstract.svg) no-repeat;}
.case-studies-fliter-section .filter-card-wrp li.create-account-card .card-content {padding: 24px;position: relative;z-index: 1;}
.case-studies-fliter-section .filter-card-wrp li.create-account-card .card-content p {margin-top: auto;}
.case-studies-fliter-section .filter-card-wrp li.create-account-card .card-content a {margin-top: 0;display: flex;align-items: center;justify-content: center;background-color: #BC3C53;column-gap: 7px;}
.case-studies-fliter-section .filter-row > a {padding: 15px 80px;border: 1px solid #3CB5BC;border-radius: 6px;font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #003D3F;display: block;max-width: 331px;margin-left: auto;margin-right: auto;}
.case-studies-fliter-section .filter-row > a:hover {border-color: #003D3F;background-color: #003D3F;color: #FFFFFF;}

.back-top-section {background-color: #F0F0F0;border-top: 1px solid #E4E5E7;border-bottom: 1px solid #E4E5E7;}
.back-top-section a {display: flex;align-items: center;column-gap: 12px;padding: 16px 68px;font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-transform: capitalize;color: #999CA4;justify-content: center;}

/* Case Study Page CSS End */

/* Case Study Listing Page CSS Start */
.case-study-detail-section {position: relative;}
.case-study-detail-section > img {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;width: 100%;height: 100%;object-fit: cover;}
.case-study-detail-section::before {display: none;}
.case-study-detail-section::after {display: none;}

.our-work-history-section {padding: 16px 0px;background-color: #FAFAFA;}
.our-work-history-section .our-work-history-wrp {display: grid;grid-template-columns: 360px 1fr 360px;}
.our-work-history-section .our-work-history-wrp .our-work {display: flex;}
.our-work-history-section .our-work-history-wrp .our-work:nth-child(1) {border-right: 1px solid #E4E5E7;padding-right: 30px;}
.our-work-history-section .our-work-history-wrp .our-work:nth-child(2) {border-right: 1px solid #E4E5E7;padding-left: 15px;padding-right: 15px;justify-content: center;}
.our-work-history-section .our-work-history-wrp .our-work:nth-child(3) {padding-left: 30px;}
.our-work-history-section .our-work-history-wrp .our-work:nth-child(3) .content {margin-left: auto;}
.our-work-history-section .our-work-history-wrp .our-work p {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;text-align: center;letter-spacing: 0.1em;text-transform: uppercase;color: #80858E;margin-bottom: 4px;}
.our-work-history-section .our-work-history-wrp .our-work h4 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 32px;line-height: 100%;text-align: center;text-transform: capitalize;color: #3CB5BC;}

/* Case Study Listing Page CSS End */

/* Loader Animation CSS Start */
.circle-loader-wrp {max-width: 35px;max-height: 35px;margin-left: auto;margin-right: auto;margin-bottom: 30px;}
.circle-loader {width: 35px;height: 35px;border: 3px dotted #3CB5BC;border-style: solid solid dotted dotted;border-radius: 50%;display: inline-block;position: relative;animation: rotation 2s linear infinite;}
.circle-loader:after {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;border: 3px dotted #003D3F;border-style: solid solid dotted;width: 20px;height: 20px;border-radius: 50%;animation: rotationBack 1s linear infinite;transform-origin: center center;}
@keyframes rotation {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}
@keyframes rotationBack { 0% {transform: rotate(0deg);} 100% {transform: rotate(-360deg);}}
/* Loader Animation CSS End */

.hero-section.hero-curated-links .hero-content h1 {min-height: 0px;}
.blog-hero-sec .hero-content h1 {min-height: 200px;}
.page_industry-links .curated-rslt-mrkt {margin-bottom: 74px;}
.page_industry-links .ero-link-buildbox {margin-left: auto;margin-right: 0;}
.our-services-new.websites_services .our-sernw-grid {grid-template-columns: 1fr 1fr 1fr;}
.resell-links-sec {margin-bottom: -60px;}
.outreach-sec {margin-top: 0px;padding-top: 140px;}

/**/
.case-studies-fliter-section .filter-card-wrp li .card-content ul li.industry_tag { background: #3CB5BC !important; }
.case-studies-fliter-section .filter-card-wrp li .card-content ul li.industry_tag a{color: #fff !important;}
.case-studies-fliter-section .filter-card-wrp li .card-content ul li:hover { background-color:rgba(60, 181, 188, 0.1);}
.case-studies-fliter-section .filter-card-wrp li .card-content ul li:hover a{color: #3CB5BC;}
.article-contents-section .contents-row .left-col .sections {border-bottom: 1px solid #E4E5E7;margin-bottom:20px; }
.article-contents-section .sections .section-headind h3{border:none !important;}
.article-contents-section .sections .learn-more-ab { background: #FAFAFA; border-radius: 12px; margin-top: 10px;}
.kickstart-link-portfolio {margin-top: 80px;}
body .kickstart-link-portfolio .portfolio-wraper h5{font-weight:500;}
body .kickstart-link-portfolio .portfolio-wraper p{font-weight:500;}
.hero-section.case-studies-section::after{height:110%;}
section.case-studies-fliter-section {position: relative;}
section.case-studies-fliter-section:after { background: #FAFAFA; content: ""; position: absolute; top: 0; width: 100%; left: 0; height: 160px; z-index: -1;}
.case-studies-fliter-section .filter-card-wrp{margin-top: 72px;}

.case-study-detail-section .banner-img {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;width: 100%;height: 100%;object-fit: cover;}
.case-studies-fliter-section .filter-card-wrp .card-image-text > img{height: 189px;object-fit: cover;object-position: right; float: right;    filter: grayscale(1);}
.case-studies-fliter-section .filter-card-wrp li:not(.create-account-card) .card-image::before{z-index: 99;}
.case-studies-fliter-section .filter-card-wrp li:not(.create-account-card) .card-image > img{z-index: 9;}
.case-studies-fliter-section .filter-card-wrp li .card-image-footer{z-index: 99;}
.case-study-detail-section .banner-img{filter: grayscale(100%);background-position: right!important;background-size: auto 100%!important;}
body .hero-section.academy-detail-section:after { content: ""; position: absolute; left: 0;right: auto!important; width: 100%; height: 100%; background: linear-gradient(270deg, rgba(0, 61, 63, 0) 0%, #003D3F 34.86%);content: ""; display: block; }
.page-template-academy-tmp .basic-guides-section{padding-top: 80px;}
.page-template-academy-tmp .advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card h6 a { font-family: 'Gilroy'; font-style: normal; font-weight: 600; font-size: 24px; line-height: 120%; letter-spacing: 0.01em; text-transform: capitalize; color: #FFFFFF; margin-bottom: 0; text-decoration: none; text-align: left; }
.page-template-academy-tmp .basic-guides-section .basic-guides-wrp .card-wrp .basic-card h6 a{font-family: 'Gilroy'; font-style: normal; font-weight: 600; font-size: 24px; line-height: 120%; letter-spacing: 0.01em; text-transform: capitalize; color: #003D3F;text-decoration: none;    text-align: left;}
.article-contents-section .contents-row .right-col .section-tab-wrp{margin-bottom: 10px;}
.article-contents-section .contents-row .right-col .section-tab-wrp{border-radius: 12px;}

/* UB point academy gride changes css */
.basic-guides-section .basic-guides-wrp .card-wrp {margin-bottom: 20px;display: flex;}
.basic-guides-section .basic-guides-wrp .card-wrp:last-child {margin-bottom: 0px;}
.basic-guides-section .basic-guides-wrp .card-wrp .basic-card {width: 100%;}
.advanced-guides-section .advanced-guides-wrp .card-wrp {flex-wrap: nowrap;margin-bottom: 20px;}
.advanced-guides-section .advanced-guides-wrp .card-wrp:last-child {margin-bottom: 0px;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card {max-width: calc(100% - 0px);}

.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card {position: relative;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card > a {position: absolute;bottom: 20px;left: 25px;}
.blog-list-wrp .fetr-img::after {position: absolute;content: "";left: ;right: -30px;top: -50px;width: 100vw;height: 100vw;}
.page-template-blog-tmp .blog-hero-sec .hero-row,
.post-type-archive-ourblogs .blog-hero-sec .hero-row{grid-template-columns: 0.7fr 1fr;}
.advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card {min-height: 200px;}
.blod-detail-in .b-dtl-grid .right {position: sticky;top: 110px;}
.article-contents-section .sections .section-headind h2 {font-family: 'Gilroy';font-style: normal;font-weight: 700;font-size: 35px;line-height: 100%;text-transform: capitalize;color: #003D3F;padding-bottom: 16px;border: none !important;}

.single-ourblogs .get-started-banner {padding-top: 40px;}
.single-ourblogs .get-started-banner .banner-wrp {background: linear-gradient(99.54deg, rgba(0, 0, 0, 0.2) 0.16%, rgba(0, 0, 0, 0) 99.99%), #003D3F;border-radius: 20px;padding: 40px;}
.single-ourblogs .get-started-banner .banner-row {display: grid;grid-template-columns: 469px 1fr;grid-column-gap: 20px;align-items: center;}
.single-ourblogs .get-started-banner .banner-row p {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: 0.1em;text-transform: uppercase;color: #3CB5BC;margin-bottom: 16px;}
.single-ourblogs .get-started-banner .banner-row h5 {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 28px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;color: #FFFFFF;margin-bottom: 0px;}
.single-ourblogs .get-started-banner .banner-row a {background: #BC3C53;border-radius: 6px;padding: 12px 24px;font-family: 'Open Sans';font-style: normal;font-weight: 500;font-size: 15px;line-height: 100%;text-align: center;text-transform: capitalize;color: #FFFFFF;display: inline-block;}

/* Newsletter new css start */
.crt-fre-acc form {margin: 0 !important;}
form.tnp-subscription {display: flex !important;}

.single-academy .article-contents-section ul, .single-ourblogs .blod-detail-in ul, .single-casestudies .article-contents-section ul {margin-left: 20px;font-weight: 400;}
.single-academy .article-contents-section ul li, .single-ourblogs .blod-detail-in ul li, .single-casestudies .article-contents-section ul li {font-size: 18px;font-family: Open Sans;line-height: 160%;color: #686D79;font-weight: 400;}
.single-casestudies .article-contents-section .kickstart-link-portfolio ul li {color: #ffffff;font-weight: 100;}
.kickstart-link-portfolio .portfolio-wraper ul {margin-left: 0px;}
/*.article-contents-section .sections p + ul {margin-bottom: 40px;}*/

.single-academy .article-contents-section ol, .single-ourblogs .blod-detail-in ol, .single-casestudies .article-contents-section ol {margin-left: 20px;font-weight: 400;}
.single-academy .article-contents-section ol li, .single-ourblogs .blod-detail-in ol li, .single-casestudies .article-contents-section ol li {font-size: 18px;font-family: Open Sans;line-height: 160%;color: #686D79;font-weight: 400;}
.kickstart-link-portfolio .portfolio-wraper ol {margin-left: 0px;}
/*.article-contents-section .sections p + ol {margin-bottom: 40px;}*/

.post-type-archive-academy .basic-guides-section{padding-top: 80px;}
.post-type-archive-academy .advanced-guides-section .advanced-guides-wrp .card-wrp .advanced-card h6 a { font-family: 'Gilroy'; font-style: normal; font-weight: 600; font-size: 24px; line-height: 120%; letter-spacing: 0.01em; text-transform: capitalize; color: #FFFFFF; margin-bottom: 0; text-decoration: none; text-align: left; }
.post-type-archive-academy .basic-guides-section .basic-guides-wrp .card-wrp .basic-card h6 a{font-family: 'Gilroy'; font-style: normal; font-weight: 600; font-size: 24px; line-height: 120%; letter-spacing: 0.01em; text-transform: capitalize; color: #003D3F;text-decoration: none;text-align: left;}

/*blog-new-css*/
.blod-detail-in .left h1 {font-size: 50px;line-height: 100%;font-weight: bold;text-transform: capitalize;margin-bottom: 12px;font-weight: normal;margin-top: 40px;}
.blod-detail-in .left h2 {font-weight: 700;font-size: 34px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 25px;margin-top: 25px;}
.blod-detail-in .left h3 {font-weight: 700;font-size: 32px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;margin-top: 40px;}
.blod-detail-in .left h4 {font-weight: 700;font-size: 30px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;margin-top: 40px;}
.blod-detail-in .left h5 {font-weight: 600;font-size: 28px;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;margin-top: 40px;}
.blod-detail-in .left h6 {font-weight: 600;font-size: 24px;line-height: 100%;letter-spacing: 0.01em;text-transform: capitalize;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;margin-top: 40px;}
.blod-detail-in .left p {font-weight: 400;font-size: 18px;line-height: 160%;color: #686D79;}
.single-ourblogs .get-started-banner .banner-row h5 {margin-top: 0px;}

/*pagination css*/
.ftr_pging .pagging{text-align: center}
.ftr_pging .pagging .disable-links{margin-top: 0 !important;opacity: 0.4;}
.ftr_pging .pagging .prev{float: left;}
.ftr_pging .pagging .page-numbers{padding: 8px 12px ;font-weight: 600;font-size: 15px;line-height: 15px;color: #003D3F;border-radius: 3px;}
.ftr_pging .pagging .page-numbers.current{background: #F3F3F3;}
.ftr_pging .pagging .page-numbers#bottom-deco-post-link,
.ftr_pging .pagging .page-numbers.next{float: right;background: #F3F3F3;padding: 12px 24px;font-weight: 600;position: relative;max-width: 114px;width: 100%;padding-right: 50px}
.ftr_pging .pagging .page-numbers#bottom-deco-post-link:after,
.ftr_pging .pagging .page-numbers.next:after{content: '';background-image: url('../images/arrow-right.svg');width: 20px;position: absolute;top: 9px;right:20px;height: 20px;background-size: 100%;background-repeat: no-repeat}
.ftr_pging .pagging .page-numbers#bottom-deco-pre-link,
.ftr_pging .pagging .page-numbers.prev{float: left;background: #F3F3F3;padding: 12px 24px;font-weight: 600;position: relative;max-width: 114px;width: 100%;padding-left: 50px}
.ftr_pging .pagging .page-numbers#bottom-deco-pre-link:after,
.ftr_pging .pagging .page-numbers.prev:after{content: '';background-image: url('../images/arrow-right.svg');width: 20px;position: absolute;top: 9px;left:20px;height: 20px;background-size: 100%;background-repeat: no-repeat;transform: rotate(180deg);}
.ftr_pging .pagging .page-numbers:not(.next, .prev){margin-top: 3px;display: inline-block;}

/* work-width-us css */

section.hero-section.cms-header {padding-top: 186px;}
.page_work-with-us .inner-hero-sec:after {background: url(../images/work-width-us-banner-abstract.png) no-repeat;max-width: 608px;bottom: 0;margin: auto auto auto 0;left: 0;right: 0;background-position: bottom;}
.page_work-with-us .hero-curated-links .hero-row {grid-column-gap: 78px;}
.page_work-with-us .hero-curated-links .hero-row .hero-content {padding-right: 130px;}
.page_work-with-us .hero-curated-links .hero-row .hero-img {margin-left: 0px;margin-right: 44px;margin-bottom: -195px;}
.page_work-with-us .hero-curated-links .hero-row .hero-img img {filter: none;}
.page_work-with-us .hero-section.cms-header .hero-row .hero-content {padding-bottom: 0px;}

/* benefits-with-rhinorank css */
.benefits-with-rhinorank {margin-top: 240px;padding-bottom: 80px;}
.benefits-with-rhinorank .heading {padding-bottom: 80px;}
.benefits-with-rhinorank .heading h5 {color: #003D3F;font-family: 'Gilroy';font-size: 28px;font-style: normal;font-weight: 600;text-align: center;line-height: 100%;letter-spacing: 0.28px;text-transform: capitalize;margin-bottom: 12px;}
.benefits-with-rhinorank .heading h2 {color: #003D3F;text-align: center;font-family: 'Gilroy';font-size: 48px;font-style: normal;font-weight: 700;line-height: 100%;text-transform: capitalize;margin-bottom: 0px;}
.benefits-with-rhinorank .row {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 60px;margin-left: 0;margin-right: 0;}
.benefits-with-rhinorank .row .col {padding-left: 0px;padding-right: 0px;}
.benefits-with-rhinorank .col .img-col {margin-bottom: 20px;}
.benefits-with-rhinorank .col .img-col img {max-height: 60px;width: auto;max-width: 100%;}
.benefits-with-rhinorank .col .content-col h6 {font-size: 24px;font-style: normal;font-weight: 600;line-height: 100%;letter-spacing: 0.24px;text-transform: capitalize;opacity: 0.9;margin-bottom: 8px;color: #003D3F;}
.benefits-with-rhinorank .col .content-col p {font-size: 16px;font-style: normal;font-weight: 400;line-height: 160%;color: #686D79;margin-bottom: 0px;max-width: 94%;}

/* requirements-for-partnership css */

.requirements-for-partnership {padding-top: 120px;padding-bottom: 120px;background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 100%);}
.requirements-for-partnership .heading {padding-bottom: 80px;}
.requirements-for-partnership .heading h5 {color: #003D3F;font-family: 'Gilroy';font-size: 28px;font-style: normal;font-weight: 600;text-align: center;line-height: 100%;letter-spacing: 0.28px;text-transform: capitalize;margin-bottom: 12px;}
.requirements-for-partnership .heading h2 {color: #003D3F;text-align: center;font-family: 'Gilroy';font-size: 48px;font-style: normal;font-weight: 700;line-height: 100%;text-transform: capitalize;margin-bottom: 0px;}
.requirements-for-partnership .row {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 22px;margin-left: 0;margin-right: 0;background: #FAFAFA;backdrop-filter: blur(2.5px);border-radius: 24px;border: 1px solid #E4E5E7;}
.requirements-for-partnership .col {padding: 40px;position: relative;}
.requirements-for-partnership .col::before {content: '';position: absolute;width: 1px;height: calc(100% - 5px);background-color: #E4E5E7;top: 50%;transform: translateY(-50%);right: 0px;}
.requirements-for-partnership .col::after {content: '';position: absolute;width: 40px;height: 40px;background-color: #FAFAFA;top: 50%;transform: translateY(-50%) rotate(45deg);right: -20px;border-right: 1px solid #E4E5E7;border-top: 1px solid #E4E5E7;}
.requirements-for-partnership .col:nth-child(3)::before,
.requirements-for-partnership .col:nth-child(3)::after {display: none;}
.requirements-for-partnership .col .img-col {margin-bottom: 20px;}
.requirements-for-partnership .col .img-col img {max-height: 60px;width: auto;max-width: 100%;}
.requirements-for-partnership .col .content-col h5 {font-size: 28px;font-style: normal;font-weight: 600;line-height: 100%;letter-spacing: 0.28px;text-transform: capitalize;margin-bottom: 8px;color: #3CB5BC;}
.requirements-for-partnership .col .content-col p {font-size: 16px;font-style: normal;font-weight: 400;line-height: 160%;color: #686D79;}

/* getting-started-form */
.page_work-with-us .an-enquiry-sec {padding-top: 120px;padding-bottom: 80px;background-color: #FAFAFA;position: relative;}
.page_work-with-us .an-enquiry-sec > img {position: absolute;bottom: 0;right: 0;max-width: 670px;width: 100%;}
.page_work-with-us .an-enquiry-sec .enquiry-categories {padding: 80px;max-width: 60%;width: 100%;height: 100%;}

.page_work-with-us .an-enquiry-sec .five_website .submit-btn {margin-bottom: 0px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .submit-btn.form-group {margin-bottom: 0px;}

.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_template {padding: 24px;border-radius: 12px;background: rgba(60, 181, 188, 0.05);margin-bottom: 24px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_template p {text-align: left;font-size: 15px;font-style: normal;font-weight: 400;line-height: 160%;color: #686D79;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_template > p:last-child {margin-bottom: 0px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_icon p {max-width: 20px;margin-bottom: 8px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_title p {font-size: 15px;font-style: normal;font-weight: 500;line-height: 160%;color: #061022;margin-bottom: 4px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_button {display: block;text-align: center;border: 1px solid #3CB5BC;padding: 12px 24px;border-radius: 6px;font-family: 'Open Sans';font-size: 15px;font-style: normal;font-weight: 500;line-height: 100%;text-transform: capitalize;color: #003D3F;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_button:hover {background-color: #3CB5BC;color: #FFFFFF;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_button span {display: flex;align-items: center;column-gap: 4px;justify-content: center;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_button span::after {content: '';display: inline-block;width: 20px;height: 20px;background: url(../images/download-file.svg) no-repeat center / 100%;}
.page_work-with-us .an-enquiry-sec .five_plus_website .download_excel_button:hover span::after {background: url(../images/download-file-white-s.svg) no-repeat center / 100%;}

.page_work-with-us .an-enquiry-sec .five_plus_website .upload_excel_title {margin-bottom: 24px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .upload_excel_title p {text-align: left;font-size: 15px;font-style: normal;font-weight: 400;line-height: 160%;color: #686D79;}
.page_work-with-us .an-enquiry-sec .five_plus_website .upload_excel_title p:first-child {color: #061022;font-family: 'Open Sans';font-size: 15px;font-style: normal;font-weight: 500;line-height: 160%;margin-bottom: 8px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .upload_excel_title p:last-child {margin-bottom: 0px;}

.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel {position: relative;margin-bottom: 24px;padding: 49px 24px;border: 1px dashed #D1D5DB;border-radius: 6px;cursor: pointer;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel.highlight_border {border-color: #3CB5BC;background: rgba(60, 181, 188, 0.05);}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel > p {margin-bottom: 0px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel > p.drag-drop {font-size: 15px;font-style: normal;font-weight: 400;line-height: 160%;text-align: center;color: #686D79;margin-bottom: 4px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel > p.or {font-size: 15px;font-style: normal;font-weight: 400;line-height: 160%;text-align: center;color: #C4C6CA;margin-bottom: 4px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel > p.action-btn {background-color: #3CB5BC;border-radius: 6px;padding: 12px 24px;font-size: 15px;font-style: normal;font-weight: 500;line-height: 100%;text-transform: capitalize;color: #FFFFFF;margin-left: auto;margin-right: auto;max-width: 140px;display: block;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel > p:last-child {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel > p#selectedFileName {margin-top: 10px;color: #000000;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel > p:last-child input {width: 100%;height: 100%;opacity: 0;}
.page_work-with-us .an-enquiry-sec .five_plus_website .browse_excel label {position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;margin-bottom: 0px;}

.page_work-with-us .an-enquiry-sec .five_plus_website .upload_excel_bottom_text {padding: 12px;background-color: #FAFAFA;border-radius: 4px;margin-bottom: 42px;}
.page_work-with-us .an-enquiry-sec .five_plus_website .upload_excel_bottom_text p {font-size: 15px;font-style: italic;font-weight: 400;line-height: 160%;color: #686D79;margin-bottom: 0px;text-align: left;}

.page_work-with-us .an-enquiry-sec .heading {padding-bottom: 80px;}
.page_work-with-us .an-enquiry-sec .heading h5 {font-size: 28px;font-style: normal;font-weight: 600;line-height: 100%;letter-spacing: 0.28px;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;text-align: center;}
.page_work-with-us .an-enquiry-sec .heading h2 {font-size: 48px;font-style: normal;font-weight: 700;line-height: 100%;text-transform: capitalize;color: #003D3F;margin-bottom: 12px;text-align: center;}
.page_work-with-us .an-enquiry-sec .heading p {font-size: 18px;font-style: normal;font-weight: 400;line-height: 160%;color: #15232E;opacity: 0.6;text-align: center;}
.page_work-with-us .an-enquiry-sec .form-heading h4 {font-size: 34px;font-style: normal;font-weight: 600;line-height: 100%;text-transform: capitalize;text-align: center;color: #000000;margin-bottom: 12px;}
.page_work-with-us .an-enquiry-sec .form-heading h6 {font-size: 24px;font-style: normal;font-weight: 600;line-height: 100%;letter-spacing: 0.24px;text-transform: capitalize;text-align: center;color: #000000;margin-bottom: 16px;}
.page_work-with-us .an-enquiry-sec .form-heading p {text-align: center;font-size: 16px;font-style: normal;font-weight: 400;line-height: 160%;color: #686D79;opacity: 0.9;margin-bottom: 40px;}
.page_work-with-us .an-enquiry-sec .enquiry-category-wrp {display: flex;flex-wrap: wrap;position: relative;justify-content: space-between;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp {margin: 0px;padding: 20px;max-width:34%;width: 100%;}
.page_work-with-us .an-enquiry-sec .enquiry-category-wrp ul.enquiry-tabs li {max-width: 50%;width: 100%;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .img-col {margin-bottom: 20px;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col h4 {font-size: 34px;font-style: normal;font-weight: 600;line-height: 100%;text-transform: capitalize;color: #000000;margin-bottom: 12px;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col p {font-size: 18px;font-style: normal;font-weight: 400;line-height: 160%;color: #686D79;opacity: 0.9;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col ul {margin-top: 40px;list-style: none;margin-bottom: 0px;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col ul li {padding-left: 48px;position: relative;margin-bottom: 40px;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col ul li:last-child {margin-bottom: 0px;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col ul li img {width: 24px;height: auto;position: absolute;top: 0;left: 0;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col ul li h6 {color: #000;font-size: 24px;font-style: normal;font-weight: 600;line-height: 120%;letter-spacing: 0.24px;text-transform: capitalize;margin-bottom: 8px;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col ul li p {font-size: 16px;font-style: normal;font-weight: 400;line-height: 160%;color: #686D79;opacity: 0.9;margin-bottom: 40px;}
.page_work-with-us .an-enquiry-sec .contact-details-wrp .content-col ul li p:last-child {margin-bottom: 0px;}


.page_work-with-us .trust-by-agencies {margin-top: 0px;}
.page_work-with-us .trust-by-agencies .testimonials-top-text {margin-bottom: 60px;}
.page_work-with-us .trust-by-agencies .testimonials-top-text p {font-size: 28px;font-style: normal;font-weight: 600;line-height: 100%;letter-spacing: 0.28px;text-transform: capitalize;color: #FFFFFF;margin-bottom: 12px;text-align: center;}
.page_work-with-us .trust-by-agencies .testimonials-top-text h2 {font-size: 48px;font-style: normal;font-weight: 700;line-height: 100%;text-transform: capitalize;color: #FFFFFF;margin-bottom: 12px;text-align: center;}
.page_work-with-us .trust-by-agencies .testimonials-top-text h2 + p {font-size: 18px;font-style: normal;font-weight: 400;line-height: 160%;color: #FAFAFA;opacity: 0.6;text-align: center;}

.enquiry-tabs-container .wpcf7 form .wpcf7-response-output{margin-top: 20px;}
@media (min-width:992px){
    .page_work-with-us .an-enquiry-sec .enquiry-category-wrp {min-height: 1390px;}
    .page_work-with-us .an-enquiry-sec .enquiry-categories {max-width: 60%;width: 100%;height: 100%;}
    .page_work-with-us .an-enquiry-sec .contact-details-wrp {max-width:34%;width: 100%;}
} 

@media (max-width: 991px) {
    .page_work-with-us .an-enquiry-sec .enquiry-categories {padding: 80px 40px;}
    .page_work-with-us .an-enquiry-sec .contact-details-wrp {max-width: 35%;padding-left: 0;}
}

@media (max-width: 767px){
    .page_work-with-us .an-enquiry-sec .enquiry-categories {max-width: 100%;}
    .page_work-with-us .an-enquiry-sec .contact-details-wrp {max-width: 100%;}
    .inner-hero-sec .hero-row .hero-img {display: block;padding-right: 0;}
    body .wpcf7 form.sent .wpcf7-response-output {line-height: 21px;}
    body .wpcf7 form.invalid .wpcf7-response-output {line-height:21px;padding-top: 17px;padding-bottom: 17px;}
}

body .wpcf7 form.sent .wpcf7-response-output {border-radius: 12px;background: url(../images/success-icon.svg) rgba(66, 179, 111, 0.10) no-repeat;border: none;color: #42B36F;font-size: 15px;font-style: normal;font-weight: 400;line-height: 120%;text-align: left;padding: 22px 22px 22px 56px;background-position: 24px center;margin-top:40px;}
body .wpcf7 form.invalid .wpcf7-response-output {border-radius: 12px;background: url(../images/fail-cross-circle.svg) rgba(237, 152, 7, 0.10) no-repeat;border: none;color: #ED9807;font-size: 15px;font-style: normal;font-weight: 400;line-height: 120%;text-align: left;padding: 31px 22px 31px 56px;background-position: 24px center;margin-top: 40px;}
.page-template-services-sub-tmp .hero-row .hero-img {padding-right: 0;position: relative;}

.page-template-services-sub-tmp .hero-img video#ban_video {width: 100%;display: block;border-radius: 10px;}
.banner-sec.video {position: relative;}
.video .video-control {position: absolute;bottom: 30px;right: 30px;z-index: 99;}
.video .pause-bt {background: url("../images/pause-circle.svg") no-repeat;width: 42px;height: 42px;background-size: 42px;cursor: pointer;}
.video .play-bt {background: url("../images/play-circle.svg") no-repeat;width: 42px;height: 42px;background-size: 42px;cursor: pointer;background-position: center;}
.fo-social-col ul li a {display: flex;align-items: center;}
footer .fo-row .seo-exp-txt {height: 100%;}

/* video player css */
.hero-img .video-controls {position: absolute;bottom: 16px;left: 0;border-radius: 10px 10px 0 0;overflow: hidden;width: calc(100% - 185px);margin-left: 15px;}
.hero-img .video-controls .time {text-align: left;padding: 0px;font-weight: bold;color: #bdbdbd;font-size: 15px;}
.hero-img #video-progress-bar {background: linear-gradient(to right, #BC3C53 0%, #BC3C53 0%, #bdbdbd 0%, #bdbdbd 100%);border-radius: 8px;height: 7px;width: 100%;outline: none;-webkit-appearance: none;}
.hero-img #video-progress-bar::-webkit-slider-thumb {background-color: #BC3C53;border: none;margin-top: -1px;border-radius: 14px;height: 14px;width: 14px;-webkit-appearance: none;box-shadow: none;-webkit-appearance: none;}

.hero-img #video-progress-bar:focus {outline: 0;}
.hero-img #video-progress-bar::-ms-track {width: 100%;cursor: pointer;background: 0 0;border-color: transparent;color: transparent;}
.hero-img #video-progress-bar::-webkit-slider-thumb {-webkit-appearance: none;background-color: #BC3C53;border: none;margin-top: -1px;border-radius: 14px;height: 14px;width: 14px;-webkit-appearance: none;box-shadow: none;}
.hero-img #video-progress-bar::-moz-range-thumb {-webkit-appearance: none;background-color: #BC3C53;border: none;margin-top: -1px;border-radius: 14px;height: 14px;width: 14px;-webkit-appearance: none;box-shadow: none;}
.hero-img #video-progress-bar::-ms-thumb {-webkit-appearance: none;background-color: #BC3C53;border: none;margin-top: -1px;border-radius: 14px;height: 14px;width: 14px;-webkit-appearance: none;box-shadow: none;}

.play-bt{width:60px;height:40px;background: url(../images/video-play-new.svg) no-repeat center;position: absolute;bottom:30px;right: 85px;z-index: 99; cursor:pointer;background-size:contain;}
.pause-bt{width:60px; height:40px;background: url(../images/video-pause-new.svg) no-repeat center;position: absolute;bottom:30px;right: 85px;z-index: 99; cursor:pointer;background-size:contain;}
.mute-bt{width:60px; height: 40px;background: url(../images/video-muted-new.svg) no-repeat center;position: absolute; bottom:30px;right: 15px;z-index: 99; cursor:pointer;background-size:contain;}
.mute-bt.stop{background: url(../images/video-unmuted-new.svg) no-repeat center;background-size:contain;}

/*New-Content-Block-Css*/
.section.imgcnt-box-sec.benefit-wrp .cntcol .cntwrp {max-width: 100%;padding-left: 100px;}
.benefits-with-rhinorank.mtp{margin-top: 196px;}
.benefits-with-rhinorank-wrp .container {display: grid;grid-template-columns: 43% 1fr;grid-gap: 70px;}
.benefits-with-rhinorank-wrp .readmorelink{background: url(../images/rgt.svg) no-repeat right center;padding-right: 30px;}
.benefits-with-rhinorank-wrp h3 {margin-bottom: 16px;}
.grlist{border-radius: 12px;border: 1px solid #F0F0F0;background: #FAFAFA;padding: 40px;}
.grlist .item {display: flex;margin-bottom: 32px;}
.grlist .item .lft{width: 33px;min-width: 33px;margin-right: 8px;}
.grlist .item h4{color:#003D3F;font-size: 21px;font-weight: 600;line-height:21px;letter-spacing: 0.21px;margin-top: 4px;}
.grlist .item p a{color: #3CB5BC;}
.benefits-with-rhinorank-wrp .readmorelink { background: url(../images/rgt.svg) no-repeat right center; padding-right: 39px; display: inline-block; color: #3CB5BC; font-family: Open Sans; font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; padding-bottom: 4px;}
.benefits-with-rhinorank-wrp .col:first-child p{margin-bottom: 32px;}
.benefits-with-rhinorank-wrp .col p{color: var(--theme-gry-color);font-size: 18px; line-height: 160%;}
.grlist .rgt p {font-size: 16px;}
.benefits-with-rhinorank-wrp{margin-bottom: 194px;}
.benefits-with-rhinorank-wrp .container {padding: 0;}

/*H1-tag-css*/
.affiliate-hero-sec .hero-content h1, .affiliate-hero-sec .hero-content h1 span {font-family: 'Gilroy';font-style: normal;font-weight: 600;font-size: 48px;line-height: 100%;text-transform: capitalize;color: #FFFFFF;}
.affiliate-hero-sec .hero-content h1 span {color: #3CB5BC;}

.page-template-services-sub-tmp .sec-top-title p {color: var(--theme-gry-color);}
.page-template-services-sub-tmp .faq-sec .sec-top-title p {color: #fff;}
section.section.need-know-linkes-sec.full-width .sec-top-title {max-width: 1080px;}
