
/******************/
@font-face {
    font-family: 'arboria-book'; /* Choose a name for your font */
    src: url('../../assasts/fonts/arboria-book.ttf');
  }
@font-face {
    font-family: 'arboria-medium'; /* Choose a name for your font */
    src: url('../../assasts/fonts/arboria-medium.ttf');
  }

body {
	overflow: visible;
	font-family: "arboria-book";
}
/*.container {
	max-width: 90% !important;
}*/

.header {
    box-shadow: 0 2px 6px rgba(0,0,0, 0.3);
    background-color: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.navbar-brand img{
	width: 153px;
}
.header h1 {
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
	color: #24233e;
}
.header .navbar-light .navbar-nav .nav-link {
	color: #000;
    padding: 9px 23px;
    border-radius: 8px;
    font-size: 18px;
} 
.header .navbar-light .navbar-nav .nav-link:hover {
	color: #979797;	
}	
.header .navbar-light .navbar-nav .nav-link.active {
	color: #101c37;
    font-family: 'arboria-medium';
}
.header .navbar-light .navbar-nav .nav-item:last-child .nav-link{
	padding-right: 0;
}
.login-btn {
 border: 1px solid #fff;
}
.login-banner {
	min-height: calc(100vh - 285px);
	padding: 40px 0;
	display: flex;
	align-items: center;
	background-color: #e6e7e8;
}
.login-honme .card .card-title,  .account-create-form .card .card-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
	padding: 18px;
	font-weight: bold;
	color: #24233e;
}
.login-honme .form-control, .account-create-form .form-control {
	background-color: #f4f4f4;
	padding: 10px 11px;
	border-radius: 0px;
	border: 1px solid #e1e1e1;
}
.login-honme .card, .account-create-form .card  {
	border-radius: 25px;
	border: none;
	box-shadow: 0px 0px 19px -16px;
}


.login-honme .card .form-label, .account-create-form  .card .form-label {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 16px;
	color: #093d6a;
}
.btn-primary {
	background: #113873 !important;
    padding: 9px 32px;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
    border: navajowhite;
}
.text-primary {
  color: #101c37 !important;
}
.btn-primary:hover {
	color: #fff;
	background-color: #101c37 !important;
	border-color: #000;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
	background: #101c37;
	border: 1px solid #000;
    box-shadow: none;
}
.top-header {
    background: #113873;
    padding: 0;
    color: #FFF;
}
.top-header .navbar-nav .nav-link{
	font-size: 18px;
	letter-spacing: 0.5px;
}
.home-main-wrap {
    background-color: #F2F2F2;
    padding: 14px 0 7px 0;
    min-height: calc(100vh - 285px);
}
.home-banner {
    background-image: url(/assasts/image/buildingBg.png);
    padding-top: 0px;
    background-position: left 18px bottom -0;
    background-repeat: no-repeat;
}
.home-banner-conten {
    margin-top: 150px;
}

.home-banner-conten h1 {
	font-size: 30px;
	font-weight: bold;
}
.home-banner-conten p {
	font-size: 19px;
} 
.servies-img {
    width: 92px;
    height: 92px;
    background: #ffffff;
    border-radius: 79px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
    box-shadow: 0px 0px 11px -9px #000;
}

.servies-img.active, .servies-img:hover {
    background: #113873;
}
.servies-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0;
    padding: 23px;
}
.servies-name .nav-link {
	font-size: 16px;
	font-weight: bold;
	color: #113873;
}
.servies-name-menu {
	display: none;
}

.servies-product .servies-product-iteam:hover .servies-name-menu {
	display: block !important;
}
.home-banner li {
	margin-right: 32px;
}
.account-claim .card{
    border: none;
    border-radius: 24px; 
}
.account-claim .content {
	padding: 21px 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-claim .content h4{
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 0;
}
.account-claim .content p{
    font-size: 18px;
    margin-bottom: 28px;	
}

.account-claim .card-body .row:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #DCDCDC;
    left: 50%;
    right: auto;
    top: 0px;
}
.footer {
	border-bottom: 1px solid #113873;
	border-top: 1px solid #d1e2e5;
	padding: 36px 0px;
	background: #113873;
	margin-bottom: 0;
}
.footer h5 {
    color: #ffffff;
    font-size: 16px;
}

