:root{
	--font-family-regular:'Poppins' !important;
    --font-family-bold:'Poppins' !important;
    --font-family-semibold:'Poppins' !important;
    --font-family-medium:'Poppins' !important;
    --font-family-light:'Poppins' !important;
    
    --font-weight-normal:400;
    --font-weight-bold:700;
    --font-weight-semibold:600;    
    --font-weight-thin:100;
    --font-weight-extralight:200;
    --font-weight-light:300;
    --font-weight-medium:500;    
    --font-weight-extrabold:800;
    --font-weight-black:900;
	
    --theme-html-font-size:100%;
    --theme-body-font-size:14px;

	--font-size-10:0.7142rem;
    --font-size-11:0.7857rem;
    --font-size-12:0.8571rem;
    --font-size-13:0.9286rem;
    --font-size-14:1rem;
    --font-size-15:1.0714rem;
    --font-size-16:1.1428rem;
    --font-size-18:1.2857rem;
    --font-size-20:1.4286rem;
    --font-size-22:1.5714rem;
    --font-size-24:1.7143rem;
    --font-size-26:1.8571rem;
    --font-size-28:2rem;
	--font-size-30:2.1428rem;
	--font-size-32:2.2857rem;
    --font-size-36:2.5714rem;
    --font-size-38:2.7143rem;
    --font-size-40:3rem;
    --font-size-48:3.4285rem;
    --font-size-50:3.5714rem;
    --font-size-60:4.2857rem;
	 --font-size-63:4.5rem;
	
	--color-white:#ffffff;
    --color-black:#000000;


    --base-color:#5A6370;
    --primary-color:#BBDEFA /*#EAF3FF*/;
    --secondary-color:#1678FB;
    --red-color:#F54747;
    --secondary-green-color:#04726b /*#0DB5AB*/;

    --theme-base-color:var(--base-color);
    --theme-primary-color:var(--primary-color);
    --theme-secondary-color:var(--secondary-color);
    --theme-red-color:var(--red-color);

    --theme-gray-dark-color:var(--base-color);
	--theme-gray-light-color:#9092A3;

    --title-text-font-size:var(--font-size-48);
    --paragraph-text-font-size:var(--font-size-24);
	
	--common-text-color:var(--base-color);
	--common-border-color:#eeeeee;
	--theme-secondary-dark-bg:#0E3D81;

	--banner-bg:var(--color-white);
	--header-height:75px;
    --header-bg:var(--theme-secondary-dark-bg);
    --header-link-color:var(--color-white);
	
	--common-paragraph-font-size: var(--font-size-14);
	
	--banner-heading-text:var(--font-size-48);
	--banner-heading-color:var(--color-white);
	--banner-paragraph-font-size: var(--font-size-16);
	--banner-pararaph-color:var(--color-white);

    --footer-bg:var(--theme-secondary-dark-bg);

    --btn-brdr-color:#C4C4C4;
    --btn-bg-color:#fff;
    --btn-text-color:var(--theme-secondary-color);

    --common-btn-brdr-color-hvr:var(--theme-secondary-dark-bg);
    --common-btn-bg-color-hvr:var(--theme-secondary-dark-bg);
    --common-btn-text-color-hvr:var(--color-white);

    --common-label-color:var(--theme-base-color);
    --common-labe-size:var(--font-size-14);
    --common-input-height:44px;
    --common-input-border:var(--common-border-color);

    --right-block-title-bg:#eeeeee;
    --right-block-title-color:var(--theme-base-color);

    --common-border-radius:10px;

    --PhoneInputCountrySelectArrow-color:var(--theme-secondary-color) !important;
    --PhoneInputCountrySelectArrow-opacity:1 !important;

    --ftr-text-color:#d0d4d9;

    
}



  @media screen and (max-width:1600px){
    :root{
     /*    --theme-html-font-size:90% !important;
        --theme-body-font-size:12px !important;

       --title-text-font-size:var(--font-size-50);
        --paragraph-text-font-size:var(--font-size-20);*/
    }
   
  }

@media screen and (min-width:768px) and (max-width:1023px){
    :root {
            --page-left-width:60px;
            --page-right-width:calc(100% - 60px);
            --banner-heading-text:var(--font-size-40);	
            --banner-paragraph-font-size: var(--font-size-14);	
      
      }
}


 @media screen and (max-width:767px){
    :root{
        --theme-html-font-size:100% !important;
        --theme-body-font-size:12px !important;

       --title-text-font-size:var(--font-size-28);
        --paragraph-text-font-size:var(--font-size-14); 

        --banner-heading-text:var(--font-size-30);	
            --banner-paragraph-font-size: var(--font-size-12);	
    }
    .navbar-right {margin-top: 8px;}
  }

  @media screen and (max-width:576px){
	.sitemap-rw-two ul li a{
		white-space: normal!important;
		font-size: 14px!important;
		line-height: 20px!important;
		padding: 0!important;
	}
	.sitemap-rw-two ul li{
		margin: 5px 0!important;
		width: 50%!important;
	}
}

@media screen and (min-width:577px) and (max-width:1023px){

	.sitemap-rw-two ul li a{
		white-space: normal!important;
		font-size: 14px!important;
		line-height: 20px!important;
	}

}