@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.page-header-contact {
    background: #EFF7FF;

}

.page-header-contact .navbar {
    padding: 0px 0;
}
.page-header-contact .navbar-brand svg {
    margin: 2px 0;
}

.page-header-contact .header-user-btn a {
    color: #fff;
}

.page-header-contact .header-user-btn a.login-btn {
    font-size: 14px;
    background-color: #005BBD;
    color: #fff;
    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;
}

/*Form section starts here*/
.contactForm-section {
    background: transparent linear-gradient(180deg, #EFF7FF 0%, #D7E9F9 100%);
    padding: 50px 0px 100px;
    font-family: 'Poppins', sans-serif;

}

.contactForm-section .bgWhite {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 9px #00000069;
    overflow: hidden;
    border-radius: 8px;
}

.contactForm-section .contactTitle {
    text-align: center;
    margin-bottom: 20px;
}

.contactForm-section .contactTitle h1 {
    color: #0F3F6D;
    font-weight: 600;
    font-size: 36px;

}

.contactForm-section .contactTitle p {
    color: #414141;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.contactForm-section .leftForm {
    background: #0F3F6D;
    box-shadow: 0px 3px 9px #00000057;
    border-radius: 8px;
    padding: 30px;
    background-image: url("../images/icons/arrow-pattern.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -40px 280px;
    min-height: 100%;

}

.contactForm-section .leftForm .leftForm-meta {
    color: #fff;

}

.contactForm-section .leftForm .leftForm-meta h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;


}

.contactForm-section .leftForm .leftForm-meta p {
    font-weight: 300;
    font-size: 13px;
}

.contactForm-section .leftForm-list ul li {
    position: relative;
    padding-left: 45px;
    margin: 35px 0;

}

.contactForm-section .leftForm-list ul li span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;

}

.contactForm-section .leftForm-list ul li a {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
}

.contactForm-section .leftForm-list ul li h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contactForm-section .leftForm-footer {
    padding-top: 50px;
}

.contactForm-section .leftForm-footer ul {
    margin: 0;
    padding: 0;
}

.contactForm-section .leftForm-footer ul li {
    display: inline-block;
}

.contactForm-section .leftForm-footer ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.contactForm-section .leftForm-footer ul li a:hover {
    background-color: #00aeff;
}

.contactForm-section .leftForm-footer ul li a i {
    color: #fff;
}

.contactForm-section .rightForm {
    padding: 45px 30px 10px 10px;
}

.contactForm-section .rightForm form label {
    margin-bottom: 0px;
}

.contactForm-section .rightForm form input,
.contactForm-section .rightForm form textarea {
    font-size: 14px;
    padding-left: 0;
}

.contactForm-section .rightForm form .form-control::placeholder {
    opacity: 0.5;
}

.contactForm-section .rightForm form input:focus,
.contactForm-section .rightForm form input:active,
.contactForm-section .rightForm form textarea:focus,
.contactForm-section .rightForm form textarea:active {
    border-color: #00aeff;
    box-shadow: none;
}

.contactForm-section .rightForm form .form-check-inline:not(:last-child) {
    margin-right:29px;
}

.contactForm-section .rightForm form .form-control {
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: 0px;
}

.sendmsgBtn {
    background-color: #0F3F6D;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 12px 20px;
}

.sendmsgBtn:hover {
    color: #fff;
}

.contactForm-section .rightForm form .form-row>.col,
.form-row>[class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
}
.radio-green [type="radio"]:checked+label:after {
    border-color: #00C851!important;
    background-color: #00C851!important;
  }


/*Form section ends here*/

/*Contact department section starts here*/
.contactDepartment-section {
    padding: 0 0 50px 0;
    font-family: 'Roboto', sans-serif;
}

.contactTitle h4 span {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
}

.contactTitle h4 span {
    background: #fff;
    padding: 10px 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #323232;
}

.contactTitle.contactPattern {
    margin-top: -35px;
    margin-bottom: 50px;
}

.contactDepartment-wrapper {
    margin: 30px 0;

}

.contactDepartment-wrapper .departmentName h5 {
    font-size: 18px;
    margin: 0px;
    line-height: 0.8;
    /* padding-left: 3px; */
}

.contactDepartment-wrapper .departmentMeta ul li {
    margin: 5px 0 10px 0px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    color: #323232;
}

.contactDepartment-wrapper .departmentMeta ul li a {
    color: #323232;
    font-weight: 500;
    text-decoration: none;
}