.footer .nav-link {
    color: #ffffff;
    font-size: 15px;
}
.social-icon {
	justify-content: center !important;
	display: flex;
	margin-bottom: 15px;

}
.social-icon i {
    padding: 11px 10px;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin: 0 8px;
    border-radius: 50%;
    color: #101c37;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.login-honme .card select.form-control {
    font-size: 19px;
    font-weight: 600;
    padding: 14px 15px;
}
select.form-control:after {
    content: "";
    position: absolute;
    right: 0;
    height: 24px;
    width: 15px;
    background: #000;
    top: 0;
}
.form-control:focus {
	box-shadow: none !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #101c37;
    border-color: #113873;
}
.btn-outline-primary {
    color: #000;
    border-color: #113873;
}
.btn-outline-primary:hover {
    color: #ffffff;
	background-color: #101c37;
    border-color: #113873;
}
.add-customer-btn{
    background-color: #F3D7C4;
    border: 1px solid #A97C5E;
}
.account-create-form {
	background-color: #e6e7e8;
	min-height: 80vh;
}
.account-create-form .nav-tabs {
    border: none;
    background: #fff;
    padding: 13px 12px;
    border-radius: 8px;
    margin-bottom: 33px !important;
}
.account-create-form  .nav-tabs .nav-link {
	color: #101c37;
}
.nav-tabs .nav-link.active {
 background-color: #113873;
 border-radius: 5px;
 color: #fff;
}
.breadcrumb {
	margin-bottom: 0;
	padding: 16px;
	background: #fff;
	border-radius: 7px;
	margin-bottom: 18px;
}
.breadcrumb .breadcrumb-item a {
	color: #101c37;	
}

.claim-document-upload .imageThumb {
	max-height: 160px;
	padding: 1px;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 8px;
}
.claim-document-upload  .videoThumb {
	max-height: 99px;
	width: 177px;
	padding: 1px;
	border-radius: 10px;
	cursor: pointer;
}
.claim-document-upload .pip {
	display: inline-block;
	margin: 10px 10px 0 0;
}
.claim-document-upload .pip2 {
	display: inline-block;
	margin: 10px 10px 0 0;
}
.claim-document-upload .pip3 {
	display: inline-block;
	margin: 10px 10px 0 0;
}
.claim-document-upload  .remove {
	background: #444;
	border: 1px solid black;
	color: white;
	cursor: pointer;
	margin-top: 10px;
	font-size: 15px;
	padding: 2px;
	border-radius: 5px;
}
.claim-document-upload .remove2 {
	background: #444;
	border: 1px solid black;
	color: white;
	cursor: pointer;
	margin-top: 2px;
	font-size: 15px;
	padding: 2px;
	border-radius: 5px;
}
.claim-document-upload .remove3 {
	background: #444;
	border: 1px solid black;
	color: white;
	cursor: pointer;
	margin-top: 15px;
	font-size: 15px;
	padding: 2px;
	border-radius: 5px;
}

  .contact-us {
        padding: 45px 0;
        background-color: #f4f4f4;
    }

    .contact-us .contact-us-left.card {
        background-color: #113873;
        color: white;
        border-radius: 50px 0px 0px 50px;
    }

    .contact-us .contact-us-left .card-body {
        padding: 38px 45px 96px !important;
    }

    .contact-us .input-box {
        background-color: #F5F5F5;
        color: black border:none !important;
        border:none !important;
        border-radius: none !important;
    }

    .contact-us .submit-btn {
        background-color: #113873;
        color: white;
        border: none !important;
    }
    .contact-us .heading-font{
        font-size: 40px !important;
        font-weight: bold !important;
    }
   .contact-us .contact-us-right {
        border-radius: 0 30px 43px 0;
        background: #fff;
    }
   .contact-us .contact-us-right .card-body{
        padding: 46px 44px 23px !important;
    }
   .contact-us  .contact-us-right .card-body .form-check-input:checked[type=radio] {
        background-size: 12px !important;
    }
   .contact-us .contact-us-right.form-check-input:checked {
        background-color: #113873;
        border-color: #113873;
    }
    .about-section
    {
	    background: #F2F2F2;
	    padding: 23px 0;
	    min-height: calc(100vh - 285px); 
	}
    .about-section .card {
        border-radius: 20px !important;
    }
    .about-section .heading-font-color{
        color: #717171
    }
    .about-section .hr {
        height: 2px !important;
    }
    .about-section .card-paragraph-font{
        margin-top: 25px;
    }
    .about-section .about-img {
        width: 100%;
		border-radius: 20px !important;
    }
