body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #464032;
}

a {
    text-decoration: none;
    color: #A7430F;
}

img {
    width: 100%;
    height: auto;
    border: 0px;
}

.breaker {
    clear: both;
    height: 0.1px;
}

.break {
    clear: both;
    height: 12px;
}

#wrapper {
    margin: 0 auto;
    padding: 9px 0;
    background: #fff;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    max-width: 190px;
}

.topper {
    padding: 5px 0 5px;
    background: #034a92;
}

.topsi {
    margin: auto;
    max-width: 1200px;
}

.cont {
    float: left;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 17px;
    line-height: 20px;
    margin-top: 6px;
    margin-left: 25px;
    width: 170px;
}

.cont2 {
    float: left;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 17px;
    line-height: 20px;
    margin-top: 6px;
    margin-left: 25px;
    width: 280px;
}

.cont-icon {
    float: left;
    margin-right: 9px;
    width: 30px;
    margin-top: 7px;
}

.cont span, .cont2 span {
    color: #fff;
    font-size: 14px;
}

.be-social {
    float: right;
    margin-left: 10px;
}

.scl-icon {
    width: 29px;
    border-radius: 100%;
    margin-top: 10px;
    margin-left: 10px;
}

.down-arrow {
    position: absolute;
    z-index: 999999;
    width: 100%;
}

.arrow-down {
    margin: auto;
    display: block;
    position: relative;
    width: 50px;
    height: 65px;
    text-indent: -999em;
    background: #fff url(../image/down-arrow.png) no-repeat center -50px;
    margin-top: -40px;
}

.down-arrow a:hover {
    background: #034a92 url(../image/down-arrow.png) no-repeat center 20px;
}

.pager {
    margin: auto;
    padding: 25px 0;
    background: url(../image/bg.jpg);
    background: #fff;
}

.page {
    margin: auto;
    max-width: 1200px;
}

    .page h2 {
        text-align: center;
        color: #034a92;
        font-size: 29px;
        font-weight: bold;
        margin-bottom: 26px;
    }

    .page p {
        color: #222;
        font-size: 15px;
        line-height: 24px;
        font-weight: normal;
    }

.lefter {
    float: left;
    width: 32%;
    margin-right: 40px;
    margin-bottom: 20px;
}

.more-btn {
    padding: 10px 29px;
    background: #034a92;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-top: 5px;
    border-radius: 100px;
}

    .more-btn:hover {
        background: #ff9933;
    }

.featuring {
    padding: 20px 0;
    background: #fff;
}

#feature {
    max-width: 1220px;
    margin: 0 auto;
    padding: 10px 0 40px;
}

    #feature h1 {
        text-align: center;
        color: #450000;
        font-weight: normal;
        font-size: 30px;
        margin-top: 8px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

.bord2 {
    height: 5px;
    width: 70px;
    margin: auto;
    background: #F93;
    margin-bottom: 30px;
}

.prod-icon {
    display: block;
    overflow: hidden;
}

.logs {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.prod-icon:hover .logs {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04); /* IE 9 */
}

.league {
    background: #450000;
    border-radius: 0px;
    padding: 5px 22px 7px;
    font-size: 13px;
    color: #fff;
    float: left;
    text-align: center;
    position: relative;
    margin-top: -22px;
}

    .league:hover {
        background: #F9B814;
    }

.highl {
    font-weight: bold;
}

.kula-facts {
    padding: 30px 0;
    background: url(../image/home-grass.jpg) center top;
}

.fun-fact {
    margin: auto;
    max-width: 1200px;
    margin-top: 0px;
}

.fact-1 {
    float: left;
    width: 34%;
    color: #fff;
}

    .fact-1 h2 {
        color: #fff;
        font-weight: normal;
        font-size: 36px;
        margin-bottom: 15px;
    }