.contactDepartment-wrapper .departmentMeta ul li span,
.contactDepartment-wrapper .departmentMeta ul li a span {
    position: absolute;
    left: 0;
    top: 0;
}
/*Contact department section ends here*/

/*Contact mapSection section starts here*/
.mapSection {
    padding: 50px 0;
    background: transparent linear-gradient(180deg, #EFF7FF 0%, #D7E9F9 100%);
}
.mapSection .tabWrapper .nav-pills {
    
    margin: 0px 30px;
}
.mapSection .tabWrapper .nav-pills li {
    width: 20%;
    background: #F3F3F3;
    overflow: hidden;
}
.mapSection .tabWrapper .nav-pills li:first-child {
    border-top-left-radius: 8px;
}
.mapSection .tabWrapper .nav-pills li:last-child {
    border-top-right-radius: 8px;
}
.mapSection .tabWrapper .nav-pills li:not(:last-child)  {
    border-right: 1px solid #C9C9C9;
}
.mapSection .tabWrapper .nav-pills li a {
    color: #4F4F4F;
    text-align: center;
    overflow: hidden;
}
/* .mapSection .tabWrapper .nav-pills li a:hover {
    background-color: #fff;
    border-bottom: 3px solid #0FAFFF;
} */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .mapSection .tabWrapper .nav-pills li a:hover {
    background-color: #fff;
    border-bottom: 3px solid #0FAFFF;
    border-radius: 0px;
    font-weight: 600;
}
.mapSection .tabWrapper .tab-content {
    background-color: #fff;
    padding: 20px 20px 20px 45px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.mapSection .tabWrapper .contactDepartment-wrapper .departmentName {
    margin-left: 35px;
    margin-bottom: 20px;
}
.mapSection .tabWrapper .contactDepartment-wrapper .departmentMeta ul li{
    margin: 5px 0 15px 0px;
}
.mapSection .tabWrapper .contactDepartment-wrapper .departmentMeta ul li,
.mapSection .tabWrapper .contactDepartment-wrapper .departmentMeta ul li a{
    color: #2B2B2B;
}

/*Contact mapSection section ends here*/
footer.page-footer {
    background:#D7E9F9;
    padding-bottom: 50px;
  
}
footer.page-footer p {
    margin-bottom: 0;
    color: #4b4b4b;
    font-size: 13px;
}
footer.page-footer p a{
    color: #4B4B4B;
}


/* radio button custome starts here*/
.radioWrapper {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radioWrapper input {
    position: absolute!important;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .radioWrapper .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #777;
  }
  
  /* On mouse-over, add a grey background color */
  .radioWrapper:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the radio button is checked, add a blue background */
  .radioWrapper input:checked ~ .checkmark {
    background-color:#00ABFF;
    border-color:#00ABFF;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radioWrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radioWrapper input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radioWrapper .checkmark:after {
  content:"\2713";
  color:#fff;
  font-weight:600;
  position:absolute;
  top: -3px;
  left: 2px;  
  }
  /* radio button custome ends here*/
  .btn:hover{
    opacity: 0.9;
  }

  

@media (max-width:575.98px) {
    .contactForm-section .contactTitle p {
        font-size: 15px;
    }
    ul li br{
        display: none;
    }
    .mapSection .tabWrapper .nav-pills {
        margin: 0px 0px;
    }
    .mapSection .tabWrapper .nav-pills .nav-link {
        padding: 0.5rem 0.1rem;
        font-size: 13px;
    }
    .contactForm-section .leftForm {
        background-position: -20px 295px;
    }
}

.error {
  display: block;
  color: red;
  font-weight: normal;
  font-size: 13px; }

.swal2-title {
  font-size: 1.2em !important; }

.swal2-input {
  height: 2em !important;
  padding: 0 .75em; }

#swal2-content {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 1em !important; }

.swal2-styled {
  font-size: 12px !important; }

.swal2-image {
  margin: 10px auto !important; }

.swal2-container {
  z-index: 10001 !important; }

#loading {
  background: #ffffff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 99999;
  display: none; }

.err {
  display: block;
  font-size: 11px;
  color: #f00;
  text-align: left; }

.errborder {
  /*border: 1px solid #f00 !important;*/
  border-bottom: 1px solid #f00 !important; }

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 136px;
  transform: translate(-50%, -50%); 
}

.red-text {
  color: #f00; }