/* Global CSS Variables */
:root { 
    --primary_color: #F07046;
    --second_color: #F6A723;
}

body {
    background: linear-gradient(180deg, #EEEEEE 0%, #F1F1F1 100%) !important;
    color:#000;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
}
body.language_he {
    font-family: 'Rubik', sans-serif;
}
body.language_ar {
    font-family: 'Cairo', sans-serif;
}
body.landingPage {
    margin-top: 100px;
}
body.homepage {
    margin-top: 0;
}
html, body {
    font-size: 18px;
}
@media (max-width: 1366px) {
    html, body {
        font-size: 15px;
    }
}
@media (max-width: 1024px) {
    html, body {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    html, body {
        font-size: 14px;
    }
    .container {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1360px;
    }
}
.container-fluid.first-bg-color {
    background-color: #0051A8 !important;
}
.container-fluid.second-bg-color {
    background-color: #0D5AAC !important;
}
.home_background_color {
    position: absolute;
    right: 0;
    top: -250px;
    height: 100vh;
}
.home_background_image {
    position: absolute;
    z-index: 0;
    background: #0051A8;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
html[dir="rtl"] .home_background_color {
    right: auto;
    left: 0;
}
html[dir="rtl"] .home_background_image {
    right: auto;
    left: 0;
}


/**
 * Anchor Target Fix - Fix the scrolling position when scrolling 
 * the user to an anchor, we must do it because we use fixed top
 * menu, so we fake the anchor place related to the menu height.
 */
.hash-anchor-target-fix {
    padding-top: 100px;
    margin-top: -100px;
}
/* JavaScript (.hash-anchor-scroll-effect) focusing the element so we remove the outline */
.hash-anchor-target-fix:focus {
    outline: none;
}

.menuHeader .row {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .menuHeader .logo {
        height: 40px !important;
    }
}

a.facebookLogin , a.googleLogin {
    display: block;
    cursor: pointer;
}
a.facebookLogin:hover , a.googleLogin:hover {
    text-decoration: none !important;
}

/* Top Menu */
.site123_top_nav {
    display: flex;
    gap: 12px;
}
.menuHeader .site123_nav {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-basis: 70%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    list-style: none;
}
.menuHeader .site123_nav_links {
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.menuHeader .site123_nav li {
    float: left;
}
html[dir="rtl"] .menuHeader .site123_nav li {
    float: right;
}
.menuHeader .site123_nav li a.menuItem {
    color: #010B40;
    padding: 0.8rem;
    padding: 10px 23px;
    color: #fff !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s linear;
}
.site123_nav_links a.languageModalElement.menuItem {
    color: #fff !important; 
}
.menuHeader .site123_nav li a:focus {
    outline: none;  /* Fix Firefox focus outline */
}
.menuHeader .site123_nav li a:not(.btn):hover,
.site123_nav_links a.languageModalElement.menuItem:hover {
    text-decoration: none;
    color: var(--primary_color) !important;
}
.mobileMenuFromSide .site123_logo,
.menuHeader .site123_logo {
    height:45px;
    width:auto;
    max-width: 100%;
}
html[dir="rtl"] .mobileMenuFromSide .site123_logo,
html[dir="rtl"] .menuHeader .site123_logo {
	background-position: right center;
}
/* Mobile & Tablet
----------------------------------*/
@media(max-width:550px) {
    .mobileMenuFromSide .site123_logo,
    .menuHeader .site123_logo {
        height:35px;
        width:auto;
        max-width: none;
    }
}


.menuHeader {
    z-index: 10;
}

@media (min-width: 992px) {
    .menuHeader.homepageMenuTransparent {
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        border-bottom: 0;
    }
    .menuHeader.homepageMenuTransparent .row {
        background-color: transparent;
        border:0;
    }
    .menuHeader.homepageMenuTransparent .site123_nav li, .menuHeader.homepageMenuTransparent .site123_nav li a.menuItem, .menuHeader.homepageMenuTransparent .site123_nav .btn-link,.homepageMenuTransparent .site123_nav_links a.languageModalElement.menuItem {
        color: #fff !important;
        font-size: 16px;
        font-size: .9rem;
        transition: all .3s linear;
    }
    .menuHeader.homepageMenuTransparent .site123_logo {
        /*background-image: url(https://cdn-cms.f-static.com/uploads/2028/400_56e1453947721.png);*/
    }
    .menuHeader.homepageMenuTransparent .site123_logo.logoDefault {
        /*background-image: url(/files/logo/MainLogo/SITE123_black_small.png);*/
    }
    /* because the domains results have lots of content the elements were
    covering the top menu so we added new attribute to the body to know when we
    can give some css fix for that issue */
    body[data-domain-results="true"] .homepageMenuTransparent ~ .homepageHeaderCenter .center {
        padding-top: 120px !important;
    }
}

.mobileMenu {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    color: black;
    cursor: pointer;
    background-color: #F0F0F0;
    width: fit-content;
    padding: 8px;
    border-radius: 8px;
    margin: 0 0 0 auto;
}
html[dir="rtl"] .mobileMenu {
    margin: 0 auto 0 0;
}
/* Mobile & Tablet
----------------------------------*/
@media(max-width:550px) {
    .insidePage .mobileMenu {
        color: #000;
    }
}
.menuHeader.homepageMenuTransparent {
    background-color: transparent;
}
.menuHeader.homepageMenuTransparent .mobileMenu {
	color:white;
}
@media (max-width: 991px) {
    .menuHeader .container {
        width: 100%; 
    }
    .menuHeader.homepageMenuTransparent .mobileMenu {
        color:black;
    }
}
.mobileMenuFromSide {
    background-color: #0051A8;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10;
    transition: right 0.7s ease-in-out;
    padding: 20px;
    height: 100vh;
    width: 100%;
    box-shadow: 1px 0px 3px 4px #0000002e;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
html[dir="rtl"] .mobileMenuFromSide {
    right:auto;
    left:-100%;
    border-left: 0;
    box-shadow: 3px 0px 3px 4px #0000002e;
    transition: left 0.7s ease-in-out;
}
.mobileMenuFromSideOpen {
    right:0;
    min-width: 100vw;
}
html[dir="rtl"] .mobileMenuFromSideOpen {
    right:auto;
    left:0;
}
.mobileMenuFromSideOpen .languageModalElement {
    color: #fff !important;
}
.mobileMenuFromSide .mobileMenuHeader {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #678ACC;
    padding-block: 16px;
}
.mobileMenuFromSide ul {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 0;
}
.mobileMenuFromSide ul li a {
	font-size: 20px;
	line-height: 40px;
    color: #Fff;
}
.mobileMenuFromSide .mobile-menu-main-btns {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 50%;
    align-self: center;
}
.mobileMenuFromSide .mobile-menu-main-btns > .btn {
    flex-basis: 50%;
}
.mobileMenuClose {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    padding: 8px;
    border-radius: 8px;
    background-color: #F0F0F0;
    width: fit-content;
    margin: 0 0 0 auto;
}
html[dir="rtl"] .mobileMenuClose {
    margin: 0 auto 0 0;
}
.mobileMenuClose svg {
    width: 24px;
    height: 24px;
}

.btn {
    font-size: .9rem;
    line-height: 1.4;
    padding: 20px 48px;
    border-radius: 4px;
    transition: all .3s linear;
}
.btn.btn-small {
    font-size: 16px;
    font-size: .8rem;
    padding: 16px 32px;
}
.btn.btn-mini {
    font-size: 14px;
    font-size: .7rem;
    padding: 10px 18px;
}
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus:active, .btn-primary:focus:hover {
    background-color: #FF9B05 !important;
    border-color: #FF9B05;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus:active, .btn-primary:focus:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 155, 5,0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 155, 5,0.2) !important;
}
.btn-clean {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: white !important;
}

.pre-line {
    white-space: pre-line;
}
.btn.btn-blue {
    background-color: var(--primary_color);
    color: #fff;
}
.btn.btn-primay {
    background-color: var(--primary_color);
    color: #fff;
}
.btn.btn-second {
    background-color: var(--second_color);
    color: #032B37;
    font-weight: 700;
    font-size: 18px;
}
.btn.btn-transparent {
    border: 1px solid var(--second_color);
    color: var(--second_color);
    font-weight: 700;
    font-size: 18px;
}
.btn.btn-second.btn-outline-orange {
    border: 1px solid var(--second_color);
    background-color: transparent;
    color: var(--second_color);
}
.insidePage .btn.btn-second.btn-outline-orange {
    border-color: white;
    color: white;
}
























/* homepage header */
.homepageHeader {
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    position: relative;
}
.homepageHeaderCenter {
    position: relative;
}
.homepageHeaderCenter .center {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    background-image: url(/manager/websites/easylogo_website/NewVersion/site123/prod/images/home/start-section/BG-1.svg);
    background-size: 80%;
    background-position: top right;
    background-repeat: no-repeat;
}
/* because the domains results have lots of content the elements were
covering the top menu so we added new attribute to the body to know when we
can give some css fix for that issue */
body[data-domain-results="true"] .homepageHeaderCenter .center {
    padding-top: 100px;
    min-height: 100vh;
    height: auto;
}
/* sometimes we like to box the be vertical align to top */
.homepageHeaderCenter .center.v-top {
    padding-top: 120px !important;
    justify-content: start;
}
.homepageHeaderCenter .center .box {
    width: 1200px;
    max-width: 90%;
    background-color: #fff;
    border: 0;
    padding: 25px;
    z-index: 1;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    text-align: center;
}
.homepageHeaderCenter .center .box .domainInput {
    margin-top: 20px;
}
.homepageHeaderCenter .backgroundSide {
    position: absolute;
    right:0;
    top:0;
    height: 100vh;
    width: 55vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top: 100vh solid;
    border-left: 18vw solid transparent;
    border-top-color: #0597F2;
}
html[dir="rtl"] .homepageHeaderCenter .backgroundSide {
    right:auto;
    left:0;
    border-left: unset;
    border-right: 18vw solid transparent;
}
.homepageHeaderCenter .backgroundSideFlop {
    position: absolute;
    right:0;
    top:0;
    border-bottom: 100vh solid;
    border-left: 50vw solid transparent;
    border-bottom-color: #027ECC;
    border-top: unset;
}
html[dir="rtl"] .homepageHeaderCenter .backgroundSideFlop {
    right:auto;
    left:0;
    border-left: unset;
    border-right: 50vw solid transparent;
}
.homepageHeader .leftSide {
    width:50%;
    padding:5rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.homepageHeader .rightSide {
    width:50%;
    text-align: center;
    position: relative;
}
.homepageHeader .rightSide .backgroundSide {
    position: absolute;
    right:0;
    top:0;
    height: 100vh;
    width: 55vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top: 100vh solid;
    border-left: 18vw solid transparent;
    border-top-color: #0597F2;
}
html[dir="rtl"] .homepageHeader .rightSide .backgroundSide {
    right:auto;
    left:0;
    border-left: unset;
    border-right: 18vw solid transparent;
}
.homepageHeader .rightSide .backgroundSideFlop {
    border-bottom: 100vh solid;
    border-left: 15vw solid transparent;
    border-bottom-color: #027ECC;
    border-top: unset;
}
html[dir="rtl"] .homepageHeader .rightSide .backgroundSideFlop {
    right:auto;
    left:0;
    border-left: unset;
    border-right: 15vw solid transparent;
}
.homepageHeader .rightSide .imageSide {
    position: absolute;
    right:0;
    top:0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
html[dir="rtl"] .homepageHeader .rightSide .imageSide {
    right:auto;
    left:0;
}
.homepageHeader .actionButton {
    margin: 20px 0;
    position: relative;
}
.home_arrow_box {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: rotate(-18deg);
}
.home_arrow_box img {
    height: 118px;
}
html[dir="rtl"] .home_arrow_box {
    right: 50%;
    left: auto;
    transform: scaleX(-1);
}
.homepageHeader .imageSide img {
    height: auto;
    max-width: 80%;
    max-height: 80%;
    display: inline-block;
    border-radius: 6px 6px 0 0;
    transition: opacity .35s;
}
.homepageHeader .imageSide img:not([src]) {
    opacity: 0;
    transition: opacity .35s;
}
html[dir="rtl"] .homepageHeader .imageSide img {
    border-radius: 0 6px 6px 0;
}
.homepageHeader .imageSide .homepage_video {
    height: auto;
    max-width: 70%;
    max-height: 60%;
    display: inline-block;
    box-shadow: 0 0 80px 20px rgba(37, 37, 37, 0.38);
    border-radius: 6px 6px 0 0;
}
html[dir="rtl"] .homepageHeader .imageSide .homepage_video {
    border-radius: 0 6px 6px 0;
}
.homepageHeader h1 {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 200;
}
.homepageHeader h2 {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 200;
}
.homepageHeaderCenter h1 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 500;
}
.homepageHeaderCenter h2 {
    font-size: 1.3rem;
    line-height: 1.1;
    font-weight: 200;
}
@media (max-width: 767px) {
    .homepageHeader {
        min-height: calc(100vh - 69px);
    }
    .homepageHeader .rightSide {
        display: none;
    }
    .homepageHeader .leftSide {
        width: 100%;
        padding: 10px;
        align-items: center;
    }
    .homepageHeader .mobileDesign {
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100vh - 69px);
        width: 46vw;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        border-top: calc(20vh - 69px) solid;
        border-left: 47vw solid transparent;
        border-top-color: #0597F2;
    }
}



.menuHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0;
    height: 100px;
    display: flex;
    align-items: center;
    transition: all .3s linear;
    background-color: #0D5AAC;
}

#goToBackMainCategories {
    cursor: pointer;
    padding: 15px 0;
}





.landingPage section {
    background-color: inherit;
    padding-top:80px;
    padding-bottom: 80px;
    margin-top:0;
    margin-bottom: 0;
}
.landingPage section .sectionHeader {
    margin-bottom: 80px;
}
.landingPage section .sectionHeader h3 {
    color: #010B40;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
    font-size: 2.8rem;
}
.homepage.landingPage section .sectionHeader h3 {
    color: #fff;
}
.insidePage.landingPage section.first-bg-color .sectionHeader h3 {
    color: #fff;  
}
.landingPage section .sectionHeader .small_hr {
    display: none;
}
html[dir=rtl] 
.landingPage section .sectionHeader h5 {
    font-size: 1.5rem;
}
.landingPage section .sectionHeader {
    margin-bottom: 40px;
}
.landingPage section:nth-of-type(2n) {
    background-color: inherit;
}



.input-icon > .ace-icon {
    display: flex;
    align-items: center;
}

div.wizardSteps {
    width: 500px;
    max-width: 97%;
    margin: auto;
    display: flex;
}



.landing_bigTempImage {
    position: relative;
    padding-top:20px;
    padding-bottom: 10px;
    min-height: 75vh;
    background-color: #fff;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    display: flex;
}
.landing_bigTempImage.clean {
    height: 330px;
    min-height: 330px;
    padding: 0;
    background-color: #0051A8;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .landing_bigTempImage.clean {
        height: auto;
        min-height: auto;
        padding-top: calc(20vh - 69px);
        padding-bottom: 30px;
    }   
}
.landing_bigTempImage.cleanBig {
    height: 530px;
    min-height: 530px;
}
.landing_bigTempImage.clean .tempText h1 {
    color:#fff;
}
.landing_bigTempImage.clean .tempText h2 {
    color:#fff;
}
.landing_bigTempImage.clean .airColor {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 15vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top: 329px solid #0597F2;
    border-left: 11vw solid transparent;
}
.landing_bigTempImage.cleanBig .airColor {
    border-top: 529px solid #0597F2;
}
html[dir="rtl"] .landing_bigTempImage.clean .airColor {
    right: auto;
    left:0;
    border-left: unset;
    border-right: 11vw solid transparent;
}
.landing_bigTempImage.clean .airColorFlop {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-bottom: 329px solid #027ECC;
    border-left: 9vw solid transparent;
    border-top: unset;
}
.landing_bigTempImage.cleanBig .airColorFlop {
    border-bottom: 529px solid #027ECC;
}
html[dir="rtl"] .landing_bigTempImage.clean .airColorFlop {
    right: auto;
    left:0;
    border-left: unset;
    border-right: 9vw solid transparent;
}

@media (max-width: 767px) {
    .landing_bigTempImage.clean .airColor {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 46vw;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        border-top: calc(20vh - 69px) solid;
        border-left: 47vw solid transparent;
        border-top-color: #0597F2;
    }
    .landing_bigTempImage.clean .airColorFlop {
        display: none !important;
    }
}
.landing_rowMainImage {
    width: 100%;
    height:100%;
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.landing_rowMainImage > div {
    display: inline;
    width: 100%;
}
.landing_rowMainImage > div > div {
    width: 1200px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.landing_rowMainImage h1 {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 37px;
}
.landing_rowMainImage h2 {
    font-size: 1.1rem;
    letter-spacing: 1.2px;
    font-weight: 400;
}


.reviews .allReviews {
    display: flex;
    flex-wrap: wrap;
}
.reviews .allReviews .reviewItem {
    padding: 40px 32px;
    background-image: url(/manager/affiliate/landingPagesMagic/images/quote.svg);
    background-position: 80% 10%;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 16px;
}
/* Fix SAFARI BUG: https://stackoverflow.com/questions/34250282/flexbox-wraps-last-column-of-the-first-row-in-safari */
.reviews .allReviews:before,
.reviews .allReviews:after {
    content: normal; /* IE doesn't support `initial` */
}
.reviews .allReviews > div {
    margin-bottom: 20px;
}
.reviews .des {
    font-style: normal;
    font-size: 16px;
    padding: 5px 0;
}
.reviews .name {
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
}



/* Mobile & Tablet
----------------------------------*/
@media(max-width:550px) {
    .landing_rowMainImage h1 {
        font-size: 40px;
    }
    .landing_rowMainImage p {
        font-size: 20px;
    }
}

.site123 {
    width:auto;
    height:40px;
    position: absolute;
    right:20px;
    top:20px;
}

.yesButton {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: black !important;
}
/* Mobile & Tablet
----------------------------------*/
@media(max-width:550px) {
    .site123 {
        display: none;
    }
}

.actionButton {
    margin: 40px;
    padding: 15px 50px;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.actionButtonSmall {
    margin:10px;
    padding:10px 25px;
    border-radius: 6px;
}


.templates .screenshot {
    margin-top: 40px;
}
.templates .screenshot a {
    display: flex;
    padding-bottom: 20px;
}
.templates .screenshot img {
    width: auto;
    max-width: 100%;
    height: 220px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 32px;
}


















.modal.s123-modal .modal-header {
    background-color: #f3a921;
    color:white;
}
.landing_bigTempImage {
    min-height: 100vh;
}



@media(max-width:1920px) {
    .landing_rowMainImage > div > div {
        width: 1200px;
    }
}
@media(max-width:1600px) {
    .landing_rowMainImage > div > div {
        width: 1100px;
    }
}
@media(max-width:1440px) {
    .landing_rowMainImage > div > div {
        width: 1000px;
    }
}
@media(max-width:1366px) {
    .landing_rowMainImage > div > div {
        width: 900px;
    }
}
@media(max-width:1280px) {
    .landing_rowMainImage > div > div {
        width: 900px;
    }
}
@media(max-width:1024px) {
    .landing_rowMainImage > div > div {
        width: 900px;
    }
}

#quickOpen .modal-content {
    background-color: #fff;
    border:2px solid #ccc;
}

#quickOpen .modal-body {
    background-color: #fff !important;
}

#quickOpen .modal-body .close {
    font-size: 35px;
    opacity: 0.3;
}


#chooseCatBox {
    position: fixed;
    top:-120%;
    left:0;
    width:100%;
    min-height: 100vh;
    z-index: 500;
    background-color: #fff;
    transition: top 0.7s;
    background-color: #eef5f9;
    overflow-y: auto;
    height: 100vh;
}
#chooseCatBox.open {
    top:0;
}
#chooseCatBox.blur {
    filter: blur(3px);
}





