@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,700&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, P, a{
	font-family: 'Open Sans', sans-serif;
}
div#navbarNavDropdown {
    justify-content: flex-end;
}
div#navbarNavDropdown a.nav-link {
    font-size: 15px;
    color: #1c71a7;
	padding: 0px 9px;
	cursor: pointer
}
a.navbar-brand img {
    max-width: 160px;
    width: 100%;
}
ul.top-banner-list i:before{
	font-weight:900;
	color:#1c71a7;
}
ul.top-banner-list {
    list-style: none;
    padding-left: 0;
	margin-bottom: 25px;
}
ul.top-banner-list i {
    margin-right: 10px;
}
ul.top-banner-list li {
    padding-bottom: 7px;
    font-size: 18px;
	color: #1c71a7;
}
ul.navbar-nav li.nav-item{
	padding: 10px 0px;
}
ul.navbar-nav {
    align-items: center;
}
ul.navbar-nav li.nav-item.header-btn {
    padding: 3px 0px;
}
.left-top-banner-sec h1 {
    color: #1c71a7;
    font-size: 80px;
    line-height: 100px;
}
.left-top-banner-sec span {
    font-size: 30px;
    color: #999999;
	display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
a.home-btn {
    display: inline-block;
    color: #f37622;
    border: 1px solid #f37622;
    padding: 5px 20px;
    border-radius: 40px;
    font-size: 15px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.home-page h3 {
    text-align: center;
    font-size: 35px;
    color: #1c71a7;
    margin-bottom: 15px;
}
.home-page p {
    color: #808285;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.getting-start {
    padding: 65px 0px;
}
.home-page  .service-top h3 {
    text-align: left;
}
.home-page .service-top p {
    text-align: left;
}
.manage-service {
    padding: 65px 0px;
    background: #f1f9fd;
}
.manage-service-right img{
	width:100%;
}
.service-top {
    max-width: 430px;
	width:100%;
}
.benifits-inner {
    display: flex;
    justify-content: center;
    padding: 30px 0px 0px;
}
.benifits-col {
    text-align: center;
	padding: 0px 10px;
	width: 100%;
    max-width: 20%;
}
.benifits-col img {
    width: 100%;
    max-width: 40px;
}
.getting-start .benifits-inner {
    align-items: baseline;
	margin-top: 20px;
}
.benifits-col  h5 {
    margin: 15px 0px;
    font-size: 24px;
    color: #1c71a7;
}
.benifits-of-cloud {
    padding: 65px 0px;
	position: relative;
}
.trusted-partner .benifits-col img {
    width: 100%;
    max-width: 100%;
	height: 93px;
	object-fit: contain;
}
.trusted-partner .benifits-col {
    text-align: center;
    padding: 0px 25px;
	max-width: unset;
}
.get-started-hosting .section-heading-hosting h3 {
    color: #fff;
	margin-bottom: 25px;
}
.get-started-hosting {
    background: #f27622;
    padding: 50px 0px;
}
.section-heading-hosting {
    text-align: center;
}
.get-started-hosting  a.home-btn{
	color: #fff;
	border-color: #fff;
	font-size: 21px;
    padding: 3px 30px;
}
ul.right-footer-inner {
    list-style: none;
    margin-bottom: 0;
	padding-left:0px;
}
ul.right-footer-inner li a.footer-active {
    color: #f37622;
}
ul.right-footer-inner li:not(:last-child) {
    margin-right: 7px;
    padding-right: 8px;
	position:relative;
}
.left-img img {
    width: 100%;
    max-width: 170px;
	display:block;
	margin-bottom: 20px;
}
.footer-main {
    background: #333;
    padding: 40px 0px;
}
ul.right-footer-inner li a {
    font-size: 14px;
    color: #fff;
	text-decoration: none;
}
.footer-main-inner {
    display: flex;
	justify-content: space-between;
}

.top-banner-section {
    background: url(../images/HomePage-Header2.png), linear-gradient(90deg, rgba(243,250,255,1) 0%, rgba(255,255,255,1) 100%);
	background-color: rgb(243,250,255);
    background-position: center, right !important;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
li.nav-item.header-btn {
	border: 1px solid #f27622;
	background: #f27622;
	color: #fff;
	border-radius: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
div#navbarNavDropdown li.nav-item.header-btn a {
    color: #fff;
	padding: 2px 15px;
}
div#navbarNavDropdown li.nav-item.header-btn:last-child a {
    color: #f27622;
}
div#navbarNavDropdown li.nav-item.header-btn:last-child {
    background: transparent;
}
.trusted-partner .benifits-inner {
    padding: 20px 0px 0px;
}
.trusted-partner {
    padding: 65px 0px;
}
.benifits-of-cloud:after {
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    background: #5494bd;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 15px 0px;
    box-shadow: 0px 0px 5px #00000029;
}
.service-top:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.service-top:first-child:after {
    position: absolute;
    content: "";
    background: #1c71a7;
    width: 140px;
    height: 2px;
    bottom: 0;
}
li.nav-item {
    position: relative;
}
li.nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #f27622;
    height: 2px;
    margin-bottom: 3px;
    transition: width 0.5s;
}
li.nav-item:hover:after {
    width: 100%;
}
ul.top-banner-list img {
    margin-right: 10px;
}
.sub-menu-main-inner {
    display: flex;
}
.sub-menu-main {
    position: absolute;
    width: 100%;
    min-width: 340px;
    background: #f0f1f1;
    padding: 20px;
    z-index: 9;
    box-shadow: 0px 2px 3px #0201011a;
    top: 40px;
	display: none;
}
a:hover{
	text-decoration:none;
}
a.home-btn:hover {
    text-decoration: none;
}
li.nav-item.header-btn:after {
    display: none;
}
li.nav-item:hover .sub-menu-main {
    display: block;
}
ul.sub-menus-inner {
    padding-left: 0;
    list-style: none;
}
.sub-menu-main-inner h5 {
    font-size: 16px;
    color: #1c71a7;
}
.left-submenu {
    margin-right: 25px;
}
ul.sub-menus-inner li a {
    color: #1c71a7;
}
ul.sub-menus-inner li {
    font-size: 14px;
    margin-bottom: 5px;
}
.sub-menu-main.sub-menu-list {
    min-width: 200px;
}
.right-top-banner-sec {
    display: none;
}
.top-banner-section.manage-sec {
    background: url(../images/ManagedServices-Header.webp);
    background-repeat: no-repeat;
    background-position: center right;
	background-size:cover;
}
.signup-tble table {
    width: 100%;
}
.signup-tble {
    background: #f1f9fc;
    padding: 50px;
    border-radius: 40px;
}
.signup-tble table td {
    padding: 10px 0px;
    border-bottom: 1px solid #a0c4dc;
    color: #808285;
    font-size: 18px;
	text-align: center;
}
.signup-tble table th {
    text-align: center;
}
.signup-tble table th:first-child, .signup-tble table td:first-child {
    text-align: left;
}
.signup-tble table th img {
    width: 100%;
    max-width: 70px;
}
.signup-tble table td:last-child {
    color: #1c71a7;
}
.signup-tble table th {
    padding: 20px 0px;
	border-bottom: 1px solid #a0c4dc;
}
.trusted-partner.complaint-sec {
    position: relative;
}
.trusted-partner.complaint-sec:after {
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    background: #5494bd;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
.top-banner-section.on-premis-banner {
    background: url(../images/On-OffPremise-Header.webp);
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}
.getting-start a {
    color: #f27622;
	max-width: 188px;
    width: 100%;
}
.benifits-inner.dedicated-cloud .benifits-col img{
	    height: 75px;
		max-width: 100%;
}
.benifits-inner.dedicated-cloud .benifits-col h5{
    max-width: 180px;
    margin: 15px auto;
}
.dedicated-cloud-main {
    padding: 50px 0px;
    position: relative;
}
.dedicated-cloud-main:after, .dedicated-cloud-main:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    background: #5494bd;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
.dedicated-cloud-main:before {
    bottom: unset;
    top: 0;
}
.left-img.footer-col a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
	margin-top: 5px;
}
.footer-col h5 {
    font-size: 16px;
    color: #f37622;
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
}

