*,
body,
html {
	box-sizing: border-box
}
::-webkit-scrollbar-track {
	background: linear-gradient(338deg, #223577 70%, #2f2c39 50%);
}

::-webkit-scrollbar {
	height: 4px;
    width: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    overflow-x: auto;
    background: #ececec;
}
body,
html {
	padding: 0;
	margin: 0;
	height: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

body {
	background: #ebecef;
	font-family: arial, sans-serif
}
#main {
    width: 100%;
    float: left;
    min-height: 90vh;
    padding: 0 10px;
}
.container {
	max-width: 1040px;
	margin: 0 auto;
}

.adc {
    display: table!important;
    margin: 12px 0!important;
    float: left;
    clear: both;
    width: 100%!important;
}
footer {
    clear: both;
    margin-top: 20px;
    background: #00a5a4;
    padding: 20px 20px;
}
footer p {
    margin: 0;
}
.cool-symbol {
    float: left;
    width: 100%;
}

a {
	text-decoration: none
}
body a:hover {
    text-decoration: underline;
}
footer,
h1,
h2,
h3,
h4 {
    font-weight: 300;
    color: #f5f5f5;
}
.cool-symbols, .footer p.symbol-description,
footer {
	text-align: center
}
h2,
h3,
h4 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    color: #0f0f0f;
    font-style: normal;
    word-wrap: break-word;
    padding: 5px 0;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    border-bottom: 1px solid #fff;
}
hr {
    border: 1px solid #fff;
}
.link a,
article,
aside, img,
footer,
header,
section {
	display: block
}
.cate, .pages, nav {
    width: 100%;
	float: left;
    text-align: center;
    margin: 1rem 0;
}

.cate a, .pages a, nav a {
    background: #fff;
    margin-bottom: 5px;
    color: #4a4a4a;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top;
}
a.page-link:hover, a.exlink:hover {
    opacity: .8;
}
a.exlink {
    background-color: #2f2c39;
    border-color: transparent;
    color: #fff;
}
a.page-link {
    background: #ebecef;
}

