


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;

}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

body {
    font-size: 14px;
    color: #ffffff;
    background: #131823;
    min-height: 100vh;
    overflow-x: hidden;
}

.main-wrapper {
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: #131823;

}


.wrapper {
    max-width: 1146px;
    padding: 0 10px;
    margin: auto;
}

.atf {
    /* min-height: 768px; */
    width: 100%;
    background: url('/speedtest/images/atf_glow_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.atf header {
    width: 100%;
    min-height: 70px;
    border-bottom: 1px solid rgba(115, 138, 194, 0.2);
}

.atf header .wrapper {}

.atf header .wrapper .content {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.atf header .wrapper .content .icons {
    display: flex;
    max-width: 226px;
}

.atf header .wrapper .content .icons svg {}

.atf header .wrapper .content p {
    max-width: 478px;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #DBDCDF;
}

.atf .hero {}

.atf .hero .wrapper {
    max-width: 1366px;
    padding: 0 80px 0 120px;
    margin: auto;
}

.atf .hero .wrapper .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* min-height: 628px; */

}

.atf .hero .wrapper .content .section-left {
    max-width: 432px;
}

.atf .hero .wrapper .content .section-left h1 {
    font-weight: 800;
    font-size: 66px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.atf .hero .wrapper .content .section-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #B2B6C1;
}

.atf .hero .wrapper .content .section-right {}

.atf .hero .wrapper .content .section-right .img-container {
    max-width: 628px;
    max-height: 628px;
    display: flex;
    justify-content: center;
}

.atf .hero .wrapper .content .section-right .image-container img {
    height: 100%;
    width: 100%;
}



.btf {}

.btf .wrapper {
    /* max-width: 950px; */
}

.btf .wrapper .content {
    padding: 94px 99px 140px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.btf .wrapper .content .content-header {
    max-width: 426px;
    margin: auto
}

.btf .wrapper .content .content-header h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.btf .wrapper .content .content-header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #B2B6C1;

}

.btf .wrapper .content .card-container {
    padding: 60px 0 0;
    display: flex;
    gap: 31px 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.btf .wrapper .content .card-container .card {
    max-width: 289px;
    height: 368px;
    background: linear-gradient(180deg, rgba(37, 50, 75, 0.13) 0%, rgba(35, 43, 60, 0.12) 100%);
    border: 0.83px solid;
    border-image-source: linear-gradient(180deg, rgba(44, 56, 89, 0.7) 0%, rgba(19, 24, 34, 0) 103.57%);
    border-radius: 16px;
    padding: 40px 27px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.btf .wrapper .content .card-container .card .icons {
    display: flex;
    width: 64px;
    height: 64px;
}

.btf .wrapper .content .card-container .card h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin: 20px auto 10px;
}

.btf .wrapper .content .card-container .card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #B2B6C1;

}


.speed-test {
    /* min-height: 778px; */
    background: url('/speedtest/images/footer_glow_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.speed-test .content {
    padding: 140px 0 83px;
}

.index_common .speed-test .content{
    padding: 140px 0 184px;
}

.speed-test .content .content-header {
    display: flex;
    justify-content: center;
}
.index_common .speed-test .content .content-header{
    flex-direction: column;
    text-align: center;
}
.speed-test .content .content-header h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.index_common  .speed-test .content .content-header h1{
    margin-bottom: 20px;
    font-weight: 700;
}
.index_common  .speed-test .content .content-header p{
    color: #B2B6C1;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
letter-spacing: -0.5px;
}
.index_common  .speed-test .content .content-header p:last-child{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.5px;
}
.footer-desc p{
    color: #535863;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
letter-spacing: -0.5px;
width: 100%;
max-width: 572.312px;
margin: 0 auto;
}
.footer-desc p:last-child{
    max-width: 932px;
    margin-top: 8px;
    margin-bottom: 33px;
}
.index_common .speed-test .ctaswrapper{
    justify-content:center
}
.speed-test-container {
    margin: auto;
    /* min-height: 400px; */
    background: url('/speedtest/images/design1_v1_comp.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.footer {
    border-top: 1px solid #222835;
    /* min-height: 60px; */
}

footer .footer-list {
    max-width: 630;
    /* margin: 19px auto; */
}

footer .footer-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 19px 0;

}

footer .footer-list ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #535863;
    text-decoration: none;
}

footer .footer-list ul li a:hover {
    text-decoration: underline;

}

.index_common .ctaswrapper{
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 12px;
}
.index_common .disclaimer, .index_common .disclaimer a{
    color: #535863 !important;
font-feature-settings: 'liga' off, 'clig' off;
font-size: 12px  !important;
font-style: normal;
font-weight: 400  !important;
line-height: 16px  !important; /* 133.333% */
letter-spacing: -0.5px;
text-decoration: none;
width: 100%;
max-width: 396px;
}
.index_common .disclaimer a:hover{
    text-decoration: underline;
}
/* animations  */
.steps_wrapper .step1wrap {
    padding: 75px 75px 105px;
}

.animated-cta {
    position: relative;
    margin: auto;
    width: 256.21px;
    height: 256.21px;
    border-radius: 256.21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(300.68deg, rgba(37, 151, 226, 0.75) 22.96%, rgba(0, 169, 145, 0.27) 56.79%), radial-gradient(47.97% 47.97% at 78.38% 25%, #00CADD 0%, #00D59B 100%)
}

.animated-cta::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 345px;
    height: 345px;
    background: rgba(3, 192, 189, 0.1);
    border-radius: 278.379px;
    transform: translate(-50%, -50%);
}

.animated-cta::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 406px;
    height: 406px;
    background-image: url("data:image/svg+xml,%3Csvg width='412' height='412' viewBox='0 0 412 412' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_43_1540)'%3E%3Ccircle cx='206' cy='206' r='202.629' stroke='url(%23paint0_linear_43_1540)' stroke-width='0.742344'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_43_1540' x='0' y='0' width='412' height='412' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='1.5' result='effect1_foregroundBlur_43_1540'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_43_1540' x1='-82.5307' y1='-26.25' x2='41.8796' y2='451.431' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2313E1CB' stop-opacity='0.51'/%3E%3Cstop offset='0.932292' stop-color='%2377ADFE' stop-opacity='0.27'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.animated-cta span.txt {
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.animated-cta:hover {
    animation: ripple 2s ease-out infinite;

}

.animated-cta:hover::after {
    animation: ripple-ring 2s ease-out infinite;
    animation-delay: .1s;
}

.animated-cta:hover:before {
    animation: ripple-ring 2s ease-out infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ripple-ring {
    0% {
        transform: translate(-50%, -50%) scale(.5);
    }

    60% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(.5);
    }
}

.footer-desc{
    padding: 0 15px;
}
/* responsiveness  */

@media only screen and (max-width: 1365px) {
    .atf .hero .wrapper {
        max-width: 1146px;
        padding: 0 10px;
        margin: auto;
    }
}

@media only screen and (max-width: 1158px) {
    .btf .wrapper .content {
        padding: 94px 0 140px;
    }

    .btf .wrapper {
        max-width: 950px;
    }
}

@media only screen and (max-width: 1023px) {


    .atf .hero .wrapper .content {
        flex-direction: column;
        justify-content: space-around;
        padding: 20px 0;
    }

    .index_common .atf .hero .ctaswrapper{
        justify-content: center;
    }

    .atf .hero .wrapper .content .section-left h1,
    .atf .hero .wrapper .content .section-left p {
        text-align: center;
    }

    .atf .hero .wrapper .content .section-right {
        margin-top: 50px;
    }

    .btf .wrapper {
        max-width: 650px;
    }

    .speed-test-container {
        background-size: 160%;
    }

    .btf .wrapper .content {
        padding: 0 0 140px;
    }
}

@media only screen and (max-width: 776px) {
    .atf header .wrapper .content {
        flex-direction: column;
    }

    .atf header .wrapper .content .icons {
        margin-bottom: 10px;
    }


    .atf header .wrapper .content p,
    .atf .hero .wrapper .content .section-left p,
    .btf .wrapper .content .content-header p {
        font-size: 12px;
        text-align: center;
    }

    .atf .hero .wrapper .content .section-left h1,
    .speed-test .content .content-header h1 {
        font-size: 30px;
        line-height: 45px;
    }

    footer .footer-list ul {
        gap: 15px;
        flex-direction: column;

    }
}

@media only screen and (max-width: 440px) {
    .atf .hero .wrapper .content .section-left h1 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .atf header .wrapper .content p,
    .atf .hero .wrapper .content .section-left p,
    .btf .wrapper .content .content-header p {
        line-height: 16px;
        font-size: 11px;

    }

    .btf .wrapper .content .content-header h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .btf .wrapper .content .card-container .card h3 {
        font-size: 14px;

    }

    .btf .wrapper .content .card-container .card p {
        font-size: 12px;
        line-height: 18px;

    }

    .speed-test .content .content-header h1 {
        font-size: 20px;
        line-height: 35px;
    }

    footer .footer-list ul li a {
        font-size: 12px;
        line-height: 15px;
    }

    .speed-test-container {
        padding: 0 10px;
    }

    .btf .wrapper .content {
        padding: 0 0 40px;
    }

    .speed-test .content, .index_common .speed-test .content {
        padding: 40px 0 82px;
    }

    .animated-cta {
        width: 150px;
        height: 150px;
    }

    .animated-cta::after {
        width: 200px;
        height: 200px;
    }

    .animated-cta::before {
        width: 260px;
        height: 260px;
    }

    .animated-cta span.txt {
        font-size: 16px;
    }

    .common-widget-inner {
        gap: 6px !important;
    }

    .meter-result-info {
        padding: 40px 10px;
    }

    .speed-top-wrapper {
        max-width: 278px;
        gap:0px !important
    }
    .speed-top-wrapper .comn-info-inner {
        justify-content: center !important;
    }
    .meter-result-info {
        width:300px;
    }
  
    .steps_wrapper .step1wrap{
        padding:75px;
    }
    .comn-step3-btn{
        margin: 0 10px;
    }
}
.directions-popup {
    position: absolute;
    top: 27px;
    z-index: 1;
    width: 360px;
    height: 380px;
    right: 0;
    border-radius: 0px 0px 8px 8px;
    left: 5px;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
}

.directions-popup-outer {
    background: #F4F6F7;
    width: 360px;
    height: 380px;
    padding: 8px;
}

.directions-popup.active {
    display: block;
}

.directions-popup .ui-autocomplete {
    top: 40px !important;
}

.maps-linkout-text {
    color: #5f6367;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.maps-linkout-icon {
    display: inline-block;
    vertical-align: middle;
    height: 17px;
}

.directions-popup-inner,
.default-widget-content,
.default-widget-inner,
.step1wrap,
.step2wrap,
.steps_wrapper {
    width: 100%;
    height: 100%;
}

.hide {
    display: none !important;
}

.directions-popup-title {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #212223;
    margin-bottom: 6px;
}

.citytext {
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4a90e2;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.ipwrap span,
.ispwrap span {
    font-size: 12px;
    font-weight: 700;
    color: #4e516a;
}

.locationwrapper {
    display: flex;
    justify-content: space-between;
}

.ipwrap span.ip_text,
.ispwrap span.isp_text {
    font-weight: 500;
    color: #7a7b8c;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.ispwrap span.isp_text {
    margin-left: 0;
}

.ipwrap span.ip_adr,
.ispwrap span.isp_adr {
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.ispwrap span.isp_adr {
    max-width: 135px;
}

.directions-popup form {
    position: relative;
}

.direction-icon {
    position: absolute;
    left: -13px;
    top: 16px;
}

.directions-popup .reverse {
    width: 10px;
    height: 15px;
    background: url(../images/icons/reverseicon.svg) no-repeat;
    position: absolute;
    right: -23px;
    top: 32px;
    cursor: pointer;
}

.direction-icon .circle {
    width: 6px;
    height: 6px;
    background: 0 0;
    border-radius: 50%;
    margin-bottom: 6px;
    border: 1px solid #474747;
    box-sizing: border-box;
}

.direction-icon .line {
    width: 2px;
    height: 35px;
    opacity: 0.2;
    background-color: #474747;
    margin: 0 0 6px 2px;
}

.direction-icon .square {
    width: 6px;
    height: 6px;
    background: 0 0;
    border: 1px solid #474747;
    box-sizing: border-box;
}

.direction-input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #f5f5f5;
    border: solid 1px #ebebeb;
    color: #474747;
    text-overflow: ellipsis;
}

.directions-popup .get-direction-btn {
    width: 100%;
    height: 48px;
    display: block;
    margin: 0px auto;
    cursor: pointer;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    background: #636dfd;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.steps_wrapper #gostep .go_img svg,
.steps_wrapper #gostep .go_txt {
    cursor: pointer;
}

.grn_cir {
    width: 132px;
    height: 132px;
    background: #3F89FF;
    border: 2px solid #3F89FF;
    box-shadow: 0px 0px 16px rgba(63, 137, 255, 0.6);
    margin: 0 auto;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-top: -43px;
    margin-left: -66px;
    z-index: 100;
}

.steps_wrapper #gostep .go_img:hover .grn_cir {
    /* background: #5598e7; */
    cursor: pointer;
}

.go_img {
    width: 100%;
    margin: 0 auto;
    height: 222px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
    position: relative;
}

.line {
    margin-bottom: 0;
}

.s1 {
    padding-bottom: 0;
}

.step3wrap  .speed-content-wrapper {
    padding-top: 40px;
}


.close-widget-target {
    width: 102px;
    height: 102px;
    padding: 0;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(134.21deg, rgba(140, 184, 255, 0.2) 21.92%, rgba(161, 196, 253, 0.2) 51.64%, rgba(194, 233, 251, 0.2) 81.21%);
    width: 132px;
    height: 132px;
    background: #3F89FF;
    position: absolute;
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -66px;
}


.go_img:hover .circle {
    background: #3F89FF;
}

.go_txt {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #ffffff;

}

.step2wrap .grn_cir {
    background-color: #3F89FF;
    box-shadow: 0px 0px 16px rgba(63, 137, 255, 0.6);
}

.step2wrap .testing_txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0E1539
}

.circle_loader {
    height: 305px;
    width: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 66px 48px 66px 47px;
    position: relative;

}

.circle_loader .ring {
    position: absolute;
    left: 50%;
    right: 50%;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: repeat;
}

.circle_loader .ring1 {
    transform: translate(-50%, 0);
    background-image: url("data:image/svg+xml,%3Csvg width='305' height='305' viewBox='0 0 305 305' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M152.5 304.5C236.447 304.5 304.5 236.447 304.5 152.5C304.5 68.5527 236.447 0.5 152.5 0.5C68.5527 0.5 0.5 68.5527 0.5 152.5C0.5 236.447 68.5527 304.5 152.5 304.5Z' stroke='url(%23paint0_linear_89_141)' stroke-opacity='0.1'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_89_141' x1='152.5' y1='7.47509e-09' x2='152.5' y2='305' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2335477D'/%3E%3Cstop offset='1' stop-color='%2335477D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    height: 304px;
    width: 304px;
}

.circle_loader .ring2 {
    transform: translate(-50%, 0);
    background-image: url("data:image/svg+xml,%3Csvg width='269' height='269' viewBox='0 0 269 269' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='134.5' cy='134.5' r='134' stroke='url(%23paint0_linear_89_127)' stroke-opacity='0.2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_89_127' x1='134.5' y1='0' x2='134.5' y2='269' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2335477D'/%3E%3Cstop offset='1' stop-color='%2335477D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    height: 268px;
    width: 268px;
}

.circle_loader .ring3 {
    transform: translate(-50%, 0);
    background-image: url("data:image/svg+xml,%3Csvg width='237' height='237' viewBox='0 0 237 237' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M118.5 236.5C183.67 236.5 236.5 183.67 236.5 118.5C236.5 53.3304 183.67 0.5 118.5 0.5C53.3304 0.5 0.5 53.3304 0.5 118.5C0.5 183.67 53.3304 236.5 118.5 236.5Z' stroke='url(%23paint0_linear_89_137)' stroke-opacity='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_89_137' x1='118.5' y1='2.24465e-08' x2='118.5' y2='237' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2335477D'/%3E%3Cstop offset='1' stop-color='%2335477D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    height: 236px;
    width: 236px;
}

.circle_loader .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #222A3D;
    border-radius: 196px;
    height: 196px;
    width: 196px;
    animation: rotate-right 2s linear infinite;

}

.circle_loader .loader .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotate-left 2s linear infinite;

}

@keyframes rotate-right {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-left {
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes loader-2-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-2-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle_loader svg {}

.go_txt2 {
    font-size: 14px;
    width: 73px;
    height: 73px;
    line-height: 73px;
}

@keyframes scaleIn {
    from {
        transform: scale(1, 1);
        opacity: 0.2;
    }


    to {
        transform: scale(1.6, 1.6);
        opacity: 0;
    }
}

.speed-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 16px 0;
    gap:23px;
}

.middle-line {
    width: 1px;
    height: 18px;
    background-color: rgba(119, 139, 163, 0.4);
}

.step3-res-block {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(119, 139, 163, 0.5);
}

.speed-top-wrapper .res-info-block {
    /* max-width: 137px; */
    width: 100%;
}

.speed-top-wrapper .comn-info-inner {
    justify-content: flex-start;
}

.dashed-wrapper {
    align-items: center;
}

.dashed-text {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: #C9D1DA;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

.speed-top-wrapper .res-comn-wrap {
    justify-content: center;
    align-items: baseline ;
}

.res-comn-wrap.download-dashed,
.res-comn-wrap.upload-dashed {
    align-items: baseline;
    transition: all .5s;
}

.res-comn-wrap.download-dashed .res-comn-info,
.res-comn-wrap.upload-dashed .res-comn-info {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    transition: all .5s;
    margin-right: 2px;

}

/* Timer Widget */

.timer-widget {
    margin-bottom: 50px;
    min-height: 20px;
}

.currenttime {
    color: #747477;
    font-size: 14px;
}

.time {
    margin-left: 10px;
    border-left: 1px solid #bebebf;
    padding-left: 10px;
    color: #636a6d;
    line-height: 14px;
    text-transform: uppercase;
}

/* main-content */

.main-content {
    height: 100%;
    flex-shrink: 1;
    position: relative;
}

.picnlogo {
    width: 150px;
}

.searchContent {
    margin: 170px 10px 0;
    width: 640px;
}

.searchContent>form {
    height: 50px;
    position: relative;
}

/* Top Sites */

.topsites-linkouts {
    margin: 43px 0 0 0;
}

.historyList,
.historyList li,
.historyDesc,
.historyList .favIco {
    display: flex;
}

.historyList {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.historyList li {
    flex-direction: row;
    border: none;
    margin: 0;
    padding-right: 55px;
}

.historyDesc {
    align-items: center;
    flex-direction: column;
}

.historyList .favIco {
    height: 47px;
    width: 47px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    background: #f1f1f1;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.historyList li:last-child .favIco {
    background: #f1f1f1 !important;
}

.historyList .favIco svg {
    width: 20px;
    height: 20px;
}

.historyList .siteName {
    color: #636a6d;
}

.testlabel {
    font-size: 12px;
    letter-spacing: -0.13px;
    color: #7a7b8c;
    font-weight: 400;
}

.testlabel:first-child {
    display: inline-flex;
    align-items: center;
}

.iconsvg svg {
    display: block;
}

.testresultwrap {
    text-align: left;
    padding-left: 13px;
}

.pingwrap p:first-child {
    padding-right: 25px;
}

.resultswrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.pingwrap svg {
    display: block;
}

.iconsvg {
    display: inline-block;
    vertical-align: middle;
}

.testunits {
    font-size: 8px;
    letter-spacing: -0.09px;
    color: #a3a4b2;
    margin-left: 8px;
}

.pingwrap h1 svg {
    display: block;
}

.speedtestresultsinner {
    height: 100%;
    width: 100%;
}

.speedresult {
    font-size: 18px;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    color: #4a5559;
    line-height: 1;
    display: block;
    margin: 0;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.speedwrapperresult {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 400;
    color: #75888c;
}

.progress-bar {
    position: relative;
    text-align: center;
    width: 170px;
    margin: 10px 20px 0 10px;
}

.progress-bar .speedmeter {
    width: 100%;
    height: auto;
    display: block;
}

.comn-info-inner {
    display: flex;
    align-items: center;
    line-height: 1;
}

.res-info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.res-info-ico {
    display: inline-flex;
    margin-right: 4px;
}

.res-info-ico svg {
    display: block;
    height: 20px;
    width: 20px;
}

.meter-result-info .res-info-ico svg {
    height: 20px;
    width: 20px;
}

.meter-result-info .go_txt .res-comn-unit {
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 4px;

}

.divide-line {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: rgba(119, 139, 163, 0.5);
}

.speed-down-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    max-width: 244px;
    width: 100%;
    margin: 0 auto;

}

.speed-down-wrapper .res-info-block {
    flex-direction: row;
}

.speed-down-wrapper .jitter-content {
    max-width: 109px;
    width: 100%;
    justify-content: flex-start;
}

.speed-down-wrapper .res-info-block .res-comn-wrap {
    margin-top: 0px;
    align-items: center;
}

.speed-down-wrapper .res-info-block .res-comn-info {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
}

.speed-down-wrapper .res-info-block .res-comn-unit {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #778BA3;
    font-weight: 500;
}

.step3-res-block .speed-top-wrapper .res-info-txt {
    text-transform: uppercase;
}

.speed-down-wrapper .res-info-txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #778BA3;
    text-transform: uppercase;

}

.res-info-txt {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #778BA3;
}

.res-comn-wrap {
    margin-top: 6px;
}

.res-comn-info {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    margin-right: 2px;
}


/* .res-comn-info {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #0E1539;
    text-overflow: ellipsis;
    overflow: hidden;
} */

.res-comn-unit {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 29px; */
    text-align: center;
    color: #778BA3;
}

.download-content,
.upload-content {
    height: 204px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}


.download-content .res-comn-info,
.upload-content .res-comn-info {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    line-height: 44px;
    width: 120px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.meter-result-info .go_img {
    flex-direction: column;
    align-items: center;
}

.meter-result-info .grn_cir {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #3F89FF;
    position: static;
    margin: 40px 0 auto;
}

.meter-result-info .upload-content .grn_cir {
    border: 2px solid #29C47C;
    box-shadow: 0px 0px 24px #AACFFD;
    background: #29C47C;
}

.meter-result-info .upload-content .circle {
    background: #29C47C;
}

.meter-result-info .circle {
    margin-top: -70px;
}

.text-content {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: auto;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;

}

.meter-result-info .go_txt {
    display: flex;
    flex-direction: column;
}

.upload-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-icon {
    width: 12px;
    height: 12px;
    display: flex;
    margin-right: 5px;
}

.download-icon svg {
    width: 100%;
    height: 100%;
}

.speedtestresultswrapper.box{
    border: 1px solid #3F89FF;
}

.meter-result-info {
    height: 437px;
    width: 400px;
    padding: 40px 50px;
}

.step3-res-row:first-child {
    border-bottom: 1px solid #f4f4f4;
}





.step3-res-row .res-info-block {
    padding: 17px 16px;
    width: 49%;
}

.step3-res-row:first-child .res-info-block {
    padding-top: 5px;
}

.step3-res-row .res-info-block:first-child {
    padding-left: 0;
}

.step3-res-block .res-info-block {
    margin: 0;
}

.step3-res-block .res-comn-unit {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #778BA3;
    margin: 0;
    font-weight: 500;
}

.step3-res-block .speed-top-wrapper .res-comn-unit {
    margin-top: 4px;
    margin-left: 2px;
}


.result-text {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0E1539;
    padding: 40px 0 39px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.step3-res-block .speed-down-wrapper {
    max-width: 234px;
}

.step3-res-block .speed-top-wrapper .res-comn-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 24px;
}

.step3-action-block {
    display: flex;
    justify-content: space-between;
    max-width: 304px;
    width: 100%;
    margin: 0 auto 26px;
}

.comn-btn-ico {
    display: flex;
}

.comn-step3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 304px;
    height: 51px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: .3s all ease;
    background: linear-gradient(300.68deg, rgba(37, 151, 226, 0.75) 22.96%, rgba(0, 169, 145, 0.27) 56.79%), radial-gradient(47.97% 47.97% at 78.38% 25%, #00CADD 0%, #00D59B 100%);
    border-radius: 5px;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
}


.blue-bg {
    color: #FFF;
    background-color: #008aec;
}



.test-again-btn:hover {
    text-decoration: underline;
}

.know-more-btn.blue-bg:hover {
    background-color: #0179cf;
}

.speedmtr-pointer {
    position: absolute;
    right: 50%;
    top: 54%;
    width: 44px;
    height: 9px;
    background-image: linear-gradient(to right, #e8e8e8, #FFF);
    transform: rotate(-42deg);
    transform-origin: 100%;
    /* transition: all .2s ease; */
}

.meter-fill {
    stroke-dasharray: 400;
    stroke-dashoffset: -368;
    /* transition: all .2s ease; */
}

/* Footer */

.footer ul {
    display: flex;
    padding: 12px 10px;
}

.footer ul li {
    padding: 0 10px;
    font-size: 10px;
    font-weight: 400;
}

.footer ul li a {
    color: #a7a7a7;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.header .ui-menu .ui-menu-item-wrapper {
    font-size: 12px;
    padding: 2px 5px 2px 30px;
}

body.couponnt {
    min-width: 880px;
}

.versionv2_e5 .header {
    height: auto;
    padding: 5px 20px;
}

.versionv2_e5 .linkout-icon {
    width: 26px;
    height: 26px;
}

.versionv2_e5 .linkout-text {
    margin-top: 5px;
}

.directions-popup .pop-up-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 230px;
    margin-left: 8px;
}

.common-widget-wrap .pop-up-wrap {
    height: 230px;
}

.common-widget-wrap .accept-prompt {
    padding: 0px 8px;
}

.speedtest-logo.activelogo {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.speedtest-logo .link-out-text {
    align-self: center;
}

.dropdown-content {
    position: absolute;
    min-width: 200px;
    z-index: 1;
    top: 37px;
    right: -70px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
}

.dropdown-content li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    color: #5f6367;
}

.dropdown-content li a:hover {
    background-color: #f4f4f4;
    cursor: pointer;
    color: #000;
    text-decoration: underline;
}

.gamezone-widget {
    display: none;
}

.gamezone-widget.active {
    display: block;
}

.dropdown-content li a:hover .crosswords-hover,
.dropdown-content li a:hover .tetris-hover,
.dropdown-content li a:hover .solitaire-hover {
    display: block;
}

.dropdown-content li a:hover .crosswords-icon,
.dropdown-content li a:hover .tetris-icon,
.dropdown-content li a:hover .solitaire-icon {
    display: none;
}

.gamezone-color,
.crosswords-hover,
.tetris-hover,
.solitaire-hover {
    display: none;
}

.gamezone .link-out.active .gamezone-color,
.gamezone .link-out:hover .gamezone-color {
    display: block;
}

.gamezone .link-out.active .gamezone-grey,
.gamezone .link-out:hover .gamezone-grey {
    display: none;
}

.gamezone-list {
    margin-left: 10px;
}

.ms-mbps {
    font-size: 8px;
    letter-spacing: -0.09px;
    color: #a3a4b2;
}

.gamezone [data-for='gameszone'] {
    padding-left: 0;
}

.ie-changes {
    overflow: hidden;
}

.gamezone .link-out.active:after {
    transform: rotate(-45deg);
    top: 20px;
}

.gamezone .link-out.active:before {
    transform: rotate(-135deg);
    top: 20px;
}

/* speedtest history */
.default-widget-inner {
    margin: auto;
    max-width: 400px;
    max-height: 437px;
}

.test-history-wrap {
    border-radius: 4px;
    background-color: #f6f7f8;
    padding: 10px;
}

.tt-hist-wrap {
    cursor: pointer;
}

.tt-hist-wrap:hover .test-hist-txt {
    color: #656572;
}

.test-history-wrap svg {
    display: block;
}

.test-hist-txt {
    margin-left: 6px;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    color: #7a7b8c;
}

/* test result */
.test-results-wrap {
    width: 100%;
    height: 100%;
}

.test-results-title {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    background-color: #f6f7f8;
}

.test-results li {
    padding: 8px 0;
    display: flex;
    border-bottom: 1px solid rgba(235, 238, 240, 0.47);
}

.table-title,
.test-results li div {
    padding: 5px 10px;
    width: 60px;
    text-align: left;
}

.table-title:first-child,
.test-results li div:first-child {
    width: 40px;
}

.table-title:nth-child(4n + 2),
.test-results li div:nth-child(4n + 2) {
    width: 50px;
}

.table-title:nth-child(3n),
.table-title:last-child,
.test-results li div:nth-child(4n + 3) {
    width: 75px;
}

.table-title:nth-child(4n),
.test-results li div:nth-child(4n) {
    width: 64px;
}

.test-results {
    padding-right: 10px;
    list-style: none;
    overflow: auto;
    height: 211px;
}

.tt-res-head {
    padding: 6px 10px;
    background-color: #ebeced;
    position: relative;
}

.tt-res-txt {
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #88929c;
    text-align: center;
}

.tt-res-close-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.tt-res-close-btn svg {
    display: block;
}

.test-results li div {
    font-size: 12px;
    font-weight: normal;
    color: #4e516a;
    display: inline-flex;
    align-items: flex-end;
    line-height: 1;
}

.test-results li span {
    font-size: 16px;
    font-weight: bold;
    color: #4e516a;
    margin-right: 4px;
}

.test-results li div:not(:first-child) {
    font-size: 8px;
    font-weight: 400;
    color: #a3a4b2;
    line-height: 0.8;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #cac8c8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.icon-game {
    opacity: 0.6;
}

.link-out.active .icon-game,
.linkouts-list>li>a:hover .icon-game {
    opacity: 1;
}

/* cross btn css starts */

.nt-pp-head-inner {
    position: relative;
}

.close-welcome-overlay {
    position: absolute;
    top: -4px;
    right: -4px;
    cursor: pointer;
    height: 18px;
}

/* cross btn css ends */
/* end */

/* new css */
.common-widget-wrap {
    position: absolute;
    top: 27px;
    z-index: 1;
    border-radius: 4px;
    left: 5px;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 360px;
    height: 250px;
}

.isp-info-widget {
    width: 360px;
    padding: 8px;
    background: #F4F6F7;
    border-radius: 0px 0px 8px 8px;
    height: 250px;
}

.common-widget-wrap.active,
.comn-svg {
    display: block;
}

.common-widget-inner {
    padding: 30px 0;
    display: flex;
    gap: 26px;
}

.box2 {
    width: 137px;
    height: 117px;
    background: rgba(251, 252, 255, 0.03);
    border: 0.3px solid rgba(236, 241, 255, 0.1);
    border-radius: 6px;
}


.isp-info-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 244px;
    width: 100%;
    align-items: flex-start;
    padding: 10px;
}

.comn-action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 310px;
    height: 42px;
    border-radius: 2px;
    background-color: #008aec;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 500;
}

.comn-action-btn:hover {
    background-color: #0179cf;
}

.comn-info-block {}


.info-header-txt {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #778BA3;
}

.info-ico-wrap {
    margin-bottom: 10px;
}

.info-data-wrap {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 5px;
}

.knowhow-links {
    list-style: none;
}

.knowhow-links li {
    position: relative;
}

.know-how-widget {
    width: 220px;
    left: 7px;
}

.knowhow-link {
    padding: 11px 0 11px 15px;
    transition: all .3s ease;
}

.knowhow-link:hover {
    background-color: #f7f7f7;
}

.knowhow-link:hover .khl-txt {
    color: #000;
}

.knowhow-links li:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e5e5e5;
}

.knowhow-links li:nth-child(2n):hover:before,
.knowhow-links li:last-child:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e5e5e5;
}

.khl-ico {
    display: inline-flex;
    justify-content: center;
    width: 15px;
}

.khl-txt {
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #4a5559;
    margin-left: 8px;
}

/* native nt changes */
.header {
    border: 0;
    box-shadow: 0 1px 0 0 #d7d7d7;
}

.header .search-content input {
    border: solid 1px #e7e7e7;
    background-color: #fff;
    box-shadow: none;
    color: #8a9395;
}

.searchformwrap .search-text {
    padding: 0 15px 0 45px;
    outline: 0;
    -webkit-appearance: none;
}

.header .search-content button {
    width: 13px;
    background: url(../images/common-mag-newtab-new.png) center no-repeat;
}

.timer-widget {
    margin-bottom: 36px;
}

.main-content .searchformwrap .search-text {
    box-shadow: none;
    border: solid 1px #e7e7e7;
    background-color: #fff;
}

.searchformwrap .search-text:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #cacaca;
}

