
/*===========================
0.0 *** Common CSS START ***
=============================*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    outline: 0;
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

.zindex {
    position: absolute;
    z-index: 999;
}

.zindex2 {
    position: relative;
    z-index: 999;
}


/* version 2 */
#index2 #banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 46, 0.3);
    border-bottom-right-radius: 200px;
}

.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* version 3 */
#index3 #banner {
    background: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#index3 #banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 46, 0.8);
    border-bottom-right-radius: 200px;
}

/* version 4 */
#index4 #banner {
    border-bottom-right-radius: 200px;
}

#index4 .mbYTP_wrapper {
    border-bottom-right-radius: 200px;
}

#index4 #banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 46, 0.8);
    border-bottom-right-radius: 200px;
}

/*===========================
1.0 *** HEADER AREA START ***
=============================*/

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999999;
    -weebkit-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding: 0;
    background: #ffffff !important;
    margin-top: 30px;
}

.menu-item {
    padding-right: 25px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: rr;
    font-size: 18px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    margin: 9px;
}

.navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fa573a;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fa573a;
}

.navbar-light .navbar-nav .nav-link:hover:after {
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fa573a;
}

.navbar-light .navbar-nav .nav-link.active::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fa573a;
    opacity: 1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.nav-account {
    background: #fff;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fa573a !important;
    margin-left: 15px;
}

.navbar-light .navbar-nav .nav-account::after {
    background: white;
}

.nav-bg {
    background: #ffffff !important;
    -webkit-box-shadow: 0 6px 30px -18px;
    box-shadow: 0 6px 30px -18px;
    padding: 0;
    -webkit-box-shadow: 0 6px 30px -18px;
    box-shadow: 0 6px 30px -18px;
    margin-top: 0px;
}

.nav-bg .navbar-brand {
    color: #fff;
    font-size: 28px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.nav-bg .navbar-nav .nav-link {
    color: #000;

}

.nav-bg .navbar-brand::after {
    height: 92px;
    background: none;
}

/*===========================
2.0 *** BANNER AREA START ***
=============================*/
#banner {
    position: relative;
    background: #21252e;
    padding: 150px 0 80px;
    border-bottom-right-radius: 200px;
}

#banner::before {
    position: absolute;
    content: '';
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 369px;
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #fa573a);
    background: -webkit-gradient(linear, left top, right top, from(#FF4B2B), to(#fa573a));
    background: -webkit-linear-gradient(left, #FF4B2B, #fa573a);
    background: -o-linear-gradient(left, #FF4B2B, #fa573a);
    background: linear-gradient(to right, #FF4B2B, #fa573a);
    z-index: -1;
}

.banner-img {
    position: relative;
    z-index: 1;
}



/*===========================
3.0 *** OVERVIEW AREA START ***
=============================*/
#overview {
    padding: 180px 0 80px;
    position: relative;
}

.overview-p {
    padding-top: 90px;
}

.mov-arrow {
    position: relative;
}

.mov-arrow .arrow-right {
    position: absolute;
    right: 70px;
    top: 242px;
    font-size: 20px;
    color: #fa573a;
}

.mov-arrow i {
    cursor: pointer;
}

.mov-arrow .arrow-left {
    position: absolute;
    left: 70px;
    top: 242px;
    font-size: 20px;
    color: #fa573a;
}

.over-shadow {
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    padding: 40px 0;
    border-bottom: 2px solid #fa573a;
}

.overview-head h2 {
    font-family: osb;
    color: #151515;
    position: relative;
    display: inline-block;
    z-index: 1;
    letter-spacing: 7px;
    font-size: 38px;
}

.overview-head h2:after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    width: 65px;
    height: 65px;
    background: none;
    border: 6px solid #dbdbdb;
    z-index: -1;
}

.over-i i {
    font-size: 44px;
    width: 106px;
    height: 106px;
    border: 1px solid #fa573a;
    line-height: 106px;
    border-radius: 50%;
    color: #fa573a;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.over-text h3 {
    font-size: 25px;
    font-family: rb;
    position: relative;
    padding-bottom: 10px;
}

.over-item:hover .over-i i {
    background: #fa573a;
    color: #fff;
}

.over-text h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #fa573a;
    width: 50px;
    height: 2px;
}

.over-text p {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    font-family: rr;
    padding-right: 10px;
}

.over-text a {
    font-family: rb;
    font-size: 16px;
    color: #fa573a;
}

.over-text a:hover i {
    padding-left: 12px;
}

.over-text a i {
    padding-left: 8px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    display: none;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.backtotop i {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background: #fa573a;
    border: 2px solid #fa573a;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.backtotop:hover i {
    cursor: pointer;
}

/*===========================
4.0 *** FEATURE AREA START ***
=============================*/
#feature {
    padding: 80px 0;
}

.f-p {
    padding-top: 90px;
}

.f-text {
    padding-left: 48px;
}

.f-text h2 {
    font-family: rb;
    color: #21252e;
    font-size: 28px;
    padding-top: 85px;
    text-transform: capitalize;
}

.f-text h3 {
    font-family: rb;
    color: #fa573a;
    font-size: 23px;
    padding-bottom: 4px;
}

.f-text p i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fa573a;
    margin-right: 18px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.f-text p {
    font-size: 16px;
    font-family: rb;
}

.f-img {
    position: relative;
    z-index: 1;
}

.f-img::after {
    position: absolute;
    content: '';
    width: 480px;
    height: 480px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 33px;
    border: 30px solid #fa573a;
    border-radius: 50%;
    z-index: -1;
}

.p-padding {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    font-family: rr !important;
    color: #666;
}

/*===========================
7.0 *** FAQ AREA START ***
=============================*/
#faq {
    padding: 80px 0;
    background: #21252e;
}
#price {
    padding: 80px 0;
}
.accordion {
    padding-top: 35px;
}