@media(max-height:650px) {
    .templatesPage .login-container {
        margin-top: 0 !important;
    }

}




#smallPopupExitEntent {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 10px;
    width: 300px;
    background-color: #2196F3;
    color:white;
    border: 1px solid #ccc;
    border-left: 0;
    padding: 20px;
    font-size: 15px;
    text-align: center;
    z-index: 501;
    border-radius: 5px;
}
html[dir=rtl] #smallPopupExitEntent {
    left: auto;
    right:1px;
}

.today40off {
    background-color: #ff3a3a;
    padding: 5px 16px;
    letter-spacing: 1px;
    border-radius: 6px;
    cursor: pointer;
    display: inline;
    font-size: 18px;
}

.openLink {
    position: relative;
}
.openLink .freeToUse {
    position: absolute;
    background-color: #ff3a3a;
    padding: 3px 10px;
    font-size: 11px;
    right: -72px;
    bottom: -16px;
    letter-spacing: 1px;
    border-radius: 6px;
}
.actionButton .freeToUse {
    padding: 3px 10px;
    font-size: 13px;
}


.faq .des {
    font-style: italic;
    font-size: 18px;
    padding: 5px 0;
}
.faq .name {
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
}

@media(max-height:650px) {
    #chooseCatBox .step1 .well {
        margin-bottom: 10px;
    }
}




