/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 Jan, 2019, 1:33:22 PM
    Author     : switchme
*/

html,body{
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
.master-section{
    margin-top: 8rem;
}
.amorqa-heading{
    font-size: 43px;
    color: #002263;
    font-weight: 700;
}
.pos-rel{
    position: relative;
}
.pos-abs{
    position: absolute;
}
select, textarea{
    color: #bababa !important;
}
a:hover{
    text-decoration: none;
}
ul{
    padding-left: 20px !important;   
}
/*-----------------------------------------navbar related styles-----------------------------------------*/
.navbar-brand.amorqa-logo{
    max-width: 150px;
}

/*@author:anagha*/
.demo-btn{
    width:170px;
}
.w-full{
    width:100%;
}
.close{
    display:none;
}
.nav-item{
    margin:auto 0px;
}
.nav-active-bar{
    height: 2px;
    background-color: #002263;
    width: 60%;
}
@media screen and (max-width:1200px){
    .nav-active-bar{
        display:none;
    }
    .nav-item{
        margin:5px 0px;
    }
}
/*end*/

.nav-link{
    color: #4A6889 !important;
}
.navbar{
    transition:box-shadow 1s;
}
.navbar .button-common{
    font-weight: 800;
    height: 42px;
    width: 165px;
}
.navbar-shadow{
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
}
/*-----------------------------------------builder logo section related styles-----------------------------------------*/
.builder-logos img{
    margin-left: 3rem;
}
.builder-image-width{
    width: 210px;
    height: 90px;
}
@media screen and (max-width: 480px){
    .builder-image-width{
        width: 126px;
        margin-top: 15px;
        height: 54px;
    }
    .builder-logos img{
        margin-left: unset;
    }
    .builder-logos > .img-fluid:nth-child(even){
        float: right;
    }
    .builder-logos > .img-fluid:nth-child(odd){
        float: left;
    }
/*    .builder-logos{
        width: 80%;
    }*/
    .m-r-25{
        margin-right: 25px;
    }
    input{
        font-size: 13px;
    }
    
    /*@author:anagha*/
    .navbar-brand.amorqa-logo{
    
        margin-right:0px;
        padding-right:0px;
    }
    .navbar-brand.amorqa-logo img{
        max-width:100px;
    }
    /*end*/
}
/*-----------------------------------------section1 related styles-----------------------------------------*/
.section-1-legend{
    font-size: 52px;   
}
/*@author:anagha*/
.section-1-heading{
    padding-top:8rem;
    font-size:52px;
}
@media screen and (max-width:1200px){
    .section-1-heading{
        padding-top:2rem;
    }
}
@media screen and (max-width:991px){
    .section-1-heading{
        font-size:32px;
        padding-top:4rem;
    }
}
@media screen and (max-width:768px){
    .section-1-btn{
        text-align: center;
    }
    .section-1-btn .fs-21{
        font-size:1.3125rem;
    }
    .section-1-heading{
        font-size:48px;
        padding-top:1rem;
        text-align: center;
    }
}
@media screen and (max-width:510px){
    .section-1-heading{
        font-size:32px;
    }
}
/*end*/

/*-----------------------------------------close-sales-section related styles-----------------------------------------*/
.bg-half-ellipsis{
    position: absolute;
    height: 570px;
    width: 100%;
    z-index: -1;
    clip-path: ellipse(91% 93% at 50% 0%);
}
@media screen and (max-width:762px){
    .close-sales-ellipsis{
        clip-path: ellipse(150% 100% at 50% 0%) !important;
    }
}
/*-----------------------------------------button related styles-----------------------------------------*/

.button-common{
    border: unset;
    border-radius: 0;
}
.button-impact-section{
    height: 67px;
    width: 218px;
}
.button-green-blue{
    background-color: #23e59a;
    color: #002263;
}
.button-green-blue:hover, .button-green-blue:focus, .button-green-blue:active{
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
}
@media screen and (max-width: 480px){
    .mob-fs-15{
        font-size: 15px !important;
    }
    .mob-fs-14{
        font-size: 14px !important;
    }
    .mob-fs-13{
        font-size: 13px !important;
    }
}
/*-----------------------------------------font related styles-----------------------------------------*/
.fs-18{
    font-size: 1.125rem;
}
.fs-21{
    font-size: 1.3125rem;
}
.fs-16{
    font-size: 1rem;
}
.fs-43{
    font-size: 2.6875rem;
}

.font-nunito{
    font-family: 'Nunito Sans', sans-serif;
}
.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}
.font-bolder{
    font-weight: 800;
}
.font-bold{
    font-weight: 600;
}
.fc-amorqa, .fc-amorqa:hover{
    color: #002263;
}
.heading-font{
    color: #000000;
    font-weight: 600;
}

