*,
:after,
:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}


html {
    line-height: 1.428571429;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #3c4b62;
    background-color: #fff;
    overflow-x: hidden;
    line-height: 1.428571429;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

img {
    border-style: none;
    vertical-align: middle;
}

.hcMenu{
    background-color:#2d72d9;
}



/* List Styles */
ul,
li {
    list-style: none;
    padding-right: 10px;
}
ul.has-list-style {
    margin-left: 40px;
}
ul.has-list-style,
ul.disc-style,
ul.has-list-style li,
ol.disc-style li {
    list-style: decimal !important;
    margin: 7px 0;
}

ul.has-list-style,
ul.disc-style,
ul.has-list-style li,
ul.disc-style li {
    list-style: circle !important;
    margin: 7px 0;
}

ul.list-disc li {
    list-style: disc !important;
    margin: 7px 0;
}

.listHeading{
    padding: 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    padding: 0;
}

/* Links & Buttons & Inputs */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[hidden] {
    display: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    opacity: 0.9;
}
a,
a:active,
a:visited {
    color: #2d72d9;
}
a.red {
    color: #ee1c25;
}
a.button,
button {
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    outline: 0;
    padding: 10px 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.6px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.12);
}
a.button.active,
button.active {
    color: #fff;
    background-color: #2d72d9;
}
a.button.outline {
    color: #2d72d9;
    border-color: #2d72d9;
    background-color: transparent;
    box-shadow: none;
}
a.button.outline:hover {
    background-color: #2d72d9;
    color: #fff;
}
a.button.no-tb-padding,
button.no-tb-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
a.button.white.active {
    color: #2d72d9;
    background-color: #fff;
    border: none;
}
a.button.has-icon,
button.has-icon {
    padding: 7px 14px;
}
a.button.has-icon .material-icons,
button.has-icon .material-icons {
    float: left;
    margin-right: 8px;
}
a.button.has-icon p,
button.has-icon p {
    float: left;
}

input {
    outline: 0;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 16px;
    padding: 10px;
}

.inputWithIconButton {
    width: auto;
    padding: 5px 5px 5px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1),
        0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    border-top: none;
    width: 400px;
    border-radius: 4px;
    color: #2d72d9;
    position: relative;
}
.inputWithIconButton.formStyle {
    box-shadow: none;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
}
.inputWithIconButton .autocomplete {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition-duration: 0.2s;
}
.inputWithIconButton .autocomplete.active {
    height: auto;
    transition-duration: 0.2s;
}
.inputWithIconButton .autocomplete ul {
    width: 100%;
    padding: 5px;
}
.inputWithIconButton .autocomplete ul li {
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    border-bottom: none !important;
}
.inputWithIconButton .autocomplete ul li:hover {
    border-bottom: none !important;
}
.inputWithIconButton input {
    border: none;
    font-size: 14px;
    width: 200px;
}
.inputWithIconButton.formStyle input {
    padding-left: 0;
}
.inputWithIconButton input::placeholder {
    font-size: 14px;
    color: #bec7d5;
}
.inputWithIconButton.formStyle input::placeholder {
    font-size: 12px;
    color: #596a89;
}
.inputWithIconButton button {
    background-color: transparent;
    color: #2d72d9;
    border: none;
    padding-right: 5px;
    font-weight: 600;
    box-shadow: none;
}

select {
    display: inline-block;
    /* width: 100%; */
    cursor: pointer;
    padding: 10px 15px 10px 10px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    background: #eee;
    border: 1px solid #eee;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
}
select::-ms-expand {
    display: none;
}
select:hover,
select:focus,
select:active {
    color: #2d72d9;
}
select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

input[type="checkbox"] {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
input[type="checkbox"]:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #eee;
}
input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 0.5rem;
    border-color: #2d72d9;
    border-top-style: none;
    border-right-style: none;
}
input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
}

/* Typography */
b,
strong {
    font-weight: 700;
    letter-spacing: 0.3px;
}
b.heavy,
strong.heavy {
    font-weight: 900;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #171c24;
    line-height: 1.1;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #596a89;
    line-height: 1.1;
}
h1 {
    font-size: 36px;
    margin: 0.67em 0;
}

h2 {
    
    font-size: 34px;
    font-weight: 700;
}



h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    margin: 0 0 10px;
    color: #3c4b62;
}
span {
    font-size: 16px;
    color: #8c9bb9;
}

/* Particular Typography */

.hline h2 {
    text-align:center;
     display: flex;
     flex-direction: row;
    font-size: 28px;
    font-weight: 700;
}

.hline h2:before,
.hline h2:after {
    content: "";
    flex: 1 1;
    /*border-bottom: 2px solid #eee;
    margin: auto;*/
    }

.hline p{
    text-align:center;
}

.tailored_section{
    text-align: start;
}


/* Text properties */
.is-12 {
    font-size: 12px !important;
}
.is-14 {
    font-size: 14px !important;
}
.is-20 {
    font-size: 20px !important;
    color:white;
}
.is-28 {
    font-size: 28px !important;
}

.fw400 {
    font-weight: 400 !important;
}

