/* CUSTOM STYLES */
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800,900');
@font-face {
    font-family: 'PFHandbookProRegular';
    src: url('../fonts/PFHandbookProRegular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('../fonts/PFHandbookProRegular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 

@font-face {
    font-family: 'PFEncoreSansPro-Regular';
    src: url('../fonts/PFEncoreSansPro-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('../fonts/PFEncoreSansPro-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'PFEncoreSansPro-Bold';
    src: url('../fonts/PFEncoreSansPro-Bold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('../fonts/PFEncoreSansPro-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
body {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
	font-family: PFHandbookProRegular;
}
/*@font-face {
    font-family: PFHandbookProBlackItalic;
	src: url("../../images/font/PFHandbookProBlackItalic.ttf");
}
@font-face {
    font-family: PFEncoreSansPro-Reg;
    src: url("../../images/font/PFEncoreSansPro-Reg.otf");
}*/
a {
    outline: none !important;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5 {
    font-family: PFHandbookProRegular;
    margin: 0px;
}

h1 {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
/* elements */
p {
    margin: 0px;
}

p {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}

a {
    color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:focus {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

.section-space {
    padding: 60px 0 60px 0;
}
.pos-fix {
    position: relative;
    width: 100%;
    z-index: 999;
}
.image-center {
    margin: 0 auto;
}

.image-right {
    margin: 0 0 0 auto;
}

.image-left {
    margin: 0 auto 0 0;
}

.image-radius {
    border-radius: 3px;
}

.center {
    text-align: center;
}
.center-distab {
	display: table;
	margin: 0 auto;
}
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.btn-top-1 {
    margin-top: 10px;
}

.btn-top-2 {
    margin-top: 20px;
}

.btn-top-3 {
    margin-top: 30px;
}

.btn-top-4 {
    margin-top: 40px;
}

.image-bottom {
    margin: 0 0 15px 0;
}

.icon-bottom {
    margin: 0 0 15px 0;
}

.column-center {
    float: none;
    margin: 0 auto;
}

.column-right {
    float: none;
    margin: 0 0 0 auto;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-fs {
    font-size: 0;
}

.distab {
    display: table;
}

.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}

.distab-cell {
    display: table-cell;
}

.image-grow {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.image-grow:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.ml-auto {
    margin-left: 172px !important;
}

.topbar_active {
    padding: 0px 40px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.topbar_active {
    background: #fff;
    position: fixed;
    z-index: 1001;
    border-bottom: 1px solid #d8656b;
    padding: 12px 51px 25px 0px;
    font-size: 14px;
    font-family: 'PFHandbookPro-Regular' !important;
}
.topbar_active .topcontent {
    padding: 0px 40px;
    box-sizing: border-box;
}
.topbar_transparent .topcontent {
    margin: 0 auto;
    max-width: 1470px;
    position: relative;
    width: 100%;
}

.topbar_active a:last-child {
    border-right: none;
    padding-right: 0;
}
.pull-right {
    float: right;
    position: relative;
    top: -10px;
}
.topbar_active a {
    color: #000000 !important;
    padding: 0 8px 0 4px;
    font-size: 12px;
    font-family: 'PFHandbookPro-Regular' !important;
    text-decoration: none;
    /* border-right: 1px solid #000; */
    font-weight: 400;
}
.topbar_active a:after {
    content: "|";
    padding: 0px 0px 0px 10px;
    color: #000;
    width: 2px;
    font-size: 15px;
}


.menuAffinity_common {
    position: fixed;
    top: 38px;
    /*background-color: #c7222a;
    background: -moz-linear-gradient(170deg, #c7222a 0%, #a40008 100%);
    background: -webkit-linear-gradient(170deg, #c7222a 0%,#a40008 100%);
    background: linear-gradient(170deg, #c7222a 0%,#a40008 100%);*/
     background-color: #c7222a; 
    /* background-color: #4d1e16; */
    /* background-color: #57074d; */
    /*background-color: #3f51b5;*/
    /*background-color: #277eb1;*/
    /*background: -moz-linear-gradient(170deg, #9f0001 0%, #d38c00 100%);
    background: -webkit-linear-gradient(170deg, #9f0001 0%,#d38c00 100%);
    background: linear-gradient(170deg, #9f0001 0%,#d38c00 100%);*/
    z-index: 500;
     min-height: 90px;
     height:90px;
    /* box-shadow: 0 8px 6px -6px #333; */
}


.menuAffinity_common .nav-item  {
	padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav {
	padding-top: 20px;
}

.im-auto{
    margin-left:64px!important;
}
.menuAffinity_common_two_pre {
    left: 0;
    background-color: rgb(106, 71, 67) !important;
    background-color: #57074d;
    background-color: #3f51b5;
    background-color: #277eb1;
    z-index: 500;
}
.menuAffinity_common_two_pre .im-auto {
    margin-left: 75px !important;
}
.menuAffinity_common_two_pre  a {
	font-size: 16px !important;
	color: #ffffff !important;
	font-weight: 400;
}


.menuAffinity_common_two {
    position: fixed;
    top: 175px;
    left: 0;
    background-color: rgb(106, 71, 67) !important;
    /* background-color: #57074d; */
    /* background-color: #3f51b5; */
    /* background-color: #277eb1; */
    z-index: 500;
    min-height: 26px;
    height: 26px;
    /* box-shadow: 0 8px 6px -6px #333; */
}
.menuAffinity_common_two .nav-link {
        font-size: 12px !important;
        pointer-events: none;
        position: absolute;
        top: -7px;
        display: table;
    }


.menuAffinity_common_two .im-auto {
    margin-left: 66px !important;
}

.menuAffinity_common_three {
    position: fixed;
    top: 127px;
    left: 0;
    /*background-color: #c7222a;
    background: -moz-linear-gradient(170deg, #c7222a 0%, #a40008 100%);
    background: -webkit-linear-gradient(170deg, #c7222a 0%,#a40008 100%);
    background: linear-gradient(170deg, #c7222a 0%,#a40008 100%);*/
    background-color: rgb(218, 143, 137) !important;
    /* background-color: #4d1e16; */
    /* background-color: #57074d; */
    /*background-color: #3f51b5;*/
    /*background-color: #277eb1;*/
    /*background: -moz-linear-gradient(170deg, #c7222a 0%, #d38c00 100%);
    background: -webkit-linear-gradient(170deg, #c7222a 0%,#d38c00 100%);
    background: linear-gradient(170deg, #c7222a 0%,#d38c00 100%);*/
    z-index: 500;
    min-height: 50px;
    height: 50px;
    /* box-shadow: 0 8px 6px -6px #333; */
}
.menuAffinity_common_three .navbar-expand-xl {
	position: absolute;
    top: -28px;
}
.menuAffinity_common_three .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px!important;
    font-weight: 500;
}

.menuAffinity_common .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px!important;
    font-weight: 500;
}

    .menuAffinity_common .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 18px!important;
        font-weight: 500;
    }

    .menuAffinity_common .dropdown-item {
        color: #212529;
        padding: 6px 15px;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
    }

    .menuAffinity_common .navbar-light .navbar-nav .nav-link:hover {
        color: #3f51b5;
    }

    .menuAffinity_common .dropdown-item:hover, .menuAffinity_common .dropdown-item:focus {
        /* background-color: #0984e3 !important; */
        background-color: #f78217 !important;
        color: #ffffff;
        background-image: none;
    }

    .menuAffinity_common .dropdown-submenu {
        position: static;
    }

    .menuAffinity_common .dropdown-menu {
        /* min-height: 250px; */
        min-width: 210px;
        margin: 0;
    }

    .menuAffinity_common .dropdown-submenu > .dropdown-menu {
        margin-top: 0;
    }

    .menuAffinity_common .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }

    .menuAffinity_common .dropdown-submenu {
        position: relative;
    }

        .menuAffinity_common .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
        }

    /* rotate caret on hover */
    .menuAffinity_common .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    }

    .menuAffinity_common .nav-item {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom:-3px;
    }
    .menuAffinity_common_three .nav-item {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom:-3px!important;
    }

    .menuAffinity_common .navbar-toggler-icon {
        width: 20px;
        height: 16px;
        background-image: url("../../images/menu-button.png");
        position: relative;
        top: -1px;
    }

    .menuAffinity_common .navbar-toggler {
        background-color: rgba(0,0,0,0);
        border: 2px solid #ffffff;
        padding: 5px 10px;
    }

        .menuAffinity_common .navbar-toggler:focus {
            outline: 0;
        }

    .menuAffinity_common .toll-free-main .content-label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .menuAffinity_common .toll-free-main .number-text {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

        .menuAffinity_common .toll-free-main .number-text i {
            font-size: 14px;
            padding-right: 5px;
        }

    .menuAffinity_common .sub2_menu {
        display: none;
    }

    .menuAffinity_common .sub2_menu {
        background-color: #e31d47;
        background: linear-gradient(#ef5777, #e31d47);
        background: -moz-linear-gradient(#ef5777, #e31d47);
        background: -webkit-linear-gradient(#ef5777, #e31d47);
        background: -o-linear-gradient(#ef5777, #e31d47);
        /* box-shadow: 0 0 5px #333 inset; */
        box-shadow: 0 8px 6px -6px #333;
    }

        .menuAffinity_common .sub2_menu a {
            color: #ffffff;
            font-size: 11px;
            font-weight: 600;
            line-height: 20px;
            padding: 5px 15px 5px 30px;
            border-bottom: 1px solid #f59aad;
            display: block;
        }

            .menuAffinity_common .sub2_menu a:last-child {
                border-bottom: 0;
            }

            .menuAffinity_common .sub2_menu a:hover {
                background-color: #4834d4;
                background: linear-gradient(#3498db, #002a84);
                background: -moz-linear-gradient(#3498db, #002a84);
                background: -webkit-linear-gradient(#4a69bd, #1e3799);
                background: -o-linear-gradient(#3498db, #002a84);
            }

    .menuAffinity_common .sub2_active_link {
        color: #ffffff;
        background-color: #e31d47;
        background: linear-gradient(#ef5777, #e31d47);
        background: -moz-linear-gradient(#ef5777, #e31d47);
        background: -webkit-linear-gradient(#ef5777, #e31d47);
        background: -o-linear-gradient(#ef5777, #e31d47);
        /*  border-bottom: 2px solid #ffffff; */
    }
    /* .menuAffinity_common .sub2_active_link:after{
	background-color: rgba(0,0,0,0.5);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
} */
    .menuAffinity_common .sub2_link {
        position: relative;
    }

        .menuAffinity_common .sub2_link i {
            position: absolute;
            right: 13px;
            top: 10px;
        }


    .menuAffinity_common .logo-image {
        width: 194px;
        height:45px;
    }

    .menuAffinity_common .navbar-nav .nav-link:hover {
        color: #ffeeac;
    }

.div-center {
    display: table;
    margin: 0 auto;
}

.div-right {
    display: table;
    margin: 0 0 0 auto;
}

.div-left {
    display: table;
    margin: 0 auto 0 0;
}

.pos-rel {
    position: relative;
}

.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    background-attachment: fixed;
}

.top-margin-10 {
    margin-top: 10px;
}

.top-margin-20 {
    margin-top: 20px;
}

.top-margin-30 {
    margin-top: 30px;
}
.top-margin-40{
    margin-top:40px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}

.centerImportant {
    text-align: center !important;
}

.leftImportant {
    text-align: left !important;
}

.rightImportant {
    text-align: right !important;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, 
textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, 
select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: rgba(255,255,255,0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

 .outline_0:focus {
     outline: 0;
}
/*========================================== LOGIN ===========================================*/
 .loginAffinity_common .column_1, .loginAffinity_common .column_2{
     padding-right:0px;
     padding-left:0px;
     min-height: 580px;
}
.loginAffinity_common .login_box_image-new, 
.loginAffinity_common .field-content-new{
     min-height: 650px !important;
    
}
 .loginAffinity_common .login_box_image, 
 .loginAffinity_common .field-content{
     min-height: 600px;
    
}
   .loginAffinity_common .login_box_image{
       border-radius: 15px 0 0 15px;
  }
   .loginAffinity_common .field-content{
        border-radius: 0 15px 15px 0;
   }

 .loginAffinity_common .login_box_image{
     background-image:url(../../images/loginAffinity_box_image.jpg);
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center;
	 box-shadow: 3px 3px 5px #c7222a;
}
 .loginAffinity_bg{
     width:100%;
     height:100%;
     top: 0;
     left: 0;
     position:fixed;
     z-index: -1;
	 background-color: rgb(239, 239, 239);

    
}

 .logo-icon {
	 width: 300px;
 }
 .loginAffinity_common .login-wrap{
    position:relative;
}
 .loginAffinity_common .label-fs{
     font-size: 16px;
     font-weight: 400;
     line-height: 20px;
     color: rgb(108, 113, 116);
	 margin-bottom: 10px;
}
 .loginAffinity_common .content-section {
    width: 100%;
    padding-top: 232px;
    padding-bottom: 20px;
}
 .loginAffinity_common .field-content{
     padding: 20px 30px 10px 30px;
		box-shadow: 3px 3px 5px #c7222a;
     background:#fff;
}
 select,
 .loginAffinity_common .input-field{
     color: #333333 !important;
     font-size: 15px;
     font-weight: 600;
     line-height: 24px;
     background: transparent;
     border: 0;
     border-bottom: 2px solid #333;
     display:inline-block;
     width:100%;
     letter-spacing: 0.5px;
     outline:none;
     height:25px;
}

 .loginAffinity_common .input-field:focus, 
 .loginAffinity_common .login-option:focus{
     box-shadow: none;
     border-color: #9f0001;
     outline: 0;
}
 .loginAffinity_common .label-input{
     font-size: 18px;
     color: #333333;
     line-height: 1.5;
     padding-left: 7px;
     text-align:left;
}
 .loginAffinity_common .content-body{
     width:300px;
     margin:0 auto;
}
 .loginAffinity_common .company_main_logo{
     margin-bottom: 20px;
}
 .loginAffinity_common .login-field{
     margin-bottom: 20px;
}
 .loginAffinity_common .toggle-password {
     color: #333;
     float: right;
     position: absolute;
     z-index: 2;
     right: 10px;
     bottom: 7px;
     font-size: 16px;
}
 .loginAffinity_common .login-option {
     height: 30px;
     border-bottom: 2px solid #333;
     color:#0360f1;
     letter-spacing: 0.5px;
     font-weight: 600;
     line-height: 20px;
     border-top: none;
     border-left: none;
     border-right: none;
     width:100%;
     background:transparent;
     font-size:16px;
}
 .loginAffinity_common .linkForgotPassword{
    color: #000;
	font-weight: 600;
	line-height: 20px;
	margin-top: 5px;
	text-align: right;
	display: block;
	font-size: 13px;
 }
  .loginAffinity_common .linkForgotPassword:hover{
      color: #9f0001;
  }
/*========================================== LOGIN ===========================================*/

/*========================================== FORGOT PASSWORD ===========================================*/
.forgotPasswordAffinity_common .form_input {
    height: 24px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #0652DD;
    letter-spacing: 0.5px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1) inset;
}
.forgotPasswordAffinity_common .form_input:focus {
    border: 1px solid #5591ff;
    box-shadow: 0 0 0 3px #7eacff;
}
.forgotPasswordAffinity_common .field_main {
    margin-bottom: 20px;
}
.forgotPasswordAffinity_common .label-fs {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}
.forgotPasswordAffinity_common .MantatoryStar {
    color: red;
    font-size: 14px;
    font-weight: 700;
    padding-left: 3px;
    line-height: 12px;
}
.forgotPasswordAffinity_common{
    padding-top: 50px;
     padding-bottom: 20px;
}
.forgotPasswordAffinity_bg{
        width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    background-color: #4d1e16;
}
.forgotPasswordAffinity_common .company_main_logo {
    margin-bottom: 40px;
}

.forgotPasswordAffinity_common .box-main{
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}
.forgotPasswordAffinity_common .back-main-btn {
    display: table;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.forgotPasswordAffinity_common .back-btn, .forgotPasswordAffinity_common .back-btn:before {
    color: #3742fa;
}
.forgotPasswordAffinity_common .back-btn {
    position: relative;
}
.forgotPasswordAffinity_common .back-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 4px 0 4px 20px;
    cursor: pointer;
}
.forgotPasswordAffinity_common .back-btn:before {
    content: '\f177';
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 0;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
}

.forgotPasswordAffinity_common .otp_btn_main input {
    border: 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding: 3px 14px 3px 14px;
    letter-spacing: 0;
    transition: 300ms ease-in;
    cursor: pointer;
    margin-left: 5px;
}

.forgotPasswordAffinity_common .otp_btn_main .Verify_OTP {
    background-color: #0652DD;
}

.forgotPasswordAffinity_common .otp_btn_main .reSend_OTP {
    background-color: #0652DD;
}

.forgotPasswordAffinity_common .otp_btn_main input:hover {
    background-color: #9f0001;
}
/*==========================================  FORGOT PASSWORD ===========================================*/

/*==========================================  FORGOT PASSWORD GROUP BUTTON MAIN =========================================*/
 .forgotPasswordAffinity_common .fp_btn_main{
     text-align: center;
     margin-top: 30px;
}
  .forgotPasswordAffinity_common .fp_btn_main li {
     list-style: none;
     display: inline-block;
}
 .forgotPasswordAffinity_common .fp_btn_main li{
     padding-right:15px;
}
 .forgotPasswordAffinity_common .fp_btn_main li:last-child{
     padding-right:0;
}
 .forgotPasswordAffinity_common .fp_btn_main .btn-main{
     border-radius: 30px;
     color: #ffffff;
     display: inline-block;
     font-size: 13px;
     font-weight: 600;
     line-height: 20px;
     padding: 10px 10px;
     letter-spacing: 0.5px;
     height: auto;
     min-width: 120px;
     cursor: pointer;
     transition: 300ms ease-in;
     border: 0;

}

 .forgotPasswordAffinity_common .fp_btn_main .save-btn{
     background-color: #9f0001;
    background: -moz-linear-gradient(170deg, #f9bb40 0%, #9f0001 100%);
    background: -webkit-linear-gradient(170deg, #f9bb40 0%,#9f0001 100%);
    background: linear-gradient(170deg, #f9bb40 0%,#9f0001 100%);
    
}
 .forgotPasswordAffinity_common .fp_btn_main .save-btn:hover {
     background-color: #9f0001;
      background: -moz-linear-gradient(-45deg, #d20001 0%, #9f0001 100%);
        background: -webkit-linear-gradient(-45deg, #d20001 0%,#9f0001 100%);
        background: linear-gradient(135deg, #d20001 0%,#9f0001 100%);
}

 .forgotPasswordAffinity_common .fp_btn_main .cancel-btn {
    background-color: #999999;
    background: -moz-linear-gradient(170deg, #666 0%, #b4b4b4 100%);
    background: -webkit-linear-gradient(170deg, #666 0%,#b4b4b4 100%);
    background: linear-gradient(170deg, #666 0%,#b4b4b4 100%);
}

 .forgotPasswordAffinity_common .fp_btn_main .cancel-btn:hover {
        background: -moz-linear-gradient(170deg, #333 0%, #b4b4b4 100%);
        background: -webkit-linear-gradient(170deg, #333 0%,#b4b4b4 100%);
        background: linear-gradient(170deg, #333 0%,#b4b4b4 100%);
    }

/*==========================================  FORGOT PASSWORD GROUP BUTTON MAIN =========================================*/

/*========================================== GROUP BUTTON MAIN =========================================*/
 .loginAffinity_common .login_btn_main{
     text-align: center;
     margin-top: 10px;
}
  .loginAffinity_common .login_btn_main li {
     list-style: none;
     display: inline-block;
}
 .loginAffinity_common .login_btn_main li{
     padding-right:15px;
}
 .loginAffinity_common .login_btn_main li:last-child{
     padding-right:0;
}
 .loginAffinity_common .login_btn_main .btn-main{
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 7px 10px 7px 20px;
    letter-spacing: 0.5px;
    height: auto;
    width: 150px;
    cursor: pointer;
	text-align:left;
    transition: 300ms ease-in;
    border: 0;	
    background-image: url("../../images/right_arroww.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 90%;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

}
 .loginAffinity_common .login_btn_main .login-btn:hover, 
 .loginAffinity_common .login_btn_main .reset-btn:hover{
     background-color: #fff;
}
 .loginAffinity_common .login_btn_main .login-btn{
    background-color: #c7222a;
    
}
 .loginAffinity_common .login_btn_main .login-btn:hover {
    background-color: #c7222a;
}

/*========================================== GROUP BUTTON MAIN =========================================*/

/*========================================== BUBBLE =========================================== */
.login_round .bubble {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}
.login_round .bubble.b_one {
    width: 10px;
    height: 10px;
}
.login_round .bubble.b_two {
    width: 10px;
    height: 10px;
}
.login_round .bubble.b_three {
    width: 10px;
    height: 10px;
}
.login_round .bubble.b_four {
    width: 10px;
    height: 10px;
}
.login_round .bubble.b_five {
    width: 10px;
    height: 10px;
}

.login_round .bubble.b_one {
    background: #6a4743;
    top: 40%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
   
}
.login_round .bubble.b_two {
    background: #e74c3c;
    top: 40%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
}
.login_round .bubble.b_three {
    background: #e74c3c;
    top: 90%;
    left: 255px;
    -webkit-animation: spin1 1s infinite alternate;
    animation: spin1 1s infinite alternate;
}

.login_round .bubble.b_four {
    background: #6a4743;
    top: 85%;
    right: 55px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}
   .login_round .bubble.b_five {
    background: #6a4743;
    top: 10%;
    right: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
}
/*========================================== BUBBLE ===========================================*/

/*========================================== POPUP =========================================*/
.ui-widget-overlay {
    background-position: 0% 0%;
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
    background-color: rgba(0,0,0,0.4) !important;
    z-index: 1000 !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.ui-dialog.ui-widget {
    border: 1px solid #e0b100 !important;
    background-color: #ffffff !important;
    z-index: 1001 !important;
    width: 500px !important;
}

.ui-widget-content {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

.ui-dialog-titlebar-close {
    background-color: transparent !important;
    border: 0 !important;
}

.ui-dialog-titlebar-close:hover:after {
	color: #ff0000;
}

.ui-dialog-titlebar-close:after {
	content: '\f00d';
	display: block;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 400;
	line-height: 0;
	text-align: center;
	transition: .2s;
	position: absolute;
	top: 10px;
	left: 0;
	right: 20px;
	border-radius: 0;
}

.ui-corner-all .ui-dialog-buttonset button {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 6px 16px 6px 16px;
    background-color: #4e5254 !important;
    background: linear-gradient(#4e5254, #4e5254) !important;
    background: -moz-linear-gradient(#4e5254, #4e5254) !important;
    background: -webkit-linear-gradient(#4e5254, #4e5254) !important;
    background: -o-linear-gradient(#4e5254, #4e5254) !important;
    border-width: 0;
    border-radius: 20px;
    margin: 5px 0 !important;
}

.ui-corner-all .ui-dialog-buttonset button:hover {
    background-color: #4e5254 !important;
    background: linear-gradient(#4e5254, #4e5254) !important;
    background: -moz-linear-gradient(#4e5254, #4e5254) !important;
    background: -webkit-linear-gradient(#4e5254, #4e5254) !important;
    background: -o-linear-gradient(#4e5254, #4e5254) !important;
}

.ui-corner-all .ui-dialog-buttonset button:focus {
	outline: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px !important;
    background-color: #4e5254 !important;
    background: linear-gradient(#4e5254, #4e5254) !important;
    background: -moz-linear-gradient(#4e5254, #4e5254) !important;
    background: -webkit-linear-gradient(#4e5254, #4e5254) !important;
    background: -o-linear-gradient(#4e5254, #4e5254) !important;
    border: 0 !important;
}

.ui-dialog .ui-dialog-content {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 20px 20px 20px 13px !important;
    border-bottom: 1px solid #eee !important;
}

.ui-corner-all .ui-dialog-buttonset button, .ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-titlebar {
    font-family: 'PFEncoreSansPro-Regular';
    letter-spacing: 0.5px;
}

.ui-dialog.ui-widget {
    position: fixed !important;
    top: 37% !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #fff;
    color: #454545;
    box-shadow: none;
    border: 0;
}

.ui-dialog .ui-widget-header {
    color: #ffffff;
}

.lable-error {
    color: #c7222a;
}

.lable-success {
    color: green;
}
/*========================================== PRELOADER ===========================================*/
.updateProgressBg {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.5);
}

    .updateProgressBg .updateProgressBox {
        position: relative;
        top: 30%;
        text-align: center;
        background-color: #fff;
        padding: 20px 20px;
        border-radius: 5px;
        box-shadow: 0 0 5px #333;
        width: 350px;
        margin: 0 auto;
        display: table;
    }
    .updateProgressBg img {
        text-align: center;
    }

     .updateProgressBg .loadingText {
        text-align: center;
        color: #c7222a;
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
    }
/*========================================== PRELOADER ===========================================*/

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .loginAffinity_common .field-content {
        min-height: 480px;
    }

    .loginAffinity_common .field-content {
        padding: 65px 30px 0px 30px;
    }

   .loginAffinity_common .column_1 {
        display: none;
    }

    .loginAffinity_common .field-content {
        border-radius: 0;
    }

    .loginAffinity_common .content-body {
        width: 100%;
    }

    .forgotPasswordAffinity_common .otp_btn_main{
        display: block;
        margin-top: 10px;
    }

     .menuAffinity_common .logo-image {
        width: 150px;
    }
    .menuAffinity_common .nav-item {
        display: table-cell;
        padding: 0 10px;
    }


    .menuAffinity_common_three .nav-item {
        display: table-cell;
        padding: 0 10px;
    }

    .menuAffinity_common .navbar-nav {
        display: inline-block !important;
    }

    .menuAffinity_common .navbar {
        justify-content: inherit !important;
    }

    .menuAffinity_common .logo-image {
        width: 148px !important;
    }

    .menuAffinity_common_three {
        top: 127px !important;
    }
    .loginAffinity_common .content-section {
        padding-top: 230px!important;
        padding-bottom: 100px!important;
    }

}
@media only screen and (min-width: 250px) and (max-width: 1024px) {
    .login_round {
        display: none;
    }
    .loginAffinity_common .content-section {
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
       .loginAffinity_common .login_box_image, .loginAffinity_common .field-content {
        min-height: 460px;
    }
       .loginAffinity_common .content-section {
        padding-top: 232px;
        padding-bottom: 20px;
    }
    
    .menuAffinity_common .nav-item {
        display: table-cell;
        padding: 0 10px;
    }


    .menuAffinity_common_three .nav-item {
        display: table-cell;
        padding: 0 10px;
    }

    .menuAffinity_common .navbar-nav {
        display: inline-block !important;
    }

    .menuAffinity_common .navbar {
        justify-content: inherit !important;
    }

    .menuAffinity_common .logo-image {
        width: 148px !important;
    }

    .menuAffinity_common_three {
        top: 128px !important;
    }

}
@media only screen and (min-width: 250px) and (max-width: 783px) {
	.ml-auto {
		margin-left: 172px !important;
	}
	.topbar_active .topcontent {
		padding: 0px 10px !important;
	}	
	.logo-image {
		margin-top: 0 !important;
	}
	.menuAffinity_common .container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.navbar-nav {
		padding-top: 0 !important;
	}
	.menuAffinity_common {
		min-height: 75px !important;
		height: 75px !important;
	}
	.menuAffinity_common_three {
		top: 113px !important;
	}
	.menuAffinity_common_two {
		top: 163px !important;
	}
	.menuAffinity_common_two .im-auto {
		margin-left: 0px !important;
	}
	.menuAffinity_common .navbar {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.loginAffinity_common .content-section {
		padding-top: 270px !important;
		padding-bottom: 100px !important;
	}

    .menuAffinity_common_three .navbar-expand-xl{top:-12px !important;}
    .menuAffinity_common_three .im-auto{margin-left:0px !important;}
}

@media only screen and (min-width: 250px) and (max-width: 720px) {
	.ml-auto {
		margin-left: 20px !important;
	}
	.navbar-nav {
		padding-top: 0 !important;
	}
	/*.navbar-brand {
		margin: 0 auto !important;
		display: table !important;
	}*/
	.menuAffinity_common_three .navbar-expand-xl {
		position: absolute;
		top: -25px !important;
	}
	
	.menuAffinity_common_three .navbar-nav {
		padding-top: 16px !important;
	}
}

@media only screen and (min-width: 250px) and (max-width: 575px) {
	.navbar-brand {	
		margin: 0 auto;
		display: table;
		width: 100%;
		padding-bottom: 0 !important;
	}
	.logo-image {
		margin: 0 auto;
		display: table;
	}
	.navbar-nav {
		padding-top: 0px !important;
	}
	.navbar-nav {
		display: block !important;
		margin: 0 auto !important;
	}
	.menuAffinity_common {
		min-height: 121px !important;
		height: 121px !important;
	}
	.menuAffinity_common_three .navbar-nav {
		padding-top: 16px !important;
	}
	.menuAffinity_common .nav-item {
		padding: 0 5px !important;
	}
	.menuAffinity_common_three {
		top: 159px !important;
	}
	.menuAffinity_common_two {
		top: 209px !important;
	}
}

@media only screen and (min-width: 250px) and (max-width: 479px) {	
	.topbar_active a {
		padding: 0 2px 0 2px !important;
		font-size: 10px !important;
	}
	.topbar_active .topcontent {
		padding: 0px 0px !important;
	}
	.topbar_active {
		padding: 12px 20px 25px 20px !important;
	}
}

@media only screen and (min-width: 250px) and (max-width: 575px) {

    
    .ui-dialog.ui-widget {
        width: 95% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .ml-auto {
        margin-left: 50px !important;
    }

    .im-auto {
    margin-left: 75px!important;
}
     .loginAffinity_common .login_box_image, .loginAffinity_common .field-content {
        min-height: 460px;
    }
       .loginAffinity_common .content-section {
        padding-top: 235px!important;
        padding-bottom: 8px;
    }

    .menuAffinity_common .logo-image {
        width: 194px !important;
    }


    .menuAffinity_common .navbar-nav .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .menuAffinity_common .navbar-nav .nav-link {
        font-size: 16px !important;
    }

    .menuAffinity_common_two{
        top:176px!important;
    }
    
    .menuAffinity_common_three{
        top:126px!important;
    }
    .menuAffinity_common_two .im-auto {
        margin-left: 75px !important;
    }
}
/*============ keyframes animation  =============*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

/*========================================== FOOTER =========================================*/

.footer_common {
     background-color: #82888c;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 1003;
    width: 100%;
    left: 0;
}

.Footer {
    padding:30px 40px;
    box-sizing: border-box;
}
.Footer {
    font-family: PFEncoreSansPro-Regular;
    color: #ffffff;
    float: left;
    width: 100%;
    background-color: #333 !important;
}
.Footer1 {
    margin-left: 0px;
    margin-top: 0px;
}
.footertd {
    font-family: PFEncoreSansPro-Regular;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.15;
}

.footer_bottom {
    margin: 0 10px;
}
.footerlinks {
    margin-bottom: 26px;
    float: left;
    width: 100%;
}
.logobx {
    float: left;
    width: auto;
    margin-right: 96px;
}
.footer_logo {
    margin-top: 12px;
}
.fmenulink {
    float: left;
    width: auto;
    margin-right: 96px;
}
.bottom_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom_link ul li a {
    color: #fff;
    line-height: 28px;
    font-size: 15px;
    font-family: PFEncoreSansPro-Regular;
    text-decoration: none;
    font-weight: 400;
}
.Footer5 {
    margin-left: 60px;
    margin-top: -100px;
    float: right;
}
.connect_with_us {
    border-bottom: 1px solid #2e2e2d;
    padding-bottom: 14px;
    width: max-content;
    margin: 0 7px 0 5px;
    float: none;
}
.connect_with_us h4 {
    color: #a1a2a2;
    padding: 0 0 0 4px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: PFEncoreSansPro-Regular;
}
.social_icons ul {
    margin: 10px 0 0 0;
}
.social_icons ul li {
    list-style: none;
    display: inline-block;
}
.social_icons ul li a {
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.icon-button {
    cursor: pointer;
    font-size: 1.0rem;
    line-height: 1.8rem;
    text-align: center;
}
.icon-button {
    background-color: #000;
    border-radius: 1.8rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0rem;
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 0 3px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.8rem;
}
.icon-button:hover .fa-facebook, 
.icon-button:hover .fa-twitter, 
.icon-button:hover .fa-youtube-play, 
.icon-button:hover .fa-linkedin, 
.icon-button:hover .icon-google-plus {
    color: white;
}
.icon-button i {
    background: none;
    color: #929292;
    height: 1.8rem;
    left: 0;
    line-height: 1.8rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 1.8rem;
    z-index: 10;
}
.icon-button:hover span {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 1.8rem;
    margin: -0.9rem;
}
.facebook span {
    background-color: #3B5998;
}
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.twitter span {
    background-color: #4099ff;
}
.youtube span {
    background-color: #e32c28;
}
.linkedin span {
    background-color: #007bb6;
}


.footer_gray {
    padding: 30px 40px;
    box-sizing: border-box;
}
.footer_gray {
    background-color: #6c7174;
    padding: 28px 0 0;
    float: left;
    width: 100%;
    max-width: 100%;
}
.copyright_section {
    border-top: 2px solid #a5a8a9;
    float: left;
    width: 100%;
    max-width: 100%;
}
.copyright {
    padding: 26px 0 21px;
    float: left;
    width: 60%;
}
.copyright p {
    text-align: left;
    margin-bottom: 0;
    color: #e3e3e4;
    font-family: PFEncoreSansPro-Regular;
    font-size: 14px;
    font-weight: 400;
}
.bottom_social {
    margin-top: 0;
    float: right;
    width: 40%;
    padding: 26px 0 21px;
}
.bottom_social {
    text-align: right;
}
.contacttext {
    float: left;
    margin-right: 32px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
}
.caption {
    color: #ffffff !important;
    font-family: PFEncoreSansPro-Regular;
    font-size: 15px !important;
    margin-top: -3px;
    padding-bottom: 2px;
    font-weight: 400;
}
.bottom_social ul {
    margin: 0;
}
.bottom_social ul li {
    display: inline-block;
    padding: 0 2px 0 0;
}
.bottom_social ul li i.fa {
    color: #fff;
    font-size: 27px;
}
/*========================================== FOOTER =========================================*/
@media only screen and (min-width: 250px) and (max-width: 986px) {
	.Footer5 {
		margin-left: 0px !important;
		margin-top: 30px !important;
		float: left !important;
	}
	.social_icons ul {
		margin: 0;
		padding: 0 !important;
	}	
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	.copyright {
		float: none !important;
		display: table !important;
		text-align: center !important;
		width: 100% !important;
		padding: 20px 0 15px !important;
	}
	.copyright p {
		text-align: center !important;
	}
	.bottom_social {
		float: none !important;
		display: table !important;
		text-align: center !important;
		width: 100% !important;
		padding: 0px 0 0px !important;
	}
	.contacttext {
		float: none !important;
		display: table !important;
		margin: 0 auto !important;
	}
	.bottom_social ul {
		margin: 10px 0 0 0 !important;
		padding: 0;
	}
}