.fact-2 h3 {
    color: #fff;
    font-weight: normal;
    font-size: 42px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.bord {
    height: 7px;
    width: 70px;
    background: #F93;
    margin-bottom: 20px;
}

.bord3 {
    height: 7px;
    width: 70px;
    background: #F93;
    margin-bottom: 20px;
}

.fact-1 p {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.fact-2 {
    float: right;
    width: 62%;
}

    .fact-2 span {
        float: left;
        width: 33.3%;
        text-align: center;
        color: #fff;
    }

.fact-icon {
    width: 60px;
}

.page-feature {
    padding: 20px 0 30px;
    ;
    margin: auto;
    max-width: 1220px;
}

    .page-feature h2 {
        text-align: center;
        font-size: 33px;
        margin-top: 7px;
        color: #034a92;
        margin-bottom: 15px;
        font-weight: normal;
    }

.lex h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    background: #F93;
    margin-top: -90px;
    padding: 6px;
    position: relative;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 24px;
}

.lex:hover h3 {
    background: #fff;
    color: #000;
    transition: all 0.2s ease-out 0s;
}

.lex {
    width: 23%;
    margin: 30px 1%;
    float: left;
}

    .lex:hover {
        transition: all 0.2s ease-out 0s;
        cursor: context-menu;
    }

.testim-vid {
    padding: 40px 0;
    background: url(../image/testim-bg.jpg);
}

.testim {
    margin: auto;
    max-width: 1200px;
}

.list-dtal {
    float: right;
    width: 60%;
}

.testim-title {
    float: left;
    width: 33%;
}

.testim h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 40px;
}

.testim p {
    font-size: 15px;
    color: #fff;
}

.cln {
    padding: 30px 0 30px 0;
    margin-top: 0px;
    margin: auto;
    max-width: 1200px;
    background: #fff;
}

    .cln h3 {
        font-size: 29px;
        text-align: center;
        color: #000000;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 0 0 15px;
    }

.round-up {
    border: 1px solid #CBCBCB;
    padding: 4px;
    background: #fff;
}

#bookingz {
    padding: 0px 0 0px 0;
    background: url(../image/enquiry.jpg) right center;
    width: 100%;
}

.query {
    width: 50%;
    float: left;
    color: #fff;
    background: #ff9933;
}

    .query h6 {
        padding: 12px 0 0 0px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin: 20px 0 10px 0px;
        font-weight: normal;
    }

    .query p {
        color: #fff;
        padding: 0 15px 0 15px;
        line-height: 150%;
        font-size: 18px;
        text-align: center;
    }

#great {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .grinput {
        font-size: 15px;
        padding: 2px 0.5%;
        color: #fff;
        float: left;
        height: 32px;
        width: 45%;
        border: none;
        background: none;
        border-bottom: 1px solid #fff;
        margin: 10px 1%;
    }

    .mes-input {
        font-size: 15px;
        padding: 8px 1%;
        color: #fff;
        width: 94%;
        height: 70px;
        border: none;
        font-weight: bold;
        background: none;
        border-bottom: 1px solid #fff;
        margin: 10px 0px 12px 5px;
    }

    .send {
        margin: auto;
        width: 220px;
        border: none;
        margin-left: 6px;
        background: #fff;
        padding: 15px 25px 12px 25px;
        color: #000;
        font-size: 17px;
        font-weight: bold;
        transition: 0.5s x;
        border-radius: 28px;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        cursor: pointer;
    }

#bookingz input::placeholder {
    color: #fff;
}

#bookingz ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

#bookingz ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

#bookingz :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

#bookingz :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#footer-wrap {
    background: #000;
    padding: 10px 0 20px;
}

    #footer-wrap ul {
        padding: 0px;
    }

.footer-stat, #footer {
    margin: 0 auto;
    max-width: 1200px;
}

    .footer-stat h3 {
        color: #fff;
        font-size: 19px;
        font-weight: normal;
        margin: 25px 0 20px 0px;
        padding-bottom: 8px;
    }

    .footer-stat h4 {
        color: #ff9933;
        font-size: 17px;
        font-weight: normal;
        margin: 25px 0 10px 0px;
    }

    .footer-stat a {
        text-decoration: none;
        color: #fff;
    }

        .footer-stat a:hover {
            text-decoration: none;
            color: #F9B814;
        }

    .footer-stat li {
        padding: 7px 10px 7px 0px;
        list-style: none;
        text-align: justify;
        letter-spacing: 0.5px;
        color: #222;
        font-size: 14px;
        line-height: 20px;
    }

    .footer-stat p {
        padding: 7px 10px 7px 0px;
        text-align: left;
        font-size: 14px;
        color: #fff;
        margin: 0px;
        line-height: 22px;
    }

