
/** cta-section **/

.cta-section{
  position: relative;
  background-image:url('../../images/Background (4).png');
  background-repeat:no-repeat;
  background-size:cover;
}
.cta-section .cta-main-header{
    display:flex;
    gap:5px;
    align-items:center;
}
.cta-section .cta-main-header img{
width:20px;
height:auto;
}
.cta-section .cta-main-header p{
        margin-top: 0.5rem;
color:#fff;
}
.cta-section .cta-header{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.cta-section .cta-form{
   background-color:#fff;
   position:absolute;
   padding:30px 30px;
   top:-10%;
   left:50%;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   border-radius:40px;
}
.cta-section .cta-header h4{
color:#fff;
font-size:35px;
}
.cta-section .cta-form h4{
    color:#032642;
    font-size:36px;
}
.cta-section .cta-header span{
    color:#67A2D7;
}
.cta-section .cta-list{
     display: flex;
    flex-direction: column;
    gap: 10px;
} 
.cta-section .cta-list .cta-box{
display:flex;
gap:5px;
align-items:center;
}
.cta-section .cta-box-two{
     display:flex;
     gap:10px;
}
.cta-section .cta-box-three{
     display: flex;
     gap:20px;
     width: 100%;
     height: 58px;
     align-items: center;
     margin-top:8%;
}
.cta-section .cta-box-four{
     display: flex;
     gap:20px;
     width: 100%;
     height: 58px;
     align-items: center;
     margin-top:7%;
}
.cta-section .cta-textarea{
     height: 135px;
     border-radius:8px;
     font-size:18px;
     margin-top:7%;
     width:490px;
}
.cta-section .cta-button{
     margin-top:3%;
         background: #67A2D7;
    color: white;
    padding: 13px 20px;
    border-radius: 20px;
}
.cta-section .cta-list .cta-box img{
width:20px;
height:auto;
}
.cta-section .cta-list .cta-box p{
        margin-top: 0.5rem;
color:#fff;
}
.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
}
/*.cta-section .form-inner input[type='text'], .cta-section .form-inner input[type='email'],textarea{
border-radius: 8px;
border: 1px solid rgba(86, 89, 105, 0.14);
background: #FFF;
color:#565969;
padding: 18px 20px 19px 20px;
    
}*/
.cta-section h2{
  display: block;
  font-size: 43px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 43px;
}

.cta-section .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .lower-box .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 56px;
  text-align: left;
}

.cta-section .lower-box .support-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 15px;
  font-size: 36px;
}

.cta-section .lower-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.cta-section .lower-box .support-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.cta-section .lower-box .support-box a:hover{

}



/** rtl-css **/

.rtl .cta-section .lower-box .support-box{
  margin-right: 0px;
  margin-left: 50px;
  padding-left: 0px;
  padding-right: 56px;
}

.rtl .cta-section .lower-box .support-box .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .cta-section .lower-box .support-box{
  text-align: right;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .cta-section h2 br{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .cta-section{
    padding: 50px 0px;
  }

  .cta-section h2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 599px){
  .cta-section .lower-box{
    position: relative;
    display: block;
    text-align: left;
  }

  .rtl .cta-section .lower-box{
    text-align: right;
  }

  .cta-section .lower-box .support-box{
    margin: 0px 0px 30px 0px !important;
  }

  .cta-section h2{
    text-align: left;
  }

  .rtl .cta-section h2{
    text-align: right;
  }
}

@media only screen and (max-width: 499px){
  
}









































