@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,body{
    margin: 0;
    padding: 0; 
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

}



html[lang='ar'] .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    right: auto !important;
    left: 0 !important;
}

html[lang='ar'] .scrollButtonsCont {
   
    flex-direction: row-reverse;
}
html[lang='ar'] .indexCont{right:-28px;}

html[lang='ar'] .iti__country-list{left:0 !important;}

html, body, #root {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 100vw;
}
#loader {  
    width: 100%;
    z-index: 100;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; 
    
    top: 0;
    right: 0;
    height: 100%;  
    flex-direction: column;
  }
   
   .iti__hide{
    animation: none !important;   
   }
   
   
  .loaderLogo{
    max-width: 96px;
    margin-bottom: 1rem;
    width: 100%;
    bottom: 20px;
  }
  .bar-preloader {
    width: 160px;
    height: 4px;
    background-color: rgba(0,0,0,0.3); 
    border-radius: 4px;
    overflow: hidden;
  }
  
  .bar {
    height: 100%;
    width: 100%;
    width: 0%;
    background-color: #000000;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%; 
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: move 1.3s infinite linear;
                animation: move 1.3s infinite linear;  }
  
  @keyframes move {
    0% {
        -webkit-transform: translateX(0) scaleX(0);
        -ms-transform: translateX(0) scaleX(0);
        transform: translateX(0) scaleX(0);
    }

    10% {
        -webkit-transform: translateX(0) scaleX(0.2);
        -ms-transform: translateX(0) scaleX(0.2);
        transform: translateX(0) scaleX(0.2);
    }

    40% {
        -webkit-transform: translateX(0) scaleX(0.7);
        -ms-transform: translateX(0) scaleX(0.7);
        transform: translateX(0) scaleX(0.7);
    }

    60% {
        -webkit-transform: translateX(60%) scaleX(0.4);
        -ms-transform: translateX(60%) scaleX(0.4);
        transform: translateX(60%) scaleX(0.4);
    }

    100% {
        -webkit-transform: translateX(100%) scaleX(0.2);
        -ms-transform: translateX(100%) scaleX(0.2);
        transform: translateX(100%) scaleX(0.2);
    }
  }
  .rootProgress{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  #progressCont{
    position: relative;
    background-color: rgba(4, 69, 175, 0.3);
    height:4px;
    width: 100%;
    top: 0;
    left: 0;
}
#progress{
    position: absolute;
    background-color: rgb(4, 69, 175);
    height:4px; 
    transition: all 0.4s ease 0s;
    top: 0;
    left: 0;
}
.Ok:hover{
    background-color: rgb(42, 97, 187);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.cont2 .subCont{
    padding-top: 80px;
}
.cont{
    min-width: 100vw;
    display: flex;
    max-width: 100vw; 
    opacity:1; 
    margin-top: 4rem;
    align-items: center; 
    height: 100vh;    
    width: 100%;position: relative;height: 100%;
}

.subCont{ 
    margin:0 auto ;
    max-width: 720px; 
    padding: 0 0 4rem 0;
} 
.poweredBy{
    background-color: rgb(4, 69, 175);
    display: flex;
    border-radius: 4px;
    text-decoration: none;
    padding-top: 0px;
    color:#fff;
    align-items: center; 
    padding-bottom: 0px;
    transition: background-color 0.3s ease;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 20px;
}
.poweredBy:hover{
    background-color: rgb(42, 97, 187);
}
.submit:hover{
    background-color: rgb(42, 97, 187);
}
.Ok{ 
    font-weight: 700;
    display: block ;
    cursor: pointer;  
    transition: background-color 0.3s ease-out;
    border: 1px solid transparent;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    padding: 6px 14px;
    min-height: 40px;
    background-color: rgb(4, 69, 175);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 20px;
     
}
.popupOk{
        
    font-weight: 700;
    display: block ;
    cursor: pointer;  
    transition: background-color 0.3s ease-out;
    border: 1px solid transparent;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    padding: 6px 14px;
    min-height: 40px;
    background-color: rgb(4, 69, 175);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 20px;
     
}
.scrollButtonsCont{
    margin-right: 1rem;
    display: flex;
    flex-direction: row;
}
.radiosImgCont{
    display: inline-flex;
    margin-top: 32px;
    flex-direction: row;
    
} 
.imgRadioCont{
    position: relative;
    display: flex;  
    border-radius: 4px;
    background-color: rgba(4, 69, 175, 0.1);
    box-shadow: rgba(4, 69, 175, 0.6) 0px 0px 0px 1px inset;
    color: rgb(4, 69, 175);
    max-width: 100%;
    min-width: 75px;
    flex-direction: column;
    min-height: 40px; 
    padding-top: 4px;    
    transition: background-color 0.3s ease-in;
    cursor: pointer;  
}
.radiosImgCont6 label{
    width: calc(33.3333% - 8px + 2.66667px);
}
.imgTextCont{
    flex-direction: row;
    display: flex;
    justify-content: start;
}
.cont9 .subCont{
    margin-top: 80px;
}
.imgCont{
    height:160px;
    display: flex; 
    align-items: center; 
    padding: 10px 10px 0 10px;
}
.imgCont img{
    width:100%;
}
.fixedCont{
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);;
    display: flex;
    flex-direction: row-reverse;
    right: 16px;
    bottom: 16px; 
}
.radiosImgCont{
    gap:0.7rem;
    margin-bottom:1rem
}
.popupOkCont{
    display:none
}
  