.pro-text h2 {
    font-family: rb;
    color: #fff;
    font-size: 26px;
    padding-top: 108px;
}

.pro-text h3 {
    font-family: rb;
    color: #fa573a;
    font-size: 24px;
    padding-top: 4px;
}

.mb-0 .btn-link {
    font-size: 16px;
    font-family: rb;
    color: #f76046;
    padding-left: 5px;
}

.mb-0 .btn-link i {
    font-size: 27px;
    text-align: right;
}

.mb-0 .btn-link:hover,
.mb-0 .btn-link:focus {
    text-decoration: none;
}

.card {
    border: 0;
    background: none;
}

.card-body {
    color: #c7c6c6;
    font-size: 16px;
    line-height: 26px;
    padding-right: 42px;
}

.card-header {
    border: none;
    border-left: 1px solid #f76046;
    background: none;
    border-radius: 0 !important;
    padding-left: 6px;
}

.faq-bottom-btn {
    padding-top: 30px;
}

.faq-bottom-btn a {
    font-size: 16px;
    font-family: rb;
    border: 1px solid #fa573a;
    padding: 15px 20px;
    color: #fff;
    background: #fa573a;
    border-radius: 50px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.faq-bottom-btn a:hover {
    background: none;
    color: #fa573a;
}

.wh h2 {
    color: #fff;
}

.mix-pro h2::after {
    border: 6px solid #181b22;
}

/*===========================
8.0 *** DOWNLOAD AREA START ***
=============================*/

#download {
    padding: 85px 0;
}

.down-oh {
    padding-bottom: 70px;
}

.down-oh h2 {
    color: #151515;
}

.download-details {
    padding-top: 32px;
}

.download-details p {
    color: #444;
    line-height: 27px;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: rr;
}



.download-item p {
    color: #6a6a6a;
    padding: 0 32px 15px;
    line-height: 25px;
    font-size: 15px;
}


.di-2 {
    border: 2px solid #6b76ff;
    background: #6b76ff;
}

.di-3 {
    border: 2px solid #1eafed;
    background: #1eafed;
}

.di-4 {
    border: 2px solid #ff467e;
    background: #ff467e;
}

.download-item2 {
    background: transparent;
    margin-top: 25px;
    border: 2px solid #6b76ff;
}

.download-item2 h3 {
    color: #6b76ff;
}

.download-item3 h3 {
    color: #1eafed;
}

.download-item4 h3 {
    color: #ff467e;
}

.download-item3 {
    margin-top: 25px;
    background: transparent;
    border: 2px solid #2aa9d2;
}

.download-item4 {
    background: transparent;
    margin-top: 25px;
    border: 2px solid #ff467e;
}

.download-p {
    padding-top: 30px;
}

.download-head h2 {
    font-family: rb;
    color: #21252e;
    font-size: 27px;
}

.download-head h3 {
    font-family: rb;
    color: #fa573a;
    font-size: 21px;
}

