.pocontainer{
    width: 100%;
    max-width: 1274px;
    margin: 0 auto;
}
.po__header--logo {
    text-align: center;
}

section.hero__header {
    padding: 70px 0 87px 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.po__support {
    padding: 95px 0 150px 0;
}
.po__loginbutton {
    padding: 21px 40px;
    border-radius: 110px;
    border: none;
    background: linear-gradient(90deg, #67CFE5 25%, #95BC66 80%);
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: fit-content;
    text-transform: uppercase;
}
.po__loginbutton:hover {
    background: linear-gradient(270deg, #67CFE5 25%, #95BC66 80%);
}
.po__loginbutton span {
    height: 14px;
    width: 14px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 100%;
}

.form-group label{
    position: relative;
}

.po__check--forgot label, .po__check--forgot a {
    font-size: 14px;
}
.po__check--forgot label {
    padding-left: 20px;
    color: #000000;
}
.po__check--forgot label:before {
    content: '';
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    /* border: 1px solid #0079bf; */
    background: linear-gradient(180deg, #67CFE5 25%, #95BC66 80%);
    margin-right: 10px;
    
}
.form-group input:checked + label::before{
    border: 1px solid transparent;
}
.po__check--forgot input#remember {
    position: absolute;
    left: 0;
    margin: 0;
    top: 30%;
    width: 15px;
    height: 14px;
    z-index: 9999;
    opacity: 0;
}
.form-check input#remember:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.po__check--forgot a {
    color: #0079bf;
}

.po__support--data h1 {
    font-size: 40px;
    font-weight: bold;
}
.po__support--data p {
    font-size: 18px;
    font-weight: 500;
}

.po__support--data {
    max-width: 955px;
    margin: 0 auto;
}
.po__data--details h2 {
    font-size: 40px;
    font-weight: bold;
}
.po__data--details {
    padding-right: 150px;
}
.row.flex-lg-row-reverse .po__data--details {
    padding-right: 0px;
    padding-left: 150px;
}
.po__data--image .leftborder--image {
    left: -12px;
    bottom: -12px;
}
.po__data--image .rightborder--image {
    right: -12px;
    top: -12px;
}
.po__data--inner .row{
    padding: 0 12px;
}
.po__data--inner .row+.row {
    margin-top: 150px;
}
.app--data a {
    display: inline-block;
}

.app--data a+a {
    margin-left: 35px;
}
footer.po__footer {
    margin: 150px 0 48px 0;
}
.po__social--icon {
    text-align: center;
}
.po__social--icon {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 48px;
}
.po__social--icon a {
    max-height: 26px;
    width: auto;
}

.po__social--icon a img {
    width: auto;
    height: 100%;
    display: block;
}

.po__inner--image{
    /* border-radius: 33px;  */
    border-radius: 26px; 
    height: 316px;
    object-fit: cover;
}
/* .po__social--icon a+a {
    margin-left: 45px;
} */
.po__footer p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.25px;
}

.fogot__password a:hover {
    color: #95bc66 !important;
}
@media(max-width: 1274px){
    .pocontainer{
        padding:0 15px;
    }
    .po__data--details {
        padding-right: 50px;
    }
    .row.flex-lg-row-reverse .po__data--details {
        padding-right: 0px;
        padding-left: 50px;
    }
}
@media(max-width: 994px){
section.po__support {
    padding: 100px 0 100px 0;
}
.po__support--data h1,
.po__data--details h2 {
    font-size: 30px;
}
.po__data--details {
    padding: 00px;
}
.po__data--inner .row+.row {
    margin-top: 50px;
}
footer.po__footer {
    margin: 50px 0 50px 0;
}
.app--data {
    display: flex;
    gap: 10px;
}
.app--data a {
    display: inline-block;
    flex: auto;
}
.app--data img {
    width: 100%;
}
.row.flex-lg-row-reverse .po__data--details {
    padding-left: 00px;
}
.fogot__password a:hover {
    color: #95bc66 !important;
}

}

#social_icon_pop {
    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;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
#social_icon_pop.active {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
.popup-content-main {
    background: linear-gradient(135deg,  rgba(103,207,229,1) 0%,rgba(100,194,160,1) 50%,rgba(92,165,4,1) 100%);
    border-radius: 6px;
    padding: 2.4% 3%;
    max-width: 700px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    transform: scale(0.95);
    transition: transform 0.4s ease;
}
#social_icon_pop.active .popup-content-main {
    transform: scale(1);
}
.popup-content-main img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 5px 0;
}
#social_icon_pop .close-popup:hover {
    text-decoration: none;
}
#social_icon_pop .close-popup {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}
  /* #social_icon_pop .popup-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  } */

.po__header--logo {
    max-width: 160px;
    margin: 0 auto;
}
a.po__loginbutton:hover {
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .po__social--icon {
        gap: 15px 20px;
    }

    .po__social--icon a {
        max-height: 21px;
    }
    .po__footer p {
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
    .po__social--icon {
        gap: 15px 15px;
    }
}

@media screen and (max-width: 575px) {
    section.hero__header {
        background-image: url('../../img/home-page/hearbgmobile.png') !important;
    }
    .popup-content-main img {
        max-width: 200px;
        height: auto;
        /* margin: 0px 0; */
    }
    .social_pop_up_modal_inner {
        padding: 10px;
    }
    .po__data--image .leftborder--image,
    .po__data--image .rightborder--image {
        width: 128px;
    }
    .po__data--image .rightborder--image {
        right: -7px;
        top: -8px;
    }
    .po__data--image .leftborder--image {
        left: -7px;
        bottom: -8px;
    }
    .po__inner--image {
        border-radius: 19px;
        height: 225px;
    }
}