.scrollButtons{ 
    all:unset;
    color:white;
    background-color: rgb(4, 69, 175); 
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    font-weight: 700;
    cursor: pointer;   
    width: 36px;
    min-width: 36px; 
    height: 32px;
    transition: background-color 0.5 ease-in;
}
.scrollButtons:hover{
    background-color: rgb(42, 97, 187);
}
.scrollButtons:active{
    background-color: rgb(4, 62, 158);
}
.subTitle{
    font-size:20px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0.2rem 0 1rem 0;
}
.scrollButtons:disabled{
    background-color: rgba(4, 69, 175, 0.9);
}
    #up{ 
    border-radius: 4px 0 0 4px ;  
    border-right: 0.1px solid rgba(255, 255, 255, 0.2) ;
    }
    #down{ 
    border-radius: 0 4px 4px 0 ;
}
.letterCont{
    background-color: white;
    margin: 0.5rem;
    border: 1px solid rgba(4, 69, 175, 0.6);
    border-radius: 2px;
    width: 22px;
    height: 22px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.checkCont{
    margin:0 1rem 0 auto; 
} 
.anythingInput{
    margin-top: 32px;
}
.ageRadio{
    display: none;
  }
  
  .radioCont {
    display: flex;
    align-items: center;
    transition:  background-color 0.3s ease-in;
  }
  .radioCont:hover{
    background-color: rgba(4, 69, 175, 0.3)
  }
  .imgRadioCont:hover{
    background-color: rgba(4, 69, 175, 0.3);
  }
  .checkCont {
    display: none;
    
  }
  .popupOkCont{
    display:none !important
  }
  .ageRadio:checked + label .checkCont  {
    display: block; 
  }
  .ageRadio:checked + label .radioCont  {  
    box-shadow: rgba(4, 69, 175, 0.8) 0px 0px 0px 2px inset;
  }
  .ageRadio:checked + label .imgRadioCont  {  
    box-shadow: rgba(4, 69, 175, 0.8) 0px 0px 0px 2px inset;
  }
  .ageRadio:checked + label .letterCont  {  
    background-color: rgb(4, 69, 175);
    color:#fff
  }
  .radiosCont{
    margin-top: 32px; 
    display: flex;
    flex-direction: column;
  }
.radioCont{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius:4px;
    background-color: rgba(4, 69, 175, 0.1);
    box-shadow: rgba(4, 69, 175, 0.8) 0px 0px 0px 1px inset;
    color: rgb(4, 69, 175); 
    outline: 0px; 
    padding-top: 0;
    max-width: 100%; 
    width: 168px;
    padding-bottom: 0;  
    cursor: pointer; 
    margin-bottom: 0.5rem !important;
}
.radioCont4{ 
    max-width: 100%;
    min-width: 400px;
}
.textCont{
    font-size: 20px; 
}
.indexCont{
    color:rgb(4, 69, 175);
    font-size: 18px; 
    position: absolute;  
    display: inline-block;
    left: -28px;
    top: 5px; 
}
.indexCont svg{
    height: 10px;
    width: 11px;
    fill: rgb(4, 69, 175);
}
.cont6 .indexCont{
    top: 6px;
}
.required{
    font-size: 24px;
    margin-left: 0.4rem;
}
.title{
    font-size: 24px;
    display: inline-block;
    margin: 0;
}
.titleCont{
    position: relative;
}
.letterContImg{
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0 0.5rem 0 0;
}
.imgTextCont .textCont{
    font-size: 16px;
}
.imgTextCont{
    margin: 0 0 0.4rem 0.5rem;

}
.imgcheckCont::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 24px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(4, 69, 175) rgb(4, 69, 175) transparent transparent;
    position: absolute;
    right: 0px;
    top: 0px;
}
 .imgcheckCont{ 
    margin: 0; 
    position: absolute;
    top:0;
    right:0; 
    z-index: 1;
    width: 48px;
    height: 48px;
    border-top-right-radius: 4px;
    overflow: hidden; 
    
 }
 .imgcheckCont svg{
    position: absolute;
    right: 6px;
    top: 7px;
 }
 
