

@font-face {
    font-family: 'GEFlow-Bold';
    src: url('../../fonts/GEFlow-Bold.eot');
    src: url('../../fonts/GEFlow-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/GEFlow-Bold.woff2') format('woff2'), url('../../fonts/GEFlow-Bold.woff') format('woff'), url('../../fonts/GEFlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GEFlow';
    src: url('../../fonts/GEFlow.eot');
    src: url('../../fonts/GEFlow.eot?#iefix') format('embedded-opentype'), url('../../fonts/GEFlow.woff2') format('woff2'), url('../../fonts/GEFlow.woff') format('woff'), url('../../fonts/GEFlow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../../fonts/Raleway-Medium.eot');
    src: url('../../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/Raleway-Medium.woff2') format('woff2'), url('../../fonts/Raleway-Medium.woff') format('woff'), url('../../fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



.bold-font {
    font-family: 'GEFlow-Bold';
}

.container {
    max-width: 1200px;
}


body {
    background-color: white !important;
    color: #333333;
    font-family: 'GEFlow';
    overflow-x: hidden;
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GEFlow-Bold';
}



p {
    font-family: 'GEFlow';
    font-size: 16px;
}

a {
    font-family: 'GEFlow';
    text-decoration: none;
    color: black;
}

.mainHeader {
    background-color: transparent;
    height: 100px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
}

.navbar-brand {
    padding-top: 0;
}

.searchLan {
    padding-top: 43px;
}


    .searchLan a {
        font-family: 'Raleway-Medium';
        font-size: 14px;
    }


#slider-animation {
    position: relative;
    z-index: 0;
}

.slide {
    background-size: cover;
    height: 708px;
    background-position: center;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
}

.slide1 {
    background-image: url(../../images/slide1.png);
    background-size: cover;
    height: 708px;
    background-position: center;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
}

.slide2 {
    background-image: url(../../images/slide2.png);
    background-size: cover;
    height: 100vh;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}




.slide3 {
    background-image: url(../../images/slide1.png);
    background-size: cover;
    height: 100vh;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}


.textin {
    position: absolute;
    top: 37%;
    margin-left: 49px;
    text-decoration: none;
    z-index: 100;
    width: 45%;
}



    .textin h1 {
        font-size: 40px;
        font-family: 'GEFlow-Bold';
        text-decoration: none;
        text-transform: uppercase;
    }



    .textin p {
        font-size: 17px;
    }


.nav-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: black;
    font-size: 17px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    padding-right: 108px;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .9rem;
        padding-right: .9rem;
    }
}

.searchLan a {
    color: black;
    text-decoration: none;
}

.white {
    color: white;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    z-index: 10000;
}


.searchinput {
    width: 90%;
    height: 44px;
    border-radius: 30px;
    border: 1px solid gray;
    padding: 0px 20px;
    font-family: 'Raleway-Medium' !important;
}


.searchLan .btn {
    padding: 0;
}

.section1 {
    background-image: url(../../images/pattern1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 100px;
}



.carousel-control-prev-icon {
    background-image: url("../../images/right.png");
    position: absolute;
    top: 74%;
    right: 154%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}




.carousel-control-next-icon {
    background-image: url("../../images/left.png");
    position: absolute;
    left: 457%;
    top: 74%;
}



input::placeholder {
    font-family: 'GEFlow';
}


.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'GEFlow-Bold';
    color: white;
}

.Menub {
    margin-top: 35px;
}

    .Menub a {
        color: white;
        text-decoration: none;
        font-size: 13px;
        margin-left: 15px;
    }

.btn1 {
    width: 146px;
    height: 49px;
    background-color: #1F7306;
    border: none;
    border-radius: 29px;
    color: white;
}

    .btn1:hover {
        background-color: #1A34A6;
        transition: 0.5s ease-in;
    }

.btn2:hover {
    background-color: #1A34A6;
    transition: 0.5s ease-in;
    color: white
}

.readMore:hover {
    background-color: #1A34A6;
    transition: 0.5s ease-in;
    color: white
}

.bluebtn {
    width: 146px;
    height: 49px;
    background-color: #1F7306;
    border: none;
    border-radius: 29px;
    color: white;
    margin-right: 10px;
}

.login {
    width: 100%px;
    height: 49px;
    background-color: #1F7306;
    border: none;
    border-radius: 29px;
    color: white;
    margin-right: 10px;
}

.btn2 {
    width: 146px;
    height: 49px;
    background-color: white;
    border: none;
    border-radius: 29px;
    color: black;
}

.socialmedia {
    position: absolute;
    z-index: 100;
    top: 26%;
    width: fit-content;
    left: 0;
}

