@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{margin: 0;padding: 0;box-sizing: border-box;font-family: 'Poppins', sans-serif;}
body {height: 100vh;background-attachment: fixed !important;}
 body{background-size: contain !important;background-position: bottom left !important;background-repeat: no-repeat !important;}
  section {
    width: 100%;
  }
  .error{
    border-bottom: 2px solid red !important;
  }
  #heading{
    font-size: 20px;
    color: #ffffff;
	padding: 0px 50px;
  }
  .col-2-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col-2-div .field_section{width: 45%;}
  #heading i{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
}
.section-sticky-title{
      background: #4fbdb6;
      padding: 15px 10px;
	  min-height:60px;
  }
.video_upload_div{justify-content: space-between;background: #f4f4f4;padding: 10px;width: 100%;}
.video_name i{color: #4fbdb6;}
.video_remove{color: #f00;}
.video_name i{display:block;font-size:22px}

.errorMsgTxt {
  font-size: 15px;
    font-weight: 300;
    color: #f00;
}
.infoMsgTxt {
    font-size: 15px;
    font-weight: 300;
    color: #666;
}
.leftMaronDesk {margin-left: 150px !important;}
.center_align{max-width:650px !important;margin:auto;}
.reviewMainHeading {text-align: center;background: #4fbdb6;color: #fff;padding: 10px;font-size: 20px;margin-bottom: 5px;}

  @media screen and (min-width: 600px) {.section-sticky-title{padding:10px}}
  .section-sticky-title .label-heading{
      margin: 0px;
  }
 .container {
    position: relative;
    height: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
  }
  .review_div {margin: 15px 0px; border-bottom: 1px solid #ccc;}
  .review_div small {margin-bottom: 0px; font-size: 16px;color: #666;}

  .watchVideo {color:#4fbdb6; text-decoration: underline;}
.infoText{color: #666;}
 small{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
 small span{cursor: pointer;}
  /* form design */
  .form_section ul li{
      list-style: none;
      position: absolute;
      width: 100%;
  }
  
  .form_section ul li{
      display: none;
      z-index: 1;
  }
  .form_section ul{
      margin: auto;
      max-width: 800px;
      position: relative;
  }
  .field_section{
    margin: 25px 0px;
  }
  .form_section ul li.is-visible {
    display: block;
    z-index: 99;
    animation: fadein 0.5s ease 0s 1 normal forwards;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
      /* transform: translateY(100px); */
      transform: scale(0.8);
    }
  
    100% {
      opacity: 1;
      /* transform: translateY(0); */
      transform: scale(1);
    }
  }

  /* animation for the text to float up */
  
  .form_section .label-text {
    color: #fff;
    cursor: text;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    -moz-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  
  /* remove the input box styling */
  .form_section input, .form_section textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #4fbdb6;
    color: #4fbdb6;
    font-size: 16px;
    outline: 0;
    padding: 5px 0px;
    display: block;
    width: 100%;
    resize: none;
  }
  .form_section textarea{
    overflow-y: hidden;
  }
  .form_section input::placeholder{
      color: #4fbdb6;
  }
  .form_section textarea::placeholder{
    color: #4fbdb6;
}
.auto_height {
  width: 100%;
}

  
.budget_input{display:inline-block !important;vertical-align:middle !important;width:98% !important;padding-left:5px !important;}
@media (max-width: 750px){
.budget_input{width:95% !important;} 
}

  /* button styling */
  
  select {
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
    border: 0px;
    width: 240px;
    outline: 0px;
  }
  #validate {
    color: #333333;
    font-weight: 600;
    padding-left: 30px;
  }

  select[name='availability-days'] {
    min-height: 100px;
  }
  
  .form_section .label-heading {
    padding: 5px 0px;
    font-size: 18px;
    margin: 0px 0px;
    color: #000000;
    text-align: left;
  }
  
  .nav-btn-div {
    margin-top: 15px;
    color: #000000;
  }
.nav-btn-div .nav-button:nth-of-type(even){float: left;background: #fff;color: #4fbdb6;}
  .nav-button {
    background: #4fbdb6;
    color: #ffffff;
    border: 2px solid #4fbdb6;
    font-size: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    margin: 5px 10px 5px 0px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .nav-btn-div .prev{float: left;background: #fff;color: #4fbdb6;}
  .arrow-buttons{
    cursor: pointer;
    bottom: 75px;
    right: 75px;
    width: 100%;
    text-align: right;
    position: absolute;
  }
  .arrow-buttons i{
      margin: 0px 5px;
      padding: 15px;
      background-color: #4fbdb6;
      color: #ffffff;
      display: inline-block;
      border-radius: 100px;
  }


.checkbox-name {
  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;
}

.checkbox-name input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

.checkbox-name:hover input ~ .checkmark {
  background-color: #c7e1df;
}

.checkbox-name input:checked ~ .checkmark {
  background-color: #4fbdb6;
}

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

.checkbox-name input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-name .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fb_campaign .checkbox-name{font-size: 16px !important;}
.fb_campaign .label-heading{margin-bottom: 8px;}
.password-icon{position: absolute;top: 12px;right: 35px;color:#4fbdb6;}
.checkbox-div{display: flex;flex-wrap: wrap;margin-top: 10px;}
.checkbox-div img{max-height: 58px;}
.checkbox-div label{width: 50%;}
.age_check_box label{width: 25% !important;}
.trusted-bands .checkbox-name{
  width: 31%;
  margin: 7px;
}
.trusted-bands .checkbox-name img{
  max-height: 75px;
}
.trusted-bands .checkmark{
  top: 12px;
} 
.sub-heading{font-size: 24px;margin: 10px; color: #4fbdb6;}
.conditions .checkbox-name p{font-size: 16px;}
/* .input_field_section{
  overflow-y: scroll;
  height: 350px;
} */

.form_section ul li{
  padding-bottom: 65px;
}
#form_filling{font-size: 24px;}
.add_trust_signals{margin: 0px 7px;}
/*#uploaded_image img{width: 150px; height: auto; margin-top: 10px}*/
#uploaded_image img{height: auto;}
.review_section{margin:25px 0px}
  @media (max-width: 750px) {
	  .review_section{ margin:10px 0px 25px 0px}
    .checkbox-name .checkmark:after {
      left: 13px;
      top: 5px;
      width: 10px;
      height: 20px;
    }
    .form_section form ul li{padding-left: 10px;padding-right: 10px;margin-top: 10px;}
    .mbl-img-align{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-around;align-items: flex-start;}
    .n-pad-l{padding-left: 0px !important; }
    .form_section .label-heading {
      font-size: 20px;
    }
    .age_check_box label{width: 100% !important;}
    .field_section {
      margin: 10px 15px 25px 15px;
  }
    .form_section input, .form_section textarea {
      font-size: 18px;
    }
    .nav-btn-div{
      margin: 0px;
    }
    .checkbox-div img{
      max-width: 100%;
    }

  .watchVideo{
    text-align: center;
    border: 2px solid;
    padding: 10px;
    margin-top: 5px;
    text-decoration: none;
    display: block;
  }
  .color-picker-checkbox label{width: auto !important;}
  .trusted-bands .checkbox-name{width: 45% !important;}
  }

  .logo{
    margin: 20px 10px 10px 10px;text-align: center;
  }
  .logo img{width: 200px;}

  @media (max-width: 670px) {
    body{
      background-position: center !important;
      background: none !important;
    }
	
    .leftMaronDesk {margin-left: 15px !important;}
    .popup{
      padding-left: 25px;
      padding-right: 25px;
    }
    /* .input_field_div{
      max-height: 350px;
      overflow-y: scroll;
    } */
    .sub-heading{font-size: 24px;}
    .col-2-div .field_section{width: 100%;}
    .nav-button{width: 100% !important;padding: 15px 0px !important;text-align: center;font-size: 22px;font-weight: normal;}
    .form_section{padding: 0 10px}
    .checkmark {
    height: 40px;
    width: 40px;
    }
    .checkbox-div label {
    width: 100% !important;
    margin-bottom: 25px;
    font-size: 18px;
    }
    .checkbox-name{
      padding-left: 50px;
      padding-top: 8px;
      font-size: 18px;
    }
    .arrow-buttons{
      bottom: -20px;
    }
    #heading{
      font-size: 18px;
	  padding:0px 0px 0px 45px;
    }
	.heading_mbl_adj{
      font-size: 16px !important;
    }
    .popup_div i{
      font-size: 32px;
    }
    .progress_bar p {
    font-size: 16px;
    padding-bottom: 6px;
    }
    .sub-heading-rev {
    font-size: 24px;
    }
    .review_div small{font-size: 18px}
    .review_div p{font-size: 20px; padding-bottom: 6px}
    .conditions .checkbox-name p {
    font-size: 16px;
    }
    .color-picker-checkbox label{width: auto !important;}
  }
.popup{width: 100%;height: 100%;background: #000000ba;position: fixed;top: 0;z-index: 99;text-align: center;padding-top: 150px;transition-duration: 0.5s;}
.popup_div{position: relative;max-width: 560px;margin: auto;}
.popup_div img{width: 100%;display: block;}
.popup_div iframe{width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;}
.popup_div i{font-size: 40px;color: white;position: absolute;right: -20px;top: -20px;cursor: pointer;z-index: 99;}
#meter {width: 100%;background: #FFF;border-radius: 2px;}
.progress_bar{padding: 7px 15px;background:#c6e9ff;width: 100%; position: fixed; bottom: 0px; z-index: 999;}
.progress_bar p{font-size: 14px;}
#progress {background:#4fbdb6;height:10px;width:0%;border-radius: 2px;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4fbdb6 !important;
  opacity: 0.3; /* Firefox */
  font-size:16px;
}


/* position: absolute;bottom: 0;left: 25px; */
  
/*Color Checkbox Syle Starts Here*/

 .color-pallet{max-width: 408px; position: relative}
    .color-pallet-close{border-radius: 30px !important;margin-bottom: 4px !important;min-width: auto !important;padding: 0px 10px;width: 40px;height: 40px;position: absolute;right: -23px;top: -26px;background: red;border: 0;color: #fff;font-size: 25px;font-weight: bold;}
    .color-picker-checkbox{border: 1px solid #ccc; padding: 10px 10px 0}
    .color-picker-checkbox label{margin-bottom: 34px; width: auto}
    .color-1{background-color: #aa0000 !important}
    .color-2{background-color: #79040a !important}
    .color-3{background-color: #2d6718 !important}
    .color-4{background-color: #5ee501 !important}
    .color-5{background-color: #71942d !important}
    .color-6{background-color: #a5c546 !important}
    .color-7{background-color: #0057a2 !important}
    .color-8{background-color: #2fa9f2 !important}
    .color-9{background-color: #16b9d5 !important}
    .color-10{background-color: #0039ff !important}
    .color-11{background-color: #e2ad19 !important}
    .color-12{background-color: #ffc001 !important}
    .color-13{background-color: #e6fc00 !important}
    .color-14{background-color: #d43927 !important}
    .color-15{background-color: #6f2f10 !important}
    .color-16{background-color: #000000 !important}
    .color-17{background-color: #191919 !important}
    .color-18{background-color: #58118a !important}
    .color-19{background-color: #bc35b2 !important}
    .color-20{background-color: #fd70bc !important}
    .color-21{background-color: #5b6f81 !important}
    .color-22{background-color: #6897c1 !important}
    .color-23{background-color: #5fc591 !important}
    .color-24{background-color: #128047 !important}
    .color-25{background-color: #bb1488 !important}
    .color-26{background-color: #ffa2e2 !important}
    .color-27{background-color: #3d2dc1 !important}
    .color-28{background-color: #1d06d6 !important}
    .color-29{background-color: #06c3d6 !important}
    .color-30{background-color: #8fdee6 !important}
    .color-31{background-color: #d40505 !important}
    .color-32{background-color: #ff0000 !important}
    @media screen and (max-width:600px){
        .color-pallet{margin-top: 40px}
        .color-pallet-close{top: -32px; right: -16px;}
        .color-picker-checkbox {margin: auto 0 28px;}
        .color-picker-checkbox .checkbox-name {padding-left: 34px;}
        .color-picker-checkbox label{margin-bottom: 38px;}
		.create_insta_div .field_section, .create_lkdin_div .field_section{margin-left:0px;margin-right:0px}
    .color-picker-checkbox  .checkmark{height: 30px;width: 30px;}
    .color-picker-checkbox .checkbox-name .checkmark:after{left: 12px;top: 7px;width: 5px;height: 10px;}
    .video_name i{font-size: 30px;}
 .brandlogos_bg{
display:none;}
    }

.video_name i   add {    padding-right: 5px;} 

 .brandlogos_bg{  position: absolute;
    top: 130px;
    right: -245px;
    opacity: 0.3;}
/*Color Checkbox Syle Ends Here*/

/* Menu style */

/* .menu{position: absolute;bottom: 50px;right: 75px;}
.menu .memu_toggle{padding: 12px 0px;width: 46px;background: #4fbdb6;text-align: center;color: #fff;font-size: 20px;border-radius: 100px;cursor: pointer;}
.menu_items_div{position: absolute;width: 215px;top: -315px;right: 0px;border-radius: 5px;}
.menu_items_div ul{margin: 0px;padding: 0px;list-style: none;background: #f4f4f4;}
.menu_items_div ul li{padding: 10px 20px;color: #666;border: 1px solid #e4e4e4;border-bottom: 0px solid #e4e4e4;cursor: pointer;font-size: 14px;}
.menu_items_div ul li:hover{background: #ddebfa;}
.menu_items .active{background: #ddebfa;}
.menu_items_div ul li:nth-last-child(1){border-bottom:1px solid #e4e4e4 ;}
.arrow_style{position: absolute;right: 9px;bottom: -16px;}
@media screen and (max-width:768px) {.menu{right: 25px;    z-index: 999;bottom: 65px;}} */


.menu{position: absolute;left: 0px;top: -9px;;z-index: 9999;}
.menu .memu_toggle{padding: 12px 0px;width: 46px;background: #ffffff;text-align: center;color: #4fbdb6;font-size: 20px;border-radius: 100px;cursor: pointer; border: 2px solid white;}
.menu_items_div{position: absolute;width: 215px;top: 60px;left: 0px;border-radius: 5px;}
.menu_items_div ul{margin: 0px;padding: 0px;list-style: none;background: #f4f4f4;}
.menu_items_div ul li{padding: 10px 20px;color: #666;border: 1px solid #e4e4e4;border-bottom: 0px solid #e4e4e4;cursor: pointer;font-size: 14px;}
.menu_items_div ul li:hover{background: #4fbdb6; color: white;}
.menu_items_div .active{background: #4fbdb6; color: white;border:1px solid #4fbdb6;}
.menu_items_div ul li:nth-last-child(1){border-bottom:1px solid #e4e4e4 ;}
.arrow_style{position: absolute;left: 5px;top: -18px;transform: rotate(180deg);}
/* .menu:hover .fa-bars{display:none !important}
.menu:hover .fa-times{display:block !important}
.menu:hover .menu_items_div{display:block !important} */
@media screen and (max-width:768px) {
	.menu{right: 22px;z-index: 999;}
.arrow_style{top: -16px;}
}
@media screen and (min-width:768px) {
.menu:hover .fa-bars{display:none !important}
.menu:hover .fa-times{display:block !important}
.menu:hover .menu_items_div{display:block !important}
}
@media screen and (max-width:768px) {
.menu_click_show .fa-bars{display:none !important}
.menu_click_show .fa-times{display:block !important}
.menu_click_show .menu_items_div{display:block !important}
}

/* .label-heading sup:hover ~ .tooltip{display:block}
.tooltip{font-size: 12px;line-height: 15px;background: #f4f4f4;padding: 5px 8px;position: absolute;max-width: 250px;top: 15px;left:130px;margin-left: 6px;z-index: 99;letter-spacing: 0.5px;display:none;    width: 100%;}
@media (max-width: 750px){
.tooltip{top:0px;margin-left: 0px; width:auto;}
.date_time{
	width: 50% !important;
} 
} */
.switch {position: relative;display: inline-block;width: 60px;height: 34px;}
.switch input { opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
.slider:before {position: absolute;content: "";height: 26px;width: 26px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}
input:checked + .slider {background-color: #4fbdb6;}
input:focus + .slider {box-shadow: 0 0 1px #4fbdb6;}
input:checked + .slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}
 .div_row{display: flex;justify-content: space-between;padding: 5px 15px;background: #f4f4f4;align-items: center;border-bottom: 1px solid #ffffff;} 
.date_time{
	width: 80% !important;
    border: 0 !important;
    text-align: right;
} 
@media (max-width: 750px){
.date_time{width: 50% !important;}
}
.dropdown-wrapper input[type="checkbox"],
.dropdown-content, .dropdown-wrapper input[type="radio"] {display: none;}
.dropdown-wrapper.active .dropdown-content, .dropdown-wrapper.active .dropdown-content ul li {display: block;}
.dropdown-wrapper.active .dropdown-content ul li{position: unset;}
.dropdown-wrapper input[type="radio"] + label {cursor: pointer;padding-left: 30px;position: relative;width: 100%;display: block;}
.dropdown-wrapper input[type="radio"] + label:before {left: 0;position: absolute;content: "";width: 20px;height: 20px;border-radius: 50%;top: 2px;border: 1px solid #dcdbe5;}
.dropdown-wrapper input[type="radio"]:checked + label:before {left: -4px;background: #4fbdb6;border: 5px solid #fff;box-shadow: 0px 0px 0px 2px #4fbdb6;transform: scale(0.7);top: -7px;}
.dropdown-wrapper {max-width: 300px;width: 100%;}
.dropdown-content {border-radius: 5px;width: 300px;box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);background:#ffffff;margin-top:10px}
.dropdown-content ul, .dropdown-content li {margin: 0;padding: 0;}
.dropdown-content ul {list-style: none;}
.div-wrapper li {color: #2f255b;margin: 0px 0px;padding: 10px 15px !important;}
.div-wrapper li:hover{background: #f4f4f4;}
.div-wrapper li span {display: block;padding-left: 35px;font-size: 0.9em;color: #b3b3bf;}
.div-wrapper {display: inline-block;position: relative;}
.dropdown-heading {color: #000;padding: 10px;width: 100%;display: block;border: 1px solid #f4f4f4;box-sizing: border-box;cursor: pointer;box-shadow: inset 0 0 3px #4fbdb6;}
.fa-chevron-down{position: absolute;right: 20px;font-size: 20px;top: 12px;cursor:pointer;}
@media (max-width: 750px){
.dropdown-wrapper input[type="radio"] + label:before{top: 4px;}
.div-wrapper li{font-size:20px;margin-top:0px !important}
}
 .color_section{display: flex;align-items: center;text-align: center;flex-wrap: wrap;margin-bottom:15px;    margin: 5% 0px;}
 /*.color_section input[type="color"]{border: 0 ;padding: 4px 5px;height: 45px !important;width: 240px !important;background:#f4f4f4 !important;margin: auto;margin-bottom: 10px;}*/
	.color_section input[type="color"] {
    border: 0;
    padding: 4px 5px;
    height: 45px !important;
    width: 240px !important;
    background: #f4f4f4 !important;
    margin-bottom: 10px;
    margin: 0 4px;
}

	@media (max-width: 750px){
.color_div{width:100%;margin-bottom:15px}
.color_section input[type="color"] {
    width: 100% !important;
    margin: auto;
}
}


#get_offer_value{display: inherit !important;}
#get_offer_value .tag{padding: 10px 30px 10px 25px;min-width: 200px;font-size: 16px !important;}
#get_offer_value .tag-remove{top:5px !important}
.fa-arrows-alt-v{position: absolute;left: 7px;top: 14px;color: #000;}

#get_services_value{display: inherit !important;}
#get_services_value .tag{padding: 10px 30px 10px 25px;min-width: 200px;font-size: 16px !important;}
#get_services_value .tag-remove{top:5px !important}

#get_keywords_value{display: inherit !important;}
#get_keywords_value .tag{padding: 10px 30px 10px 25px;min-width: 200px;font-size: 16px !important;}
#get_keywords_value .tag-remove{top:5px !important}

#gadw_keywords_value{display: inherit !important;}
#gadw_keywords_value .tag{padding: 10px 30px 10px 25px;min-width: 200px;font-size: 16px !important;}
#gadw_keywords_value .tag-remove{top:5px !important}



.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
    width: 265px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: -128px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 16px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
	@media (max-width: 750px){
.tooltip .tooltiptext{font-size:12px}
.tooltip .tip_bottom{left: -98px;}
.tooltip .tip_bottom::after{left: initial;right: 28px;}

	}
	
.statediv{background: #fff;position: absolute;width: 100%;top: 38px;box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);z-index: 9;max-height: 200px;overflow-y: scroll;}
.statenames{display: block;padding: 5px 8px;border-bottom: 1px solid #f4f4f4;cursor:pointer;font-size:14px;}
.statenames:hover{background: #f3f3f3;}
	
	.gps_tracker{width: 11px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
	}
	
.tooltip .tip_bottom{bottom:inherit;top: 125%;}
.tooltip .tip_bottom::after{bottom: 100%;transform: rotate(180deg);top: initial;}

 /* .statediv{display:none !important;} */
/* .focus-visible ~ #countryList { display: block !important;} */
/*.state_input:focus ~ #countryList .statediv { display: block !important;} */

.state_input:focus ~ #countryList  .statediv, .statediv:hover{ display: block !important;}
.div_row input::placeholder {font-family: 'Font Awesome 5 Pro', 'Poppins';opacity:1;}
.dropdown-wrapper input[type="radio"]:checked + label:before {top: -3px;}
/* End Here */









