/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
#page [rgen-id=rguHJ]:hover {
color: white;
}

.owl-height {
height: auto !important}



#rgns1 {
padding-top: 20px;
color: #333333;
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
}


#page [rgen-id="rgD8Z"]:hover, #page [rgen-id="rgD8Z2"]:hover {
background-color: rgb(253, 198, 1) !important;
color:white;
}


.calltoaction-section-2 .btn:hover {
    background-color: rgb(255, 200, 1);
}

#page [rgen-id="rg0Kt"], #page [rgen-id="rgx6D"] {
background-color: #00373c;
color: white;
}

#page [rgen-id="rg0Kt"]:hover {
background-color: rgb(255,200,1);
color: white;
}

#page [rgen-id="rg3Ft"]  {
background-color: #00373c;
color: white;
border: 0px;
}

#page [rgen-id="rg3Ft"]:hover {
background-color: rgb(255,200,1);
color: white;
}
#page [rgen-id="rg6FF"] {
font-size: 35px;
}

#page [rgen-id="rgnL7"] {
padding-top: 0px;
}

#page [rgen-id="rg7iG"] {
padding-bottom: 50px;
}


#page [rgen-id="rggbw"] {
padding-top: 0px;
}

#page [rgen-id="rgqUU"] {
margin-bottom: 0px;
}


#page [rgen-id="rgE7p"] {
padding-top: 0px;
}

#page [rgen-id="rgXax"] {
	background-color: rgb(0, 55, 60);
    padding: 25px 0 15px 0;
}

#page [rgen-id="rgXay"] {
	font-size: 20px;
	text-align: center;
}





#page [rgen-id="rgx6D"]:hover {
background-color: white;
color: #00373c;
}


#page [rgen-id="rgG1h"] {
background-color:white;
}

#page [rgen-id="rgG1h"]:hover {
background-color: rgb(255,200,1);
color: white;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(0, 55, 60);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}



.price-table .feature-hd {
font-size: 40px;
vertical-align: bottom;
padding-left: 0;
width: 60%;
table-layout:fixed;
}


.price-table .free {
width: 13.33%;
}	

.td-pro1 {
width: 10%;
}	
	
.hd{
padding-top: 0px;
}

#page [rgen-id=rgUlq]{
color: rgb(73, 76, 82);
}

.ie body {
    font-family: arial !important;
}

@supports (-ms-ime-align:auto) {
    body {
        font-family: arial !important;
    }
}

@media (min-width: 900px) and (max-width: 2501px) {
#page [rgen-id=rgtRh] {
border-bottom: 0px;
height: 640px !important;}

}
/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
#page [rgen-id=rgaVJ]
	{ margin-bottom: 100px;
	}
#page [rgen-id=rgD8Z] {
	width: 210px;
	}	
#page [rgen-id="rgeJo"] {
display: none;}		

#page [rgen-id="rgXay"] {
	font-size: 20px !important;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#page [rgen-id=rgAGN] {padding-right: 5px !important; padding-left: 5px !important; text-underline-position: under !important;}
#page [rgen-id=rgAGM] {padding-left: 5px !important; padding-right: 5px !important;text-underline-position: under !important; }

}





/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {
#page [rgen-id="rgqUU"] {
display: none;}



}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
#page [rgen-id="rgqUU"] {
display: none;}		
}
@media (min-width: 600px) and (max-width: 767px) {
#page [rgen-id="rgqUU"] {
display: none;}	
}
@media (min-width: 480px) and (max-width: 599px) {
#page [rgen-id="rgqUU"] {
display: none;}	
}
@media (min-width: 200px) and (max-width: 479px) {
#page [rgen-id="rgqUU"] {
display: none;}	
}
/* Cookie consent styles */

.cookieconsent {
    background-color: rgba(100,100,100,0.8);
    padding-top: 20px;
    padding-bottom: 20px;
    color: white!important;
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    line-height: 1.5;

}

.cookie-text>p {
    font-size: 13px;
    float: left;
    width: 70%;
    margin-right: 10%;
    
}

.cookie-container> div > p > a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .cookie-container {
        width: 1170px;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .cookie-text>p {
        margin-left: 20px;
    }
}

@media (max-width: 569px) {
    .cookie-more {
        display: table !important;
        margin-left: 20px;
        line-height: 1;
        padding-top: 5px;
    }
    .cookie-more > p {
        display: inline-block;
        margin-right: 20px;
    }

    .cookieconsent {
        padding-bottom: 0px;
        padding-top: 3px;
        background-color: rgba(100,100,100,0.9);
    }

    .cookie-text>p {
        margin: 0px 20px 0px 20px;
        width: auto;
    }
}

@media (max-width: 990px) {
    .eltuntet2 {display: none!important;}
}
@media (min-width: 990px) {
    .eltuntet {display: none!important;}
}

#topBtn{
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 55 , 60, 0.8);
    color: white;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.btnimage {
    width: 22px;
    height: auto;
    margin-bottom: 5px;
}
