/*
========================
Header area start
========================
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}





/*--- popup-area start ---*/
.newpopup-area {
    padding: 0px 15px;
}

.newpopup-part {
    /* width:  700px; */
    background: rgb(66, 228, 254);
    background: linear-gradient(305deg, rgba(128, 250, 153, 1) 0%, rgba(66, 228, 254, 1) 90%);
    border-radius: 35px;
    /* border: 2px solid #e8a348; */
    display: block;
    margin: 20px auto;
    padding: 15px;
}

.newpopup-top {
    padding: 0 67px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 35px;
}

.newpopup-top1 {
    /* padding: 0 67px; */
    border-bottom: 2px solid #ffffff;
    margin-bottom: 35px;
}

.newpopup-top3 {
    padding: 0 67px;
    /* border-bottom: 2px solid #ffffff;  */
    margin-bottom: 35px;
}

.newpopup-top2 {
    /* padding: 0 67px; */
    border-top: 2px solid #ffffff;
    padding-top: 5px;

}

.newpopup-top p {
    color: #068282;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 11px;
    line-height: 27px;
}

.newpopup-top h3 {
    color: #000000;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding-top: 23px;
    font-weight: 800;
    padding-bottom: 10px;
}




.newpopup-inner1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.newpopup-inner1-left {
    width: 40%;
}

.newpopup-inner1-left p {
    color: #000000;
    font-size: 18px;
    text-align: right;
    padding-right: 41px;
    margin: 0;
}

.newpopup-inner1-right {
    width: 44%;
    position: relative;
    /* Validation message positioning */
}

.newpopup-inner1-right input[type="text"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 307px;
    color: #000000;
}


.newpopup-inner1-right input[type="number"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 307px;
    color: #000000;
}

.newpopup-inner1-right input[type="password"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 307px;
    color: #000000;
}

.newpopup-inner1-right select {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 307px;
    color: #000000;
}


.newpopup-inner1-right a {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 22px;
    background-color: #709ed6;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;

}

.newpopup-inner1-right a:hover {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.newpopup-inner2-right {
    width: 60%;
}


.newpopup-inner2-right input[type="text"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 180px;
    color: #000000;
}


.newpopup-inner2-right input[type="number"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 180px;
    color: #000000;
}




.newpopup-inner2-right input[type="password"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 180px;
    color: #000000;
}

.newpopup-inner3-right {
    width: 60%;
}

.newpopup-inner3-right {
    display: flex;
}


.newpopup-inner3-right1 {
    width: 25%;
}

.newpopup-inner3-right1 input[type="text"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    color: #000000;
    width: 100px;
    text-align: center;
}

.newpopup-inner3-right2 {
    width: 25%;
}

.choose::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: #1CB6E0;
    border: none;
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 50px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 15pt;
}

.newpopup-inner3-right2 input[type="text"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    color: #000000;
    width: 100px;
    text-align: center;
}


.newpopup-inner3-right3 {
    width: 60%;
}

.newpopup-inner3-right3 input[type="text"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    color: #000000;
    width: 107px;
    text-align: center;
}

.address-part h2 {
    color: #068282;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 20px;
    padding-left: 55px;
}

.down-newpopup-inner1 {
    display: flex;
    align-items: center;
}

/* .down-newpopup-inner1-left {
    width: 50%;
} */

