/* common css start  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

img {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.container {
    width: 90% !important;
}

body {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #f3f3f3;
}

h2 {
    font-size: 28px;
    text-transform: capitalize;
    padding-bottom: 40px;
    text-align: center;
}
@media (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

.m-link {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #3c50b4;
    background: #3c50b4;
    display: inline-block;
    line-height: 30px;
    padding: 5px 20px;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
}
@media (max-width: 767px) {
    .m-link {
        line-height: 25px;
        padding: 0 10px;
    }
}
.m-link i {
    margin-left: 5px;
}
.m-link:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    color: #fff;
    border: 1px solid #3c50b4;
}
.m-link::after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 0%;
    height: 100%;
    /* background: #3c50b4; */
    background: #000000;
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
}
.m-link:hover:after {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    width: 100%;
}

.see_all_btn {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #3c50b4;
    background: #3c50b4;
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
}
.see_all_btn i {
    margin-left: 5px;
}
.see_all_btn:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    background: #3c50b4;
    color: #3c50b4;
}
.see_all_btn::after {
    position: absolute;
    content: "";
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    color: #3c50b4;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
}
.see_all_btn:hover:after {
    top: 0;
    left: 0;
}

.pagination {
    margin: 15px 0px;
    justify-content: center;
}
.pagination li .page-link {
    color: #3c50b4;
}

.social_media {
    padding: 0px;
    margin-top: 15px;
}
.social_media li a {
    display: inline-block;
}
.social_media li a i {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
@media (max-width: 991px) {
    .social_media li a i {
        font-size: 15px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
}

.vbox-close {
    top: 15px;
    right: 15px;
    color: #000;
    background: white;
}

@media (max-width: 991px) {
    .p-min-md-0 {
        padding: 0 !important;
    }
    .mt-min-md-3 {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .ms-p-0 {
        padding: 0px !important;
    }
    .p-max--sm-0 {
        padding: 0px !important;
    }
}

header {
    background-color: #3c50b4;
    border-bottom: 1px solid white;
    padding: 10px 0px;
}
@media (max-width: 767px) {
    header .content {
        flex-direction: column;
        align-items: center;
    }
}
header P {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.navbar {
    background-color: white;
}
.navbar img {
    height: 65px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .navbar-toggler i {
    color: black;
    border: 1px solid black !important;
    padding: 10px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 25px 15px;
    -webkit-transition: all linear 0.4s 0;
    -moz-transition: all linear 0.4s 0;
    -o-transition: all linear 0.4s 0;
    transition: all linear 0.4s 0;
}
@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 6px 0px;
        border-bottom: 1px solid black;
    }
}
.navbar .dropdown-menu {
    background: #3c50b4ba;
}
.navbar .dropdown-menu .dropdown-item {
    color: white;
}
.navbar .dropdown-menu .dropdown-item:hover {
    color: black;
}

#banner {
    padding-top: 15px;
}
#banner img {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}
@media (max-width: 767px) {
    #banner img {
        height: 200px;
    }
}
#banner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: white;
    background: #3c50b4;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 22;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}
#banner .slick-arrow:hover {
    color: #3c50b4;
    background: white;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}
#banner .fa-arrow-left {
    left: 5%;
}
#banner .fa-arrow-right {
    right: 5%;
}

#sport {
    padding-top: 50px;
}
#sport .sport_item {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    #sport .sport_item {
        height: 250px;
    }
}
#sport .sport_item img {
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    #sport .sport_item img {
        height: 100%;
    }
}
#sport .sport_item .sport_text {
    width: 90%;
    padding: 5px 10px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
@media (max-width: 767px) {
    #sport .sport_item .sport_text {
        bottom: 0px;
    }
}
#sport .sport_item .sport_text h5 {
    color: white;
    margin: 0px;
    text-align: center;
}

#service {
    padding-top: 50px;
}
@media (max-width: 767px) {
    #service {
        padding-top: 10px;
    }
}
#service .service_item {
    margin-bottom: 20px;
}
#service .service_item img {
    height: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    #service .service_item img {
        height: 180px;
    }
}