.intl-tel-input {
    width:100%;
}
.chosen-single div b:before,
.chosen-container-single .chosen-search:after {
    font-family: 'Font Awesome 5 Light';
}







.landingPage section.site123_promo {
    display: flex;
    background-color: #fff;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
    max-height: 599px;
}
.landingPage section.site123_promo.site123_promo_bottom {
    background-color: #0051A8;
    max-height: 537px;
}
.landingPage section.site123_promo .promo_background_image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    inset: 0;
}
.landingPage section.site123_promo .container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
    z-index: 0;
}
.landingPage section.site123_promo .title {
    font-size: 4rem;
    font-weight: bold;
    color:white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 110%;
    color: #0051A8;
}
.landingPage section.site123_promo.site123_promo_bottom .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.landingPage section.site123_promo .button {
    margin: 15px 0 0 0;
}
@media (max-width: 767px) {
    .landingPage section.site123_promo .title {
        font-size: 2.85rem;
    }
}





.templatesPage .theme {
    max-width: 470px;
}
.templatesPage .previewImage {
    height: 245px;
}
.templatesPage .themeMobilePreview {
    top: 31%;
    left: 75%;
}
html[dir=rtl] .templatesPage .themeMobilePreview {
    right: 75%;
    left: auto;
}












.learnPage .howToSteps {
    font-size: 2.5rem;
}