/*-----------------------------------------color related styles-----------------------------------------*/
.color-black{
    color: #000000;
}
.color-blue{
    color: #002263;
}
.color-white{
    color: #FFFFFF;
}
.color-green{
    color: #23E59A !important;
}
.bg-gray{
    background-color: #F8F9FC;
}
.bg-black{
    background-color: black;
}
.bg-blue{
    background-color: #002263;
}
.sub-heading-color{
    color: #4A6889;
}
/*-----------------------------------------flex related styles-----------------------------------------*/
.flex-065{
    flex: 0.65;
}

.flex-035{
    flex: 0.35;
}
.flex-075{
    flex: 0.75;
}
.flex-025{
    flex: 0.25;
}

/*-----------------------------------------form related styles-----------------------------------------*/
.form-control{
    border-radius: 0 !important;
}


/*-----------------------------------------spacing related styles-----------------------------------------*/

.h-390{
    height: 390px;
}
.w-450{
    width: 450px;
}
.h-full{
    height: 100%;
}

.pb-128{
    padding-bottom: 8rem;
}
.mt-128{
    margin-top: 8rem;
}
.mb-128{
    margin-bottom: 8rem;
}
.pt-80{
    padding-top: 5rem;
}
.pb-80{
    padding-bottom: 5rem;
}
.mt-80{
    margin-top: 5rem;
}
.mb-80{
    margin-bottom: 5rem;
}
.mr-75{
    margin-right: 4.675rem;
}
.ml-75{
    margin-left: 4.675rem;
}
.mx-80{
    margin: 0 5rem;
}
.lh-15{
    line-height: 1.5rem;
}
.lh-1-75{
    line-height: 1.75rem;
}
.m-l-0{
    margin-left: 0px !important;
}
.m-r-0{
    margin-right: 0px !important;
}
.p-l-15{
    padding-left: 15px;
}
/*-----------------------------------------How it works related styles-----------------------------------------*/