.services {
    background-image: url(../../images/servicesbg.png);
    background-size: cover;
    background-position: right;
    min-height: 771px;
    padding-top: 100px;
}

/*.home-gov-ddl {
    width: 100%;
    border: 1px solid #918F8F;
    border-radius: 14px;
    height: 49px;
    text-align: right;
    background-color:transparent;
}*/

#dropdownMenuButton2 {
    width: 100%;
    border: 1px solid #918F8F;
    border-radius: 14px;
    height: 49px;
    text-align: right;
}

.dropdown-menu {
    width: 100%;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1F7306;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(5,37,177,.25);
}

#Zarqa {
    fill: transparent;
}

#Tafilah {
    fill: transparent;
}


#Mafraq {
    fill: transparent;
}


#Ma_an {
    fill: transparent;
}

#Karak {
    fill: transparent;
}

#Jerash {
    fill: transparent;
}

#Irbid {
    fill: transparent;
}

#Balqa {
    fill: transparent;
}

#Aqaba {
    fill: transparent;
}

#Madaba {
    fill: transparent;
}


#Amman {
    fill: white;
    fill: transparent;
}


#Ajloun {
    fill: white;
}


#Irbid:hover {
    fill: #778CE6 !important;
}

#Zarqa:hover {
    fill: #778CE6 !important;
}


#Tafilah:hover {
    fill: #778CE6 !important;
}



#Mafraq:hover {
    fill: #778CE6 !important;
}

#Madaba:hover {
    fill: #778CE6 !important;
}




#Ma_an:hover {
    fill: #778CE6 !important;
}



#Karak:hover {
    fill: #778CE6 !important;
}


#Jerash:hover {
    fill: #778CE6 !important;
}

#Balqa:hover {
    fill: #778CE6 !important;
}


#Aqaba:hover {
    fill: #778CE6 !important;
}

#Amman:hover {
    fill: #778CE6 !important;
}

#Ajloun:hover {
    fill: #778CE6 !important;
}

svg text {
    fill: black;
    font-size: 13px;
}






@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 17rem;
    padding: .5rem 0;
    margin: 0;
    margin-top: 0px;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    border-radius: 20px;
    padding: 33px 13px;
}

    .dropdown-menu a {
        font-family: 'GEFlow-Bold';
        font-size: 15px;
    }

    .dropdown-menu hr {
        background-color: rgb(231, 231, 231);
        margin: 10px 0;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: green;
    background-color: transparent;
    transition: 0.5s ease-in;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent;
    float: left;
    margin-top: 10px;
}

.cardStyle {
    background-color: white;
    border-radius: 18px;
    height: 346px;
    box-shadow: 2px 2px 6px #0000001c;
    padding: 42px 29px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#owl-carousel3 {
    margin-top: 45px;
    padding: 10px 0;
}

.yellowbox {
    background-color: #FDB713;
    border-radius: 9px;
    text-align: center;
    height: 108px;
}

.redbox {
    background-color: #C31F33;
    border-radius: 9px;
    text-align: center;
    height: 108px;
}

.yellowbox img {
    padding: 10px;
}

.redbox img {
    padding: 10px;
}

.greenbox img {
    padding: 10px;
    max-height: 100%;
    max-width: 100%;
}

.texttop {
    padding-top: 50px;
}

.bluebox {
    background-color: #007DBC;
    border-radius: 9px;
    text-align: center;
    height: 108px;
}

.movebox {
    background-color: #460084;
    border-radius: 9px;
    text-align: center;
    height: 108px;
}

.bluebox img {
    padding: 10px;
}

.movebox img {
    padding: 10px;
}

.orderNow {
    width: 167px;
    max-width: 100%;
    height: 49px;
    background-color: #1F7306;
    border: none;
    border-radius: 29px;
    color: white;
}

    .orderNow:hover {
        background-color: #1A34A6;
        transition: 0.5s ease-in;
    }

.greenbox {
    background-color: #279B48;
    border-radius: 9px;
    text-align: center;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}

    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 100%;
        background: #838383;
        margin: 0px 5px;
    }

    .owl-dots .active {
        background: #559443 !important;
    }

.discoverMore {
    padding: 70px 0;
}

.videosection {
    background-image: url(../../images/videobg.png);
    background-size: cover;
    min-height: 400px;
    padding: 47px 0px;
}

.instructions {
    padding-top: 22px;
}

.cardStyle2 {
    background-color: #F7F7F7;
    box-shadow: 2px 2px 6px #0000001c;
    height: 439px;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    position: relative;
    width: 95%;
}

.gray {
    color: #515254;
}