.templatesPage .previewImage {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.templatesPage .theme {
    border: 1px solid #ccc;
    margin-bottom: 70px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.templatesPage .themeBuild {
    background-color: #f7f7f7;
    padding:4px;
    border-top: 1px solid #ccc;
}

.templatesPage .themeCat {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 70px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.templatesPage .previewImageCat {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.templatesPage .themeTextCat {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #000;
    padding: 3px;
    font-size: 15px;
    letter-spacing: 2px;
}
.templatesPage .themeDesktopPreview {
    width: 100%;
    height: 250px;
    cursor:pointer;
}
.templatesPage .themeMobilePreview {
    width: 100px;
    height: 200px;
    position: absolute;
    top: 30%;
    left: 68%;
    border: 1px solid #ccc;
    z-index: 1;
    cursor:pointer;
}
html[dir=rtl] .templatesPage .themeMobilePreview {
    right: 68%;
    left: auto;
}
















.widget-body {
    -webkit-box-shadow: 0 1px 2px #777;
    -moz-box-shadow: 0 2px 1px #777;
    box-shadow: 0 4px 6px #000;
}
.NextButtons {
    margin-top: 25px;
}

.login-container {
    width: 100%;
}

#category_chosen .chosen-single {
    height: 50px !important;
    font-size: 20px !important;
    line-height: 34px !important;
}


.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
.list-group-item {
    padding: 0;
}
.list-group-item a {
    font-size: 0.8rem;
    padding: 13px 20px;
    display: block;
    text-decoration: none;
    color:black;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #0597F2;
    border-color: #0597F2;
    border-left-color: #fff;
    border-right-color: #fff;
}
.list-group-item.active a {
    color:white;
}

#pluginsList .row {
    display: flex;
    flex-wrap: wrap;
}
.pluginInfo .row {
    display: flex;
    flex-wrap: wrap;
}
.pluginInfo .data, #pluginsList .data {
    background-color: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #e1e6ef;
}
#pluginsList .data h1 {
    margin: 0;
}