h1.entry-title {
    padding: 15px 0px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #0f0f0f;
    font-style: normal;
    word-wrap: break-word;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
}
.asked-que::before,.entry-title::before {
    background: linear-gradient(90deg, #5d58e3 25%, #fed500 0, #fed500 50%, #ff1673 0, #ff1673 75%, #10eab5 0);
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 50px;
    width: 100%;
}
.asked-que{
    border-bottom: revert;
    padding-bottom: 15px;
}
span.last-updated {
    color: #999;
    font-family: 'Qanelas Soft Regular' !important;
    font-style: normal;
    font-weight: 400;
    display: block;
}
.pages {
    color: white;
}

#m-fly-menu{display:block;position:absolute;cursor:pointer;width:50px;height:40px;float:left}
#m-fly-menu:hover span{background:#fff}
#m-fly-menu span:nth-child(1){top:12px;width:38px}
#m-fly-menu span:nth-child(2){top:21px;width:30px}
#m-fly-menu span:nth-child(3){top:30px;width:22px}
#m-fly-menu span{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;display:block;position:absolute;left:12px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-ms-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;height:4px;background:#ffffff8f}


.menusection {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 8px 0px 17px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 8px 0px 17px 0px rgba(0,0,0,0.28);
box-shadow: 8px 0px 17px 0px rgba(0,0,0,0.28);
background: -webkit-linear-gradient(to right, #00a5a4, #00c2c1, #00a5a4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #00a5a4, #00c2c1, #00a5a4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
padding: 4px;
	display: none;
	z-index: 999;
}
.menusection .close {
    position: absolute;
    right: -42px;
    top: 10px;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    background: #00a5a4;;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    z-index: 3;
}
.menusection h2 {
    text-align: center;
    margin: 5px;
    font-size: 1.4rem;
    border: none;
    border-bottom: 1px solid #fff;
}

.bookmarks {
    overflow: auto;
    height: 85%;
    padding-right: 3px;
    background: 0 0;
}
.bookmarks a {
	display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 15px;
    text-transform: uppercase;
	backface-visibility: hidden;
	border-radius: 3px;
	border: 1px solid transparent;
    background: #00a5a4;
}
/*
.bookmarks a:hover{
    background: #fff; 
	color: #000;
	border-color:#000;
}
*/
header a.link,.menusection h2 a{
	font-size: 27px;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: pacifico, cursive;
	backface-visibility: hidden;
}

.menusection h2 a{
	font-size: 25px;
}
header {
    width: 100%;
    height: 46px;
    clear: both;
    float: left;
    z-index: 9!important;    
    background: linear-gradient(338deg, #00c2c1 70%, #00a5a4 50%);
    -webkit-box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 25%);
}
p {
    margin-bottom: 1.5em; /* Adds space after each paragraph */
  }





table {
    width: 100%;
    border-collapse: collapse;
}

table th {
    background-color: #00c2c1;
    color: #ffff;
    outline: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: table-cell;
    line-height: 16px;
    padding: 16px 0 14px;
    white-space: nowrap;
}


tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  tr:nth-child(odd) {
    background-color: #fff;
  }
tr, td {
  border: 1px solid #e5e7eb;
  box-sizing: content-box;
  padding: 4px 24px;
  white-space: nowrap;
  text-align: center;
}
.cheapest-price {
    overflow-x: auto;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 8px;
}
.registrar-logo {
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: middle;
    width: 10px;
}
span.abc {
    position: absolute;
    right: unset;
    top: 50%;
    transform: translate(-50%,-50%);
}
span.def {
    display: inline-block;
}
.jkl {
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: middle;
    width: 25px;
}
.features {
    height: 38px;
    margin: 0 auto;
}
.fgh {
    display: inline-block;
    height: 16px;
    width: 16px;
}
.cde {
    position: relative;
    vertical-align: top;
    top: 12px;
    margin: 0 2px;
}
.ijk {
    height: 100%;
    width: 100%;
}



table tr th:first-child,
table td:first-child {
  position: sticky;
  width: 100px;
  left: 0;
  z-index: 10;
}

table tr th:first-child {
  z-index: 11;
}
table td:first-child {
    background: #fff;
}
table tr td:nth-child(1) {
    text-align: initial;
}











 /************** frequetly asked questions *****************/ 
 
 
 p.freq {
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.84px;
}
    .secque {
     margin: 0;
    padding: 42px 52px;
    box-shadow: none;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 60px;
    }
    /* Basic styles for collapsible buttons */
    .collapsible {
        background: #ffffff;
        cursor: pointer;
        padding: 0px;
        width: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        transition: background-color 0.3s ease;
        display: flex;
        justify-content: space-between; /* Space between section title and icon */
        align-items: center;
        padding-block: 0;
    }
    
    /* Style for section title */
    .section-title {
        flex: 1; /* Takes up available space to push the icon to the right */
        text-align: left;
        margin-bottom: 0;
    }
    .section-title h2{
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }
    
    /* Icon styles */
    .icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px; /* Set width and height for circular shape */
        height: 30px;
        border-radius: 50%; /* Make it circular */
        background-color: white; /* Background color of the button */
        color: #0056b3; /* Color of the icon */
        font-weight: bold;
        font-size: 20px;
        transition: transform 0.3s ease, background-color 0.3s ease; /* Transition for rotation and color */
        cursor: pointer; /* Pointer cursor */
    }
    
    /* Rotate icon on active state */
    .collapsible.active .icon {
        transform: rotate(360deg); /* Rotate the icon 180 degrees */
        background-color: #0056b3; /* Change background on active */
        color: #ffffff;
    }
    
    /* Content hidden by default */
    .content {
        max-height: 0; /* Initially hidden */
        overflow: hidden; /* Hide the overflowing content */
        margin-bottom: 10px;
        border-radius: 5px;
        transition: padding 0.5s ease; /* Add transition for max-height and padding */
    }
    .btnst {
        border: 0;
        border-bottom: 1px solid rgba(222, 228, 247, .5019607843);
        margin-bottom: 24px;
        background: transparent;
        padding: 0;
    }
    
    /* Active class for the collapsible button */
    
    button.collapsible:hover {
        background-color: #ffffff;
    }
    
    /* Content to be visible when active */
    .content.show {
        max-height: 200px; /* Set a height sufficient to show the content */
        padding: 8px 0 0; /* Adjust padding for visible content */
        color: #667085;
    }
    .content.show p {
        margin-top: 0px;
    }
    
    
    /************** frequetly asked questions *****************/





















@media only screen and (min-width:1400px) {
	.container {
		max-width: 77.5%;
	}
}
@media only screen and (max-width:1024px) {
h2 {
	font-size: 20px
}
    
}
@media only screen and (max-width:970px) {
    header a.link {
		font-size: 20px;
    padding: 6px 0;
	}
    .menusection {
        width: 70%;
    }
    h2.euro {
        margin-left: -20px;
        margin-right: -20px;
    }
    h1.entry-title {
        font-size: 20px;
    }
    .menusection h2 a{
        font-size: 19px;
    }
}
@media (max-width: 575.98px) {
    .secque {
        padding: 30px 16px;
        font-size: .875rem;
    }
    p.freq {
            margin-bottom: 1.5rem !important;
        }
    
}