.footer-bootm-right {
    display: flex;
}

.footer-bootm-right ul {
    display: flex;
    margin-bottom: 0;
}

.home-pag .footer-bottom-sec p {
    font-size: 14px;
}
.footer-bottom-inner p {
    margin-bottom: 0px;
}
.footer-bottom-inner p {
    font-size: 11px;
    color: #fff;
}
.footer-bottom-sec {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}
.footer-bottom-sec a {
    font-size: 12px;
    color: #fff;
}
.footer-bottom-sec li {
    list-style: none;
    margin-right: 10px;
}
.for-mob-footer .mb-0 > a {
  display: block;
  position: relative;
  color: #f37622;
  font-size: 16px;
  text-align:center;
}
.for-mob-footer .mb-0 > a:after {
  content: "\f067"; /* fa-chevron-down */
  position: absolute;
  font-family: "FontAwesome";
      left: 50px;
}
.for-mob-footer .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068"; /* fa-chevron-up */
}
.for-mob-footer .card {
    background: #333;
    width: 100%;
    max-width: 100%;
    margin: auto;
    border: transparent;
}
.for-mob-footer .card-header {
    padding:18px 0px;
    margin-bottom: 0;
    background-color: #333;
    border-bottom: 1px solid #555555;
}
.for-mob-footer .left-img.footer-col img {
    margin: auto;
}
.for-mob-footer .footer-bootm-right {
    display: flex;
    justify-content: center;
}
.for-mob-footer .footer-bottom-inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.for-mob-footer .footer-bottom-inner {
	display:block;
}
.for-mob-footer .footer-bottom-sec {
    border-top: transparent;
    margin-top: 0;
    padding-top: 0px;
}
.for-mob-footer{
	display:none;
}
.for-mob-footer ul.right-footer-inner li {
    text-align: center;
}
.bar1, .bar2, .bar3 {
  width: 21px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 10px) rotate(-53deg);;
}
.change .bar2 {opacity: 0;}
.change .bar3 {
 transform: translate(0, -6px) rotate(49deg);
}
.for-mob-header .container {
    padding: 15px 0px;
}
.logo-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-sec-mob {
    display: none;
}
.for-mob-header.main-active .menu-sec-mob {
    display: block;
	height: 100vh;
}
.logo-sec a.navbar-brand img {
    max-width: 120px;
}
.for-mob-header.main-active {
    background: #f0f1f1;
}
.logo-sec {
    padding: 0px 18px;
}
.for-mob-header .card {
    background: #f0f1f1;
    border: transparent;
}
.for-mob-header .card-header{
	background-color: transparent;
}
.for-mob-header .card-body {
    padding: 0;
}
.for-mob-header .sub-menu-main {
    position: relative;
    padding-top: 0;
	top: 15px;
	display:block;
	    box-shadow: none;
}
.for-mob-header .sub-menu-main-inner {
    display: block;
}
.for-mob-header .card .collapsed{
    font-size: 16px;
    color: #1c71a7;
}
.for-mob-header .mb-0 > a:after {
  content: "\f067"; /* fa-chevron-down */
  position: absolute;
  font-family: "FontAwesome";
  left: 10px;
  font-weight:400;
  top: 18px;
}
.for-mob-header .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068"; /* fa-chevron-up */
  color: #f37622;
  font-weight:400;
  top: 18px;
}
.for-mob-header .card-header {
    padding: 15px 33px;
}
.for-mob-header .card-header a {
    color: #58595b;
    font-size: 16px;
}
.for-mob-header .card.contact {
    padding: 12px 33px;
}
.for-mob-header ul.header-list {
    padding-left: 0;
}
.for-mob-header ul.header-list li.nav-item.header-btn {
    border-radius: 0;
    margin-right: 0px;
    margin-left: 0px;
}
.for-mob-header li.nav-item.header-btn a {
    color: #fff;
    padding: 12px 33px;
}
.for-mob-header li.nav-item.header-btn:last-child {
    background: transparent;
    border: transparent;
}
.for-mob-header li.nav-item.header-btn:last-child a{
	 color: #e9750a;
}
.for-mob-header .sub-menu-main{
	padding: 20px 33px;
	min-width:auto;
}
.for-mob-header{
	display:none;
}
.for-mob-header .row{
	margin: 0;
}
.for-mob-header .col-md-12 {
    padding: 0;
}
.benifits-of-cloud .benifits-col img {
    height: 75px;
    object-fit: contain;
	max-width: 100%;
}
.trusted-partner.complaint-sec .benifits-col img {
    height: auto;
	max-width: 280px
}
.manage-service .row {
    align-items: center;
}
.home-page .getting-start .heading-sec h3 {
    margin-bottom: 20px;
}
.home-page .getting-start p {
    font-size: 15px;
	max-width: 1100px;
    margin: auto;
}
a.home-btn:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    background-color: #f27622;
    height: 100%;
    margin-bottom: 0;
    transition: width 0.5s;
    top: 0;
    z-index: -1;
}
a.home-btn:hover:after {
    width: 100%;
}