.adrs {
    float: left;
    max-width: 21px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.mbl {
    max-width: 20px;
    margin-right: 12px;
    float: left;
}

.eml {
    float: left;
    max-width: 20px;
    margin-right: 12px;
}

.foot {
    float: left;
    width: 20%;
    margin-right: 0%;
    margin-top: 20px;
}

.foot2 {
    float: left;
    width: 16%;
    margin-left: 4%;
}

.foot3 {
    float: right;
    width: 34%;
    padding-left: 3%;
    border-left: 1px solid #034a92;
}

.scl2 {
    width: 15px;
    text-decoration: none;
    display: block;
    float: left;
    border-radius: 100%;
    padding: 9px 9px;
    margin-right: 8px;
    background: #034a92;
}

    .scl2:hover {
        background: #ff9933;
    }

.feeter {
    background: #034a92;
    padding: 15px 0;
}

#footer p {
    margin: 0;
    padding-top: 10px;
    line-height: normal;
    font-size: 14px;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

    #footer a:hover {
        color: #fff;
    }

.dest {
    float: right;
}

.bot-logo {
    padding: 5px;
    width: 40%;
    border-radius: 4px;
    background: #fff;
}

.scrollup {
    width: 40px;
    height: 50px;
    border-radius: 3px;
    text-indent: -9999px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    display: none;
    z-index: 10999999;
}

#matter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.entry {
    float: left;
    width: 70%;
}
.entry h2 {
    padding: 2px 0 0 0px;
    color: #4837FF;
    font-size: 27px;
    margin: 0px 0 10px 0px;
    font-weight: normal;
}
.entry p {
    line-height: 21px;
    padding: 5px 0;
    font-size: 14px;
    margin: 8px 0;
    color: #777777;
}
.siders {
    float: right;
    width: 28%;
    margin-top: 20px;
}
.listerz {
    margin-top: 15px;
    background-color: #034a92;
    border-radius: 4px;
    padding-bottom: 12px;
}

    .listerz h2 {
        font-size: 20px;
        text-align: center;
        padding: 15px 0 12px 10px;
        margin-top: 0px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 12px;
        line-height: 25px;
    }

    .listerz li {
        list-style: none;
        line-height: 20px;
        padding: 6px 0 7px 10px;
    }

.inps1 {
        width: 84%;
        display: block;
        margin: auto;
        color: #999999;
        padding: 7px 2% 7px 4%;
        line-height: 20px;
        border: none;
        margin-top: 12px;
        font-size: 15px;
        background: #F6F6F6;
    }

    .inps1 select {
        width: 91%;
        display: block;
        margin: auto;
        color: #999999;
        padding: 7px 2% 7px 4%;
        line-height: 20px;
        border: none;
        margin-top: 15px;
        font-size: 12px;
        background: #F6F6F6;
    }

    .inps1 textarea {
        padding: 9px 0 9px 4%;
        border: none;
        background: #F6F6F6;
        width: 86%;
        display: block;
        margin: auto;
        font-size: 15px;
        margin-top: 12px;
        color: #999999;
    }

    .submit {
        padding: 12px 0;
        background: #ff9933;
        display: block;
        width: 92%;
        display: block;
        margin: auto;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        border: 0px;
        margin-top: 9px;
        margin-bottom: 8px;
    }

.gal-categ {
    float: left;
    width: 29.3%;
    text-align: center;
    margin-right: 3%;
    padding: 0.5%;
    background: #E3FDFF;
}

    .gal-categ h4 {
        font-size: 18px;
        font-weight: normal;
        margin: 5px 0;
    }

.clnts {
    background: #F2F2F2;
    padding: 20px 0 38px;
}

    .clnts h2 {
        text-align: center;
        color: #002E5E;
        font-weight: normal;
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 30px;
        font-family: 'Offside';
    }

.we-are {
    padding: 30px 0;
    background: #F5F5F5;
    margin-top: 20px;
}

.bets {
    margin: auto;
    max-width: 1200px;
}

    .bets h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 29px;
        color: #002E5E;
        margin-top: 5px;
    }

.best-1 {
    float: left;
    width: 31%;
    background: #fff;
    border-radius: 2px;
    padding: 20px 0;
    margin: 15px 1% 7px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .best-1:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05); /* IE 9 */
    }

    .best-1 h3 {
        text-align: center;
        color: #DA251D;
        font-size: 20px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .best-1 p {
        text-align: center;
        color: #646A64;
        font-size: 14px;
        padding: 0 30px;
        line-height: 22px;
        font-weight: normal;
    }

.highl4 {
    display: block;
    margin: auto;
    text-align: center;
}

.best-icon {
    width: 70px;
    margin-bottom: 12px;
}

.quote-btn {
    float: right;
    padding: 7px 18px;
    border-radius: 100px;
    background: #ff9933;
    color: #fff;
    font-size: 17px;
    margin-top: 5px;
}
.quote-btn:hover {
    background: #fff;
    color: #000;
}
#follows {
    position: fixed;
    top: 200px;
    left: 0px;
    padding: 0px 5px 7px;
    border: 1px solid #0071BC;
    background: #fff;
    z-index: 1999999;
    border-radius: 0 4px 4px 0;
}