.down-newpopup-inner1-left {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    background-image: url(img/btn-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 128px;
    /* padding: 13px 15px; */
}

.down-newpopup-inner1-right {
    width: 50%;
}

.down-newpopup-inner2-right {
    padding-left: 15px;
}


.down-newpopup-inner2-right button {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    background-image: url(img/btn-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    /* padding: 18px 33px; */
    text-align: center;
}

.down-newpopup-inner1 {
    padding-top: 15px;
}

.item2 {
    display: none;
}


/* =================================custom */

/* custom radio */

/* .customRadio input[type="radio"] {
    position: absolute;
    left: -9999px;
    width: 16px;
    height: 16px;

  } */


.radio-item {
    /* display: inline-block; */
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #fdb662;
    background-color: transparent;
}

.radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 9px;
    left: 9px;
    content: " ";
    display: block;
    background: #fdb662;
}

/* .customRadio input[type="radio"]+label {
    position: relative;
    padding: 3px 0 0 40px;
    color: black;
    cursor: pointer;
  }
  
  .customRadio input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #ffb871;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  } */

/* .customRadio input[type="radio"]+label:after {
    content: '';
    background: #ffb871;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear;
  } */

.active_flashpay {
    background: #f79534 !important;
}

/* .customRadio input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  } */
input[type=date] {
    height: 47px;
    margin: 0 auto;
    width: 100%;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: lighten(#2f2f2f, 40%);
    background: #8bffff;
    border: 1px solid #e7fefb;
    outline: none;
    border-radius: 25px;
    padding: 0 4px;
    color: rgb(2, 2, 2);


}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {

    .newpopup-part {
        width: initial;
        border-radius: 20px;
        /* border: 2px solid #e8a348; */
        display: block;
        margin: 0px auto;
        padding: 15px;
    }

    .newpopup-top {
        padding: 0 0px;
        margin-bottom: 20px;
    }

    .item2 {
        display: block;
    }


    .item1 {
        display: none;
    }

    .newpopup-top p {
        font-size: 13px;
        padding-bottom: 11px;
        line-height: 21px;
        text-align: center;
    }

    .newpopup-top h3 {
        font-size: 24px;
        text-align: center;
        margin: 0;
        padding-top: 10px;
        font-weight: 800;
        padding-bottom: 9px;
        line-height: 30px;
    }

    .newpopup-inner1 {
        display: block;
        align-items: initial;
        margin-bottom: 15px;
    }

    .newpopup-inner1-left {
        width: 100%;
    }

    .newpopup-inner1-left p {
        font-size: 17px;
        text-align: left;
        padding-right: 0;
        margin: 0;
        padding-bottom: 5px;
    }

    .newpopup-inner1-right {
        width: 100%;
    }

    /* .newpopup-inner1-right input[type="text"] {
    font-size: 18px;
    padding: 7px 14px;
    outline: none;
    border-radius: 30px;
    width: 90%;
    color: #000000;
    display: block;
} */

    .newpopup-inner2-right {
        width: 100%;
    }

    .newpopup-inner2-right input[type="text"] {
        font-size: 18px;
        padding: 7px 14px;
        outline: none;
        border-radius: 30px;
        width: 90%;
        color: #000000;
    }

    .down-newpopup-inner1 {
        display: block;
        text-align: center;
    }

    .down-newpopup-inner1-left {
        width: 100%;
    }

    .down-newpopup-inner2-right {
        padding-left: 0px;
        margin-top: 8px;
    }

    .newpopup-inner3-right {
        width: 100%;
    }


    .newpopup-inner3-right1 input[type="text"] {
        font-size: 18px;
        padding: 7px 11px;
        outline: none;
        border-radius: 30px;
        color: #000000;
        width: 75px;
        text-align: center;
    }

    .newpopup-inner3-right2 input[type="text"] {
        font-size: 18px;
        padding: 7px 13px;
        outline: none;
        border-radius: 30px;
        color: #000000;
        width: 75px;
        text-align: center;
    }

    .newpopup-inner3-right3 input[type="text"] {
        font-size: 18px;
        padding: 7px 13px;
        outline: none;
        border-radius: 30px;
        color: #000000;
        width: 79px;
        text-align: center;
    }


    .newpopup-inner1-right input[type="email"] {
        border: 1px solid #fff;
        font-size: 18px;
        padding: 7px 20px;
        outline: none;
        background-color: #8bffff;
        border-radius: 30px;
        width: 307px;
        color: #000000;
    }


    .newpopup-inner3-right2 {
        margin-left: 13px;
    }

    .newpopup-inner3-right3 {
        margin-left: 13px;
    }






}

.newpopup-inner1-right input[type="email"] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    background-color: #8bffff;
    border-radius: 30px;
    width: 307px;
    color: #000000;
}

.adp-box {
    width: 45%;
    margin: 3rem auto;
    background: #fff;
    padding: 20px;
}

.input-group {
    margin-bottom: 1rem;
    cursor: pointer;
}

.removeSlide {
    position: relative;
    top: 45%;
    cursor: pointer;
}

.bi-trash {
    background: #9d3535;
    padding: 5px;
}


@media(max-width:746px) {
    .adp-box {
        width: 80%;
    }

    .removeSlide {
        position: unset;
        float: right;
    }
}