#event {
    margin-top: 50px;
    padding: 25px;
    background: #fffaf0;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    #event {
        margin-bottom: 10px;
    }
}
#event .evnet_header_content {
    display: flex;
    align-items: center;
    height: 100%;
}
#event .evnet_header_content img {
    width: 100%;
}
#event .evnet_header_content h2 {
    font-size: 110px;
    padding: 0px;
    text-align: left;
}
#event .evnet_header_content p {
    font-size: 30px;
    line-height: 32px;
    color: gray;
    font-weight: 600;
    text-transform: capitalize;
}
#event .evnet_header_content .by_theme {
    font-size: 35px;
    line-height: 37px;
    color: #232323;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#event .eveent_item {
    margin: 0px 7px;
}
#event .eveent_item img {
    height: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    #event .eveent_item img {
        height: 180px;
    }
}
#event .eveent_item h5 {
    text-align: center;
}
#event .eveent_item .tages {
    text-align: center;
}
#event .eveent_item .tages .tag {
    font-size: 14px;
    padding: 0px 10px;
    color: #3c50b4;
    border: 1px solid #3c50b4;
    border-radius: 3px;
    display: inline-block;
    margin: 5px 0px;
}
#event .eveent_item .tages .tag :hover {
    background: #3c50b4;
    color: white;
    border: white;
}
#event .eveent_item p {
    text-align: center;
    padding-top: 10px;
}
#event .slick-arrow {
    position: absolute;
    bottom: -65px;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border: 0px solid white;
    border-radius: 50%;
    color: white;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
    background: #3c50b4;
    padding: 0px !important;
    cursor: pointer;
    z-index: 22;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}
#event .slick-arrow:hover {
    background: white;
    color: #3c50b4;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}
#event .fa-arrow-left {
    left: 45%;
}
#event .fa-arrow-right {
    right: 45%;
}
@media (max-width: 767px) {
    #event .fa-arrow-left {
        left: 35%;
    }
    #event .fa-arrow-right {
        right: 35%;
    }
}
@media (max-width: 991px) {
    #event .fa-arrow-left {
        left: 40%;
    }
    #event .fa-arrow-right {
        right: 40%;
    }
}
#event .slick-dots {
    text-align: center;
}
#event .slick-dots li {
    display: inline-block;
}
#event .slick-dots li button {
    height: 10px;
    width: 10px;
    font-size: 0;
    background: #545454;
    border: 0;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}
#event .slick-dots .slick-active button {
    background: #3c50b4;
}

#tour_package {
    padding-top: 50px;
}
@media (max-width: 767px) {
    #tour_package {
        margin-bottom: 10px;
    }
}
#tour_package .tour_item {
    margin-bottom: 20px;
}
#tour_package .tour_item .card {
    overflow: hidden;
}
#tour_package .tour_item img {
    height: 250px;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#tour_package .tour_item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.package-card {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.08);
    position: relative;
    overflow: hidden;
}

.package-card .package-card-img-wrap {
    position: relative;
    transition: all 0.5s ease-out;
}

.package-card .package-card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.package-card:hover .package-card-img-wrap .card-img img {
    transform: scale(1.1);
}

.package-card .package-card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.package-card:hover .package-card-img-wrap .card-img::after {
    height: 250%;
    transition: all 0.6s linear;
    background-color: #fff0;
}

.package-card .package-card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgb(21 47 0 / 0.56) 1.03%, #fff0 90.67%);
    border-radius: 10px;
    z-index: 1;
}

.package-card .package-card-img-wrap .card-img img {
    width: 100%;
}

.package-card .package-card-img-wrap .card-img img {
    border-radius: 10px;
    transition: all 0.5s ease-out;
}

.package-card .batch {
    position: absolute;
    top: 5px;
    left: -20px;
    z-index: 1;
}

.package-card .batch .date {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 8px 10px;
    background-color: #000;
}

.package-card .batch .location {
    background-color: #fff;
    border: 1px solid rgb(99 171 69 / 0.5);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.package-card .batch .location svg {
    fill: var(--primary-color1);
}

.package-card .batch .location .location-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
}

.package-card .batch .location .location-list li a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.package-card .package-card-content .card-content-top {
    padding: 25px 0;
}

.package-card .package-card-content .card-content-top h5 {
    /* margin-bottom: 15px; */
    transition: 0.5s;
}

.package-card .package-card-content .card-content-top h5 a {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    transition: 0.5s;
}

.package-card .package-card-content .card-content-bottom .price-area p {
    color: #787878;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.package-card .package-card-content .card-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(16 12 8 / 0.2);
}

.package-card .package-card-content .card-content-bottom .price-area {
    line-height: 1;
}

.package-card .package-card-content .card-content-bottom .price-area h6 {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.package-card .package-card-content .card-content-bottom .price-area span {
    color: #63ab45;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}

.primary-btn2 {
    border-radius: 5px;
    background-color: #63ab45;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.primary-btn2 svg {
    fill: #fff;
    transition: 0.5s;
}

.primary-btn2:hover {
    color: #fff;
}

.primary-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: #0a1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.primary-btn2:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

@media (max-width: 767px) {
    #tour_package .tour_item img {
        height: 180px;
    }
}
#tour_package .tour_item .card-body {
    align-items: center;
    display: flex;
    height: 180px;
}