.download-item a {
    border: 2px solid #ff7657;
    padding: 14px 20px;
    color: #ff7657;
    border-radius: 50px;
    font-size: 16px;
    font-family: rb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.download-item:hover .download-icon i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.download-item a:hover {
    background: #ff7657;
    color: #fff;
}

.download-item3 a {
    border: 2px solid #2aa9d2;
    color: #2aa9d2;
}

.download-item3 a:hover {
    background: #2aa9d2;
}

.download-item2 a {
    border: 2px solid #6b76ff;
    color: #6b76ff;
}

.download-item2 a:hover {
    background: #6b76ff;
}

.download-item4 a {
    border: 2px solid #ff467e;
    color: #ff467e;
}

.download-item4 a:hover {
    background: #ff467e;
}

/*===========================
9.0 *** BLOG AREA START ***
=============================*/
#blog {
    padding: 80px 0;
}

.l-m {
    margin-bottom: 46px;
}

.user-data {
    padding-top: 10px;
    padding-bottom: 16px;
}

.user-data span {
    padding: 0 9px;
    color: #666;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.user-data span:hover {
    color: #fa573a;
    cursor: pointer;
}

.blog-text a {
    color: #fa573a;
    font-family: rb;
    font-size: 16px;
}

.extra1 {
    color: #fa573a;
    font-family: rb;
}

.blog-text-main a {
    color: #fa573a;
    font-family: rb;
    font-size: 16px;
}

.blog-text-main h3 {
    font-size: 22px;
    font-family: rr;
    color: #21252e;
    text-transform: uppercase;
    padding-top: 8px;
}

.blog-text h3 {
    font-size: 20px;
    font-family: rr;
    color: #21252e;
    padding-top: 14px;
    text-transform: uppercase;
}

.blog-text-main p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding-top: 10px;
}

.blog-text-main a:hover i {
    padding-left: 8px;
}

.blog-text-main a i {
    padding-left: 4px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-text-main {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #fa573a;
    border-top: 1px solid #fff;
}

.blog-item {
    border-bottom: 1px solid #dedede;
}

.blog-text2 {
    padding-top: 9px;
}

.blog-text a:hover i {
    padding-left: 8px;
}

.blog-p {
    padding-top: 60px;
}

.blog-text a i {
    padding-left: 4px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-p a {
    background: transparent !important;
    color: #f73859 !important;
}

.blog-p a:hover {
    background: #f73859 !important;
    color: #fff !important;
}

/*===========================
10.0 *** CONTACT AREA START ***
=============================*/
#contact {
    padding: 80px 0;
    background: url(../images/down.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#contact::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 1, 23, 0.7);
}

.color-fit h2 {
    color: #fff;
}

.mix p {
    font-size: 16px;
    font-family: rb;
    color: #fa573a;
    padding-bottom: 11px;
}

.mix p i {
    padding-right: 5px;
    padding-left: 10px;
}

.mix input {
    background: none;
    border-radius: 0;
    height: 45px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    font-family: rr;
    border: 0;
    border-bottom: 2px solid white;
}

.mix input:hover,
.mix input:focus {
    background: none;
    color: white;
    border: 0;
    border-bottom: 2px solid #fa573a;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mix textarea {
    background: none;
    height: 50px;
    border: 0;
    border-bottom: 2px solid white;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 3px;
    border-radius: 0;
}

.mix textarea:hover,
.mix textarea:focus {
    background: none;
    color: white;
    border: 0;
    border-bottom: 2px solid #fa573a;
}


.input-btn-pa .faq-bottom-btn a {
    padding: 14px 70px;
}

.input-btn-pa .faq-bottom-btn a i {
    padding-right: 5px;
}

/*===========================
11.0 *** SCREENSHOT AREA START ***
=============================*/
#screenshot {
    padding: 80px 0;
}

.s-down {
    margin: 55px 0;
}

.screen-text h3 {
    font-size: 24px;
    font-family: lb;
    padding-bottom: 15px;
}

.screen-text h3 span {
    color: #fa573a;
    font-family: fr;
}

.kc-wrap {
    overflow: visible;
}

.kc-item img {
    position: absolute;
    pointer-events: none;
    width: 100%;
}

.kc-horizon + div {
    display: none !important;
}

.cc-decoration {
    display: none !important;
}


.w-bg {
    color: #fff;
}

.w-bg i {
    color: #fff;
}

.slick-center.testimonial-img-item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.app-res {
    display: none;
}

/*===========================
13.0 *** FOOTER AREA START ***
=============================*/
#footer {
    padding: 30px 0 60px;
    background: #21252e;
}