.subheading{
    font-size: 2.25rem;
    color: #000000;
}
.subheading-p{
    font-size: 18px;
    color: #4A6889;
}
.works-block .work-dots{
    justify-content: space-evenly !important;
}
.works-block .work-dots li{
    margin: 0px !important;
}
.works-block .work-dots li i{
    left: 43px !important;
    width: 206px !important;
}
.works-block .slick-nav .slick-prev{left: 10% !important;}
.works-block .slick-nav .slick-next{right: 10% !important;}
.slick-arrow.slick-prev:before{content: '' !important;}
.slick-arrow.slick-next:before{content: '' !important;}
.slick-arrow:focus{outline: none !important;}
.custom-icon{font-size: 15px;}
.works-block .work-dots li.slick-active i:before{animation: width 5s linear !important;}
.works-block .work-dots li.slick-active, .works-block .work-dots li:hover{color: #002263 !important;}
.works-block .work-dots li.slick-active:after, .works-block .work-dots li:hover:after{background: #002263 !important;}
.works-block .work-dots li i:before{background: #002263 !important;}
/*@author:anagha*/
.works-block{
    margin-bottom:45px;
}
.carousel-image{
    /*max-width: 622px;*/
    height: 435px;
    
}
.carousel{
    margin-top:-45px;margin-left:30px;
}
/*end*/
@media screen and (max-width: 480px){
}
.carousel-upper, .carousel-bottom{
    position:relative;
}
.carousel-bottom{
    top:-160px;
}
.carousel-upper .carousel-image{
    width:546.942px;
    height: 719.05px;
}
.carousel-bottom .carousel-image{
    width:332.922px;
    height:373.542px;
}
.carousel{
    margin-top:-45px;
    position:relative;
    margin-bottom:-150px;
}
@media screen and (max-width:1200px){
    .works-block .work-dots li i{width: 180px !important;}    
}
@media screen and (max-width:1023px){
    .works-block .work-dots li i{width: 120px !important;}    
}
@media screen and (max-width:780px){
    .arrows-wrap{
        display: none !important;
    }
    .carousel-image{
        width:70%;
        height: 100%;
    }
    .subheading{
        font-size: 1.125rem;
    }
    .container{
        width: 90% !important;
    }
    .subheading-p{
        font-size: 0.9375rem;
    }
    .works-block{
        padding: 0px 30px;
        margin: 0;
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .slick-nav{
        padding: 0 !important;
    }
    .works-block .work-dots{
        justify-content: space-between !important;
    }
    .works-block .work-dots li i{width: 240px !important;}    
}
@media screen and (max-width:767px){
    .works-block .work-dots li i{display: inline-block;width: 23vw !important;}    
}
/*end*/
@media screen and (max-width: 480px){
    .carousel-upper .carousel-image{
        height: 337.894px;
        width: 248.707px;
    }
    .carousel-bottom .carousel-image{
        height: 165.041px;
        width: 157.133px;
    }
    .carousel-bottom{
        top:-70px;
    }
    .carousel{
        margin-bottom:-50px;
    }
    .mobile-center{
        text-align: center;
    }
    .mobile-p-lr-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mobile-m-lr-12{
        margin-left: 12px;
        margin-right: 12px;
    }
    .amorqa-heading{
        font-size: 23px;
    }
    .work-dots{
        padding-left:0px !important;
    }
    .works-block{
        padding:0px ;
    }  
}

/*-----------------------------------------problem section related styles-----------------------------------------*/
.round-bg-style{    
    z-index: 0;
    position: absolute;
    background-color: #F8F9FC;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.solution-card{
    background-color: transparent;
    -webkit-clip-path: polygon(50% 5%, 51.5% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48.5% 0);
    clip-path: polygon(50% 5%, 51.5% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48.5% 0);
}
.card-shadow{
    
    filter: drop-shadow(0 10px 10px rgba(0,0,0,.2));
}
.bg-half-ellipsis{
    position: absolute;
    height: 570px;
    width: 100%;
    z-index: -1;
    clip-path: ellipse(100% 100% at 50% 0%);
}
.lenders-section.bg-half-ellipsis{
    height: 800px !important;
}
.inside-img-section{
    position: absolute;
    width: 266px;
    line-height: 1.5rem;
    font-size: 16px;
    top: 46%;
    color: #000000;

}
.problem-img{
    width: 145px;
}
.bank-logo-section{
    overflow-y: hidden;
    height: 390px;
}
@media screen and (max-width: 780px){
    .lenders-section.bg-half-ellipsis{
        clip-path: ellipse(135% 100% at 50% 0%); 
    }
}
@media screen and (max-width: 480px){
    .problem-img{
        width: 80px;
    }
    .mob-mr-0{
        margin-right: 0px;
    }
    .mob-size{
        width: 80%;
        text-align: center;
    }
    .lenders-section.bg-half-ellipsis{
        height: 470px !important;
    }
    .pb-sm-none{
        padding-bottom:0px !important;
    }
}
/*-----------------------------------------footer section related styles-----------------------------------------*/

@media screen and (min-width: 768px) {
    .px-150{
        padding: 0 9.375rem;
    }
    .px-80{
        padding: 0 5rem;
    }
    .flex-1{
        flex: 1;
    }
    .fs-52{
        font-size: 3.25rem;
    }
    .pt-128{
        padding-top: 8rem;
    }
    .height-67{
        height: 4.1875rem;
    }
    .pb-md-80{
        padding-bottom: 5rem !important;
    }
    .p-2{
        padding: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .fs-52{
        font-size: 1.6875rem;
    }
    .mar-top-2 {
        margin-top: .5rem;
    }
    .height-67{
        height: 2.375rem;
    }
    .fs-21 {
        font-size: 0.75rem;
    }
    .mar-top-5 {
        margin-top: 5rem;
    }
    .navbar-light .navbar-toggler{
        border: unset !important;
    }
    .pt-128{
        padding-top: 5rem;
    }
}
@media screen and (max-width: 480px){
    
    .bank-logo-section img{
        width: 126px !important;
    }
    .bank-logo-section{
        text-align: center !important;
    }
    .button-impact-section{
        height: 39px !important;
        width: 125px !important;
    }
    .mob-text-center{
        text-align: center;
    }
    .mob-fs-15{
        font-size: 15px !important;
    }
    .mob-footer-btn{
        width: 100% !important;
        margin-left: 0px;
    }
    .mob-pl-0{
        padding-left: 0px;
    }
    .mob-fs-14{
        font-size: 14px;
    }
    
    .mob-width-65{
        width: 65px !important;
    }
    .inside-img-section{
        font-size: 10px !important;
        top: 39% !important;
    }
    /*.bg-half-ellipsis{
        height: 500px !important;
    }*/
    .mob-mt-8{
        margin-top: 8px;
    }
    .mob-mt-12{
        margin-top: 12px;
    }
    .solution-card{
        /*width: 85%;*/
    }
    .mob-pt-80{
        padding-top: 80px;
    }
    .mob-pt-128{
        padding-top: 128px;
    }
    .dropdown-toggle::after{
        margin-left: 0 !important; 
        vertical-align: 0.12rem;
    }
    .mob-btn-footer{
        display: block !important;
    }
    .bank-logo-section{
        height: 220px;
    } 
}
@media screen and (max-width: 320px) {
    .lenders-image-wrapper{
        padding:0px;
    }
}
.email-msg{
    margin-top: 5px;
}

.lenders-image-wrapper{
	-webkit-animation: rotate 12s infinite linear;
	animation: rotate 12s infinite linear;
	will-change: transform;
        height:inherit;
}
.lenders-image-wrapper img{
    width:90%;
}
.item-visible{
    display: none;
}
@-webkit-keyframes rotate {
	0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
	}

	to {
            -webkit-transform:translateY(-205%);
            transform:translateY(-205%);
	}
}

@keyframes rotate {
	0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
	}

	to {
            -webkit-transform:translateY(-205%);
            transform:translateY(-205%);
	}
}
@media screen and (max-width:1200px){
    @-webkit-keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-175%);
            transform:translateY(-175%);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-175%);
            transform:translateY(-175%);
        }
    }
}
@media screen and (max-width:991px){
    
    @-webkit-keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-130%);
            transform:translateY(-130%);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-130%);
            transform:translateY(-130%);
        }
    }
}
@media screen and (max-width:767px){
    .item-hidden{
        display: none;
    }
    .item-visible{
        display: inline-block;
    }
    @-webkit-keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-280%);
            transform:translateY(-280%);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-280%);
            transform:translateY(-280%);
        }
    }
}
@media screen and (max-width:599px){
    @-webkit-keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-275%);
            transform:translateY(-275%);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-275%);
            transform:translateY(-275%);
        }
    }
}
@media screen and (max-width:480px){
    @-webkit-keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-320%);
            transform:translateY(-320%);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform:translateY(0%);
            transform:translateY(0%);
        }

        to {
            -webkit-transform:translateY(-320%);
            transform:translateY(-320%);
        }
    }
}
/*-----------------------------------------builder-section related styles-----------------------------------------*/
/*@author:anagha*/
@keyframes float-img {
	0% {
            transform: translatey(0px);
	}
	50% {
            transform: translatey(-10px);
	}
	100% {
            ransform: translatey(0px);
	}
}

