:root {
    --tlc-primary-color: #009C8C;
  }

.right-border{
    border-right: 5px solid #009C8C;
    height: fit-content;
    border-radius: 4px;
}
.left-border{
    border-left: 5px solid #009C8C;
    height: fit-content;
    border-radius: 4px;
}

.ecosystemCard{
    max-width: 440px;
    
}

.ecosystemCard .card{
    border-radius: 30px;
    border: none;
    box-shadow: 0px 0px 20px 4px rgba(188, 228, 217, 0.7);
}

.ecosystemCard .card-body{
    border-radius: 30px;
    border: none;
}

.ecosystemLabel-right{
    padding-left: 30%;
}
.ecosystemLabel-left{
    padding-right: 30%;
}

.ecosystemP{
    font-size: 14px;
}
.ecosystemCard .ecosystemlockimg{
    width: 100%;
    border: 5px solid #89D4C0;
    border-radius: 28px;
}

@media (max-width:991px){
    .ecosystemLabel-right, .ecosystemLabel-left{
        padding:0 !important;
        /* padding-left: 0% !important;
        padding-right: 0% !important; */
    }
    .ecosystemCard .ecosystemlockimg{
        width: 100%;
        border: 4px solid #89D4C0;
        border-radius: 50px;
    }
}

@media (min-width: 992px) and (max-width:1220px) {
    /* styles for browsers larger than 960px; */
    .imgchoosefromiot{
        width:80% !important;
    }
    .ecosystemLabel-right, .ecosystemLabel-left{
        font-size:16px !important;
    }
    .ecosystemLabel-right{
        padding-left: 15% !important;
    }
    .ecosystemLabel-left{
        padding-right: 15% !important;
    }
    .cQUAzr {
        font-size:37px !important
    }
    .bmfsdy {
        height:1em !important
    }
}

.expicon{
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("/assets/images/misc/collapse.png");
}

.expicon:active{
    border:0;
}

.expicon.collapsed{
    background-image: url("/assets/images/misc/expand.png");
} 

.faqHeader{
    font-weight: 500;
}

@media (max-width:991px) {
    .faqHeader{
        font-size: 24px;
    }
}

.faqHeader.collapsed{
    font-weight: normal;
}

.collapse, .collapsing{
    padding: 0 0.75rem;
}

.greenUnderline{
    border: 2px solid #009C8C;
    width: 30%;
    display: block;
    margin: auto;
    border-radius: 50px;
}

#accordion .greenUnderline{
    border-width: 1px;
    width: 85%;
}

.withoutIkin .dislike, .withIkin .like{
    width: 23px;
}

.withoutIkin .dislike{
    transform: scaleY(-1);
}

.list{
    margin: 50px 0;
    list-style: none;
    padding: 0 51px;
}

.withIkin .list li, .withoutIkin .list li {
    padding:0.15em 0 0.5em 2.5em;
    margin-bottom:0.2em;
    font-weight:bold;
    list-style:none;
    background-repeat:no-repeat;
    background-size: 20px;
    background-position: left center;

}

.withIkin .list li {
    background-image: url('/assets/images/icons/check_greenBg.svg');
}
.withoutIkin .list li {
    background-image: url('/assets/images/icons/cross_redBg.svg');
}

.iconBox{
    border-radius: 30px;
    border: 2px solid #009C8C;
    padding: 30px;
    /* padding-left: 70px; */
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 40px;
    /* width: 220px; */
    width: 296px;
    height: 156px;
}

@media (max-width:991px){
    .iconBox{
        /* padding-left: 95px; */
        padding: 30px 60px;
        background-size: 65px;
        width: 308px;
        height:264px;
    }
    .iconBox .h6textcls{
        font-weight: 600 !important;
        font-size: 30px !important;
        line-height: 45px !important;
    }

    .ecosystemP {
        font-size: 20px;
        /* line-height: 15px; */
    }
    h2 {
        font-size: 30px;
    }
    .aih2{
        font-size: 30px !important; 
    }
    .aih3{
        font-size: 27px !important;  
    }
    .aiicoimg{
        width: 60% !important;
        /* margin-top: 2rem !important;  */
    }
    .smlbh2{
        font-size: 46px !important;
        font-weight: 500 !important;
        /* line-height: 28.8px !important; */
    }
    
}

