<style>
	.lang_img {
		height:24px;
		opacity:0.7;
	}
	.lang_img:hover {
		height:26px;
		opacity:1;
	}

	.container-fluid
	{
		padding-left: 15px;
	}

	.form-group {
		margin-bottom:8px;
	}
	.form-control, .form-control:focus {
		height:36px;
	}
	.form-group label {
		margin:0;
	}
	.form-group label b {
		color:#b00;
	}
    section {
        padding: 44px 0;
        position: relative;
    }
    .dbdreg
    {
    	position: absolute;
    	right: 43px;
    	bottom: 0px;
    }
    .dbdreg2
    {
    	position: absolute;
    	right: 17px;
    	bottom: -22px;
    	text-align: right!important;
    }

    .addressBlock
    {
    	position: relative;
    	left: 10%;
    }

    .companyBlock
    {
    	padding-left: 100px;
    }

    .dbreg3
    {
    	text-align: right;
    }

    .bottom_footer {
	    padding: 10px 0;
	}

	.logoBlock
	{
		padding-left: 25px;
	}

	.logo_light
	{
		padding-left: 40px;
	}


	.logo {
            max-width: 260px;
            width: 100%;
            height: auto;
        }

    .custom-btn {
        background: #6f9ed1;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 30px;
        transition: all 0.3s ease;
        width: 100%;
    }

    .custom-btn:hover {
        background: #357abd;
        color: white;
    }

    .custom-btn.outline {
        background: transparent;
        border: 1px solid #4a90e2;
    }

    .logo {
        max-width: 105px!important;
        width: 105px!important;
    } 

    .login-header
    {
        font-size: 16px!important;
        padding: 7px!important;
    }

    .form-label {
        color: white;
    }

    .form-label::after {
        content: '*';
        color: red;
        margin-left: 3px;
    }


    @font-face {
	    font-family: 'ETHNOCENTRIC';
	    src: url(<?php echo $globalUrl?>assets/fonts/ethnocentric-rg.ttf);
	}

	.ethoFont {
      
        font-family: "Ethnocentric", sans-serif;
        font-weight: 100;
     
    }

    .fontColor
    {
    	color: #a2aeb6;
    }

    .containerFluidLeft
    {
    	padding-left: 15px;
    }



    table {
        width: 100%;
        border-collapse: collapse;
    }
    th, td {
        border: 1px solid black;
        padding: 10px;
        text-align: left;
    }
    /*th {
        background-color: #455e7c;
        color:#fff;
    }*/




    




</style>



<style>
    
    /* Add these new styles */
    html, body {
        height: 100%;
        margin: 0;
    }
    
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    
    .footer_dark {
        margin-top: auto;
    }
    
    /* Ensure main content area can grow */
    section.small_pb {
        flex: 1 0 auto;
    }
    



   .rego-card {
	    background-color: #455e7c; /* Adjust to match the red in your image */
	    color: white;
	    text-align: center;
	    padding: 15px;
	    border-radius: 10px;
	    font-weight: bold;
	    margin: 0 auto;
	    width: 75%;
    }

    .rego-price {
        font-size: 24px;
        font-weight: bold;
    }
    .rego-subtext {
        font-size: 12px;
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
    th, td {
        padding: 10px;
        text-align: center;
        border: 1px solid #ddd;
    }

    .custom-checkbox {
        display: inline-block;
        width: 26px; /* Adjust width as needed */
        height: 19px; /* Adjust height as needed */
        background-image: url(<?php echo $globalUrl?>images/tickmark.png); 
        background-size: cover;
    }

    .pr_footer {
	    background-color: transparent;
	}

	.buyNow {
	    background-color: #6f9ed1;
	    border-color: #6f9ed1;
	    border: none;
	}
	.buyNow:hover {
        background: #357abd;
        color: white;
    }

    .leftHeader
    {
    	background: #6f9ed1;
	    color: #fff;
	    padding: 15px;
	    border-radius: 10px;
	    position: relative;
	    left: 30px;
    }

    .leftHeaderBold
    {
    	font-weight: 600;
    }

    .textAlignLeft
    {
    	text-align: left;
    }




/* Pricing Cards */
.rego-card {
    
    
    padding: 0px;
    border-radius: 10px;
    font-weight: bold;
    margin: 10px auto;
    width: 90%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

/*.rego-card:hover {
    transform: scale(1.05);
}*/

.rego-price {
    font-size: 22px;
    font-weight: bold;
}

.buyNow {
    background-color: #6f9ed1;
    border-color: #6f9ed1;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.buyNow:hover {
    background: #357abd;
    color: white;
}



</style>





<? if($lang == 'th'){ ?>
<style>
.nav-link {
	font-size:17px !important;
}
</style>
<? } ?>

<style>
	#scrollDiv2, #scrollDiv3, #scrollDiv4, #scrollDiv5 {
	    scrollbar-width: none;
	    -ms-overflow-style: none;
	}
	#scrollDiv2::-webkit-scrollbar,
	#scrollDiv3::-webkit-scrollbar,
	#scrollDiv4::-webkit-scrollbar,
	#scrollDiv5::-webkit-scrollbar {
	    display: none;
	}
</style>