/**********/

/***payment***/
	.ProductSummary-info .label-title {
	    font-weight: 600;
	    font-size: 18px;
	    color: #959191;
	    margin-bottom: 2px;
	}
	.ProductSummary-info .form-control {
    border: 1px solid #e5e3e3;
    font-size: 30px;
    font-weight: bold;
    box-shadow: 0px 6px 8px -10px;
    border-radius: 10px;
}
.ProductSummary-logo {
	margin-top: 75px;
	text-align: center;
}
.ProductSummary-logo img {
	width: 169px;
}
.contact-information .input-group-first {
    border-radius: 14px !important;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.contact-information .cardFlag {
    position: absolute;
    right: 9px;
    top: 16px;
}

/***payment-end***/

.faq .accordion-body {
    padding: 1rem 1.25rem;
    background: #e5e5e5;
}
.faq{
    padding: 45px 0;
    background-color: #f4f4f4;
    min-height: 71vh
}

/******responsive*******/
@media (max-width: 575.98px) { 
	.home-banner {
		padding-top: 11px !important;
	    background-size: 100%;
	}.home-banner-conten {
	    margin-top: 0 !important;
	}
	.home-banner-conten h1 {
	    font-size: 20px !important;
	    font-weight: bold;
	}
	.home-banner-conten p {
	    font-size: 13px !important;
	}
	.home-banner li {
	    margin: 1px 8px !important;
	    /* flex-direction: column; */
	}
	.servive-girl img {
		width: 100%;
	}
	.account-claim .content {
		padding: 34px 18px !important;
	}
	.account-claim .content h4 {
	    font-size: 31px !important;
	    margin-bottom: 24px !important;
	}
	.account-claim .content p {
	    font-size: 18px !important;
	    margin-bottom: 28px !important;
	}
	.account-claim .card-body .row:before {
	    position: absolute;
	    content: "";
	    height: 1px !important;
	    width: 95% !important;
	    background: #DCDCDC;
	    left: 9px !important;
	    /* right: auto; */
	    top: 50% !important;
	}
	

	/****/

	.contact-us .contact-us-left.card {
		border-radius: 30px 30px 0px 0px !important;
	}
	.contact-us-right {
	    border-radius: 0 0px 30px 30px !important;
	}
	.contact-us-right .card-body {
	    padding: 15px !important;
	}
	.about-section {
		height: auto !important;
	}
	.login-banner .col-lg-7 img {
		width: 100%;
	}
}


@media (max-width: 767.98px) { 
	.contact-us.logo .logo-img {
		width: 100%;

	}
	.contact-us .contact-us-left.card {
		border-radius: 30px 30px 0px 0px !important;
	}
	.contact-us .contact-us-right {
	    border-radius: 0 0px 30px 30px !important;
	}
	.contact-us .contact-us-right .card-body {
	    padding: 15px !important;
	}
	.login-banner .col-lg-7 img {
		width: 100%;
	}
	.servies-product .servies-product-iteam:hover .servies-name .nav-link {
		background-color: #fff;
	}
	.servies-name-menu {
	    display: none;
	    position: absolute;
	    bottom: -91%;
	    width: 100%;
	    z-index: 9;
	    background: #fff;
	}
}

@media (max-width: 991.98px) { 
	.servive-girl img{
		display: flex;
	}
	.logo .logo-img {
		width: 100%;

	}
	.about-section {
		height: auto;
	}
	.login-banner .col-lg-7 img {
		width: 100%;
	}
}

@media (max-width: 1199.98px) { 

	.login-banner .col-lg-7 img {
		width: 100%;
	}
}

@media (max-width: 1399.98px) { ... }





