/*Footer*/
footer {
  width: 100%;
  padding: 30px 0% 60px 0%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #000000; }
  footer .container {
    max-width: 72%;
    padding: 0px 120px; }
  footer .logo {
    flex: 1 1 0%;
    margin-bottom: 40px; }
    footer .logo img {
      height: 64px; }
    footer .logo h4 {
      color: #fff; }
  footer .footorNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 40px; }
  footer .linkWrapCon h6 {
    color: #fff; }
  footer .linkWrapCon .contactLink {
    font-size: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px; }
    footer .linkWrapCon .contactLink i {
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url(../images/morebtn_arrow.svg);
      background-size: contain; }
  footer .linkWrapCon .emailUpdates {
    font-size: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    gap: 12px; }
    footer .linkWrapCon .emailUpdates i {
      width: 36px;
      height: 36px;
      display: inline-block;
      background: url(../images/email_icon.svg) center center no-repeat;
      background-size: contain;
      background-size: 30px 30px; }
  footer .socialLink .listTitle {
    color: #fff;
    font-size: 21px; }
  footer .socialLink .socialList {
    display: flex;
    margin-top: 20px; }
  footer .socialLink .socialLinkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-left: 30px; }
    footer .socialLink .socialLinkBtn:nth-of-type(1) {
      margin-left: 0px; }
  footer .socialLink img {
    height: 26px;
    width: auto; }
  footer .phoneLink {
    font-size: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
    margin-top: 40px; }
    footer .phoneLink i {
      width: 24px;
      height: 24px;
      display: inline-block;
      background: url(../images/phone.svg);
      background-size: contain; }
  footer .copyRight {
    width: 100%;
    height: 80px;
    display: flex;
    border-top: 1px solid #3e9bff42;
    justify-content: flex-start;
    align-items: center; }
    footer .copyRight .copyTxt {
      font-size: 14px;
      display: flex;
      align-items: center; }
      footer .copyRight .copyTxt p {
        color: #fff;
        opacity: .5; }
      footer .copyRight .copyTxt ul {
        display: flex;
        margin-left: 16px;
        gap: 16px; }
        footer .copyRight .copyTxt ul li a {
          color: #fff;
          opacity: .5; }
          footer .copyRight .copyTxt ul li a:hover {
            opacity: 1;
            text-decoration: underline; }

@media only screen and (max-width: 1920px) {
  footer {
    padding: 80px 0px 0px 0px; } }

@media only screen and (max-width: 1780px) {
  footer {
    padding: 80px 0px 0px 0px; } }

@media only screen and (max-width: 1680px) {
  footer {
    padding: 60px 0px 0px 0px; }
  footer .container {
    max-width: 90%;
    padding: 0px; }
  footer .linkWrapCon .emailUpdates,
  footer .socialLink .listTitle {
    font-size: 18px; }
  footer .socialLink .socialLinkBtn {
    margin-left: 16px; }
    footer .socialLink .socialLinkBtn:nth-child(1) {
      margin-left: 0px; } }

@media only screen and (max-width: 1366px) {
  footer {
    height: auto;
    padding: 40px 80px 40px 80px; }
  footer .top-back {
    bottom: 120px; }
  footer .linkWrapCon .emailUpdates, footer .socialLink .listTitle {
    font-size: 16px; }
  footer .linkWrapCon .contactLink {
    margin-bottom: 20px; }
  footer .container {
    max-width: 100%;
    padding: 0px 30px; }
  footer .footorNav {
    margin-bottom: 30px;
    margin-top: 30px; } }

@media only screen and (max-width: 1280px) {
  footer {
    padding: 40px 0px 40px 0px; }
  footer .top-back {
    width: 40px;
    height: 40px;
    bottom: 120px;
    right: 5%; } }

@media only screen and (max-width: 1024px) {
  footer {
    padding: 40px 0px 40px 0px; }
  footer .logo img {
    height: 50px; } }

@media only screen and (max-width: 959px) {
  footer {
    padding: 40px 0px 0px 0px; }
  footer .container {
    flex-direction: column; }
  footer .logo {
    display: none; }
  footer .footorNav {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px; }
  footer .logo img {
    width: 210px; } }

@media only screen and (max-width: 800px) {
  footer {
    height: auto;
    padding: 40px 30px 60px 30px; }
  footer .container {
    display: block; }
  footer .footorNav {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px; }
  footer .logo img {
    width: 160px; }
  footer .copyRight .copyTxt {
    flex-direction: column; }
  footer .copyRight .copyTxt ul {
    gap: 6px; }
  footer .copyRight .copyTxt ul li a {
    font-size: 13px;
    margin-right: 8px; }
  footer .copyRight .copyTxt p {
    margin-bottom: 16px; }
  footer .copyRight .copyTxt ul {
    margin-left: 0px; }
  footer .top-back {
    bottom: 120px; }
  footer .linkWrapCon .emailUpdates {
    margin-bottom: 40px; } }

@media only screen and (max-width: 640px) {
  footer {
    height: auto;
    padding: 30px 20px 60px 20px; }
  footer .footorNav {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column; }
  footer .footorNav .navItem {
    margin-bottom: 40px; }
  footer .copyRight {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px 0px;
    border-bottom: none; }
  footer .copyRight .socialLink {
    margin-top: 20px; }
  footer .copyRight .socialLink .socialLinkBtn {
    margin-left: 0px;
    margin-right: 30px; }
  footer .copyRight .copyTxt {
    font-size: 12px; }
  footer .footorNav .navItem, footer .footorNav .navItem:nth-child(2), footer .footorNav .navItem:nth-child(3),
  footer .footorNav .navItem:nth-child(4) {
    width: 100%; } }