#openLogo {
    height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;

}
#openButton {
    height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;

}
@media(max-width:767px) {
    #openButton {
        justify-content: center;
    }
}
#openButton .home {
    color:white !important;
}
#openButton .login {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
#openButton .start {
    border-width: 1px !important;
}






/**
 * Categories Navigation Bar
 */
.s123-categories-navbar.horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 25px 0;
}
.s123-categories-navbar.horizontal li {
    float: none;
    display: inline-block;
    white-space: nowrap;
    background-color: #ffffff;
    border: 0;
    margin: 3px;
    margin-bottom: 5px; /* on small resolutions there are more then one line */
}
.s123-categories-navbar.horizontal .list-group-item.active, .s123-categories-navbar.horizontal .list-group-item.active:hover, .s123-categories-navbar.horizontal .list-group-item.active:focus {
    background-color: #F26A1B;
    border-color: #F26A1B;
    border-left-color: #fff;
    border-right-color: #fff;
}
.s123-categories-navbar.horizontal li > a {
    cursor: pointer;
}
.s123-categories-navbar.horizontal li > a:focus {
    outline: none;  /* Fix Firefox focus outline */
}
.s123-categories-navbar li:hover {
    background-color: #F26A1B;
    border-color: #F26A1B;
}
.s123-categories-navbar li:hover a {
    color: #fff;
}