.radioCont7{
    width: 320px;
}
.anythingInput{
    display: block;
    transition: all 0.3s ease;
    width: 100%; 
    color: rgb(4, 69, 175);
    padding: 0px 0px 8px;
    border: none; 
    transform: translateZ(0px);
    font-size: 30px; 
    line-height: unset; 
    outline:none;
    box-shadow: rgba(4, 69, 175, 0.3) 0px 1px;
    height: 33px; 
    background-color: transparent ;
    margin-bottom: 2rem;
}
.iti__selected-flag{
    height: 32px;
    box-shadow: rgba(4, 69, 175, 0.3) 0px 1px 
}
.iti__selected-flag:focus{
    box-shadow: rgba(4, 69, 175, 0.3) 0px 2px 
}
.formInput{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 0;
}
.anythingInput:focus{
    box-shadow: rgb(4, 69, 175) 0px 2px;
}
.anythingInput::placeholder{
    color:#BFD0EB
}
.inputLabel{
    font-weight: unset;
    font-size: 16px;
    margin-bottom: 0 !important;
    line-height: 24px;
    color: rgb(4, 69, 175);
}
.cont8 .Ok{  
}
.pressEnter{
    display: inline-block;
    margin-left: 1rem;
}
.flexCont{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    align-items: center;
    width: fit-content;
    margin: 0 ;
}
.flexCont .Ok{
    margin: 0  !important;
}
.submitCont{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    margin: 0 ;
}
.customList{
    width: 100%  !important;
    background-color: #000000;
    position: absolute;
    z-index: 1000000;
}
.submit{
    position: relative; 
    font-weight: 700; 
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    font-family: sans-serif;
    transition: all 0.1s ease-out; 
    outline: none;
    border: 1px solid transparent; 
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    padding: 6px 14px;
    min-height: 40px;
    font-size: 20px;
    width: fit-content;
    background-color: rgb(4, 69, 175);
    color: rgb(255, 255, 255);
    border-radius:4px; 
} 
.reportAbuse{ 
    font-weight: unset;
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    opacity: 0.7;
    margin: 1rem 0 0 0; 
    display: flex; 
    justify-content: start;

}
.reportAbuse a{
    font-weight: 500;
    margin-left: 0.3rem; 
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    font-family: sans-serif; 
}
.requiredCont{
display:none;
font-size: 14px;
position: absolute;
margin-top: 1rem;
    line-height: 20px;
    position:relative;
    color: rgb(175, 4, 4);
    background-color: #F7E6E6;
    font-family: sans-serif;
    width:fit-content;

}
.subCont{
    padding-left: 80px;
    padding-right: 80px;
}
.requiredCont svg{
    position: absolute;
    bottom:6px
}
    .blink {
        background-color: unset;
        transition: unset;
        opacity: 1 !important;
        animation: blink-animation 0.4s steps(5, start) infinite !important;
        -webkit-animation: blink-animation 0.4s steps(5, start) infinite !important;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      .popupOkCont{
        display: none;
      }
      @media only screen and (max-width: 1022px)  {
        #phone{
            width: 87%;
        }
        .crtlEntr{
            display:none !important
        }
        .pressEnter{
            display:none !important

        }
        .submitCont{
            margin: 0 auto;
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .reportAbuse{
            justify-content: center;
        }
      }
      #popup{ 
    }
    .subPopup{
        width: unset !important ;
    }
    .popupOkCont{
        max-width: 0;
    }
    .popupOkCont .Ok{
        display: none;
    }
    
      .slideIn{ 
        animation: 200ms ease-in-out 1 forwards slideIn;  
      }
      .fadeOut{  
        animation: 200ms ease-in-out 200ms 1 forwards fadeOut; 
      }
      .slideOut{
        animation:400ms ease-in-out 400ms 1 forwards slideOut 
      }
      
      .fadeIn{ 
        animation:400ms ease-in-out 400ms 1 forwards fadeIn 
      }
      .fadeSlideIn{
        animation:400ms ease-in-out 400ms 1 forwards fadeSlideIn 

      }
      #emailReq{
        opacity: 0;
      }
    @keyframes fadeSlideIn {
        from {
            transform: translateY(10px);
            display: none;
            opacity: 0;
        }

        to {
            transform: translateY(-10px);
            display: block;
            opacity: 1;
        }
    }
      @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0 !important;
        }

        to {
            opacity: 1 !important;
        }
    }
    @keyframes slideIn {
        from {
            transform: translateY(20px);
        }

        to {
            transform: translateY(0);
        }
    }
    @keyframes slideOut {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(-20px);
            opacity: 0;
        }
    }
    .horizontal-shaking{
        animation: 400ms horizontal-shaking infinite ease ;
    }
    @keyframes horizontal-shaking {
        0% { transform: translateX(0) }
        25% { transform: translateX(5px) }
        50% { transform: translateX(-5px) }
        75% { transform: translateX(5px) }
        100% { transform: translateX(0) }
       }
    .popup{
        position: fixed;
        top: -200px;
        width: 100%;
        transition: 1s all ease;
        left: 0;
        width: 100%;
        background-color: rgba(230, 230, 230, 0.9);
    }
    .subPopup{
        width: 100%;
        display: flex;
        max-width: 720px;
        margin: 0px auto;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .subPopup > *{ 
            display: flex !important;
            align-items: center;
    }
    .popupText{ 
        margin: 0px;
        max-width: 100%;
        width: inherit;
        font-weight: unset;
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    .iti{
        width: 100%;
    }
    #phone{
        font-size: 30px;
        width: 92%;
        margin-left: auto;
        padding: 0; 
        direction:ltr;
        
    }
    
    .logos{
   padding-right:100px;
  }
  
  html[lang='ar'] .logos{
   padding-left:100px !important;
  }
  
    
    html[lang='ar']  #phone {text-align:end;}
     .iti--allow-dropdown {
        margin-bottom: 2rem ;

    }
    #searchBar{
        display: inline-block ;
        left: 0;
        width: 100%;
        z-index: 10000;
        font-family: inherit;
        color: rgb(4, 69, 175);
        padding: 0px 0px 8px;
        border: none;
        outline: none;
        border-radius: 0px;  
        font-size: 30px;   
        transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
        box-shadow: none;
        background-color: transparent !important; 
    }
    #searchBar::placeholder{
        color:rgba(4, 69, 175, 0.3)
    }
