
		.tooltip-inner {
		    background-color: #000;
		    border-radius: .25rem;
		    color: #fff;
		    max-width: 200px;
		    padding: .25rem .5rem;
		    text-align: center;
		    position: relative;
		    top: 50px;
		}

		.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^=top] .arrow:before {
            position: relative;
		    top: 55px;
        }
        /*        header.trans {
					background-color: #fff ;
					transition: background-color .5s;
				}*/
				@media  only screen and (min-width: 993px){
					.header_1 {
				margin-top:10rem;
			}
			.lowestbadge{
				margin-top:4rem;
			}
				}
		@media  only screen and (max-width: 992px){
			.lowestbadge{
				margin-top:0rem;
			}
			.header_1 {
				position: absolute;
				top: unset ;
				margin-top:1rem;
			}

			div.lowest_before {
		      height: 150px;
		      width: 150px;
		      margin-top: .5rem ;
		    }

		    div.lowest_before:hover {
		      height: 150px;
		      width: 150px;
		      margin-top: .5rem ;
		    }

		}

		div.lowest_before {
			cursor: pointer;
			background-image: url(/img/lowest-price-guarantee.png);
			background-repeat: no-repeat;
			background-position: top;
			background-size: contain;
			content: "";
			height: 200px;
			line-height: 1;
			vertical-align: middle;
			width: 200px;
			position: absolute;
              
            }

        div.lowest_before:hover {
        	background-image: url(/img/lowest-price-guarantee.png);
        	background-repeat: no-repeat;
        	background-position: top;
        	background-size: contain;
        	content: "";
        	height: 220px;
        	line-height: 1;
        	vertical-align: middle;
        	width: 220px;
        	position: absolute;
                
        }

		header#navbar-header {
            background-color: #fff ;
        }

        .modal-header {
            color: white;
            /*border-bottom: unset;*/
            background-color: #794292;
        }

        .home-wrapper {
            padding-top: 90px;
        }

        body {
            background-color: #fff ;
        }

        html, body {
            position: relative;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
        }

        .readyheader {
            font-size: 2.25rem;
        }

        /* register  */
        .register-label {
            font-family: Playfair Display;
            font-style: normal;
            font-weight: 900;
            font-size: 2.25rem;
            line-height: 64px;
            text-align: center;
            color: #3c3c3c;
        }

        .register-sublabel {
            font-weight: unset ;
            color: #5a5a5a;
            font-size: 16px;
            width: 100%;
            text-align: center;
            font-family: 'Open Sans';
        }

        .form-control {
            /* border-radius: 30px ; */
            /* width: fit-content; */
        }

        .btn-purple {
            background-color: #946CE0;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            box-shadow: 0px 0px 14px #946CE0;
            letter-spacing: 0.1em;
        }

        .btn-purple:hover {
            border-style: solid;
            border-radius: 5px;
            border-width: 1px;
            border-color: #2aaaab;
            background: #fff;
            color: #2aaaab;
            text-decoration: none;
            transition: all 0.7s;
            box-shadow: 0px 0px 14px #2aaaab;
            letter-spacing: 0.1em;
        }

		@media  only screen and (max-width: 480px) {
			.copyright-promo {
				margin-bottom: 130px;
			}
		}
		@media  only screen and (min-width: 481px) {
			.copyright-promo {
				margin-bottom: 50px;
			}
		}

        .wordpress-blog .slick-slide img {
            width: 100%;
        }

	
    .trans.scrolled {
        background-color: #fff ;
        transition: all .3s ease-in ;
    }

    @font-face {
        font-family: 'Clarity City';
        src: url('fonts/ClarityCity-Regular.ttf');
    }

    @font-face {
        font-family: 'PlayfairDisplay';
        src: url('/fonts/PlayfairDisplay-Regular.ttf');
    }

    .container.show {
        top: 0 ;
        left: 0 ;
        position: fixed ;
    }

    .floating{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 2px 2px 3px #999;
    z-index:100;
    }

    .float-button{
        margin-top:16px;
    }

    @media (max-width: 576px) {
        .floating {
            right: 2%;
            bottom: 25%;
        }

        div#menuCollapse nav a {
            font-size: 1rem;
        }
    }

    .country-menu {
        width: max-content;
        padding-right: 0.5rem;
    }