a.home-btn:hover {
    color: #fff;
}
.getting-start .benifits-col img {
    width: 100%;
    max-width: 100%;
    height: 75px;
}
.home-page.on-premise h3, .home-page.mangae-service h3 {
    font-size: 42px;
}
.top-banner-section.manage-sec .left-top-banner-sec{
    max-width: 700px;
}
.top-banner-section.ssl-banner .left-top-banner-sec{
	max-width: 920px;
}
.top-banner-section.on-premis-banner .left-top-banner-sec {
    max-width: 870px;
}
.contactus {
    padding: 110px 0px;
	background: url(../images/Header-Image-contact.webp);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.register-domain-sec-tab{
    width: 100%;
    max-width: 850px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
	justify-content: center;
	flex-wrap:wrap;
	padding:25px;
	border-radius: 35px;
	z-index: 1;
    position: relative;
	margin-top: 50px;
}
.register-domain-sec-tab a.nav-link.active, .register-domain-sec-tab a.nav-link:hover, .register-domain-sec-tab a.nav-link {
    border-color: transparent;
}
.register-domain-sec-tab ul.nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: transparent;
}
.search-bar-sec {
    width: 100%;
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    border-bottom: 3px solid #cbcbcb;
    padding-bottom: 15px;
	justify-content: space-between;
    align-items: center;
	 padding-top: 50px;
}
.domain-search{
	width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    background: #f37622;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    border-radius: 50px;
	   
}
.search-bar-sec a{
	width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    background: #f37622;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    border-radius: 50px;
	   
}
.search-bar-sec input{
    width: 73%;
    border: transparent;
	width: 100%;
}
.search-bar-sec input:focus{
	border:transparent;
	outline:none;
}
.search-bar-sec .home-btn {
    width: 100%;
    max-width: 165px;
}
.register-domain-sec-tab ul.nav.nav-tabs a.nav-link.active {
    color: #ea750a;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px;
}
.register-domain-sec-tab ul.nav.nav-tabs a.nav-link {
    color: #b3b3b3;
}
.register-domain-sec-tab .icon-sec i {
    color: #ea750a;
    font-size: 20px;
}
.register-domain-sec {
    padding: 70px 0px 0px;
}
.register-domain-sec-tab .inner-sec-register{
    padding: 180px 0px 100px;
    background: #f3faff;
    margin-top: -90px;
    z-index: -1;
}
.inner-sec-register .container {
    background: url(../images/Graphic.webp);
    height: 2050px;
    background-position: top;
    background-repeat: no-repeat;
	max-width: 1140px;
}
.inner-sec-register .row:not(:first-child) {
    margin-top: 230px;
}
.inner-sec-register .service-top:first-child:after {
    display: none;
}
.inner-sec-register .row{
	    align-items: center;
}
.inner-sec-register .row:first-child .col-md-6 {
    margin-top: 80px;
}
.inner-register-img {
    display: none;
}
.top-register-sec {
    max-width: 900px;
    margin: auto;
}
.domain-banner-sec.top-banner-section {
    background: url(../images/Header-Image-domain-desktop.webp);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.domain-banner-sec .left-top-banner-sec p {
    font-size: 30px;
    text-align: left;
}
.domain-banner-sec .right-domain-img{
	display:none;
}
.inner-sec-register {
    background: #f1f9fd;
    padding: 160px 0px 100px;
    margin-top: -100px;
}
.trusted-partner.domain .heading-sec {
    position: relative;
    padding-top: 50px;
}
.trusted-partner.domain .heading-sec:after {
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    background: #5494bd;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}
.search-bar-sec .input-inner {
    display: flex;
	width: 100%;
	max-width: 88%;
	padding-right: 20px;
}
.icon-sec {
    padding-right: 30px;
}
.home-page .inner-sec-register .service-top p {
    text-align: left;
    margin: 30px 0px;
}
.search-bar-sec input::placeholder{
    color: #b3b3b3;
}
.home-page.contact-us .left-top-banner-sec  p{
	font-size: 30px;
    text-align: left;
    line-height: 30px;
}
.contact-us .right-img-contact {
    display: none;
}
.contact-getting .benifits-col h5{
	max-width: 200px;
    margin: 20px auto;
}
.contact-getting .benifits-col img {
    width: 100%;
    max-width: 70px;
	height:auto;
}
.contact-getting .benifits-right span {
    display: block;
    margin: 5px 0px;
    color: #808285;
	font-size: 18px;
}
.our-approch .service-top:not(:last-child):after {
    position: absolute;
    content: "";
    background: #1c71a7;
    width: 140px;
    height: 2px;
    bottom: 0;
}
.our-approch .service-top:not(:last-child){
	padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.our-approch .service-top h5 {
    font-size: 24px;
    color: #1c71a7;
}
.benifits-right {
    max-width: 210px;
    margin: 20px auto;
}
.contact-us .right-img-contact img {
    width: 100%;
}
.inner-sec-register .inner-register-img img {
    width: 100%;
}
.tls-ssl-certi-sec,
.boot-your-sec {
    padding: 80px 0;
}
.tls-ssl-certi-content {
    text-align: center;
}
.section-title h2 {
    font-size: 43px;
    line-height: 31px;
    color: #1c71a7;
    font-weight: 400;
    margin-bottom: 24px;
}
.section-title p {
    font-size: 18px;
    line-height: 27px;
    color: #808285;
    font-weight: 400;
    margin: 0;
}
.boot-your-sec {
    background-color: #f1f9fd;
}
.boot-data-items {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.boot-data-items:last-child {
    margin: 0;
    padding: 0;
}
.boot-data-items::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    background: #89b6d3;
}
.boot-data-items:last-child::before {
    content: none;
}
.boot-data-items h3 {
    font-size: 24px;
    line-height: 27px;
    color: #1c71a7;
	text-align: left;
	margin-bottom: 0px;
}
.boot-data-items p {
    font-size: 18px;
    line-height: 27px;
    color: #808285;
    margin: 0;
	max-width: 390px;
	text-align: left;
}
.benifit-of-ssl-certi {
    padding: 80px 0;
}
.benifit-of-ssl-certi .container {
    max-width: 860px;
}
.title-center {
    text-align: center;
}
.benifit-box {
    text-align: center;
    margin-top: 30px;
	margin-bottom: 15px;
}
.benifit-box h4 {
    font-size: 24px;
    line-height: 29px;
    color: #1c71a7;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.benifit-box p {
    font-size: 18px;
    line-height: 27px;
    color: #808285;
    font-weight: 400;
    margin: 0;
}
.choose-the-lavel-sec {
    padding: 80px 0;
    background-color: #f1f9fd;
}
.lavel-protection {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.lavel-protleft,
.lavel-protright {
    flex: 0 0 50%;
    max-width: 50%;
}
.lavel-protection h4 {
    font-size: 29px;
    line-height: 40px;
    color: #1c71a7;
    font-weight: 600;
}
.lavel-protection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.lavel-prot-innr {
    display: flex;
    margin-top: 20px;
    padding: 0 15px;
}
.lavel-prot-innr figure {
    min-width: 40px;
    margin: 0 20px 0 0;
}
.lavel-cont h5 {
    font-size: 18px;
    line-height: 23px;
    color: #1c71a7;
    font-weight: 600;
}
.lavel-cont li {
    font-size: 18px;
    line-height: 23px;
    color: #1c71a7;
    font-weight: 400;
    margin: 0;
}
.lavel-prot-innr .logoss .img-fluid:not(:last-child) {
    margin-right: 35px;
}
.choose-your-ssl-sec {
    padding: 80px 0;
	position: relative;
}
.choose-plans-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.choose-plans-inner li {
    flex: 0 0 14%;
    max-width: 14%;
}
.choose-plans-inner li:nth-child(2n+2) .plan-listing,
.choose-plans-inner li:nth-child(2n+2) .price-box {
    background-color: #f1f9fd;
}
.choose-plans-inner li strong {
    font-size: 16px;
    line-height: 21px;
    color: #1c71a7;
    font-weight: 600;
    padding: 19px;
    text-align: center;
    display: block;
    min-height: 110px;
    border-bottom: 1px solid #bfd7e6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-plans-inner li .plan-listing p {
    font-size: 16px;
    line-height: normal;
    color: #808285;
    font-weight: 400;
    padding: 15px;
    margin: 0;
    min-height: 90px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #bfd7e6;
}
.price-box {
    padding: 20px 0;
    text-align: center;
}
.price-box .price {
    font-size: 22px;
    line-height: 21px;
    color: #808285;
    font-weight: 600;
}
.price-box .btn {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #f37622;
    font-weight: 400;
    border: 1px solid;
    border-radius: 40px;
	padding: 3px 12px;
}
.top-banner-section.ssl-banner {
    background: url(../images/header-image-ssl.webp);
    background-position: center, right;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.choose-level-list{
	padding-left: 20px;
	list-style: disc;
	max-width: 400px;
}
ul.choose-level-list li{
	font-size: 13px;
}
.boot-your-right-img img {
    width: 100%;
}
.boot-your-sec .row {
    align-items: center;
}
.lavel-protection-mob div#nav-tab a {
    padding: 5px;
    font-size: 16px;
    color: #b3b3b3;
    margin-right: 4px;
    border-bottom: 1px solid transparent;
	margin-bottom: 0px;
}
.lavel-protection-mob div#nav-tab .nav-link.active {
	background: transparent;
    border: transparent;
    color: #f37622;
    border-bottom: 1px solid #f37622;
}
.lavel-protection-mob .nav-tabs .nav-link:hover{
	    border-color: transparent;
}
.lavel-protection-mob .nav-tabs {
    border-bottom: transparent;
	justify-content: center;
}
.lavel-protection-mob .lavel-protright ul {
    padding-left: 0;
    list-style: none;
}
.lavel-protright ul.choose-level-list {
    padding-left: 20px;
    list-style: disc;
}
.lavel-protection-mob h4 {
    text-transform: uppercase;
    color: #1c71a7;
	text-align: center;
	font-size: 20px;
}
.lavel-protection-mob {
    display: none;
}
.lavel-protection-mob .lavel-protright {
    margin-top: 50px;
}
.choose-inner-accordian .card-header {
    background: transparent;
    border: transparent;
	padding-top: 0;
}
.choose-inner-accordian button.btn.btn-link {
    border: transparent;
	position:relative;
	padding-top: 0;
	font-size: 13px;
}
.choose-inner-accordian .btn-link.accordian-btn-clk:after {
    position: absolute;
    content: "\f078";
    bottom: -11px;
    font-family: 'FontAwesome';
    text-align: center;
    left: 0;
    right: 0;
    transition: all .5s ease-in;
}
.choose-inner-accordian .btn.btn-link.arrow-up:after {
    position: absolute;
    content: "\f077";
    top: -11px;
    font-family: 'FontAwesome';
    text-align: center;
    left: 0;
    right: 0;
}
div#choose-ssl-plan .btn:focus{
	box-shadow: none;
}
div#choose-ssl-plan .btn-link:hover{
	text-decoration: none;
}
.choose-plans-inner .choose-inner-accordian  .plan-listing p:last-child {
    border-bottom: transparent;
}
.choose-plans-inner .choose-inner-accordian  .plan-listing p{
	color: #1c71a7;
	max-width: 130px;
    margin: auto;
    border-bottom: transparent;
    position: relative;
	padding: 15px 0px;
	font-size:16px;
}
.choose-inner-accordian {
    display: none;
}
.bottom-heading p {
    text-align: left;
    margin-top: 20px;
    color: #1C71A7;
    font-size: 15px;
    font-weight: 600;
}
span.logoss {
    margin-top: 40px;
}
.choose-plans-inner .choose-inner-accordian .plan-listing p:not(:last-child):after {
    position: absolute;
    content: "";
    background: #71a7c9;
    height: 1px;
    width: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}