<style type="text/css">
	.rego-card {
    font-family: 'Segoe UI', sans-serif;
    color: white;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.rounded-top {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.rounded-bottom {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.rego-header {
    background-color: #455e7c;
    text-align: center;
    padding: 13px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    max-height: 107px;
}

.rego-content {
    background-color: #6f9ed1;
    padding: 20px;
    color: white;
}
.bakgroundWhite
{
	background-color: #fff;
	color: #6f9ed1;
}

.rego-section {
    margin-bottom: 15px;
}

.rego-section strong {
    display: block;
    margin-bottom: 8px;
}

.rego-section ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.rego-section li {
    margin-bottom: 6px;
}

.rego-footer {
    background-color: #455e7c;
    text-align: center;
    padding: 13px;
    max-height: 103px;
}

.rego-price {
    font-size: 24px;
    font-weight: bold;
}

.rego-subtext {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.buyNow {
    display: inline-block;
    background-color: #86b6e2;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.buyNow:hover {
    background-color: #6a9bd1;
}

.section-title {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

.sub-features {
    list-style: none;
    padding-left: 18px;
    margin: 0;
    text-align: left;
    padding-left: 18px!important;
}

.sub-features li {
    margin-bottom: 6px;
    font-weight: 100;
}
.licenter
{
	text-align: center;
}

.buyNowMid{
	border-radius: 23px;
	margin-bottom: 3px;

	margin-top: 10px;
    padding-top: 6px !important;
    padding-bottom: 6px ! Important;
    
}

.rego-content {
    font-size: 16px;
}
.col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.marginbtm
{
	margin-bottom: 4px!important;
}
.noVisible
{
	visibility: hidden;
}
.paddingLeft
{
	padding-left: 0px!important;
}
.padddingBtm
{
	padding-bottom: 5px;
}
.marginbtmLast
{
	margin-bottom: 188px!important;
}
.boldValue
{
	font-weight: 600!important;
}

.commfotterbtm
{
	padding: 13px;
}
@media screen and (max-width: 1746px) {

	.rego-content 
	{
        font-size: 12px!important;  
    }
    .ethoFont 
    {
	    font-size: 20px;
	}
	.rego-header
	{
		font-size: 20px;
    	max-height: 99px;

	}
	.buyNowMid
	{
		font-size: 14px;
	}
	.custom-checkbox
	{
		width: 20px;
		height: 15px;
	}

	.padddingBtm
	{
		padding-bottom: 21px;
	}
	.commonRegoContentHeight
	{
		max-height: 319px!important;
	}

	.marginbtm
	{
		margin-bottom: 1px!important;
	}
	.commfotterbtm
	{
		padding: 11px;
	}
    
} 

@media screen and (max-width: 1601px) {

	.rego-content 
	{
        font-size: 12px!important;  
    }
    .ethoFont 
    {
	    font-size: 20px;
	}
	.rego-header
	{
		font-size: 20px;
    	max-height: 99px;

	}
	.buyNowMid
	{
		font-size: 14px;
	}
	.custom-checkbox
	{
		width: 20px;
		height: 15px;
	}

	.padddingBtm
	{
		padding-bottom: 15px;
	}
	.commonRegoContentHeight
	{
		max-height: 319px!important;
	}
	.commfotterbtm
	{
		padding: 11px;
	}
    
} 

@media screen and (max-width: 1537px) {

	.rego-content 
	{
        font-size: 10px!important; 
    }

    .ethoFont 
    {
	    font-size: 18px;
	}
	.rego-header
	{
		font-size: 18px;
    	max-height: 94px;

	}

	.buyNowMid
	{
		font-size: 12px;
	}
	.padddingBtm
	{
		padding-bottom: 5px;
	}
	.rego-price
	{
		font-size: 18px;
	}	
	.rego-subtext
	{
		font-size: 12px;
	}
	.commonRegoContentHeight
	{
		max-height: 285px!important;
	}
	.commfotterbtm
	{
		padding: 12px;
	}
    
} 

@media screen and (max-width: 1280px) {

    .rego-content 
    {
        font-size: 9px!important; 
        padding: 10x!important; 
    }

    .ethoFont 
    {
	    font-size: 16px;
	}
	.rego-header
	{
		font-size: 16px;
		max-height: 89px;
	}

	.buyNowMid
	{
		font-size: 11px;
	}
	.marginbtm
	{
		margin-bottom: 0px!important;
	}
	.rego-price
	{
		font-size: 17px;
	}	
	.rego-subtext
	{
		font-size: 11px;
	}
	.padddingBtm {
        padding-bottom: 4px;
    }

    .commonRegoContentHeight
	{
		max-height: 269px!important;
	}
	.subFeaturePadLeft
	{
		padding-left: 12px!important;
	}
	.commfotterbtm
	{
		padding: 13px;
	}
}


@media screen and (max-width: 1165px) {

    .rego-content 
    {
        font-size: 9px!important; 
        padding: 10px!important; 
    }
    .ethoFont 
    {
	    font-size: 15px;
	}
	.rego-header
	{
		font-size: 15px;
		max-height: 87px;
	}
	.buyNowMid
	{
		font-size: 10px;
	}
	.marginbtm
	{
		margin-bottom: 0px!important;
	}
	.rego-price
	{
		font-size: 16px;
	}	
	.rego-subtext
	{
		font-size: 10px;
	}
	.padddingBtm {
        padding-bottom: 0px;
    }
     .commonRegoContentHeight
	{
		max-height: 248px!important;
	}
	.subFeaturePadLeft
	{
		padding-left: 12px!important;
	}
	.commfotterbtm
	{
		padding: 13px;
	}
	
} 





</style>