.truck{
    background-image: url("/assets/images/home/icon/truck-black.svg");
}

.smilie{
    background-image: url("/assets/images/home/icon/smilie-black.svg");
}

.wheel{
    background-image: url("/assets/images/home/icon/wheel-black.svg");
}

.accessControlImg{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.accessControltext{
    /* max-width: 425px; */
}

.carousel-inner{
    width:100%;
    margin:auto;
}

.carousel-control-next, .carousel-control-prev{
    color:unset!important;
    opacity: 1;
}

.prev-solution-icon{
    background-image: url("/assets/images/misc/left-green_light.svg");
    background-position: top;
    background-size: contain;
    opacity: 1;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.next-solution-icon{
    background-image: url("/assets/images/misc/right-green-light.svg");
    background-position: top;
    background-size: contain;
    opacity: 1;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.slide-prev{
    background-image: url("/assets/images/misc/left-black.png");
    background-position: center;
    background-size: contain;
    opacity: 1;
    width: 60px;
    height: 60px;
}

.slide-next{
    background-image: url("/assets/images/misc/left-black.png");
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    background-size: contain;
    opacity: 1;
    width: 60px;
    height: 60px;
}

.testimonal-header{
    width: 75%;
}
.testimonal-footer{
    width: 50%;
}

.testimonalImg{
    border-radius: 30px;
}

.close{
    border: 0;
    background: transparent;
}

@media( min-width:992px){
    .desktop-banner{
        height: calc(100vh - 78px);
    }
}


@media (max-width:991px) {
    .accessControltext{
        max-width: 100%;
    }

    .accessControlImg{
        /* height:250px; */
    }
    .testimonal-header,.testimonal-footer{
        width: 100%;
    }
}

.accessControlImg.key-management{
    background-image: url("/assets/images/home/access-control/whyIkinSmartLock/skmlite.svg");
}

.accessControlImg.audit-trail{
    background-image: url("/assets/images/home/access-control/audit-trial-black.svg");
}
.accessControlImg.access-management{
    background-image: url("/assets/images/home/access-control/access-management-black.svg");
}
.accessControlImg.encryption{
    background-image: url("/assets/images/home/access-control/encryption-black.svg");
}
.accessControlImg.remote-monitoring{
    background-image: url("/assets/images/home/access-control/remote-monitoring-black.svg");
}

.nav-tabs a{
    text-decoration: none;
    font-size: 1.25rem;
}

.activeunderline{
    padding: 5px 25px;
    cursor: pointer;
    width: calc(100% / 3);
}

.activeunderline.active{
    border-bottom: 2px solid #009C8C;
}
.activeunderline:not(.active){

    border-bottom: 2px solid #89D4C0;
    /* opacity: 50%; */
}
.activeunderline:not(.active) .text-green{
    opacity: 50%;
}

.hoverBox, .mobHoverBox, .hoverBoxShipper, .hoverBoxManufactures{
    background-color: #ffffff;
    /* min-height: 85px; */
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.hoverBox p,.hoverBoxShipper p,.hoverBoxManufactures p{
    font-size: .85rem;
}

.hoverBox.hovered, .hoverBoxShipper.hovered, .hoverBoxManufactures.hovered{
    box-shadow: 0px 0px 10px 2px #C9F2E7;
}

.mobHoverBox{
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 4px #c9f2e7;
}

.readmore{
    text-decoration: none;
}
.readmore:hover{
    text-decoration: underline;
}

#ai-solutionCarousel .carousel-inner{
    width: 95%;
    padding: 15px;
}

#ai-solutionCarousel .carousel-control-next, #ai-solutionCarousel .carousel-control-prev{
    bottom: unset!important;
}

#ai-solutionCarousel .carousel-control-prev{
    left:15%
}

#ai-solutionCarousel .carousel-control-next{
    right:15%
}

#ai-solutionCarousel img{
    width: 100%;
    margin-left: auto;
    display: block;
}