.floating-div-big, .floating-div-small{
    box-sizing: border-box;
    border: 5px white solid;
    border-radius: 50%;
    overflow: hidden;
    box-shadow:3px 3px 8px 5px rgba(0,0,0,0.15);
    transform: translatey(0px);
    margin:10px 40px;
}

.floating-div-big{
    max-width: 225px;
    height: 225px;
    animation: float-img 6s ease-in-out infinite;
}
.floating-div-small{
    min-width: 175px;
    min-height: 175px;
    max-width: 175px;
    height: 175px;
    animation: float-img 4s ease-in-out infinite;
}
.floating-div-big img, .floating-div-small img{
    max-width:100%;
    max-height:100%;  
}
.floating-div-big img{
     margin-top:38px;
}
.floating-div-small img{
    margin-top:20px;
}
.md-visible{
    display: none;
}
.md-hidden{
    display: inline-block;
}
.item-1, .item-3{
    margin:auto;
}
.item-4, .item-6{
    margin-left:auto;
}
.item-5, .item-7{
    margin-right:auto;
}
.wadhwa{
    margin-top:20px !important;
}
@media screen and (max-width:767px){
    .md-visible{
        display: inline-block;
        margin:auto;
    }
    .md-hidden{
        display: none;
        margin:auto;
    }
}

