.cut-icon {
    font-size: 37px;
    color: gray;
    /* margin: auto; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    width: 50px;
    cursor: pointer;
    margin-top: -12px;
}

.cut-icon-2 {
    font-size: 27px;
    color: gray;
    /* margin: auto; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    width: 50px;
    cursor: pointer;
    /* margin-top: -12px; */
}

/* .color-black {
  color: #030d20;
} */
.flex-pop {
    display: flex;
    justify-content: space-between;
}

.popup-icon img {
    width: 92px;
    height: 92px;
}

.fa-x {
    color: gray;
}

.flex-pop-txt {
    display: flex;
    gap: 24px;
    text-align: center;
    justify-content: center;
}

.flex-pop-txt div {
    text-align: center;
    align-items: center;
    margin: auto;

    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    text-transform: capitalize;
    color: #030d20;
    /* margin-left: 20px; */
}

.popup-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    color: rgba(3, 13, 32, 0.6);
    /* margin-top: 31px; */
    margin-top: 37px;
}

.popup-txt:after {
    content: "\f10e";
    right: 4%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    color: #f76a07;
    font-size: 30px;
}

.popup-txt:before {
    content: "\f10d";
    left: 57px;
    top: 135px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    color: #f76a07;
    font-size: 30px;
}

.explore-more-services {
    width: fit-content;
    border-bottom: 2px solid #f4501a;
    margin: auto;
}

.explore-more-services:after {
    width: 10px;
    height: 2px;
    display: block;
    color: #f76a07;
    background-color: #f76a07;
    position: absolute;
    top: 20px;
}

.four {
    position: relative;
}

.popup-1 {
    position: absolute;
    z-index: 3;
    /* height: 299px; */
    width: 40%;
    margin: auto;
    left: 0;
    right: 0;
    top: 88px;
    background-color: #ffffff;
    padding: 32px;
    background: #ffffff;
    border: 1px solid rgba(3, 13, 32, 0.1);
    border-radius: 20px;
    transition-timing-function: ease;
    transition-duration: 0.65s;
    transition-delay: 0.0575342s;
    opacity: 0;
    /* opacity: 0; */
    transform: scale(0.1);
}

.service-popup-1 {
    position: fixed;
    z-index: 3;
    /* height: 299px; */
    width: 40%;
    margin: auto;
    left: 0;
    right: 0;
    top: 210px;
    background-color: #ffffff;
    padding: 32px;
    background: #ffffff;
    border: 1px solid rgba(3, 13, 32, 0.1);
    border-radius: 20px;
    transition-timing-function: ease;
    transition-duration: 0.65s;
    transition-delay: 0.0575342s;
    opacity: 0;
    /* opacity: 0; */
    transform: scale(0.1);
}

.service-popup-2 {
    position: absolute;
    z-index: 3;
    /* height: 299px; */
    width: 40%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    padding: 32px;
    background: #ffffff;
    border: 1px solid rgba(3, 13, 32, 0.1);
    border-radius: 20px;
    transition-timing-function: ease;
    transition-duration: 0.65s;
    transition-delay: 0.0575342s;
    opacity: 0;
    /* opacity: 0; */
    transform: scale(0.1);
}

.service-popup-1 a {
    color: #2a3c92;
    /* color: #f4501a; */
}

.popup-txt-service {
    margin-top: 15px;
}

.testimonial-desk {
    color: #030d20;
    margin-top: 20px;
    font-size: 22px;
}

.testimonial-name {
    font-size: 25px;
}

.phone {
    display: none;
}

.loader-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 99999999999;
    background: #ffffff;
}

#popup_txt {
    text-align: left;
}

@media only screen and (max-width: 777px) {
    .popup-1 {
        width: 80%;
    }

    .service-popup-1 {
        width: 80%;
    }

    .service-popup-2 {
        width: 80%;
    }

    .desktop {
        display: none;
    }

    .phone {
        display: inline;
    }

    .header-one .logo {
        padding-bottom: 0px;
    }
}