/*************************
    PILL section START 
*************************/

.pill-section{
    width: calc(100% + 20px);
    margin-left: -10px;
}

.pill-section .element-row{
    width: 100%;
    display: flex;
    column-gap: 20px;
}

.pill-section .element-container{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.pill-section .element-populated{
    border-style: solid;
    border-color: #009C8C;
    border-width: 2px;
    border-radius: 15px 15px 15px 15px;
    height: 100%;
    box-shadow: 0 0 6px 1px rgba(201, 242, 231, 1);
}

.pill-section .element-populated-empty{
    border-style: solid;
    border-color: rgba(128, 205, 197, 1);
    border-width: 2px;
    border-radius: 15px 15px 15px 15px;
    height: 100%;
}

.element-row .element-column:first-child .element-populated{
    border-radius: 0px 15px 15px 0px;
    border-width: 2px 2px 2px 0px;
}
.element-row .element-column:first-child .element-populated-empty{
    border-radius: 0px 15px 15px 0px;
    border-width: 2px 2px 2px 0px;
}

.element-row .element-column:last-child .element-populated{

    border-radius: 15px 0px 0px 15px;
    border-width: 2px 0px 2px 2px;
}
.element-row .element-column:last-child .element-populated-empty{

    border-radius: 15px 0px 0px 15px;
    border-width: 2px 0px 2px 2px;
}

.element-row .element-column{
    padding: 10px 0px 10px 0px;
}

.element-column-wrap{
    width: 100%;
    position: relative;
    display: flex;
}
.element-widget-wrap{
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.pill-section .elemenent-column{
    position: relative;
    min-height: 1px;
    display: flex;
}

.element-pill{
    width: 100%;
}

.element-widget-container{
    padding: 10px;
}


.element-spacer .element-spacer-inner{
    height:20px;
}

/* @media (max-width:767px) {
    .pill-section{
        display: none;
    }
} */

@media (min-width:992px) {
    .pill-section .element-column.element-col-16{
        width: 20.285%;
    }

    .pill-section .element-column.element-col-14{
        width: 19.666%;
    }

    .pill-section .element-column.element-col-10{
        width: 5.5%;
    }
    
}

@media (max-width:991px) {
    .pill-section .element-column.element-col-16{
        width: 22.666%;
    }

    .pill-section .element-column.element-col-14{
        width: 14.285%;
    }
    .pill-section .element-column.element-col-35{
        width: 35%;
    }
    .pill-section .element-column.element-col-325{
        width: 32.5%;
    }
    .pill-section .element-column.element-col-15{
        width: 15%;
    }

    /* .pill-section .element-column.element-col-10{
        width: 10.5%;
    } */
}

/* PILL section END */



/**********************************
********DARK THEME START***********
**********************************/
.dark-theme .iconBox.truck{
    background-image: url("/assets/images/home/icon/truck-white.svg");
}

.dark-theme .iconBox.smilie{
    background-image: url("/assets/images/home/icon/smilie-white.svg");
}

.dark-theme .iconBox.wheel{
    background-image: url("/assets/images/home/icon/wheel-white.svg");
}

.dark-theme .accessControlImg.key-management{
    background-image: url("/assets/images/home/access-control/key-management-white.svg");
}

.dark-theme .accessControlImg.audit-trail{
    background-image: url("/assets/images/home/access-control/audit-trial-white.svg");
}
.dark-theme .accessControlImg.access-management{
    background-image: url("/assets/images/home/access-control/access-management-white.svg");
}
.dark-theme .accessControlImg.encryption{
    background-image: url("/assets/images/home/access-control/encryption-white.svg");
}
.dark-theme .accessControlImg.remote-monitoring{
    background-image: url("/assets/images/home/access-control/remote-monitoring-white.svg");
}

.dark-theme .slide-prev, .dark-theme .slide-next{
    background-image: url("/assets/images/misc/left-white.png");
}


.dark-theme .hoverBox, .dark-theme .hoverBoxShipper, .dark-theme .hoverBoxManufactures{
    background-color: #111111;
}

/**********************************
***********DARK THEME END**********
**********************************/
    .fBLlsQ {
        display:block;
        /* background-color: var(--tlc-primary-color);
        background-image: var(--tlc-primary-gradient);
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent; 
        -moz-text-fill-color: transparent; */
    }
    .fBLlsQMob {
        display:block;
    }
    .bmfsdy {
        display: inline-block;
        height: 1.5em;
        overflow: hidden;
        font-size: 3em !important;
        font-weight: 600 !important;
        color: var(--tlc-primary-color) !important;
        /* margin-top: -1rem; */
        width:100% !important;
    }
    .bmfsdyMob {
        display: inline-block;
        height: 1.75em;
        overflow: hidden;
        font-size: 2em !important;
        font-weight: 600 !important;
        color: var(--tlc-primary-color) !important;
        /* margin-top: -1rem; */
        width:100% !important;
    }
    .iRFMvu{
        display:inline-block;
        white-space:pre-wrap;
        padding-bottom:10px;
        -webkit-animation:ePLcgq cubic-bezier(0.76,0,0.24,1) forwards;
        animation:ePLcgq cubic-bezier(0.76,0,0.24,1) forwards;
        -webkit-animation-iteration-count:1;
        animation-iteration-count:1;
        -webkit-animation-duration:1300ms;
        animation-duration:1300ms;
    }
    .iRFMvuMob{
        display:inline-block;
        white-space:pre-wrap;
        padding-bottom:10px;
        -webkit-animation:ePLcgq cubic-bezier(0.76,0,0.24,1) forwards;
        animation:ePLcgq cubic-bezier(0.76,0,0.24,1) forwards;
        -webkit-animation-iteration-count:1;
        animation-iteration-count:1;
        -webkit-animation-duration:1300ms;
        animation-duration:1300ms;
    }
    .cQUAzr{display:inline-block;font-size:inherit;line-height:inherit;height:100%; width:100% !important;}
    .cQUAzr .letter-sc:nth-child(0){-webkit-animation-delay:0ms;animation-delay:0ms;}
    .cQUAzr .letter-sc:nth-child(1){-webkit-animation-delay:15ms;animation-delay:15ms;}
    .cQUAzr .letter-sc:nth-child(2){-webkit-animation-delay:30ms;animation-delay:30ms;}
    .cQUAzr .letter-sc:nth-child(3){-webkit-animation-delay:45ms;animation-delay:45ms;}
    .cQUAzr .letter-sc:nth-child(4){-webkit-animation-delay:60ms;animation-delay:60ms;}
    .cQUAzr .letter-sc:nth-child(5){-webkit-animation-delay:75ms;animation-delay:75ms;}
    .cQUAzr .letter-sc:nth-child(6){-webkit-animation-delay:90ms;animation-delay:90ms;}
    .cQUAzr .letter-sc:nth-child(7){-webkit-animation-delay:105ms;animation-delay:105ms;}
    .cQUAzr .letter-sc:nth-child(8){-webkit-animation-delay:120ms;animation-delay:120ms;}
    .cQUAzr .letter-sc:nth-child(9){-webkit-animation-delay:135ms;animation-delay:135ms;}
    .cQUAzr .letter-sc:nth-child(10){-webkit-animation-delay:150ms;animation-delay:150ms;}
    .cQUAzr .letter-sc:nth-child(11){-webkit-animation-delay:165ms;animation-delay:165ms;}
    .cQUAzr .letter-sc:nth-child(12){-webkit-animation-delay:180ms;animation-delay:180ms;}
    .cQUAzr .letter-sc:nth-child(13){-webkit-animation-delay:195ms;animation-delay:195ms;}
    .cQUAzr .letter-sc:nth-child(14){-webkit-animation-delay:210ms;animation-delay:210ms;}
    .cQUAzr .letter-sc:nth-child(15){-webkit-animation-delay:225ms;animation-delay:225ms;}
    .cQUAzr .letter-sc:nth-child(16){-webkit-animation-delay:240ms;animation-delay:240ms;}
    .cQUAzr .letter-sc:nth-child(17){-webkit-animation-delay:255ms;animation-delay:255ms;}
    .cQUAzr .letter-sc:nth-child(18){-webkit-animation-delay:270ms;animation-delay:270ms;}
    .cQUAzr .letter-sc:nth-child(19){-webkit-animation-delay:285ms;animation-delay:285ms;}
    .cQUAzr .letter-sc:nth-child(20){-webkit-animation-delay:300ms;animation-delay:300ms;}
    .cQUAzr .letter-sc:nth-child(21){-webkit-animation-delay:315ms;animation-delay:315ms;}
    .cQUAzr .letter-sc:nth-child(22){-webkit-animation-delay:330ms;animation-delay:330ms;}
    .cQUAzr .letter-sc:nth-child(23){-webkit-animation-delay:345ms;animation-delay:345ms;}
    .cQUAzr .letter-sc:nth-child(24){-webkit-animation-delay:360ms;animation-delay:360ms;}
    .cQUAzr .letter-sc:nth-child(25){-webkit-animation-delay:375ms;animation-delay:375ms;}
    .cQUAzr .letter-sc:nth-child(26){-webkit-animation-delay:390ms;animation-delay:390ms;}
    .cQUAzr .letter-sc:nth-child(27){-webkit-animation-delay:405ms;animation-delay:405ms;}
    .cQUAzr .letter-sc:nth-child(28){-webkit-animation-delay:420ms;animation-delay:420ms;}
    .cQUAzr .letter-sc:nth-child(29){-webkit-animation-delay:435ms;animation-delay:435ms;}

    .cQUAzrMob{display:inline-block;font-size:inherit;line-height:inherit;height:100%; width:100% !important;}
    .cQUAzrMob .letter-sc:nth-child(0){-webkit-animation-delay:0ms;animation-delay:0ms;}
    .cQUAzrMob .letter-sc:nth-child(1){-webkit-animation-delay:15ms;animation-delay:15ms;}
    .cQUAzrMob .letter-sc:nth-child(2){-webkit-animation-delay:30ms;animation-delay:30ms;}
    .cQUAzrMob .letter-sc:nth-child(3){-webkit-animation-delay:45ms;animation-delay:45ms;}
    .cQUAzrMob .letter-sc:nth-child(4){-webkit-animation-delay:60ms;animation-delay:60ms;}
    .cQUAzrMob .letter-sc:nth-child(5){-webkit-animation-delay:75ms;animation-delay:75ms;}
    .cQUAzrMob .letter-sc:nth-child(6){-webkit-animation-delay:90ms;animation-delay:90ms;}
    .cQUAzrMob .letter-sc:nth-child(7){-webkit-animation-delay:105ms;animation-delay:105ms;}
    .cQUAzrMob .letter-sc:nth-child(8){-webkit-animation-delay:120ms;animation-delay:120ms;}
    .cQUAzrMob .letter-sc:nth-child(9){-webkit-animation-delay:135ms;animation-delay:135ms;}
    .cQUAzrMob .letter-sc:nth-child(10){-webkit-animation-delay:150ms;animation-delay:150ms;}
    .cQUAzrMob .letter-sc:nth-child(11){-webkit-animation-delay:165ms;animation-delay:165ms;}
    .cQUAzrMob .letter-sc:nth-child(12){-webkit-animation-delay:180ms;animation-delay:180ms;}
    .cQUAzrMob .letter-sc:nth-child(13){-webkit-animation-delay:195ms;animation-delay:195ms;}
    .cQUAzrMob .letter-sc:nth-child(14){-webkit-animation-delay:210ms;animation-delay:210ms;}
    .cQUAzrMob .letter-sc:nth-child(15){-webkit-animation-delay:225ms;animation-delay:225ms;}
    .cQUAzrMob .letter-sc:nth-child(16){-webkit-animation-delay:240ms;animation-delay:240ms;}
    .cQUAzrMob .letter-sc:nth-child(17){-webkit-animation-delay:255ms;animation-delay:255ms;}
    .cQUAzrMob .letter-sc:nth-child(18){-webkit-animation-delay:270ms;animation-delay:270ms;}
    .cQUAzrMob .letter-sc:nth-child(19){-webkit-animation-delay:285ms;animation-delay:285ms;}
    .cQUAzrMob .letter-sc:nth-child(20){-webkit-animation-delay:300ms;animation-delay:300ms;}
    .cQUAzrMob .letter-sc:nth-child(21){-webkit-animation-delay:315ms;animation-delay:315ms;}
    .cQUAzrMob .letter-sc:nth-child(22){-webkit-animation-delay:330ms;animation-delay:330ms;}
    .cQUAzrMob .letter-sc:nth-child(23){-webkit-animation-delay:345ms;animation-delay:345ms;}
    .cQUAzrMob .letter-sc:nth-child(24){-webkit-animation-delay:360ms;animation-delay:360ms;}
    .cQUAzrMob .letter-sc:nth-child(25){-webkit-animation-delay:375ms;animation-delay:375ms;}
    .cQUAzrMob .letter-sc:nth-child(26){-webkit-animation-delay:390ms;animation-delay:390ms;}
    .cQUAzrMob .letter-sc:nth-child(27){-webkit-animation-delay:405ms;animation-delay:405ms;}
    .cQUAzrMob .letter-sc:nth-child(28){-webkit-animation-delay:420ms;animation-delay:420ms;}
    .cQUAzrMob .letter-sc:nth-child(29){-webkit-animation-delay:435ms;animation-delay:435ms;}
    @keyframes ePLcgq{0%{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);}100%{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);}}
    

    .iconBox .h6textcls{
        font-weight: 600;
        font-size: 24px;
        line-height: 30px
    }

    .faq-toggle-content {
        display: none;
      }
      .showmore {
        color: #088679;
        border: none;
    background: white;
      }

      .footer-links {
        /* font-size: 40px; */
        font-size: .75rem;
        cursor: pointer;
    }
    .footer-end {
        height: 30vh;
        /* height: 48vh; */
        /* bottom: 0;
        left: 0;
        right: 0; */
    }

    .footerText {
        font-size: .75rem;
    }

    .certificates {
        width: 50px;
    }

    .certificateList .col {
        max-width: fit-content;
    }
    .link-follow {
        margin-top: 10px!important;
    }
    .link-follow a {
        color: #5d5d5d !important;
        font-size: 22px !important;
        background-color: transparent !important;
    }

    .antitheftItems {
        margin: 0 10%;
      }

      .h12rem {
        height: 12rem;
      }
      .h12rem p {
        /* line-height: normal; */
        line-height: 1.5;
        font-size: small;
      }
      .link-follow {
        margin-top: 10px!important;
    }

      @media (max-width: 992px){
.iso {
    width: 90px;
}
.link-follow {
    justify-content: center;
    display: flex;
}
.footer-links {
    font-size: 40px;
    /* font-size: .75rem; */
    /* cursor: pointer; */
}
      }




      .bg-green{
        background-color: #088679!important;
    }
    .text-white{
        color:#fff !important;
    }
    .form-floating .form-control{
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #ced4da;
    }

    .primaryButton, .primaryButtonRound{
        background-color: #088679;
        color: #ffffff;
        margin-bottom: 5px;
    }
    .primaryButton:hover{
        color:#fff!important;
    }
    
    .primaryButtonRound,.secondaryButtonRound{
        border-radius: 50px;
        white-space: nowrap;
    }

    .primaryButton, .secondaryButton{
        border: none;
        display: block;
        height: 35px;
        width: 150px;
        font-size: 14px;
    }
    .primaryButton{
        margin-bottom: 0;
    }

    .g-recaptcha {
        display: inline-block;
      }
      .pt2rem {
        padding-top: 2rem !important;
      }

      .successBorder{
        width: fit-content;
        height: fit-content;
        border-radius: 50%;
        border: 2px solid #088679;
        display: block;
        margin: auto;
    }
    
    .successBorder .material-symbols-outlined{
        font-size: 70px;
        color: #088679;
    }
    .material-symbols-outlined {
        font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
      }
      .border-left{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .border-right{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .pypoint3rem{
        padding: .3rem 1.5rem;
        font-weight: bold;
    }
      