/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
body * {
    font-family: "Outfit", sans-serif;
}
html, body {
    overflow-x: hidden;
}
img {
    width: 100%;
}
a {
    text-decoration: unset;
}
/* Header Css */
header.header-row {
     /*padding: 25px 170px 0;*/
    padding: 25px 116px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}
header.header-row .navbar {
    border-radius: 11.358px;
    background: #145C76;
    padding: 11px 29px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 22px;
}
.navbar-dark .navbar-brand {
    margin: 0 119px;
    padding: 0;
}
ul.navbar-nav.ms-lg-4 li a {
    padding: 24px 50px !important;
    border-radius: 6px;
    background: transparent;
    font-weight: 600 !important;
}
header.header-row a.w-full {
    padding: 20px 50px !important;
    border-radius: 6px;
    background: #20D1F2;
    font-weight: 600 !important;
    border-color: #20D1F2;
    font-size: 18px;
    margin-left: 20px;
}
ul.navbar-nav.ms-lg-4 li a:hover {
    background: #24d1f1;
}
.navbar-dark .navbar-nav .nav-item ul.sub-menu {
    position: absolute;
    left: 24px;
    background: #24d1f1;
    padding: 0;
    margin: 0;
    width: 200px;
    top: 62px;
    opacity: 0;
}
.navbar-dark .navbar-nav .nav-item {
    position: relative;
}
.navbar-dark .navbar-nav .nav-item ul.sub-menu li {
    list-style: none;
}
.navbar-dark .navbar-nav .nav-item ul.sub-menu li a {
    padding: 10px;
    border-bottom: 1px solid;
    font-size: 17px;
}
.navbar-dark .navbar-nav .nav-item:hover ul.sub-menu {
    opacity: 1;
}
.navbar-dark .navbar-nav .nav-item ul.sub-menu li:last-child a {
    border: 0;
}
.navbar-dark .navbar-nav .nav-item.dropdown:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 3px;
    right: 0;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner.jpg);
    padding: 245px 0px 181px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.banner-row .col-lg-6 {
    position: relative;
}
section.banner-row .col-lg-6:last-child:before {
    content: "";
    background-image: url(../images/banner-overlay.png);
    width: 100%;
    height: 742px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
}
.banner-lft-sec {
    /* background: linear-gradient(0deg, #D1F0FB 0%, #D1F0FB 100%), url(<path-to-image>) lightgray 0px 54.655px / 203.111% 106.509% no-repeat; */
    /* padding: 220px 40px 19px 101px; */
    /* display: flex; */
    /* align-items: center; */
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
}
.lft-inner-sec {
    width: 50%;
}
.banner-lft-sec img {
    width: 100%;
    animation: advancedFloat 3s ease-in-out infinite;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
    display: inline-block;
}
@keyframes advancedFloat {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-10px) rotate(-1deg) scale(1.02);
  }
  50% {
    transform: translateY(-5px) rotate(1deg) scale(1.01);
  }
  75% {
    transform: translateY(-10px) rotate(-1deg) scale(1.02);
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
.lft-inner-sec h2 {
    color: #145C76;
    font-size: 50px;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: -1.849px;
    margin-bottom: 20px;
}
.lft-inner-sec h2 strong {
    font-weight: 700;
}
.banner-rgt-sec h3 {color: #084860;font-size: 50px;font-weight: 400;line-height: 55px;letter-spacing: -1.828px;margin-bottom: 18px;}
section.banner-row .col-lg-6 {
    padding: 0;
    background-image: url(../images/ban-rgt-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lft-inner-sec p {
    color: #145C76;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.708px;
    margin-bottom: 20px;
}
button.w-btn {
    border-radius: 6px !important;
    background: #006488;
    border-color: #006488;
    border-width: 3px;
    padding: 20px 50px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    transition: all 0.2s linear;
}
button.w-btn2 {
    background: #fff;
    color: #006488;
    border-color: #fff;
    margin-right: 20px;
}
button.w-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    background: transparent;
    color: #006488;
    border-color: #006488;
}
button.trns-btn:hover {
    background: #146582;
    color: #fff;
}
.banner-rgt-sec h1 {
    color: #0A4F68;
    font-size: 320px;
    font-weight: 700;
    line-height: 310px;
    letter-spacing: -10.664px;
    margin-bottom: 18px;
}
.banner-rgt-sec h2 {
    color: #084860;
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.828px;
    margin-bottom: 18px;
}
/* Coverage Css */
section.coverage-row {
    padding: 51px 0 105px;
}
.coverage-sec {
    border-top: 1px solid #B7B7B7;
    padding: 68px 170px 0;
}
.w-sec h2 {
    color: #373737;
    font-size: 63px;
    font-weight: 300;
    line-height: 70px;
    text-transform: capitalize;
    margin-bottom: 26px;
}
.w-sec h2 span {
    color: #20D1F2;
    font-weight: 600;
}
.coverage-sec p {
    color: #747474;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 9px 16px;
}
.coverage-sec form {
    display: flex;
    justify-content: space-between;
}
.coverage-sec .form-group {
    border-radius: 5px;
    border: 2px solid #386385;
    width: 30%;
    margin: 0 10px !important;
}
.coverage-sec .form-group input {
    width: 100%;
    border-radius: 0;
    padding: 0px 0 0 25px;
    border: 0;
    color: #B1B1B1;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    height: 64px;
}
.coverage-sec .form-group input::placeholder {
    color: #B1B1B1;
}
.coverage-sec .form-group button.w-btn {
    background: #20D1F2;
    border-color: #20D1F2;
}
.search-coverage-btn {
    padding: 0 0px !important;
    width: 20%;
}
/* About Css */
section.about-row {
    padding: 0 220px 108px;
    background-image: url(../images/about-bg.png);
    background-position: 100% 13%;
    background-repeat: no-repeat;
    background-size: cover;
}
.w-sec h3 {
    color: #20D1F2;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.w-sec p {
    color: #696969;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 24px;
}
.w-sec ul {
    margin: 0 0 20px;
}
.w-sec li {
    color: #696969;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
section.about-row button.w-btn {
    background: #20D1F2;
    border-color: #20D1F2;
}
.about-sec p {
    width: 90%;
}
/* Product Css */
section.packages-row {
    background: linear-gradient(0deg, #D1F0FB 0%, #D1F0FB 100%), url(<path-to-image>) lightgray 0px -92.345px / 100.156% 43.566% no-repeat;
    padding: 75px 200px 45px;
}
.product-head {
    margin-bottom: 40px;
}
.product-head p {
    width: 64%;
    margin: auto;
}
.product-sec {
    border-radius: 0px 27.099px;
    background: #FFF;
    margin-bottom: 65px;
    padding: 29px 29px 22px 29px;
}
.product-sec img {
    margin-bottom: 28px;
}
.product-sec h3 {
    color: #353535;
    font-family: Sora;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.889px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.product-flex {
    display: flex;
    justify-content: left;
    align-items: center;
}
.product-flex a {
    color: #20D1F2;
    font-family: Sora;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
}
.product-flex a i {
    margin-left: 12px;
    vertical-align: middle;
}
.product-flex h4 {
    color: #20D1F2;
    font-family: Sora;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.639px;
}
.product-cta-sec {
    border-radius: 0px 26.788px;
    background: #F9FBFC;
    padding: 40px 15px 40px 43px;
    display: flex;
}
.product-cta-sec img {
    width: 48%;
    height: 300px;
    object-fit: scale-down;
    margin-top: 251px;
}
.cta-inner-sec h3 {
    color: #353535;
    font-family: Sora;
    font-size: 31px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -0.631px;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.cta-inner-sec p {
    color: #8A8A8A;
    font-family: Sora;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    width: 83%;
    margin-bottom: 20px;
}
.cta-inner-sec {
    width: 70%;
}
section.packages-row button.ctr-btn {
    display: table;
    margin: 62px auto 0;
    background: #20D1F2;
    border-color: #20D1F2;
}
/* Choose Css */
section.choose-row {
    padding: 101px 184px;
}
.choose-sec h2 {
    width: 75%;
    margin-bottom: 18px;
}
.choose-sec p {
    width: 87%;
    margin-bottom: 24px;
}
.choose-sec ul {
    margin: 0 0 24px;
    padding: 0;
}
.choose-sec ul li {
    /* display: flex; */
    margin-bottom: 19px;
    color: #696969;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    list-style: none;
    padding-left: 40px;
    position: relative;
}
.choose-sec ul li strong {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
}
.choose-sec ul li img {
    width: 24px;
    height: 23px;
    margin-right: 5px;
    position: absolute;
    left: 0;
}
button.trns-btn {
    background: transparent;
    border: 3px solid #146582;
    color: #146582;
    margin-left: 14px;
}
/* Details Css */
section.details-row {
    border-radius: 121px 121px 0px 0px;
    background: #D1F0FB;
    margin: 0 18px;
    padding: 84px 63px 43px;
    background-image: url(../images/contact-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testi-head {
    text-align: center;
    margin-bottom: 67px;
}
.testi-sec {
    border-radius: 22.048px;
    border: 1.952px solid #AFAFAF;
    padding: 51px 48px;
    transition: all 0.4s linear;
}
.test-details {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.test-details img {
    width: 68px;
    margin-right: 11px;
}
.test-details h4 {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.test-details h5 {
    color: #898989;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.353px;
}
.testi-sec p {
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}
.testi-sec img.review {
    width: 208px;
    display: table;
    margin: auto;
    margin-right: 0;
}
.reviews-row {
    margin-bottom: 85px;
}
.testi-sec:hover {
    border-color: #0087B8;
    background: #145C76;
    cursor: pointer;
}
.testi-sec:hover * {
    color: #fff;
}
.contact-sec {
    background-image: url(../images/contact-inner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 62px 280px 178px;
}
.contact-sec img {
    width: 191px;
    height: 91.641px;
    margin: auto;
    display: table;
    margin-bottom: 7px;
}
.contact-sec h2 {
    color: #373737;
    font-size: 45px;
    font-weight: 300;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 19px;
    text-align: center;
}
.contact-sec h2 span {
    font-weight: 600;
}
.contact-sec .form-group {
    margin-bottom: 16px;
}
.contact-sec .form-group input, .contact-sec .form-group textarea {
    border-radius: 3.89px;
    border: 1.297px solid #E8E5E4;
    background: #E8E8E8;
    height: 62px;
    padding-left: 23px;
    color: #575351;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
.contact-sec .form-group input::placeholder, .contact-sec .form-group textarea::placeholder {
    color: #575351;
}
.contact-sec .form-group textarea {
    height: 139.396px;
    padding-top: 28px;
}
.contact-sec button.w-btn {
    background: #20D1F2;
    border-color: #20D1F2;
}
/* Plan Page Css */
section.inner-banner-row {
    background: linear-gradient(0deg, #D1F0FB 0%, #D1F0FB 100%), url(<path-to-image>) lightgray 0px -34.645px / 100% 191.83% no-repeat;
    padding: 229px 0 100px;
    position: relative;
    z-index: 1;
}
section.plan-row .row a {
    width: 33%;
}
section.plan-row .row a .col-xs-12.col-sm-12.col-md-6.col-lg-4 {
    width: 100%;
}
section.inner-banner-row:before {
    content: "";
    background-image: url(../images/inner-banner-overlay.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.inner-banner-sec h1 {
    letter-spacing: -3.357px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #3D3D3D;
    font-size: 68px;
    font-weight: 300;
    line-height: 76px;
}
.inner-banner-sec h1 span {
    color: #20D1F2;
    font-weight: 600;
}
.inner-banner-sec p {
    color: #747474;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    width: 82%;
    margin: auto;
}
section.plan-about-row {
    padding: 158px 220px 182px;
    position: relative;
}
section.plan-about-row:before {
    content: "";
    background: #B7B7B7;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 67px;
}
section.plan-cta-row {
    background: #D1F0FB;
    padding: 64px 168px 123px;
}
.plan-head {
    margin-bottom: 96px;
}
.plan-head h3 {
    margin-bottom: 13px;
}
.plan-head h2 {
    margin-bottom: 15px;
    color: #000;
    font-family: Sora;
    font-weight: 200;
}
.plan-head p {
    width: 60%;
    margin: auto;
}
.plan-cta-main {
    background-image: url(../images/plan-cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 53px;
}
.plan-cta-sec img {
    margin-top: -60px;
    width: 100%;
    margin-bottom: 28px;
}
.plan-cta-sec h2 span {
    color: #006488;
}
.plan-cta-sec p {
    width: 91%;
}
section.insurance-plan-row .plan-sec {
    margin-bottom: 30px;
}
section.insurance-plan-row .plan-sec p {
    min-height: 70px;
}
section.plan-row {
    padding: 208px 0 48px;
    position: relative;
}
section.plan-row:before {
    background: #B7B7B7;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 114px;
    content: "";
}
.plan-sec {
    border-radius: 16.66px;
    background: #FFF;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 25px;
    margin-bottom: 60px;
}
.plan-inner-sec {
    border-radius: 13.544px;
    background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%), url(<path-to-image>) lightgray -0.009px -42.039px / 114.341% 87.285% no-repeat;
    padding: 30px 40px;
    text-align: center;
    margin-bottom: 30px;
}
.plan-inner-sec h4 span {color: #084860;font-size: 21px;font-weight: 400;line-height: 25px;letter-spacing: -0.723px;text-transform: capitalize;margin: 0;}
.plan-inner-sec img {
    width: 131px;
    margin-bottom: 13px;
}
.plan-inner-sec h2 {
    color: #0A4F68;
    font-size: 115px;
    font-weight: 700;
    line-height: 123px;
    letter-spacing: -3.483px;
    margin-bottom: 5px;
}
.plan-inner-sec h4 {
    color: #084860;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.723px;
    text-transform: capitalize;
    margin: 0;
}
.plan-sec h3 {
    color: #20D1F2;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.799px;
    text-transform: capitalize;
    font-family: 'Sora';
    margin-bottom: 12px;
}
.plan-sec p {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
    min-height: auto;
}
.plan-desc h3 {
    color: #145C76;
    font-family: Sora;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1.224px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.plan-desc p {
    color: #5D5D5D;
    font-size: 25px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 10px;
}
section.plan-choose-row {
    padding: 97px 143px 54px 45px;
    position: relative;
}
section.plan-choose-row:before {
    content: "";
    background: #B7B7B7;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
/*section.plan-choose-row:after {*/
/*    content: "";*/
/*    background: #B7B7B7;*/
/*    width: 80%;*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    bottom: 89px;*/
/*}*/
.plan-choose-sec h2 {
    margin-bottom: 12px;
}
.plan-choose-sec h4 {
    color: #4D4D4D;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 12px;
}
.plan-choose-sec p {
    width: 63%;
    margin-bottom: 21px;
}
.plan-choose-sec h5 {
    color: #20D1F2;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 7px;
}
.plan-choose-sec button.w-btn {
    background: #20D1F2;
    border-color: #20D1F2;
}
/* About Page Css */
section.about-page-row {
    padding: 131px 104px 165px 152px;
}
section.about-cta-row {
    background: #D1F0FB;
    padding: 80px 168px 179px;
}
.about-head {
    margin-bottom: 254px;
}
.about-head h2 {
    color: #000;
    font-family: Sora;
    margin-bottom: 15px;
}
.about-head h2 span {
    font-family: Sora;
}
.about-head p {
    width: 55%;
    font-size: 22px;
    margin: auto;
}
.about-cta-main {
    background-image: url(../images/about-cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 53px;
}
.about-cta-sec h2 {
    line-height: 62px;
    font-size: 45px;
    margin-bottom: 15px;
}
.about-cta-sec p {
    color: #4B4B4B;
    line-height: 36px;
    font-size: 25px;
    width: 95%;
}
.about-cta-main1 {
    padding-right: 97px;
    margin-bottom: 265px;
}
.about-cta-main1 .about-cta-sec img {
    margin-top: -218px;
    margin-bottom: -8px;
    width: 100%;
}
.about-cta-main2 {
    padding-right: 42px;
    padding-left: 37px;
    margin-bottom: 300px;
}
.about-cta-main2 .about-cta-sec img {
    margin-top: -210px;
    margin-bottom: -60px;
}
.about-cta-main3 {
    padding: 0 51px 0 53px;
}
.about-cta-main3 .about-cta-sec img {
    margin-top: -183px;
    margin-bottom: -67px;
}
.about-plan-head {
    margin-bottom: 88px;
}
.about-plan-head h2 {
    color: #000;
    font-family: Sora;
    margin-bottom: 15px;
}
.about-plan-head h2 span {
    font-family: 'Sora';
}
.about-plan-head p {
    font-size: 22px;
    margin: 0;
}
.about-plan-sec .plan-inner-sec {
    padding: 76px 0;
}
.about-plan-sec .plan-inner-sec img {
    width: 140px;
    height: 140px;
    object-fit: scale-down;
}
section.about-inner-cta-row {
    padding: 88px 168px 184px;
}
section.about-inner-cta-row .plan-cta-sec {
    background-image: url(../images/about-cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 79px 170px;
}
section.about-inner-cta-row .plan-cta-sec h2 {
    margin-bottom: 14px;
}
section.about-inner-cta-row .plan-cta-sec p {
    width: 90%;
    margin: 0 auto 30px;
}
section.about-inner-cta-row .plan-cta-sec button.w-btn {
    margin: 0 10px;
}
/* Phone Page Css */
section.phone-about-row {
    padding: 86px 0;
}
.mobile-about-sec h2 {
    background: linear-gradient(179deg, #B3DDED 0.95%, #FFF 81.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 162px;
    font-weight: 400;
    line-height: 182px;
    letter-spacing: -6.51px;
    text-transform: capitalize;
    margin: 0;
}
section.faq-row {
    padding: 204px 216px 111px;
    position: relative;
}
section.faq-row:before {
    content: "";
    background: #B7B7B7;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 93px;
}
section.faq-row:after {
    content: "";
    background-image: url(../images/contact-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: -1;
}
.faq-head {
    margin-bottom: 35px;
}
.faq-head h2 {
    margin-bottom: 16px;
}
.faq-head p {
    width: 55%;
    margin: auto;
}
.accordion-button {
    padding: 30px 35px 30px 116px;
    color: #2B3941;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.accordion-item {
    border: 0;
    border-radius: 6.235px;
    background: #FFF;
    box-shadow: 0px 31.173px 41.564px -18.704px rgba(149, 149, 149, 0.25);
    margin-bottom: 38px;
}
.accordion-button::after {
    position: absolute;
    left: 48px;
}
.accordion-button:not(.collapsed) {
    box-shadow: unset;
    background: transparent;
    color: #20D1F2;
}
.accordion-body {
    padding: 0 100px 65px 116px;
}
.accordion-body p {
    color: #363049;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.127px;
    opacity: 0.7;
    margin: 0;
}
section.faq-row .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
section.faq-row .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}
/* Help Page Css */
.help-banner-sec p {
    margin-bottom: 35px;
}
.help-banner-sec .form-group {
    display: flex;
    width: 64%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    border-radius: 8.417px;
    border: 1.482px solid #386385;
    padding: 10px 22px 10px 40px;
}
.help-banner-sec .form-group input {
    width: 70%;
    border-radius: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #919191;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: capitalize;
}
.help-banner-sec .form-group input::placeholder {
    color: #919191;
}
.help-banner-sec .form-group button.w-btn {
    background: #20D1F2;
    border-color: #20D1F2;
}
section.topic-row:after {
    content: "";
    background-image: url(../images/contact-bg.png);
    width: 100%;
    height: 90%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
}
section.help-row {
    background: #D1F0FB;
    margin-bottom: 107px;
    padding: 174px 114px;
    position: relative;
    margin-top: 81px;
}
section.help-row:before {
    content: "";
    background: #B7B7B7;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -81px;
}
.help-main-sec {
    background-image: url(../images/help-bg.png);
    padding: 84px 170px 104px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.help-head {
    margin-bottom: 38px;
}
.help-head h2 {
    color: #414141;
    font-family: Sora;
    margin-bottom: 14px;
}
.help-head h2 span {
    color: #145C76;
    font-family: Sora;
}
.help-head p {
    width: 72%;
    margin: auto;
}
.help-sec {
    border-radius: 26px;
    background: #FFF;
    padding: 56px 146px 46px;
}
.help-sec img {
    width: 105px;
    height: 105px;
    object-fit: scale-down;
    margin-bottom: 30px;
}
.help-sec h3 {
    color: #000;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.793px;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.help-sec h3 span {
    color: #20D1F2;
    font-weight: 600;
}
.help-sec p {
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
}
/* CP Deals Page Css */
.deals-cta-main h2 {
    color: #373737;
    font-size: 38px;
    font-weight: 300;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 26px;
    background: unset;
    background-clip: text;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    letter-spacing: 0;
    margin: 0 0 15px !important;
}
section.phone-about-row h2 {
    margin-bottom: 70px;
}
.deals-cta-main {
    padding-left: 117px;
    padding-top: 43px;
    padding-bottom: 50px;
}
.deals-cta-main img {
    margin: -0px 0 0px;
}
section.deals-package-row {
    padding: 75px 0px 45px;
}
.deals-pro-rgt-sec img {
    margin: 0;
    height: auto;
}
.deals-pro-cta-sec {
    margin-top: 35px;
}
.deals-pro-rgt-sec {
    width: 60%;
    display: flex;
    align-items: baseline;
}
.deals-pro-cta-sec p {
    width: 100%;
}
.deals-pro-cta-sec .cta-inner-sec {
    width: 54%;
}
/* Bring Own Css */
.buy-head {
    margin-bottom: 72px;
}
.buy-head form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4.594px;
    border: 1.033px solid #969696;
    width: 67%;
    height: 88px;
    padding: 17px 25px;
    margin: auto;
}
.buy-head p {
    margin-bottom: 26px;
}
.buy-head form select {
    height: 51px;
    background: transparent;
    width: 170px;
    border: 0;
    border-right: 1px solid #969696;
    border-radius: 0;
    padding: 0;
    color: #969696;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
}
.buy-head button.w-btn {
    background: #20D1F2;
    border-color: #20D1F2;
    padding: 15px 40px;
}
/* Bring Page Css */
section.bring-about-row {
    padding: 127px 220px 100px 260px;
}
section.bring-about-row img {
    width: 90%;
}
section.compatibilty-row {
    background: #D1F0FB;
    padding: 135px 200px 168px;
    margin-top: 50px;
}
.compatibilty-head {
    margin-bottom: 36px;
}
.compatibilty-head h2 {
    font-family: 'Sora';
    margin-bottom: 15px;
}
.compatibilty-head h2 span {
    font-family: 'Sora';
}
.compatibilty-head p {
    width: 60%;
    margin: auto;
}
.compatibilty-main-sec {
    background-image: url(../images/compatibility-bg.png);
    padding: 60px 218px 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.compatibilty-sec h2 {
    color: #000;
    font-family: Sora;
    font-size: 46px;
    font-weight: 200;
    line-height: 50px;
    letter-spacing: -0.924px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.compatibilty-sec p {
    color: #373737;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
.compatibilty-main-sec .compatibilty-sec:first-child {
    margin-bottom: 83px;
}
.compatibilty-sec {
    margin-bottom: 37px;
}
.compatibilty-sec .form-group {
    display: flex;
    justify-content: space-between;
    width: 58.5%;
    border-radius: 8.417px;
    border: 1.482px solid #386385;
    margin: auto;
    padding: 10px 18px 10px 32px;
    align-items: center;
}
.compatibilty-sec .form-group select, .compatibilty-sec .form-group input {
    width: 320px;
    border: 0;
    padding: 0;
    height: 40px;
    border-radius: 0;
    background: transparent;
    color: #606060;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 24px;
    text-transform: capitalize;
}
.compatibilty-sec button.w-btn {
    border-radius: 4.446px;
    background: #20D1F2;
    border-color: #20D1F2;
    padding: 16px 30px;
}
.compatibilty-main-sec p {
    color: #373737;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
section.grab-choose-row {
    padding: 91px 194px 0;
}
section.grab-choose-row:after {
    display: none;
}
section.grab-choose-row .plan-choose-sec p {
    width: 79%;
}
/* Why Css */
section.why-plan-row {
    background: #D1F0FB;
    padding: 122px 0 60px;
}
section.why-plan-row:before, section.why-plan-row:after {
    display: none;
}
section.plan-choose-row.grab-choose-row.why-choose-row {
    padding-bottom: 140px;
}
section.why-plan-row .plan-sec p {
    min-height: auto;
}
section.choice-row {
    padding: 167px 258px 91px;
    position: relative;
}
section.choice-row:before {
    content: "";
    background: #B7B7B7;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 76px;
}
section.why-plan-row .about-plan-head {
    margin-bottom: 47px;
}
section.choice-row .about-plan-head {
    margin-bottom: 47px;
}
.choice-sec table {
    background: #DEFAFF;
    margin-bottom: 49px;
    padding-bottom: 36px !important;
}
.choice-sec table th {
    border: 0;
}
.choice-sec table thead {
    background: #20D1F2;
    box-shadow: 0px 4.882px 13.059px 0px rgba(0, 0, 0, 0.25);
}
.choice-sec table thead th {
    padding: 35px 0;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    line-height: 58px;
    text-transform: capitalize;
}
.choice-sec tbody td {
    text-align: center;
    margin: 0 43px;
    padding: 25px 0;
    color: #868686;
    font-size: 25px;
    font-weight: 300;
    line-height: 33px;
    border-bottom-width: 2.441px;
    border-bottom-color: #C9C9C9;
    cursor: pointer;
}
.choice-sec tbody tr td:first-child {
    color: #2E2E2E;
}
.choice-sec button.w-btn {
    display: table;
    margin: auto;
}
/* How It Works Page Css */
section.work-cta-row {
    background: transparent;
    padding: 134px 278px;
    position: relative;
}
section.work-cta-row .about-head {
    margin-bottom: 168px;
}
section.work-cta-row:before {
    content: "";
    background: #B7B7B7;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 67px;
}
section.work-cta-row .about-head h2 {
    font-size: 62px;
}
section.work-cta-row .about-head p {
    width: 80%;
}
section.work-cta-row .w-sec h3 {
    color: #383838;
    margin-bottom: 18px;
}
section.work-cta-row .about-cta-main1 {
    padding-right: 24px;
    margin-bottom: 186px;
}
section.work-cta-row .about-cta-main1 .about-cta-sec img {
    margin-bottom: 25px;
    margin-top: -149px;
}
section.work-cta-row .about-cta-main {
    padding-left: 88px;
}
section.work-cta-row .about-cta-main2 {
    padding-right: 32px;
    margin-bottom: 181px;
    padding-left: 99px;
}
section.work-cta-row .about-cta-main2 img {
    margin-bottom: 45px;
    margin-top: -124px;
}
section.work-cta-row .about-cta-main2 h2 {
    width: 75%;
}
section.work-cta-row .about-cta-main2 p {
    width: 85%;
}
section.work-cta-row .about-cta-main3 img {
    margin: -150px 0 0px;
}
section.bringing-row {
    background: #D1F0FB;
    padding: 122px 280px 85px 237px;
}
.bringing-head {
    margin: 0;
}
.bringing-head p {
    width: 80%;
    margin-bottom: 42px;
}
.bringing-head ul#pills-tab {
    margin-bottom: 46px;
}
.bringing-head .nav-pills .nav-link {
    border-radius: 6px;
    border: 2px solid #006488;
    padding: 20px 52px;
    color: #006488;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    margin: 0 12px;
}
.bringing-head .nav-pills .nav-link.active {
    background: #006488;
    color: #fff;
}
.bringing-head .compatibilty-sec {
    margin-bottom: 120px;
}
section.bringing-row .plan-choose-sec img {
    width: 90%;
}
.work-sec p {
    width: 78%;
    margin-bottom: 30px;
}
.work-sec ul {
    margin: 0 0 20px;
    padding: 0;
}
.work-sec ul li {
    list-style: none;
    color: #696969;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
section.switch-cta-row {
    padding: 134px 254px;
}
section.switch-cta-row .about-cta-main {
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
}
section.switch-cta-row .about-cta-main img {
    margin: 0 !important;
}
section.switch-cta-row .about-cta-main p {
    width: 100%;
    font-size: 26px;
    line-height: 33px;
}
section.switch-cta-row .about-cta-main1 p, section.switch-cta-row .about-cta-main3 p {
    width: 90%;
}
section.switch-cta-row .about-cta-main2 {
    margin-bottom: 110px;
}
section.switch-cta-row .about-cta-main button.w-btn {
    padding: 16px 30px;
}
section.switch-cta-row .about-cta-main2 button.w-btn2 {
    background: #D1F0FB;
    padding: 18px 30px;
}
section.switch-cta-row .about-cta-main2:before {
    content: "";
    background-image: url(../images/switch-arrow1.png);
    width: 254px;
    height: 207px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -170px;
}
section.switch-cta-row .about-cta-main2:after {
    content: "";
    background-image: url(../images/switch-arrow2.png);
    width: 254px;
    height: 207px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 30px;
    left: 0;
    margin: auto;
    bottom: -250px;
}
section.switch-cta-row .about-head {
    margin-bottom: 92px;
}
/*Coverage Css*/
.coverage-map-sec {
    position: absolute;
    top: 48px;
    left: 48px;
    right: 0;
    width: 30%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 31.173px 41.564px -18.704px rgba(149, 149, 149, 0.25);
}
section.coverage-map-row {
    position: relative;
}
section.coverage-map-row .container-fluid {
    padding: 0;
}
.coverage-map-sec .accordion-item {
    background: transparent;
    box-shadow: unset;
    margin: 0;
}
.coverage-map-sec .accordion-body {
    padding: 30px 30px 30px 30px;
    background: #eee;
}
.coverage-map-sec .accordion-button {
    padding: 20px 0 20px 30px;
    display: flex;
}
.coverage-map-sec .accordion-button::after {
    left: auto;
    right: 48px;
}
.coverage-map-sec .accordion-body .nav-pills .nav-link {
    border-radius: 6px;
    border: 2px solid #006488;
    padding: 10px 25px;
    color: #006488;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    margin: 0 12px;
}
.coverage-map-sec .accordion-body .nav-pills .nav-link.active {
    background: #006488;
    color: #fff;
}
.coverage-map-sec .accordion-body .nav-pills {
    margin-bottom: 20px !important;
}
.coverage-map-sec .accordion-body .form-group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #686e74;
    height: 48px;
    border-radius: .8rem;
    padding: 0 16px;
}
.coverage-map-sec .accordion-body .form-group input {
    border-radius: 0;
    box-shadow: unset;
    border: 0;
    padding: 0;
    font-size: 16px;
}
.coverage-map-sec .accordion-body .form-group button {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}
.coverage-map-sec .accordion-body .form-group button i {
    font-size: 22px;
}
/* Services Css */
.services-sec {
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 16px;
    padding: 40px 45px;
    text-align: center;
    transition: all 0.4s linear;
}
section.services-row {
    padding: 100px 100px 70px;
}
.services-sec h2 {
    color: #373737;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 10px;
}
.services-sec p {
    color: #696969;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    width: 95%;
    margin: 0 auto 20px;
    min-height: 84px;
}
.services-sec:hover {
    transform: scale(1.06);
    background: #145C76;
    cursor: pointer;
}
.services-sec img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    margin-bottom: 20px;
}
.services-sec:hover * {
    color: #fff;
}
.services-sec:hover img {
    filter: invert(1);
}
.services-sec:hover button.w-btn {
    background: #fff;
    color: #006488;
    border-color: #fff;
}
/* Active-Phone Css */
section.active-phone-row {
    padding: 113px 0;
}
section.active-phone-row h2 {
    font-size: 62px;
}
section.active-phone-row img {
    width: 90%;
}
section.active-cta-row {
    padding: 141px 200px;
}
section.active-cta-row .plan-cta-main {
    background-size: 100% 100%;
    padding: 128px 300px 128px 138px;
}
section.active-cta-row .plan-cta-main li {
    margin-bottom: 10px;
}
section.active-choose-row {
    padding: 125px 0 135px;
}
section.active-choose-row:before {
    display: none;
}
section.active-choose-row img {
    width: 90%;
}
/* Footer Css */
footer.footer-row {
    background: linear-gradient(0deg, #145C76 0%, #145C76 100%), url(<path-to-image>) lightgray 0px -208.345px / 100.156% 195.652% no-repeat;
    padding: 114px 137px 20px;
    position: relative;
    z-index: 1;
}
footer.footer-row:after {
    content: "";
    background-image: url(../images/footer-after.png);
    width: 888px;
    height: 337px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: -1;
}
.footer-cont img {
    width: 43.5%;
    margin-bottom: 17px;
}
.footer-cont p {
    color: #DEDEDE;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    width: 100%;
}
footer.footer-row h4 {
    color: #FFF;
    font-size: 37px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 28px;
}
footer.footer-row ul {
    margin: 0;
    padding: 0;
}
footer.footer-row ul li {
    list-style: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    width: 100%;
}
footer.footer-row ul li a {
    color: #fff;
    transition: all 0.2s linear;
}
.footer-links li {
    text-transform: capitalize;
}
footer.footer-row ul li:hover a {
    color: #24d1f1;
}
.footer-details li {
    margin-bottom: 27px;
    display: flex;
}
.footer-details li:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 26px;
    width: 9px;
}
.footer-details li:nth-child(2):before {
    content: "\f041";
}
.footer-details li:last-child:before {
    content: "\f0e0";
}
.footer-links li {
    margin-bottom: 18px;
}
.footer-news-sec p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    width: 85%;
    margin-bottom: 30px;
}
.footer-news-sec .form-group {
    display: flex;
    border-radius: 5.359px;
    border: 1.34px solid #FFF;
    padding-left: 15px;
    height: 62px;
}
.footer-news-sec .form-group input {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.3px;
    text-transform: uppercase;
}
.footer-news-sec .form-group input::placeholder {
    color: #fff;
    opacity: 0.47;
}
.footer-news-sec .form-group button.btn {
    border-radius: 8.038px;
    background: #FFF;
    height: 60px;
    width: 63px;
}
.footer-news-sec .form-group button.btn i {
    color: #404040;
    font-size: 18px;
}
/* Copyright Css */
.copyright-sec {
    margin-top: 90px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.copyright-sec p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.copyright-sec p a {
    color: #fff;
    text-decoration: underline;
}
/*Policies Css*/
section.policies-row {
    padding: 80px 0;
}
.policies-sec li {
    margin-bottom: 10px;
}
.policies-sec h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}
.policies-list-sec li h2 {
    font-size: 30px;
    line-height: 40px;
}
.policies-sec h3 {
    line-height: 40px;
    color: #373737;
    font-size: 30px;
}
.policies-list-sec li::marker {
    font-size: 30px;
    line-height: 40px;
    color: #373737;
}
.policies-sec li ol li::marker {
    font-size: unset;
    line-height: unset;
}
.policies-sec table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 20px 0;
}
.policies-sec thead tr {
    background-color: #24d1f1;
    color: white;
    text-align: left;
}
.policies-sec th, .policies-sec td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}
.policies-sec tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.policies-sec tbody tr:hover {
    background-color: #f1f1f1;
}
section.insurance-banner-row p {
    margin-bottom: 20px;
}
section.insurance-protected-row {
    padding: 97px 0 00px;
}
section.insurance-protected-row:after {
    display: none;
}
section.insurance-table-row {
    padding-top: 100px;
}
.insurance-table-sec  table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}
.insurance-table-sec th, .insurance-table-sec td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.insurance-table-sec th {
    background-color: #f2f2f2;
    text-align: center;
}
.insurance-table-sec td.highlight {
    background-color: #ffe6f0;
    text-align: center !important;
}
.insurance-table-sec .check {
    color: green;
    font-size: 18px;
}
.insurance-table-sec .cross {
    color: red;
    font-size: 18px;
}
.insurance-table-sec .header {
    background-color: #e0e0e0;
    text-align: center;
}
.insurance-table-sec img {
    width: 80%;
    margin: auto;
    display: table;
}
.insurance-table-sec td:first-child {
    text-align: left;
}
.plan-sec button.w-btn {
    padding: 10px 30px;
    margin-top: 22px;
    margin-bottom: 10px;
}
.lst-foo ul {
    column-count: 2;
}
/*==========================single-product====================================*/
.product-work .product-page {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
 
}
.product-work .product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.product-work .product-images {
  flex: 1 1 45%;
}
.product-work .main-img {
  width: 70%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.product-work .thumbnail-row {
  display: flex;
  gap: 10px;
}
.product-work .thumbnail-row img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}
.product-work .thumbnail-row img:hover {
  border: 2px solid #222;
}
.product-work .product-details {
  flex: 1 1 40%;
}
.product-work .product-title {
  color: #373737;
  font-size: 63px;
  font-weight: 500;
  line-height: 70px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-work .rating {
  color: #006488;
  margin-bottom: 10px;
  font-weight: 500;
}
.product-work .price {
  margin-bottom: 15px;
  color: #20D1F2;
  font-weight: 700;
  font-size: 63px;
}
.product-work .short-description {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
.product-work .quantity-box {
  margin-bottom: 30px;
  font-size: 19px;
}
.product-work .quantity-box input {
  width: 60px;
  padding: 5px;
  font-size: 18px;
}
.product-work .add-to-cart {
  background: #222;
  color: #FFF !important;
  padding: 12px 25px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  border-radius: 6px !important;
  background: #006488;
  border-color: #006488;
  border-width: 3px;
  padding: 20px 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
.product-work .add-to-cart:hover {
  background: #000;
}
.product-work .categories {
  margin-top: 15px;
  color: #666;
}
.product-work .categories a {
  color: #3498db;
  text-decoration: none;
}
.product-work .tabs {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.product-work .tab-button {
  padding: 10px 20px;
  border: none;
  background: #eee;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.product-work .add-to-cart:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    background: transparent;
    color: #006488;
    border: 2px solid #006488;
}
section.product-work {
    padding: 100px 0;
}
section.product-work .variation-box {
  margin-bottom: 29px;
}
section.product-work .variation-box label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
section.product-work .variation-box select {
  width: 66%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.product-work .add-to-cart a {
    color: #fff;
}
.product-work .add-to-cart:hover a {
    color: #006488;
}
/*==========================Product-page-poppup================================================*/
.popup-box h2 {
    color: #373737!important;
    font-size: 35px!important;
    font-weight: 500!important;
    text-transform: capitalize!important;
    margin-bottom: 26px!important;
    line-height: 1.2!important;
}
 .popup-box {
    max-width: 600px!important;
    padding: 31px 40px!important;
}
 .popup-box button {
    border-radius: 6px !important;
    background: #006488 !important;
    border-color: #006488!important;
    border-width: 3px!important;
    padding: 17px 40px!important;
    color: #FFF!important;
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 30px!important;
    text-transform: capitalize!important;
    transition: all 0.2s linear!important;
    margin-top: 0!important;
}
 .popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
 .popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    animation: fadeIn 0.5s ease-in-out;
}
 .popup-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.popup-box button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 12px 20px;
    margin: 10px 5px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: background 0.3s;
}

 .popup-box button:hover {
    background-color: #0056b3;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
/*============================Cart======================================*/
.cart-woo .checkout-btn a {
    color: #fff;
}
.cart-woo .cart-container {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  padding: 60px 0 80px;
  border-radius: 10px;

}
.cart-woo .cart-title {
  color: #373737;
  font-size: 45px;
  font-weight: 400;
  line-height: 70px;
  text-transform: capitalize;
  margin-bottom: 26px;
  text-align: left;
}
.cart-woo table.cart-table {
  width: 100%;
  border-collapse: collapse;
}
.cart-woo .cart-table th, .cart-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 17px;
  color: #000;
}
.cart-woo .cart-table th {
  background-color: #145c76;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
}
.cart-woo .product-img {
  width: 100px;
  height: 110px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
  object-fit: contain;
}
.cart-woo .product-name {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.cart-woo .qty-input {
  width: 60px;
  padding: 5px;
}
.cart-woo .remove-btn {
  background: #e74c3c;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.cart-woo .remove-btn:hover {
  background: #c0392b;
}
.cart-woo .cart-totals {
  margin-top: 30px;
  text-align: right;
}
.cart-woo .cart-totals h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.cart-woo .checkout-btn {
  border: none;
  margin-top: 10px;
  border-radius: 6px !important;
  background: #006488;
  border-color: #006488;
  border-width: 3px;
  padding: 20px 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
.cart-woo .checkout-btn:hover {
  background-color: #000;
}
.cart-woo .checkout-btn a {
    color: #fff;
}
/*=============================checkout================================*/
.checkout-woo {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
  margin-top: 60px;
}
section.checkout-woo .checkout-container {
  display: flex;
  flex-wrap: wrap;
}
section.checkout-woo .checkout-left {
  flex: 2;
  padding: 40px;
  border-right: 1px solid #e5e5e5;
}
section.checkout-woo .checkout-right {
  flex: 1;
  background: #fafafa;
  padding: 40px;
}
section.checkout-woo .express-checkout {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
section.checkout-woo .btn {
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
section.checkout-woo .shop {
  background: #5a31f4;
  color: #fff;
}
section.checkout-woo .paypal {
  background: #ffc439;
  color: #111;
}
section.checkout-woo .gpay {
  background: #000;
  color: #fff;
}
section.checkout-woo .venmo {
  background: #008cdd;
  color: #fff;
}
section.checkout-woo .or {
  text-align: center;
  color: #999;
  margin: 30px 0 0;
}
section.checkout-woo .checkout-form h3 {
  margin: 15px 0 15px;
  font-size: 21px;
}
section.checkout-woo .checkout-form input,
section.checkout-woo .checkout-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}
section.checkout-woo .checkout-form label {
  font-size: 15px;
  display: block;
  margin-bottom: 0;
}
section.checkout-woo .row {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0;
}
section.checkout-woo .row input,
section.checkout-woo .row select {
  flex: 1;
}

section.checkout-woo .note {
  font-size: 13px;
  color: #666;
}
section.checkout-woo .payment-method {
  margin-top: 10px;
}
section.checkout-woo .other-methods label {
  display: block;
  margin: 10px 0;
}
section.checkout-woo .checkout-right .summary-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
section.checkout-woo .checkout-right .summary-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-fit: contain;
}
section.checkout-woo .checkout-right input[type="text"] {
  width: calc(100% - 90px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
section.checkout-woo .checkout-right .apply {
  padding: 10px 20px;
  background: #ddd;
  color: #333;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
section.checkout-woo .totals {
  margin-top: 20px;
}
section.checkout-woo .totals h3 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
section.checkout-woo .pay {
  width: 100%;
  margin-top: 20px;
  border: none;
  border-radius: 6px !important;
  background: #006488;
  border-color: #006488;
  border-width: 3px;
  padding: 11px 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
section.checkout-woo .terms {
  font-size: 14px;
  color: #888;
  margin-top: 16px;
}
section.checkout-woo input[type="checkbox"] {
    width: unset !important;
    margin-right: 10px;
}
section.checkout-woo input[type="radio"] {
    width: unset;
    margin-right: 10px;
}
section.checkout-woo h2 {
    color: #20D1F2;
    font-weight: 600;
    font-size: 43px;
    line-height: 70px;
    text-transform: capitalize;
    margin-bottom: 13px;
}
/* ===================Order-confirmation===================================== */
 section.order-woo .confirmation-container {
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
}
section.order-woo .confirmation-container h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}
section.order-woo .confirmation-container p {
  font-size: 17px;
  color: #000000;
  margin-bottom: 10px;
}
section.order-woo .order-summary {
  background: #fff6f6;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: left;
}
section.order-woo .order-summary h2 {
  font-size: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

section.order-woo .item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
section.order-woo .item img {
  width: 70px;
  height: 90px;
  border-radius: 6px;
  object-fit: contain;
}
section.order-woo .item-details {
  flex: 1;
}
section.order-woo .item-details p {
  margin: 0;
  font-size: 14px;
}
section.order-woo .total {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}

section.order-woo .btn {
  margin-top: 30px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px !important;
  background: #006488;
  border-color: #006488;
  border-width: 3px;
  padding: 20px 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
section.checkout-woo .pay a {
    color: #fff;
}
section.order-woo {
    padding: 100px 0;
}
section.order-woo .item-details p {
    font-size: 17px;
    color: #000;
}
section.order-woo .btn:hover {
    color: #fff;
}
.coverage-sec .d-flex {
    margin: 0 auto;
    display: table;
    justify-content: center;
}
.coverage-sec p {
    text-align: center;
}

/* Timer for deals page */
.countdown-digital {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 5px;
  }

  .digit-box {
    background: #0e6c7f;
    color: #ffffff;
    padding: 12px 25px;
    margin: 0 3px;
    font-family: "Digital-7 Mono", monospace;
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(129, 216, 234, 0.9);
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease;
  }

  .digit-box:hover {
    transform: scale(1.05);
  }

  .digit-box small {
    font-size: 0.7rem;
    color: #c4f4ff;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .colon {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0e6c7f;
    margin-bottom: -10px;
    text-shadow: 0 0 10px rgba(129, 216, 234, 0.8);
  }
  
 
 .toggle-image {
  position: relative;
  animation: toggleMove 3s ease-in-out infinite;
}

@keyframes toggleMove {
 0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-10px) rotate(-1deg) scale(1.02);
  }
  50% {
    transform: translateY(-5px) rotate(1deg) scale(1.01);
  }
  75% {
    transform: translateY(-10px) rotate(-1deg) scale(1.02);
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
/* Overlay background */
.popup {
  display: none; 
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  padding-bottom: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* Image inside popup */
.popup-content {
  margin: auto;
  display: block;
  max-width: 450px;   /* 👈 limit the max width */
  /*max-height: 80vh;  */
  border-radius: 10px;
  object-fit: contain; /* ensures image keeps ratio */
    animation: fadeIn 0.3s ease;
}

/* Close button */
.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Smooth fade-in */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.social-icons {
  display: flex;
  gap: 35px;
    margin-top:10px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #20d1f2; /* or use brand colors for each platform */
}