.iti__country-list{
    top: 20px;
    padding: 1rem; 
    overflow-x:hidden;
    min-height: 400px;
    min-width: 450px;
    max-width: 450px; 
}
.iti__country-list li{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(4, 69, 175, 0.1); 
    box-shadow: rgba(4, 69, 175, 0.8) 0px 0px 0px 1px inset;
    color: rgb(4, 69, 175);
    max-width: 100%;
    height: inherit;
    min-height: 40px;
    outline: 0px;
    padding-top: 4px;
    height: 30px;
    padding-bottom: 4px;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    width: unset !important;
    word-break: break-word;
    animation: 0.25s ease 0s 2 normal none running jBPXGM;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 4px;
}
#noSuggestion{
    margin-top: 25px;
}
.iti__country-list li:hover{
    background-color: rgba(4, 69, 175, 0.1); 
}
.iti-mobile .iti__country-list{
    width: unset !important;
}
.customList{ 
}
#phoneCont{ 
    position: absolute;
    top: 0;
}
.iti__country-name{
    font-size:20px
}
.iti__dial-code{
    margin-left: auto;
    font-size: 20px;
    color: rgb(4, 69, 175);
}

    @media only screen and (max-width: 450px)  { 
        .radiosImgCont{
            flex-wrap: wrap;
            flex-direction: column;
            
        }
    }
    
    .iti__flag {background-image: url("./intl-tel-input-18.1.1/intl-tel-input-18.1.1/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("./intl-tel-input-18.1.1/intl-tel-input-18.1.1/build/img/flags@2x.png");}
}
#allDone{
    position: fixed;
    background-repeat: no-repeat; 
    width: 100%;
    height: 100%;
    background-image:url(./assets/Tech\ Tech\ Website\ in\ Teal\ White\ Navy-Gradients-Style.png);
    top: 0; 
    background-size:100% 100%;
    display: none; 
    opacity: 0;
    transition: all 0.3s ease;
    z-index:100000000;
    left: 0;
}
.logoHeader{
    color: white;
    margin: 0;
    font-size: 28px;
}
.logoText{
    color: white;
    margin: 0;
    font-size: 14px;
}
.iconsCont a{
    all: unset;
    cursor: pointer;
}