.main-content .searchformwrap .searchicon {
    left: 0;
}

.main-content .searchformwrap .searchicon svg {
    width: 16px;
    height: 16px;
}

.main-content .searchformwrap #Group-18 {
    fill: #4285f4 !important;
}

.searchformwrap .search-text::-webkit-input-placeholder {
    color: #8a9395;
}

/* .search-text::placeholder {
    color: #8a9395;
} */
.linkouts-list>li:not(:first-child) .link-out.active:before {
    transform: rotate(-135deg);
    top: 20px;
}

.linkouts-list>li:not(:first-child) .link-out.active:after {
    transform: rotate(-45deg);
    top: 20px;
}

.ui-widget-content {
    border: 0 solid #ddd;
    background: #fff;
    color: #333;
    z-index: 1111;
    border-radius: 0;
    width: 100% !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #cacaca !important;
    border-top: 0 !important;
}

.main-content .searchformwrap .search-text.tsbar2 {
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-color: #cacaca;
}

.searchformwrap .search-text:focus,
.searchformwrap .search-text:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-color: #cacaca;
}

/* end */

/* widget new */
.step1-heading1 {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0E1539;
    padding-top: 52px;
    font-weight: 500;
}

.blue-text {
    font-weight: 600;
    color: #3F89FF;
}

/* pii changes */
.logo-pii {
    width: 245px;
    height: 32px;
}

.know-how-widget2 {
    overflow: initial;
}

.knowhow-links2 {
    overflow: hidden;
    width: 220px;
}

.step1_btn:hover {
    cursor: pointer;
}

.box {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 437px;
    background: #151B26;
    border: 1px solid rgba(219, 232, 255, 0.2);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


@media screen and (max-width: 1023px) {

    .dropdown-content,
    .directions-popup,
    .common-widget-wrap {
        top: 41px;
    }

    .header {
        height: 52px;
        text-align: center;
    }

    .maps-linkout-icon,
    .weatherdata .currentlocation {
        display: block;
    }

    .header-link {
        flex-direction: column;
    }

    .weatherdata .currentlocation {
        max-width: 120px;
    }

    .dropdown-content {
        right: -95px;
    }
}

@media screen and (max-height: 600px) {
    .searchContent {
        margin-top: 20vh;
    }
}