.t-primary {
    color: #0d121c !important;
}
.t-secondary {
    color: #white !important;
}
.t-grey {
    color: #8c9bb9 !important;
}
.t-white {
    color: #fff !important;
}
.t-green {
    color: #64c8bc;
}
.t-blue {
    color: #2d72d9 !important;
}
.t-black {
    color: #454950 !important;
}
.t-red {
    color: #ff8a8a !important;
}

.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}

/* Alignment */
.has-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.has-bg-image.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hide-on-md-lg,
.hide-on-lg {
    display: none !important;
}

.avatar {
    border-radius: 50%;
    cursor: pointer;
}

.ui-autocomplete {
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 398px !important;
    padding: 5px 10px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1),
        0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    /* left: 144px !important; */
}
.ui-autocomplete .ui-menu-item {
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover {
    color: #2d72d9;
}

mark {
    background-color: #2d72d9;
    color: #fff;
    padding: 2px 4px;
}

.has-white-bg {
    background-color: #fff !important;
}
.has-blue-bg {
    background-color: rgba(39, 184, 215, 0.1);
}
.has-light-bg,
.has-grey-bg {
    background-color: #f6f8fb !important;
    box-shadow: inset 0 -2px 9px rgba(0, 0, 0, 0.02) !important;
}

.has-tb-margin {
    margin: 30px auto !important;
}
.has-tb-padding {
    padding: 30px 0 !important;
}
.has-r-margin {
    margin-right: 15px !important;
}
.has-t-padding {
    padding-top: 30px !important;
}
.has-b-padding {
    padding-bottom: 30px !important;
}
.has-lr-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.has-br-10 {
    border-radius: 10px !important;
}

.full-width {
    width: 100% !important;
}

.leftContainer img{
    display:flex;
    height: 18.75rem;
    width: 28.125rem;
}

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

.flexcs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.flexcsb {
    display: flex;
    padding-left:10px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.element1{
    margin-top:10px;
    flex: 0 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.element{
    margin-top:10px;
    flex: 0 0 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.business{
    width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:20px;
  height:fit-content;
  gap: 10px;
  justify-content: center;
  align-items:center;
    
}

.business .card{
    background-color: #2d72d9;
    height: 12.188rem;
 /*  width: 6.25rem;*/
}

.business img{
    filter:sepia(90%) saturate(7463%) hue-rotate(111111deg) brightness(200%) contrast(200%)
}

.business h3{
    color:white;
}

.business .card p{
    color:#DCDCDC;
}

.business-top{
    width:100%;
    gap:18px;
  display: flex;
  flex-wrap: wrap;
  margin:20px 0px;
  height:fit-content;
  justify-content: center;
  align-items: center;
    
}

.business-top .card{
    background-color: #2d72d9;
    height: 8.438rem;
    width: 5rem;
}

.business-top h3{
    color:white;
}

.business-top img{
    filter:sepia(90%) saturate(7463%) hue-rotate(111111deg) brightness(200%) contrast(200%)
}




.flex.isColumn {
    flex-direction: column !important;
    width: 100%;
}
.flex.spaceBetween {
    justify-content: space-around !important;
}
.flex.alignStart {
    align-items: flex-start !important;
}
.flex.alignHStart {
    justify-content: flex-start !important;
}
.flex.alignHCenter {
    justify-content: center !important;
}
.flex.vSpaceBetween {
    justify-content: space-between !important;
}
.flex.alignEnd {
    align-items: flex-end;
}

.hasBackgroundImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inline i.material-icons {
    /* color: #ffd700; */
    color: #2d72d9;
    display: inline-block;
    width: 16px;
    font-size: 20px;
}
.inline.golden i.material-icons {
    color: gold;
}

.cursor:hover {
    cursor: pointer;
}

.switchContent {
    display: none;
}
.switchContent.block.active {
    display: block;
}
.switchContent.flex.active {
    display: flex;
}

header {
    z-index: 99999;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 110px;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    transition-duration: 0.2s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

header.hide {
    transition-duration: 0.2s;
    top: -60px;
}

header .headerContainer {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 110px;
    width: 100%;
}

header .headerContainer .hcMeta {
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 10px;
}

header .headerContainer .hcMeta .headerServices ul li {
    padding: 0;
    cursor: pointer;
    font-size: 14px !important;
    padding: 8px 12px;
    border-radius: 4px;
    color: #697384;
}
header .headerContainer .hcMeta .headerServices ul li.active {
    /* border-top: 6px solid #2d72d9; */
    /* border-left-color: #eee; */
    /* line-height: 49px; */
    /* background-color: #eff2f3 !important; */
    color: #697384;
    background-color: #ecf0f6;
}

header .headerContainer .hcMeta .brand {
    font-size: 30px;
    font-weight: 900;
}

header .headerContainer .hcMeta .actions .location {
    background-color: #eff2f3;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
}

header .headerContainer .hcMeta .actions .language {
    font-size: 14px;
    margin: 0 10px;
}

header .headerContainer .hcMenu {
    height: 50px;
    padding: 0 10px 0 20px;
    position: relative;
     background: #2d72d9; 
}

header .headerContainer .hcMenu ul.links {
    display: none;
}

header .headerContainer .hcMenu ul.links.homeMenu.active,
header .headerContainer .hcMenu ul.links.businessMenu.active {
    display: flex;
}

header .headerContainer .hcMenu ul.links li.active,
header .headerContainer .hcMenu ul.links li.active a {
    background:#7cadf7;
    border-radius:5px;
}

header .headerContainer .hcMenu .links ul {
    height: 50px;
}

header .headerContainer .hcMenu .links li {
    margin-right: 10px;
    font-size: 14px;
    height: 100%;
    height: 50px;
}
header .headerContainer .hcMenu .links .menuContent li {
    font-size: 16px;
    color:white;
}
header .headerContainer .hcMenu  .links li a {
    color: white;
}

header .headerContainer .hcMenu .t-secondary .links li a {
    color: black;
}

 
}
header .headerContainer .hcMenu .contact {
    height: inherit;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 15px;
    position: absolute;
    right: 0;
    background: #2d72d9;
}
header .headerContainer .hcMenu .contact ul li {
    padding-right: 0;
}
header .headerContainer .hcMenu .contact .number {
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    color:white;
}

.blog-header {
    height: 30px;
    width: 100%;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    background-color: #000;
}

.menuContent,
.contactContent,
.locationContent {
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    background-color: #fff;
    background-color: #2d72d9 !important; 
    padding: 30px 30px 40px 30px;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1000;
    width: 100%;
    height: 300px;
}
.menuContent.active {
    display: block;
}
.menuContent.hide,
.contactContent.hide {
    top: 50px;
    transition-duration: 0.2s;
}
.menuContent .heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.menuContent ul li {
    margin: 5px 0;
}
.menuContent ul li a{
    margin: 5px 0;
    color:black;
}

.contactContent {
    left: auto;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 20px;
    height: auto;
    width: 210px;
}

.locationContent {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
    height: auto;
    display: block;
    transform: translateY(-100%);
    transition-duration: 0.2s;
}

.locationContent.active {
    transform: translateY(0%);
    transition-duration: 0.2s;
}

.locationContent .locationClose {
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 30px;
    font-weight: 600;
}

.locationContent .cities {
    margin-top: 10px;
}

.locationContent .cities span {
    border-radius: 4px;
    padding: 10px 20px;
}

.locationContent .cities span.active {
    border: 2px solid #2d72d9;
}

.locationContent .cities span:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}
.card.blue {
    background: #f6f8fb !important;
    width: 30%;
}
.popupOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.popupOverlay.active {
    display: flex;
}
.card.cookiePopup,
.card.serivceAsked {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
    z-index: 999999;
    background-color: #f5d9b2;
    color: #73492a;
    display: none;
}

.card.serivceAsked {
    position: relative;
}
.card.serivceAsked .isHomeUser,
.card.serivceAsked .isBusinessUser {
    cursor: pointer;
}
.card.serivceAsked .isHomeUser.active,
.card.serivceAsked .isBusinessUser.active {
    background: #2d72d9;
    padding: 10px 5px 0px 5px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(58, 57, 71, 0.9);
}
.card.serivceAsked .isHomeUser.active p,
.card.serivceAsked .isBusinessUser.active p {
    color: #fff !important;
}
.card.cookiePopup.active {
    display: block;
}
.card.serivceAsked.active {
    display: block;
    background: #fff;
    color: #3e474f;
    padding: 30px;
    width: auto;
}
.card.cookiePopup .button {
    background-color: #73492a;
    color: #fff;
}

.card.no-tb-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.card.infographics {
    width: 250px;
    height: 400px;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px !important;
}
.card.infographics img {
    height: 100%;
}
.card.handpicked-provider {
    padding: 5px;
    border-radius: 50px;
}
.card.handpicked-provider img {
    border-radius: 50%;
}

.card.hasBoxshadow {
    box-shadow: 0 0 10px rgba(58, 57, 71, 0.2);
    padding-bottom: 50px;
}
.card.hasBoxshadow h3 {
    font-size: 16px;
    opacity: 0.8;
}
.card.blue .button {
    color: #2d72d9 !important;
}

main {
    margin-top: 110px;
    display: block;
}

main section {
    width: 100%;
}

.blogsGrid {
    display: grid;
    /*Define our columns */
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1em;
    height: auto;
    margin: 30px auto;
}
.blogGrid .card,
.blogGrid .grid {
    max-width: 400px;
    height: 400px;
}

.blogsContainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.categoryCallback {
    position: sticky;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    line-height: 25px;
    z-index: 100;
    text-align: center;
    border-radius: 15px !important;
}
.categoryCallback a.button {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
}
.categoryCallback a.button h3 {
    font-size: 16px;
    font-weight: 300;
}

.container {
    margin: 0 auto;
    width: 80%;
}

.container1 {
    margin: 0 auto;
    width: 80%;
}

.container.halfWidth {
    width: 60%;
}

.hero-page {
    height: auto;
    padding: 60px 0;
    /* background: #eff2f3; */
}
.hero-page.blog {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero-page .content {
    width: 50%;
}
.hero-page .image {
    width: 40%;
}

.hero {
    /* height: 350px; */
    padding-top: 70px;
    padding-bottom: 40px;
}
.hero .meta-images img{
    width:100%;
}
.hero.noPadding {
    padding: 0;
}
.hero .meta-content {
    width: 60%;
    padding-right: 100px;
}

.hero .meta-images {
    width: 35%;
}

.hero .has-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 50px 20px;
}

.hero .heading {
    font-size: 36px;
    font-weight: 700;
}

.hero .actions {
    height: 180px;
    width: 40%;
}

.hero .actions ul li {
    padding: 0;
    margin-right: 10px;
    display: inline-block;
    transition-duration: 0.2s;
    line-height: 1.8;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.hero .actions ul li:hover,
.hero .actions ul li.active {
    border-bottom: 4px solid #2d72d9;
    transition-duration: 0.2s;
}

.hero .inputWithIconButton {
    margin: 0px 0 5px 0;
}

.hero .info {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.hero .tabs-list {
    display: none;
}

.hero .tabs-list.active {
    display: flex;
}

.heroPack li {
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition-duration: 0.2s;
    background: #fff;
    max-width: 300px;
}
.heroPack li:hover {
    transform: translateY(-8px);
    transition-duration: 0.2s;
}
.heroPack li p {
    font-size: 17px;
    font-weight: 600;
}

.heroPack li .rating {
    height: 23px;
    margin-bottom: 10px;
    align-items: center;
}

.heroPack li .rating .inline i.material-icons {
    color: #ffd700;
    display: inline-block;
    width: 14px;
    font-size: 18px;
}
.heroPack li .rating span {
    margin-left: 10px;
    font-weight: 300;
}
.heroPack .meta-info {
    position: relative;
}
.heroPack .meta-info li {
    float: left;
    width: auto;
    padding: 0 10px 0 0;
}
.heroPack .meta-info li:hover {
    transform: translateY(0px);
}

.heroPack .meta-info li span {
    font-size: 11px;
    margin-top: 4px;
}

.packTab .header .actions {
    width: 70%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
    height: 100px;
}

.packTab .header .result {
    border-bottom: 1px solid #eee;
    height: 100px;
    width: 20%;
}

.packTab .content .list {
    width: 70%;
}

.packTab .content .pack {
    width: 20%;
}

.packSlider {
    width: 100%;
    min-height: 350px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.packSlider .heading,
.packSlider .actions,
.packTab .content .pack .actions {
    width: 300px;
    height: auto;
    padding: 30px;
    background-color: #fff;
}

.packSlider .heading {
    font-size: 24px;
    background-color: #2d72d9;
}

.packSlider .actions,
.packTab .content .pack .actions {
    border-left: 1px solid #eee;
    cursor: pointer;
}

.packTab .content .pack .actions {
    border-left: 0;
    border-left: 1px solid #eee;
}

.packSlider .actions:hover,
.packTab .content .pack .actions {
    background-color: transparent;
}

.packSlider .actions .rating,
.packTab .content .pack .actions .rating {
    width: 100%;
}

.packSlider .actions span,
.packTab .content .pack .actions span {
    margin-left: 7px;
}

.packSlider .actions span.no-mar {
    margin-left: 0;
}

.packSlider .actions .rating .material-icons,
.packTab .content .pack .actions .rating .material-icons {
    display: inline-block;
    width: 20px;
    color: gold;
}

.packSlider .actions .title,
.packTab .content .pack .actions .title {
    width: 100%;
    margin-bottom: 15px;
}

.packSlider .actions .meta,
.packTab .content .pack .actions .meta {
    width: 100%;
    padding: 0;
}

.packSlider .actions .meta li,
.packTab .content .pack .actions .meta li {
    width: 49%;
    display: inline-block;
    padding: 0;
    margin: 7px 0;
}

.packSlider .actions .meta li i,
.packSlider .actions .meta li span,
.packTab .content .pack .actions .meta li i,
.packTab .content .pack .actions .meta li span {
    display: block;
    float: left;
    width: auto;
    font-size: 18px;
}

.packSlider .actions .meta li span,
.packTab .content .pack .actions .meta li span {
    font-size: 14px;
}

.sort-list-fixed {
    position: fixed;
    left: 0;
    top: 110px;
    background-color: #fff;
    width: 60%;
    border-bottom: 1px solid #eee;
    transition-duration: 0.2s;
}

.sort-list-fixed.hide {
    top: 50px;
    transition-duration: 0.2s;
}

.sort-list-fixed div {
    height: 60px;
}

.packHorizontal {
    border: 1px solid #eee;
    margin-bottom: 25px;
    background-color: #fff;
}

.packHorizontal .meta {
    width: 100%;
}

.packHorizontal .meta div {
    min-height: 100px;
    height: auto;
}

.packHorizontal .meta .image,
.sort-list-fixed .image {
    width: 30%;
    border-right: 1px solid #eee;
}

.packHorizontal .meta .provider,
.sort-list-fixed .provider {
    width: 100%;
    border-right: 1px solid #eee;
}

.packHorizontal .meta .provider h2 {
    font-size: 16px;
}

.packHorizontal .meta .speed,
.sort-list-fixed .speed {
    width: 40%;
    border-right: 1px solid #eee;
}

.packHorizontal .meta .usage,
.sort-list-fixed .usage {
    width: 40%;
    font-size: 14px;
    border-right: 1px solid #eee;
}

.packHorizontal .meta .contract,
.sort-list-fixed .contract {
    width: 40%;
    border-right: 1px solid #eee;
    font-size: 14px;
}

.packHorizontal .meta .cost,
.sort-list-fixed .cost {
    width: 40%;
}

.packHorizontal .actions {
    border-top: 1px solid #eee;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.packHorizontal .button {
    margin-left: 15px;
    margin-right: 15px;
}

.businessSolution {
    padding: 70px 0 0 0;
    margin: 0 auto;
}

.businessSolution .card {
    width: 400px;
    height: 300px;
    padding: 30px 20px 10px 20px;
}

.businessSolution .card .heading {
    font-weight: 900;
    font-size: 30px;
}

.businessSolution ul {
    margin-top: 20px;
}

.businessSolution ul li {
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.businessSolution ul li img {
    margin-bottom: 10px;
}

.businessSolution .card .content {
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    width: 90%;
}

.list-with-map {
    width: 60%;
}

.map {
    width: 40%;
    position: fixed;
    height: 100vh;
    right: 0;
}

.providers-list li {
    width: auto;
    height: 100px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px 30px;
}

.providers-list li img {
    width: auto;
    height: 60px;
}

/* FAQ  */

.accordion {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}

.accordion.active .content {
    display: block;
}

.accordion .heading {
    font-size: 20px;
    cursor: pointer;
}

.accordion .heading::after {
    content: "\02795";
    font-size: 13px;
    color: #777;
}

.accordion.active .heading::after {
    content: "\2796";
}

.accordion .content {
    display: none;
}

/* Video Card */

.video {
    width: 300px;
    margin: 20px;
    cursor: pointer;
}

.video iframe,
.video img {
    border-radius: 10px;
    transition-duration: 0.3s;
}

.video:hover img,
.video:hover iframe {
    transform: translateY(-5px);
    transition-duration: 0.3s;
}

.video p {
    padding: 10px 0 5px 0;
}
.video:hover span {
    color: #2d72d9 !important;
    font-weight: bold;
}
.message {
    border-radius: 8px;
    padding: 20px;
    margin: 20px auto;
}

/* Live Chat */

.liveChat {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: 60px;
    z-index: 999999;
}

.liveChat .holder {
    position: relative;
    height: 60px;
    width: auto;
}

.liveChat .holder .message {
    width: 340px;
    height: 60px;
    border-radius: 50px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    top: 0;
    right: 100%;
    padding: 5px 30px !important;
    margin: 0 !important;
    border: 1px solid #c7c7c7;
    display: none;
}
.liveChat .holder .message .info {
    height: 50px;
}

.liveChat .holder .message h3 {
    font-size: 15px;
}

.liveChat .holder .message p {
    font-size: 14px;
}

.liveChat .holder .action {
    background-color: #2d72d9;
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 50px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.liveChatBox {
    position: fixed;
    bottom: -80vh;
    right: 15px;
    width: 350px;
    height: 80vh;
    background: #fff;
    background: -moz-linear-gradient(bottom, #2d72d9 50%, white 90%);
    background: -webkit-linear-gradient(bottom, #2d72d9 50%, white 90%);
    background: linear-gradient(to bottom, #2d72d9 50%, white 90%);
    border-radius: 8px;
    padding: 10px 0px 20px 5px;
    transition-duration: 0.3s;
    overflow: hidden;
    opacity: 0;
    z-index: 999999;
}
.liveChatBox.openLiveChatBox {
    height: 80vh;
    bottom: 80px;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.1, -0.18, 0.31, 1.26) 0s;
}
.liveChatBox .holder {
    padding: 30px 15px 100px 10px;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}
.liveChatBox .copyright {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    height: 40px;
    border-top: 1px solid #ccc;
}
.liveChatBox .holder .info {
    padding: 10px;
    margin-bottom: 30px;
}
.liveChatBox .card {
    border-top: 2px solid #2d72d9;
    margin-bottom: 10px;
    border-radius: 6px;
}
.liveChatBox .card.faqSearch input {
    background-color: #eee;
    border-radius: 6px;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: -80px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
}
.back-to-top.active {
    display: flex;
    bottom: 80px;
    transition-duration: 0.3s;
    transition: all 0.3s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}
.back-to-top .material-icons {
    font-size: 35px;
}

/* Footer */
footer {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
    padding-bottom: 10px;
}

footer .footerContainer {
    padding: 10px 30px;
}

footer .footerContainer .counters {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    width: 100%;
}

footer .footerContainer .counters ul li {
    padding: 10px 30px;
    border-right: 1px solid #eee;
}

footer .footerContainer .counters ul .heading {
    font-size: 40px;
    font-weight: 900;
}

footer .footerContainer .counters ul li:last-of-type {
    border-right: none;
}

footer .footerContainer .links {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

footer .footerContainer .links ul {
    border-right: 1px solid #eee;
    padding: 0 40px;
}

footer .footerContainer .links ul:last-of-type {
    border-right: none;
}

footer .footerContainer .links ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

footer .footerContainer .links ul li a,
footer .footerContainer .links ul li a:visited {
    color: #535665 !important;
}

footer .footerContainer .links ul li a:hover {
    color: #2d72d9 !important;
}

footer .footerContainer .support {
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
}

footer .footerContainer .sitemap {
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 30px 0;
}

footer .footerContainer .sitemap .actions {
    width: 60%;
}

footer .footerContainer .sitemap .actions li {
    font-size: 12px;
    display: inline;
}

footer .footerContainer .sitemap .actions li::after {
    content: "/";
    margin: 0 0 0 6px;
}

footer .footerContainer .sitemap .actions li:last-of-type::after {
    content: "";
}

footer .footerContainer .copyright {
    width: 100%;
    padding-top: 20px;
}

/* Box Shadows */

.has-light-5-shadow {
    /* box-shadow: 0 0 10px rgba(58, 57, 71, 0.1); */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.12);
}

.has-light-15-shadow {
    box-shadow: rgba(2, 8, 20, 0.1) 0px 0.175em 0.5em,
        rgba(2, 8, 20, 0.08) 0px 0.085em 0.175em;
}

/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 50;
}

/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3e474f transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26),
        opacity 0.65s 0.5s;
    transform: scale(0.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}

/*== speech bubble ==*/
.tool::after {
    background: #3e474f;
    border-radius: 0.25em;
    bottom: 180%;
    color: #edeff0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    transform: scale(0.6) translateY(50%);
    width: 18.5em;
    font-size: 12px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.tool:hover::after,
.tool:focus::after {
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

@media (max-width: 760px) {
    .tool::after {
        font-size: 14px;
        margin-left: -5em;
        width: 10em;
    }
}

table {
    border: 1px solid #aaa;
    border-collapse: collapse;
    border-spacing: 5px;
}
table th,
table td {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 10px;
}

/* Animations */
.cardSectionArea {
    height: 100% !important;
}
.canHover {
    transition-duration: 0.2s;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    padding-bottom: 10px;
}
.canHover:hover {
    transform: translateY(-3px);
    transition-duration: 0.2s;
    border-bottom: 5px solid rgba(45, 114, 217, 0.3);
}
.canScale {
    transition-duration: 0.2s;
    cursor: pointer;
    border-top: 1px solid #2d72d9;
}
.canScale:hover {
    transform: scale(1.2);
    z-index: 100;
    transition-duration: 0.2s;
}
/* Product Compare */
.productCompare {
    height: calc(80vh + 40px);
    width: 100vw;
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    bottom: calc(-80vh);
    z-index: 100;
}
.productCompare.active {
    bottom: 0 !important;
}
.productCompare .header {
    width: 200px;
    left: 10px;
    height: 40px;
    background: #64c8bc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding: 10px 0;
    display: none;
}
.productCompare .header.active {
    display: block;
}
.productCompare .header h3 {
    color: #fff !important;
    font-size: 20px;
    margin: 0 !important;
}
.productCompare .content {
    height: 80vh;
    width: 100vw;
    background: #fff;
    border-top: 1px solid #000;
}
.productCompare .content .scrollable {
    overflow: auto;
    width: 100%;
    height: 100%;
}

/* Pie Chart */
.pieChart {
    width: 41px;
    height: 41px;
    margin: 0;
    position: relative;
    background: #fff linear-gradient(to right, #ddd 50%, #2d72d9 50%);
    color: #2d72d9;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pieChart .material-icons {
    z-index: 1;
    font-size: 18px;
    opacity: 0.7;
}
.pieChart::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border-radius: 50%;
}

.pieChart::before {
    content: "";
    position: absolute;
    display: block;
    background-color: inherit;
    height: 100%;
    width: 50%;
    bottom: 0;
    right: 0;
    border-radius: 0 100% 100% 0 / 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: 50s spin infinite linear,
        100s background infinite step-end;
    animation: 50s spin infinite linear, 100s background infinite step-end;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: inherit;
    animation-delay: inherit;
}

.pieChart span {
    font-size: 9px;
    font-weight: bold;
    z-index: 10;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes background {
    50% {
        background-color: currentColor;
    }
}

@keyframes background {
    50% {
        background-color: currentColor;
    }
}

/* Form Field */
.form-control {
    position: relative;
    border-bottom: 1px solid #eee;
    height: 43px;
    margin: 16px 0;
}
.form-control .material-icons {
    position: absolute;
    right: 8px;
    top: 14px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.form-control label {
    position: absolute;
    font-size: 13px;
    font-weight: 300;
    top: 14px;
    left: 0px;
    pointer-events: none;
    cursor: text;
    background-color: #fff;
    color: #757783;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.form-control input {
    height: 100%;
    padding: 10px 0px;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #2d72d9;
    outline: none;
}
.form-control input:invalid {
    outline: none;
    box-shadow: none;
}
.form-control input:valid ~ label,
.form-control input:focus ~ label {
    top: -8px;
    font-size: 11px;
}
.form-control input:focus {
    outline: none;
    color: #2d72d9;
    padding-bottom: 8px;
}
.form-control input:focus ~ label {
    color: #757783;
}
.form-control.invalid {
    color: #d50000;
}
.form-control.invalid input:focus ~ label {
    color: #d50000;
}

.plansPage {
    position: relative;
    height: auto;
}

.plansPage .filters {
    width: 19%;
    background-color: #fff;
    position: relative;
    display: block;
    transition-duration: 0.2s;
    padding: 0px 20px;
}
.plansPage .filters.up {
    top: -50px;
    transition-duration: 0.2s;
}
.plansPage .filters .filterHolder {
    margin: 15px 0;
}

.plansPage .result {
    width: 800px;
    margin-left: 0;
}
.plansPage .advertisement {
    margin-left: 1%;
    margin-right: 1%;
    width: auto;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    width: 30%;
    top: 0;
    right: 0;
    background-color: #fff;
}

.chip {
    background-color: #2d72d9;
    color: #fff;
    padding: 3px 6px;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 3px;
}
.chip.packCardChip {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.chip.red {
    background-color: #ff8a8a;
}
.chip.green {
    background-color: #64c8bc;
}
.chip.orange {
    background-color: #ffa958;
}
.chip.pink {
    background-color: #ff4f81;
}
.packCard {
    background-color: #fff;
    border-radius: 4px;
    width: 320px;
    max-width: 750px;
    margin: 0 0 20px 0;
    padding: 0;
    cursor: pointer;
}
.packCard .meta-details {
    width: 75%;
}
.packCard .meta-details .meta-info {
    padding: 10px;
}

.packCard .meta-details img {
    border-radius: 4px;
    margin-right: 10px;
}
.packCard .meta-details .meta-features {
    margin-top: 15px;

    margin-bottom: 10px;
    padding: 0 10px;
}
.packCard .meta-details .meta-offers {
    padding: 10px;
}
.packCard .meta-details .meta-features li {
    float: left;
    margin-right: 10px;
}

.packCard .meta-price {
    width: 35%;
    padding: 0 20px 20px 20px;
    border-left: 1px solid #eee;
}
.packCard .meta-price h3 {
    line-height: 1;
}
.packCard .meta-price .inline * {
    display: inline;
}
.packCard .meta-price .meta-icons {
    padding: 10px 0 0 0;
}

.lg-backdrop.in,
.lg-outer.lg-visible {
    z-index: 999999;
}

/*.partners-icons-hero {
    opacity: 0.3;
}*/
.testimonial-image-list li img {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(58, 57, 71, 0.1);
    overflow: hidden;
    border: 3px solid transparent;
}
.testimonial-image-list li img.active {
    border: 3px solid #2d72d9;
}

.service-tab-list {
    display: inline-block;
}
.service-tab-list li {
    display: inline-block;
    padding: 10px;
    text-align: center;
}
.service-tab-list li.active {
    background-color: #2d72d9;
    color: #fff;
}

.service-tab {
    display: none;
}
.service-tab.active {
    display: block;
}
/* 
@media screen and (max-width: 321px) {
   
} */

.bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2d72d9;
    color: #fff;
    padding: 10px 20px;
    border-top-right-radius: 4px;
}

ul.breadcrumbs {
    display: inline;
}
ul.breadcrumbs li {
    display: inline;
    padding-right: 0px;
}
ul.breadcrumbs li::after {
    content: "/";
    margin-left: 4px;
    color: #a1aab8;
    font-size: 14px;
}
ul.breadcrumbs li:last-of-type {
    color: #8c9bb9;
}
ul.breadcrumbs li:last-of-type::after {
    content: "";
}
ul.pricing-table {
    border: 1px solid #eee;
    padding: 30px 0;
    width: auto;
}
ul.pricing-table li.price {
    border-right: 1px solid #eee;
    padding: 20px;
    height: auto;
    width: auto;
}
ul.pricing-table li.price:last-of-type {
    border-right: none;
}

.isBusiness,
.isHome {
    display: none;
}
.isBusiness.active,
.isHome.active {
    display: block;
}
.isBusiness.active.flex,
.isHome.active.flex {
    display: flex;
}

.notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 20px 10px 10px 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 0px 4px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 100%;
    max-width: 400px;
}
.notification.success {
    /* background: #64c8bc !ximportant; */
    /* color: #000 !important; */
}
.notification.error,
.notification.alert {
    /* background: #ff8a8a !important; */
    /* color: #000 !important; */
}
.notification.enquireNow .referenceId {
    border: 4px solid #2d72d9;
    padding: 0px 5px 5px 5px;
    margin: 30px auto;
    width: 200px;
    background-color: rgba(45, 114, 217, 0.2);
    border-radius: 4px;
    text-align: center;
}
.notification.enquireNow .referenceId h3 {
    color: #2d72d9;
    font-weight: 900;
    font-size: 35px;
}
.social-icons {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}
.social-icons ul {
    text-align: center;
}
.social-icons ul li {
    box-shadow: 0 -4px 3px rgba(0, 0, 0, 0.01), 0 7px 14px rgba(0, 0, 0, 0.1);
    width: auto;
    display: inline-block;
    margin-right: 30px;
    padding: 7px 30px;
    border-radius: 8px;
    transition-duration: 0.2s;
    border: 1px solid transparent;
}
.social-icons ul li.facebook {
    background: #3b5998;
}
.social-icons ul li.twitter {
    background: #1da1f2;
}
.social-icons ul li.linkedIn {
    background: #0077b5;
}
.social-icons ul li.youtube {
    background: #ff0000;
}
.social-icons ul li.rss {
    background: #f26522;
}

.social-icons ul li.facebook:hover {
    color: #3b5998 !important;
    background: #fff;
    transition-duration: 0.2s;
    border-color: #3b5998 !important;
}
.social-icons ul li.facebook:hover span {
    color: #3b5998 !important;
}
.social-icons ul li.twitter:hover {
    color: #1da1f2 !important;
    background: #fff;
    transition-duration: 0.2s;
    border-color: #1da1f2 !important;
}
.social-icons ul li.twitter:hover span {
    color: #1da1f2 !important;
}
.social-icons ul li.linkedIn:hover {
    color: #0077b5 !important;
    background: #fff;
    transition-duration: 0.2s;
    border-color: #0077b5 !important;
}
.social-icons ul li.linkedIn:hover span {
    color: #0077b5 !important;
}
.social-icons ul li.youtube:hover {
    color: #ff0000 !important;
    background: #fff;
    transition-duration: 0.2s;
    border-color: #ff0000 !important;
}
.social-icons ul li.youtube:hover span {
    color: #ff0000 !important;
}
.social-icons ul li.rss:hover {
    color: #f26522 !important;
    background: #fff;
    transition-duration: 0.2s;
    border-color: #f26522 !important;
}
.social-icons ul li.rss:hover span {
    color: #f26522 !important;
}
.social-icons ul li span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.displayNone {
    display: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pagination li {
    padding: 8px 25px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.pagination li.disabled {
    opacity: 0.7;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.row .col {
    flex: 1 0 18%;
    max-width: 20%;
    height: auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.loadingData {
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}
.loadingData.isLoading {
    display: flex;
}
.loadingData img {
    width: 100px;
    height: auto;
}

.loadingHeroPackData {
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}
.loadingHeroPackData.isLoading {
    display: flex;
}
.loadingHeroPackData img {
    width: 60px;
    height: auto;
}

.mobilesHolder {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}
.mobilesHolder .filters {
    width: 300px;
}
.mobiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    height: auto;
    margin: 30px auto;
}
.mobiles .grid {
    max-width: 400px;
    padding: 0 !important;
    min-width: auto;
    transition-duration: 0.2s;
}
.mobiles .grid:hover {
    transform: translateY(-10px);
    transition-duration: 0.2s;
}
.mobiles .grid .onHoverDisplay {
    visibility: hidden;
}
.mobiles .grid:hover .onHoverDisplay {
    visibility: visible;
}
.mobiles .grid .actions {
    padding: 20px 0 0 0;
}
.mobiles .grid .actions .title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 7px;
}
.mobiles .grid .actions .price {
    font-size: 20px;
    margin: 0;
    line-height: 1;
}

.providerCallbackDiv {
    background-color: #f5f5f5;
    padding: 20px 40px;
    border-radius: 8px;
}
.allServicesSection{
    display: flex;
    justify-content: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    
}
/*2nd section*/
.customColumnRow {

    display: flex;
    justify-content: space-around;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 8%);
    border: 1px solid #eee;
    border-radius: 8px;
;
}
margin-top: 50px
}
.customColumn4 {
  width: 25%;
  padding: 0 10px;
  height:100%;
}

.customColumn4 .line{
    border-right: 1px solid #eee;
}

.CustomRowBox{
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	margin: 0 -5px;
    position: relative;
    min-height: 149px;

}
.CustomRowBox:after {
  content: "";
  display: table;
  clear: both;
}


.cardSection {
    padding: 16px;
    cursor: pointer;
}
.cardImgSection {
    background: #e5f8f1;
    padding: 10px;
    border-radius: 50%;
}
.cardImgSection img{
	width: 40px;
    height: 40px;
    padding: 5px;
}
/*.cardSectionArea{
    min-height: 155px;
    max-height: 155px;
}*/
.has-paddingBottom-0{
   padding-bottom:0px!important; 
}
.card-spacer-section{
    margin-top: 5px;
    padding-left: 0px;
}
@media screen and (max-width: 1055px) {
    .customColumn4 {
        width: 48%;
        display: block;
    }
    .cardImgSection {
        position: relative;
        top: 0%;
    }
    .card-spacer-section{
        padding-left: 0px;
    }
}
@media screen and (max-width: 600px) {
    .customColumn4 {
        flex-basis:50%;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .cardImgSection {
        position: relative;
        top: 0%;
    }
    .card-spacer-section{
        padding-left: 0px;
    }
}
/* close*/