/*.item-1{
    margin-left:150px;
    margin-right:20px;
}
.item-2, .item-3{
    margin-left:20px;
    margin-right:20px;
}
.item-4{
    margin-left:300px;
    margin-right:40px;
}
.item-5{
    margin-left:20px;
    margin-right:300px;
}
.item-6{
    margin-left:250px;
    margin-right:20px;
}
.item-7{
    margin-left:100px;
    margin-right:250px;
}
@media screen and (max-width:1200px){
    .item-1{
        margin-left:10px;
    }
    .item-4, .item-6{
        margin-left:190px;
    }
    .item-5, .item-7{
        margin-right:0px;
    }
}
@media screen and (max-width:991px){
    .item-1{
        margin-left:0px;
        margin-right:10px;
    }
    .item-2{
        margin-left:0px;
        margin-right:0px;
    }
    .item-3{
        margin-left:10px;
        margin-right:0px;
    }
    .item-4, .item-6{
        margin-left:100px;
    }
    .item-7{
        margin-left:20px;
    }
}*/
@media screen and (max-width:566px){
    .floating-div-big, .floating-div-small{
        box-shadow:2px 2px 4px 3px rgba(0,0,0,0.15);
    }
    .floating-div-big{
        max-width: 120px;
        height: 120px;
    }
    .floating-div-small{
        max-width: 100px;
        height: 100px;
    }
    .floating-div-big img{
        margin-top:8px;
    }
    .floating-div-small img{
        margin-top:0px;
    }
    .floating-div-big img, .floating-div-small img{
        max-width:100%;
        max-height:100%;
    }
    .floating-div-big, .floating-div-small{
        margin:10px 5vw;
    }
    .wadhwa{
        margin:0px 0px !important;
    }
}
/*
@media screen and (max-width:767px){
    .item-1{
        margin-left:0px;
    }
}
@media screen and (max-width:555px){
    .item-1, .item-3, .item-5{
        margin-left:13%;
        margin-right:20px;
    }
    .item-2, .item-4, .item-6{
        margin-right:10px;
        margin-left:10px;
    }
    .item-7{
        margin:auto;
    }
}
@media screen and (max-width:462px){
    .item-1, .item-3, .item-5{
        margin-left:0px;
    }
    .item-2, .item-4, .item-6{
        margin-right:0px;
        margin-left:0px;
    }
}*/
@media screen and (max-width:357px){
    .floating-div-big{
        max-width: 100px;
        height: 100px;
    }
    .floating-div-small{
        max-width: 80px;
        height: 80px;
    }
    .floating-div-big img{
        margin-top:0px;
    }
    .floating-div-small img{
        margin-top:-6px;
    }
}
/*
@media screen and (max-width:389px){
    .item-1, .item-2, .item-3, .item-4, .item-5, .item-6, .item-7{
        margin-left:auto;
        margin-right:auto;
    }
}*/
/*end*/

/*-----------------------------------------modal related styles-----------------------------------------*/
.bb-0{
    border-bottom: 0px;
}
.modal{
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}
.modal-close{
    padding: 0 !important;
    font-size: 40px !important; 
    color: #000000 !important;
    top: 10px !important;
    border:none;
    background-color:transparent;
}
.close-right{
    margin-left:95%;
}
.modal-body{
    margin: 2rem;
}
.modal-close:focus{
    outline: none !important;
}
.fa-times-thin:before {
	content: '\00d7';
}
#send_email:active {
  box-shadow: none !important;
  transform: translateY(2px);
}
.light-shadow:hover{
    box-shadow: 0 3px 6px 1px rgba(160,161,188,.35);
}

@keyframes spin {
  from, to {
    transform: rotateX(0) rotateY(0);
  }
  25% {
    transform: rotateX(180deg) rotateY(0);
  }
  26% {
    transform: rotateX(180deg) rotateY(0);
  }
  50% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  51% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: rotateX(360deg) rotateY(180deg);
  }
  76% {
    transform: rotateX(360deg) rotateY(180deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}
.spinner {
  animation: spin 6s cubic-bezier(0, 0, .75, 1) infinite;
}
/*#email-msg{
    padding-left: 0px;
    margin-left:-14px;
}*/

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 1.5em;
    width: 0.75em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: '';
  left: 31%;
    top: 65%;
  position: absolute;
}
#request-a-demo-modal .checkmark:after{
    left: 34%;
    top: 55%;
}
@media screen and ( max-width:480px ){
    .checkmark:after {
        top: 76% !important;
    }
    #request-a-demo-modal .checkmark:after{
        left: 31% !important;
        top: 56% !important;
    }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: $check-width;
    opacity: 1;
  }
  40% {
    height: $check-height;
    width: $check-width;
    opacity: 1;
  }
  100% {
    height: $check-height;
    width: $check-width;
    opacity: 1;
  }
}
.modal-heading{
    margin:2% 1% 0 3rem;
}
/*************************modal related styles*********************************/
.fs-30{
    font-size:1.875rem;
}
.fs-18{
    font-size:1.125rem;
}
.font-black{
    color:black;
}
.height-45{
    height: 2.8125rem;
}
.shadow-vert {
    box-shadow:0 3px 6px 1px rgba(160,161,188,.35) !important;
}
@media screen and (max-width:533px){
    .fs-30{
        font-size:1.25rem;
    }
    .fs-18{
        font-size:0.75rem;
    }
}
.navbar-active{
    border-bottom: 2px solid #002263;
}

.demo-form .row{
    margin: 0 auto;
}
