
<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: 0px;
    }



    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;
	    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: 22px; /* Adjust width as needed */
        height: 15px; /* 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;
    font-weight: bold;
    margin: 10px auto;
    width: 90%;
   
}

/*.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;
}



#tablequest th, td {
    border: 0px solid #ddd;
     white-space: nowrap;
     text-align: left;
}

</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;
   
}

.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: 14px;
}
.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: 0px;
}*/
.marginbtmLast
{
	margin-bottom: 188px!important;
}
.boldValue
{
	font-weight: 600!important;
}

.commfotterbtm
{
	padding: 13px;
}

.fieldColor
{
	color: #6c757d!important;
	font-weight: 600;
}




				    		
 .custom-checkbox-2 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #6f9ed1; /* Blue border */
  border-radius: 3px;
  margin-bottom: 0px;
}

.custom-checkbox-2 input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
  height: 10px;
  border-left: 4px solid #6f9ed1; /* Light blue */
  border-bottom: 4px solid #6f9ed1;
  display: none;
}

.custom-checkbox-2 input[type="checkbox"]:checked + .checkmark {
  display: block;
}

.editpencil
{
	color: #6f9ed1;
    font-size: 16px;
    vertical-align: top;
    margin-left: 16px;
}


@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: 12px;
		height: 19px;
	}

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

	/*.marginbtm
	{
		margin-bottom: 0px!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: 12px;
		height: 9px;
	}

	/*.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;
	}

	.regosectionlineheight
	{
		font-size: 9px !important;
   
	}
}


@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: 5px!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;
	}
	.regosectionlineheight
	{
		font-size: 9px !important;
 
	}

	
} 

    @keyframes slideText {
        0% {
            transform: translateX(60%);
        }
        100% {
            transform: translateX(-100%);
        }
    }



    .sliding-text {
        display: inline-block;
        animation: slideText 30s linear infinite;
        white-space: nowrap;
        animation-delay: 0s;
    }

    .sliding-text h3 {
        display: inline-block;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 20px;
    }

    .text-slider-container {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        padding: 10px 0;
    }


    .custome-checkbox input[type="checkbox"] + .form-check-label::after {
	    content: "" "";
	    width: 11px;
	    position: absolute;
	    top: 5px!important;
	    left: 3px;
	    opacity: 0;
	    height: 6px;
	    border-left: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	    -moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

</style>