body, html, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, div, p, #NextButton {
    font-family: "Acumin Pro" !important;
}


.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
     font-family:  "Acumin Pro" !important;
}
/*@media(min-width:993px) and (max-width:1600px){
.row{
	width:1300px;
}}*/
.row{
width:800px;
margin-left: 0px;
margin-right:0px;
}
.nav > li > a
{
color:white;
}

.nav > li > a:hover, .nav > li >a:focus {
  text-decoration: none;
  //background-color: #f5806b;
  background-color: transparent;
}




@font-face{
font-family:acumin pro;font-style:normal;font-weight:400;
src:url(https://fonts.cdnfonts.com/s/14432/Acumin-RPro.woff) format('woff')
}
@font-face{
font-family:acumin pro;font-style:italic;font-weight:400;
src:url(https://fonts.cdnfonts.com/s/14432/Acumin-ItPro.woff) format('woff')
}
@font-face{font-family:acumin pro;font-style:normal;font-weight:700;
src:url(https://fonts.cdnfonts.com/s/14432/Acumin-BdPro.woff) format('woff')
}
@font-face{
font-family:acumin pro;font-style:italic;font-weight:700;
src:url(https://fonts.cdnfonts.com/s/14432/Acumin-BdItPro.woff) format('woff')
}


@font-face {
  font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;
}
@font-face {
  font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: italic;
}
@font-face {
  font-family: "acumin-pro", sans-serif;font-weight: 700;font-style: normal;
}
@font-face {
  font-family: "acumin-pro", sans-serif;font-weight: 700;font-style: italic;
}
@font-face {
  font-family: "acumin-pro-extra-condensed", sans-serif;font-weight: 400;font-style: normal;
}
@font-face {
font-family: "acumin-pro-extra-condensed", sans-serif;font-weight: 400;font-style: italic;
}
@font-face {
font-family: "acumin-pro-extra-condensed", sans-serif;font-weight: 700;font-style: normal; 
}
@font-face {
 font-family: "acumin-pro-extra-condensed", sans-serif;font-weight: 700;font-style: italic;
}
@font-face {
font-family: "acumin-pro-condensed", sans-serif;font-weight: 400;font-style: normal;
}
@font-face {
font-family: "acumin-pro-condensed", sans-serif;font-weight: 400;font-style: italic;
}
@font-face {
font-family: "acumin-pro-condensed", sans-serif;font-weight: 700;font-style: normal;
}
@font-face {
font-family: "acumin-pro-condensed", sans-serif;font-weight: 700;font-style: italic;
}
@font-face {
font-family: "acumin-pro-semi-condensed", sans-serif;font-weight: 400;font-style: normal;
}
@font-face {
font-family: "acumin-pro-semi-condensed", sans-serif;font-weight: 400;font-style: italic;
}
@font-face {
font-family: "acumin-pro-semi-condensed", sans-serif;font-weight: 700;font-style: normal;
}
@font-face {
  font-family: "acumin-pro-semi-condensed", sans-serif;font-weight: 700;font-style: italic;
}
@font-face {
  font-family: "acumin-pro-wide", sans-serif;font-weight: 400;font-style: normal;
}
@font-face {
  font-family: "acumin-pro-wide", sans-serif;font-weight: 400;font-style: italic;
}
@font-face {
  font-family: "acumin-pro-wide", sans-serif;font-weight: 700;font-style: normal;
}
@font-face {
  font-family: "acumin-pro-wide", sans-serif;font-weight: 700;font-style: italic;
}


//Adding for cleaner mobile rendering - iphone 12 pro
@media (min-width:360px) and (max-width: 600px) {
//This chunk is for eliminating the blue empty sreen on the right and bottom sides of the page in mobile view
             html, body {
            font-family: 'Acumin Pro' !important;
            /* font-size: 14px; */
            text-rendering: optimizeLegibility;
            padding: 0;
            margin: 0;
            background: #005496;
            min-height: 100%;
            color: #fff;
            height:1500px;
            width:451px;
        }//This chunk is for eliminating the blue empty sreen on the right and bottom sides of the page in mobile view

            .container {
                width: 401px;
            }

            .row {                padding: 32px 26px 0px 24px;            }
            .col-lg-9{
                padding: 0px 27px 0px 16px;
            }



        }
//Defining row width as 800 for desktop screens
@media (min-width: 601px) and (max-width: 3000px) {
   html, body {
            font-family: 'Acumin Pro' !important;
            /* font-size: 14px; */
            text-rendering: optimizeLegibility;
            padding: 0;
            margin: 0;
            background: #005496;
            min-height: 100%;
            color: #fff;
            
        }

            .container {
                width: 800px;
            }
            .col-lg-9{
                padding: 0px 27px 0px 32px;
            }


}
   #btnPrv, #btnNext{
            color: black;
        }

        