.bigSearch .search-query {
    padding: 10px;
    font-size: 18px;
    height: 50px;
    width: 550px;
    max-width: 75%;
}
.bigSearch .input-group {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    width: auto;
}
.bigSearch .input-group .input-group-addon {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 53px;
}
.supportSearchBox .bigSearch .input-group {
    justify-content: center;
}
.learnSearchBox .bigSearch .input-group {
    justify-content: center;
}







.supportMenuLive {
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    padding: 3px;
    border-radius: 3px;
    color: white;
    font-size: 0.6rem;
}
.openIntercomBox {
    display: flex;
    justify-content: flex-end;
}
.openIntercomBoxBottom {
    margin: auto;
    text-align: center;
}
.openInsideChat {
    cursor: pointer;
}





.fas.fa-star {
    color:#FF9B05;
}

.supportSearchBox {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}







.landing_bigTempImage {
    min-height: 75vh;
}
.cloudLinks {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cloudLinks li {
}
.cloudLinks li a {
    font-size: 20px;
    padding: 0 10px;
    line-height: 40px;
}

.search-domain-group,
.search-domain-group-2 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    direction: ltr;
}
.search-domain-group #sDomainName {
    border-radius: 0;
    padding: 10px;
    font-size: 20px;
    height: 60px;
    width: 400px;
}
.search-domain-group #sDomainTlds {
    border-radius: 0;
    -webkit-appearance: none;
    padding: 10px;
    font-size: 20px;
    height: 60px;
    width: 200px;
}
.search-domain-group #sDomainTlds::after {
    content: "\f107";
    padding-right: 3px;
    color: #b5b5b5;
    font-family: FontAwesome;
    position: absolute;
    pointer-events: none;
    right: 12px;
    transform: translateY(-50%);
    top: 50%;
}
.search-domain-group #searchDomain {
    border-radius: 0;
    padding: 10px;
    font-size: 20px;
    height: 60px;
    width: 130px;
}
/* Domain Search - Responsive */
@media (max-width: 767px) {
    .search-domain-group {
        display: block;
        margin: 0 5px;
    }
    .search-domain-group-2 {
        margin-bottom: 10px;
    }
    .search-domain-group #sDomainName {
        width: 100%;
    }
    .search-domain-group #sDomainTlds {
        width: 100px;
    }
}



