.scl {
    width: 24px;
    height: 24px;
    text-decoration: none;
    display: block;
    float: left;
    margin-top: 8px;
}
.entry ol {
	font-size: 15px;
    list-style: decimal;
	line-height: 2;
}
.strong  {
	font-weight: bold;
	word-wrap: break-word;
    text-align: justify;
}

.feactures-image {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.plot-image {
	margin-left: auto;
	margin-right: auto;
	width: 547px;
}
.entry p {
	font-size: 15px;
	margin: 0 0 15px;
    word-wrap: break-word;
    text-align: justify;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	font-family: sans-serif;
	color: #333;

}
h3, .h3 {
    font-size: 24px;
}
th, td {
    padding: 9px 15px;
}
td {
    border-width: 0 1px 1px 0;
    font-size: 14px;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th, td {
    border: 1px solid #d9d9d9;
}
td[Attributes Style] {
    width: 308px;
}
td {
    display: table-cell;
    vertical-align: inherit;
}
table {
    margin: 0 0 1.5em;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
}
table {
    border-collapse: separate;
    border-spacing: 2px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style: disc;
}
ul, ol {
    margin: 0 0 1.5em 0.875em;
    line-height: 2;
}
.entry p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
}
.entry h3 {
	color: #F90909;
}
.mission-img {
	width: 30px;
	margin-bottom: -5px;
	margin-right: 10px;
}
.vission-img {
	width: 35px;
	margin-bottom: -10px;
	margin-right: 10px;
}
.entry h5 {
	font-size: 14px;
	margin-top: -10px;
	margin-left: 10px;
}
.lefter {
	width: 280px;
	float: left;
	background: #3D43F0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.lefter h4 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-weight: normal;
	font-size: 18px;
}
.bord1 {
	height: 1px;
    width: 70%;
    background: #000;
	margin-top: -15px;
}
.entry h1 {
	font-weight: normal;
	font-size: 30px;
}
.matter-divide {
    float: right;
    width: 28%;
    margin-top: 20px;
}
.matter-1 {
    margin-top: 15px;
    border-radius: 4px;
    padding-bottom: 12px;
}
.quote {
	width: 1200px;
	margin: auto;
}
.form-style-9{
	max-width: 100%;
	padding: 30px;
	margin: 50px auto;	
}
.form-style-9 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.form-style-9 ul li{
	display: block;
	margin-bottom: 10px;
	min-height: 50px;
}
.form-style-9 ul li  .field-style{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 15px;
	outline: none;
	background: #FCFCFC;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.form-style-9 ul li .field-split{
	width: 49%;
	border-radius: 5px;
}
.form-style-9 ul li .field-full{
	width: 100%;
	border-radius: 5px;
}
.form-style-9 ul li input.align-left{
	float:left;
}
.form-style-9 ul li input.align-right{
	float:right;
}
.form-style-9 ul li textarea{
	width: 100%;
	height: 120px;
	border-radius: 5px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
	background-color: #216288;
	border: 1px solid #17445E;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 20px 80px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
.entry li {
	list-style: none;
	line-height: 22px;
	padding: 5px 0;
	font-size: 15px;
	color: #7D7D7D;
}
.number-round {
	float: left;
	padding: 4px 11px;
	border-radius: 100%;
	background: #000;
	color: #fff;
	font-size: 15px;
	margin-right: 10px;
	margin-top: -3px;
}

.text-color {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.run-1 {
    float: left;
    width: 31%;
    background: #034a92;
    border-radius: 2px;
    padding-bottom: 20px;
    margin: 15px 1% 7px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .run-1:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05); /* IE 9 */
    }

    .run-1 h3 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .run-1 p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 0 30px;
        line-height: 22px;
        font-weight: normal;
    }

.highl5 {
    display: block;
    margin: auto;
    text-align: center;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 10em auto;
  background: #034a92;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
    color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
    display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 24em auto;
  }
}