#whyChooseSection .why_choose_content {
    padding: 30px 20px;
    /* box-shadow: 3px 3px 4px 1px gray; */
    border: 1px solid rgb(239, 238, 238);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.container h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .container h2 {
        font-size: 25px;
    }
}

/* About Us Section CSS Start */
.home1-about-section {
    position: relative;
}

.home1-about-section .about-content .tab-pane {
  color: #787878;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .51px;
}

.home1-about-section .about-img{
    width: auto;
    height: 400px;
}
.home1-about-section .about-img img
{
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* About Us Section CSS End */

#whyChooseSection .why_choose_content {
    box-shadow: 0px 0px 5px 2px rgb(205, 203, 203);
}
#whyChooseSection .why_choose_content:hover {
    box-shadow: 0px 0px 10px 2px gray;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

#haj_tour_package {
    padding-top: 50px;
}
@media (max-width: 767px) {
    #haj_tour_package {
        margin-bottom: 10px;
    }
}
#haj_tour_package .haj_item {
    margin-bottom: 20px;
}
#haj_tour_package .haj_item .haj_price {
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 400;
    background: #3c50b4;
    color: white;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
#haj_tour_package .haj_item img {
    height: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    #haj_tour_package .haj_item img {
        height: 180px;
    }
}
#haj_tour_package .haj_item .card-body {
    align-items: center;
    display: flex;
    height: 120px;
}
#haj_tour_package .haj_item .card-body .tour_content {
    width: 100%;
}
#haj_tour_package .haj_item .card-body .tour_content p {
    font-size: 13;
}
#haj_tour_package .haj_item .card-body .tour_content ul {
    display: flex;
}
#haj_tour_package .haj_item .card-body .tour_content ul li i {
    color: gold;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.header h2 {
    text-align: left;
    padding: 0px;
}

#activitySection {
    padding: 50px 0;
}
#activitySection .container {
    border-top: 1px solid rgb(19 20 26 / 0.16);
    border-bottom: 1px solid rgb(19 20 26 / 0.16);
}

@media screen and (min-width: 768px) {
    #activitySection .activity_content {
        border-right: 1px solid rgb(19 20 26 / 0.16);
    }
}

#popular_tour {
    padding-top: 50px;
    margin-top: 50px;
    background: #fffaf0;
}
@media (max-width: 767px) {
    #popular_tour {
        margin-bottom: 10px;
    }
}
#popular_tour .service_item {
    margin-bottom: 20px;
}
#popular_tour .service_item img {
    height: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    #popular_tour .service_item img {
        height: 180px;
    }
}
#popular_tour .service_item .tour_img {
    position: relative;
}
#popular_tour .service_item .tour_img .price {
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 400;
    background: #3c50b4;
    color: white;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#popular_tour .card-footer {
    text-align: center;
}
#popular_tour .card-footer a {
    display: block;
}

#testimonial .testimonials .slick-slide {
    height: auto;
}
#testimonial .testimonials .slick-slide .card {
    margin: 0px 15px;
}
#testimonial .testimonials .slick-slide .card img {
    display: inline-block !important;
}

#testimonial .testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: white;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
    background: #3c50b4;
    padding: 0px !important;
    cursor: pointer;
    z-index: 22;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}
#testimonial .testimonials .slick-arrow:hover {
    background: white;
    color: #3c50b4;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}

#testimonial .testimonials .fa-arrow-left {
    left: -5%;
}

#testimonial .testimonials .fa-arrow-right {
    right: -5%;
}

#team .card {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#team .card:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#team figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 991px) {
    #team figure img {
        height: 320px;
    }
}

#team figure h4 {
    font-size: 17px;
}

#team figure p {
    font-size: 14px;
}
.blog-details {
    margin-top: 20px;
}

.blog-details-section img {
    width: 100%;
}

.visa_processign h2 {
    text-align: left;
}

.visa_processign .main_img {
    width: 100%;
    margin: 15px 0px;
}

.air_ticketing .main_img {
    width: 100%;
    margin: 15px 0px;
}

.air_ticketing h2 {
    text-align: left;
}

/* ckEditor CSS Start */
.ckeditor-content {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.ckeditor-content * {
    max-width: 100%;
    box-sizing: border-box;
}

.ckeditor-content p,
.ckeditor-content span,
.ckeditor-content div {
    white-space: normal !important;
}
/* ckEditor CSS End */