.articleTagBox {
    display: flex;
    flex-direction: row;
}
.articleTagBox a {
    padding: 5px;
    border: 1px solid;
    color: black;
    font-size: 0.8rem;
    margin: 10px;
}
.articleTagBox a:first-child {
    margin-left:0;
}
html[dir="rtl"] .articleTagBox a:first-child {
    margin-left:unset;
    margin-right:0;
}
.supportReviewReaction{
    text-decoration: none !important;
    cursor: pointer;
    font-size: 40px;
    padding: 0 5px;
}







/*
Fix Google Fetch issue with 100vh
https://productforums.google.com/forum/#!topic/webmasters/jXqRcnWN8Ng
*/
@media all and (min-width: 768px) and (max-width: 1024px) {
    .homepageHeader {
        min-height: 800px;
    }
    .homepageHeader .rightSide .backgroundSideFlop {
        border-bottom: 800px solid #027ECC;
    }
    .homepageHeader .rightSide .backgroundSide {
        height: 800px;
        border-top: 800px solid #0597F2;
    }
    .homepageHeader .rightSide .imageSide {
        height: 800px;
    }
    .oneFeature {
        max-height: 900px;
        min-height: 600px;
    }
}




.homepageHeader .home_arrow_box, .homepageHeader_dTesting .home_arrow_box {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation-name: arrowShakeMeLTR;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
html[dir="rtl"] .homepageHeader .home_arrow_box, html[dir="rtl"] .homepageHeader_dTesting .home_arrow_box {
    transform: scaleX(-1) translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation-name: arrowShakeMeRTL;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes arrowShakeMeLTR {
    2%, 18% {
        transform: translate3d(-5px, 0, 0);
    }

    4%, 16% {
        transform: translate3d(5px, 0, 0);
    }

    6%, 10%, 14% {
        transform: translate3d(-5px, 0, 0);
    }

    8%, 12% {
        transform: translate3d(5px, 0, 0);
    }
    
    18.1% {
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes arrowShakeMeRTL {
    2%, 18% {
        transform: scaleX(-1) translate3d(-5px, 0, 0);
    }

    4%, 16% {
        transform: scaleX(-1) translate3d(5px, 0, 0);
    }

    6%, 10%, 14% {
        transform: scaleX(-1) translate3d(-5px, 0, 0);
    }

    8%, 12% {
        transform: scaleX(-1) translate3d(5px, 0, 0);
    }
    
    18.1% {
        transform: scaleX(-1) translate3d(0px, 0, 0);
    }
}




.insidePage .menuHeader {
    background-color: #0D5AAC;
    border-bottom: 0;
}
.insidePage .menuHeader .site123_nav li a.menuItem {
    color:#fff !important;
}
.insidePage .menuHeader .site123_nav li {
    color:#fff !important;
}
.insidePage .menuHeader .btn.btn-blue {
    background: #FFFFFF;
    border: 1px solid #EBECEE;
    color: #010B40;
}
.homepage .menuHeader .logoBlue {
    display: inline;
}
.homepage .menuHeader .logoWhite {
    display: none;
}


.insidePage .menuHeader .logoBlue {
    display: none;
}
.insidePage .menuHeader .logoWhite {
    display: inline;
}
.insidePage .menuHeader.homepageMenuTransparent .logoBlue {
    display: inline;
}
.insidePage .menuHeader.homepageMenuTransparent .logoWhite {
    display: none;
}








.start-section .row {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.start-section {
    background: linear-gradient(180deg, rgba(0, 81, 168, 0) 0%, #0051A8 100%);
    margin-top:0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.start-section .start-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.start-section .huge-header {
    font-size: 7em;
    line-height: 100%;
    font-weight: 600;
}
.start-section p {
    font-size: 2.7em;
    line-height: 60px;
    letter-spacing: 0.06em;
}
@media (max-width:991px){
    .start-section{
        padding-top:120px;
        background-position:top right;
        padding-bottom:70px;
    }
}
@media (max-width:576px){
    .start-section .row {
        display: inline;
    }    
    .start-section {
        background-position:top right;
        padding-top: 0;
        padding-bottom: 120px;
    }
    .start-section .huge-header {
        font-size: 4em;
        line-height: 140%;
    }
    .start-section p {
        font-size: 1.75em;
    }
}
@media (max-width:767px){
    .start-section .start-content {
        margin-top: 110px;
        gap: 40px;
    }
}
.start-section .start-content h1 {
    margin: 0;
    font-weight: 700;
    color: #fff;
}
.start-section .start-content p { 
    margin: 0;
    color: #fff;
}
.start-section .start-img {
    position:relative
}
.start-section .start-img .first-img {
    display:block;
    width:100%;
}
.start-section .start-img .second-img {
    position:absolute;top:65%;left:10%;-webkit-box-shadow:0 26px 72px rgba(0,0,0,.2);box-shadow:0 26px 72px rgba(0,0,0,.2);max-width:80%
}
.start-section .start-img .third-img {
    position:absolute;top:95%;left:45%;-webkit-box-shadow:0 26px 72px rgba(0,0,0,.2);box-shadow:0 26px 72px rgba(0,0,0,.2);max-width:20%
}

.start-content .start-content-text {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.start-content .start-section-btn {
    align-self: center;
}

.text-decoration {
    display: flex;
    position: relative;
    z-index: 1;
    width: fit-content;
}
.text-decoration::after {
    content: '';
    height: 16px;
    width: 100%;
    background-color: var(--second_color);
    position: absolute;
    bottom: 10px;
    display: flex;
    z-index: -1;
}
@media (max-width:767px){
    .start-content .start-content-text {
        gap: 16px;
    }
    .text-decoration {
        margin: auto;
    }
    .oneFeature {
        text-align: center;
    }
    .text-decoration::after {
        height: 11px;
        bottom: 3px;
    }
    .hide-mobile-br {
        display: none;
    }
}