.readMore {
    width: 167px;
    height: 49px;
    background-color: #1F7306;
    border: none;
    border-radius: 29px;
    color: white;
    margin-top: 30px;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 28px;
}

.discoverMore a {
    text-decoration: none;
    color: inherit;
}

.partner {
    padding: 70px 0px;
}

#owl-carousel5 .item {
    text-align: center;
}

.footer {
    min-height: 277px;
    background-color: #F7F7F7;
    padding: 30px 0;
}

.email {
    width: 100%;
    height: 41px;
    border: none;
    border-radius: 0 10px 10px 0;
    padding-right: 15px;
}

.go {
    background-color: #00A850;
    width: 53px;
    height: 41px;
    border: none;
    border-radius: 5px 0 0 5px;
}

.moredata p {
    margin-bottom: 0;
}


.footer2 {
    padding-top: 20px;
    min-height: 50px;
    background-color: #EFEFEF;
}

#owl-carousel4 {
    position: relative;
}

    #owl-carousel4 .owl-prev {
        background-color: transparent;
        background-image: url(../../images/right.png);
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        border: none;
        position: absolute;
        top: 46%;
        right: -61px;
    }


    #owl-carousel4 .owl-next {
        background-color: transparent;
        background-image: url(../../images/left.png);
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        border: none;
        position: absolute;
        top: 46%;
        left: -38px;
    }

.loginpage {
    height: 95vh;
}

.menuC a {
    color: black;
    text-decoration: none;
}

.logindata {
    width: 33%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 2px 5px 4px #0000001a;
    min-height: 435px;
    margin: auto;
    margin-top: 6%;
}

.copyright {
    height: 5vh;
}

.loginpagebg {
    background-image: url(../../images/loginpage.png);
    background-size: cover;
    height: 100vh;
    background-position: right center;
    position: relative;
}

.logindata {
    padding: 35px 26px;
}

.id {
    border: 1px solid #707070;
    height: 42px;
    width: 100%;
    border-radius: 20px;
}

.password {
    border: 1px solid #707070;
    height: 42px;
    width: 100%;
    border-radius: 20px;
}

.loginbtn {
    background-color: #1F7306;
    height: 42px;
    width: 100%;
    text-align: center;
    border: none;
    margin-top: 30px;
    color: white;
    border-radius: 20px;
}

.signinbtn {
    background-color: #949494;
    height: 42px;
    width: 100%;
    text-align: center;
    border: none;
    margin-top: 10px;
    color: white;
    border-radius: 20px;
}


.headerinner {
    background-image: url(../../images/innerheader.png);
    background-size: cover;
    height: 409px;
}

.headerdata {
    position: relative;
    top: 204px;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item.active {
    color: #fff;
}

.category {
    background-image: url(../../images/pattern.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #1F7306;
    min-height: 214px;
    border-radius: 18px;
    color: white;
    padding: 40px;
}

.innerbody {
    padding: 70px 0px;
}

#dropdownMenuButton3 {
    width: 100%;
    border: none;
    background-color: #F6F6F6;
    border-radius: 18px;
    height: 42px;
    text-align: right;
}


.servicecard {
    border: 1px solid #D2D2D2;
    border-radius: 18px;
    min-height: 265px;
    padding: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    /* margin-bottom: 30px; */
    /* height: 100%; */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tag {
    background-color: #CDE0C8;
    height: 32px;
    text-align: center;
    padding: 5px;
    width: 100%;
    border-radius: 22px;
}


.tag {
    margin-bottom: 32px;
}


.orderNow2 {
    width: 167px;
    height: 49px;
    background-color: #778CE6;
    border: none;
    border-radius: 29px;
    color: white;
    /*margin-top:30px ;*/
}


    .orderNow2:hover {
        background-color: #1A34A6;
        transition: 0.5s ease-in;
    }



.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}


.accordion-button:not(.collapsed) {
    color: white;
    background-color: #0525B1;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    border-radius: 18px;
}

.accordion-item {
    border-radius: 18px !important;
    background-color: #F5F7FE;
    border: none;
}

.accordion-button {
    background-color: #0525B1;
    margin-bottom: 20px;
    margin-top: 20px;
    color: white;
    border-radius: 18px !important;
}


    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
        filter: brightness(0) invert(1);
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        filter: brightness(0) invert(1);
    }

.number {
    background-color: #1F7306;
    height: 40px;
    border-radius: 8px;
    font-family: arial !important;
    color: white;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    margin-left: 15px;
}

.number2 {
    background-color: #778CE6;
    height: 40px;
    border-radius: 8px;
    font-family: arial !important;
    color: white;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    margin-left: 15px;
}


