img.img-fluid.brand {
    width: 40px;
    height: 20px;
    object-fit: contain;
}

/****************************
======== Locale Switcher =========
****************************/

  #cl_switcher2 {
    width: auto;
    position: relative;
    z-index: 5;
  }

  #cl_switcher2 #cl_toggle {
    border-radius: 50px;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
    min-width: 100px;
    height: 36px;
    min-height: unset;
    max-height: unset;
    padding: 5px 30px 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #253D4D;
    font-weight: bold;
    background: 0 0 !important;
  }

  #cl_switcher2 #cl_toggle i, #cl_switcher2 #cl_toggle span {
    display: inline-block;
    vertical-align: middle;
  }

  #cl_switcher2 #cl_toggle i.currency-flag {
    width: 22px;
    height: 14px;
    margin: 0 0 0 5px;
    border-radius: 2px;
    overflow: hidden;
    transform: translateY(1px);
  }

  #cl_switcher2 #cl_toggle:focus, #cl_switcher2 #cl_toggle:hover {
    background: 0 0;
    box-shadow: none !important;
    color: #10AB4C;
  }

  #cl_switcher2 #cl_toggle:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: inherit;
    top: 52%;
    transform: translateY(-50%);
    right: 11px;
    z-index: 9;
  }

  #cl_switcher2 #cl_list, #cl_switcher2 #cl_toggle:after {
    position: absolute;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
  }

  #cl_switcher2 #cl_list {
    display: block;
    width: auto;
    min-width: 190px;
    height: auto;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 40px;
    left: 0;
    box-shadow: 0px 12px 13px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 0;
    margin: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    border-radius: 4px;
  }

  #cl_switcher2 #cl_list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 15px 12px;
    border-bottom: 1px solid #f8f8f8;
    text-align: left;
  }

  #cl_switcher2 #cl_list li .checkbox {
    margin: 0 0 10px;
    cursor: pointer;
  }

  #cl_switcher2 #cl_list li .checkbox input[type=radio]:checked + label {
    color: #151515 !important;
  }

  #cl_switcher2 #cl_list li .checkbox input[type=radio]:checked + label:before {
    border-color: #979797;
    background-color: #d8d8d8;
  }

  #cl_switcher2 #cl_list li .checkbox label {
    font-size: 13px;
    color: #7f7f7f;
    cursor: pointer;
  }

  #cl_switcher2 #cl_list li .checkbox label i, #cl_switcher2 #cl_list li .checkbox label img {
    display: inline-block;
    width: 22px;
    height: 14px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    border-radius: 2px;
    overflow: hidden;
  }

  #cl_switcher2 #cl_list li .checkbox label span {
    color: #7f7f7f;
  }

  #cl_switcher2 #cl_list li .checkbox label:after {
    display: none;
  }

  #cl_switcher2 #cl_list li .checkbox:last-child {
    margin-bottom: 0;
  }

  #cl_switcher2 #cl_list li .col__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
  }

  #cl_switcher2 #cl_list li .col__title h4 {
    font-size: 15px;
    color: #727271;
    line-height: 1;
    background-color: #fff;
    padding: 0 0 0 10px;
    z-index: 9;
  }

  #cl_switcher2 #cl_list li .col__title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  #cl_switcher2 #cl_list li.col {
    display: block;
  }

  #cl_switcher2 #cl_list li:last-child {
    border: none;
  }

  #cl_switcher2.visible #cl_toggle:after {
    transform: translateY(-50%) rotate(180deg);
  }

  #cl_switcher2.visible #cl_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }


  .single-section-banner {
    min-height: 21vh;
  }

  .datepicker-container {
		z-index: 10000 !important;
	}


.img-category-section{
	height: 236px !important;
}

/* General styles for the div */

 .col-lg-3 > .social-media-ipad {
	display: flex !important;
 }



/* General styles for the div */
.conloc-div {
	width: 258px !important;
	/* Other styles */
  }

  .currencycls{
	padding-left: 46px !important;
  }



