html,
body {
	height: 100%;
	font-family: 'Avenir';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
	color: #2D2D2D ;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color:#013872;
    font-weight: normal;
    font-style: normal;
	font-family: 'Avenir';
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

.register_success_text p {
    margin-top: 20px;
    padding: 0 40px;
    font-size: 16px;
}

p {
	font-size: 14px;
	color: #2D2D2D;
	line-height: auto;
}

img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
a {
    color: #0B7BFF;
    text-decoration: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;

}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #7070707e;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0d6efd;
}

/*navbar Start*/
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
}
.header .navbar-collapse {
    flex-grow: inherit;
}
.header .navbar-brand img {
    width: 180px;
}
.header .navbar-collapse ul li.nav-item {
    padding: 0 10px;
}
.header .navbar-collapse ul li.nav-item a.nav-link {
    color: #2D2D2D;
    padding: 13px 10px;
    font-weight: 500;
}
.header .navbar {
    padding: 15px 0px;
    background: #fff;
}
ul.dropdown-menu.show {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    border: none;
    border-radius: 10px;
    padding: 10px 0;
}
ul.dropdown-menu.show li{
    padding: 0 20px;
}
ul.dropdown-menu.show li a.dropdown-item {
    line-height: 38px;
    padding: 0;
}
ul.dropdown-menu.show li a.dropdown-item:hover {
    background: none;
}
ul.dropdown-menu.show li:hover {
    background-color: #0d6efd;
    color: #fff;
    transition: 0.8s;
}
ul.dropdown-menu.show li:hover a {
    color: #fff;
    transition: 0.1s
}
.header .navbar-collapse ul li.nav-item a.nav-link.dropdown-toggle::after {
    content: "";
    vertical-align: middle;
}
ul.dropdown-menu.show li a.dropdown-item img {
    margin-right: 5px;
}
.header .navbar-collapse ul li.nav-item.dropdown.br-rght {
    border-right: 1px solid #013872;
}
.header .navbar-collapse button.btn.btn-primary {
    padding: 12px 20px;
    margin: 0;
    
}
.header .navbar-collapse ul li.nav-item a.nav-link.creat_acco {
    background-color: #0B7BFF;
    color: #fff;
    padding: 13px 20px;
    border-radius: 5px;
}
/*Sign In Modal Start*/
.modal-dialog.modal-dialog-centered.Sign_in_modal .modal-content {
    border-radius: 10px;
}
.Sign_in_Title {
    margin-bottom: 40px;
}
.Sign_in_modal .modal-header {
    border: none;
}
.Sign_in_modal .modal-body {
    padding: 0 60px;
}
.Sign_in_Title  h3 {
    color: #1F2227;
    font-weight: 900;
}
.Sign_in_modal .modal-body .form-label {
    margin-bottom: .5rem;
    font-size: 14px;
    color: #2D2D2D;
}
.Sign_in_modal .modal-footer {
    border: none;
}
.Sign_in_Title p {
    color: #969696;
    font-size: 16px;
    font-weight: 900;
}
.Sign_in_modal .modal-body .form-label span {
    color: red;
}
.Sign_in_modal .modal-footer button.btn.btn-primary {
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    background-color: #0B7BFF;
}
.forgetPass a {
    font-size: 14px;
    color: #0B7BFF;
    font-weight: 900;
    text-decoration: none;
}
.Sign_in_modal .modal-body .form-check label.form-check-label {
    color: #2D2D2D;
    font-size: 14px;
}
p.Already_Sign_Up {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    color: #969696;
    font-size: 14px;
}
.Sign_in_modal .modal-body .form-control {
    padding: 10px 10px;
}
/*Sign In Modal End*/
/*Sign Up Modal Start*/

