/* blog-page  */

.blog-tabs .nav-pills .nav-link {
	    font-family: "Poppins", sans-serif !important;
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		border-radius: 0 !important;
		transition: .3s ease-in-out !important;
		border-radius: 0;
		padding: 10px 25px;
		margin-right: 10px;
      	background: #eff7fe;
   		color: #000 ;
}

.blog-tabs .nav-pills .nav-link.active {
  background: #064685;
  color: #fff;
}
.blog-tabs .nav.nav-pills{
	margin-bottom: 50px;
}
.blog-inner-box {
    margin-bottom: 30px;
}
.blog-inner-box .sec-5-inner-img img {
    height: 450px;
}

/* contact page  */
.contact-form-section {
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}
.form-area {
    /* padding: 50px; */
    padding: 50px 40px;
}
.col-border-left{
	border-left: 1px solid #b8b8b8;
}
.col-border-left-right{
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}
.address-area {
    padding: 50px;
}
.address-icon {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

.address-content {
    display: inline-block;
    width: calc(100% - 80px);
}

.address-list li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.address-content a {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0;
    vertical-align: middle;
   font-family: "Nunito Sans", sans-serif !important;
    color: #212529;
    font-weight: 500;
}

.address-content a:hover {
    color: #064685;
}
.address-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
span.address-content img {
    width: 60px;
}
.address-list li:last-child {
    margin-bottom: 0;
}
.form-data {
    padding: 60px 50px;
    background: #064685;
}
.form-heading {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
	font-family: "Bai Jamjuree", sans-serif !important;
}
.custom-form-styling .form-group input::placeholder {
    color: #869FB3;
  }
  .custom-form-styling .form-group input {
    background: none;
    font-weight: 400;
    color: #fff;
    border: 1px solid #dee2e6;
    font-size: 20px;
    border-radius: 0;
}
.contact-form-btn button.form-buttton {
    font-size: 20px;
    font-family: "Poppins", sans-serif !important;
    width: fit-content;
    margin: 1em auto 0;
    padding: 12px 40px;
    font-weight: 600;
    border-radius: 0;
    border: none;
	    transition: 0.2s all ease-in;
}
.contact-form-btn button.form-buttton:hover {
    transform: scale(0.98);
}
.contact-form-btn {
    text-align: center;
}
.checkcontain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
   font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: 500;
}

.checkcontain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkcontain .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

.checkcontain:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkcontain input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkcontain .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkcontain input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tel-style .iti__selected-flag {
    border-right: 1px solid #fff;
}
.tel-style .iti__selected-dial-code {
    color: #fff;
}
.tel-style  .iti__arrow {
    border-top: 4px solid #ffffff;
}
.tel-style .iti {
    width: 100%;
}

.custom-blog #latest-tab:hover {
	box-shadow: #64646f33 0 20px 40px;
	transform: scale(1.01) rotateX(5deg) rotateY(5deg);
}
      
    .custom-blog #latest-tab {
    transition: .3s ease-in-out !important;
    }
   .custom-blog #all-tab{
    transition: .3s ease-in-out !important;
    }
    .custom-blog #all-tab:hover {
	box-shadow: #64646f33 0 20px 40px;
	transform: scale(1.01) rotateX(5deg) rotateY(5deg);
}
    .banner.custom-blog-sec-1 .row {
	gap: 25px 0px;
    }
    .address-icon img {
	/* width: 70px; */
	width: 60px;
	height: auto;
}

@media (max-width:1600px){
    .form-area {
	padding: 45px;
}
.address-icon img {
	width: 65px;
	height: auto;
}
.address-area {
	padding: 45px;
}

  .banner.banner-in .banner-haed {
	font-size: 55px;
}
}

@media (max-width:1499px){
	.blog-inner-box .sec-5-inner-img img {
    height: 350px;
}
.banner.banner-in .banner-haed {
	font-size: 50px;
}
}
 @media (max-width:1455px) {
           .form-data {
	padding: 50px 40px;
	background: #064685;
}      
.form-area {
	padding: 40px;
}


.address-area {
	padding: 40px;
}

.address-icon img {
	width: 55px;
}

.address-list li {
	margin-bottom: 35px;
}
 }


 @media (max-width:1366px){
    .form-data {
	padding: 40px 35px;
}
.form-area {
	padding: 35px;
}
.address-area {
	padding: 35px;
}

 }


@media (max-width:1199px){
	.blog-inner-box .sec-5-inner-img img {
    height: 290px;
}
.address-area {

    padding: 25px;

}
.banner.banner-in .banner-haed {
	font-size: 45px;
}
.form-area {

    padding: 25px;

}

.form-data {

    padding: 40px 35px;

}
.address-icon img {
	width: 50px;
}
.address-list li {
	margin-bottom: 30px;
}

.address-content a {
	line-height: 150%;
}
}
@media (max-width:991px){
     .custom-blog {
	padding: 40px 0px !important;
}
.col-border-left {
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}
.form-heading {
	margin-bottom: 30px;
}
.banner.banner-in .banner-haed {
	font-size: 40px;
}
.banner.custom-blog-sec-1 .main-banner {
	margin-top: 0px;
}

}

@media (max-width:767px){
	.blog-inner-box .sec-5-inner-img img {
    height: auto;
}
.contact-form-btn button.form-buttton {
	font-size: 16px;
	padding: 12px 30px;
}
}

@media (max-width:576px){
    .form-area {
	padding: 20px;
}
.form-data {
	padding: 20px;
}
.address-area {
	padding: 20px;
}
.address-list li {
	margin-bottom: 20px;
}
}