.nb-2 {
    font-size: 27px;
    color: #fff;
    font-family: rb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.nb-2:hover {
    color: #fa573a;
}

.fg2 input {
    border-radius: 50px;
    background: none;
    height: 40px;
    color: #fff;
    border: 2px solid #fa573a;
}

.fg2 input:focus {
    background: none;
    border: 2px solid #fa573a;
    position: relative;
    right: 0;
}

.fg2 button i {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.fg2 button {
    border-radius: 50px;
    position: absolute;
    right: 16px;
    top: 2px;
    border: none;
    background: #fa573a;
    color: #fff;
    font-family: rb;
}

.fg2 button:hover {
    border: none;
    background: #fa573a;
}

.fg2 button:hover i {
    padding-right: 8px;
}

/*===========================
14.0 *** COPYRIGHT AREA START ***
=============================*/
#copyright {
    background: #fa573a;
    width: 100%;
}

.copyright-text p {
    font-size: 16px;
    padding: 13px 0 1px;
    color: #fff;
    font-family: rr;
}

.copyright-text a {
    color: #fff;
    font-family: rb;
}
.top-enquiry-form {
    background: #fa573a;
    padding: 30px 20px;
    border-radius: 50px;
}
.top-enquiry-form h2 {
        color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-family: sans-serif;
}
.top-enquiry-form .mix p {
    font-size: 18px;
    font-family: rb;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.top-enquiry-form .mix input {
    margin: 0;
}
.top-enquiry-form .form-control {
    color: #ffffff;
}
.top-enquiry-form .mix textarea {
    height: 75px;
}
.top-enquiry-form .faq-bottom-btn {
    margin: 0px;
    padding-top: 0;
}
.top-enquiry-form .faq-bottom-btn a {
    border: 1px solid #fff;
    background: #5c7d2a;
}
.b-r-a {
    position: relative;
}
.b-r-a img {
    border-radius: 5px;
}
.b-r-a:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 4px solid #fa573a;
    border-radius: 5px;
    z-index: -1;
}
#contact .address a {
    display: block;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 18px;
}
#contact .address a .fa {
    background: #fa573a;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-right: 3px solid white;
    border-left: 3px solid white;
}
#contact .socail-icon a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
}
#contact .socail-icon {
    margin-top: 50px;
    text-align: center;
}
#contact .socail-icon a .fa-facebook {
    background:#3b5998;
}
#contact .socail-icon a .fa-twitter {
    background:#00aced;
}
#contact .socail-icon a .fa-youtube {
    background:#cb2027;
}
#download .img-box {
    display: inline-flex;
}
#download .img-box img {
    width: 321px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.top-contact-details{
    text-align: center;
    height: 30px;
    background: #fff;
}
.top-contact-details a {
        color: #fa573a;
    padding-top: 3px;
    display: inline-block;
    margin-right: 20px;
}
.top-contact-details a:last-child {
     
    margin-right: 0;
    padding: 2px 10px;
    line-height: 27px;
    font-weight: 600;
}
.top-contact-details:before {
  
    content: "";
    background: #fa573a;
    width: 20%;
    height: 30px;
    top: 0px;
    position: absolute;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.top-contact-details:after {
  
    content: "";
    background: #fa573a;
    width: 20%;
    height: 30px;
    top: 0px;
    position: absolute;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}
.call-icon{
    position: fixed;
    bottom: 10px;
    left: 0px;
        z-index: 1111111;
}
.call-icon img {
    width: 125px;
}
.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
        z-index: 1111111;
}
.whatsapp-button img {
    width: 70px;
}
.banner-img2 {
    position: relative;
    overflow: hidden;
}
.banner-img2:before {
    content: "";
    position: absolute;
    width: 51%;
    height: 100%;
    background: #0604048c;
    right: 25%;
    bottom: 0;
    transform: rotate(106deg);

}
.banner-img2 a{
    position: absolute;

    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #fa573a;
    padding: 10px 20px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-box .modal {
        z-index: 999999;
}
.modal-box .modal-body {
    padding: 0px;
}
.modal-box .modal-content {
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%);
}
.modal-box .modal-header {
    border-bottom: 0px;
}
.modal-box .modal{
    background: rgba(7, 7, 8, 0.65);
}
.modal-box .close {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}
.modal-box .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background: #fa573a;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 19px;
}