.Sign_Up_modal .modal-header {
    border: none;
}
.Sign_Up_modal .modal-content {
    border-radius: 10px;
}
.Sign_Up_Bg {
    background-image: url(../images/Sign_Up_Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    position: relative;
}
.Creat_Form {
    padding: 0 45px 0 35px;
}
.Sign_Up_modal .modal-body {
    padding: 0;
}
.Creat_Form .form-floating .form-control {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    padding: 0;
}
.Creat_Form .form-floating label {
    padding: 10px 0;
    color: #969696;
}
.Creat_Form .form-floating .form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}
.Creat_Form .modal-footer {
    width: 100%;
    border: none;
    padding: 0;
}
.Creat_Form .form-floating .form-control:focus~label {
    color: #0d6efd;
}
.Creat_Form .modal-footer button {
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    background-color: #0B7BFF;
    position: relative;
}
.Promo_Code {
    position: relative;
}
button.promocode-button {
    position: absolute;
    right: 0;
    top: -5px;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    background: none;
    color: #0b7bff;
    border: none;
}
.Creat_Form button.btn.btn-primary:after {
    content: "";
    width: 80%;
    background-color: #E5E5E5;
    height: 1px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    top: 75px;
    text-align: center;
    margin: 0 auto;
}
.Creat_Form button.linkdin.btnMain {
    background-color: #0077B7;
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    margin: 40px 0 0 0;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
}
.Creat_Form button.linkdin.btnMain img {
    float: left;
    padding-left: 20px;
}
.Sign_Left {
    position: absolute;
    bottom: 10px;
    padding: 20px;
}
.Sign_Left h2 {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}
.Sign_Left p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 900;
}
.modal-header .btn-close:focus {
    box-shadow: none;
}
button.btn.btn-primary:focus {
    box-shadow: none;
    border: none;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
/*Sign Up Modal End*/

/*Header 2 Start*/
.header .navbar-collapse ul li a.nav-link.Header_Call {
    background: rgba(41, 189, 78, 0.2);
    color: #187201;
    padding: 13px 20px;
    border-radius: 5px;
}
.header .navbar-collapse ul li a.nav-link.Header_Call img {
    margin-right: 10px;
}
.header .navbar-collapse ul li.nav-item a.nav-link.Header_Mail {
    background: #CEE5FF;
    color: rgb(46, 36, 36);
    padding: 13px 20px;
    border-radius: 5px;
}
.header .navbar-collapse ul li.nav-item a.nav-link.Header_Mail img {
    margin-right: 10px;
}
/*Header 2 End*/

/*navbar End*/

/*Fotter Start*/
.footer {
    background-color: #001F3F;
    padding:30px 0 0;
}
.Subscribe_Box p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 20px 0;
}
.Subscribe_Box .input-group img {
    position: absolute;
    right: 6px;
    top: 4px;
    display: block;
    z-index: 123;
}
.Subscribe_Box .input-group input {
    border-radius: 5px !important;
}
.Subscribe_Box .input-group {
    width: 80%;
}
.Menu_Footer h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 900;
}
.Menu_Footer ul li {
    list-style: none;
    margin: 10px 0;
}
.Menu_Footer ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
}
.Footer_Social ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    margin: 0 7px;
}
.Footer_Social ul li:hover {
    background-color: #0b7bff;
}
.Footer__Copyright p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.Footer__Copyright p a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.Footer_Bottam {
    border-top: 1px solid #fff;
    padding: 15px 0;
    margin-top: 20px;
}
/*Footer End*/
/* Added by dhaval - start - 04-10-2021 */

.second-right {
    margin-top: 20px;
}

.second-right ul {
    list-style-image: url(../images/landing-right.png);
    display: block;
    padding-left: 35px;
}

.second-right ul li h2 {
    line-height: 28px;
    font-size: 24px;
    padding: 0 0 10px 0;
    font-weight: 600;
}
.footer .btn-App a img {
    margin-right: 25px;
    margin-top: 25px;
}
/* Added by dhaval - end - 04-10-2021 */