.iconsCont i{
    all: unset;
    color: white;
    margin-right: 1rem;
    font-size: 28px;
}
.whiteOverlay{
    background-color: rgb(255,255,255,0.15);
}
.flexCenter{
    width: 100%;
    height: 100%;
    display: flex; 
    justify-content: center;
    align-items: center;
}
.allDoneText{
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin-top: 3rem;
    margin-bottom:0;
    color:white;
}
.logoCont{
    display: flex;
    flex-direction: column;
    
    align-items: center;
}
.smileMore{
    font-size:4rem;
    color:white; 
    margin-top: 1rem;
    margin-bottom:1.5rem;
}
.textContAll{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.thakYou{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom:1.5rem;
    color:white; 
}
.allDoneFooter{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 52px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px;
    bottom: 0px;
}
.How{
    margin: 0px;
    max-width: 100%; 
    font-weight: unset;
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    margin-right: 0.5rem;
    font-weight: 500;
}
.createForm{
    background-color: rgb(4, 69, 175);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(4, 69, 175);
    border-radius: 4px;
    font-family: sans-serif;
    transition: background-color 0s ease 0s, all 150ms ease 0s, all 0s ease-in 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    line-height: 1;
    text-decoration: none;
    font-size: 11px;
    padding: 4px 6px;
    white-space: nowrap; 
    margin-right: 0.7rem;
    outline: none;
} 
.allDoneImgCont{
    display: none;
}
#allDone *{
    max-width: 100%;
    font-family: 'Roboto', sans-serif !important;

}
@media only screen and (max-width: 800px)  { 
    .mobileHidden{
        display: none;
    }
    #allDone{
        background-color: #9FD9DA;
        background-image: none;
        overflow: auto;
        max-width: 100%;  
    }
    .flexCenter{
        justify-content: start;
        align-items: start;
    }
    .allDoneImgCont{
        display: block;
    }
    .whiteOverlay{
        background: none;
    }
    .smileMore{
        font-size: 42px;
    }
    .thakYou{
        font-size:14px;
       /* padding: 0 5rem 0 5rem;*/
    }
}
@media only screen and (min-width: 600px)  {
 
    

}
@media only screen and (max-width: 600px)  { 
    #searchBar{
        display: inline-block;
        width:80%
    }
    #return{
        display: inline-block; 
        margin-right: 1rem;
    }
    #return svg{
        fill: rgb(4, 69, 175)
    }
    #searchBar{ 
        display: inline-block; 
    }
    .iti__country-list{

        width: 100vw;
        height: 100vh; 
        min-height: 120% ;
        min-width: 100% ;
        max-width: 100%;
        position: fixed;
        left: 0;
        top: 0 ;
    }
    #return{ 
    }
    .iti__country-list li{
        height: 30px;
    }
    .popupOkCont{
        opacity: 1;
        z-index:100000000000;
        position: fixed;
        bottom: 3rem;
       display: none;
        left:0;
        max-width: 100%;
        width: 100%;  
        background-color: rgba(205, 218, 239, 0.5);
    }
    .popupOkCont .popupOk{
        display: block;
    }
    .cont9 .subCont{
        margin-top: 0;
        
    }
    .cont9 .titleCont{
        margin-top: 40px;
    }
    .subPopupContOk{  
        padding-left: 40px !important;
        padding-right: 40px !important;
        display: flex;
        padding-top: 8px;
        padding-bottom: 8px;
        justify-content: center;
        align-items: center;
    }
    .popupOk{
        width: 100%;
        
    }
    
    #popup{
        display: none;
    }
    #phone{  
        width: calc(100% - 130px);
        margin-left: 50px;
    }
    .submit{ 
    }
    .submitCont{
        justify-content: start;
    }
    .cont9 .subCont{
        padding-bottom: 5rem;
    }
    .reportAbuse{
        justify-content: unset;
    }
    .formInput{
        width: calc(100% - 80px);
    }
    .titleCont{
        max-width: 81%;
    }
     .cont4 .radioCont{
        width: unset ;
        padding: 6px;
        min-width: 168px;

     } 
    .overflowEnabled{
        width:100% ;height: 100%; overflow-y: auto; position: absolute; top: 0;
        overflow-x: hidden !important;
        max-width: 100%;
    }
    .overflowEnabled .subCont{
        padding-top: 80px;
    }
    .cont8 .Ok{
        display: block;
        margin-top: 1rem !important;
        
    }
    .radioImgCont {
        min-height: 100%;
    }
    .pressEnter{
        margin: 0;
    }
    .popup{
        display:none
    }
    .radiosImgCont6 label{
        width : calc(25.3333% - 8px + 2.66667px);
    }
    .subTitle{
        font-size: 16px;
    }
    #anythingInput{
        font-size: 24px;
    }
    .submitCont{
        width:100%
    }
    .formInput{
        font-size: 20px;
    }
    #phone{
        font-size: 20px !important; 
    }
    .Ok{
        font-size: 16px;
    }
    .fixedCont{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .scrollButtonsCont{
        margin: 1.5rem 0 0 1.5rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .poweredBy{
        font-size: 12px;
        padding: 8px;
        max-height: 35px; 
    }
    .cont9{ 
        bottom:0;
    }
    .cont9 .subCont{
        overflow-y: scroll !important;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }  
       
/* Make the scroll bar always visible */
    .radioCont{ 
    }
    .subCont{
        padding-left: 40px;
        padding-right: 40px;
    }
    .radioCont .textCont{
        font-size: 16px;
    }
    .radioCont .letterCont{
        font-weight: 500;
        margin: 0.4rem;
    }
    .title {
        font-size: 20px;
    }
    .subCont{
        
padding-left: 40px;
padding-right: 40px;

    }
  }