@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

/*defoult css*/

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

a:active,
a:hover {
    outline: 0;
}

figure {
    margin: 0;
}

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

button,
input {
    line-height: normal;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
    font-family: 'Poppins', sans-serif !important;
}


/*scroll css*/

::-webkit-scrollbar {
    background-color: #e7e7e7;
    width: 8px;
}

::-webkit-scrollbar:hover {
    width: 8px;
    background: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background-color: #c2c0c5;
    border-radius: 4px;
}

span {
    font-size: 18px;
}

ul,
li,
a {
    list-style: none;
    outline: none;
    text-decoration: none;
}

ul {
    padding: 0;
}

ul:hover,
ul:hover,
a:hover {
    list-style: none;
    outline: none;
    text-decoration: none;
}

.margin0ato {
    margin: 0 auto;
}

select {
    font-size: 18px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.form-select {
    font-size: 18px !important;
}


/*eye start*/

.ph_eye_box_view {
    position: absolute;
    right: 13px;
    top: 13px;
    bottom: 0;
    width: 22px;
}

.ph_eye_box_view .ph_eye_btn {
    background: transparent;
    border: 0;
    color: #000;
}


/*eye end*/


/*info start*/

.ph_qinfo {
    position: absolute !important;
    right: -30px;
    top: 14px;
}

.ph_qinfo i {
    color: #7bbd4a;
}


/*info End*/


/*===================only button css effect start===================*/
/* button start */
.btn_green {
    border: 1px solid #7bbd4b;
    background-color: #7bbd4b;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
}

.btn_gray {
    border: 1px solid #7bbd4b;
    background-color: #fff;
    color: #7bbd4b;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
    border-radius: 4px;
    align-items: center;
    line-height: normal;
}

/* old button view start */
.ph_green_btn {
    color: #fff;
    padding: 6px 16px;
    font-size: 16px;
    min-width: 160px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 45px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    line-height: 1.75;
    border-width: 1.5px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #7bbd4b;
}

.ph_gray_btn {
    color: #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.23) !important;
    padding: 6px 16px;
    font-size: 16px;
    min-width: 160px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 45px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    line-height: 1.75;
    border-width: 1.5px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #ffffff;
}
/* old button view end */

.btn_gray {
    border: 1px solid #7bbd4b;
    background-color: #fff;
    color: #7bbd4b;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
    border-radius: 4px;
    align-items: center;
    line-height: normal;
}

a.btn_green, a.btn_green:hover, a.btn_green:focus, a.btn_green:active {
    border: 1px solid #7bbd4b;
    background-color: #7bbd4b;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
}


a.btn_gray,a.btn_gray:hover,a.btn_gray:focus,a.btn_gray:active {
    border: 1px solid #7bbd4b;
    background-color: #fff;
    color: #7bbd4b;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
    border-radius: 4px;
    align-items: center;
    line-height: normal;
}
/* button end */


.ph_efct_btn {
    background-position: center;
    -webkit-transition: background 0.8s;
    -o-transition: background 0.8s;
    transition: background 0.8s;
    border-radius: 50%;
}

.ph_efct_btn:hover {
    background: #69ac63 -o-radial-gradient(circle, transparent 1%, #7fc479 1%) center/15000%;
    background: #69ac63 radial-gradient(circle, transparent 1%, #7fc479 1%) center/15000%;
}

.ph_efct_btn:focus {
    outline: none;
    border: none;
}

.ph_efct_btn:active {
    background-color: #8dcd87;
    background-size: 100%;
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
}

.ph_green_btn {
    color: #fff;
    /*border: 1px solid #7bbd4b;*/
    padding: 6px 16px;
    font-size: 16px;
    min-width: 160px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 45px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    line-height: 1.75;
    border-width: 1.5px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #7bbd4b;
}

.ph_green_btn:hover,
.ph_green_btn:active,
.ph_green_btn:focus {
    background-color: rgb(91, 142, 55);
    color: #fff;
    padding: 6px 16px;
    font-size: 16px;
    min-width: 160px;
    min-height: 45px;
    line-height: 1.75;
}

.ph_gray_btn {
    color: #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 6px 16px;
    font-size: 16px;
    min-width: 160px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 45px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    line-height: 1.75;
    border-width: 1.5px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #ffffff;
}

.ph_gray_btn:hover,
.ph_gray_btn:active,
.ph_gray_btn:focus {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    background-color: #eeeeee;
}

.minwidth {
    min-width: 200px;
}

.minwidth:hover,
.minwidth:active,
.minwidth:focus {
    min-width: 200px;
}

.small_gray_btn {
    color: #9c9c9c;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #ffffff;
}


/*light green btn*/

.ac_boy_cn_ten .mdl-button {
    color: #ffffff;
    font-size: 18px;
    min-width: 160px;
    min-height: 50px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    background-color: #3cb477;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 7px #309562;
    padding: 0px 30px;
}


/*light blue btn*/

.ac_nav_r_btn .mdl-button {
    color: #ffffff;
    font-size: 18px;
    min-width: 160px;
    min-height: 50px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    background-color: #2fc3bb !important;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 7px #2daea7 !important;
    padding: 0px 30px;
}

.ph_green_btn:hover {
    background-color: rgb(91, 142, 55);
    /* border: 1px solid rgb(91, 142, 55);*/
}

.ph_gray_btn:hover {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    background-color: #eeeeee;
}


/*===================only button css effect end===================*/


/*===================only font text color start===================*/

.perpal_text {
    color: #8802ae !important;
}

.green_text {
    color: #7bbd4b !important;
}

.dark_green {
    color: #32b279 !important;
}

.orange_text {
    color: #ee672f !important;
}

.gray_text {
    color: #bfbfbf !important;
}

.blue_text {
    color: #4b6bf3 !important;
}

.black_text {
    color: #000 !important;
}

.white-text {
    color: #fff !important;
}

.gold_text {
    color: #cfa749 !important;
}

.black-text {
    color: #000 !important;
}

.dark-text {
    color: #7d7d7d !important;
}

.bg_red {
    background: #e54c42 !important;
}


/*===================only backround color End===================*/

.mb-0 {
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-8 {
    margin-top: 8rem;
}

.mt-30 {
    margin-bottom: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.cspr-2 {
    padding-right: 2rem;
}

.pt-8 {
    padding-top: 8px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-5pa {
    padding-top: 5px;
}

.pt-21pa {
    padding-top: 21px;
}

.pt-14pa {
    padding-top: 14px;
}

.pt-20pa {
    padding-top: 20px;
}

.pt-25pa {
    padding-top: 25px;
}

.pt-17pa {
    padding-top: 17px;
}


/* Button style */


/*defoult css End*/

.ac_m-r-auto {
    margin-right: auto;
}

.ac_m-l-auto {
    margin-left: auto;
}


/*account page css comman style End*/

h6 {
    font-size: 18px;
}

h5 {
    font-size: 20px;
}

.hide {
    display: none;
}

.justify_content_center {
    justify-content: center;
}

.green_bg {
    background: #32b279;
}

.yelloe_bg {
    background: #efcb4f;
}

.mg-l-auto {
    margin-left: auto;
}

.mg-r-auto {
    margin-left: auto;
}

.width_100per {
    width: 100% !important;
}


/*defoult shadow*/

.shadow_bm {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.shadow_all {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    -ms-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


/*defoult shadow end*/


/*search bar*/

.ph_qklogin .form-floating>.form-control,
.ph_qklogin .form-floating>.form-select {
    height: calc(3.5rem + 2px) !important;
    line-height: 1.25 !important;
}


/*floting start*/

.form-floating>.form-control {
    font-size: 16px;
}

.form-floating input,
.form-floating textarea,
.form-floating select {
    border: solid 2px #979797;
    border-radius: 4px;
    background: #fff;
}

.form-floating input:focus,
.form-floating textarea:focus,
.form-floating select:focus {
    border: solid 2px #2a79bc;
    box-shadow: none;
    background: #fff;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgb(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-floating input:focus~label {
    font-size: 12px !important;
    transform: translateY(-.6rem) translateX(0rem) !important;
    background: #fff;
    padding: 0 4px;
    height: auto;
    opacity: 1 !important;
    margin-left: 10px;
}

.form-floating textarea:focus~label {
    font-size: 12px !important;
    transform: translateY(-.6rem) translateX(0rem) !important;
    background: #fff;
    padding: 0 4px;
    height: auto;
    opacity: 1 !important;
    margin-left: 10px;
}

.form-floating>label {
    font-size: 16px;
    padding: 18px 12px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
    background: #fff;
    padding: 0 4px;
    height: auto;
    opacity: 1 !important;
    margin-left: 12 px;
}

.form-floating>.form-select~label {
    margin-left: 6px;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1rem;
    padding-bottom: .625rem;
}

.form-floating>.form-select {
    padding-top: 1rem;
}


/*floting End*/


/*back btn start*/

.ph_back_btn {
    position: absolute;
    top: 13px;
    left: 16px;
    background: transparent;
    border: 0;
    font-size: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.ph_back_btn:hover {
    background: #f1f1f1;
    color: #000;
}

.ph_back_btn:hover i {
    color: #000;
}

.ph_back_btn i {
    color: #b8b8b8;
    padding-right: 3px;
}


/*back btn End*/

.fade_box {
    transition: opacity 0.15s linear;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
}


/*opacity hide show*/

.opacityhide {
    opacity: 0;
}

.hide {
    display: none;
}


/*mobile toggle */

.navbar-toggler {
    background-color: #efcb4e;
}


/* Start css for loader */

.blockUI.blockMsg.blockPage {
    width: auto !important;
    margin: -80px 0 0 -80px !important;
    left: 50% !important;
    top: 50% !important;
    border: 0 !important;
}

.loader_img {
    background: url(../../../../../assets/images/common/loader/cdsmart.gif) no-repeat 0 0;
    width: 160px;
    height: 160px;
    background-size: 100% auto;
    border: 0 !important;
}


/* End css for loader */


/*fade effect css start*/

.fade-in-image {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

.pointer-not-allowed {
    cursor: not-allowed !important;
}

.pointer-not-allowed:hover,
.pointer-not-allowed:focus {
    pointer-events: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*fade effect end*/


/*animation start==================================================================*/


/*left animation start */

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}


/*left animation end */


/*right animation start */

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}


/*right animation start */


/*uP animation start*/

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}


/*bounceInUp end*/


/*bounceInDown start*/

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}


/*bounceInDown End*/


/*bounce start*/

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}


/*bounce End*/

.pa_justify_content_left {
    justify-content: left;
}

.pa_justify_content_center {
    justify-content: center;
}

.pa_justify_content_rigit {
    justify-content: right;
}


/*radio start*/

input[type=radio]:focus-visible {
    border: none;
    outline: none;
    text-decoration: none;
}

input[type=checkbox]:focus-visible {
    border: none;
    outline: none;
    text-decoration: none;
}


/*radio End*/


/*file input start*/

input[type=file] {
    padding-left: 24px !important;
    padding-top: 18px !important;
    height: auto !Important;
    line-height: normal;
}


/*file input End*/


/*animation start================================================================== animation End*/

.ph_drp_under_min_max li a {
    min-width: 100% !important;
    max-width: 100% !important;
}


/*mobile toggle navbar start*/

.navbar-toggler {
    background-color: #efcb4e !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


/*mobile toggle navbar End*/

@media(max-width:359px) {
    .myt {
        margin-top: 1em;
    }
}

@media(max-width: 767px) {
    .ac_nav_r_btn .mdl-button {
        box-shadow: 0px 4px #2daea7 !important;
    }
    .ac_boy_cn_ten .mdl-button {
        box-shadow: 0px 4px #309562;
    }
    .form-select {
        font-size: 14px !important;
    }
    .mbl_personal_area_btn button {
        margin-bottom: 10px !important;
        margin-left: 5px;
        margin-right: 5px;
    }
    .mbl_personal_area_btn a {
        margin-bottom: 10px !important;
        margin-left: 5px;
        margin-right: 5px;
    }
    .form-floating>label {
        font-size: 14px;
    }
    .form-floating>.form-control {
        font-size: 14px;
    }
    /*navbar*/
    .ph_nav_mbl_hd {
        display: flex;
    }
    /*navbar end*/
    /*mobile pd start*/
    .mypl-0 {
        padding-left: 0px !important;
    }
    .mypr-0 {
        padding-right: 0px !important;
    }
    .mypt-1 {
        padding-top: 1rem !important;
    }
    .mypt-2 {
        padding-top: 2rem !important;
    }
    .mypt-5 {
        padding-top: 5rem !important;
    }
    .mypr-14 {
        padding-right: 14px !important;
    }
    .mypl-14 {
        padding-left: 14px !important;
    }
    /*mobile pd End*/
}