.number h5 {
    font-family: arial !important;
}

.number2 h5 {
    font-family: arial !important;
}

.btn-download-file {
    width: 40px;
    height: 40px;
    background-color: #778CE6;
    border: none;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.document-card {
    border: 1px solid #D2D2D2;
    border-radius: 18px;
    min-height: 265px;
    padding: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    /* margin-bottom: 30px; */
    /* height: 100%; */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.search-container input {
    width: 100%;
    border: none;
    background-color: #F6F6F6;
    border-radius: 18px;
    height: 42px;
    text-align: right;
}

.search-btn {
    border: none;
    background-color: #F6F6F6;
    border-radius: 18px;
    height: 42px;
    width: 50%;
    max-width: 200px;
}

    .search-btn:hover {
        background-color: #CDE0C8;
    }


.nav-link {
    color: white;
    font-size: 15px;
}

.pagination .nav-bar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.pagination .nav-bar--list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.pagination .nav-bar--center, .nav-bar--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .nav-bar--air-bottom {
    margin-bottom: 40px
}

.pagination .nav-link, .nav-link:visited {
    text-decoration: none;
    margin: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.pagination .nav-link--air-bottom {
    margin-bottom: 5px
}

.pagination a.nav-link.nav-link--black {
    color: #000
}

a.nav-link.nav-link--black:hover {
    border-color: #000
}

.pagination .nav-link--black.nav-link--active {
    box-shadow: inset 0 -2px 0 #000
}

.pagination .nav-link--home {
    font-size: 24px;
    font-weight: 900;
    margin-right: 40px;
    color: #f4f4f0
}

    .pagination .nav-link--home:hover {
        box-shadow: none
    }

.pagination .nav-link--home__text {
    position: relative
}

    .pagination .nav-link--home__text:after {
        position: absolute;
        right: 0;
        display: block;
        content: "";
        height: 3px;
        width: 200%
    }


.share-btn {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

    .share-btn img {
        width: 22px;
        height: 22px;
    }

.sm_state {
    fill: transparent;
}

svg *:hover {
    outline: none;
    fill: lightgray;
}

svg *:focus {
    outline: none;
    fill: #1F7306;
}

.selectedPath {
    fill: #1F7306;
}


.home-gov-ddl .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: auto;
    padding: 10px 0px;
    border-radius: 15px;
}


.services-gov-ddl .select2-container--default .select2-selection--single {
    background-color: white;
    height: auto;
    padding: 7px 0px;
    border-radius: 15px;
}

.form-check-input:focus {
    border-color: transparent;
}

.form-check-input:checked {
    background-color: #f5ae60;
    border-color: #f5ae60;
}

.wrapper {
    width: 200px;
    height: 60px;
    position: relative;
    z-index: 1;
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    /*background-color: #fff;*/
    background-color: #1F7306;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.loader {
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.table, th, td {
 border-collapse: collapse;
 border: 1px solid #d4d4d4;
} 

.myclass1 p{
 padding: 15px 79PX 0PX 10PX;
 background: #f7f7f7;
 min-height: 166px;
 border-radius: 15px;
 margin-top: 20px;
 background-image: url(/media/5ukho1oz/num1.png);
    background-repeat: no-repeat;
        BACKGROUND-POSITION: RIGHT;
}

.myclass2 {
 padding: 49px 79PX 0PX 10PX;
 background: #eceff7;
 min-height: 166px;
 border-radius: 15px;
 margin-top: 20px;
 background-image: url(/media/imxofkjt/2.png);
    background-repeat: no-repeat;
        BACKGROUND-POSITION: RIGHT;
}

.myclass3 {
 padding: 39px 79PX 0PX 10PX;
 background: #c5cfea;
 min-height: 166px;
 border-radius: 15px;
 margin-top: 20px;
 background-image: url(/media/k5ajmc4i/3.png);
    background-repeat: no-repeat;
        BACKGROUND-POSITION: RIGHT;
}

.st3 {
    padding: 15px;
    background: #f2f2f2;
    border-radius: 15px;
    min-height: 188px;
    margin-top: 20px;
    background-image: url(/media/oltkwr2r/img.png);
    background-repeat: no-repeat;
}
.box13:after {
    content: "";
    display: block;
    background: #1F7306 !important;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
    transition: all .4s ease-in-out 0s;
}
.box12:after {
    content: "";
    display: block;
    top: 20px;
    bottom: 20px;
    
}
.cozmotabs .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: .25rem;
    color: #000000;
    TEXT-ALIGN: RIGHT;
    FONT-SIZE: 17PX;
}

.cozmotabs .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-bottom: 4px solid #1F7306;
    width: 100%;
}